@ckeditor/ckeditor5-operations-compressor 43.0.0-alpha.6 → 43.0.0
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 _0x51dfe8=_0x45a249['Reader'],_0x490777=_0x45a249['Writer'],_0xfcf22b=_0x45a249['util'],_0x350436=_0x45a249['roots']['default']||(_0x45a249['roots']['default']={});return _0x350436['AttributeOperation']=(function(){function _0x47c46f(_0x257090){if(_0x257090){for(var _0x5e095c=Object['keys'](_0x257090),_0x32000c=0x0;_0x32000c<_0x5e095c['length'];++_0x32000c)null!=_0x257090[_0x5e095c[_0x32000c]]&&(this[_0x5e095c[_0x32000c]]=_0x257090[_0x5e095c[_0x32000c]]);}}return _0x47c46f['prototype']['range']=null,_0x47c46f['prototype']['key']='',_0x47c46f['prototype']['oldValueBoolean']=!0x1,_0x47c46f['prototype']['oldValueJson']='',_0x47c46f['prototype']['newValueBoolean']=!0x1,_0x47c46f['prototype']['newValueJson']='',_0x47c46f['prototype']['wasUndone']=!0x1,_0x47c46f['create']=function(_0x2a0c34){return new _0x47c46f(_0x2a0c34);},_0x47c46f['encode']=function(_0x448e37,_0x340618){return _0x340618||(_0x340618=_0x490777['create']()),null!=_0x448e37['range']&&Object['hasOwnProperty']['call'](_0x448e37,'range')&&_0x350436['Range']['encode'](_0x448e37['range'],_0x340618['uint32'](0xa)['fork']())['ldelim'](),null!=_0x448e37['key']&&Object['hasOwnProperty']['call'](_0x448e37,'key')&&_0x340618['uint32'](0x12)['string'](_0x448e37['key']),null!=_0x448e37['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x448e37,'oldValueBoolean')&&_0x340618['uint32'](0x18)['bool'](_0x448e37['oldValueBoolean']),null!=_0x448e37['oldValueJson']&&Object['hasOwnProperty']['call'](_0x448e37,'oldValueJson')&&_0x340618['uint32'](0x22)['string'](_0x448e37['oldValueJson']),null!=_0x448e37['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x448e37,'newValueBoolean')&&_0x340618['uint32'](0x28)['bool'](_0x448e37['newValueBoolean']),null!=_0x448e37['newValueJson']&&Object['hasOwnProperty']['call'](_0x448e37,'newValueJson')&&_0x340618['uint32'](0x32)['string'](_0x448e37['newValueJson']),null!=_0x448e37['wasUndone']&&Object['hasOwnProperty']['call'](_0x448e37,'wasUndone')&&_0x340618['uint32'](0x38)['bool'](_0x448e37['wasUndone']),_0x340618;},_0x47c46f['encodeDelimited']=function(_0xf7e6c2,_0x2b1e04){return this['encode'](_0xf7e6c2,_0x2b1e04)['ldelim']();},_0x47c46f['decode']=function(_0x47897b,_0x30eac6){_0x47897b instanceof _0x51dfe8||(_0x47897b=_0x51dfe8['create'](_0x47897b));for(var _0x427ec8=void 0x0===_0x30eac6?_0x47897b['len']:_0x47897b['pos']+_0x30eac6,_0x3818ea=new _0x350436['AttributeOperation']();_0x47897b['pos']<_0x427ec8;){var _0x9a355c=_0x47897b['uint32']();switch(_0x9a355c>>>0x3){case 0x1:_0x3818ea['range']=_0x350436['Range']['decode'](_0x47897b,_0x47897b['uint32']());break;case 0x2:_0x3818ea['key']=_0x47897b['string']();break;case 0x3:_0x3818ea['oldValueBoolean']=_0x47897b['bool']();break;case 0x4:_0x3818ea['oldValueJson']=_0x47897b['string']();break;case 0x5:_0x3818ea['newValueBoolean']=_0x47897b['bool']();break;case 0x6:_0x3818ea['newValueJson']=_0x47897b['string']();break;case 0x7:_0x3818ea['wasUndone']=_0x47897b['bool']();break;default:_0x47897b['skipType'](0x7&_0x9a355c);}}return _0x3818ea;},_0x47c46f['decodeDelimited']=function(_0x39ff92){return _0x39ff92 instanceof _0x51dfe8||(_0x39ff92=new _0x51dfe8(_0x39ff92)),this['decode'](_0x39ff92,_0x39ff92['uint32']());},_0x47c46f['verify']=function(_0x3f372f){if('object'!=typeof _0x3f372f||null===_0x3f372f)return'object\x20expected';if(null!=_0x3f372f['range']&&_0x3f372f['hasOwnProperty']('range')){var _0xc3891f=_0x350436['Range']['verify'](_0x3f372f['range']);if(_0xc3891f)return'range.'+_0xc3891f;}return null!=_0x3f372f['key']&&_0x3f372f['hasOwnProperty']('key')&&!_0xfcf22b['isString'](_0x3f372f['key'])?'key:\x20string\x20expected':null!=_0x3f372f['oldValueBoolean']&&_0x3f372f['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x3f372f['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x3f372f['oldValueJson']&&_0x3f372f['hasOwnProperty']('oldValueJson')&&!_0xfcf22b['isString'](_0x3f372f['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x3f372f['newValueBoolean']&&_0x3f372f['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x3f372f['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x3f372f['newValueJson']&&_0x3f372f['hasOwnProperty']('newValueJson')&&!_0xfcf22b['isString'](_0x3f372f['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x3f372f['wasUndone']&&_0x3f372f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3f372f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x47c46f['fromObject']=function(_0x5d5de8){if(_0x5d5de8 instanceof _0x350436['AttributeOperation'])return _0x5d5de8;var _0x366653=new _0x350436['AttributeOperation']();if(null!=_0x5d5de8['range']){if('object'!=typeof _0x5d5de8['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x366653['range']=_0x350436['Range']['fromObject'](_0x5d5de8['range']);}return null!=_0x5d5de8['key']&&(_0x366653['key']=String(_0x5d5de8['key'])),null!=_0x5d5de8['oldValueBoolean']&&(_0x366653['oldValueBoolean']=Boolean(_0x5d5de8['oldValueBoolean'])),null!=_0x5d5de8['oldValueJson']&&(_0x366653['oldValueJson']=String(_0x5d5de8['oldValueJson'])),null!=_0x5d5de8['newValueBoolean']&&(_0x366653['newValueBoolean']=Boolean(_0x5d5de8['newValueBoolean'])),null!=_0x5d5de8['newValueJson']&&(_0x366653['newValueJson']=String(_0x5d5de8['newValueJson'])),null!=_0x5d5de8['wasUndone']&&(_0x366653['wasUndone']=Boolean(_0x5d5de8['wasUndone'])),_0x366653;},_0x47c46f['toObject']=function(_0x4b8315,_0x41c37b){_0x41c37b||(_0x41c37b={});var _0x3fe19e={};return _0x41c37b['defaults']&&(_0x3fe19e['range']=null,_0x3fe19e['key']='',_0x3fe19e['oldValueBoolean']=!0x1,_0x3fe19e['oldValueJson']='',_0x3fe19e['newValueBoolean']=!0x1,_0x3fe19e['newValueJson']='',_0x3fe19e['wasUndone']=!0x1),null!=_0x4b8315['range']&&_0x4b8315['hasOwnProperty']('range')&&(_0x3fe19e['range']=_0x350436['Range']['toObject'](_0x4b8315['range'],_0x41c37b)),null!=_0x4b8315['key']&&_0x4b8315['hasOwnProperty']('key')&&(_0x3fe19e['key']=_0x4b8315['key']),null!=_0x4b8315['oldValueBoolean']&&_0x4b8315['hasOwnProperty']('oldValueBoolean')&&(_0x3fe19e['oldValueBoolean']=_0x4b8315['oldValueBoolean']),null!=_0x4b8315['oldValueJson']&&_0x4b8315['hasOwnProperty']('oldValueJson')&&(_0x3fe19e['oldValueJson']=_0x4b8315['oldValueJson']),null!=_0x4b8315['newValueBoolean']&&_0x4b8315['hasOwnProperty']('newValueBoolean')&&(_0x3fe19e['newValueBoolean']=_0x4b8315['newValueBoolean']),null!=_0x4b8315['newValueJson']&&_0x4b8315['hasOwnProperty']('newValueJson')&&(_0x3fe19e['newValueJson']=_0x4b8315['newValueJson']),null!=_0x4b8315['wasUndone']&&_0x4b8315['hasOwnProperty']('wasUndone')&&(_0x3fe19e['wasUndone']=_0x4b8315['wasUndone']),_0x3fe19e;},_0x47c46f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x45a249['util']['toJSONOptions']);},_0x47c46f['getTypeUrl']=function(_0x5993c6){return void 0x0===_0x5993c6&&(_0x5993c6='type.googleapis.com'),_0x5993c6+'/AttributeOperation';},_0x47c46f;}()),_0x350436['InsertOperation']=(function(){function _0x293b17(_0x238ad4){if(this['nodes']=[],_0x238ad4){for(var _0x30c0e3=Object['keys'](_0x238ad4),_0x153326=0x0;_0x153326<_0x30c0e3['length'];++_0x153326)null!=_0x238ad4[_0x30c0e3[_0x153326]]&&(this[_0x30c0e3[_0x153326]]=_0x238ad4[_0x30c0e3[_0x153326]]);}}return _0x293b17['prototype']['position']=null,_0x293b17['prototype']['nodes']=_0xfcf22b['emptyArray'],_0x293b17['prototype']['shouldReceiveAttributes']=!0x1,_0x293b17['prototype']['wasUndone']=!0x1,_0x293b17['create']=function(_0x46d6fd){return new _0x293b17(_0x46d6fd);},_0x293b17['encode']=function(_0x359b6a,_0x3103ad){if(_0x3103ad||(_0x3103ad=_0x490777['create']()),null!=_0x359b6a['position']&&Object['hasOwnProperty']['call'](_0x359b6a,'position')&&_0x350436['Position']['encode'](_0x359b6a['position'],_0x3103ad['uint32'](0xa)['fork']())['ldelim'](),null!=_0x359b6a['nodes']&&_0x359b6a['nodes']['length']){for(var _0x5862e9=0x0;_0x5862e9<_0x359b6a['nodes']['length'];++_0x5862e9)_0x350436['Element']['encode'](_0x359b6a['nodes'][_0x5862e9],_0x3103ad['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x359b6a['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x359b6a,'shouldReceiveAttributes')&&_0x3103ad['uint32'](0x18)['bool'](_0x359b6a['shouldReceiveAttributes']),null!=_0x359b6a['wasUndone']&&Object['hasOwnProperty']['call'](_0x359b6a,'wasUndone')&&_0x3103ad['uint32'](0x20)['bool'](_0x359b6a['wasUndone']),_0x3103ad;},_0x293b17['encodeDelimited']=function(_0x2e13d4,_0x3b7883){return this['encode'](_0x2e13d4,_0x3b7883)['ldelim']();},_0x293b17['decode']=function(_0x379791,_0x5204d4){_0x379791 instanceof _0x51dfe8||(_0x379791=_0x51dfe8['create'](_0x379791));for(var _0x4fecd7=void 0x0===_0x5204d4?_0x379791['len']:_0x379791['pos']+_0x5204d4,_0x14b99f=new _0x350436['InsertOperation']();_0x379791['pos']<_0x4fecd7;){var _0xec619d=_0x379791['uint32']();switch(_0xec619d>>>0x3){case 0x1:_0x14b99f['position']=_0x350436['Position']['decode'](_0x379791,_0x379791['uint32']());break;case 0x2:_0x14b99f['nodes']&&_0x14b99f['nodes']['length']||(_0x14b99f['nodes']=[]),_0x14b99f['nodes']['push'](_0x350436['Element']['decode'](_0x379791,_0x379791['uint32']()));break;case 0x3:_0x14b99f['shouldReceiveAttributes']=_0x379791['bool']();break;case 0x4:_0x14b99f['wasUndone']=_0x379791['bool']();break;default:_0x379791['skipType'](0x7&_0xec619d);}}return _0x14b99f;},_0x293b17['decodeDelimited']=function(_0x1ead5b){return _0x1ead5b instanceof _0x51dfe8||(_0x1ead5b=new _0x51dfe8(_0x1ead5b)),this['decode'](_0x1ead5b,_0x1ead5b['uint32']());},_0x293b17['verify']=function(_0xf64467){if('object'!=typeof _0xf64467||null===_0xf64467)return'object\x20expected';if(null!=_0xf64467['position']&&_0xf64467['hasOwnProperty']('position')&&(_0x120dbc=_0x350436['Position']['verify'](_0xf64467['position'])))return'position.'+_0x120dbc;if(null!=_0xf64467['nodes']&&_0xf64467['hasOwnProperty']('nodes')){if(!Array['isArray'](_0xf64467['nodes']))return'nodes:\x20array\x20expected';for(var _0x5d1e6d=0x0;_0x5d1e6d<_0xf64467['nodes']['length'];++_0x5d1e6d){var _0x120dbc;if(_0x120dbc=_0x350436['Element']['verify'](_0xf64467['nodes'][_0x5d1e6d]))return'nodes.'+_0x120dbc;}}return null!=_0xf64467['shouldReceiveAttributes']&&_0xf64467['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0xf64467['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0xf64467['wasUndone']&&_0xf64467['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xf64467['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x293b17['fromObject']=function(_0x2648eb){if(_0x2648eb instanceof _0x350436['InsertOperation'])return _0x2648eb;var _0x4bff37=new _0x350436['InsertOperation']();if(null!=_0x2648eb['position']){if('object'!=typeof _0x2648eb['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x4bff37['position']=_0x350436['Position']['fromObject'](_0x2648eb['position']);}if(_0x2648eb['nodes']){if(!Array['isArray'](_0x2648eb['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x4bff37['nodes']=[];for(var _0x246fba=0x0;_0x246fba<_0x2648eb['nodes']['length'];++_0x246fba){if('object'!=typeof _0x2648eb['nodes'][_0x246fba])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x4bff37['nodes'][_0x246fba]=_0x350436['Element']['fromObject'](_0x2648eb['nodes'][_0x246fba]);}}return null!=_0x2648eb['shouldReceiveAttributes']&&(_0x4bff37['shouldReceiveAttributes']=Boolean(_0x2648eb['shouldReceiveAttributes'])),null!=_0x2648eb['wasUndone']&&(_0x4bff37['wasUndone']=Boolean(_0x2648eb['wasUndone'])),_0x4bff37;},_0x293b17['toObject']=function(_0x568841,_0x1b5000){_0x1b5000||(_0x1b5000={});var _0x49f1f7={};if((_0x1b5000['arrays']||_0x1b5000['defaults'])&&(_0x49f1f7['nodes']=[]),_0x1b5000['defaults']&&(_0x49f1f7['position']=null,_0x49f1f7['shouldReceiveAttributes']=!0x1,_0x49f1f7['wasUndone']=!0x1),null!=_0x568841['position']&&_0x568841['hasOwnProperty']('position')&&(_0x49f1f7['position']=_0x350436['Position']['toObject'](_0x568841['position'],_0x1b5000)),_0x568841['nodes']&&_0x568841['nodes']['length']){_0x49f1f7['nodes']=[];for(var _0x58a5be=0x0;_0x58a5be<_0x568841['nodes']['length'];++_0x58a5be)_0x49f1f7['nodes'][_0x58a5be]=_0x350436['Element']['toObject'](_0x568841['nodes'][_0x58a5be],_0x1b5000);}return null!=_0x568841['shouldReceiveAttributes']&&_0x568841['hasOwnProperty']('shouldReceiveAttributes')&&(_0x49f1f7['shouldReceiveAttributes']=_0x568841['shouldReceiveAttributes']),null!=_0x568841['wasUndone']&&_0x568841['hasOwnProperty']('wasUndone')&&(_0x49f1f7['wasUndone']=_0x568841['wasUndone']),_0x49f1f7;},_0x293b17['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x45a249['util']['toJSONOptions']);},_0x293b17['getTypeUrl']=function(_0x5b7f6c){return void 0x0===_0x5b7f6c&&(_0x5b7f6c='type.googleapis.com'),_0x5b7f6c+'/InsertOperation';},_0x293b17;}()),_0x350436['MarkerOperation']=(function(){function _0x35c0d6(_0x35efec){if(_0x35efec){for(var _0x4b0c38=Object['keys'](_0x35efec),_0x1e4553=0x0;_0x1e4553<_0x4b0c38['length'];++_0x1e4553)null!=_0x35efec[_0x4b0c38[_0x1e4553]]&&(this[_0x4b0c38[_0x1e4553]]=_0x35efec[_0x4b0c38[_0x1e4553]]);}}return _0x35c0d6['prototype']['name']='',_0x35c0d6['prototype']['oldRange']=null,_0x35c0d6['prototype']['newRange']=null,_0x35c0d6['prototype']['affectsData']=!0x1,_0x35c0d6['prototype']['wasUndone']=!0x1,_0x35c0d6['create']=function(_0x150e03){return new _0x35c0d6(_0x150e03);},_0x35c0d6['encode']=function(_0x517dbb,_0x3ae87f){return _0x3ae87f||(_0x3ae87f=_0x490777['create']()),null!=_0x517dbb['name']&&Object['hasOwnProperty']['call'](_0x517dbb,'name')&&_0x3ae87f['uint32'](0xa)['string'](_0x517dbb['name']),null!=_0x517dbb['oldRange']&&Object['hasOwnProperty']['call'](_0x517dbb,'oldRange')&&_0x350436['Range']['encode'](_0x517dbb['oldRange'],_0x3ae87f['uint32'](0x12)['fork']())['ldelim'](),null!=_0x517dbb['newRange']&&Object['hasOwnProperty']['call'](_0x517dbb,'newRange')&&_0x350436['Range']['encode'](_0x517dbb['newRange'],_0x3ae87f['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x517dbb['affectsData']&&Object['hasOwnProperty']['call'](_0x517dbb,'affectsData')&&_0x3ae87f['uint32'](0x20)['bool'](_0x517dbb['affectsData']),null!=_0x517dbb['wasUndone']&&Object['hasOwnProperty']['call'](_0x517dbb,'wasUndone')&&_0x3ae87f['uint32'](0x28)['bool'](_0x517dbb['wasUndone']),_0x3ae87f;},_0x35c0d6['encodeDelimited']=function(_0x5169e6,_0x3b06ce){return this['encode'](_0x5169e6,_0x3b06ce)['ldelim']();},_0x35c0d6['decode']=function(_0xa3ae8b,_0x1de4e5){_0xa3ae8b instanceof _0x51dfe8||(_0xa3ae8b=_0x51dfe8['create'](_0xa3ae8b));for(var _0x450585=void 0x0===_0x1de4e5?_0xa3ae8b['len']:_0xa3ae8b['pos']+_0x1de4e5,_0x1edc0f=new _0x350436['MarkerOperation']();_0xa3ae8b['pos']<_0x450585;){var _0x4b6337=_0xa3ae8b['uint32']();switch(_0x4b6337>>>0x3){case 0x1:_0x1edc0f['name']=_0xa3ae8b['string']();break;case 0x2:_0x1edc0f['oldRange']=_0x350436['Range']['decode'](_0xa3ae8b,_0xa3ae8b['uint32']());break;case 0x3:_0x1edc0f['newRange']=_0x350436['Range']['decode'](_0xa3ae8b,_0xa3ae8b['uint32']());break;case 0x4:_0x1edc0f['affectsData']=_0xa3ae8b['bool']();break;case 0x5:_0x1edc0f['wasUndone']=_0xa3ae8b['bool']();break;default:_0xa3ae8b['skipType'](0x7&_0x4b6337);}}return _0x1edc0f;},_0x35c0d6['decodeDelimited']=function(_0x18e0a3){return _0x18e0a3 instanceof _0x51dfe8||(_0x18e0a3=new _0x51dfe8(_0x18e0a3)),this['decode'](_0x18e0a3,_0x18e0a3['uint32']());},_0x35c0d6['verify']=function(_0x201351){if('object'!=typeof _0x201351||null===_0x201351)return'object\x20expected';if(null!=_0x201351['name']&&_0x201351['hasOwnProperty']('name')&&!_0xfcf22b['isString'](_0x201351['name']))return'name:\x20string\x20expected';var _0x349bf4;if(null!=_0x201351['oldRange']&&_0x201351['hasOwnProperty']('oldRange')&&(_0x349bf4=_0x350436['Range']['verify'](_0x201351['oldRange'])))return'oldRange.'+_0x349bf4;if(null!=_0x201351['newRange']&&_0x201351['hasOwnProperty']('newRange')&&(_0x349bf4=_0x350436['Range']['verify'](_0x201351['newRange'])))return'newRange.'+_0x349bf4;return null!=_0x201351['affectsData']&&_0x201351['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x201351['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x201351['wasUndone']&&_0x201351['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x201351['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x35c0d6['fromObject']=function(_0x1945d2){if(_0x1945d2 instanceof _0x350436['MarkerOperation'])return _0x1945d2;var _0x146f0d=new _0x350436['MarkerOperation']();if(null!=_0x1945d2['name']&&(_0x146f0d['name']=String(_0x1945d2['name'])),null!=_0x1945d2['oldRange']){if('object'!=typeof _0x1945d2['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x146f0d['oldRange']=_0x350436['Range']['fromObject'](_0x1945d2['oldRange']);}if(null!=_0x1945d2['newRange']){if('object'!=typeof _0x1945d2['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x146f0d['newRange']=_0x350436['Range']['fromObject'](_0x1945d2['newRange']);}return null!=_0x1945d2['affectsData']&&(_0x146f0d['affectsData']=Boolean(_0x1945d2['affectsData'])),null!=_0x1945d2['wasUndone']&&(_0x146f0d['wasUndone']=Boolean(_0x1945d2['wasUndone'])),_0x146f0d;},_0x35c0d6['toObject']=function(_0x8fc277,_0x27183a){_0x27183a||(_0x27183a={});var _0x35f26c={};return _0x27183a['defaults']&&(_0x35f26c['name']='',_0x35f26c['oldRange']=null,_0x35f26c['newRange']=null,_0x35f26c['affectsData']=!0x1,_0x35f26c['wasUndone']=!0x1),null!=_0x8fc277['name']&&_0x8fc277['hasOwnProperty']('name')&&(_0x35f26c['name']=_0x8fc277['name']),null!=_0x8fc277['oldRange']&&_0x8fc277['hasOwnProperty']('oldRange')&&(_0x35f26c['oldRange']=_0x350436['Range']['toObject'](_0x8fc277['oldRange'],_0x27183a)),null!=_0x8fc277['newRange']&&_0x8fc277['hasOwnProperty']('newRange')&&(_0x35f26c['newRange']=_0x350436['Range']['toObject'](_0x8fc277['newRange'],_0x27183a)),null!=_0x8fc277['affectsData']&&_0x8fc277['hasOwnProperty']('affectsData')&&(_0x35f26c['affectsData']=_0x8fc277['affectsData']),null!=_0x8fc277['wasUndone']&&_0x8fc277['hasOwnProperty']('wasUndone')&&(_0x35f26c['wasUndone']=_0x8fc277['wasUndone']),_0x35f26c;},_0x35c0d6['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x45a249['util']['toJSONOptions']);},_0x35c0d6['getTypeUrl']=function(_0xcae4e7){return void 0x0===_0xcae4e7&&(_0xcae4e7='type.googleapis.com'),_0xcae4e7+'/MarkerOperation';},_0x35c0d6;}()),_0x350436['MergeOperation']=(function(){function _0x3c865b(_0x289f0b){if(_0x289f0b){for(var _0x9cef72=Object['keys'](_0x289f0b),_0x49bd30=0x0;_0x49bd30<_0x9cef72['length'];++_0x49bd30)null!=_0x289f0b[_0x9cef72[_0x49bd30]]&&(this[_0x9cef72[_0x49bd30]]=_0x289f0b[_0x9cef72[_0x49bd30]]);}}return _0x3c865b['prototype']['sourcePosition']=null,_0x3c865b['prototype']['targetPosition']=null,_0x3c865b['prototype']['graveyardPosition']=null,_0x3c865b['prototype']['howMany']=0x0,_0x3c865b['prototype']['wasUndone']=!0x1,_0x3c865b['create']=function(_0x55e8b2){return new _0x3c865b(_0x55e8b2);},_0x3c865b['encode']=function(_0x549247,_0x5b2ce7){return _0x5b2ce7||(_0x5b2ce7=_0x490777['create']()),null!=_0x549247['sourcePosition']&&Object['hasOwnProperty']['call'](_0x549247,'sourcePosition')&&_0x350436['Position']['encode'](_0x549247['sourcePosition'],_0x5b2ce7['uint32'](0xa)['fork']())['ldelim'](),null!=_0x549247['targetPosition']&&Object['hasOwnProperty']['call'](_0x549247,'targetPosition')&&_0x350436['Position']['encode'](_0x549247['targetPosition'],_0x5b2ce7['uint32'](0x12)['fork']())['ldelim'](),null!=_0x549247['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x549247,'graveyardPosition')&&_0x350436['Position']['encode'](_0x549247['graveyardPosition'],_0x5b2ce7['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x549247['howMany']&&Object['hasOwnProperty']['call'](_0x549247,'howMany')&&_0x5b2ce7['uint32'](0x20)['uint32'](_0x549247['howMany']),null!=_0x549247['wasUndone']&&Object['hasOwnProperty']['call'](_0x549247,'wasUndone')&&_0x5b2ce7['uint32'](0x28)['bool'](_0x549247['wasUndone']),_0x5b2ce7;},_0x3c865b['encodeDelimited']=function(_0x505862,_0x19ccaf){return this['encode'](_0x505862,_0x19ccaf)['ldelim']();},_0x3c865b['decode']=function(_0x1e40bc,_0x5b576a){_0x1e40bc instanceof _0x51dfe8||(_0x1e40bc=_0x51dfe8['create'](_0x1e40bc));for(var _0x54c68d=void 0x0===_0x5b576a?_0x1e40bc['len']:_0x1e40bc['pos']+_0x5b576a,_0x4861d2=new _0x350436['MergeOperation']();_0x1e40bc['pos']<_0x54c68d;){var _0x5ffaf7=_0x1e40bc['uint32']();switch(_0x5ffaf7>>>0x3){case 0x1:_0x4861d2['sourcePosition']=_0x350436['Position']['decode'](_0x1e40bc,_0x1e40bc['uint32']());break;case 0x2:_0x4861d2['targetPosition']=_0x350436['Position']['decode'](_0x1e40bc,_0x1e40bc['uint32']());break;case 0x3:_0x4861d2['graveyardPosition']=_0x350436['Position']['decode'](_0x1e40bc,_0x1e40bc['uint32']());break;case 0x4:_0x4861d2['howMany']=_0x1e40bc['uint32']();break;case 0x5:_0x4861d2['wasUndone']=_0x1e40bc['bool']();break;default:_0x1e40bc['skipType'](0x7&_0x5ffaf7);}}return _0x4861d2;},_0x3c865b['decodeDelimited']=function(_0x4d23fe){return _0x4d23fe instanceof _0x51dfe8||(_0x4d23fe=new _0x51dfe8(_0x4d23fe)),this['decode'](_0x4d23fe,_0x4d23fe['uint32']());},_0x3c865b['verify']=function(_0x13f49c){if('object'!=typeof _0x13f49c||null===_0x13f49c)return'object\x20expected';var _0x309a45;if(null!=_0x13f49c['sourcePosition']&&_0x13f49c['hasOwnProperty']('sourcePosition')&&(_0x309a45=_0x350436['Position']['verify'](_0x13f49c['sourcePosition'])))return'sourcePosition.'+_0x309a45;if(null!=_0x13f49c['targetPosition']&&_0x13f49c['hasOwnProperty']('targetPosition')&&(_0x309a45=_0x350436['Position']['verify'](_0x13f49c['targetPosition'])))return'targetPosition.'+_0x309a45;if(null!=_0x13f49c['graveyardPosition']&&_0x13f49c['hasOwnProperty']('graveyardPosition')&&(_0x309a45=_0x350436['Position']['verify'](_0x13f49c['graveyardPosition'])))return'graveyardPosition.'+_0x309a45;return null!=_0x13f49c['howMany']&&_0x13f49c['hasOwnProperty']('howMany')&&!_0xfcf22b['isInteger'](_0x13f49c['howMany'])?'howMany:\x20integer\x20expected':null!=_0x13f49c['wasUndone']&&_0x13f49c['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x13f49c['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3c865b['fromObject']=function(_0x47aedc){if(_0x47aedc instanceof _0x350436['MergeOperation'])return _0x47aedc;var _0x4c54fa=new _0x350436['MergeOperation']();if(null!=_0x47aedc['sourcePosition']){if('object'!=typeof _0x47aedc['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x4c54fa['sourcePosition']=_0x350436['Position']['fromObject'](_0x47aedc['sourcePosition']);}if(null!=_0x47aedc['targetPosition']){if('object'!=typeof _0x47aedc['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x4c54fa['targetPosition']=_0x350436['Position']['fromObject'](_0x47aedc['targetPosition']);}if(null!=_0x47aedc['graveyardPosition']){if('object'!=typeof _0x47aedc['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x4c54fa['graveyardPosition']=_0x350436['Position']['fromObject'](_0x47aedc['graveyardPosition']);}return null!=_0x47aedc['howMany']&&(_0x4c54fa['howMany']=_0x47aedc['howMany']>>>0x0),null!=_0x47aedc['wasUndone']&&(_0x4c54fa['wasUndone']=Boolean(_0x47aedc['wasUndone'])),_0x4c54fa;},_0x3c865b['toObject']=function(_0x152e9f,_0x326dad){_0x326dad||(_0x326dad={});var _0x30fa3e={};return _0x326dad['defaults']&&(_0x30fa3e['sourcePosition']=null,_0x30fa3e['targetPosition']=null,_0x30fa3e['graveyardPosition']=null,_0x30fa3e['howMany']=0x0,_0x30fa3e['wasUndone']=!0x1),null!=_0x152e9f['sourcePosition']&&_0x152e9f['hasOwnProperty']('sourcePosition')&&(_0x30fa3e['sourcePosition']=_0x350436['Position']['toObject'](_0x152e9f['sourcePosition'],_0x326dad)),null!=_0x152e9f['targetPosition']&&_0x152e9f['hasOwnProperty']('targetPosition')&&(_0x30fa3e['targetPosition']=_0x350436['Position']['toObject'](_0x152e9f['targetPosition'],_0x326dad)),null!=_0x152e9f['graveyardPosition']&&_0x152e9f['hasOwnProperty']('graveyardPosition')&&(_0x30fa3e['graveyardPosition']=_0x350436['Position']['toObject'](_0x152e9f['graveyardPosition'],_0x326dad)),null!=_0x152e9f['howMany']&&_0x152e9f['hasOwnProperty']('howMany')&&(_0x30fa3e['howMany']=_0x152e9f['howMany']),null!=_0x152e9f['wasUndone']&&_0x152e9f['hasOwnProperty']('wasUndone')&&(_0x30fa3e['wasUndone']=_0x152e9f['wasUndone']),_0x30fa3e;},_0x3c865b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x45a249['util']['toJSONOptions']);},_0x3c865b['getTypeUrl']=function(_0x195ea9){return void 0x0===_0x195ea9&&(_0x195ea9='type.googleapis.com'),_0x195ea9+'/MergeOperation';},_0x3c865b;}()),_0x350436['MoveOperation']=(function(){function _0x59c265(_0x142c8a){if(_0x142c8a){for(var _0x538aae=Object['keys'](_0x142c8a),_0x3f4b55=0x0;_0x3f4b55<_0x538aae['length'];++_0x3f4b55)null!=_0x142c8a[_0x538aae[_0x3f4b55]]&&(this[_0x538aae[_0x3f4b55]]=_0x142c8a[_0x538aae[_0x3f4b55]]);}}return _0x59c265['prototype']['sourcePosition']=null,_0x59c265['prototype']['howMany']=0x0,_0x59c265['prototype']['targetPosition']=null,_0x59c265['prototype']['wasUndone']=!0x1,_0x59c265['create']=function(_0x2ed37b){return new _0x59c265(_0x2ed37b);},_0x59c265['encode']=function(_0x5ed886,_0x4220d7){return _0x4220d7||(_0x4220d7=_0x490777['create']()),null!=_0x5ed886['sourcePosition']&&Object['hasOwnProperty']['call'](_0x5ed886,'sourcePosition')&&_0x350436['Position']['encode'](_0x5ed886['sourcePosition'],_0x4220d7['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5ed886['howMany']&&Object['hasOwnProperty']['call'](_0x5ed886,'howMany')&&_0x4220d7['uint32'](0x10)['uint32'](_0x5ed886['howMany']),null!=_0x5ed886['targetPosition']&&Object['hasOwnProperty']['call'](_0x5ed886,'targetPosition')&&_0x350436['Position']['encode'](_0x5ed886['targetPosition'],_0x4220d7['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x5ed886['wasUndone']&&Object['hasOwnProperty']['call'](_0x5ed886,'wasUndone')&&_0x4220d7['uint32'](0x20)['bool'](_0x5ed886['wasUndone']),_0x4220d7;},_0x59c265['encodeDelimited']=function(_0x14deb1,_0x467b90){return this['encode'](_0x14deb1,_0x467b90)['ldelim']();},_0x59c265['decode']=function(_0x1284e7,_0x461483){_0x1284e7 instanceof _0x51dfe8||(_0x1284e7=_0x51dfe8['create'](_0x1284e7));for(var _0x479e21=void 0x0===_0x461483?_0x1284e7['len']:_0x1284e7['pos']+_0x461483,_0x2f202a=new _0x350436['MoveOperation']();_0x1284e7['pos']<_0x479e21;){var _0x564349=_0x1284e7['uint32']();switch(_0x564349>>>0x3){case 0x1:_0x2f202a['sourcePosition']=_0x350436['Position']['decode'](_0x1284e7,_0x1284e7['uint32']());break;case 0x2:_0x2f202a['howMany']=_0x1284e7['uint32']();break;case 0x3:_0x2f202a['targetPosition']=_0x350436['Position']['decode'](_0x1284e7,_0x1284e7['uint32']());break;case 0x4:_0x2f202a['wasUndone']=_0x1284e7['bool']();break;default:_0x1284e7['skipType'](0x7&_0x564349);}}return _0x2f202a;},_0x59c265['decodeDelimited']=function(_0x9e49ef){return _0x9e49ef instanceof _0x51dfe8||(_0x9e49ef=new _0x51dfe8(_0x9e49ef)),this['decode'](_0x9e49ef,_0x9e49ef['uint32']());},_0x59c265['verify']=function(_0x3b7019){if('object'!=typeof _0x3b7019||null===_0x3b7019)return'object\x20expected';var _0x16714d;if(null!=_0x3b7019['sourcePosition']&&_0x3b7019['hasOwnProperty']('sourcePosition')&&(_0x16714d=_0x350436['Position']['verify'](_0x3b7019['sourcePosition'])))return'sourcePosition.'+_0x16714d;if(null!=_0x3b7019['howMany']&&_0x3b7019['hasOwnProperty']('howMany')&&!_0xfcf22b['isInteger'](_0x3b7019['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x3b7019['targetPosition']&&_0x3b7019['hasOwnProperty']('targetPosition')&&(_0x16714d=_0x350436['Position']['verify'](_0x3b7019['targetPosition'])))return'targetPosition.'+_0x16714d;return null!=_0x3b7019['wasUndone']&&_0x3b7019['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3b7019['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x59c265['fromObject']=function(_0x15a74f){if(_0x15a74f instanceof _0x350436['MoveOperation'])return _0x15a74f;var _0x4cd3e6=new _0x350436['MoveOperation']();if(null!=_0x15a74f['sourcePosition']){if('object'!=typeof _0x15a74f['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x4cd3e6['sourcePosition']=_0x350436['Position']['fromObject'](_0x15a74f['sourcePosition']);}if(null!=_0x15a74f['howMany']&&(_0x4cd3e6['howMany']=_0x15a74f['howMany']>>>0x0),null!=_0x15a74f['targetPosition']){if('object'!=typeof _0x15a74f['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x4cd3e6['targetPosition']=_0x350436['Position']['fromObject'](_0x15a74f['targetPosition']);}return null!=_0x15a74f['wasUndone']&&(_0x4cd3e6['wasUndone']=Boolean(_0x15a74f['wasUndone'])),_0x4cd3e6;},_0x59c265['toObject']=function(_0x360544,_0x51e086){_0x51e086||(_0x51e086={});var _0x34a995={};return _0x51e086['defaults']&&(_0x34a995['sourcePosition']=null,_0x34a995['howMany']=0x0,_0x34a995['targetPosition']=null,_0x34a995['wasUndone']=!0x1),null!=_0x360544['sourcePosition']&&_0x360544['hasOwnProperty']('sourcePosition')&&(_0x34a995['sourcePosition']=_0x350436['Position']['toObject'](_0x360544['sourcePosition'],_0x51e086)),null!=_0x360544['howMany']&&_0x360544['hasOwnProperty']('howMany')&&(_0x34a995['howMany']=_0x360544['howMany']),null!=_0x360544['targetPosition']&&_0x360544['hasOwnProperty']('targetPosition')&&(_0x34a995['targetPosition']=_0x350436['Position']['toObject'](_0x360544['targetPosition'],_0x51e086)),null!=_0x360544['wasUndone']&&_0x360544['hasOwnProperty']('wasUndone')&&(_0x34a995['wasUndone']=_0x360544['wasUndone']),_0x34a995;},_0x59c265['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x45a249['util']['toJSONOptions']);},_0x59c265['getTypeUrl']=function(_0x3e5420){return void 0x0===_0x3e5420&&(_0x3e5420='type.googleapis.com'),_0x3e5420+'/MoveOperation';},_0x59c265;}()),_0x350436['RenameOperation']=(function(){function _0x3db729(_0x31e88d){if(_0x31e88d){for(var _0x50affd=Object['keys'](_0x31e88d),_0x249e20=0x0;_0x249e20<_0x50affd['length'];++_0x249e20)null!=_0x31e88d[_0x50affd[_0x249e20]]&&(this[_0x50affd[_0x249e20]]=_0x31e88d[_0x50affd[_0x249e20]]);}}return _0x3db729['prototype']['position']=null,_0x3db729['prototype']['oldName']='',_0x3db729['prototype']['newName']='',_0x3db729['prototype']['wasUndone']=!0x1,_0x3db729['create']=function(_0x262094){return new _0x3db729(_0x262094);},_0x3db729['encode']=function(_0x527d8a,_0x2dd9d8){return _0x2dd9d8||(_0x2dd9d8=_0x490777['create']()),null!=_0x527d8a['position']&&Object['hasOwnProperty']['call'](_0x527d8a,'position')&&_0x350436['Position']['encode'](_0x527d8a['position'],_0x2dd9d8['uint32'](0xa)['fork']())['ldelim'](),null!=_0x527d8a['oldName']&&Object['hasOwnProperty']['call'](_0x527d8a,'oldName')&&_0x2dd9d8['uint32'](0x12)['string'](_0x527d8a['oldName']),null!=_0x527d8a['newName']&&Object['hasOwnProperty']['call'](_0x527d8a,'newName')&&_0x2dd9d8['uint32'](0x1a)['string'](_0x527d8a['newName']),null!=_0x527d8a['wasUndone']&&Object['hasOwnProperty']['call'](_0x527d8a,'wasUndone')&&_0x2dd9d8['uint32'](0x20)['bool'](_0x527d8a['wasUndone']),_0x2dd9d8;},_0x3db729['encodeDelimited']=function(_0x2c9217,_0x4133a4){return this['encode'](_0x2c9217,_0x4133a4)['ldelim']();},_0x3db729['decode']=function(_0x2731c5,_0x34f4dd){_0x2731c5 instanceof _0x51dfe8||(_0x2731c5=_0x51dfe8['create'](_0x2731c5));for(var _0x189d91=void 0x0===_0x34f4dd?_0x2731c5['len']:_0x2731c5['pos']+_0x34f4dd,_0x17d405=new _0x350436['RenameOperation']();_0x2731c5['pos']<_0x189d91;){var _0xa65a44=_0x2731c5['uint32']();switch(_0xa65a44>>>0x3){case 0x1:_0x17d405['position']=_0x350436['Position']['decode'](_0x2731c5,_0x2731c5['uint32']());break;case 0x2:_0x17d405['oldName']=_0x2731c5['string']();break;case 0x3:_0x17d405['newName']=_0x2731c5['string']();break;case 0x4:_0x17d405['wasUndone']=_0x2731c5['bool']();break;default:_0x2731c5['skipType'](0x7&_0xa65a44);}}return _0x17d405;},_0x3db729['decodeDelimited']=function(_0xf3425a){return _0xf3425a instanceof _0x51dfe8||(_0xf3425a=new _0x51dfe8(_0xf3425a)),this['decode'](_0xf3425a,_0xf3425a['uint32']());},_0x3db729['verify']=function(_0x410bc1){if('object'!=typeof _0x410bc1||null===_0x410bc1)return'object\x20expected';if(null!=_0x410bc1['position']&&_0x410bc1['hasOwnProperty']('position')){var _0xe6e1b5=_0x350436['Position']['verify'](_0x410bc1['position']);if(_0xe6e1b5)return'position.'+_0xe6e1b5;}return null!=_0x410bc1['oldName']&&_0x410bc1['hasOwnProperty']('oldName')&&!_0xfcf22b['isString'](_0x410bc1['oldName'])?'oldName:\x20string\x20expected':null!=_0x410bc1['newName']&&_0x410bc1['hasOwnProperty']('newName')&&!_0xfcf22b['isString'](_0x410bc1['newName'])?'newName:\x20string\x20expected':null!=_0x410bc1['wasUndone']&&_0x410bc1['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x410bc1['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3db729['fromObject']=function(_0x49f411){if(_0x49f411 instanceof _0x350436['RenameOperation'])return _0x49f411;var _0x347a89=new _0x350436['RenameOperation']();if(null!=_0x49f411['position']){if('object'!=typeof _0x49f411['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x347a89['position']=_0x350436['Position']['fromObject'](_0x49f411['position']);}return null!=_0x49f411['oldName']&&(_0x347a89['oldName']=String(_0x49f411['oldName'])),null!=_0x49f411['newName']&&(_0x347a89['newName']=String(_0x49f411['newName'])),null!=_0x49f411['wasUndone']&&(_0x347a89['wasUndone']=Boolean(_0x49f411['wasUndone'])),_0x347a89;},_0x3db729['toObject']=function(_0xe9b59e,_0x46bccc){_0x46bccc||(_0x46bccc={});var _0x3def88={};return _0x46bccc['defaults']&&(_0x3def88['position']=null,_0x3def88['oldName']='',_0x3def88['newName']='',_0x3def88['wasUndone']=!0x1),null!=_0xe9b59e['position']&&_0xe9b59e['hasOwnProperty']('position')&&(_0x3def88['position']=_0x350436['Position']['toObject'](_0xe9b59e['position'],_0x46bccc)),null!=_0xe9b59e['oldName']&&_0xe9b59e['hasOwnProperty']('oldName')&&(_0x3def88['oldName']=_0xe9b59e['oldName']),null!=_0xe9b59e['newName']&&_0xe9b59e['hasOwnProperty']('newName')&&(_0x3def88['newName']=_0xe9b59e['newName']),null!=_0xe9b59e['wasUndone']&&_0xe9b59e['hasOwnProperty']('wasUndone')&&(_0x3def88['wasUndone']=_0xe9b59e['wasUndone']),_0x3def88;},_0x3db729['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x45a249['util']['toJSONOptions']);},_0x3db729['getTypeUrl']=function(_0x41456d){return void 0x0===_0x41456d&&(_0x41456d='type.googleapis.com'),_0x41456d+'/RenameOperation';},_0x3db729;}()),_0x350436['RootAttributeOperation']=(function(){function _0x11f386(_0x379fb6){if(_0x379fb6){for(var _0x50b37a=Object['keys'](_0x379fb6),_0x4201bc=0x0;_0x4201bc<_0x50b37a['length'];++_0x4201bc)null!=_0x379fb6[_0x50b37a[_0x4201bc]]&&(this[_0x50b37a[_0x4201bc]]=_0x379fb6[_0x50b37a[_0x4201bc]]);}}return _0x11f386['prototype']['root']='',_0x11f386['prototype']['key']='',_0x11f386['prototype']['oldValueBoolean']=!0x1,_0x11f386['prototype']['oldValueJson']='',_0x11f386['prototype']['newValueBoolean']=!0x1,_0x11f386['prototype']['newValueJson']='',_0x11f386['prototype']['wasUndone']=!0x1,_0x11f386['create']=function(_0x40142e){return new _0x11f386(_0x40142e);},_0x11f386['encode']=function(_0x1c9ef6,_0x206dec){return _0x206dec||(_0x206dec=_0x490777['create']()),null!=_0x1c9ef6['root']&&Object['hasOwnProperty']['call'](_0x1c9ef6,'root')&&_0x206dec['uint32'](0xa)['string'](_0x1c9ef6['root']),null!=_0x1c9ef6['key']&&Object['hasOwnProperty']['call'](_0x1c9ef6,'key')&&_0x206dec['uint32'](0x12)['string'](_0x1c9ef6['key']),null!=_0x1c9ef6['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x1c9ef6,'oldValueBoolean')&&_0x206dec['uint32'](0x18)['bool'](_0x1c9ef6['oldValueBoolean']),null!=_0x1c9ef6['oldValueJson']&&Object['hasOwnProperty']['call'](_0x1c9ef6,'oldValueJson')&&_0x206dec['uint32'](0x22)['string'](_0x1c9ef6['oldValueJson']),null!=_0x1c9ef6['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x1c9ef6,'newValueBoolean')&&_0x206dec['uint32'](0x28)['bool'](_0x1c9ef6['newValueBoolean']),null!=_0x1c9ef6['newValueJson']&&Object['hasOwnProperty']['call'](_0x1c9ef6,'newValueJson')&&_0x206dec['uint32'](0x32)['string'](_0x1c9ef6['newValueJson']),null!=_0x1c9ef6['wasUndone']&&Object['hasOwnProperty']['call'](_0x1c9ef6,'wasUndone')&&_0x206dec['uint32'](0x38)['bool'](_0x1c9ef6['wasUndone']),_0x206dec;},_0x11f386['encodeDelimited']=function(_0x5f53c0,_0x1de295){return this['encode'](_0x5f53c0,_0x1de295)['ldelim']();},_0x11f386['decode']=function(_0x9913c7,_0x308144){_0x9913c7 instanceof _0x51dfe8||(_0x9913c7=_0x51dfe8['create'](_0x9913c7));for(var _0x51531a=void 0x0===_0x308144?_0x9913c7['len']:_0x9913c7['pos']+_0x308144,_0x280902=new _0x350436['RootAttributeOperation']();_0x9913c7['pos']<_0x51531a;){var _0x4391bb=_0x9913c7['uint32']();switch(_0x4391bb>>>0x3){case 0x1:_0x280902['root']=_0x9913c7['string']();break;case 0x2:_0x280902['key']=_0x9913c7['string']();break;case 0x3:_0x280902['oldValueBoolean']=_0x9913c7['bool']();break;case 0x4:_0x280902['oldValueJson']=_0x9913c7['string']();break;case 0x5:_0x280902['newValueBoolean']=_0x9913c7['bool']();break;case 0x6:_0x280902['newValueJson']=_0x9913c7['string']();break;case 0x7:_0x280902['wasUndone']=_0x9913c7['bool']();break;default:_0x9913c7['skipType'](0x7&_0x4391bb);}}return _0x280902;},_0x11f386['decodeDelimited']=function(_0x1968c8){return _0x1968c8 instanceof _0x51dfe8||(_0x1968c8=new _0x51dfe8(_0x1968c8)),this['decode'](_0x1968c8,_0x1968c8['uint32']());},_0x11f386['verify']=function(_0x591358){return'object'!=typeof _0x591358||null===_0x591358?'object\x20expected':null!=_0x591358['root']&&_0x591358['hasOwnProperty']('root')&&!_0xfcf22b['isString'](_0x591358['root'])?'root:\x20string\x20expected':null!=_0x591358['key']&&_0x591358['hasOwnProperty']('key')&&!_0xfcf22b['isString'](_0x591358['key'])?'key:\x20string\x20expected':null!=_0x591358['oldValueBoolean']&&_0x591358['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x591358['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x591358['oldValueJson']&&_0x591358['hasOwnProperty']('oldValueJson')&&!_0xfcf22b['isString'](_0x591358['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x591358['newValueBoolean']&&_0x591358['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x591358['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x591358['newValueJson']&&_0x591358['hasOwnProperty']('newValueJson')&&!_0xfcf22b['isString'](_0x591358['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x591358['wasUndone']&&_0x591358['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x591358['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x11f386['fromObject']=function(_0x4d3292){if(_0x4d3292 instanceof _0x350436['RootAttributeOperation'])return _0x4d3292;var _0x46e3f5=new _0x350436['RootAttributeOperation']();return null!=_0x4d3292['root']&&(_0x46e3f5['root']=String(_0x4d3292['root'])),null!=_0x4d3292['key']&&(_0x46e3f5['key']=String(_0x4d3292['key'])),null!=_0x4d3292['oldValueBoolean']&&(_0x46e3f5['oldValueBoolean']=Boolean(_0x4d3292['oldValueBoolean'])),null!=_0x4d3292['oldValueJson']&&(_0x46e3f5['oldValueJson']=String(_0x4d3292['oldValueJson'])),null!=_0x4d3292['newValueBoolean']&&(_0x46e3f5['newValueBoolean']=Boolean(_0x4d3292['newValueBoolean'])),null!=_0x4d3292['newValueJson']&&(_0x46e3f5['newValueJson']=String(_0x4d3292['newValueJson'])),null!=_0x4d3292['wasUndone']&&(_0x46e3f5['wasUndone']=Boolean(_0x4d3292['wasUndone'])),_0x46e3f5;},_0x11f386['toObject']=function(_0xde1e68,_0x149374){_0x149374||(_0x149374={});var _0x2ac8e5={};return _0x149374['defaults']&&(_0x2ac8e5['root']='',_0x2ac8e5['key']='',_0x2ac8e5['oldValueBoolean']=!0x1,_0x2ac8e5['oldValueJson']='',_0x2ac8e5['newValueBoolean']=!0x1,_0x2ac8e5['newValueJson']='',_0x2ac8e5['wasUndone']=!0x1),null!=_0xde1e68['root']&&_0xde1e68['hasOwnProperty']('root')&&(_0x2ac8e5['root']=_0xde1e68['root']),null!=_0xde1e68['key']&&_0xde1e68['hasOwnProperty']('key')&&(_0x2ac8e5['key']=_0xde1e68['key']),null!=_0xde1e68['oldValueBoolean']&&_0xde1e68['hasOwnProperty']('oldValueBoolean')&&(_0x2ac8e5['oldValueBoolean']=_0xde1e68['oldValueBoolean']),null!=_0xde1e68['oldValueJson']&&_0xde1e68['hasOwnProperty']('oldValueJson')&&(_0x2ac8e5['oldValueJson']=_0xde1e68['oldValueJson']),null!=_0xde1e68['newValueBoolean']&&_0xde1e68['hasOwnProperty']('newValueBoolean')&&(_0x2ac8e5['newValueBoolean']=_0xde1e68['newValueBoolean']),null!=_0xde1e68['newValueJson']&&_0xde1e68['hasOwnProperty']('newValueJson')&&(_0x2ac8e5['newValueJson']=_0xde1e68['newValueJson']),null!=_0xde1e68['wasUndone']&&_0xde1e68['hasOwnProperty']('wasUndone')&&(_0x2ac8e5['wasUndone']=_0xde1e68['wasUndone']),_0x2ac8e5;},_0x11f386['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x45a249['util']['toJSONOptions']);},_0x11f386['getTypeUrl']=function(_0x9ef7d1){return void 0x0===_0x9ef7d1&&(_0x9ef7d1='type.googleapis.com'),_0x9ef7d1+'/RootAttributeOperation';},_0x11f386;}()),_0x350436['RootOperation']=(function(){function _0x58bb1f(_0x24f5e4){if(_0x24f5e4){for(var _0x5c016b=Object['keys'](_0x24f5e4),_0x3692ff=0x0;_0x3692ff<_0x5c016b['length'];++_0x3692ff)null!=_0x24f5e4[_0x5c016b[_0x3692ff]]&&(this[_0x5c016b[_0x3692ff]]=_0x24f5e4[_0x5c016b[_0x3692ff]]);}}return _0x58bb1f['prototype']['rootName']='',_0x58bb1f['prototype']['elementName']='',_0x58bb1f['prototype']['isAdd']=!0x1,_0x58bb1f['prototype']['wasUndone']=!0x1,_0x58bb1f['create']=function(_0x1626a9){return new _0x58bb1f(_0x1626a9);},_0x58bb1f['encode']=function(_0x33961d,_0x36b3a4){return _0x36b3a4||(_0x36b3a4=_0x490777['create']()),null!=_0x33961d['rootName']&&Object['hasOwnProperty']['call'](_0x33961d,'rootName')&&_0x36b3a4['uint32'](0xa)['string'](_0x33961d['rootName']),null!=_0x33961d['elementName']&&Object['hasOwnProperty']['call'](_0x33961d,'elementName')&&_0x36b3a4['uint32'](0x12)['string'](_0x33961d['elementName']),null!=_0x33961d['isAdd']&&Object['hasOwnProperty']['call'](_0x33961d,'isAdd')&&_0x36b3a4['uint32'](0x18)['bool'](_0x33961d['isAdd']),null!=_0x33961d['wasUndone']&&Object['hasOwnProperty']['call'](_0x33961d,'wasUndone')&&_0x36b3a4['uint32'](0x20)['bool'](_0x33961d['wasUndone']),_0x36b3a4;},_0x58bb1f['encodeDelimited']=function(_0x2d5091,_0xf19816){return this['encode'](_0x2d5091,_0xf19816)['ldelim']();},_0x58bb1f['decode']=function(_0x2f69cc,_0x16b21c){_0x2f69cc instanceof _0x51dfe8||(_0x2f69cc=_0x51dfe8['create'](_0x2f69cc));for(var _0x218006=void 0x0===_0x16b21c?_0x2f69cc['len']:_0x2f69cc['pos']+_0x16b21c,_0xb54f68=new _0x350436['RootOperation']();_0x2f69cc['pos']<_0x218006;){var _0x4591a1=_0x2f69cc['uint32']();switch(_0x4591a1>>>0x3){case 0x1:_0xb54f68['rootName']=_0x2f69cc['string']();break;case 0x2:_0xb54f68['elementName']=_0x2f69cc['string']();break;case 0x3:_0xb54f68['isAdd']=_0x2f69cc['bool']();break;case 0x4:_0xb54f68['wasUndone']=_0x2f69cc['bool']();break;default:_0x2f69cc['skipType'](0x7&_0x4591a1);}}return _0xb54f68;},_0x58bb1f['decodeDelimited']=function(_0x456edb){return _0x456edb instanceof _0x51dfe8||(_0x456edb=new _0x51dfe8(_0x456edb)),this['decode'](_0x456edb,_0x456edb['uint32']());},_0x58bb1f['verify']=function(_0xe3a044){return'object'!=typeof _0xe3a044||null===_0xe3a044?'object\x20expected':null!=_0xe3a044['rootName']&&_0xe3a044['hasOwnProperty']('rootName')&&!_0xfcf22b['isString'](_0xe3a044['rootName'])?'rootName:\x20string\x20expected':null!=_0xe3a044['elementName']&&_0xe3a044['hasOwnProperty']('elementName')&&!_0xfcf22b['isString'](_0xe3a044['elementName'])?'elementName:\x20string\x20expected':null!=_0xe3a044['isAdd']&&_0xe3a044['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0xe3a044['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0xe3a044['wasUndone']&&_0xe3a044['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xe3a044['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x58bb1f['fromObject']=function(_0x5bff2a){if(_0x5bff2a instanceof _0x350436['RootOperation'])return _0x5bff2a;var _0x176317=new _0x350436['RootOperation']();return null!=_0x5bff2a['rootName']&&(_0x176317['rootName']=String(_0x5bff2a['rootName'])),null!=_0x5bff2a['elementName']&&(_0x176317['elementName']=String(_0x5bff2a['elementName'])),null!=_0x5bff2a['isAdd']&&(_0x176317['isAdd']=Boolean(_0x5bff2a['isAdd'])),null!=_0x5bff2a['wasUndone']&&(_0x176317['wasUndone']=Boolean(_0x5bff2a['wasUndone'])),_0x176317;},_0x58bb1f['toObject']=function(_0x3e8f6b,_0x3f86eb){_0x3f86eb||(_0x3f86eb={});var _0x315c2d={};return _0x3f86eb['defaults']&&(_0x315c2d['rootName']='',_0x315c2d['elementName']='',_0x315c2d['isAdd']=!0x1,_0x315c2d['wasUndone']=!0x1),null!=_0x3e8f6b['rootName']&&_0x3e8f6b['hasOwnProperty']('rootName')&&(_0x315c2d['rootName']=_0x3e8f6b['rootName']),null!=_0x3e8f6b['elementName']&&_0x3e8f6b['hasOwnProperty']('elementName')&&(_0x315c2d['elementName']=_0x3e8f6b['elementName']),null!=_0x3e8f6b['isAdd']&&_0x3e8f6b['hasOwnProperty']('isAdd')&&(_0x315c2d['isAdd']=_0x3e8f6b['isAdd']),null!=_0x3e8f6b['wasUndone']&&_0x3e8f6b['hasOwnProperty']('wasUndone')&&(_0x315c2d['wasUndone']=_0x3e8f6b['wasUndone']),_0x315c2d;},_0x58bb1f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x45a249['util']['toJSONOptions']);},_0x58bb1f['getTypeUrl']=function(_0x4d4027){return void 0x0===_0x4d4027&&(_0x4d4027='type.googleapis.com'),_0x4d4027+'/RootOperation';},_0x58bb1f;}()),_0x350436['SplitOperation']=(function(){function _0x610ecf(_0x619688){if(_0x619688){for(var _0x23c1f3=Object['keys'](_0x619688),_0x4e5f21=0x0;_0x4e5f21<_0x23c1f3['length'];++_0x4e5f21)null!=_0x619688[_0x23c1f3[_0x4e5f21]]&&(this[_0x23c1f3[_0x4e5f21]]=_0x619688[_0x23c1f3[_0x4e5f21]]);}}return _0x610ecf['prototype']['splitPosition']=null,_0x610ecf['prototype']['graveyardPosition']=null,_0x610ecf['prototype']['howMany']=0x0,_0x610ecf['prototype']['insertionPosition']=null,_0x610ecf['prototype']['wasUndone']=!0x1,_0x610ecf['create']=function(_0x173bd3){return new _0x610ecf(_0x173bd3);},_0x610ecf['encode']=function(_0x209d8b,_0x46389a){return _0x46389a||(_0x46389a=_0x490777['create']()),null!=_0x209d8b['splitPosition']&&Object['hasOwnProperty']['call'](_0x209d8b,'splitPosition')&&_0x350436['Position']['encode'](_0x209d8b['splitPosition'],_0x46389a['uint32'](0xa)['fork']())['ldelim'](),null!=_0x209d8b['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x209d8b,'graveyardPosition')&&_0x350436['Position']['encode'](_0x209d8b['graveyardPosition'],_0x46389a['uint32'](0x12)['fork']())['ldelim'](),null!=_0x209d8b['howMany']&&Object['hasOwnProperty']['call'](_0x209d8b,'howMany')&&_0x46389a['uint32'](0x18)['uint32'](_0x209d8b['howMany']),null!=_0x209d8b['insertionPosition']&&Object['hasOwnProperty']['call'](_0x209d8b,'insertionPosition')&&_0x350436['Position']['encode'](_0x209d8b['insertionPosition'],_0x46389a['uint32'](0x22)['fork']())['ldelim'](),null!=_0x209d8b['wasUndone']&&Object['hasOwnProperty']['call'](_0x209d8b,'wasUndone')&&_0x46389a['uint32'](0x28)['bool'](_0x209d8b['wasUndone']),_0x46389a;},_0x610ecf['encodeDelimited']=function(_0x430b5a,_0x1dad12){return this['encode'](_0x430b5a,_0x1dad12)['ldelim']();},_0x610ecf['decode']=function(_0x4c48b2,_0x5959d4){_0x4c48b2 instanceof _0x51dfe8||(_0x4c48b2=_0x51dfe8['create'](_0x4c48b2));for(var _0x339cdb=void 0x0===_0x5959d4?_0x4c48b2['len']:_0x4c48b2['pos']+_0x5959d4,_0x45f586=new _0x350436['SplitOperation']();_0x4c48b2['pos']<_0x339cdb;){var _0x4f3492=_0x4c48b2['uint32']();switch(_0x4f3492>>>0x3){case 0x1:_0x45f586['splitPosition']=_0x350436['Position']['decode'](_0x4c48b2,_0x4c48b2['uint32']());break;case 0x2:_0x45f586['graveyardPosition']=_0x350436['Position']['decode'](_0x4c48b2,_0x4c48b2['uint32']());break;case 0x3:_0x45f586['howMany']=_0x4c48b2['uint32']();break;case 0x4:_0x45f586['insertionPosition']=_0x350436['Position']['decode'](_0x4c48b2,_0x4c48b2['uint32']());break;case 0x5:_0x45f586['wasUndone']=_0x4c48b2['bool']();break;default:_0x4c48b2['skipType'](0x7&_0x4f3492);}}return _0x45f586;},_0x610ecf['decodeDelimited']=function(_0x5054e8){return _0x5054e8 instanceof _0x51dfe8||(_0x5054e8=new _0x51dfe8(_0x5054e8)),this['decode'](_0x5054e8,_0x5054e8['uint32']());},_0x610ecf['verify']=function(_0x5dd4ae){if('object'!=typeof _0x5dd4ae||null===_0x5dd4ae)return'object\x20expected';var _0x42cf74;if(null!=_0x5dd4ae['splitPosition']&&_0x5dd4ae['hasOwnProperty']('splitPosition')&&(_0x42cf74=_0x350436['Position']['verify'](_0x5dd4ae['splitPosition'])))return'splitPosition.'+_0x42cf74;if(null!=_0x5dd4ae['graveyardPosition']&&_0x5dd4ae['hasOwnProperty']('graveyardPosition')&&(_0x42cf74=_0x350436['Position']['verify'](_0x5dd4ae['graveyardPosition'])))return'graveyardPosition.'+_0x42cf74;if(null!=_0x5dd4ae['howMany']&&_0x5dd4ae['hasOwnProperty']('howMany')&&!_0xfcf22b['isInteger'](_0x5dd4ae['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x5dd4ae['insertionPosition']&&_0x5dd4ae['hasOwnProperty']('insertionPosition')&&(_0x42cf74=_0x350436['Position']['verify'](_0x5dd4ae['insertionPosition'])))return'insertionPosition.'+_0x42cf74;return null!=_0x5dd4ae['wasUndone']&&_0x5dd4ae['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5dd4ae['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x610ecf['fromObject']=function(_0x1e4a4c){if(_0x1e4a4c instanceof _0x350436['SplitOperation'])return _0x1e4a4c;var _0x3b17d3=new _0x350436['SplitOperation']();if(null!=_0x1e4a4c['splitPosition']){if('object'!=typeof _0x1e4a4c['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x3b17d3['splitPosition']=_0x350436['Position']['fromObject'](_0x1e4a4c['splitPosition']);}if(null!=_0x1e4a4c['graveyardPosition']){if('object'!=typeof _0x1e4a4c['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x3b17d3['graveyardPosition']=_0x350436['Position']['fromObject'](_0x1e4a4c['graveyardPosition']);}if(null!=_0x1e4a4c['howMany']&&(_0x3b17d3['howMany']=_0x1e4a4c['howMany']>>>0x0),null!=_0x1e4a4c['insertionPosition']){if('object'!=typeof _0x1e4a4c['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x3b17d3['insertionPosition']=_0x350436['Position']['fromObject'](_0x1e4a4c['insertionPosition']);}return null!=_0x1e4a4c['wasUndone']&&(_0x3b17d3['wasUndone']=Boolean(_0x1e4a4c['wasUndone'])),_0x3b17d3;},_0x610ecf['toObject']=function(_0x53191b,_0x3bc419){_0x3bc419||(_0x3bc419={});var _0x2c1b8a={};return _0x3bc419['defaults']&&(_0x2c1b8a['splitPosition']=null,_0x2c1b8a['graveyardPosition']=null,_0x2c1b8a['howMany']=0x0,_0x2c1b8a['insertionPosition']=null,_0x2c1b8a['wasUndone']=!0x1),null!=_0x53191b['splitPosition']&&_0x53191b['hasOwnProperty']('splitPosition')&&(_0x2c1b8a['splitPosition']=_0x350436['Position']['toObject'](_0x53191b['splitPosition'],_0x3bc419)),null!=_0x53191b['graveyardPosition']&&_0x53191b['hasOwnProperty']('graveyardPosition')&&(_0x2c1b8a['graveyardPosition']=_0x350436['Position']['toObject'](_0x53191b['graveyardPosition'],_0x3bc419)),null!=_0x53191b['howMany']&&_0x53191b['hasOwnProperty']('howMany')&&(_0x2c1b8a['howMany']=_0x53191b['howMany']),null!=_0x53191b['insertionPosition']&&_0x53191b['hasOwnProperty']('insertionPosition')&&(_0x2c1b8a['insertionPosition']=_0x350436['Position']['toObject'](_0x53191b['insertionPosition'],_0x3bc419)),null!=_0x53191b['wasUndone']&&_0x53191b['hasOwnProperty']('wasUndone')&&(_0x2c1b8a['wasUndone']=_0x53191b['wasUndone']),_0x2c1b8a;},_0x610ecf['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x45a249['util']['toJSONOptions']);},_0x610ecf['getTypeUrl']=function(_0xffe9fd){return void 0x0===_0xffe9fd&&(_0xffe9fd='type.googleapis.com'),_0xffe9fd+'/SplitOperation';},_0x610ecf;}()),_0x350436['Position']=(function(){function _0x2400cf(_0x15047b){if(this['path']=[],_0x15047b){for(var _0xe1f59b=Object['keys'](_0x15047b),_0x235a32=0x0;_0x235a32<_0xe1f59b['length'];++_0x235a32)null!=_0x15047b[_0xe1f59b[_0x235a32]]&&(this[_0xe1f59b[_0x235a32]]=_0x15047b[_0xe1f59b[_0x235a32]]);}}return _0x2400cf['prototype']['root']='',_0x2400cf['prototype']['rootMain']=!0x1,_0x2400cf['prototype']['rootGraveyard']=!0x1,_0x2400cf['prototype']['path']=_0xfcf22b['emptyArray'],_0x2400cf['prototype']['stickiness']='',_0x2400cf['create']=function(_0x28ff11){return new _0x2400cf(_0x28ff11);},_0x2400cf['encode']=function(_0x82a263,_0x4c1c84){if(_0x4c1c84||(_0x4c1c84=_0x490777['create']()),null!=_0x82a263['root']&&Object['hasOwnProperty']['call'](_0x82a263,'root')&&_0x4c1c84['uint32'](0xa)['string'](_0x82a263['root']),null!=_0x82a263['rootMain']&&Object['hasOwnProperty']['call'](_0x82a263,'rootMain')&&_0x4c1c84['uint32'](0x10)['bool'](_0x82a263['rootMain']),null!=_0x82a263['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x82a263,'rootGraveyard')&&_0x4c1c84['uint32'](0x18)['bool'](_0x82a263['rootGraveyard']),null!=_0x82a263['path']&&_0x82a263['path']['length']){_0x4c1c84['uint32'](0x22)['fork']();for(var _0x1738f3=0x0;_0x1738f3<_0x82a263['path']['length'];++_0x1738f3)_0x4c1c84['uint32'](_0x82a263['path'][_0x1738f3]);_0x4c1c84['ldelim']();}return null!=_0x82a263['stickiness']&&Object['hasOwnProperty']['call'](_0x82a263,'stickiness')&&_0x4c1c84['uint32'](0x2a)['string'](_0x82a263['stickiness']),_0x4c1c84;},_0x2400cf['encodeDelimited']=function(_0x2f4b64,_0x423dc4){return this['encode'](_0x2f4b64,_0x423dc4)['ldelim']();},_0x2400cf['decode']=function(_0x34ef30,_0x3513dc){_0x34ef30 instanceof _0x51dfe8||(_0x34ef30=_0x51dfe8['create'](_0x34ef30));for(var _0x8b5f30=void 0x0===_0x3513dc?_0x34ef30['len']:_0x34ef30['pos']+_0x3513dc,_0x34aa13=new _0x350436['Position']();_0x34ef30['pos']<_0x8b5f30;){var _0x51fa66=_0x34ef30['uint32']();switch(_0x51fa66>>>0x3){case 0x1:_0x34aa13['root']=_0x34ef30['string']();break;case 0x2:_0x34aa13['rootMain']=_0x34ef30['bool']();break;case 0x3:_0x34aa13['rootGraveyard']=_0x34ef30['bool']();break;case 0x4:if(_0x34aa13['path']&&_0x34aa13['path']['length']||(_0x34aa13['path']=[]),0x2==(0x7&_0x51fa66)){for(var _0x451169=_0x34ef30['uint32']()+_0x34ef30['pos'];_0x34ef30['pos']<_0x451169;)_0x34aa13['path']['push'](_0x34ef30['uint32']());}else _0x34aa13['path']['push'](_0x34ef30['uint32']());break;case 0x5:_0x34aa13['stickiness']=_0x34ef30['string']();break;default:_0x34ef30['skipType'](0x7&_0x51fa66);}}return _0x34aa13;},_0x2400cf['decodeDelimited']=function(_0x2a0076){return _0x2a0076 instanceof _0x51dfe8||(_0x2a0076=new _0x51dfe8(_0x2a0076)),this['decode'](_0x2a0076,_0x2a0076['uint32']());},_0x2400cf['verify']=function(_0x2e2bee){if('object'!=typeof _0x2e2bee||null===_0x2e2bee)return'object\x20expected';if(null!=_0x2e2bee['root']&&_0x2e2bee['hasOwnProperty']('root')&&!_0xfcf22b['isString'](_0x2e2bee['root']))return'root:\x20string\x20expected';if(null!=_0x2e2bee['rootMain']&&_0x2e2bee['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x2e2bee['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x2e2bee['rootGraveyard']&&_0x2e2bee['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x2e2bee['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x2e2bee['path']&&_0x2e2bee['hasOwnProperty']('path')){if(!Array['isArray'](_0x2e2bee['path']))return'path:\x20array\x20expected';for(var _0x465b46=0x0;_0x465b46<_0x2e2bee['path']['length'];++_0x465b46)if(!_0xfcf22b['isInteger'](_0x2e2bee['path'][_0x465b46]))return'path:\x20integer[]\x20expected';}return null!=_0x2e2bee['stickiness']&&_0x2e2bee['hasOwnProperty']('stickiness')&&!_0xfcf22b['isString'](_0x2e2bee['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x2400cf['fromObject']=function(_0x104470){if(_0x104470 instanceof _0x350436['Position'])return _0x104470;var _0xd1ff80=new _0x350436['Position']();if(null!=_0x104470['root']&&(_0xd1ff80['root']=String(_0x104470['root'])),null!=_0x104470['rootMain']&&(_0xd1ff80['rootMain']=Boolean(_0x104470['rootMain'])),null!=_0x104470['rootGraveyard']&&(_0xd1ff80['rootGraveyard']=Boolean(_0x104470['rootGraveyard'])),_0x104470['path']){if(!Array['isArray'](_0x104470['path']))throw TypeError('.Position.path:\x20array\x20expected');_0xd1ff80['path']=[];for(var _0x5287dc=0x0;_0x5287dc<_0x104470['path']['length'];++_0x5287dc)_0xd1ff80['path'][_0x5287dc]=_0x104470['path'][_0x5287dc]>>>0x0;}return null!=_0x104470['stickiness']&&(_0xd1ff80['stickiness']=String(_0x104470['stickiness'])),_0xd1ff80;},_0x2400cf['toObject']=function(_0x4e5d5c,_0x43efa8){_0x43efa8||(_0x43efa8={});var _0x5d29cb={};if((_0x43efa8['arrays']||_0x43efa8['defaults'])&&(_0x5d29cb['path']=[]),_0x43efa8['defaults']&&(_0x5d29cb['root']='',_0x5d29cb['rootMain']=!0x1,_0x5d29cb['rootGraveyard']=!0x1,_0x5d29cb['stickiness']=''),null!=_0x4e5d5c['root']&&_0x4e5d5c['hasOwnProperty']('root')&&(_0x5d29cb['root']=_0x4e5d5c['root']),null!=_0x4e5d5c['rootMain']&&_0x4e5d5c['hasOwnProperty']('rootMain')&&(_0x5d29cb['rootMain']=_0x4e5d5c['rootMain']),null!=_0x4e5d5c['rootGraveyard']&&_0x4e5d5c['hasOwnProperty']('rootGraveyard')&&(_0x5d29cb['rootGraveyard']=_0x4e5d5c['rootGraveyard']),_0x4e5d5c['path']&&_0x4e5d5c['path']['length']){_0x5d29cb['path']=[];for(var _0x30737b=0x0;_0x30737b<_0x4e5d5c['path']['length'];++_0x30737b)_0x5d29cb['path'][_0x30737b]=_0x4e5d5c['path'][_0x30737b];}return null!=_0x4e5d5c['stickiness']&&_0x4e5d5c['hasOwnProperty']('stickiness')&&(_0x5d29cb['stickiness']=_0x4e5d5c['stickiness']),_0x5d29cb;},_0x2400cf['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x45a249['util']['toJSONOptions']);},_0x2400cf['getTypeUrl']=function(_0x1f9964){return void 0x0===_0x1f9964&&(_0x1f9964='type.googleapis.com'),_0x1f9964+'/Position';},_0x2400cf;}()),_0x350436['Range']=(function(){function _0x5a428f(_0xbe20bb){if(_0xbe20bb){for(var _0x55d9b6=Object['keys'](_0xbe20bb),_0x4b94d9=0x0;_0x4b94d9<_0x55d9b6['length'];++_0x4b94d9)null!=_0xbe20bb[_0x55d9b6[_0x4b94d9]]&&(this[_0x55d9b6[_0x4b94d9]]=_0xbe20bb[_0x55d9b6[_0x4b94d9]]);}}return _0x5a428f['prototype']['start']=null,_0x5a428f['prototype']['end']=null,_0x5a428f['create']=function(_0x6d1907){return new _0x5a428f(_0x6d1907);},_0x5a428f['encode']=function(_0xe0638,_0xb90698){return _0xb90698||(_0xb90698=_0x490777['create']()),null!=_0xe0638['start']&&Object['hasOwnProperty']['call'](_0xe0638,'start')&&_0x350436['Position']['encode'](_0xe0638['start'],_0xb90698['uint32'](0xa)['fork']())['ldelim'](),null!=_0xe0638['end']&&Object['hasOwnProperty']['call'](_0xe0638,'end')&&_0x350436['Position']['encode'](_0xe0638['end'],_0xb90698['uint32'](0x12)['fork']())['ldelim'](),_0xb90698;},_0x5a428f['encodeDelimited']=function(_0x5a88bb,_0x25d43b){return this['encode'](_0x5a88bb,_0x25d43b)['ldelim']();},_0x5a428f['decode']=function(_0x1996fb,_0x227e58){_0x1996fb instanceof _0x51dfe8||(_0x1996fb=_0x51dfe8['create'](_0x1996fb));for(var _0x2ebde2=void 0x0===_0x227e58?_0x1996fb['len']:_0x1996fb['pos']+_0x227e58,_0x79a8b3=new _0x350436['Range']();_0x1996fb['pos']<_0x2ebde2;){var _0x4ceed8=_0x1996fb['uint32']();switch(_0x4ceed8>>>0x3){case 0x1:_0x79a8b3['start']=_0x350436['Position']['decode'](_0x1996fb,_0x1996fb['uint32']());break;case 0x2:_0x79a8b3['end']=_0x350436['Position']['decode'](_0x1996fb,_0x1996fb['uint32']());break;default:_0x1996fb['skipType'](0x7&_0x4ceed8);}}return _0x79a8b3;},_0x5a428f['decodeDelimited']=function(_0x38108b){return _0x38108b instanceof _0x51dfe8||(_0x38108b=new _0x51dfe8(_0x38108b)),this['decode'](_0x38108b,_0x38108b['uint32']());},_0x5a428f['verify']=function(_0x20cf98){if('object'!=typeof _0x20cf98||null===_0x20cf98)return'object\x20expected';var _0x76a4a3;if(null!=_0x20cf98['start']&&_0x20cf98['hasOwnProperty']('start')&&(_0x76a4a3=_0x350436['Position']['verify'](_0x20cf98['start'])))return'start.'+_0x76a4a3;if(null!=_0x20cf98['end']&&_0x20cf98['hasOwnProperty']('end')&&(_0x76a4a3=_0x350436['Position']['verify'](_0x20cf98['end'])))return'end.'+_0x76a4a3;return null;},_0x5a428f['fromObject']=function(_0x1f5190){if(_0x1f5190 instanceof _0x350436['Range'])return _0x1f5190;var _0x2ee5a7=new _0x350436['Range']();if(null!=_0x1f5190['start']){if('object'!=typeof _0x1f5190['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x2ee5a7['start']=_0x350436['Position']['fromObject'](_0x1f5190['start']);}if(null!=_0x1f5190['end']){if('object'!=typeof _0x1f5190['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x2ee5a7['end']=_0x350436['Position']['fromObject'](_0x1f5190['end']);}return _0x2ee5a7;},_0x5a428f['toObject']=function(_0x1298d8,_0x81fc3e){_0x81fc3e||(_0x81fc3e={});var _0x543e93={};return _0x81fc3e['defaults']&&(_0x543e93['start']=null,_0x543e93['end']=null),null!=_0x1298d8['start']&&_0x1298d8['hasOwnProperty']('start')&&(_0x543e93['start']=_0x350436['Position']['toObject'](_0x1298d8['start'],_0x81fc3e)),null!=_0x1298d8['end']&&_0x1298d8['hasOwnProperty']('end')&&(_0x543e93['end']=_0x350436['Position']['toObject'](_0x1298d8['end'],_0x81fc3e)),_0x543e93;},_0x5a428f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x45a249['util']['toJSONOptions']);},_0x5a428f['getTypeUrl']=function(_0x2b030b){return void 0x0===_0x2b030b&&(_0x2b030b='type.googleapis.com'),_0x2b030b+'/Range';},_0x5a428f;}()),_0x350436['Element']=(function(){function _0x6e5641(_0x37cf5c){if(this['children']=[],this['attributesBoolean']={},_0x37cf5c){for(var _0x323c71=Object['keys'](_0x37cf5c),_0x3bafb0=0x0;_0x3bafb0<_0x323c71['length'];++_0x3bafb0)null!=_0x37cf5c[_0x323c71[_0x3bafb0]]&&(this[_0x323c71[_0x3bafb0]]=_0x37cf5c[_0x323c71[_0x3bafb0]]);}}return _0x6e5641['prototype']['name']='',_0x6e5641['prototype']['children']=_0xfcf22b['emptyArray'],_0x6e5641['prototype']['data']='',_0x6e5641['prototype']['attributesBoolean']=_0xfcf22b['emptyObject'],_0x6e5641['prototype']['attributesJson']='',_0x6e5641['create']=function(_0x324341){return new _0x6e5641(_0x324341);},_0x6e5641['encode']=function(_0x50f0d9,_0x3f67ab){if(_0x3f67ab||(_0x3f67ab=_0x490777['create']()),null!=_0x50f0d9['name']&&Object['hasOwnProperty']['call'](_0x50f0d9,'name')&&_0x3f67ab['uint32'](0xa)['string'](_0x50f0d9['name']),null!=_0x50f0d9['children']&&_0x50f0d9['children']['length']){for(var _0x407775=0x0;_0x407775<_0x50f0d9['children']['length'];++_0x407775)_0x350436['Element']['encode'](_0x50f0d9['children'][_0x407775],_0x3f67ab['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x50f0d9['data']&&Object['hasOwnProperty']['call'](_0x50f0d9,'data')&&_0x3f67ab['uint32'](0x1a)['string'](_0x50f0d9['data']),null!=_0x50f0d9['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x50f0d9,'attributesBoolean')){var _0x42c556=Object['keys'](_0x50f0d9['attributesBoolean']);for(_0x407775=0x0;_0x407775<_0x42c556['length'];++_0x407775)_0x3f67ab['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x42c556[_0x407775])['uint32'](0x10)['bool'](_0x50f0d9['attributesBoolean'][_0x42c556[_0x407775]])['ldelim']();}return null!=_0x50f0d9['attributesJson']&&Object['hasOwnProperty']['call'](_0x50f0d9,'attributesJson')&&_0x3f67ab['uint32'](0x2a)['string'](_0x50f0d9['attributesJson']),_0x3f67ab;},_0x6e5641['encodeDelimited']=function(_0x5394d9,_0xa0ac){return this['encode'](_0x5394d9,_0xa0ac)['ldelim']();},_0x6e5641['decode']=function(_0x55ef83,_0x2ba66f){_0x55ef83 instanceof _0x51dfe8||(_0x55ef83=_0x51dfe8['create'](_0x55ef83));for(var _0x1c8974,_0x70f1ca,_0x5f3847=void 0x0===_0x2ba66f?_0x55ef83['len']:_0x55ef83['pos']+_0x2ba66f,_0x99a434=new _0x350436['Element']();_0x55ef83['pos']<_0x5f3847;){var _0x320376=_0x55ef83['uint32']();switch(_0x320376>>>0x3){case 0x1:_0x99a434['name']=_0x55ef83['string']();break;case 0x2:_0x99a434['children']&&_0x99a434['children']['length']||(_0x99a434['children']=[]),_0x99a434['children']['push'](_0x350436['Element']['decode'](_0x55ef83,_0x55ef83['uint32']()));break;case 0x3:_0x99a434['data']=_0x55ef83['string']();break;case 0x4:_0x99a434['attributesBoolean']===_0xfcf22b['emptyObject']&&(_0x99a434['attributesBoolean']={});var _0x5ddda0=_0x55ef83['uint32']()+_0x55ef83['pos'];for(_0x1c8974='',_0x70f1ca=!0x1;_0x55ef83['pos']<_0x5ddda0;){var _0x27e6eb=_0x55ef83['uint32']();switch(_0x27e6eb>>>0x3){case 0x1:_0x1c8974=_0x55ef83['string']();break;case 0x2:_0x70f1ca=_0x55ef83['bool']();break;default:_0x55ef83['skipType'](0x7&_0x27e6eb);}}_0x99a434['attributesBoolean'][_0x1c8974]=_0x70f1ca;break;case 0x5:_0x99a434['attributesJson']=_0x55ef83['string']();break;default:_0x55ef83['skipType'](0x7&_0x320376);}}return _0x99a434;},_0x6e5641['decodeDelimited']=function(_0xbf1535){return _0xbf1535 instanceof _0x51dfe8||(_0xbf1535=new _0x51dfe8(_0xbf1535)),this['decode'](_0xbf1535,_0xbf1535['uint32']());},_0x6e5641['verify']=function(_0x346c1b){if('object'!=typeof _0x346c1b||null===_0x346c1b)return'object\x20expected';if(null!=_0x346c1b['name']&&_0x346c1b['hasOwnProperty']('name')&&!_0xfcf22b['isString'](_0x346c1b['name']))return'name:\x20string\x20expected';if(null!=_0x346c1b['children']&&_0x346c1b['hasOwnProperty']('children')){if(!Array['isArray'](_0x346c1b['children']))return'children:\x20array\x20expected';for(var _0x3952cc=0x0;_0x3952cc<_0x346c1b['children']['length'];++_0x3952cc){var _0x12a982=_0x350436['Element']['verify'](_0x346c1b['children'][_0x3952cc]);if(_0x12a982)return'children.'+_0x12a982;}}if(null!=_0x346c1b['data']&&_0x346c1b['hasOwnProperty']('data')&&!_0xfcf22b['isString'](_0x346c1b['data']))return'data:\x20string\x20expected';if(null!=_0x346c1b['attributesBoolean']&&_0x346c1b['hasOwnProperty']('attributesBoolean')){if(!_0xfcf22b['isObject'](_0x346c1b['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x5e7e0d=Object['keys'](_0x346c1b['attributesBoolean']);for(_0x3952cc=0x0;_0x3952cc<_0x5e7e0d['length'];++_0x3952cc)if('boolean'!=typeof _0x346c1b['attributesBoolean'][_0x5e7e0d[_0x3952cc]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x346c1b['attributesJson']&&_0x346c1b['hasOwnProperty']('attributesJson')&&!_0xfcf22b['isString'](_0x346c1b['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x6e5641['fromObject']=function(_0x38e39c){if(_0x38e39c instanceof _0x350436['Element'])return _0x38e39c;var _0x5bd9a1=new _0x350436['Element']();if(null!=_0x38e39c['name']&&(_0x5bd9a1['name']=String(_0x38e39c['name'])),_0x38e39c['children']){if(!Array['isArray'](_0x38e39c['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x5bd9a1['children']=[];for(var _0x193967=0x0;_0x193967<_0x38e39c['children']['length'];++_0x193967){if('object'!=typeof _0x38e39c['children'][_0x193967])throw TypeError('.Element.children:\x20object\x20expected');_0x5bd9a1['children'][_0x193967]=_0x350436['Element']['fromObject'](_0x38e39c['children'][_0x193967]);}}if(null!=_0x38e39c['data']&&(_0x5bd9a1['data']=String(_0x38e39c['data'])),_0x38e39c['attributesBoolean']){if('object'!=typeof _0x38e39c['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x5bd9a1['attributesBoolean']={};var _0x1a503a=Object['keys'](_0x38e39c['attributesBoolean']);for(_0x193967=0x0;_0x193967<_0x1a503a['length'];++_0x193967)_0x5bd9a1['attributesBoolean'][_0x1a503a[_0x193967]]=Boolean(_0x38e39c['attributesBoolean'][_0x1a503a[_0x193967]]);}return null!=_0x38e39c['attributesJson']&&(_0x5bd9a1['attributesJson']=String(_0x38e39c['attributesJson'])),_0x5bd9a1;},_0x6e5641['toObject']=function(_0x182d20,_0x26880d){_0x26880d||(_0x26880d={});var _0x161c08,_0x2e60de={};if((_0x26880d['arrays']||_0x26880d['defaults'])&&(_0x2e60de['children']=[]),(_0x26880d['objects']||_0x26880d['defaults'])&&(_0x2e60de['attributesBoolean']={}),_0x26880d['defaults']&&(_0x2e60de['name']='',_0x2e60de['data']='',_0x2e60de['attributesJson']=''),null!=_0x182d20['name']&&_0x182d20['hasOwnProperty']('name')&&(_0x2e60de['name']=_0x182d20['name']),_0x182d20['children']&&_0x182d20['children']['length']){_0x2e60de['children']=[];for(var _0x32b61b=0x0;_0x32b61b<_0x182d20['children']['length'];++_0x32b61b)_0x2e60de['children'][_0x32b61b]=_0x350436['Element']['toObject'](_0x182d20['children'][_0x32b61b],_0x26880d);}if(null!=_0x182d20['data']&&_0x182d20['hasOwnProperty']('data')&&(_0x2e60de['data']=_0x182d20['data']),_0x182d20['attributesBoolean']&&(_0x161c08=Object['keys'](_0x182d20['attributesBoolean']))['length']){_0x2e60de['attributesBoolean']={};for(_0x32b61b=0x0;_0x32b61b<_0x161c08['length'];++_0x32b61b)_0x2e60de['attributesBoolean'][_0x161c08[_0x32b61b]]=_0x182d20['attributesBoolean'][_0x161c08[_0x32b61b]];}return null!=_0x182d20['attributesJson']&&_0x182d20['hasOwnProperty']('attributesJson')&&(_0x2e60de['attributesJson']=_0x182d20['attributesJson']),_0x2e60de;},_0x6e5641['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x45a249['util']['toJSONOptions']);},_0x6e5641['getTypeUrl']=function(_0x41f28c){return void 0x0===_0x41f28c&&(_0x41f28c='type.googleapis.com'),_0x41f28c+'/Element';},_0x6e5641;}()),_0x350436;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x4ab54e){return new y(this['_protobufRoot'][_0x4ab54e]);}}class y{['_protobuf'];constructor(_0x212ea5){this['_protobuf']=_0x212ea5;}['compress'](_0x4a4da7){const _0xb3c1ee=this['_protobuf']['verify'](_0x4a4da7);if(_0xb3c1ee)throw Error(_0xb3c1ee);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x4a4da7))['finish']();}['decompress'](_0x14cbb9){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x14cbb9),{'oneofs':!0x0});}}function _(_0x2a9f45,_0x560b75){const _0x381fbe=_0x2739b6(_0x2a9f45);return _0x381fbe['path'][_0x381fbe['path']['length']-0x1]+=_0x560b75,_0x381fbe;}function O(_0x1ba61b,_0x805582){return _0x1ba61b['root']===_0x805582['root']&&_0x2e3e0d(_0x1ba61b['path'],_0x805582['path']);}function $(_0x13da7d){P(_0x13da7d,_0x3cead9=>('main'==_0x3cead9['root']?(_0x3cead9['rootMain']=!0x0,delete _0x3cead9['root']):'$graveyard'==_0x3cead9['root']&&(_0x3cead9['rootGraveyard']=!0x0,delete _0x3cead9['root']),_0x3cead9));}function J(_0x6f3896){P(_0x6f3896,_0x366659=>(_0x366659['rootMain']?(_0x366659['root']='main',delete _0x366659['rootMain']):_0x366659['rootGraveyard']&&(_0x366659['root']='$graveyard',delete _0x366659['rootGraveyard']),_0x366659));}function P(_0x55361a,_0xe1eeae){for(const _0x1e54e4 in _0x55361a){const _0x3ce0ae=_0x55361a[_0x1e54e4];'nodes'!==_0x1e54e4&&_0xfae406(_0x3ce0ae)&&(_0x3ce0ae['path']&&(_0x3ce0ae['root']||_0x3ce0ae['rootMain']||_0x3ce0ae['rootGraveyard'])?_0x55361a[_0x1e54e4]=_0xe1eeae(_0x3ce0ae):P(_0x3ce0ae,_0xe1eeae));}return _0x55361a;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x4fdc6d,_0x162761,_0x5b4ca6){this['_id']=_0x4fdc6d,this['_operationName']=_0x162761,this['_protobufDescriptor']=_0x5b4ca6;}['compress'](_0x12b9cd,_0x2ee1a9){const _0x87c363=_0x2ee1a9['shift']();return $(_0x87c363),_0x12b9cd['buffers']['push'](this['_protobufDescriptor']['compress'](_0x87c363)),_0x12b9cd['types']['push'](this['_id']),!0x0;}['decompress'](_0x5b8c1c,_0x4c3652){_0x4c3652['types']['shift']();const _0x2d3aef=this['_protobufDescriptor']['decompress'](_0x4c3652['buffers']['shift']());J(_0x2d3aef),_0x2d3aef['__className']=this['_operationName'],_0x5b8c1c['push'](_0x2d3aef);}}class s extends e{['compress'](_0x1e53ba,_0x44e20d){const _0x54243d=_0x44e20d['shift']();return this['_serializeOneOf']('oldValue',_0x54243d),this['_serializeOneOf']('newValue',_0x54243d),$(_0x54243d),_0x1e53ba['buffers']['push'](this['_protobufDescriptor']['compress'](_0x54243d)),_0x1e53ba['types']['push'](this['_id']),!0x0;}['decompress'](_0x7bb5a8,_0x45e3e9){const {types:_0x3cf5d1,buffers:_0x4ea3d2}=_0x45e3e9,_0x42df1f=this['_protobufDescriptor']['decompress'](_0x4ea3d2['shift']());_0x3cf5d1['shift'](),this['_deserializeOneOf']('oldValue',_0x42df1f),this['_deserializeOneOf']('newValue',_0x42df1f),J(_0x42df1f),_0x42df1f['__className']=this['_operationName'],_0x7bb5a8['push'](_0x42df1f);}['_serializeOneOf'](_0x4b9216,_0x2d0cee){const _0x2a21b6=_0x2d0cee[_0x4b9216];'boolean'==typeof _0x2a21b6?_0x2d0cee[_0x4b9216+'Boolean']=_0x2a21b6:_0x2d0cee[_0x4b9216+'Json']=JSON['stringify'](_0x2a21b6);}['_deserializeOneOf'](_0x3f0547,_0x167db5){const _0x4f83c5=_0x3f0547+'Json';_0x167db5[_0x4f83c5]?(_0x167db5[_0x3f0547]=JSON['parse'](_0x167db5[_0x4f83c5]),delete _0x167db5[_0x4f83c5]):(_0x167db5[_0x3f0547]=_0x167db5[_0x3f0547+'Boolean'],delete _0x167db5[_0x3f0547+'Boolean']);}}class i extends e{['compress'](_0x55d846,_0x33e895){const _0x45d213=_0x33e895['shift']();return this['_serializeNodesAttributes'](_0x45d213['nodes']),$(_0x45d213),_0x55d846['buffers']['push'](this['_protobufDescriptor']['compress'](_0x45d213)),_0x55d846['types']['push'](this['_id']),!0x0;}['decompress'](_0x2d98d8,_0x835e11){const {types:_0x25e238,buffers:_0x14d358}=_0x835e11,_0x360946=this['_protobufDescriptor']['decompress'](_0x14d358['shift']());_0x25e238['shift'](),_0x360946['nodes']||(_0x360946['nodes']=[]),this['_deserializeNodesAttributes'](_0x360946['nodes']),J(_0x360946),_0x360946['__className']=this['_operationName'],_0x2d98d8['push'](_0x360946);}['_serializeNodesAttributes'](_0x16e44d){for(const _0x56f481 of _0x16e44d){if(_0x56f481['attributes']){const _0x560a87=_0x56f481['attributes'];this['_areValuesBoolean'](_0x560a87)?_0x56f481['attributesBoolean']=_0x560a87:_0x56f481['attributesJson']=JSON['stringify'](_0x560a87);}_0x56f481['children']&&this['_serializeNodesAttributes'](_0x56f481['children']);}}['_deserializeNodesAttributes'](_0xa1a843){for(const _0x327ef8 of _0xa1a843)(_0x327ef8['attributesBoolean']||_0x327ef8['attributesJson'])&&(_0x327ef8['attributesBoolean']?(_0x327ef8['attributes']=_0x327ef8['attributesBoolean'],delete _0x327ef8['attributesBoolean']):(_0x327ef8['attributes']=JSON['parse'](_0x327ef8['attributesJson']),delete _0x327ef8['attributesJson'])),_0x327ef8['children']&&this['_deserializeNodesAttributes'](_0x327ef8['children']);}['_areValuesBoolean'](_0x23570c){return Object['keys'](_0x23570c)['every'](_0x3a157d=>'boolean'==typeof _0x23570c[_0x3a157d]);}}class n extends e{['decompress'](_0x39026f,_0x259488){super['decompress'](_0x39026f,_0x259488);const _0x16dfad=_0x39026f[_0x39026f['length']-0x1];_0x16dfad['oldRange']||(_0x16dfad['oldRange']=null),_0x16dfad['newRange']||(_0x16dfad['newRange']=null);}}class p extends e{['compress'](_0x42c5b5,_0x5902bb){return _0x5902bb['shift'](),_0x42c5b5['types']['push'](this['_id']),!0x0;}['decompress'](_0x481c93,_0x172f2e){_0x172f2e['types']['shift'](),_0x481c93['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0xef880a,_0x43003a,_0x444144,_0x2e64f8){super(_0xef880a,_0x43003a,_0x444144),this['_omittedNamespace']=_0x2e64f8+':';}['compress'](_0x11068f,_0x4d027f){return!('MarkerOperation'!=_0x4d027f[0x0]['__className']||!_0x4d027f[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x4d027f[0x0]['name']=_0x4d027f[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x11068f,_0x4d027f),!0x0);}['decompress'](_0x514590,_0x33366f){super['decompress'](_0x514590,_0x33366f);const _0x4af5a1=_0x514590[_0x514590['length']-0x1];_0x4af5a1['name']=this['_omittedNamespace']+_0x4af5a1['name'];}}class b{['_id'];['_context'];constructor(_0x16c9df,_0x23e808){this['_id']=_0x16c9df,this['_context']=_0x23e808;}['compress'](_0x2a3778,_0x49b33e){let _0x847087;for(;_0x49b33e['length']>0x1&&this['_compareOperations'](_0x49b33e[0x0],_0x49b33e[0x1]);)_0x847087?(_0x847087=this['_combineNext'](_0x49b33e['shift'](),_0x847087),_0x2a3778['types']['push'](0x0)):(_0x847087=_0x2739b6(_0x49b33e['shift']()),_0x2a3778['types']['push'](this['_id']));return!!_0x847087&&(_0x847087=this['_combineNext'](_0x49b33e['shift'](),_0x847087),_0x2a3778['types']['push'](0x0),_0x2a3778['buffers']['push'](this['_compressSingleOperation'](_0x847087)),!0x0);}['decompress'](_0xc0301b,_0x977050){const _0x2fc88f=this['_decompressSingleOperation'](_0x977050);for(;0x0==_0x977050['types'][0x0];)_0x977050['types']['shift'](),_0xc0301b['push'](this['_splitCurrent'](_0x2fc88f));_0xc0301b['push'](_0x2fc88f);}}class m extends b{['_combineNext'](_0x34bd6c,_0x321e02){return _0x321e02['nodes'][0x0]['data']+=_0x34bd6c['nodes'][0x0]['data'],_0x321e02;}['_splitCurrent'](_0x357e74){const _0x4c4c1f=_0x2739b6(_0x357e74),_0x471be7=_0x4c4c1f['nodes'][0x0],_0x13acd0=_0x357e74['nodes'][0x0],_0x3a5ef9=_0x13acd0['data'][Symbol['iterator']]()['next']()['value'],_0x1670d1=_0x3a5ef9['length'];return _0x471be7['data']=_0x3a5ef9,_0x13acd0['data']=_0x13acd0['data']['substr'](_0x1670d1),_0x357e74['position']=_(_0x357e74['position'],_0x1670d1),_0x4c4c1f;}['_compareOperations'](_0xc18fa3,_0x61aacc){if(this['_checkOperation'](_0xc18fa3)&&this['_checkOperation'](_0x61aacc)){const _0x40b2d3=_0xc18fa3['nodes'][0x0]['data']['length'],_0x378c5a=O(_(_0xc18fa3['position'],_0x40b2d3),_0x61aacc['position']),_0x2e9ddd=_0xc18fa3['nodes'][0x0],_0x266eac=_0x61aacc['nodes'][0x0];return _0x378c5a&&this['_compareAttributes'](_0x2e9ddd,_0x266eac);}return!0x1;}['_compressSingleOperation'](_0x5d56cc){const _0x45727a={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x45727a,[_0x5d56cc]),_0x45727a['buffers'][0x0];}['_decompressSingleOperation'](_0x5d7f0a){const _0x299232=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x299232,_0x5d7f0a),_0x299232[0x0];}['_checkOperation'](_0x2a7355){return'InsertOperation'==_0x2a7355['__className']&&0x1==_0x2a7355['nodes']['length']&&_0x2a7355['nodes'][0x0]['data']&&!_0x2a7355['wasUndone']&&0x1==Array['from'](_0x2a7355['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0xa5f23f,_0x150cc4){const _0x45ea91=Object['keys'](_0xa5f23f['attributes']||{}),_0x26f302=Object['keys'](_0x150cc4['attributes']||{});return _0x45ea91['length']===_0x26f302['length']&&_0x45ea91['every'](_0x141bd6=>_0x150cc4['attributes'][_0x141bd6]&&_0x150cc4['attributes'][_0x141bd6]===_0xa5f23f['attributes'][_0x141bd6]);}}class c extends b{['_combineNext'](_0x4298a9,_0x34885e){return _0x34885e['howMany']++,_0x34885e['sourcePosition']=_0x2739b6(_0x4298a9['sourcePosition']),_0x34885e;}['_splitCurrent'](_0x1ebe14){const _0x767159=_0x2739b6(_0x1ebe14);return _0x1ebe14['howMany']--,_0x767159['howMany']=0x1,_0x767159['sourcePosition']=_(_0x767159['sourcePosition'],_0x1ebe14['howMany']),_0x767159;}['_compareOperations'](_0x3b514b,_0x188258){return!(!this['_checkOperation'](_0x3b514b)||!this['_checkOperation'](_0x188258))&&(O(_(_0x3b514b['sourcePosition'],-0x1),_0x188258['sourcePosition'])&&O(_0x3b514b['targetPosition'],_0x188258['targetPosition']));}['_compressSingleOperation'](_0x2deb8c){const _0x1f875e={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x1f875e,[_0x2deb8c]),_0x1f875e['buffers'][0x0];}['_decompressSingleOperation'](_0x5d5cc1){const _0x4e6f60=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x4e6f60,_0x5d5cc1),_0x4e6f60[0x0];}['_checkOperation'](_0x54f922){return'MoveOperation'==_0x54f922['__className']&&'$graveyard'==_0x54f922['targetPosition']['root']&&0x1==_0x54f922['howMany']&&!_0x54f922['wasUndone'];}}class h extends b{['_combineNext'](_0xce2aac,_0x4d3c44){return _0x4d3c44['howMany']++,_0x4d3c44;}['_splitCurrent'](_0x34ff51){const _0x1119a1=_0x2739b6(_0x34ff51);return _0x1119a1['howMany']=0x1,_0x34ff51['howMany']--,_0x1119a1;}['_compareOperations'](_0x448a9a,_0x4915f4){return!(!this['_checkOperation'](_0x448a9a)||!this['_checkOperation'](_0x4915f4))&&(O(_0x448a9a['sourcePosition'],_0x4915f4['sourcePosition'])&&O(_0x448a9a['targetPosition'],_0x4915f4['targetPosition']));}['_compressSingleOperation'](_0x25b4e5){const _0x114cbf={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x114cbf,[_0x25b4e5]),_0x114cbf['buffers'][0x0];}['_decompressSingleOperation'](_0xfb6b81){const _0x5727c2=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x5727c2,_0xfb6b81),_0x5727c2[0x0];}['_checkOperation'](_0x1262db){return'MoveOperation'==_0x1262db['__className']&&'$graveyard'==_0x1262db['targetPosition']['root']&&0x1==_0x1262db['howMany']&&!_0x1262db['wasUndone'];}}class f extends b{['compress'](_0x28de79,_0x58a1e9){if(!this['_compareOperations'](_0x58a1e9[0x0],_0x58a1e9[0x1]))return!0x1;const _0x58b014=_0x58a1e9['shift']();return _0x58b014['oldRange']=null,_0x58b014['newRange']&&O(_0x58b014['newRange']['start'],_0x58b014['newRange']['end'])&&(_0x58b014['newRange']['end']=null),_0x58a1e9['shift'](),_0x28de79['types']['push'](this['_id']),_0x28de79['types']['push'](0x0),_0x28de79['buffers']['push'](this['_compressSingleOperation'](_0x58b014)),!0x0;}['decompress'](_0x4a22ce,_0x7eab11){const _0x105595=this['_decompressSingleOperation'](_0x7eab11);_0x105595['newRange']&&!_0x105595['newRange']['end']&&(_0x105595['newRange']['end']=_0x2739b6(_0x105595['newRange']['start']));const _0x2e0939=_0x2739b6(_0x105595);_0x2e0939['newRange']&&(_0x2e0939['newRange']['start']['stickiness']='toNone',_0x2e0939['newRange']['end']=_0x2739b6(_0x2e0939['newRange']['start'])),_0x2e0939['name']='user:position:'+_0x2e0939['name']['split'](':')[0x2],_0x7eab11['types']['shift'](),_0x4a22ce['push'](_0x105595),_0x4a22ce['push'](_0x2e0939);}['_compressSingleOperation'](_0x47bdaf){const _0x1c4a47={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x1c4a47,[_0x47bdaf]),_0x1c4a47['buffers'][0x0];}['_decompressSingleOperation'](_0x295d73){const _0x1e5daa=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x1e5daa,_0x295d73),_0x1e5daa[0x0];}['_compareOperations'](_0x2512ce,_0x49d2f8){return!(!_0x2512ce||!_0x49d2f8)&&('MarkerOperation'==_0x2512ce['__className']&&'MarkerOperation'==_0x49d2f8['__className']&&!(!_0x2512ce['name']['startsWith']('user:')||!_0x49d2f8['name']['startsWith']('user:')||_0x2512ce['name']==_0x49d2f8['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x56770c=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',_0x56770c,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x56770c,'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'](_0x259859){if(!_0x259859||!_0x259859[0x0])throw new _0x1053b4('no-operations-provided',this);const _0x35738c={'types':[],'buffers':[],'baseVersion':_0x259859[0x0]['baseVersion']};for(;_0x259859['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x35738c,_0x259859)||this['_getCompressorByName']('TypingAction')['compress'](_0x35738c,_0x259859)||this['_getCompressorByName']('DeletingAction')['compress'](_0x35738c,_0x259859)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x35738c,_0x259859)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x35738c,_0x259859)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x35738c,_0x259859)||this['_getCompressorByName'](_0x259859[0x0]['__className'])['compress'](_0x35738c,_0x259859);return _0x35738c;}['decompress'](_0x551809){const _0x4a9d1a=[];for(;_0x551809['types']['length'];){this['_compressorById']['get'](_0x551809['types'][0x0])['decompress'](_0x4a9d1a,_0x551809);}return _0x4a9d1a['forEach']((_0x5387ac,_0x557ef3)=>_0x5387ac['baseVersion']=_0x551809['baseVersion']+_0x557ef3),_0x4a9d1a;}['_getCompressorByName'](_0x2b93c1){return this['_compressorByName']['get'](_0x2b93c1);}['_registerOperationCompressor'](_0x595798,_0x150bdb,_0x5a7fb2){const _0x588323=new _0x5a7fb2(_0x595798,_0x150bdb,this['_protobufFactory']['getDescriptor'](_0x150bdb));this['_registerCompressor'](_0x595798,_0x150bdb,_0x588323);}['_registerActionCompressor'](_0x46ff68,_0x1cb073,_0x5d8853){const _0xb875bb=new _0x5d8853(_0x46ff68,this);this['_registerCompressor'](_0x46ff68,_0x1cb073,_0xb875bb);}['_registerCompressor'](_0x3947d6,_0x56c54b,_0x2df768){this['_compressorById']['set'](_0x3947d6,_0x2df768),this['_compressorByName']['set'](_0x56c54b,_0x2df768);}}export{g as Compressor};
|
|
23
|
+
import{CKEditorError as _0x305082}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0xd7b47f from'protobufjs/minimal.js';import{cloneDeep as _0x4002f5,isEqual as _0x226884,isObject as _0x17e3d7}from'lodash-es';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x515a79=_0xd7b47f['Reader'],_0x2fdbef=_0xd7b47f['Writer'],_0x161c26=_0xd7b47f['util'],_0x39c250=_0xd7b47f['roots']['default']||(_0xd7b47f['roots']['default']={});return _0x39c250['AttributeOperation']=(function(){function _0x5a55c2(_0x8c9c44){if(_0x8c9c44){for(var _0x4cec3f=Object['keys'](_0x8c9c44),_0x31c884=0x0;_0x31c884<_0x4cec3f['length'];++_0x31c884)null!=_0x8c9c44[_0x4cec3f[_0x31c884]]&&(this[_0x4cec3f[_0x31c884]]=_0x8c9c44[_0x4cec3f[_0x31c884]]);}}return _0x5a55c2['prototype']['range']=null,_0x5a55c2['prototype']['key']='',_0x5a55c2['prototype']['oldValueBoolean']=!0x1,_0x5a55c2['prototype']['oldValueJson']='',_0x5a55c2['prototype']['newValueBoolean']=!0x1,_0x5a55c2['prototype']['newValueJson']='',_0x5a55c2['prototype']['wasUndone']=!0x1,_0x5a55c2['create']=function(_0x4bd602){return new _0x5a55c2(_0x4bd602);},_0x5a55c2['encode']=function(_0x2cfe7f,_0x2fac11){return _0x2fac11||(_0x2fac11=_0x2fdbef['create']()),null!=_0x2cfe7f['range']&&Object['hasOwnProperty']['call'](_0x2cfe7f,'range')&&_0x39c250['Range']['encode'](_0x2cfe7f['range'],_0x2fac11['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2cfe7f['key']&&Object['hasOwnProperty']['call'](_0x2cfe7f,'key')&&_0x2fac11['uint32'](0x12)['string'](_0x2cfe7f['key']),null!=_0x2cfe7f['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x2cfe7f,'oldValueBoolean')&&_0x2fac11['uint32'](0x18)['bool'](_0x2cfe7f['oldValueBoolean']),null!=_0x2cfe7f['oldValueJson']&&Object['hasOwnProperty']['call'](_0x2cfe7f,'oldValueJson')&&_0x2fac11['uint32'](0x22)['string'](_0x2cfe7f['oldValueJson']),null!=_0x2cfe7f['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x2cfe7f,'newValueBoolean')&&_0x2fac11['uint32'](0x28)['bool'](_0x2cfe7f['newValueBoolean']),null!=_0x2cfe7f['newValueJson']&&Object['hasOwnProperty']['call'](_0x2cfe7f,'newValueJson')&&_0x2fac11['uint32'](0x32)['string'](_0x2cfe7f['newValueJson']),null!=_0x2cfe7f['wasUndone']&&Object['hasOwnProperty']['call'](_0x2cfe7f,'wasUndone')&&_0x2fac11['uint32'](0x38)['bool'](_0x2cfe7f['wasUndone']),_0x2fac11;},_0x5a55c2['encodeDelimited']=function(_0x335544,_0x102813){return this['encode'](_0x335544,_0x102813)['ldelim']();},_0x5a55c2['decode']=function(_0x547fb7,_0x57a0af){_0x547fb7 instanceof _0x515a79||(_0x547fb7=_0x515a79['create'](_0x547fb7));for(var _0x4bd6d9=void 0x0===_0x57a0af?_0x547fb7['len']:_0x547fb7['pos']+_0x57a0af,_0x319433=new _0x39c250['AttributeOperation']();_0x547fb7['pos']<_0x4bd6d9;){var _0x157e45=_0x547fb7['uint32']();switch(_0x157e45>>>0x3){case 0x1:_0x319433['range']=_0x39c250['Range']['decode'](_0x547fb7,_0x547fb7['uint32']());break;case 0x2:_0x319433['key']=_0x547fb7['string']();break;case 0x3:_0x319433['oldValueBoolean']=_0x547fb7['bool']();break;case 0x4:_0x319433['oldValueJson']=_0x547fb7['string']();break;case 0x5:_0x319433['newValueBoolean']=_0x547fb7['bool']();break;case 0x6:_0x319433['newValueJson']=_0x547fb7['string']();break;case 0x7:_0x319433['wasUndone']=_0x547fb7['bool']();break;default:_0x547fb7['skipType'](0x7&_0x157e45);}}return _0x319433;},_0x5a55c2['decodeDelimited']=function(_0x3b08a5){return _0x3b08a5 instanceof _0x515a79||(_0x3b08a5=new _0x515a79(_0x3b08a5)),this['decode'](_0x3b08a5,_0x3b08a5['uint32']());},_0x5a55c2['verify']=function(_0x409638){if('object'!=typeof _0x409638||null===_0x409638)return'object\x20expected';if(null!=_0x409638['range']&&_0x409638['hasOwnProperty']('range')){var _0x362226=_0x39c250['Range']['verify'](_0x409638['range']);if(_0x362226)return'range.'+_0x362226;}return null!=_0x409638['key']&&_0x409638['hasOwnProperty']('key')&&!_0x161c26['isString'](_0x409638['key'])?'key:\x20string\x20expected':null!=_0x409638['oldValueBoolean']&&_0x409638['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x409638['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x409638['oldValueJson']&&_0x409638['hasOwnProperty']('oldValueJson')&&!_0x161c26['isString'](_0x409638['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x409638['newValueBoolean']&&_0x409638['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x409638['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x409638['newValueJson']&&_0x409638['hasOwnProperty']('newValueJson')&&!_0x161c26['isString'](_0x409638['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x409638['wasUndone']&&_0x409638['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x409638['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5a55c2['fromObject']=function(_0x10f466){if(_0x10f466 instanceof _0x39c250['AttributeOperation'])return _0x10f466;var _0x1ecaac=new _0x39c250['AttributeOperation']();if(null!=_0x10f466['range']){if('object'!=typeof _0x10f466['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x1ecaac['range']=_0x39c250['Range']['fromObject'](_0x10f466['range']);}return null!=_0x10f466['key']&&(_0x1ecaac['key']=String(_0x10f466['key'])),null!=_0x10f466['oldValueBoolean']&&(_0x1ecaac['oldValueBoolean']=Boolean(_0x10f466['oldValueBoolean'])),null!=_0x10f466['oldValueJson']&&(_0x1ecaac['oldValueJson']=String(_0x10f466['oldValueJson'])),null!=_0x10f466['newValueBoolean']&&(_0x1ecaac['newValueBoolean']=Boolean(_0x10f466['newValueBoolean'])),null!=_0x10f466['newValueJson']&&(_0x1ecaac['newValueJson']=String(_0x10f466['newValueJson'])),null!=_0x10f466['wasUndone']&&(_0x1ecaac['wasUndone']=Boolean(_0x10f466['wasUndone'])),_0x1ecaac;},_0x5a55c2['toObject']=function(_0x379003,_0x47ca9f){_0x47ca9f||(_0x47ca9f={});var _0x29b1c6={};return _0x47ca9f['defaults']&&(_0x29b1c6['range']=null,_0x29b1c6['key']='',_0x29b1c6['oldValueBoolean']=!0x1,_0x29b1c6['oldValueJson']='',_0x29b1c6['newValueBoolean']=!0x1,_0x29b1c6['newValueJson']='',_0x29b1c6['wasUndone']=!0x1),null!=_0x379003['range']&&_0x379003['hasOwnProperty']('range')&&(_0x29b1c6['range']=_0x39c250['Range']['toObject'](_0x379003['range'],_0x47ca9f)),null!=_0x379003['key']&&_0x379003['hasOwnProperty']('key')&&(_0x29b1c6['key']=_0x379003['key']),null!=_0x379003['oldValueBoolean']&&_0x379003['hasOwnProperty']('oldValueBoolean')&&(_0x29b1c6['oldValueBoolean']=_0x379003['oldValueBoolean']),null!=_0x379003['oldValueJson']&&_0x379003['hasOwnProperty']('oldValueJson')&&(_0x29b1c6['oldValueJson']=_0x379003['oldValueJson']),null!=_0x379003['newValueBoolean']&&_0x379003['hasOwnProperty']('newValueBoolean')&&(_0x29b1c6['newValueBoolean']=_0x379003['newValueBoolean']),null!=_0x379003['newValueJson']&&_0x379003['hasOwnProperty']('newValueJson')&&(_0x29b1c6['newValueJson']=_0x379003['newValueJson']),null!=_0x379003['wasUndone']&&_0x379003['hasOwnProperty']('wasUndone')&&(_0x29b1c6['wasUndone']=_0x379003['wasUndone']),_0x29b1c6;},_0x5a55c2['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xd7b47f['util']['toJSONOptions']);},_0x5a55c2['getTypeUrl']=function(_0x3ef0b9){return void 0x0===_0x3ef0b9&&(_0x3ef0b9='type.googleapis.com'),_0x3ef0b9+'/AttributeOperation';},_0x5a55c2;}()),_0x39c250['InsertOperation']=(function(){function _0x5976a3(_0x219e41){if(this['nodes']=[],_0x219e41){for(var _0x49fa70=Object['keys'](_0x219e41),_0x5d459c=0x0;_0x5d459c<_0x49fa70['length'];++_0x5d459c)null!=_0x219e41[_0x49fa70[_0x5d459c]]&&(this[_0x49fa70[_0x5d459c]]=_0x219e41[_0x49fa70[_0x5d459c]]);}}return _0x5976a3['prototype']['position']=null,_0x5976a3['prototype']['nodes']=_0x161c26['emptyArray'],_0x5976a3['prototype']['shouldReceiveAttributes']=!0x1,_0x5976a3['prototype']['wasUndone']=!0x1,_0x5976a3['create']=function(_0x2c2324){return new _0x5976a3(_0x2c2324);},_0x5976a3['encode']=function(_0x2c350e,_0x547d03){if(_0x547d03||(_0x547d03=_0x2fdbef['create']()),null!=_0x2c350e['position']&&Object['hasOwnProperty']['call'](_0x2c350e,'position')&&_0x39c250['Position']['encode'](_0x2c350e['position'],_0x547d03['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2c350e['nodes']&&_0x2c350e['nodes']['length']){for(var _0x26d612=0x0;_0x26d612<_0x2c350e['nodes']['length'];++_0x26d612)_0x39c250['Element']['encode'](_0x2c350e['nodes'][_0x26d612],_0x547d03['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x2c350e['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x2c350e,'shouldReceiveAttributes')&&_0x547d03['uint32'](0x18)['bool'](_0x2c350e['shouldReceiveAttributes']),null!=_0x2c350e['wasUndone']&&Object['hasOwnProperty']['call'](_0x2c350e,'wasUndone')&&_0x547d03['uint32'](0x20)['bool'](_0x2c350e['wasUndone']),_0x547d03;},_0x5976a3['encodeDelimited']=function(_0x108888,_0x4423c6){return this['encode'](_0x108888,_0x4423c6)['ldelim']();},_0x5976a3['decode']=function(_0x462f92,_0x3438d6){_0x462f92 instanceof _0x515a79||(_0x462f92=_0x515a79['create'](_0x462f92));for(var _0x4be7c0=void 0x0===_0x3438d6?_0x462f92['len']:_0x462f92['pos']+_0x3438d6,_0x293abb=new _0x39c250['InsertOperation']();_0x462f92['pos']<_0x4be7c0;){var _0x19509f=_0x462f92['uint32']();switch(_0x19509f>>>0x3){case 0x1:_0x293abb['position']=_0x39c250['Position']['decode'](_0x462f92,_0x462f92['uint32']());break;case 0x2:_0x293abb['nodes']&&_0x293abb['nodes']['length']||(_0x293abb['nodes']=[]),_0x293abb['nodes']['push'](_0x39c250['Element']['decode'](_0x462f92,_0x462f92['uint32']()));break;case 0x3:_0x293abb['shouldReceiveAttributes']=_0x462f92['bool']();break;case 0x4:_0x293abb['wasUndone']=_0x462f92['bool']();break;default:_0x462f92['skipType'](0x7&_0x19509f);}}return _0x293abb;},_0x5976a3['decodeDelimited']=function(_0x4b8ef0){return _0x4b8ef0 instanceof _0x515a79||(_0x4b8ef0=new _0x515a79(_0x4b8ef0)),this['decode'](_0x4b8ef0,_0x4b8ef0['uint32']());},_0x5976a3['verify']=function(_0x50bd81){if('object'!=typeof _0x50bd81||null===_0x50bd81)return'object\x20expected';if(null!=_0x50bd81['position']&&_0x50bd81['hasOwnProperty']('position')&&(_0x248fd4=_0x39c250['Position']['verify'](_0x50bd81['position'])))return'position.'+_0x248fd4;if(null!=_0x50bd81['nodes']&&_0x50bd81['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x50bd81['nodes']))return'nodes:\x20array\x20expected';for(var _0x44ad0a=0x0;_0x44ad0a<_0x50bd81['nodes']['length'];++_0x44ad0a){var _0x248fd4;if(_0x248fd4=_0x39c250['Element']['verify'](_0x50bd81['nodes'][_0x44ad0a]))return'nodes.'+_0x248fd4;}}return null!=_0x50bd81['shouldReceiveAttributes']&&_0x50bd81['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x50bd81['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x50bd81['wasUndone']&&_0x50bd81['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x50bd81['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5976a3['fromObject']=function(_0x1c46fd){if(_0x1c46fd instanceof _0x39c250['InsertOperation'])return _0x1c46fd;var _0x263c85=new _0x39c250['InsertOperation']();if(null!=_0x1c46fd['position']){if('object'!=typeof _0x1c46fd['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x263c85['position']=_0x39c250['Position']['fromObject'](_0x1c46fd['position']);}if(_0x1c46fd['nodes']){if(!Array['isArray'](_0x1c46fd['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x263c85['nodes']=[];for(var _0x2ef31e=0x0;_0x2ef31e<_0x1c46fd['nodes']['length'];++_0x2ef31e){if('object'!=typeof _0x1c46fd['nodes'][_0x2ef31e])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x263c85['nodes'][_0x2ef31e]=_0x39c250['Element']['fromObject'](_0x1c46fd['nodes'][_0x2ef31e]);}}return null!=_0x1c46fd['shouldReceiveAttributes']&&(_0x263c85['shouldReceiveAttributes']=Boolean(_0x1c46fd['shouldReceiveAttributes'])),null!=_0x1c46fd['wasUndone']&&(_0x263c85['wasUndone']=Boolean(_0x1c46fd['wasUndone'])),_0x263c85;},_0x5976a3['toObject']=function(_0x5f0270,_0x3e2251){_0x3e2251||(_0x3e2251={});var _0xa600b4={};if((_0x3e2251['arrays']||_0x3e2251['defaults'])&&(_0xa600b4['nodes']=[]),_0x3e2251['defaults']&&(_0xa600b4['position']=null,_0xa600b4['shouldReceiveAttributes']=!0x1,_0xa600b4['wasUndone']=!0x1),null!=_0x5f0270['position']&&_0x5f0270['hasOwnProperty']('position')&&(_0xa600b4['position']=_0x39c250['Position']['toObject'](_0x5f0270['position'],_0x3e2251)),_0x5f0270['nodes']&&_0x5f0270['nodes']['length']){_0xa600b4['nodes']=[];for(var _0x1aeba1=0x0;_0x1aeba1<_0x5f0270['nodes']['length'];++_0x1aeba1)_0xa600b4['nodes'][_0x1aeba1]=_0x39c250['Element']['toObject'](_0x5f0270['nodes'][_0x1aeba1],_0x3e2251);}return null!=_0x5f0270['shouldReceiveAttributes']&&_0x5f0270['hasOwnProperty']('shouldReceiveAttributes')&&(_0xa600b4['shouldReceiveAttributes']=_0x5f0270['shouldReceiveAttributes']),null!=_0x5f0270['wasUndone']&&_0x5f0270['hasOwnProperty']('wasUndone')&&(_0xa600b4['wasUndone']=_0x5f0270['wasUndone']),_0xa600b4;},_0x5976a3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xd7b47f['util']['toJSONOptions']);},_0x5976a3['getTypeUrl']=function(_0x20b6b1){return void 0x0===_0x20b6b1&&(_0x20b6b1='type.googleapis.com'),_0x20b6b1+'/InsertOperation';},_0x5976a3;}()),_0x39c250['MarkerOperation']=(function(){function _0x40f59d(_0x1166fb){if(_0x1166fb){for(var _0x55a6e0=Object['keys'](_0x1166fb),_0x33376f=0x0;_0x33376f<_0x55a6e0['length'];++_0x33376f)null!=_0x1166fb[_0x55a6e0[_0x33376f]]&&(this[_0x55a6e0[_0x33376f]]=_0x1166fb[_0x55a6e0[_0x33376f]]);}}return _0x40f59d['prototype']['name']='',_0x40f59d['prototype']['oldRange']=null,_0x40f59d['prototype']['newRange']=null,_0x40f59d['prototype']['affectsData']=!0x1,_0x40f59d['prototype']['wasUndone']=!0x1,_0x40f59d['create']=function(_0x318ff7){return new _0x40f59d(_0x318ff7);},_0x40f59d['encode']=function(_0x31c0ae,_0x42fb03){return _0x42fb03||(_0x42fb03=_0x2fdbef['create']()),null!=_0x31c0ae['name']&&Object['hasOwnProperty']['call'](_0x31c0ae,'name')&&_0x42fb03['uint32'](0xa)['string'](_0x31c0ae['name']),null!=_0x31c0ae['oldRange']&&Object['hasOwnProperty']['call'](_0x31c0ae,'oldRange')&&_0x39c250['Range']['encode'](_0x31c0ae['oldRange'],_0x42fb03['uint32'](0x12)['fork']())['ldelim'](),null!=_0x31c0ae['newRange']&&Object['hasOwnProperty']['call'](_0x31c0ae,'newRange')&&_0x39c250['Range']['encode'](_0x31c0ae['newRange'],_0x42fb03['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x31c0ae['affectsData']&&Object['hasOwnProperty']['call'](_0x31c0ae,'affectsData')&&_0x42fb03['uint32'](0x20)['bool'](_0x31c0ae['affectsData']),null!=_0x31c0ae['wasUndone']&&Object['hasOwnProperty']['call'](_0x31c0ae,'wasUndone')&&_0x42fb03['uint32'](0x28)['bool'](_0x31c0ae['wasUndone']),_0x42fb03;},_0x40f59d['encodeDelimited']=function(_0x4af62d,_0x4ce8b3){return this['encode'](_0x4af62d,_0x4ce8b3)['ldelim']();},_0x40f59d['decode']=function(_0x4f8c80,_0x361984){_0x4f8c80 instanceof _0x515a79||(_0x4f8c80=_0x515a79['create'](_0x4f8c80));for(var _0x4f5bb7=void 0x0===_0x361984?_0x4f8c80['len']:_0x4f8c80['pos']+_0x361984,_0x33d248=new _0x39c250['MarkerOperation']();_0x4f8c80['pos']<_0x4f5bb7;){var _0x530a8c=_0x4f8c80['uint32']();switch(_0x530a8c>>>0x3){case 0x1:_0x33d248['name']=_0x4f8c80['string']();break;case 0x2:_0x33d248['oldRange']=_0x39c250['Range']['decode'](_0x4f8c80,_0x4f8c80['uint32']());break;case 0x3:_0x33d248['newRange']=_0x39c250['Range']['decode'](_0x4f8c80,_0x4f8c80['uint32']());break;case 0x4:_0x33d248['affectsData']=_0x4f8c80['bool']();break;case 0x5:_0x33d248['wasUndone']=_0x4f8c80['bool']();break;default:_0x4f8c80['skipType'](0x7&_0x530a8c);}}return _0x33d248;},_0x40f59d['decodeDelimited']=function(_0x51230d){return _0x51230d instanceof _0x515a79||(_0x51230d=new _0x515a79(_0x51230d)),this['decode'](_0x51230d,_0x51230d['uint32']());},_0x40f59d['verify']=function(_0x10e7de){if('object'!=typeof _0x10e7de||null===_0x10e7de)return'object\x20expected';if(null!=_0x10e7de['name']&&_0x10e7de['hasOwnProperty']('name')&&!_0x161c26['isString'](_0x10e7de['name']))return'name:\x20string\x20expected';var _0x23b557;if(null!=_0x10e7de['oldRange']&&_0x10e7de['hasOwnProperty']('oldRange')&&(_0x23b557=_0x39c250['Range']['verify'](_0x10e7de['oldRange'])))return'oldRange.'+_0x23b557;if(null!=_0x10e7de['newRange']&&_0x10e7de['hasOwnProperty']('newRange')&&(_0x23b557=_0x39c250['Range']['verify'](_0x10e7de['newRange'])))return'newRange.'+_0x23b557;return null!=_0x10e7de['affectsData']&&_0x10e7de['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x10e7de['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x10e7de['wasUndone']&&_0x10e7de['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x10e7de['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x40f59d['fromObject']=function(_0x255d50){if(_0x255d50 instanceof _0x39c250['MarkerOperation'])return _0x255d50;var _0x43b98a=new _0x39c250['MarkerOperation']();if(null!=_0x255d50['name']&&(_0x43b98a['name']=String(_0x255d50['name'])),null!=_0x255d50['oldRange']){if('object'!=typeof _0x255d50['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x43b98a['oldRange']=_0x39c250['Range']['fromObject'](_0x255d50['oldRange']);}if(null!=_0x255d50['newRange']){if('object'!=typeof _0x255d50['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x43b98a['newRange']=_0x39c250['Range']['fromObject'](_0x255d50['newRange']);}return null!=_0x255d50['affectsData']&&(_0x43b98a['affectsData']=Boolean(_0x255d50['affectsData'])),null!=_0x255d50['wasUndone']&&(_0x43b98a['wasUndone']=Boolean(_0x255d50['wasUndone'])),_0x43b98a;},_0x40f59d['toObject']=function(_0x37462f,_0x3b7b10){_0x3b7b10||(_0x3b7b10={});var _0x76c487={};return _0x3b7b10['defaults']&&(_0x76c487['name']='',_0x76c487['oldRange']=null,_0x76c487['newRange']=null,_0x76c487['affectsData']=!0x1,_0x76c487['wasUndone']=!0x1),null!=_0x37462f['name']&&_0x37462f['hasOwnProperty']('name')&&(_0x76c487['name']=_0x37462f['name']),null!=_0x37462f['oldRange']&&_0x37462f['hasOwnProperty']('oldRange')&&(_0x76c487['oldRange']=_0x39c250['Range']['toObject'](_0x37462f['oldRange'],_0x3b7b10)),null!=_0x37462f['newRange']&&_0x37462f['hasOwnProperty']('newRange')&&(_0x76c487['newRange']=_0x39c250['Range']['toObject'](_0x37462f['newRange'],_0x3b7b10)),null!=_0x37462f['affectsData']&&_0x37462f['hasOwnProperty']('affectsData')&&(_0x76c487['affectsData']=_0x37462f['affectsData']),null!=_0x37462f['wasUndone']&&_0x37462f['hasOwnProperty']('wasUndone')&&(_0x76c487['wasUndone']=_0x37462f['wasUndone']),_0x76c487;},_0x40f59d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xd7b47f['util']['toJSONOptions']);},_0x40f59d['getTypeUrl']=function(_0x16d56f){return void 0x0===_0x16d56f&&(_0x16d56f='type.googleapis.com'),_0x16d56f+'/MarkerOperation';},_0x40f59d;}()),_0x39c250['MergeOperation']=(function(){function _0x92d273(_0x567d7a){if(_0x567d7a){for(var _0x185266=Object['keys'](_0x567d7a),_0x116394=0x0;_0x116394<_0x185266['length'];++_0x116394)null!=_0x567d7a[_0x185266[_0x116394]]&&(this[_0x185266[_0x116394]]=_0x567d7a[_0x185266[_0x116394]]);}}return _0x92d273['prototype']['sourcePosition']=null,_0x92d273['prototype']['targetPosition']=null,_0x92d273['prototype']['graveyardPosition']=null,_0x92d273['prototype']['howMany']=0x0,_0x92d273['prototype']['wasUndone']=!0x1,_0x92d273['create']=function(_0x224af8){return new _0x92d273(_0x224af8);},_0x92d273['encode']=function(_0x45faa7,_0x17a63b){return _0x17a63b||(_0x17a63b=_0x2fdbef['create']()),null!=_0x45faa7['sourcePosition']&&Object['hasOwnProperty']['call'](_0x45faa7,'sourcePosition')&&_0x39c250['Position']['encode'](_0x45faa7['sourcePosition'],_0x17a63b['uint32'](0xa)['fork']())['ldelim'](),null!=_0x45faa7['targetPosition']&&Object['hasOwnProperty']['call'](_0x45faa7,'targetPosition')&&_0x39c250['Position']['encode'](_0x45faa7['targetPosition'],_0x17a63b['uint32'](0x12)['fork']())['ldelim'](),null!=_0x45faa7['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x45faa7,'graveyardPosition')&&_0x39c250['Position']['encode'](_0x45faa7['graveyardPosition'],_0x17a63b['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x45faa7['howMany']&&Object['hasOwnProperty']['call'](_0x45faa7,'howMany')&&_0x17a63b['uint32'](0x20)['uint32'](_0x45faa7['howMany']),null!=_0x45faa7['wasUndone']&&Object['hasOwnProperty']['call'](_0x45faa7,'wasUndone')&&_0x17a63b['uint32'](0x28)['bool'](_0x45faa7['wasUndone']),_0x17a63b;},_0x92d273['encodeDelimited']=function(_0x19b801,_0x49c091){return this['encode'](_0x19b801,_0x49c091)['ldelim']();},_0x92d273['decode']=function(_0x27d4df,_0x1c3235){_0x27d4df instanceof _0x515a79||(_0x27d4df=_0x515a79['create'](_0x27d4df));for(var _0x5f5d6d=void 0x0===_0x1c3235?_0x27d4df['len']:_0x27d4df['pos']+_0x1c3235,_0x2cf167=new _0x39c250['MergeOperation']();_0x27d4df['pos']<_0x5f5d6d;){var _0x305fbf=_0x27d4df['uint32']();switch(_0x305fbf>>>0x3){case 0x1:_0x2cf167['sourcePosition']=_0x39c250['Position']['decode'](_0x27d4df,_0x27d4df['uint32']());break;case 0x2:_0x2cf167['targetPosition']=_0x39c250['Position']['decode'](_0x27d4df,_0x27d4df['uint32']());break;case 0x3:_0x2cf167['graveyardPosition']=_0x39c250['Position']['decode'](_0x27d4df,_0x27d4df['uint32']());break;case 0x4:_0x2cf167['howMany']=_0x27d4df['uint32']();break;case 0x5:_0x2cf167['wasUndone']=_0x27d4df['bool']();break;default:_0x27d4df['skipType'](0x7&_0x305fbf);}}return _0x2cf167;},_0x92d273['decodeDelimited']=function(_0x50bad6){return _0x50bad6 instanceof _0x515a79||(_0x50bad6=new _0x515a79(_0x50bad6)),this['decode'](_0x50bad6,_0x50bad6['uint32']());},_0x92d273['verify']=function(_0x38a5d2){if('object'!=typeof _0x38a5d2||null===_0x38a5d2)return'object\x20expected';var _0x5a0cfc;if(null!=_0x38a5d2['sourcePosition']&&_0x38a5d2['hasOwnProperty']('sourcePosition')&&(_0x5a0cfc=_0x39c250['Position']['verify'](_0x38a5d2['sourcePosition'])))return'sourcePosition.'+_0x5a0cfc;if(null!=_0x38a5d2['targetPosition']&&_0x38a5d2['hasOwnProperty']('targetPosition')&&(_0x5a0cfc=_0x39c250['Position']['verify'](_0x38a5d2['targetPosition'])))return'targetPosition.'+_0x5a0cfc;if(null!=_0x38a5d2['graveyardPosition']&&_0x38a5d2['hasOwnProperty']('graveyardPosition')&&(_0x5a0cfc=_0x39c250['Position']['verify'](_0x38a5d2['graveyardPosition'])))return'graveyardPosition.'+_0x5a0cfc;return null!=_0x38a5d2['howMany']&&_0x38a5d2['hasOwnProperty']('howMany')&&!_0x161c26['isInteger'](_0x38a5d2['howMany'])?'howMany:\x20integer\x20expected':null!=_0x38a5d2['wasUndone']&&_0x38a5d2['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x38a5d2['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x92d273['fromObject']=function(_0x3e0b38){if(_0x3e0b38 instanceof _0x39c250['MergeOperation'])return _0x3e0b38;var _0x4122e6=new _0x39c250['MergeOperation']();if(null!=_0x3e0b38['sourcePosition']){if('object'!=typeof _0x3e0b38['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x4122e6['sourcePosition']=_0x39c250['Position']['fromObject'](_0x3e0b38['sourcePosition']);}if(null!=_0x3e0b38['targetPosition']){if('object'!=typeof _0x3e0b38['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x4122e6['targetPosition']=_0x39c250['Position']['fromObject'](_0x3e0b38['targetPosition']);}if(null!=_0x3e0b38['graveyardPosition']){if('object'!=typeof _0x3e0b38['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x4122e6['graveyardPosition']=_0x39c250['Position']['fromObject'](_0x3e0b38['graveyardPosition']);}return null!=_0x3e0b38['howMany']&&(_0x4122e6['howMany']=_0x3e0b38['howMany']>>>0x0),null!=_0x3e0b38['wasUndone']&&(_0x4122e6['wasUndone']=Boolean(_0x3e0b38['wasUndone'])),_0x4122e6;},_0x92d273['toObject']=function(_0x2170a3,_0x2fb263){_0x2fb263||(_0x2fb263={});var _0x4be091={};return _0x2fb263['defaults']&&(_0x4be091['sourcePosition']=null,_0x4be091['targetPosition']=null,_0x4be091['graveyardPosition']=null,_0x4be091['howMany']=0x0,_0x4be091['wasUndone']=!0x1),null!=_0x2170a3['sourcePosition']&&_0x2170a3['hasOwnProperty']('sourcePosition')&&(_0x4be091['sourcePosition']=_0x39c250['Position']['toObject'](_0x2170a3['sourcePosition'],_0x2fb263)),null!=_0x2170a3['targetPosition']&&_0x2170a3['hasOwnProperty']('targetPosition')&&(_0x4be091['targetPosition']=_0x39c250['Position']['toObject'](_0x2170a3['targetPosition'],_0x2fb263)),null!=_0x2170a3['graveyardPosition']&&_0x2170a3['hasOwnProperty']('graveyardPosition')&&(_0x4be091['graveyardPosition']=_0x39c250['Position']['toObject'](_0x2170a3['graveyardPosition'],_0x2fb263)),null!=_0x2170a3['howMany']&&_0x2170a3['hasOwnProperty']('howMany')&&(_0x4be091['howMany']=_0x2170a3['howMany']),null!=_0x2170a3['wasUndone']&&_0x2170a3['hasOwnProperty']('wasUndone')&&(_0x4be091['wasUndone']=_0x2170a3['wasUndone']),_0x4be091;},_0x92d273['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xd7b47f['util']['toJSONOptions']);},_0x92d273['getTypeUrl']=function(_0x57a360){return void 0x0===_0x57a360&&(_0x57a360='type.googleapis.com'),_0x57a360+'/MergeOperation';},_0x92d273;}()),_0x39c250['MoveOperation']=(function(){function _0x2f2527(_0x5e478e){if(_0x5e478e){for(var _0x6c3bf5=Object['keys'](_0x5e478e),_0x28ecaf=0x0;_0x28ecaf<_0x6c3bf5['length'];++_0x28ecaf)null!=_0x5e478e[_0x6c3bf5[_0x28ecaf]]&&(this[_0x6c3bf5[_0x28ecaf]]=_0x5e478e[_0x6c3bf5[_0x28ecaf]]);}}return _0x2f2527['prototype']['sourcePosition']=null,_0x2f2527['prototype']['howMany']=0x0,_0x2f2527['prototype']['targetPosition']=null,_0x2f2527['prototype']['wasUndone']=!0x1,_0x2f2527['create']=function(_0x4ca661){return new _0x2f2527(_0x4ca661);},_0x2f2527['encode']=function(_0xff5763,_0x150f8b){return _0x150f8b||(_0x150f8b=_0x2fdbef['create']()),null!=_0xff5763['sourcePosition']&&Object['hasOwnProperty']['call'](_0xff5763,'sourcePosition')&&_0x39c250['Position']['encode'](_0xff5763['sourcePosition'],_0x150f8b['uint32'](0xa)['fork']())['ldelim'](),null!=_0xff5763['howMany']&&Object['hasOwnProperty']['call'](_0xff5763,'howMany')&&_0x150f8b['uint32'](0x10)['uint32'](_0xff5763['howMany']),null!=_0xff5763['targetPosition']&&Object['hasOwnProperty']['call'](_0xff5763,'targetPosition')&&_0x39c250['Position']['encode'](_0xff5763['targetPosition'],_0x150f8b['uint32'](0x1a)['fork']())['ldelim'](),null!=_0xff5763['wasUndone']&&Object['hasOwnProperty']['call'](_0xff5763,'wasUndone')&&_0x150f8b['uint32'](0x20)['bool'](_0xff5763['wasUndone']),_0x150f8b;},_0x2f2527['encodeDelimited']=function(_0x13a36d,_0x51827c){return this['encode'](_0x13a36d,_0x51827c)['ldelim']();},_0x2f2527['decode']=function(_0x499e71,_0x41b49e){_0x499e71 instanceof _0x515a79||(_0x499e71=_0x515a79['create'](_0x499e71));for(var _0x1d2ae4=void 0x0===_0x41b49e?_0x499e71['len']:_0x499e71['pos']+_0x41b49e,_0xdb7196=new _0x39c250['MoveOperation']();_0x499e71['pos']<_0x1d2ae4;){var _0x4b07f5=_0x499e71['uint32']();switch(_0x4b07f5>>>0x3){case 0x1:_0xdb7196['sourcePosition']=_0x39c250['Position']['decode'](_0x499e71,_0x499e71['uint32']());break;case 0x2:_0xdb7196['howMany']=_0x499e71['uint32']();break;case 0x3:_0xdb7196['targetPosition']=_0x39c250['Position']['decode'](_0x499e71,_0x499e71['uint32']());break;case 0x4:_0xdb7196['wasUndone']=_0x499e71['bool']();break;default:_0x499e71['skipType'](0x7&_0x4b07f5);}}return _0xdb7196;},_0x2f2527['decodeDelimited']=function(_0x493d67){return _0x493d67 instanceof _0x515a79||(_0x493d67=new _0x515a79(_0x493d67)),this['decode'](_0x493d67,_0x493d67['uint32']());},_0x2f2527['verify']=function(_0x38e09f){if('object'!=typeof _0x38e09f||null===_0x38e09f)return'object\x20expected';var _0x3db134;if(null!=_0x38e09f['sourcePosition']&&_0x38e09f['hasOwnProperty']('sourcePosition')&&(_0x3db134=_0x39c250['Position']['verify'](_0x38e09f['sourcePosition'])))return'sourcePosition.'+_0x3db134;if(null!=_0x38e09f['howMany']&&_0x38e09f['hasOwnProperty']('howMany')&&!_0x161c26['isInteger'](_0x38e09f['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x38e09f['targetPosition']&&_0x38e09f['hasOwnProperty']('targetPosition')&&(_0x3db134=_0x39c250['Position']['verify'](_0x38e09f['targetPosition'])))return'targetPosition.'+_0x3db134;return null!=_0x38e09f['wasUndone']&&_0x38e09f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x38e09f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2f2527['fromObject']=function(_0x1f4e0e){if(_0x1f4e0e instanceof _0x39c250['MoveOperation'])return _0x1f4e0e;var _0x521199=new _0x39c250['MoveOperation']();if(null!=_0x1f4e0e['sourcePosition']){if('object'!=typeof _0x1f4e0e['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x521199['sourcePosition']=_0x39c250['Position']['fromObject'](_0x1f4e0e['sourcePosition']);}if(null!=_0x1f4e0e['howMany']&&(_0x521199['howMany']=_0x1f4e0e['howMany']>>>0x0),null!=_0x1f4e0e['targetPosition']){if('object'!=typeof _0x1f4e0e['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x521199['targetPosition']=_0x39c250['Position']['fromObject'](_0x1f4e0e['targetPosition']);}return null!=_0x1f4e0e['wasUndone']&&(_0x521199['wasUndone']=Boolean(_0x1f4e0e['wasUndone'])),_0x521199;},_0x2f2527['toObject']=function(_0xbeb96,_0x4e9afa){_0x4e9afa||(_0x4e9afa={});var _0x3fd25d={};return _0x4e9afa['defaults']&&(_0x3fd25d['sourcePosition']=null,_0x3fd25d['howMany']=0x0,_0x3fd25d['targetPosition']=null,_0x3fd25d['wasUndone']=!0x1),null!=_0xbeb96['sourcePosition']&&_0xbeb96['hasOwnProperty']('sourcePosition')&&(_0x3fd25d['sourcePosition']=_0x39c250['Position']['toObject'](_0xbeb96['sourcePosition'],_0x4e9afa)),null!=_0xbeb96['howMany']&&_0xbeb96['hasOwnProperty']('howMany')&&(_0x3fd25d['howMany']=_0xbeb96['howMany']),null!=_0xbeb96['targetPosition']&&_0xbeb96['hasOwnProperty']('targetPosition')&&(_0x3fd25d['targetPosition']=_0x39c250['Position']['toObject'](_0xbeb96['targetPosition'],_0x4e9afa)),null!=_0xbeb96['wasUndone']&&_0xbeb96['hasOwnProperty']('wasUndone')&&(_0x3fd25d['wasUndone']=_0xbeb96['wasUndone']),_0x3fd25d;},_0x2f2527['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xd7b47f['util']['toJSONOptions']);},_0x2f2527['getTypeUrl']=function(_0x64c540){return void 0x0===_0x64c540&&(_0x64c540='type.googleapis.com'),_0x64c540+'/MoveOperation';},_0x2f2527;}()),_0x39c250['RenameOperation']=(function(){function _0x1845d2(_0x2049fd){if(_0x2049fd){for(var _0x4eaaa4=Object['keys'](_0x2049fd),_0x384a8a=0x0;_0x384a8a<_0x4eaaa4['length'];++_0x384a8a)null!=_0x2049fd[_0x4eaaa4[_0x384a8a]]&&(this[_0x4eaaa4[_0x384a8a]]=_0x2049fd[_0x4eaaa4[_0x384a8a]]);}}return _0x1845d2['prototype']['position']=null,_0x1845d2['prototype']['oldName']='',_0x1845d2['prototype']['newName']='',_0x1845d2['prototype']['wasUndone']=!0x1,_0x1845d2['create']=function(_0x281c05){return new _0x1845d2(_0x281c05);},_0x1845d2['encode']=function(_0xbe8258,_0x12af93){return _0x12af93||(_0x12af93=_0x2fdbef['create']()),null!=_0xbe8258['position']&&Object['hasOwnProperty']['call'](_0xbe8258,'position')&&_0x39c250['Position']['encode'](_0xbe8258['position'],_0x12af93['uint32'](0xa)['fork']())['ldelim'](),null!=_0xbe8258['oldName']&&Object['hasOwnProperty']['call'](_0xbe8258,'oldName')&&_0x12af93['uint32'](0x12)['string'](_0xbe8258['oldName']),null!=_0xbe8258['newName']&&Object['hasOwnProperty']['call'](_0xbe8258,'newName')&&_0x12af93['uint32'](0x1a)['string'](_0xbe8258['newName']),null!=_0xbe8258['wasUndone']&&Object['hasOwnProperty']['call'](_0xbe8258,'wasUndone')&&_0x12af93['uint32'](0x20)['bool'](_0xbe8258['wasUndone']),_0x12af93;},_0x1845d2['encodeDelimited']=function(_0x470014,_0x2a8eae){return this['encode'](_0x470014,_0x2a8eae)['ldelim']();},_0x1845d2['decode']=function(_0xbe8364,_0x31cb18){_0xbe8364 instanceof _0x515a79||(_0xbe8364=_0x515a79['create'](_0xbe8364));for(var _0x3235b8=void 0x0===_0x31cb18?_0xbe8364['len']:_0xbe8364['pos']+_0x31cb18,_0x6228be=new _0x39c250['RenameOperation']();_0xbe8364['pos']<_0x3235b8;){var _0x182d0c=_0xbe8364['uint32']();switch(_0x182d0c>>>0x3){case 0x1:_0x6228be['position']=_0x39c250['Position']['decode'](_0xbe8364,_0xbe8364['uint32']());break;case 0x2:_0x6228be['oldName']=_0xbe8364['string']();break;case 0x3:_0x6228be['newName']=_0xbe8364['string']();break;case 0x4:_0x6228be['wasUndone']=_0xbe8364['bool']();break;default:_0xbe8364['skipType'](0x7&_0x182d0c);}}return _0x6228be;},_0x1845d2['decodeDelimited']=function(_0x4f0395){return _0x4f0395 instanceof _0x515a79||(_0x4f0395=new _0x515a79(_0x4f0395)),this['decode'](_0x4f0395,_0x4f0395['uint32']());},_0x1845d2['verify']=function(_0xd0b3c8){if('object'!=typeof _0xd0b3c8||null===_0xd0b3c8)return'object\x20expected';if(null!=_0xd0b3c8['position']&&_0xd0b3c8['hasOwnProperty']('position')){var _0x16036e=_0x39c250['Position']['verify'](_0xd0b3c8['position']);if(_0x16036e)return'position.'+_0x16036e;}return null!=_0xd0b3c8['oldName']&&_0xd0b3c8['hasOwnProperty']('oldName')&&!_0x161c26['isString'](_0xd0b3c8['oldName'])?'oldName:\x20string\x20expected':null!=_0xd0b3c8['newName']&&_0xd0b3c8['hasOwnProperty']('newName')&&!_0x161c26['isString'](_0xd0b3c8['newName'])?'newName:\x20string\x20expected':null!=_0xd0b3c8['wasUndone']&&_0xd0b3c8['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xd0b3c8['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1845d2['fromObject']=function(_0x1336b9){if(_0x1336b9 instanceof _0x39c250['RenameOperation'])return _0x1336b9;var _0x9a951b=new _0x39c250['RenameOperation']();if(null!=_0x1336b9['position']){if('object'!=typeof _0x1336b9['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x9a951b['position']=_0x39c250['Position']['fromObject'](_0x1336b9['position']);}return null!=_0x1336b9['oldName']&&(_0x9a951b['oldName']=String(_0x1336b9['oldName'])),null!=_0x1336b9['newName']&&(_0x9a951b['newName']=String(_0x1336b9['newName'])),null!=_0x1336b9['wasUndone']&&(_0x9a951b['wasUndone']=Boolean(_0x1336b9['wasUndone'])),_0x9a951b;},_0x1845d2['toObject']=function(_0x56fada,_0x2ad43b){_0x2ad43b||(_0x2ad43b={});var _0x6f936={};return _0x2ad43b['defaults']&&(_0x6f936['position']=null,_0x6f936['oldName']='',_0x6f936['newName']='',_0x6f936['wasUndone']=!0x1),null!=_0x56fada['position']&&_0x56fada['hasOwnProperty']('position')&&(_0x6f936['position']=_0x39c250['Position']['toObject'](_0x56fada['position'],_0x2ad43b)),null!=_0x56fada['oldName']&&_0x56fada['hasOwnProperty']('oldName')&&(_0x6f936['oldName']=_0x56fada['oldName']),null!=_0x56fada['newName']&&_0x56fada['hasOwnProperty']('newName')&&(_0x6f936['newName']=_0x56fada['newName']),null!=_0x56fada['wasUndone']&&_0x56fada['hasOwnProperty']('wasUndone')&&(_0x6f936['wasUndone']=_0x56fada['wasUndone']),_0x6f936;},_0x1845d2['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xd7b47f['util']['toJSONOptions']);},_0x1845d2['getTypeUrl']=function(_0x1f2c17){return void 0x0===_0x1f2c17&&(_0x1f2c17='type.googleapis.com'),_0x1f2c17+'/RenameOperation';},_0x1845d2;}()),_0x39c250['RootAttributeOperation']=(function(){function _0x1071fd(_0x22035a){if(_0x22035a){for(var _0x1c1d8f=Object['keys'](_0x22035a),_0x2610d5=0x0;_0x2610d5<_0x1c1d8f['length'];++_0x2610d5)null!=_0x22035a[_0x1c1d8f[_0x2610d5]]&&(this[_0x1c1d8f[_0x2610d5]]=_0x22035a[_0x1c1d8f[_0x2610d5]]);}}return _0x1071fd['prototype']['root']='',_0x1071fd['prototype']['key']='',_0x1071fd['prototype']['oldValueBoolean']=!0x1,_0x1071fd['prototype']['oldValueJson']='',_0x1071fd['prototype']['newValueBoolean']=!0x1,_0x1071fd['prototype']['newValueJson']='',_0x1071fd['prototype']['wasUndone']=!0x1,_0x1071fd['create']=function(_0x4c445c){return new _0x1071fd(_0x4c445c);},_0x1071fd['encode']=function(_0x23e2ec,_0x399450){return _0x399450||(_0x399450=_0x2fdbef['create']()),null!=_0x23e2ec['root']&&Object['hasOwnProperty']['call'](_0x23e2ec,'root')&&_0x399450['uint32'](0xa)['string'](_0x23e2ec['root']),null!=_0x23e2ec['key']&&Object['hasOwnProperty']['call'](_0x23e2ec,'key')&&_0x399450['uint32'](0x12)['string'](_0x23e2ec['key']),null!=_0x23e2ec['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x23e2ec,'oldValueBoolean')&&_0x399450['uint32'](0x18)['bool'](_0x23e2ec['oldValueBoolean']),null!=_0x23e2ec['oldValueJson']&&Object['hasOwnProperty']['call'](_0x23e2ec,'oldValueJson')&&_0x399450['uint32'](0x22)['string'](_0x23e2ec['oldValueJson']),null!=_0x23e2ec['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x23e2ec,'newValueBoolean')&&_0x399450['uint32'](0x28)['bool'](_0x23e2ec['newValueBoolean']),null!=_0x23e2ec['newValueJson']&&Object['hasOwnProperty']['call'](_0x23e2ec,'newValueJson')&&_0x399450['uint32'](0x32)['string'](_0x23e2ec['newValueJson']),null!=_0x23e2ec['wasUndone']&&Object['hasOwnProperty']['call'](_0x23e2ec,'wasUndone')&&_0x399450['uint32'](0x38)['bool'](_0x23e2ec['wasUndone']),_0x399450;},_0x1071fd['encodeDelimited']=function(_0x2ae4e5,_0x3ea13c){return this['encode'](_0x2ae4e5,_0x3ea13c)['ldelim']();},_0x1071fd['decode']=function(_0x57396a,_0x474860){_0x57396a instanceof _0x515a79||(_0x57396a=_0x515a79['create'](_0x57396a));for(var _0x3e4624=void 0x0===_0x474860?_0x57396a['len']:_0x57396a['pos']+_0x474860,_0x46160e=new _0x39c250['RootAttributeOperation']();_0x57396a['pos']<_0x3e4624;){var _0x2aeda3=_0x57396a['uint32']();switch(_0x2aeda3>>>0x3){case 0x1:_0x46160e['root']=_0x57396a['string']();break;case 0x2:_0x46160e['key']=_0x57396a['string']();break;case 0x3:_0x46160e['oldValueBoolean']=_0x57396a['bool']();break;case 0x4:_0x46160e['oldValueJson']=_0x57396a['string']();break;case 0x5:_0x46160e['newValueBoolean']=_0x57396a['bool']();break;case 0x6:_0x46160e['newValueJson']=_0x57396a['string']();break;case 0x7:_0x46160e['wasUndone']=_0x57396a['bool']();break;default:_0x57396a['skipType'](0x7&_0x2aeda3);}}return _0x46160e;},_0x1071fd['decodeDelimited']=function(_0x76d97c){return _0x76d97c instanceof _0x515a79||(_0x76d97c=new _0x515a79(_0x76d97c)),this['decode'](_0x76d97c,_0x76d97c['uint32']());},_0x1071fd['verify']=function(_0x3b47d1){return'object'!=typeof _0x3b47d1||null===_0x3b47d1?'object\x20expected':null!=_0x3b47d1['root']&&_0x3b47d1['hasOwnProperty']('root')&&!_0x161c26['isString'](_0x3b47d1['root'])?'root:\x20string\x20expected':null!=_0x3b47d1['key']&&_0x3b47d1['hasOwnProperty']('key')&&!_0x161c26['isString'](_0x3b47d1['key'])?'key:\x20string\x20expected':null!=_0x3b47d1['oldValueBoolean']&&_0x3b47d1['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x3b47d1['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x3b47d1['oldValueJson']&&_0x3b47d1['hasOwnProperty']('oldValueJson')&&!_0x161c26['isString'](_0x3b47d1['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x3b47d1['newValueBoolean']&&_0x3b47d1['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x3b47d1['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x3b47d1['newValueJson']&&_0x3b47d1['hasOwnProperty']('newValueJson')&&!_0x161c26['isString'](_0x3b47d1['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x3b47d1['wasUndone']&&_0x3b47d1['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3b47d1['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1071fd['fromObject']=function(_0x50d9ee){if(_0x50d9ee instanceof _0x39c250['RootAttributeOperation'])return _0x50d9ee;var _0x5e3bef=new _0x39c250['RootAttributeOperation']();return null!=_0x50d9ee['root']&&(_0x5e3bef['root']=String(_0x50d9ee['root'])),null!=_0x50d9ee['key']&&(_0x5e3bef['key']=String(_0x50d9ee['key'])),null!=_0x50d9ee['oldValueBoolean']&&(_0x5e3bef['oldValueBoolean']=Boolean(_0x50d9ee['oldValueBoolean'])),null!=_0x50d9ee['oldValueJson']&&(_0x5e3bef['oldValueJson']=String(_0x50d9ee['oldValueJson'])),null!=_0x50d9ee['newValueBoolean']&&(_0x5e3bef['newValueBoolean']=Boolean(_0x50d9ee['newValueBoolean'])),null!=_0x50d9ee['newValueJson']&&(_0x5e3bef['newValueJson']=String(_0x50d9ee['newValueJson'])),null!=_0x50d9ee['wasUndone']&&(_0x5e3bef['wasUndone']=Boolean(_0x50d9ee['wasUndone'])),_0x5e3bef;},_0x1071fd['toObject']=function(_0x20673d,_0x290d57){_0x290d57||(_0x290d57={});var _0x1eddba={};return _0x290d57['defaults']&&(_0x1eddba['root']='',_0x1eddba['key']='',_0x1eddba['oldValueBoolean']=!0x1,_0x1eddba['oldValueJson']='',_0x1eddba['newValueBoolean']=!0x1,_0x1eddba['newValueJson']='',_0x1eddba['wasUndone']=!0x1),null!=_0x20673d['root']&&_0x20673d['hasOwnProperty']('root')&&(_0x1eddba['root']=_0x20673d['root']),null!=_0x20673d['key']&&_0x20673d['hasOwnProperty']('key')&&(_0x1eddba['key']=_0x20673d['key']),null!=_0x20673d['oldValueBoolean']&&_0x20673d['hasOwnProperty']('oldValueBoolean')&&(_0x1eddba['oldValueBoolean']=_0x20673d['oldValueBoolean']),null!=_0x20673d['oldValueJson']&&_0x20673d['hasOwnProperty']('oldValueJson')&&(_0x1eddba['oldValueJson']=_0x20673d['oldValueJson']),null!=_0x20673d['newValueBoolean']&&_0x20673d['hasOwnProperty']('newValueBoolean')&&(_0x1eddba['newValueBoolean']=_0x20673d['newValueBoolean']),null!=_0x20673d['newValueJson']&&_0x20673d['hasOwnProperty']('newValueJson')&&(_0x1eddba['newValueJson']=_0x20673d['newValueJson']),null!=_0x20673d['wasUndone']&&_0x20673d['hasOwnProperty']('wasUndone')&&(_0x1eddba['wasUndone']=_0x20673d['wasUndone']),_0x1eddba;},_0x1071fd['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xd7b47f['util']['toJSONOptions']);},_0x1071fd['getTypeUrl']=function(_0x51b565){return void 0x0===_0x51b565&&(_0x51b565='type.googleapis.com'),_0x51b565+'/RootAttributeOperation';},_0x1071fd;}()),_0x39c250['RootOperation']=(function(){function _0x58a5db(_0x551362){if(_0x551362){for(var _0x354267=Object['keys'](_0x551362),_0x520bf4=0x0;_0x520bf4<_0x354267['length'];++_0x520bf4)null!=_0x551362[_0x354267[_0x520bf4]]&&(this[_0x354267[_0x520bf4]]=_0x551362[_0x354267[_0x520bf4]]);}}return _0x58a5db['prototype']['rootName']='',_0x58a5db['prototype']['elementName']='',_0x58a5db['prototype']['isAdd']=!0x1,_0x58a5db['prototype']['wasUndone']=!0x1,_0x58a5db['create']=function(_0x90fb74){return new _0x58a5db(_0x90fb74);},_0x58a5db['encode']=function(_0x44360e,_0x3f3168){return _0x3f3168||(_0x3f3168=_0x2fdbef['create']()),null!=_0x44360e['rootName']&&Object['hasOwnProperty']['call'](_0x44360e,'rootName')&&_0x3f3168['uint32'](0xa)['string'](_0x44360e['rootName']),null!=_0x44360e['elementName']&&Object['hasOwnProperty']['call'](_0x44360e,'elementName')&&_0x3f3168['uint32'](0x12)['string'](_0x44360e['elementName']),null!=_0x44360e['isAdd']&&Object['hasOwnProperty']['call'](_0x44360e,'isAdd')&&_0x3f3168['uint32'](0x18)['bool'](_0x44360e['isAdd']),null!=_0x44360e['wasUndone']&&Object['hasOwnProperty']['call'](_0x44360e,'wasUndone')&&_0x3f3168['uint32'](0x20)['bool'](_0x44360e['wasUndone']),_0x3f3168;},_0x58a5db['encodeDelimited']=function(_0x456fce,_0x3b89be){return this['encode'](_0x456fce,_0x3b89be)['ldelim']();},_0x58a5db['decode']=function(_0x15acb5,_0x1b28f1){_0x15acb5 instanceof _0x515a79||(_0x15acb5=_0x515a79['create'](_0x15acb5));for(var _0x492e56=void 0x0===_0x1b28f1?_0x15acb5['len']:_0x15acb5['pos']+_0x1b28f1,_0x59b4ba=new _0x39c250['RootOperation']();_0x15acb5['pos']<_0x492e56;){var _0x3e7e38=_0x15acb5['uint32']();switch(_0x3e7e38>>>0x3){case 0x1:_0x59b4ba['rootName']=_0x15acb5['string']();break;case 0x2:_0x59b4ba['elementName']=_0x15acb5['string']();break;case 0x3:_0x59b4ba['isAdd']=_0x15acb5['bool']();break;case 0x4:_0x59b4ba['wasUndone']=_0x15acb5['bool']();break;default:_0x15acb5['skipType'](0x7&_0x3e7e38);}}return _0x59b4ba;},_0x58a5db['decodeDelimited']=function(_0x2915ac){return _0x2915ac instanceof _0x515a79||(_0x2915ac=new _0x515a79(_0x2915ac)),this['decode'](_0x2915ac,_0x2915ac['uint32']());},_0x58a5db['verify']=function(_0x22b53d){return'object'!=typeof _0x22b53d||null===_0x22b53d?'object\x20expected':null!=_0x22b53d['rootName']&&_0x22b53d['hasOwnProperty']('rootName')&&!_0x161c26['isString'](_0x22b53d['rootName'])?'rootName:\x20string\x20expected':null!=_0x22b53d['elementName']&&_0x22b53d['hasOwnProperty']('elementName')&&!_0x161c26['isString'](_0x22b53d['elementName'])?'elementName:\x20string\x20expected':null!=_0x22b53d['isAdd']&&_0x22b53d['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x22b53d['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x22b53d['wasUndone']&&_0x22b53d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x22b53d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x58a5db['fromObject']=function(_0x41755e){if(_0x41755e instanceof _0x39c250['RootOperation'])return _0x41755e;var _0x12e97f=new _0x39c250['RootOperation']();return null!=_0x41755e['rootName']&&(_0x12e97f['rootName']=String(_0x41755e['rootName'])),null!=_0x41755e['elementName']&&(_0x12e97f['elementName']=String(_0x41755e['elementName'])),null!=_0x41755e['isAdd']&&(_0x12e97f['isAdd']=Boolean(_0x41755e['isAdd'])),null!=_0x41755e['wasUndone']&&(_0x12e97f['wasUndone']=Boolean(_0x41755e['wasUndone'])),_0x12e97f;},_0x58a5db['toObject']=function(_0xc7f859,_0x2d697c){_0x2d697c||(_0x2d697c={});var _0x47c72e={};return _0x2d697c['defaults']&&(_0x47c72e['rootName']='',_0x47c72e['elementName']='',_0x47c72e['isAdd']=!0x1,_0x47c72e['wasUndone']=!0x1),null!=_0xc7f859['rootName']&&_0xc7f859['hasOwnProperty']('rootName')&&(_0x47c72e['rootName']=_0xc7f859['rootName']),null!=_0xc7f859['elementName']&&_0xc7f859['hasOwnProperty']('elementName')&&(_0x47c72e['elementName']=_0xc7f859['elementName']),null!=_0xc7f859['isAdd']&&_0xc7f859['hasOwnProperty']('isAdd')&&(_0x47c72e['isAdd']=_0xc7f859['isAdd']),null!=_0xc7f859['wasUndone']&&_0xc7f859['hasOwnProperty']('wasUndone')&&(_0x47c72e['wasUndone']=_0xc7f859['wasUndone']),_0x47c72e;},_0x58a5db['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xd7b47f['util']['toJSONOptions']);},_0x58a5db['getTypeUrl']=function(_0x4c83b){return void 0x0===_0x4c83b&&(_0x4c83b='type.googleapis.com'),_0x4c83b+'/RootOperation';},_0x58a5db;}()),_0x39c250['SplitOperation']=(function(){function _0xcfdcc5(_0x165f9b){if(_0x165f9b){for(var _0xf8d217=Object['keys'](_0x165f9b),_0x44063c=0x0;_0x44063c<_0xf8d217['length'];++_0x44063c)null!=_0x165f9b[_0xf8d217[_0x44063c]]&&(this[_0xf8d217[_0x44063c]]=_0x165f9b[_0xf8d217[_0x44063c]]);}}return _0xcfdcc5['prototype']['splitPosition']=null,_0xcfdcc5['prototype']['graveyardPosition']=null,_0xcfdcc5['prototype']['howMany']=0x0,_0xcfdcc5['prototype']['insertionPosition']=null,_0xcfdcc5['prototype']['wasUndone']=!0x1,_0xcfdcc5['create']=function(_0x308996){return new _0xcfdcc5(_0x308996);},_0xcfdcc5['encode']=function(_0x23e6da,_0x450dc0){return _0x450dc0||(_0x450dc0=_0x2fdbef['create']()),null!=_0x23e6da['splitPosition']&&Object['hasOwnProperty']['call'](_0x23e6da,'splitPosition')&&_0x39c250['Position']['encode'](_0x23e6da['splitPosition'],_0x450dc0['uint32'](0xa)['fork']())['ldelim'](),null!=_0x23e6da['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x23e6da,'graveyardPosition')&&_0x39c250['Position']['encode'](_0x23e6da['graveyardPosition'],_0x450dc0['uint32'](0x12)['fork']())['ldelim'](),null!=_0x23e6da['howMany']&&Object['hasOwnProperty']['call'](_0x23e6da,'howMany')&&_0x450dc0['uint32'](0x18)['uint32'](_0x23e6da['howMany']),null!=_0x23e6da['insertionPosition']&&Object['hasOwnProperty']['call'](_0x23e6da,'insertionPosition')&&_0x39c250['Position']['encode'](_0x23e6da['insertionPosition'],_0x450dc0['uint32'](0x22)['fork']())['ldelim'](),null!=_0x23e6da['wasUndone']&&Object['hasOwnProperty']['call'](_0x23e6da,'wasUndone')&&_0x450dc0['uint32'](0x28)['bool'](_0x23e6da['wasUndone']),_0x450dc0;},_0xcfdcc5['encodeDelimited']=function(_0x105d36,_0x3b84ef){return this['encode'](_0x105d36,_0x3b84ef)['ldelim']();},_0xcfdcc5['decode']=function(_0x5a28c0,_0x512d9b){_0x5a28c0 instanceof _0x515a79||(_0x5a28c0=_0x515a79['create'](_0x5a28c0));for(var _0x5c6857=void 0x0===_0x512d9b?_0x5a28c0['len']:_0x5a28c0['pos']+_0x512d9b,_0x3ef515=new _0x39c250['SplitOperation']();_0x5a28c0['pos']<_0x5c6857;){var _0x11b744=_0x5a28c0['uint32']();switch(_0x11b744>>>0x3){case 0x1:_0x3ef515['splitPosition']=_0x39c250['Position']['decode'](_0x5a28c0,_0x5a28c0['uint32']());break;case 0x2:_0x3ef515['graveyardPosition']=_0x39c250['Position']['decode'](_0x5a28c0,_0x5a28c0['uint32']());break;case 0x3:_0x3ef515['howMany']=_0x5a28c0['uint32']();break;case 0x4:_0x3ef515['insertionPosition']=_0x39c250['Position']['decode'](_0x5a28c0,_0x5a28c0['uint32']());break;case 0x5:_0x3ef515['wasUndone']=_0x5a28c0['bool']();break;default:_0x5a28c0['skipType'](0x7&_0x11b744);}}return _0x3ef515;},_0xcfdcc5['decodeDelimited']=function(_0x5ebe9f){return _0x5ebe9f instanceof _0x515a79||(_0x5ebe9f=new _0x515a79(_0x5ebe9f)),this['decode'](_0x5ebe9f,_0x5ebe9f['uint32']());},_0xcfdcc5['verify']=function(_0x11b20f){if('object'!=typeof _0x11b20f||null===_0x11b20f)return'object\x20expected';var _0x1028a8;if(null!=_0x11b20f['splitPosition']&&_0x11b20f['hasOwnProperty']('splitPosition')&&(_0x1028a8=_0x39c250['Position']['verify'](_0x11b20f['splitPosition'])))return'splitPosition.'+_0x1028a8;if(null!=_0x11b20f['graveyardPosition']&&_0x11b20f['hasOwnProperty']('graveyardPosition')&&(_0x1028a8=_0x39c250['Position']['verify'](_0x11b20f['graveyardPosition'])))return'graveyardPosition.'+_0x1028a8;if(null!=_0x11b20f['howMany']&&_0x11b20f['hasOwnProperty']('howMany')&&!_0x161c26['isInteger'](_0x11b20f['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x11b20f['insertionPosition']&&_0x11b20f['hasOwnProperty']('insertionPosition')&&(_0x1028a8=_0x39c250['Position']['verify'](_0x11b20f['insertionPosition'])))return'insertionPosition.'+_0x1028a8;return null!=_0x11b20f['wasUndone']&&_0x11b20f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x11b20f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xcfdcc5['fromObject']=function(_0x143920){if(_0x143920 instanceof _0x39c250['SplitOperation'])return _0x143920;var _0x229c50=new _0x39c250['SplitOperation']();if(null!=_0x143920['splitPosition']){if('object'!=typeof _0x143920['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x229c50['splitPosition']=_0x39c250['Position']['fromObject'](_0x143920['splitPosition']);}if(null!=_0x143920['graveyardPosition']){if('object'!=typeof _0x143920['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x229c50['graveyardPosition']=_0x39c250['Position']['fromObject'](_0x143920['graveyardPosition']);}if(null!=_0x143920['howMany']&&(_0x229c50['howMany']=_0x143920['howMany']>>>0x0),null!=_0x143920['insertionPosition']){if('object'!=typeof _0x143920['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x229c50['insertionPosition']=_0x39c250['Position']['fromObject'](_0x143920['insertionPosition']);}return null!=_0x143920['wasUndone']&&(_0x229c50['wasUndone']=Boolean(_0x143920['wasUndone'])),_0x229c50;},_0xcfdcc5['toObject']=function(_0x41f227,_0x5dea8b){_0x5dea8b||(_0x5dea8b={});var _0x28db35={};return _0x5dea8b['defaults']&&(_0x28db35['splitPosition']=null,_0x28db35['graveyardPosition']=null,_0x28db35['howMany']=0x0,_0x28db35['insertionPosition']=null,_0x28db35['wasUndone']=!0x1),null!=_0x41f227['splitPosition']&&_0x41f227['hasOwnProperty']('splitPosition')&&(_0x28db35['splitPosition']=_0x39c250['Position']['toObject'](_0x41f227['splitPosition'],_0x5dea8b)),null!=_0x41f227['graveyardPosition']&&_0x41f227['hasOwnProperty']('graveyardPosition')&&(_0x28db35['graveyardPosition']=_0x39c250['Position']['toObject'](_0x41f227['graveyardPosition'],_0x5dea8b)),null!=_0x41f227['howMany']&&_0x41f227['hasOwnProperty']('howMany')&&(_0x28db35['howMany']=_0x41f227['howMany']),null!=_0x41f227['insertionPosition']&&_0x41f227['hasOwnProperty']('insertionPosition')&&(_0x28db35['insertionPosition']=_0x39c250['Position']['toObject'](_0x41f227['insertionPosition'],_0x5dea8b)),null!=_0x41f227['wasUndone']&&_0x41f227['hasOwnProperty']('wasUndone')&&(_0x28db35['wasUndone']=_0x41f227['wasUndone']),_0x28db35;},_0xcfdcc5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xd7b47f['util']['toJSONOptions']);},_0xcfdcc5['getTypeUrl']=function(_0x598bfe){return void 0x0===_0x598bfe&&(_0x598bfe='type.googleapis.com'),_0x598bfe+'/SplitOperation';},_0xcfdcc5;}()),_0x39c250['Position']=(function(){function _0x221e2c(_0x1878d2){if(this['path']=[],_0x1878d2){for(var _0x1abc18=Object['keys'](_0x1878d2),_0x544255=0x0;_0x544255<_0x1abc18['length'];++_0x544255)null!=_0x1878d2[_0x1abc18[_0x544255]]&&(this[_0x1abc18[_0x544255]]=_0x1878d2[_0x1abc18[_0x544255]]);}}return _0x221e2c['prototype']['root']='',_0x221e2c['prototype']['rootMain']=!0x1,_0x221e2c['prototype']['rootGraveyard']=!0x1,_0x221e2c['prototype']['path']=_0x161c26['emptyArray'],_0x221e2c['prototype']['stickiness']='',_0x221e2c['create']=function(_0x129bf1){return new _0x221e2c(_0x129bf1);},_0x221e2c['encode']=function(_0x2110a0,_0x222382){if(_0x222382||(_0x222382=_0x2fdbef['create']()),null!=_0x2110a0['root']&&Object['hasOwnProperty']['call'](_0x2110a0,'root')&&_0x222382['uint32'](0xa)['string'](_0x2110a0['root']),null!=_0x2110a0['rootMain']&&Object['hasOwnProperty']['call'](_0x2110a0,'rootMain')&&_0x222382['uint32'](0x10)['bool'](_0x2110a0['rootMain']),null!=_0x2110a0['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x2110a0,'rootGraveyard')&&_0x222382['uint32'](0x18)['bool'](_0x2110a0['rootGraveyard']),null!=_0x2110a0['path']&&_0x2110a0['path']['length']){_0x222382['uint32'](0x22)['fork']();for(var _0x45c507=0x0;_0x45c507<_0x2110a0['path']['length'];++_0x45c507)_0x222382['uint32'](_0x2110a0['path'][_0x45c507]);_0x222382['ldelim']();}return null!=_0x2110a0['stickiness']&&Object['hasOwnProperty']['call'](_0x2110a0,'stickiness')&&_0x222382['uint32'](0x2a)['string'](_0x2110a0['stickiness']),_0x222382;},_0x221e2c['encodeDelimited']=function(_0x1d8e29,_0x4c39bb){return this['encode'](_0x1d8e29,_0x4c39bb)['ldelim']();},_0x221e2c['decode']=function(_0x5e38ba,_0x8623de){_0x5e38ba instanceof _0x515a79||(_0x5e38ba=_0x515a79['create'](_0x5e38ba));for(var _0xd79a64=void 0x0===_0x8623de?_0x5e38ba['len']:_0x5e38ba['pos']+_0x8623de,_0x165246=new _0x39c250['Position']();_0x5e38ba['pos']<_0xd79a64;){var _0x27cc92=_0x5e38ba['uint32']();switch(_0x27cc92>>>0x3){case 0x1:_0x165246['root']=_0x5e38ba['string']();break;case 0x2:_0x165246['rootMain']=_0x5e38ba['bool']();break;case 0x3:_0x165246['rootGraveyard']=_0x5e38ba['bool']();break;case 0x4:if(_0x165246['path']&&_0x165246['path']['length']||(_0x165246['path']=[]),0x2==(0x7&_0x27cc92)){for(var _0x2b9dc0=_0x5e38ba['uint32']()+_0x5e38ba['pos'];_0x5e38ba['pos']<_0x2b9dc0;)_0x165246['path']['push'](_0x5e38ba['uint32']());}else _0x165246['path']['push'](_0x5e38ba['uint32']());break;case 0x5:_0x165246['stickiness']=_0x5e38ba['string']();break;default:_0x5e38ba['skipType'](0x7&_0x27cc92);}}return _0x165246;},_0x221e2c['decodeDelimited']=function(_0x26c2fd){return _0x26c2fd instanceof _0x515a79||(_0x26c2fd=new _0x515a79(_0x26c2fd)),this['decode'](_0x26c2fd,_0x26c2fd['uint32']());},_0x221e2c['verify']=function(_0x30e626){if('object'!=typeof _0x30e626||null===_0x30e626)return'object\x20expected';if(null!=_0x30e626['root']&&_0x30e626['hasOwnProperty']('root')&&!_0x161c26['isString'](_0x30e626['root']))return'root:\x20string\x20expected';if(null!=_0x30e626['rootMain']&&_0x30e626['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x30e626['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x30e626['rootGraveyard']&&_0x30e626['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x30e626['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x30e626['path']&&_0x30e626['hasOwnProperty']('path')){if(!Array['isArray'](_0x30e626['path']))return'path:\x20array\x20expected';for(var _0x4eff83=0x0;_0x4eff83<_0x30e626['path']['length'];++_0x4eff83)if(!_0x161c26['isInteger'](_0x30e626['path'][_0x4eff83]))return'path:\x20integer[]\x20expected';}return null!=_0x30e626['stickiness']&&_0x30e626['hasOwnProperty']('stickiness')&&!_0x161c26['isString'](_0x30e626['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x221e2c['fromObject']=function(_0x58047b){if(_0x58047b instanceof _0x39c250['Position'])return _0x58047b;var _0x1d87bd=new _0x39c250['Position']();if(null!=_0x58047b['root']&&(_0x1d87bd['root']=String(_0x58047b['root'])),null!=_0x58047b['rootMain']&&(_0x1d87bd['rootMain']=Boolean(_0x58047b['rootMain'])),null!=_0x58047b['rootGraveyard']&&(_0x1d87bd['rootGraveyard']=Boolean(_0x58047b['rootGraveyard'])),_0x58047b['path']){if(!Array['isArray'](_0x58047b['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x1d87bd['path']=[];for(var _0x1b0c2f=0x0;_0x1b0c2f<_0x58047b['path']['length'];++_0x1b0c2f)_0x1d87bd['path'][_0x1b0c2f]=_0x58047b['path'][_0x1b0c2f]>>>0x0;}return null!=_0x58047b['stickiness']&&(_0x1d87bd['stickiness']=String(_0x58047b['stickiness'])),_0x1d87bd;},_0x221e2c['toObject']=function(_0x4696a2,_0x3a308a){_0x3a308a||(_0x3a308a={});var _0x12310c={};if((_0x3a308a['arrays']||_0x3a308a['defaults'])&&(_0x12310c['path']=[]),_0x3a308a['defaults']&&(_0x12310c['root']='',_0x12310c['rootMain']=!0x1,_0x12310c['rootGraveyard']=!0x1,_0x12310c['stickiness']=''),null!=_0x4696a2['root']&&_0x4696a2['hasOwnProperty']('root')&&(_0x12310c['root']=_0x4696a2['root']),null!=_0x4696a2['rootMain']&&_0x4696a2['hasOwnProperty']('rootMain')&&(_0x12310c['rootMain']=_0x4696a2['rootMain']),null!=_0x4696a2['rootGraveyard']&&_0x4696a2['hasOwnProperty']('rootGraveyard')&&(_0x12310c['rootGraveyard']=_0x4696a2['rootGraveyard']),_0x4696a2['path']&&_0x4696a2['path']['length']){_0x12310c['path']=[];for(var _0x5e518a=0x0;_0x5e518a<_0x4696a2['path']['length'];++_0x5e518a)_0x12310c['path'][_0x5e518a]=_0x4696a2['path'][_0x5e518a];}return null!=_0x4696a2['stickiness']&&_0x4696a2['hasOwnProperty']('stickiness')&&(_0x12310c['stickiness']=_0x4696a2['stickiness']),_0x12310c;},_0x221e2c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xd7b47f['util']['toJSONOptions']);},_0x221e2c['getTypeUrl']=function(_0x12c4df){return void 0x0===_0x12c4df&&(_0x12c4df='type.googleapis.com'),_0x12c4df+'/Position';},_0x221e2c;}()),_0x39c250['Range']=(function(){function _0x319a5d(_0x987e3b){if(_0x987e3b){for(var _0x403e95=Object['keys'](_0x987e3b),_0xbaaea8=0x0;_0xbaaea8<_0x403e95['length'];++_0xbaaea8)null!=_0x987e3b[_0x403e95[_0xbaaea8]]&&(this[_0x403e95[_0xbaaea8]]=_0x987e3b[_0x403e95[_0xbaaea8]]);}}return _0x319a5d['prototype']['start']=null,_0x319a5d['prototype']['end']=null,_0x319a5d['create']=function(_0x493485){return new _0x319a5d(_0x493485);},_0x319a5d['encode']=function(_0x1a823e,_0x28eb45){return _0x28eb45||(_0x28eb45=_0x2fdbef['create']()),null!=_0x1a823e['start']&&Object['hasOwnProperty']['call'](_0x1a823e,'start')&&_0x39c250['Position']['encode'](_0x1a823e['start'],_0x28eb45['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1a823e['end']&&Object['hasOwnProperty']['call'](_0x1a823e,'end')&&_0x39c250['Position']['encode'](_0x1a823e['end'],_0x28eb45['uint32'](0x12)['fork']())['ldelim'](),_0x28eb45;},_0x319a5d['encodeDelimited']=function(_0x54d8a1,_0x2ff682){return this['encode'](_0x54d8a1,_0x2ff682)['ldelim']();},_0x319a5d['decode']=function(_0x3e1f67,_0x2335a3){_0x3e1f67 instanceof _0x515a79||(_0x3e1f67=_0x515a79['create'](_0x3e1f67));for(var _0x466138=void 0x0===_0x2335a3?_0x3e1f67['len']:_0x3e1f67['pos']+_0x2335a3,_0x563db0=new _0x39c250['Range']();_0x3e1f67['pos']<_0x466138;){var _0x3272fe=_0x3e1f67['uint32']();switch(_0x3272fe>>>0x3){case 0x1:_0x563db0['start']=_0x39c250['Position']['decode'](_0x3e1f67,_0x3e1f67['uint32']());break;case 0x2:_0x563db0['end']=_0x39c250['Position']['decode'](_0x3e1f67,_0x3e1f67['uint32']());break;default:_0x3e1f67['skipType'](0x7&_0x3272fe);}}return _0x563db0;},_0x319a5d['decodeDelimited']=function(_0x1ee2c3){return _0x1ee2c3 instanceof _0x515a79||(_0x1ee2c3=new _0x515a79(_0x1ee2c3)),this['decode'](_0x1ee2c3,_0x1ee2c3['uint32']());},_0x319a5d['verify']=function(_0x467183){if('object'!=typeof _0x467183||null===_0x467183)return'object\x20expected';var _0x5c8b4f;if(null!=_0x467183['start']&&_0x467183['hasOwnProperty']('start')&&(_0x5c8b4f=_0x39c250['Position']['verify'](_0x467183['start'])))return'start.'+_0x5c8b4f;if(null!=_0x467183['end']&&_0x467183['hasOwnProperty']('end')&&(_0x5c8b4f=_0x39c250['Position']['verify'](_0x467183['end'])))return'end.'+_0x5c8b4f;return null;},_0x319a5d['fromObject']=function(_0xbf6a69){if(_0xbf6a69 instanceof _0x39c250['Range'])return _0xbf6a69;var _0x447596=new _0x39c250['Range']();if(null!=_0xbf6a69['start']){if('object'!=typeof _0xbf6a69['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x447596['start']=_0x39c250['Position']['fromObject'](_0xbf6a69['start']);}if(null!=_0xbf6a69['end']){if('object'!=typeof _0xbf6a69['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x447596['end']=_0x39c250['Position']['fromObject'](_0xbf6a69['end']);}return _0x447596;},_0x319a5d['toObject']=function(_0x47ca35,_0x1246f5){_0x1246f5||(_0x1246f5={});var _0x304dc0={};return _0x1246f5['defaults']&&(_0x304dc0['start']=null,_0x304dc0['end']=null),null!=_0x47ca35['start']&&_0x47ca35['hasOwnProperty']('start')&&(_0x304dc0['start']=_0x39c250['Position']['toObject'](_0x47ca35['start'],_0x1246f5)),null!=_0x47ca35['end']&&_0x47ca35['hasOwnProperty']('end')&&(_0x304dc0['end']=_0x39c250['Position']['toObject'](_0x47ca35['end'],_0x1246f5)),_0x304dc0;},_0x319a5d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xd7b47f['util']['toJSONOptions']);},_0x319a5d['getTypeUrl']=function(_0x186197){return void 0x0===_0x186197&&(_0x186197='type.googleapis.com'),_0x186197+'/Range';},_0x319a5d;}()),_0x39c250['Element']=(function(){function _0x22a494(_0x2dfb16){if(this['children']=[],this['attributesBoolean']={},_0x2dfb16){for(var _0x195a05=Object['keys'](_0x2dfb16),_0x39232d=0x0;_0x39232d<_0x195a05['length'];++_0x39232d)null!=_0x2dfb16[_0x195a05[_0x39232d]]&&(this[_0x195a05[_0x39232d]]=_0x2dfb16[_0x195a05[_0x39232d]]);}}return _0x22a494['prototype']['name']='',_0x22a494['prototype']['children']=_0x161c26['emptyArray'],_0x22a494['prototype']['data']='',_0x22a494['prototype']['attributesBoolean']=_0x161c26['emptyObject'],_0x22a494['prototype']['attributesJson']='',_0x22a494['create']=function(_0x3594a1){return new _0x22a494(_0x3594a1);},_0x22a494['encode']=function(_0x2d8105,_0xe024f1){if(_0xe024f1||(_0xe024f1=_0x2fdbef['create']()),null!=_0x2d8105['name']&&Object['hasOwnProperty']['call'](_0x2d8105,'name')&&_0xe024f1['uint32'](0xa)['string'](_0x2d8105['name']),null!=_0x2d8105['children']&&_0x2d8105['children']['length']){for(var _0x594709=0x0;_0x594709<_0x2d8105['children']['length'];++_0x594709)_0x39c250['Element']['encode'](_0x2d8105['children'][_0x594709],_0xe024f1['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x2d8105['data']&&Object['hasOwnProperty']['call'](_0x2d8105,'data')&&_0xe024f1['uint32'](0x1a)['string'](_0x2d8105['data']),null!=_0x2d8105['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x2d8105,'attributesBoolean')){var _0x555155=Object['keys'](_0x2d8105['attributesBoolean']);for(_0x594709=0x0;_0x594709<_0x555155['length'];++_0x594709)_0xe024f1['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x555155[_0x594709])['uint32'](0x10)['bool'](_0x2d8105['attributesBoolean'][_0x555155[_0x594709]])['ldelim']();}return null!=_0x2d8105['attributesJson']&&Object['hasOwnProperty']['call'](_0x2d8105,'attributesJson')&&_0xe024f1['uint32'](0x2a)['string'](_0x2d8105['attributesJson']),_0xe024f1;},_0x22a494['encodeDelimited']=function(_0x96842d,_0x5522a6){return this['encode'](_0x96842d,_0x5522a6)['ldelim']();},_0x22a494['decode']=function(_0x5bc1c9,_0x1515ef){_0x5bc1c9 instanceof _0x515a79||(_0x5bc1c9=_0x515a79['create'](_0x5bc1c9));for(var _0x24afe4,_0x1ee31b,_0xc3852f=void 0x0===_0x1515ef?_0x5bc1c9['len']:_0x5bc1c9['pos']+_0x1515ef,_0x1e39f6=new _0x39c250['Element']();_0x5bc1c9['pos']<_0xc3852f;){var _0x4c6cdc=_0x5bc1c9['uint32']();switch(_0x4c6cdc>>>0x3){case 0x1:_0x1e39f6['name']=_0x5bc1c9['string']();break;case 0x2:_0x1e39f6['children']&&_0x1e39f6['children']['length']||(_0x1e39f6['children']=[]),_0x1e39f6['children']['push'](_0x39c250['Element']['decode'](_0x5bc1c9,_0x5bc1c9['uint32']()));break;case 0x3:_0x1e39f6['data']=_0x5bc1c9['string']();break;case 0x4:_0x1e39f6['attributesBoolean']===_0x161c26['emptyObject']&&(_0x1e39f6['attributesBoolean']={});var _0x5792a1=_0x5bc1c9['uint32']()+_0x5bc1c9['pos'];for(_0x24afe4='',_0x1ee31b=!0x1;_0x5bc1c9['pos']<_0x5792a1;){var _0x177e1e=_0x5bc1c9['uint32']();switch(_0x177e1e>>>0x3){case 0x1:_0x24afe4=_0x5bc1c9['string']();break;case 0x2:_0x1ee31b=_0x5bc1c9['bool']();break;default:_0x5bc1c9['skipType'](0x7&_0x177e1e);}}_0x1e39f6['attributesBoolean'][_0x24afe4]=_0x1ee31b;break;case 0x5:_0x1e39f6['attributesJson']=_0x5bc1c9['string']();break;default:_0x5bc1c9['skipType'](0x7&_0x4c6cdc);}}return _0x1e39f6;},_0x22a494['decodeDelimited']=function(_0x4ba336){return _0x4ba336 instanceof _0x515a79||(_0x4ba336=new _0x515a79(_0x4ba336)),this['decode'](_0x4ba336,_0x4ba336['uint32']());},_0x22a494['verify']=function(_0x1b33e5){if('object'!=typeof _0x1b33e5||null===_0x1b33e5)return'object\x20expected';if(null!=_0x1b33e5['name']&&_0x1b33e5['hasOwnProperty']('name')&&!_0x161c26['isString'](_0x1b33e5['name']))return'name:\x20string\x20expected';if(null!=_0x1b33e5['children']&&_0x1b33e5['hasOwnProperty']('children')){if(!Array['isArray'](_0x1b33e5['children']))return'children:\x20array\x20expected';for(var _0x138800=0x0;_0x138800<_0x1b33e5['children']['length'];++_0x138800){var _0x9b81f5=_0x39c250['Element']['verify'](_0x1b33e5['children'][_0x138800]);if(_0x9b81f5)return'children.'+_0x9b81f5;}}if(null!=_0x1b33e5['data']&&_0x1b33e5['hasOwnProperty']('data')&&!_0x161c26['isString'](_0x1b33e5['data']))return'data:\x20string\x20expected';if(null!=_0x1b33e5['attributesBoolean']&&_0x1b33e5['hasOwnProperty']('attributesBoolean')){if(!_0x161c26['isObject'](_0x1b33e5['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x2b2a1d=Object['keys'](_0x1b33e5['attributesBoolean']);for(_0x138800=0x0;_0x138800<_0x2b2a1d['length'];++_0x138800)if('boolean'!=typeof _0x1b33e5['attributesBoolean'][_0x2b2a1d[_0x138800]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x1b33e5['attributesJson']&&_0x1b33e5['hasOwnProperty']('attributesJson')&&!_0x161c26['isString'](_0x1b33e5['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x22a494['fromObject']=function(_0x3e134b){if(_0x3e134b instanceof _0x39c250['Element'])return _0x3e134b;var _0x715acc=new _0x39c250['Element']();if(null!=_0x3e134b['name']&&(_0x715acc['name']=String(_0x3e134b['name'])),_0x3e134b['children']){if(!Array['isArray'](_0x3e134b['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x715acc['children']=[];for(var _0x356f44=0x0;_0x356f44<_0x3e134b['children']['length'];++_0x356f44){if('object'!=typeof _0x3e134b['children'][_0x356f44])throw TypeError('.Element.children:\x20object\x20expected');_0x715acc['children'][_0x356f44]=_0x39c250['Element']['fromObject'](_0x3e134b['children'][_0x356f44]);}}if(null!=_0x3e134b['data']&&(_0x715acc['data']=String(_0x3e134b['data'])),_0x3e134b['attributesBoolean']){if('object'!=typeof _0x3e134b['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x715acc['attributesBoolean']={};var _0x18e81b=Object['keys'](_0x3e134b['attributesBoolean']);for(_0x356f44=0x0;_0x356f44<_0x18e81b['length'];++_0x356f44)_0x715acc['attributesBoolean'][_0x18e81b[_0x356f44]]=Boolean(_0x3e134b['attributesBoolean'][_0x18e81b[_0x356f44]]);}return null!=_0x3e134b['attributesJson']&&(_0x715acc['attributesJson']=String(_0x3e134b['attributesJson'])),_0x715acc;},_0x22a494['toObject']=function(_0x4be1ed,_0x19b63f){_0x19b63f||(_0x19b63f={});var _0x188c15,_0x29f002={};if((_0x19b63f['arrays']||_0x19b63f['defaults'])&&(_0x29f002['children']=[]),(_0x19b63f['objects']||_0x19b63f['defaults'])&&(_0x29f002['attributesBoolean']={}),_0x19b63f['defaults']&&(_0x29f002['name']='',_0x29f002['data']='',_0x29f002['attributesJson']=''),null!=_0x4be1ed['name']&&_0x4be1ed['hasOwnProperty']('name')&&(_0x29f002['name']=_0x4be1ed['name']),_0x4be1ed['children']&&_0x4be1ed['children']['length']){_0x29f002['children']=[];for(var _0x18e50e=0x0;_0x18e50e<_0x4be1ed['children']['length'];++_0x18e50e)_0x29f002['children'][_0x18e50e]=_0x39c250['Element']['toObject'](_0x4be1ed['children'][_0x18e50e],_0x19b63f);}if(null!=_0x4be1ed['data']&&_0x4be1ed['hasOwnProperty']('data')&&(_0x29f002['data']=_0x4be1ed['data']),_0x4be1ed['attributesBoolean']&&(_0x188c15=Object['keys'](_0x4be1ed['attributesBoolean']))['length']){_0x29f002['attributesBoolean']={};for(_0x18e50e=0x0;_0x18e50e<_0x188c15['length'];++_0x18e50e)_0x29f002['attributesBoolean'][_0x188c15[_0x18e50e]]=_0x4be1ed['attributesBoolean'][_0x188c15[_0x18e50e]];}return null!=_0x4be1ed['attributesJson']&&_0x4be1ed['hasOwnProperty']('attributesJson')&&(_0x29f002['attributesJson']=_0x4be1ed['attributesJson']),_0x29f002;},_0x22a494['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xd7b47f['util']['toJSONOptions']);},_0x22a494['getTypeUrl']=function(_0xcba220){return void 0x0===_0xcba220&&(_0xcba220='type.googleapis.com'),_0xcba220+'/Element';},_0x22a494;}()),_0x39c250;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x132f12){return new y(this['_protobufRoot'][_0x132f12]);}}class y{['_protobuf'];constructor(_0x4b44c2){this['_protobuf']=_0x4b44c2;}['compress'](_0xaefe35){const _0x4ddff9=this['_protobuf']['verify'](_0xaefe35);if(_0x4ddff9)throw Error(_0x4ddff9);return this['_protobuf']['encode'](this['_protobuf']['create'](_0xaefe35))['finish']();}['decompress'](_0x30865b){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x30865b),{'oneofs':!0x0});}}function _(_0x35f07b,_0x2464b0){const _0x5d868f=_0x4002f5(_0x35f07b);return _0x5d868f['path'][_0x5d868f['path']['length']-0x1]+=_0x2464b0,_0x5d868f;}function O(_0x5643eb,_0x236e08){return _0x5643eb['root']===_0x236e08['root']&&_0x226884(_0x5643eb['path'],_0x236e08['path']);}function $(_0x2b746c){P(_0x2b746c,_0xc4026=>('main'==_0xc4026['root']?(_0xc4026['rootMain']=!0x0,delete _0xc4026['root']):'$graveyard'==_0xc4026['root']&&(_0xc4026['rootGraveyard']=!0x0,delete _0xc4026['root']),_0xc4026));}function J(_0x2942d7){P(_0x2942d7,_0x9cbefe=>(_0x9cbefe['rootMain']?(_0x9cbefe['root']='main',delete _0x9cbefe['rootMain']):_0x9cbefe['rootGraveyard']&&(_0x9cbefe['root']='$graveyard',delete _0x9cbefe['rootGraveyard']),_0x9cbefe));}function P(_0x4d953c,_0x58785d){for(const _0xf84b10 in _0x4d953c){const _0x1e0b54=_0x4d953c[_0xf84b10];'nodes'!==_0xf84b10&&_0x17e3d7(_0x1e0b54)&&(_0x1e0b54['path']&&(_0x1e0b54['root']||_0x1e0b54['rootMain']||_0x1e0b54['rootGraveyard'])?_0x4d953c[_0xf84b10]=_0x58785d(_0x1e0b54):P(_0x1e0b54,_0x58785d));}return _0x4d953c;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x60c838,_0x4e4263,_0x1d1771){this['_id']=_0x60c838,this['_operationName']=_0x4e4263,this['_protobufDescriptor']=_0x1d1771;}['compress'](_0x28243f,_0x417b4e){const _0x234c29=_0x417b4e['shift']();return $(_0x234c29),_0x28243f['buffers']['push'](this['_protobufDescriptor']['compress'](_0x234c29)),_0x28243f['types']['push'](this['_id']),!0x0;}['decompress'](_0x2fdde9,_0x5c6397){_0x5c6397['types']['shift']();const _0x25a7c3=this['_protobufDescriptor']['decompress'](_0x5c6397['buffers']['shift']());J(_0x25a7c3),_0x25a7c3['__className']=this['_operationName'],_0x2fdde9['push'](_0x25a7c3);}}class s extends e{['compress'](_0x3d1a2b,_0xec997c){const _0x1bb065=_0xec997c['shift']();return this['_serializeOneOf']('oldValue',_0x1bb065),this['_serializeOneOf']('newValue',_0x1bb065),$(_0x1bb065),_0x3d1a2b['buffers']['push'](this['_protobufDescriptor']['compress'](_0x1bb065)),_0x3d1a2b['types']['push'](this['_id']),!0x0;}['decompress'](_0x264754,_0x31ffc7){const {types:_0x13f635,buffers:_0x296d8b}=_0x31ffc7,_0x6d0c37=this['_protobufDescriptor']['decompress'](_0x296d8b['shift']());_0x13f635['shift'](),this['_deserializeOneOf']('oldValue',_0x6d0c37),this['_deserializeOneOf']('newValue',_0x6d0c37),J(_0x6d0c37),_0x6d0c37['__className']=this['_operationName'],_0x264754['push'](_0x6d0c37);}['_serializeOneOf'](_0x28ac0a,_0x4c8bec){const _0x56ddce=_0x4c8bec[_0x28ac0a];'boolean'==typeof _0x56ddce?_0x4c8bec[_0x28ac0a+'Boolean']=_0x56ddce:_0x4c8bec[_0x28ac0a+'Json']=JSON['stringify'](_0x56ddce);}['_deserializeOneOf'](_0xc21c3d,_0x57488b){const _0x1b657b=_0xc21c3d+'Json';_0x57488b[_0x1b657b]?(_0x57488b[_0xc21c3d]=JSON['parse'](_0x57488b[_0x1b657b]),delete _0x57488b[_0x1b657b]):(_0x57488b[_0xc21c3d]=_0x57488b[_0xc21c3d+'Boolean'],delete _0x57488b[_0xc21c3d+'Boolean']);}}class i extends e{['compress'](_0x2bd7f6,_0xc1c54b){const _0x382e68=_0xc1c54b['shift']();return this['_serializeNodesAttributes'](_0x382e68['nodes']),$(_0x382e68),_0x2bd7f6['buffers']['push'](this['_protobufDescriptor']['compress'](_0x382e68)),_0x2bd7f6['types']['push'](this['_id']),!0x0;}['decompress'](_0x356385,_0x62477){const {types:_0x4a10e6,buffers:_0x44ee3f}=_0x62477,_0x20c55f=this['_protobufDescriptor']['decompress'](_0x44ee3f['shift']());_0x4a10e6['shift'](),_0x20c55f['nodes']||(_0x20c55f['nodes']=[]),this['_deserializeNodesAttributes'](_0x20c55f['nodes']),J(_0x20c55f),_0x20c55f['__className']=this['_operationName'],_0x356385['push'](_0x20c55f);}['_serializeNodesAttributes'](_0x3f5f70){for(const _0x51e285 of _0x3f5f70){if(_0x51e285['attributes']){const _0x3cd334=_0x51e285['attributes'];this['_areValuesBoolean'](_0x3cd334)?_0x51e285['attributesBoolean']=_0x3cd334:_0x51e285['attributesJson']=JSON['stringify'](_0x3cd334);}_0x51e285['children']&&this['_serializeNodesAttributes'](_0x51e285['children']);}}['_deserializeNodesAttributes'](_0x38e458){for(const _0x394d36 of _0x38e458)(_0x394d36['attributesBoolean']||_0x394d36['attributesJson'])&&(_0x394d36['attributesBoolean']?(_0x394d36['attributes']=_0x394d36['attributesBoolean'],delete _0x394d36['attributesBoolean']):(_0x394d36['attributes']=JSON['parse'](_0x394d36['attributesJson']),delete _0x394d36['attributesJson'])),_0x394d36['children']&&this['_deserializeNodesAttributes'](_0x394d36['children']);}['_areValuesBoolean'](_0x1f168c){return Object['keys'](_0x1f168c)['every'](_0x4ce1e5=>'boolean'==typeof _0x1f168c[_0x4ce1e5]);}}class n extends e{['decompress'](_0x7b90f9,_0x399110){super['decompress'](_0x7b90f9,_0x399110);const _0x29c825=_0x7b90f9[_0x7b90f9['length']-0x1];_0x29c825['oldRange']||(_0x29c825['oldRange']=null),_0x29c825['newRange']||(_0x29c825['newRange']=null);}}class p extends e{['compress'](_0x1fe5c8,_0x2abaf9){return _0x2abaf9['shift'](),_0x1fe5c8['types']['push'](this['_id']),!0x0;}['decompress'](_0x89cfa6,_0x5cbd3c){_0x5cbd3c['types']['shift'](),_0x89cfa6['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0xe09a4c,_0x25514f,_0x380119,_0x516b16){super(_0xe09a4c,_0x25514f,_0x380119),this['_omittedNamespace']=_0x516b16+':';}['compress'](_0x5ecaa0,_0xabe807){return!('MarkerOperation'!=_0xabe807[0x0]['__className']||!_0xabe807[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0xabe807[0x0]['name']=_0xabe807[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x5ecaa0,_0xabe807),!0x0);}['decompress'](_0x4749be,_0x45b74c){super['decompress'](_0x4749be,_0x45b74c);const _0x57a521=_0x4749be[_0x4749be['length']-0x1];_0x57a521['name']=this['_omittedNamespace']+_0x57a521['name'];}}class b{['_id'];['_context'];constructor(_0x1273a8,_0x5e0d94){this['_id']=_0x1273a8,this['_context']=_0x5e0d94;}['compress'](_0x4e25d7,_0x3d7d82){let _0x4fa503;for(;_0x3d7d82['length']>0x1&&this['_compareOperations'](_0x3d7d82[0x0],_0x3d7d82[0x1]);)_0x4fa503?(_0x4fa503=this['_combineNext'](_0x3d7d82['shift'](),_0x4fa503),_0x4e25d7['types']['push'](0x0)):(_0x4fa503=_0x4002f5(_0x3d7d82['shift']()),_0x4e25d7['types']['push'](this['_id']));return!!_0x4fa503&&(_0x4fa503=this['_combineNext'](_0x3d7d82['shift'](),_0x4fa503),_0x4e25d7['types']['push'](0x0),_0x4e25d7['buffers']['push'](this['_compressSingleOperation'](_0x4fa503)),!0x0);}['decompress'](_0xb8a6b5,_0x1b4894){const _0x2dcfd4=this['_decompressSingleOperation'](_0x1b4894);for(;0x0==_0x1b4894['types'][0x0];)_0x1b4894['types']['shift'](),_0xb8a6b5['push'](this['_splitCurrent'](_0x2dcfd4));_0xb8a6b5['push'](_0x2dcfd4);}}class m extends b{['_combineNext'](_0x409ecc,_0x202574){return _0x202574['nodes'][0x0]['data']+=_0x409ecc['nodes'][0x0]['data'],_0x202574;}['_splitCurrent'](_0x50fc08){const _0xa1a3ff=_0x4002f5(_0x50fc08),_0x2c1a2a=_0xa1a3ff['nodes'][0x0],_0x126b5c=_0x50fc08['nodes'][0x0],_0x119800=_0x126b5c['data'][Symbol['iterator']]()['next']()['value'],_0x282b16=_0x119800['length'];return _0x2c1a2a['data']=_0x119800,_0x126b5c['data']=_0x126b5c['data']['substr'](_0x282b16),_0x50fc08['position']=_(_0x50fc08['position'],_0x282b16),_0xa1a3ff;}['_compareOperations'](_0x18cf7d,_0x18496e){if(this['_checkOperation'](_0x18cf7d)&&this['_checkOperation'](_0x18496e)){const _0x55cb24=_0x18cf7d['nodes'][0x0]['data']['length'],_0x10242c=O(_(_0x18cf7d['position'],_0x55cb24),_0x18496e['position']),_0x5e5aff=_0x18cf7d['nodes'][0x0],_0x137708=_0x18496e['nodes'][0x0];return _0x10242c&&this['_compareAttributes'](_0x5e5aff,_0x137708);}return!0x1;}['_compressSingleOperation'](_0x3358f6){const _0x21c06b={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x21c06b,[_0x3358f6]),_0x21c06b['buffers'][0x0];}['_decompressSingleOperation'](_0x36d02e){const _0x434e88=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x434e88,_0x36d02e),_0x434e88[0x0];}['_checkOperation'](_0x13a10d){return'InsertOperation'==_0x13a10d['__className']&&0x1==_0x13a10d['nodes']['length']&&_0x13a10d['nodes'][0x0]['data']&&!_0x13a10d['wasUndone']&&0x1==Array['from'](_0x13a10d['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x5583a3,_0xf4acfd){const _0x5e73b0=Object['keys'](_0x5583a3['attributes']||{}),_0x3394b1=Object['keys'](_0xf4acfd['attributes']||{});return _0x5e73b0['length']===_0x3394b1['length']&&_0x5e73b0['every'](_0x1a03a5=>_0xf4acfd['attributes'][_0x1a03a5]&&_0xf4acfd['attributes'][_0x1a03a5]===_0x5583a3['attributes'][_0x1a03a5]);}}class c extends b{['_combineNext'](_0x746128,_0x52944f){return _0x52944f['howMany']++,_0x52944f['sourcePosition']=_0x4002f5(_0x746128['sourcePosition']),_0x52944f;}['_splitCurrent'](_0x39e256){const _0x3f4740=_0x4002f5(_0x39e256);return _0x39e256['howMany']--,_0x3f4740['howMany']=0x1,_0x3f4740['sourcePosition']=_(_0x3f4740['sourcePosition'],_0x39e256['howMany']),_0x3f4740;}['_compareOperations'](_0x5eb5b7,_0x179503){return!(!this['_checkOperation'](_0x5eb5b7)||!this['_checkOperation'](_0x179503))&&(O(_(_0x5eb5b7['sourcePosition'],-0x1),_0x179503['sourcePosition'])&&O(_0x5eb5b7['targetPosition'],_0x179503['targetPosition']));}['_compressSingleOperation'](_0x51a59b){const _0x3330a3={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x3330a3,[_0x51a59b]),_0x3330a3['buffers'][0x0];}['_decompressSingleOperation'](_0x1cae4b){const _0x41d5d8=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x41d5d8,_0x1cae4b),_0x41d5d8[0x0];}['_checkOperation'](_0x29ed4f){return'MoveOperation'==_0x29ed4f['__className']&&'$graveyard'==_0x29ed4f['targetPosition']['root']&&0x1==_0x29ed4f['howMany']&&!_0x29ed4f['wasUndone'];}}class h extends b{['_combineNext'](_0x1dc04a,_0x341d99){return _0x341d99['howMany']++,_0x341d99;}['_splitCurrent'](_0x43607a){const _0x577863=_0x4002f5(_0x43607a);return _0x577863['howMany']=0x1,_0x43607a['howMany']--,_0x577863;}['_compareOperations'](_0x37397b,_0x2c5535){return!(!this['_checkOperation'](_0x37397b)||!this['_checkOperation'](_0x2c5535))&&(O(_0x37397b['sourcePosition'],_0x2c5535['sourcePosition'])&&O(_0x37397b['targetPosition'],_0x2c5535['targetPosition']));}['_compressSingleOperation'](_0x198690){const _0x533819={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x533819,[_0x198690]),_0x533819['buffers'][0x0];}['_decompressSingleOperation'](_0x1cef91){const _0x1415cf=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x1415cf,_0x1cef91),_0x1415cf[0x0];}['_checkOperation'](_0x5da86b){return'MoveOperation'==_0x5da86b['__className']&&'$graveyard'==_0x5da86b['targetPosition']['root']&&0x1==_0x5da86b['howMany']&&!_0x5da86b['wasUndone'];}}class f extends b{['compress'](_0xd1c292,_0x3c6681){if(!this['_compareOperations'](_0x3c6681[0x0],_0x3c6681[0x1]))return!0x1;const _0x472d75=_0x3c6681['shift']();return _0x472d75['oldRange']=null,_0x472d75['newRange']&&O(_0x472d75['newRange']['start'],_0x472d75['newRange']['end'])&&(_0x472d75['newRange']['end']=null),_0x3c6681['shift'](),_0xd1c292['types']['push'](this['_id']),_0xd1c292['types']['push'](0x0),_0xd1c292['buffers']['push'](this['_compressSingleOperation'](_0x472d75)),!0x0;}['decompress'](_0x3f1b78,_0x5992fe){const _0x70a9a3=this['_decompressSingleOperation'](_0x5992fe);_0x70a9a3['newRange']&&!_0x70a9a3['newRange']['end']&&(_0x70a9a3['newRange']['end']=_0x4002f5(_0x70a9a3['newRange']['start']));const _0x3f7405=_0x4002f5(_0x70a9a3);_0x3f7405['newRange']&&(_0x3f7405['newRange']['start']['stickiness']='toNone',_0x3f7405['newRange']['end']=_0x4002f5(_0x3f7405['newRange']['start'])),_0x3f7405['name']='user:position:'+_0x3f7405['name']['split'](':')[0x2],_0x5992fe['types']['shift'](),_0x3f1b78['push'](_0x70a9a3),_0x3f1b78['push'](_0x3f7405);}['_compressSingleOperation'](_0x5c13a4){const _0x512ae3={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x512ae3,[_0x5c13a4]),_0x512ae3['buffers'][0x0];}['_decompressSingleOperation'](_0x125548){const _0x4d8bf5=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x4d8bf5,_0x125548),_0x4d8bf5[0x0];}['_compareOperations'](_0x56dd06,_0x2f1417){return!(!_0x56dd06||!_0x2f1417)&&('MarkerOperation'==_0x56dd06['__className']&&'MarkerOperation'==_0x2f1417['__className']&&!(!_0x56dd06['name']['startsWith']('user:')||!_0x2f1417['name']['startsWith']('user:')||_0x56dd06['name']==_0x2f1417['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0xa95b3e=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',_0xa95b3e,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0xa95b3e,'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'](_0x2a18b7){if(!_0x2a18b7||!_0x2a18b7[0x0])throw new _0x305082('no-operations-provided',this);const _0x10b1b7={'types':[],'buffers':[],'baseVersion':_0x2a18b7[0x0]['baseVersion']};for(;_0x2a18b7['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x10b1b7,_0x2a18b7)||this['_getCompressorByName']('TypingAction')['compress'](_0x10b1b7,_0x2a18b7)||this['_getCompressorByName']('DeletingAction')['compress'](_0x10b1b7,_0x2a18b7)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x10b1b7,_0x2a18b7)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x10b1b7,_0x2a18b7)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x10b1b7,_0x2a18b7)||this['_getCompressorByName'](_0x2a18b7[0x0]['__className'])['compress'](_0x10b1b7,_0x2a18b7);return _0x10b1b7;}['decompress'](_0x55bb54){const _0x3f7681=[];for(;_0x55bb54['types']['length'];){this['_compressorById']['get'](_0x55bb54['types'][0x0])['decompress'](_0x3f7681,_0x55bb54);}return _0x3f7681['forEach']((_0x45aa9e,_0x114367)=>_0x45aa9e['baseVersion']=_0x55bb54['baseVersion']+_0x114367),_0x3f7681;}['_getCompressorByName'](_0x495cef){return this['_compressorByName']['get'](_0x495cef);}['_registerOperationCompressor'](_0x188d6a,_0xa83884,_0xb73587){const _0x5f156b=new _0xb73587(_0x188d6a,_0xa83884,this['_protobufFactory']['getDescriptor'](_0xa83884));this['_registerCompressor'](_0x188d6a,_0xa83884,_0x5f156b);}['_registerActionCompressor'](_0x5cf0a9,_0x1ff376,_0x143534){const _0x5a802d=new _0x143534(_0x5cf0a9,this);this['_registerCompressor'](_0x5cf0a9,_0x1ff376,_0x5a802d);}['_registerCompressor'](_0x3b6ae0,_0x237e6b,_0x25d345){this['_compressorById']['set'](_0x3b6ae0,_0x25d345),this['_compressorByName']['set'](_0x237e6b,_0x25d345);}}export{g as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "43.0.0
|
|
3
|
+
"version": "43.0.0",
|
|
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": "43.0.0
|
|
37
|
-
"ckeditor5": "43.0.0
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "43.0.0",
|
|
37
|
+
"ckeditor5": "43.0.0",
|
|
38
38
|
"lodash-es": "4.17.21",
|
|
39
39
|
"protobufjs": "7.2.5"
|
|
40
40
|
},
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x8e2c84=_0x5a66;(function(_0x3e82be,_0x3affef){const _0xc09e94=_0x5a66,_0x9e3915=_0x3e82be();while(!![]){try{const _0x5992d3=parseInt(_0xc09e94(0x13d))/0x1*(parseInt(_0xc09e94(0x141))/0x2)+-parseInt(_0xc09e94(0x14c))/0x3+-parseInt(_0xc09e94(0x146))/0x4*(-parseInt(_0xc09e94(0x136))/0x5)+parseInt(_0xc09e94(0x13e))/0x6*(parseInt(_0xc09e94(0x13c))/0x7)+parseInt(_0xc09e94(0x14d))/0x8*(-parseInt(_0xc09e94(0x147))/0x9)+parseInt(_0xc09e94(0x142))/0xa*(parseInt(_0xc09e94(0x14b))/0xb)+parseInt(_0xc09e94(0x144))/0xc*(-parseInt(_0xc09e94(0x148))/0xd);if(_0x5992d3===_0x3affef)break;else _0x9e3915['push'](_0x9e3915['shift']());}catch(_0x9fcba5){_0x9e3915['push'](_0x9e3915['shift']());}}}(_0x1cc0,0xa1dd7));import{cloneDeep as _0x5e4a11}from'lodash-es';function _0x1cc0(){const _0x4b7497=['1625ctzzay','push','_id','34507nShpBo','1820037JbPshv','8AtbSwd','_combineNext','compress','buffers','9360TqkGBB','_decompressSingleOperation','_compareOperations','shift','length','decompress','2541329ihSwoz','139333TefNOZ','6NoHysf','_context','_compressSingleOperation','18hAORZL','1770Mflsgc','_splitCurrent','176748jPgwvb','types','2228VoHlRb','937746gCrFFg'];_0x1cc0=function(){return _0x4b7497;};return _0x1cc0();}function _0x5a66(_0x300449,_0x616d76){const _0x1cc0f8=_0x1cc0();return _0x5a66=function(_0x5a66ac,_0x1b0eb3){_0x5a66ac=_0x5a66ac-0x134;let _0x3649b9=_0x1cc0f8[_0x5a66ac];return _0x3649b9;},_0x5a66(_0x300449,_0x616d76);}export default class b{constructor(_0x435760,_0x5d724a){const _0x42f027=_0x5a66;this[_0x42f027(0x14a)]=_0x435760,this[_0x42f027(0x13f)]=_0x5d724a;}[_0x8e2c84(0x134)](_0x52f05e,_0xf64aa9){const _0x2fd8a5=_0x8e2c84;let _0x2d9fc0;for(;_0xf64aa9[_0x2fd8a5(0x13a)]>0x1&&this[_0x2fd8a5(0x138)](_0xf64aa9[0x0],_0xf64aa9[0x1]);)_0x2d9fc0?(_0x2d9fc0=this[_0x2fd8a5(0x14e)](_0xf64aa9[_0x2fd8a5(0x139)](),_0x2d9fc0),_0x52f05e[_0x2fd8a5(0x145)][_0x2fd8a5(0x149)](0x0)):(_0x2d9fc0=_0x5e4a11(_0xf64aa9[_0x2fd8a5(0x139)]()),_0x52f05e[_0x2fd8a5(0x145)][_0x2fd8a5(0x149)](this[_0x2fd8a5(0x14a)]));return!!_0x2d9fc0&&(_0x2d9fc0=this[_0x2fd8a5(0x14e)](_0xf64aa9[_0x2fd8a5(0x139)](),_0x2d9fc0),_0x52f05e[_0x2fd8a5(0x145)][_0x2fd8a5(0x149)](0x0),_0x52f05e[_0x2fd8a5(0x135)][_0x2fd8a5(0x149)](this[_0x2fd8a5(0x140)](_0x2d9fc0)),!0x0);}[_0x8e2c84(0x13b)](_0x444e44,_0x438660){const _0x20ce02=_0x8e2c84,_0x685da4=this[_0x20ce02(0x137)](_0x438660);for(;0x0==_0x438660[_0x20ce02(0x145)][0x0];)_0x438660[_0x20ce02(0x145)][_0x20ce02(0x139)](),_0x444e44[_0x20ce02(0x149)](this[_0x20ce02(0x143)](_0x685da4));_0x444e44[_0x20ce02(0x149)](_0x685da4);}}
|