@ckeditor/ckeditor5-operations-compressor 47.3.0-alpha.5 → 47.3.0-alpha.7
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 _0x3a2f65=_0x1f3384['Reader'],_0x1d5baa=_0x1f3384['Writer'],_0x2e429b=_0x1f3384['util'],_0x2f419c=_0x1f3384['roots']['default']||(_0x1f3384['roots']['default']={});return _0x2f419c['AttributeOperation']=(function(){function _0x39c78e(_0x396441){if(_0x396441){for(var _0x4473ee=Object['keys'](_0x396441),_0x589399=0x0;_0x589399<_0x4473ee['length'];++_0x589399)null!=_0x396441[_0x4473ee[_0x589399]]&&(this[_0x4473ee[_0x589399]]=_0x396441[_0x4473ee[_0x589399]]);}}return _0x39c78e['prototype']['range']=null,_0x39c78e['prototype']['key']='',_0x39c78e['prototype']['oldValueBoolean']=!0x1,_0x39c78e['prototype']['oldValueJson']='',_0x39c78e['prototype']['newValueBoolean']=!0x1,_0x39c78e['prototype']['newValueJson']='',_0x39c78e['prototype']['wasUndone']=!0x1,_0x39c78e['create']=function(_0x1823a9){return new _0x39c78e(_0x1823a9);},_0x39c78e['encode']=function(_0x67c224,_0x3a71ce){return _0x3a71ce||(_0x3a71ce=_0x1d5baa['create']()),null!=_0x67c224['range']&&Object['hasOwnProperty']['call'](_0x67c224,'range')&&_0x2f419c['Range']['encode'](_0x67c224['range'],_0x3a71ce['uint32'](0xa)['fork']())['ldelim'](),null!=_0x67c224['key']&&Object['hasOwnProperty']['call'](_0x67c224,'key')&&_0x3a71ce['uint32'](0x12)['string'](_0x67c224['key']),null!=_0x67c224['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x67c224,'oldValueBoolean')&&_0x3a71ce['uint32'](0x18)['bool'](_0x67c224['oldValueBoolean']),null!=_0x67c224['oldValueJson']&&Object['hasOwnProperty']['call'](_0x67c224,'oldValueJson')&&_0x3a71ce['uint32'](0x22)['string'](_0x67c224['oldValueJson']),null!=_0x67c224['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x67c224,'newValueBoolean')&&_0x3a71ce['uint32'](0x28)['bool'](_0x67c224['newValueBoolean']),null!=_0x67c224['newValueJson']&&Object['hasOwnProperty']['call'](_0x67c224,'newValueJson')&&_0x3a71ce['uint32'](0x32)['string'](_0x67c224['newValueJson']),null!=_0x67c224['wasUndone']&&Object['hasOwnProperty']['call'](_0x67c224,'wasUndone')&&_0x3a71ce['uint32'](0x38)['bool'](_0x67c224['wasUndone']),_0x3a71ce;},_0x39c78e['encodeDelimited']=function(_0x4698f1,_0x38b079){return this['encode'](_0x4698f1,_0x38b079)['ldelim']();},_0x39c78e['decode']=function(_0x20d478,_0x441110){_0x20d478 instanceof _0x3a2f65||(_0x20d478=_0x3a2f65['create'](_0x20d478));for(var _0x29eaf5=void 0x0===_0x441110?_0x20d478['len']:_0x20d478['pos']+_0x441110,_0x208239=new _0x2f419c['AttributeOperation']();_0x20d478['pos']<_0x29eaf5;){var _0x2e3d28=_0x20d478['uint32']();switch(_0x2e3d28>>>0x3){case 0x1:_0x208239['range']=_0x2f419c['Range']['decode'](_0x20d478,_0x20d478['uint32']());break;case 0x2:_0x208239['key']=_0x20d478['string']();break;case 0x3:_0x208239['oldValueBoolean']=_0x20d478['bool']();break;case 0x4:_0x208239['oldValueJson']=_0x20d478['string']();break;case 0x5:_0x208239['newValueBoolean']=_0x20d478['bool']();break;case 0x6:_0x208239['newValueJson']=_0x20d478['string']();break;case 0x7:_0x208239['wasUndone']=_0x20d478['bool']();break;default:_0x20d478['skipType'](0x7&_0x2e3d28);}}return _0x208239;},_0x39c78e['decodeDelimited']=function(_0x4e11ac){return _0x4e11ac instanceof _0x3a2f65||(_0x4e11ac=new _0x3a2f65(_0x4e11ac)),this['decode'](_0x4e11ac,_0x4e11ac['uint32']());},_0x39c78e['verify']=function(_0x219212){if('object'!=typeof _0x219212||null===_0x219212)return'object\x20expected';if(null!=_0x219212['range']&&_0x219212['hasOwnProperty']('range')){var _0x1261b8=_0x2f419c['Range']['verify'](_0x219212['range']);if(_0x1261b8)return'range.'+_0x1261b8;}return null!=_0x219212['key']&&_0x219212['hasOwnProperty']('key')&&!_0x2e429b['isString'](_0x219212['key'])?'key:\x20string\x20expected':null!=_0x219212['oldValueBoolean']&&_0x219212['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x219212['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x219212['oldValueJson']&&_0x219212['hasOwnProperty']('oldValueJson')&&!_0x2e429b['isString'](_0x219212['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x219212['newValueBoolean']&&_0x219212['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x219212['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x219212['newValueJson']&&_0x219212['hasOwnProperty']('newValueJson')&&!_0x2e429b['isString'](_0x219212['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x219212['wasUndone']&&_0x219212['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x219212['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x39c78e['fromObject']=function(_0x105d29){if(_0x105d29 instanceof _0x2f419c['AttributeOperation'])return _0x105d29;var _0x44ab6d=new _0x2f419c['AttributeOperation']();if(null!=_0x105d29['range']){if('object'!=typeof _0x105d29['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x44ab6d['range']=_0x2f419c['Range']['fromObject'](_0x105d29['range']);}return null!=_0x105d29['key']&&(_0x44ab6d['key']=String(_0x105d29['key'])),null!=_0x105d29['oldValueBoolean']&&(_0x44ab6d['oldValueBoolean']=Boolean(_0x105d29['oldValueBoolean'])),null!=_0x105d29['oldValueJson']&&(_0x44ab6d['oldValueJson']=String(_0x105d29['oldValueJson'])),null!=_0x105d29['newValueBoolean']&&(_0x44ab6d['newValueBoolean']=Boolean(_0x105d29['newValueBoolean'])),null!=_0x105d29['newValueJson']&&(_0x44ab6d['newValueJson']=String(_0x105d29['newValueJson'])),null!=_0x105d29['wasUndone']&&(_0x44ab6d['wasUndone']=Boolean(_0x105d29['wasUndone'])),_0x44ab6d;},_0x39c78e['toObject']=function(_0x3edfb2,_0x534157){_0x534157||(_0x534157={});var _0x4dfc3f={};return _0x534157['defaults']&&(_0x4dfc3f['range']=null,_0x4dfc3f['key']='',_0x4dfc3f['oldValueBoolean']=!0x1,_0x4dfc3f['oldValueJson']='',_0x4dfc3f['newValueBoolean']=!0x1,_0x4dfc3f['newValueJson']='',_0x4dfc3f['wasUndone']=!0x1),null!=_0x3edfb2['range']&&_0x3edfb2['hasOwnProperty']('range')&&(_0x4dfc3f['range']=_0x2f419c['Range']['toObject'](_0x3edfb2['range'],_0x534157)),null!=_0x3edfb2['key']&&_0x3edfb2['hasOwnProperty']('key')&&(_0x4dfc3f['key']=_0x3edfb2['key']),null!=_0x3edfb2['oldValueBoolean']&&_0x3edfb2['hasOwnProperty']('oldValueBoolean')&&(_0x4dfc3f['oldValueBoolean']=_0x3edfb2['oldValueBoolean']),null!=_0x3edfb2['oldValueJson']&&_0x3edfb2['hasOwnProperty']('oldValueJson')&&(_0x4dfc3f['oldValueJson']=_0x3edfb2['oldValueJson']),null!=_0x3edfb2['newValueBoolean']&&_0x3edfb2['hasOwnProperty']('newValueBoolean')&&(_0x4dfc3f['newValueBoolean']=_0x3edfb2['newValueBoolean']),null!=_0x3edfb2['newValueJson']&&_0x3edfb2['hasOwnProperty']('newValueJson')&&(_0x4dfc3f['newValueJson']=_0x3edfb2['newValueJson']),null!=_0x3edfb2['wasUndone']&&_0x3edfb2['hasOwnProperty']('wasUndone')&&(_0x4dfc3f['wasUndone']=_0x3edfb2['wasUndone']),_0x4dfc3f;},_0x39c78e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1f3384['util']['toJSONOptions']);},_0x39c78e['getTypeUrl']=function(_0x57914b){return void 0x0===_0x57914b&&(_0x57914b='type.googleapis.com'),_0x57914b+'/AttributeOperation';},_0x39c78e;}()),_0x2f419c['InsertOperation']=(function(){function _0x216e9e(_0x435681){if(this['nodes']=[],_0x435681){for(var _0x3f51b9=Object['keys'](_0x435681),_0x1400f7=0x0;_0x1400f7<_0x3f51b9['length'];++_0x1400f7)null!=_0x435681[_0x3f51b9[_0x1400f7]]&&(this[_0x3f51b9[_0x1400f7]]=_0x435681[_0x3f51b9[_0x1400f7]]);}}return _0x216e9e['prototype']['position']=null,_0x216e9e['prototype']['nodes']=_0x2e429b['emptyArray'],_0x216e9e['prototype']['shouldReceiveAttributes']=!0x1,_0x216e9e['prototype']['wasUndone']=!0x1,_0x216e9e['create']=function(_0x579d5d){return new _0x216e9e(_0x579d5d);},_0x216e9e['encode']=function(_0x1d17da,_0x3c6532){if(_0x3c6532||(_0x3c6532=_0x1d5baa['create']()),null!=_0x1d17da['position']&&Object['hasOwnProperty']['call'](_0x1d17da,'position')&&_0x2f419c['Position']['encode'](_0x1d17da['position'],_0x3c6532['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1d17da['nodes']&&_0x1d17da['nodes']['length']){for(var _0x589999=0x0;_0x589999<_0x1d17da['nodes']['length'];++_0x589999)_0x2f419c['Element']['encode'](_0x1d17da['nodes'][_0x589999],_0x3c6532['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x1d17da['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x1d17da,'shouldReceiveAttributes')&&_0x3c6532['uint32'](0x18)['bool'](_0x1d17da['shouldReceiveAttributes']),null!=_0x1d17da['wasUndone']&&Object['hasOwnProperty']['call'](_0x1d17da,'wasUndone')&&_0x3c6532['uint32'](0x20)['bool'](_0x1d17da['wasUndone']),_0x3c6532;},_0x216e9e['encodeDelimited']=function(_0x4d689b,_0x489cc3){return this['encode'](_0x4d689b,_0x489cc3)['ldelim']();},_0x216e9e['decode']=function(_0x23453e,_0x484764){_0x23453e instanceof _0x3a2f65||(_0x23453e=_0x3a2f65['create'](_0x23453e));for(var _0x337302=void 0x0===_0x484764?_0x23453e['len']:_0x23453e['pos']+_0x484764,_0x4d713b=new _0x2f419c['InsertOperation']();_0x23453e['pos']<_0x337302;){var _0x4f4872=_0x23453e['uint32']();switch(_0x4f4872>>>0x3){case 0x1:_0x4d713b['position']=_0x2f419c['Position']['decode'](_0x23453e,_0x23453e['uint32']());break;case 0x2:_0x4d713b['nodes']&&_0x4d713b['nodes']['length']||(_0x4d713b['nodes']=[]),_0x4d713b['nodes']['push'](_0x2f419c['Element']['decode'](_0x23453e,_0x23453e['uint32']()));break;case 0x3:_0x4d713b['shouldReceiveAttributes']=_0x23453e['bool']();break;case 0x4:_0x4d713b['wasUndone']=_0x23453e['bool']();break;default:_0x23453e['skipType'](0x7&_0x4f4872);}}return _0x4d713b;},_0x216e9e['decodeDelimited']=function(_0x191175){return _0x191175 instanceof _0x3a2f65||(_0x191175=new _0x3a2f65(_0x191175)),this['decode'](_0x191175,_0x191175['uint32']());},_0x216e9e['verify']=function(_0x5f4061){if('object'!=typeof _0x5f4061||null===_0x5f4061)return'object\x20expected';if(null!=_0x5f4061['position']&&_0x5f4061['hasOwnProperty']('position')&&(_0x30ad70=_0x2f419c['Position']['verify'](_0x5f4061['position'])))return'position.'+_0x30ad70;if(null!=_0x5f4061['nodes']&&_0x5f4061['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x5f4061['nodes']))return'nodes:\x20array\x20expected';for(var _0x4c9aa1=0x0;_0x4c9aa1<_0x5f4061['nodes']['length'];++_0x4c9aa1){var _0x30ad70;if(_0x30ad70=_0x2f419c['Element']['verify'](_0x5f4061['nodes'][_0x4c9aa1]))return'nodes.'+_0x30ad70;}}return null!=_0x5f4061['shouldReceiveAttributes']&&_0x5f4061['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x5f4061['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x5f4061['wasUndone']&&_0x5f4061['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5f4061['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x216e9e['fromObject']=function(_0x2189ee){if(_0x2189ee instanceof _0x2f419c['InsertOperation'])return _0x2189ee;var _0x56f8ff=new _0x2f419c['InsertOperation']();if(null!=_0x2189ee['position']){if('object'!=typeof _0x2189ee['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x56f8ff['position']=_0x2f419c['Position']['fromObject'](_0x2189ee['position']);}if(_0x2189ee['nodes']){if(!Array['isArray'](_0x2189ee['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x56f8ff['nodes']=[];for(var _0x428475=0x0;_0x428475<_0x2189ee['nodes']['length'];++_0x428475){if('object'!=typeof _0x2189ee['nodes'][_0x428475])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x56f8ff['nodes'][_0x428475]=_0x2f419c['Element']['fromObject'](_0x2189ee['nodes'][_0x428475]);}}return null!=_0x2189ee['shouldReceiveAttributes']&&(_0x56f8ff['shouldReceiveAttributes']=Boolean(_0x2189ee['shouldReceiveAttributes'])),null!=_0x2189ee['wasUndone']&&(_0x56f8ff['wasUndone']=Boolean(_0x2189ee['wasUndone'])),_0x56f8ff;},_0x216e9e['toObject']=function(_0xba96c2,_0x3aba05){_0x3aba05||(_0x3aba05={});var _0x201ae1={};if((_0x3aba05['arrays']||_0x3aba05['defaults'])&&(_0x201ae1['nodes']=[]),_0x3aba05['defaults']&&(_0x201ae1['position']=null,_0x201ae1['shouldReceiveAttributes']=!0x1,_0x201ae1['wasUndone']=!0x1),null!=_0xba96c2['position']&&_0xba96c2['hasOwnProperty']('position')&&(_0x201ae1['position']=_0x2f419c['Position']['toObject'](_0xba96c2['position'],_0x3aba05)),_0xba96c2['nodes']&&_0xba96c2['nodes']['length']){_0x201ae1['nodes']=[];for(var _0x11c9a3=0x0;_0x11c9a3<_0xba96c2['nodes']['length'];++_0x11c9a3)_0x201ae1['nodes'][_0x11c9a3]=_0x2f419c['Element']['toObject'](_0xba96c2['nodes'][_0x11c9a3],_0x3aba05);}return null!=_0xba96c2['shouldReceiveAttributes']&&_0xba96c2['hasOwnProperty']('shouldReceiveAttributes')&&(_0x201ae1['shouldReceiveAttributes']=_0xba96c2['shouldReceiveAttributes']),null!=_0xba96c2['wasUndone']&&_0xba96c2['hasOwnProperty']('wasUndone')&&(_0x201ae1['wasUndone']=_0xba96c2['wasUndone']),_0x201ae1;},_0x216e9e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1f3384['util']['toJSONOptions']);},_0x216e9e['getTypeUrl']=function(_0x1f95e0){return void 0x0===_0x1f95e0&&(_0x1f95e0='type.googleapis.com'),_0x1f95e0+'/InsertOperation';},_0x216e9e;}()),_0x2f419c['MarkerOperation']=(function(){function _0x95e560(_0x57ba58){if(_0x57ba58){for(var _0x13542f=Object['keys'](_0x57ba58),_0x549830=0x0;_0x549830<_0x13542f['length'];++_0x549830)null!=_0x57ba58[_0x13542f[_0x549830]]&&(this[_0x13542f[_0x549830]]=_0x57ba58[_0x13542f[_0x549830]]);}}return _0x95e560['prototype']['name']='',_0x95e560['prototype']['oldRange']=null,_0x95e560['prototype']['newRange']=null,_0x95e560['prototype']['affectsData']=!0x1,_0x95e560['prototype']['wasUndone']=!0x1,_0x95e560['create']=function(_0x1c5bb8){return new _0x95e560(_0x1c5bb8);},_0x95e560['encode']=function(_0x4cb2cc,_0x221134){return _0x221134||(_0x221134=_0x1d5baa['create']()),null!=_0x4cb2cc['name']&&Object['hasOwnProperty']['call'](_0x4cb2cc,'name')&&_0x221134['uint32'](0xa)['string'](_0x4cb2cc['name']),null!=_0x4cb2cc['oldRange']&&Object['hasOwnProperty']['call'](_0x4cb2cc,'oldRange')&&_0x2f419c['Range']['encode'](_0x4cb2cc['oldRange'],_0x221134['uint32'](0x12)['fork']())['ldelim'](),null!=_0x4cb2cc['newRange']&&Object['hasOwnProperty']['call'](_0x4cb2cc,'newRange')&&_0x2f419c['Range']['encode'](_0x4cb2cc['newRange'],_0x221134['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x4cb2cc['affectsData']&&Object['hasOwnProperty']['call'](_0x4cb2cc,'affectsData')&&_0x221134['uint32'](0x20)['bool'](_0x4cb2cc['affectsData']),null!=_0x4cb2cc['wasUndone']&&Object['hasOwnProperty']['call'](_0x4cb2cc,'wasUndone')&&_0x221134['uint32'](0x28)['bool'](_0x4cb2cc['wasUndone']),_0x221134;},_0x95e560['encodeDelimited']=function(_0x396237,_0x2b6f1c){return this['encode'](_0x396237,_0x2b6f1c)['ldelim']();},_0x95e560['decode']=function(_0x58b9f2,_0x57a61e){_0x58b9f2 instanceof _0x3a2f65||(_0x58b9f2=_0x3a2f65['create'](_0x58b9f2));for(var _0x472ea8=void 0x0===_0x57a61e?_0x58b9f2['len']:_0x58b9f2['pos']+_0x57a61e,_0xdf844=new _0x2f419c['MarkerOperation']();_0x58b9f2['pos']<_0x472ea8;){var _0x38d37f=_0x58b9f2['uint32']();switch(_0x38d37f>>>0x3){case 0x1:_0xdf844['name']=_0x58b9f2['string']();break;case 0x2:_0xdf844['oldRange']=_0x2f419c['Range']['decode'](_0x58b9f2,_0x58b9f2['uint32']());break;case 0x3:_0xdf844['newRange']=_0x2f419c['Range']['decode'](_0x58b9f2,_0x58b9f2['uint32']());break;case 0x4:_0xdf844['affectsData']=_0x58b9f2['bool']();break;case 0x5:_0xdf844['wasUndone']=_0x58b9f2['bool']();break;default:_0x58b9f2['skipType'](0x7&_0x38d37f);}}return _0xdf844;},_0x95e560['decodeDelimited']=function(_0x5895e5){return _0x5895e5 instanceof _0x3a2f65||(_0x5895e5=new _0x3a2f65(_0x5895e5)),this['decode'](_0x5895e5,_0x5895e5['uint32']());},_0x95e560['verify']=function(_0x1f1e26){if('object'!=typeof _0x1f1e26||null===_0x1f1e26)return'object\x20expected';if(null!=_0x1f1e26['name']&&_0x1f1e26['hasOwnProperty']('name')&&!_0x2e429b['isString'](_0x1f1e26['name']))return'name:\x20string\x20expected';var _0x37903d;if(null!=_0x1f1e26['oldRange']&&_0x1f1e26['hasOwnProperty']('oldRange')&&(_0x37903d=_0x2f419c['Range']['verify'](_0x1f1e26['oldRange'])))return'oldRange.'+_0x37903d;if(null!=_0x1f1e26['newRange']&&_0x1f1e26['hasOwnProperty']('newRange')&&(_0x37903d=_0x2f419c['Range']['verify'](_0x1f1e26['newRange'])))return'newRange.'+_0x37903d;return null!=_0x1f1e26['affectsData']&&_0x1f1e26['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x1f1e26['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x1f1e26['wasUndone']&&_0x1f1e26['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1f1e26['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x95e560['fromObject']=function(_0x1567a7){if(_0x1567a7 instanceof _0x2f419c['MarkerOperation'])return _0x1567a7;var _0x4586a1=new _0x2f419c['MarkerOperation']();if(null!=_0x1567a7['name']&&(_0x4586a1['name']=String(_0x1567a7['name'])),null!=_0x1567a7['oldRange']){if('object'!=typeof _0x1567a7['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x4586a1['oldRange']=_0x2f419c['Range']['fromObject'](_0x1567a7['oldRange']);}if(null!=_0x1567a7['newRange']){if('object'!=typeof _0x1567a7['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x4586a1['newRange']=_0x2f419c['Range']['fromObject'](_0x1567a7['newRange']);}return null!=_0x1567a7['affectsData']&&(_0x4586a1['affectsData']=Boolean(_0x1567a7['affectsData'])),null!=_0x1567a7['wasUndone']&&(_0x4586a1['wasUndone']=Boolean(_0x1567a7['wasUndone'])),_0x4586a1;},_0x95e560['toObject']=function(_0x52f73d,_0x3419b0){_0x3419b0||(_0x3419b0={});var _0x1562b6={};return _0x3419b0['defaults']&&(_0x1562b6['name']='',_0x1562b6['oldRange']=null,_0x1562b6['newRange']=null,_0x1562b6['affectsData']=!0x1,_0x1562b6['wasUndone']=!0x1),null!=_0x52f73d['name']&&_0x52f73d['hasOwnProperty']('name')&&(_0x1562b6['name']=_0x52f73d['name']),null!=_0x52f73d['oldRange']&&_0x52f73d['hasOwnProperty']('oldRange')&&(_0x1562b6['oldRange']=_0x2f419c['Range']['toObject'](_0x52f73d['oldRange'],_0x3419b0)),null!=_0x52f73d['newRange']&&_0x52f73d['hasOwnProperty']('newRange')&&(_0x1562b6['newRange']=_0x2f419c['Range']['toObject'](_0x52f73d['newRange'],_0x3419b0)),null!=_0x52f73d['affectsData']&&_0x52f73d['hasOwnProperty']('affectsData')&&(_0x1562b6['affectsData']=_0x52f73d['affectsData']),null!=_0x52f73d['wasUndone']&&_0x52f73d['hasOwnProperty']('wasUndone')&&(_0x1562b6['wasUndone']=_0x52f73d['wasUndone']),_0x1562b6;},_0x95e560['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1f3384['util']['toJSONOptions']);},_0x95e560['getTypeUrl']=function(_0xa2f2ec){return void 0x0===_0xa2f2ec&&(_0xa2f2ec='type.googleapis.com'),_0xa2f2ec+'/MarkerOperation';},_0x95e560;}()),_0x2f419c['MergeOperation']=(function(){function _0x4dd5e2(_0x17e169){if(_0x17e169){for(var _0x28f08a=Object['keys'](_0x17e169),_0x255991=0x0;_0x255991<_0x28f08a['length'];++_0x255991)null!=_0x17e169[_0x28f08a[_0x255991]]&&(this[_0x28f08a[_0x255991]]=_0x17e169[_0x28f08a[_0x255991]]);}}return _0x4dd5e2['prototype']['sourcePosition']=null,_0x4dd5e2['prototype']['targetPosition']=null,_0x4dd5e2['prototype']['graveyardPosition']=null,_0x4dd5e2['prototype']['howMany']=0x0,_0x4dd5e2['prototype']['wasUndone']=!0x1,_0x4dd5e2['create']=function(_0x464085){return new _0x4dd5e2(_0x464085);},_0x4dd5e2['encode']=function(_0x3993f7,_0x3a7535){return _0x3a7535||(_0x3a7535=_0x1d5baa['create']()),null!=_0x3993f7['sourcePosition']&&Object['hasOwnProperty']['call'](_0x3993f7,'sourcePosition')&&_0x2f419c['Position']['encode'](_0x3993f7['sourcePosition'],_0x3a7535['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3993f7['targetPosition']&&Object['hasOwnProperty']['call'](_0x3993f7,'targetPosition')&&_0x2f419c['Position']['encode'](_0x3993f7['targetPosition'],_0x3a7535['uint32'](0x12)['fork']())['ldelim'](),null!=_0x3993f7['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x3993f7,'graveyardPosition')&&_0x2f419c['Position']['encode'](_0x3993f7['graveyardPosition'],_0x3a7535['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x3993f7['howMany']&&Object['hasOwnProperty']['call'](_0x3993f7,'howMany')&&_0x3a7535['uint32'](0x20)['uint32'](_0x3993f7['howMany']),null!=_0x3993f7['wasUndone']&&Object['hasOwnProperty']['call'](_0x3993f7,'wasUndone')&&_0x3a7535['uint32'](0x28)['bool'](_0x3993f7['wasUndone']),_0x3a7535;},_0x4dd5e2['encodeDelimited']=function(_0x27123f,_0x2a9798){return this['encode'](_0x27123f,_0x2a9798)['ldelim']();},_0x4dd5e2['decode']=function(_0x4a1cec,_0x47d759){_0x4a1cec instanceof _0x3a2f65||(_0x4a1cec=_0x3a2f65['create'](_0x4a1cec));for(var _0x2b02f4=void 0x0===_0x47d759?_0x4a1cec['len']:_0x4a1cec['pos']+_0x47d759,_0x2b38de=new _0x2f419c['MergeOperation']();_0x4a1cec['pos']<_0x2b02f4;){var _0x14474f=_0x4a1cec['uint32']();switch(_0x14474f>>>0x3){case 0x1:_0x2b38de['sourcePosition']=_0x2f419c['Position']['decode'](_0x4a1cec,_0x4a1cec['uint32']());break;case 0x2:_0x2b38de['targetPosition']=_0x2f419c['Position']['decode'](_0x4a1cec,_0x4a1cec['uint32']());break;case 0x3:_0x2b38de['graveyardPosition']=_0x2f419c['Position']['decode'](_0x4a1cec,_0x4a1cec['uint32']());break;case 0x4:_0x2b38de['howMany']=_0x4a1cec['uint32']();break;case 0x5:_0x2b38de['wasUndone']=_0x4a1cec['bool']();break;default:_0x4a1cec['skipType'](0x7&_0x14474f);}}return _0x2b38de;},_0x4dd5e2['decodeDelimited']=function(_0x4fcaab){return _0x4fcaab instanceof _0x3a2f65||(_0x4fcaab=new _0x3a2f65(_0x4fcaab)),this['decode'](_0x4fcaab,_0x4fcaab['uint32']());},_0x4dd5e2['verify']=function(_0x3e126c){if('object'!=typeof _0x3e126c||null===_0x3e126c)return'object\x20expected';var _0x241d31;if(null!=_0x3e126c['sourcePosition']&&_0x3e126c['hasOwnProperty']('sourcePosition')&&(_0x241d31=_0x2f419c['Position']['verify'](_0x3e126c['sourcePosition'])))return'sourcePosition.'+_0x241d31;if(null!=_0x3e126c['targetPosition']&&_0x3e126c['hasOwnProperty']('targetPosition')&&(_0x241d31=_0x2f419c['Position']['verify'](_0x3e126c['targetPosition'])))return'targetPosition.'+_0x241d31;if(null!=_0x3e126c['graveyardPosition']&&_0x3e126c['hasOwnProperty']('graveyardPosition')&&(_0x241d31=_0x2f419c['Position']['verify'](_0x3e126c['graveyardPosition'])))return'graveyardPosition.'+_0x241d31;return null!=_0x3e126c['howMany']&&_0x3e126c['hasOwnProperty']('howMany')&&!_0x2e429b['isInteger'](_0x3e126c['howMany'])?'howMany:\x20integer\x20expected':null!=_0x3e126c['wasUndone']&&_0x3e126c['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3e126c['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4dd5e2['fromObject']=function(_0x3dcb56){if(_0x3dcb56 instanceof _0x2f419c['MergeOperation'])return _0x3dcb56;var _0x2c96ae=new _0x2f419c['MergeOperation']();if(null!=_0x3dcb56['sourcePosition']){if('object'!=typeof _0x3dcb56['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x2c96ae['sourcePosition']=_0x2f419c['Position']['fromObject'](_0x3dcb56['sourcePosition']);}if(null!=_0x3dcb56['targetPosition']){if('object'!=typeof _0x3dcb56['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x2c96ae['targetPosition']=_0x2f419c['Position']['fromObject'](_0x3dcb56['targetPosition']);}if(null!=_0x3dcb56['graveyardPosition']){if('object'!=typeof _0x3dcb56['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x2c96ae['graveyardPosition']=_0x2f419c['Position']['fromObject'](_0x3dcb56['graveyardPosition']);}return null!=_0x3dcb56['howMany']&&(_0x2c96ae['howMany']=_0x3dcb56['howMany']>>>0x0),null!=_0x3dcb56['wasUndone']&&(_0x2c96ae['wasUndone']=Boolean(_0x3dcb56['wasUndone'])),_0x2c96ae;},_0x4dd5e2['toObject']=function(_0x2fe305,_0x2e7a61){_0x2e7a61||(_0x2e7a61={});var _0x382a3a={};return _0x2e7a61['defaults']&&(_0x382a3a['sourcePosition']=null,_0x382a3a['targetPosition']=null,_0x382a3a['graveyardPosition']=null,_0x382a3a['howMany']=0x0,_0x382a3a['wasUndone']=!0x1),null!=_0x2fe305['sourcePosition']&&_0x2fe305['hasOwnProperty']('sourcePosition')&&(_0x382a3a['sourcePosition']=_0x2f419c['Position']['toObject'](_0x2fe305['sourcePosition'],_0x2e7a61)),null!=_0x2fe305['targetPosition']&&_0x2fe305['hasOwnProperty']('targetPosition')&&(_0x382a3a['targetPosition']=_0x2f419c['Position']['toObject'](_0x2fe305['targetPosition'],_0x2e7a61)),null!=_0x2fe305['graveyardPosition']&&_0x2fe305['hasOwnProperty']('graveyardPosition')&&(_0x382a3a['graveyardPosition']=_0x2f419c['Position']['toObject'](_0x2fe305['graveyardPosition'],_0x2e7a61)),null!=_0x2fe305['howMany']&&_0x2fe305['hasOwnProperty']('howMany')&&(_0x382a3a['howMany']=_0x2fe305['howMany']),null!=_0x2fe305['wasUndone']&&_0x2fe305['hasOwnProperty']('wasUndone')&&(_0x382a3a['wasUndone']=_0x2fe305['wasUndone']),_0x382a3a;},_0x4dd5e2['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1f3384['util']['toJSONOptions']);},_0x4dd5e2['getTypeUrl']=function(_0x1b9d10){return void 0x0===_0x1b9d10&&(_0x1b9d10='type.googleapis.com'),_0x1b9d10+'/MergeOperation';},_0x4dd5e2;}()),_0x2f419c['MoveOperation']=(function(){function _0x4ffe98(_0x2be428){if(_0x2be428){for(var _0x7bac75=Object['keys'](_0x2be428),_0x59a145=0x0;_0x59a145<_0x7bac75['length'];++_0x59a145)null!=_0x2be428[_0x7bac75[_0x59a145]]&&(this[_0x7bac75[_0x59a145]]=_0x2be428[_0x7bac75[_0x59a145]]);}}return _0x4ffe98['prototype']['sourcePosition']=null,_0x4ffe98['prototype']['howMany']=0x0,_0x4ffe98['prototype']['targetPosition']=null,_0x4ffe98['prototype']['wasUndone']=!0x1,_0x4ffe98['create']=function(_0x435f95){return new _0x4ffe98(_0x435f95);},_0x4ffe98['encode']=function(_0x24cb32,_0x455293){return _0x455293||(_0x455293=_0x1d5baa['create']()),null!=_0x24cb32['sourcePosition']&&Object['hasOwnProperty']['call'](_0x24cb32,'sourcePosition')&&_0x2f419c['Position']['encode'](_0x24cb32['sourcePosition'],_0x455293['uint32'](0xa)['fork']())['ldelim'](),null!=_0x24cb32['howMany']&&Object['hasOwnProperty']['call'](_0x24cb32,'howMany')&&_0x455293['uint32'](0x10)['uint32'](_0x24cb32['howMany']),null!=_0x24cb32['targetPosition']&&Object['hasOwnProperty']['call'](_0x24cb32,'targetPosition')&&_0x2f419c['Position']['encode'](_0x24cb32['targetPosition'],_0x455293['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x24cb32['wasUndone']&&Object['hasOwnProperty']['call'](_0x24cb32,'wasUndone')&&_0x455293['uint32'](0x20)['bool'](_0x24cb32['wasUndone']),_0x455293;},_0x4ffe98['encodeDelimited']=function(_0x14be4d,_0x422565){return this['encode'](_0x14be4d,_0x422565)['ldelim']();},_0x4ffe98['decode']=function(_0x304a73,_0x35604e){_0x304a73 instanceof _0x3a2f65||(_0x304a73=_0x3a2f65['create'](_0x304a73));for(var _0x514992=void 0x0===_0x35604e?_0x304a73['len']:_0x304a73['pos']+_0x35604e,_0x1f9952=new _0x2f419c['MoveOperation']();_0x304a73['pos']<_0x514992;){var _0x413c19=_0x304a73['uint32']();switch(_0x413c19>>>0x3){case 0x1:_0x1f9952['sourcePosition']=_0x2f419c['Position']['decode'](_0x304a73,_0x304a73['uint32']());break;case 0x2:_0x1f9952['howMany']=_0x304a73['uint32']();break;case 0x3:_0x1f9952['targetPosition']=_0x2f419c['Position']['decode'](_0x304a73,_0x304a73['uint32']());break;case 0x4:_0x1f9952['wasUndone']=_0x304a73['bool']();break;default:_0x304a73['skipType'](0x7&_0x413c19);}}return _0x1f9952;},_0x4ffe98['decodeDelimited']=function(_0x4bca88){return _0x4bca88 instanceof _0x3a2f65||(_0x4bca88=new _0x3a2f65(_0x4bca88)),this['decode'](_0x4bca88,_0x4bca88['uint32']());},_0x4ffe98['verify']=function(_0x430567){if('object'!=typeof _0x430567||null===_0x430567)return'object\x20expected';var _0x152019;if(null!=_0x430567['sourcePosition']&&_0x430567['hasOwnProperty']('sourcePosition')&&(_0x152019=_0x2f419c['Position']['verify'](_0x430567['sourcePosition'])))return'sourcePosition.'+_0x152019;if(null!=_0x430567['howMany']&&_0x430567['hasOwnProperty']('howMany')&&!_0x2e429b['isInteger'](_0x430567['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x430567['targetPosition']&&_0x430567['hasOwnProperty']('targetPosition')&&(_0x152019=_0x2f419c['Position']['verify'](_0x430567['targetPosition'])))return'targetPosition.'+_0x152019;return null!=_0x430567['wasUndone']&&_0x430567['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x430567['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4ffe98['fromObject']=function(_0x59ff07){if(_0x59ff07 instanceof _0x2f419c['MoveOperation'])return _0x59ff07;var _0x5c0df3=new _0x2f419c['MoveOperation']();if(null!=_0x59ff07['sourcePosition']){if('object'!=typeof _0x59ff07['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x5c0df3['sourcePosition']=_0x2f419c['Position']['fromObject'](_0x59ff07['sourcePosition']);}if(null!=_0x59ff07['howMany']&&(_0x5c0df3['howMany']=_0x59ff07['howMany']>>>0x0),null!=_0x59ff07['targetPosition']){if('object'!=typeof _0x59ff07['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x5c0df3['targetPosition']=_0x2f419c['Position']['fromObject'](_0x59ff07['targetPosition']);}return null!=_0x59ff07['wasUndone']&&(_0x5c0df3['wasUndone']=Boolean(_0x59ff07['wasUndone'])),_0x5c0df3;},_0x4ffe98['toObject']=function(_0x1a5e8a,_0x5edd4f){_0x5edd4f||(_0x5edd4f={});var _0x575afb={};return _0x5edd4f['defaults']&&(_0x575afb['sourcePosition']=null,_0x575afb['howMany']=0x0,_0x575afb['targetPosition']=null,_0x575afb['wasUndone']=!0x1),null!=_0x1a5e8a['sourcePosition']&&_0x1a5e8a['hasOwnProperty']('sourcePosition')&&(_0x575afb['sourcePosition']=_0x2f419c['Position']['toObject'](_0x1a5e8a['sourcePosition'],_0x5edd4f)),null!=_0x1a5e8a['howMany']&&_0x1a5e8a['hasOwnProperty']('howMany')&&(_0x575afb['howMany']=_0x1a5e8a['howMany']),null!=_0x1a5e8a['targetPosition']&&_0x1a5e8a['hasOwnProperty']('targetPosition')&&(_0x575afb['targetPosition']=_0x2f419c['Position']['toObject'](_0x1a5e8a['targetPosition'],_0x5edd4f)),null!=_0x1a5e8a['wasUndone']&&_0x1a5e8a['hasOwnProperty']('wasUndone')&&(_0x575afb['wasUndone']=_0x1a5e8a['wasUndone']),_0x575afb;},_0x4ffe98['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1f3384['util']['toJSONOptions']);},_0x4ffe98['getTypeUrl']=function(_0xc586e1){return void 0x0===_0xc586e1&&(_0xc586e1='type.googleapis.com'),_0xc586e1+'/MoveOperation';},_0x4ffe98;}()),_0x2f419c['RenameOperation']=(function(){function _0x20405d(_0x5da84c){if(_0x5da84c){for(var _0x3288d8=Object['keys'](_0x5da84c),_0x12bdd1=0x0;_0x12bdd1<_0x3288d8['length'];++_0x12bdd1)null!=_0x5da84c[_0x3288d8[_0x12bdd1]]&&(this[_0x3288d8[_0x12bdd1]]=_0x5da84c[_0x3288d8[_0x12bdd1]]);}}return _0x20405d['prototype']['position']=null,_0x20405d['prototype']['oldName']='',_0x20405d['prototype']['newName']='',_0x20405d['prototype']['wasUndone']=!0x1,_0x20405d['create']=function(_0x53db4d){return new _0x20405d(_0x53db4d);},_0x20405d['encode']=function(_0x35ce61,_0x5f4c5b){return _0x5f4c5b||(_0x5f4c5b=_0x1d5baa['create']()),null!=_0x35ce61['position']&&Object['hasOwnProperty']['call'](_0x35ce61,'position')&&_0x2f419c['Position']['encode'](_0x35ce61['position'],_0x5f4c5b['uint32'](0xa)['fork']())['ldelim'](),null!=_0x35ce61['oldName']&&Object['hasOwnProperty']['call'](_0x35ce61,'oldName')&&_0x5f4c5b['uint32'](0x12)['string'](_0x35ce61['oldName']),null!=_0x35ce61['newName']&&Object['hasOwnProperty']['call'](_0x35ce61,'newName')&&_0x5f4c5b['uint32'](0x1a)['string'](_0x35ce61['newName']),null!=_0x35ce61['wasUndone']&&Object['hasOwnProperty']['call'](_0x35ce61,'wasUndone')&&_0x5f4c5b['uint32'](0x20)['bool'](_0x35ce61['wasUndone']),_0x5f4c5b;},_0x20405d['encodeDelimited']=function(_0x3cb944,_0x3c7608){return this['encode'](_0x3cb944,_0x3c7608)['ldelim']();},_0x20405d['decode']=function(_0x380e45,_0x453e38){_0x380e45 instanceof _0x3a2f65||(_0x380e45=_0x3a2f65['create'](_0x380e45));for(var _0x399a43=void 0x0===_0x453e38?_0x380e45['len']:_0x380e45['pos']+_0x453e38,_0x36f23b=new _0x2f419c['RenameOperation']();_0x380e45['pos']<_0x399a43;){var _0x43a8cf=_0x380e45['uint32']();switch(_0x43a8cf>>>0x3){case 0x1:_0x36f23b['position']=_0x2f419c['Position']['decode'](_0x380e45,_0x380e45['uint32']());break;case 0x2:_0x36f23b['oldName']=_0x380e45['string']();break;case 0x3:_0x36f23b['newName']=_0x380e45['string']();break;case 0x4:_0x36f23b['wasUndone']=_0x380e45['bool']();break;default:_0x380e45['skipType'](0x7&_0x43a8cf);}}return _0x36f23b;},_0x20405d['decodeDelimited']=function(_0x337ff7){return _0x337ff7 instanceof _0x3a2f65||(_0x337ff7=new _0x3a2f65(_0x337ff7)),this['decode'](_0x337ff7,_0x337ff7['uint32']());},_0x20405d['verify']=function(_0xa4efb9){if('object'!=typeof _0xa4efb9||null===_0xa4efb9)return'object\x20expected';if(null!=_0xa4efb9['position']&&_0xa4efb9['hasOwnProperty']('position')){var _0x4029eb=_0x2f419c['Position']['verify'](_0xa4efb9['position']);if(_0x4029eb)return'position.'+_0x4029eb;}return null!=_0xa4efb9['oldName']&&_0xa4efb9['hasOwnProperty']('oldName')&&!_0x2e429b['isString'](_0xa4efb9['oldName'])?'oldName:\x20string\x20expected':null!=_0xa4efb9['newName']&&_0xa4efb9['hasOwnProperty']('newName')&&!_0x2e429b['isString'](_0xa4efb9['newName'])?'newName:\x20string\x20expected':null!=_0xa4efb9['wasUndone']&&_0xa4efb9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xa4efb9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x20405d['fromObject']=function(_0x5c2652){if(_0x5c2652 instanceof _0x2f419c['RenameOperation'])return _0x5c2652;var _0x408dd6=new _0x2f419c['RenameOperation']();if(null!=_0x5c2652['position']){if('object'!=typeof _0x5c2652['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x408dd6['position']=_0x2f419c['Position']['fromObject'](_0x5c2652['position']);}return null!=_0x5c2652['oldName']&&(_0x408dd6['oldName']=String(_0x5c2652['oldName'])),null!=_0x5c2652['newName']&&(_0x408dd6['newName']=String(_0x5c2652['newName'])),null!=_0x5c2652['wasUndone']&&(_0x408dd6['wasUndone']=Boolean(_0x5c2652['wasUndone'])),_0x408dd6;},_0x20405d['toObject']=function(_0x422a40,_0x25dd4b){_0x25dd4b||(_0x25dd4b={});var _0x4aac6f={};return _0x25dd4b['defaults']&&(_0x4aac6f['position']=null,_0x4aac6f['oldName']='',_0x4aac6f['newName']='',_0x4aac6f['wasUndone']=!0x1),null!=_0x422a40['position']&&_0x422a40['hasOwnProperty']('position')&&(_0x4aac6f['position']=_0x2f419c['Position']['toObject'](_0x422a40['position'],_0x25dd4b)),null!=_0x422a40['oldName']&&_0x422a40['hasOwnProperty']('oldName')&&(_0x4aac6f['oldName']=_0x422a40['oldName']),null!=_0x422a40['newName']&&_0x422a40['hasOwnProperty']('newName')&&(_0x4aac6f['newName']=_0x422a40['newName']),null!=_0x422a40['wasUndone']&&_0x422a40['hasOwnProperty']('wasUndone')&&(_0x4aac6f['wasUndone']=_0x422a40['wasUndone']),_0x4aac6f;},_0x20405d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1f3384['util']['toJSONOptions']);},_0x20405d['getTypeUrl']=function(_0x30932d){return void 0x0===_0x30932d&&(_0x30932d='type.googleapis.com'),_0x30932d+'/RenameOperation';},_0x20405d;}()),_0x2f419c['RootAttributeOperation']=(function(){function _0x2ee753(_0x685d8e){if(_0x685d8e){for(var _0x1993f8=Object['keys'](_0x685d8e),_0x582b9b=0x0;_0x582b9b<_0x1993f8['length'];++_0x582b9b)null!=_0x685d8e[_0x1993f8[_0x582b9b]]&&(this[_0x1993f8[_0x582b9b]]=_0x685d8e[_0x1993f8[_0x582b9b]]);}}return _0x2ee753['prototype']['root']='',_0x2ee753['prototype']['key']='',_0x2ee753['prototype']['oldValueBoolean']=!0x1,_0x2ee753['prototype']['oldValueJson']='',_0x2ee753['prototype']['newValueBoolean']=!0x1,_0x2ee753['prototype']['newValueJson']='',_0x2ee753['prototype']['wasUndone']=!0x1,_0x2ee753['create']=function(_0x1d77d7){return new _0x2ee753(_0x1d77d7);},_0x2ee753['encode']=function(_0x45d2c3,_0x30d94e){return _0x30d94e||(_0x30d94e=_0x1d5baa['create']()),null!=_0x45d2c3['root']&&Object['hasOwnProperty']['call'](_0x45d2c3,'root')&&_0x30d94e['uint32'](0xa)['string'](_0x45d2c3['root']),null!=_0x45d2c3['key']&&Object['hasOwnProperty']['call'](_0x45d2c3,'key')&&_0x30d94e['uint32'](0x12)['string'](_0x45d2c3['key']),null!=_0x45d2c3['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x45d2c3,'oldValueBoolean')&&_0x30d94e['uint32'](0x18)['bool'](_0x45d2c3['oldValueBoolean']),null!=_0x45d2c3['oldValueJson']&&Object['hasOwnProperty']['call'](_0x45d2c3,'oldValueJson')&&_0x30d94e['uint32'](0x22)['string'](_0x45d2c3['oldValueJson']),null!=_0x45d2c3['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x45d2c3,'newValueBoolean')&&_0x30d94e['uint32'](0x28)['bool'](_0x45d2c3['newValueBoolean']),null!=_0x45d2c3['newValueJson']&&Object['hasOwnProperty']['call'](_0x45d2c3,'newValueJson')&&_0x30d94e['uint32'](0x32)['string'](_0x45d2c3['newValueJson']),null!=_0x45d2c3['wasUndone']&&Object['hasOwnProperty']['call'](_0x45d2c3,'wasUndone')&&_0x30d94e['uint32'](0x38)['bool'](_0x45d2c3['wasUndone']),_0x30d94e;},_0x2ee753['encodeDelimited']=function(_0x45dd7c,_0x3911d7){return this['encode'](_0x45dd7c,_0x3911d7)['ldelim']();},_0x2ee753['decode']=function(_0x785a8e,_0x48c210){_0x785a8e instanceof _0x3a2f65||(_0x785a8e=_0x3a2f65['create'](_0x785a8e));for(var _0x3d6eb5=void 0x0===_0x48c210?_0x785a8e['len']:_0x785a8e['pos']+_0x48c210,_0x1ad917=new _0x2f419c['RootAttributeOperation']();_0x785a8e['pos']<_0x3d6eb5;){var _0x4726d1=_0x785a8e['uint32']();switch(_0x4726d1>>>0x3){case 0x1:_0x1ad917['root']=_0x785a8e['string']();break;case 0x2:_0x1ad917['key']=_0x785a8e['string']();break;case 0x3:_0x1ad917['oldValueBoolean']=_0x785a8e['bool']();break;case 0x4:_0x1ad917['oldValueJson']=_0x785a8e['string']();break;case 0x5:_0x1ad917['newValueBoolean']=_0x785a8e['bool']();break;case 0x6:_0x1ad917['newValueJson']=_0x785a8e['string']();break;case 0x7:_0x1ad917['wasUndone']=_0x785a8e['bool']();break;default:_0x785a8e['skipType'](0x7&_0x4726d1);}}return _0x1ad917;},_0x2ee753['decodeDelimited']=function(_0x2ca840){return _0x2ca840 instanceof _0x3a2f65||(_0x2ca840=new _0x3a2f65(_0x2ca840)),this['decode'](_0x2ca840,_0x2ca840['uint32']());},_0x2ee753['verify']=function(_0x2b2949){return'object'!=typeof _0x2b2949||null===_0x2b2949?'object\x20expected':null!=_0x2b2949['root']&&_0x2b2949['hasOwnProperty']('root')&&!_0x2e429b['isString'](_0x2b2949['root'])?'root:\x20string\x20expected':null!=_0x2b2949['key']&&_0x2b2949['hasOwnProperty']('key')&&!_0x2e429b['isString'](_0x2b2949['key'])?'key:\x20string\x20expected':null!=_0x2b2949['oldValueBoolean']&&_0x2b2949['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x2b2949['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x2b2949['oldValueJson']&&_0x2b2949['hasOwnProperty']('oldValueJson')&&!_0x2e429b['isString'](_0x2b2949['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x2b2949['newValueBoolean']&&_0x2b2949['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x2b2949['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x2b2949['newValueJson']&&_0x2b2949['hasOwnProperty']('newValueJson')&&!_0x2e429b['isString'](_0x2b2949['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x2b2949['wasUndone']&&_0x2b2949['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2b2949['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2ee753['fromObject']=function(_0x3f57f9){if(_0x3f57f9 instanceof _0x2f419c['RootAttributeOperation'])return _0x3f57f9;var _0x5189a6=new _0x2f419c['RootAttributeOperation']();return null!=_0x3f57f9['root']&&(_0x5189a6['root']=String(_0x3f57f9['root'])),null!=_0x3f57f9['key']&&(_0x5189a6['key']=String(_0x3f57f9['key'])),null!=_0x3f57f9['oldValueBoolean']&&(_0x5189a6['oldValueBoolean']=Boolean(_0x3f57f9['oldValueBoolean'])),null!=_0x3f57f9['oldValueJson']&&(_0x5189a6['oldValueJson']=String(_0x3f57f9['oldValueJson'])),null!=_0x3f57f9['newValueBoolean']&&(_0x5189a6['newValueBoolean']=Boolean(_0x3f57f9['newValueBoolean'])),null!=_0x3f57f9['newValueJson']&&(_0x5189a6['newValueJson']=String(_0x3f57f9['newValueJson'])),null!=_0x3f57f9['wasUndone']&&(_0x5189a6['wasUndone']=Boolean(_0x3f57f9['wasUndone'])),_0x5189a6;},_0x2ee753['toObject']=function(_0x527196,_0x110752){_0x110752||(_0x110752={});var _0x395964={};return _0x110752['defaults']&&(_0x395964['root']='',_0x395964['key']='',_0x395964['oldValueBoolean']=!0x1,_0x395964['oldValueJson']='',_0x395964['newValueBoolean']=!0x1,_0x395964['newValueJson']='',_0x395964['wasUndone']=!0x1),null!=_0x527196['root']&&_0x527196['hasOwnProperty']('root')&&(_0x395964['root']=_0x527196['root']),null!=_0x527196['key']&&_0x527196['hasOwnProperty']('key')&&(_0x395964['key']=_0x527196['key']),null!=_0x527196['oldValueBoolean']&&_0x527196['hasOwnProperty']('oldValueBoolean')&&(_0x395964['oldValueBoolean']=_0x527196['oldValueBoolean']),null!=_0x527196['oldValueJson']&&_0x527196['hasOwnProperty']('oldValueJson')&&(_0x395964['oldValueJson']=_0x527196['oldValueJson']),null!=_0x527196['newValueBoolean']&&_0x527196['hasOwnProperty']('newValueBoolean')&&(_0x395964['newValueBoolean']=_0x527196['newValueBoolean']),null!=_0x527196['newValueJson']&&_0x527196['hasOwnProperty']('newValueJson')&&(_0x395964['newValueJson']=_0x527196['newValueJson']),null!=_0x527196['wasUndone']&&_0x527196['hasOwnProperty']('wasUndone')&&(_0x395964['wasUndone']=_0x527196['wasUndone']),_0x395964;},_0x2ee753['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1f3384['util']['toJSONOptions']);},_0x2ee753['getTypeUrl']=function(_0x2c821b){return void 0x0===_0x2c821b&&(_0x2c821b='type.googleapis.com'),_0x2c821b+'/RootAttributeOperation';},_0x2ee753;}()),_0x2f419c['RootOperation']=(function(){function _0x57662f(_0x22480e){if(_0x22480e){for(var _0x2d9bfb=Object['keys'](_0x22480e),_0x5963ec=0x0;_0x5963ec<_0x2d9bfb['length'];++_0x5963ec)null!=_0x22480e[_0x2d9bfb[_0x5963ec]]&&(this[_0x2d9bfb[_0x5963ec]]=_0x22480e[_0x2d9bfb[_0x5963ec]]);}}return _0x57662f['prototype']['rootName']='',_0x57662f['prototype']['elementName']='',_0x57662f['prototype']['isAdd']=!0x1,_0x57662f['prototype']['wasUndone']=!0x1,_0x57662f['create']=function(_0x2465c3){return new _0x57662f(_0x2465c3);},_0x57662f['encode']=function(_0x4d8b1b,_0x41948e){return _0x41948e||(_0x41948e=_0x1d5baa['create']()),null!=_0x4d8b1b['rootName']&&Object['hasOwnProperty']['call'](_0x4d8b1b,'rootName')&&_0x41948e['uint32'](0xa)['string'](_0x4d8b1b['rootName']),null!=_0x4d8b1b['elementName']&&Object['hasOwnProperty']['call'](_0x4d8b1b,'elementName')&&_0x41948e['uint32'](0x12)['string'](_0x4d8b1b['elementName']),null!=_0x4d8b1b['isAdd']&&Object['hasOwnProperty']['call'](_0x4d8b1b,'isAdd')&&_0x41948e['uint32'](0x18)['bool'](_0x4d8b1b['isAdd']),null!=_0x4d8b1b['wasUndone']&&Object['hasOwnProperty']['call'](_0x4d8b1b,'wasUndone')&&_0x41948e['uint32'](0x20)['bool'](_0x4d8b1b['wasUndone']),_0x41948e;},_0x57662f['encodeDelimited']=function(_0x5ea79e,_0x552de0){return this['encode'](_0x5ea79e,_0x552de0)['ldelim']();},_0x57662f['decode']=function(_0x167488,_0x10a14b){_0x167488 instanceof _0x3a2f65||(_0x167488=_0x3a2f65['create'](_0x167488));for(var _0x8e5848=void 0x0===_0x10a14b?_0x167488['len']:_0x167488['pos']+_0x10a14b,_0x2827af=new _0x2f419c['RootOperation']();_0x167488['pos']<_0x8e5848;){var _0x504058=_0x167488['uint32']();switch(_0x504058>>>0x3){case 0x1:_0x2827af['rootName']=_0x167488['string']();break;case 0x2:_0x2827af['elementName']=_0x167488['string']();break;case 0x3:_0x2827af['isAdd']=_0x167488['bool']();break;case 0x4:_0x2827af['wasUndone']=_0x167488['bool']();break;default:_0x167488['skipType'](0x7&_0x504058);}}return _0x2827af;},_0x57662f['decodeDelimited']=function(_0x43a2db){return _0x43a2db instanceof _0x3a2f65||(_0x43a2db=new _0x3a2f65(_0x43a2db)),this['decode'](_0x43a2db,_0x43a2db['uint32']());},_0x57662f['verify']=function(_0x28ceb8){return'object'!=typeof _0x28ceb8||null===_0x28ceb8?'object\x20expected':null!=_0x28ceb8['rootName']&&_0x28ceb8['hasOwnProperty']('rootName')&&!_0x2e429b['isString'](_0x28ceb8['rootName'])?'rootName:\x20string\x20expected':null!=_0x28ceb8['elementName']&&_0x28ceb8['hasOwnProperty']('elementName')&&!_0x2e429b['isString'](_0x28ceb8['elementName'])?'elementName:\x20string\x20expected':null!=_0x28ceb8['isAdd']&&_0x28ceb8['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x28ceb8['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x28ceb8['wasUndone']&&_0x28ceb8['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x28ceb8['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x57662f['fromObject']=function(_0x55a628){if(_0x55a628 instanceof _0x2f419c['RootOperation'])return _0x55a628;var _0xcc10af=new _0x2f419c['RootOperation']();return null!=_0x55a628['rootName']&&(_0xcc10af['rootName']=String(_0x55a628['rootName'])),null!=_0x55a628['elementName']&&(_0xcc10af['elementName']=String(_0x55a628['elementName'])),null!=_0x55a628['isAdd']&&(_0xcc10af['isAdd']=Boolean(_0x55a628['isAdd'])),null!=_0x55a628['wasUndone']&&(_0xcc10af['wasUndone']=Boolean(_0x55a628['wasUndone'])),_0xcc10af;},_0x57662f['toObject']=function(_0x1c9b2c,_0x51a51d){_0x51a51d||(_0x51a51d={});var _0x2cb6f2={};return _0x51a51d['defaults']&&(_0x2cb6f2['rootName']='',_0x2cb6f2['elementName']='',_0x2cb6f2['isAdd']=!0x1,_0x2cb6f2['wasUndone']=!0x1),null!=_0x1c9b2c['rootName']&&_0x1c9b2c['hasOwnProperty']('rootName')&&(_0x2cb6f2['rootName']=_0x1c9b2c['rootName']),null!=_0x1c9b2c['elementName']&&_0x1c9b2c['hasOwnProperty']('elementName')&&(_0x2cb6f2['elementName']=_0x1c9b2c['elementName']),null!=_0x1c9b2c['isAdd']&&_0x1c9b2c['hasOwnProperty']('isAdd')&&(_0x2cb6f2['isAdd']=_0x1c9b2c['isAdd']),null!=_0x1c9b2c['wasUndone']&&_0x1c9b2c['hasOwnProperty']('wasUndone')&&(_0x2cb6f2['wasUndone']=_0x1c9b2c['wasUndone']),_0x2cb6f2;},_0x57662f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1f3384['util']['toJSONOptions']);},_0x57662f['getTypeUrl']=function(_0x3b2c36){return void 0x0===_0x3b2c36&&(_0x3b2c36='type.googleapis.com'),_0x3b2c36+'/RootOperation';},_0x57662f;}()),_0x2f419c['SplitOperation']=(function(){function _0x120561(_0x32aca7){if(_0x32aca7){for(var _0x2233b3=Object['keys'](_0x32aca7),_0x423a15=0x0;_0x423a15<_0x2233b3['length'];++_0x423a15)null!=_0x32aca7[_0x2233b3[_0x423a15]]&&(this[_0x2233b3[_0x423a15]]=_0x32aca7[_0x2233b3[_0x423a15]]);}}return _0x120561['prototype']['splitPosition']=null,_0x120561['prototype']['graveyardPosition']=null,_0x120561['prototype']['howMany']=0x0,_0x120561['prototype']['insertionPosition']=null,_0x120561['prototype']['wasUndone']=!0x1,_0x120561['create']=function(_0x2af790){return new _0x120561(_0x2af790);},_0x120561['encode']=function(_0x1aa8db,_0x245268){return _0x245268||(_0x245268=_0x1d5baa['create']()),null!=_0x1aa8db['splitPosition']&&Object['hasOwnProperty']['call'](_0x1aa8db,'splitPosition')&&_0x2f419c['Position']['encode'](_0x1aa8db['splitPosition'],_0x245268['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1aa8db['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x1aa8db,'graveyardPosition')&&_0x2f419c['Position']['encode'](_0x1aa8db['graveyardPosition'],_0x245268['uint32'](0x12)['fork']())['ldelim'](),null!=_0x1aa8db['howMany']&&Object['hasOwnProperty']['call'](_0x1aa8db,'howMany')&&_0x245268['uint32'](0x18)['uint32'](_0x1aa8db['howMany']),null!=_0x1aa8db['insertionPosition']&&Object['hasOwnProperty']['call'](_0x1aa8db,'insertionPosition')&&_0x2f419c['Position']['encode'](_0x1aa8db['insertionPosition'],_0x245268['uint32'](0x22)['fork']())['ldelim'](),null!=_0x1aa8db['wasUndone']&&Object['hasOwnProperty']['call'](_0x1aa8db,'wasUndone')&&_0x245268['uint32'](0x28)['bool'](_0x1aa8db['wasUndone']),_0x245268;},_0x120561['encodeDelimited']=function(_0x4dab6d,_0xb1a2a3){return this['encode'](_0x4dab6d,_0xb1a2a3)['ldelim']();},_0x120561['decode']=function(_0x134b5c,_0x38d26b){_0x134b5c instanceof _0x3a2f65||(_0x134b5c=_0x3a2f65['create'](_0x134b5c));for(var _0xebdf20=void 0x0===_0x38d26b?_0x134b5c['len']:_0x134b5c['pos']+_0x38d26b,_0x14c95e=new _0x2f419c['SplitOperation']();_0x134b5c['pos']<_0xebdf20;){var _0x15f52f=_0x134b5c['uint32']();switch(_0x15f52f>>>0x3){case 0x1:_0x14c95e['splitPosition']=_0x2f419c['Position']['decode'](_0x134b5c,_0x134b5c['uint32']());break;case 0x2:_0x14c95e['graveyardPosition']=_0x2f419c['Position']['decode'](_0x134b5c,_0x134b5c['uint32']());break;case 0x3:_0x14c95e['howMany']=_0x134b5c['uint32']();break;case 0x4:_0x14c95e['insertionPosition']=_0x2f419c['Position']['decode'](_0x134b5c,_0x134b5c['uint32']());break;case 0x5:_0x14c95e['wasUndone']=_0x134b5c['bool']();break;default:_0x134b5c['skipType'](0x7&_0x15f52f);}}return _0x14c95e;},_0x120561['decodeDelimited']=function(_0x5732a6){return _0x5732a6 instanceof _0x3a2f65||(_0x5732a6=new _0x3a2f65(_0x5732a6)),this['decode'](_0x5732a6,_0x5732a6['uint32']());},_0x120561['verify']=function(_0x3c3fad){if('object'!=typeof _0x3c3fad||null===_0x3c3fad)return'object\x20expected';var _0x2410e4;if(null!=_0x3c3fad['splitPosition']&&_0x3c3fad['hasOwnProperty']('splitPosition')&&(_0x2410e4=_0x2f419c['Position']['verify'](_0x3c3fad['splitPosition'])))return'splitPosition.'+_0x2410e4;if(null!=_0x3c3fad['graveyardPosition']&&_0x3c3fad['hasOwnProperty']('graveyardPosition')&&(_0x2410e4=_0x2f419c['Position']['verify'](_0x3c3fad['graveyardPosition'])))return'graveyardPosition.'+_0x2410e4;if(null!=_0x3c3fad['howMany']&&_0x3c3fad['hasOwnProperty']('howMany')&&!_0x2e429b['isInteger'](_0x3c3fad['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x3c3fad['insertionPosition']&&_0x3c3fad['hasOwnProperty']('insertionPosition')&&(_0x2410e4=_0x2f419c['Position']['verify'](_0x3c3fad['insertionPosition'])))return'insertionPosition.'+_0x2410e4;return null!=_0x3c3fad['wasUndone']&&_0x3c3fad['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3c3fad['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x120561['fromObject']=function(_0x312883){if(_0x312883 instanceof _0x2f419c['SplitOperation'])return _0x312883;var _0x185651=new _0x2f419c['SplitOperation']();if(null!=_0x312883['splitPosition']){if('object'!=typeof _0x312883['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x185651['splitPosition']=_0x2f419c['Position']['fromObject'](_0x312883['splitPosition']);}if(null!=_0x312883['graveyardPosition']){if('object'!=typeof _0x312883['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x185651['graveyardPosition']=_0x2f419c['Position']['fromObject'](_0x312883['graveyardPosition']);}if(null!=_0x312883['howMany']&&(_0x185651['howMany']=_0x312883['howMany']>>>0x0),null!=_0x312883['insertionPosition']){if('object'!=typeof _0x312883['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x185651['insertionPosition']=_0x2f419c['Position']['fromObject'](_0x312883['insertionPosition']);}return null!=_0x312883['wasUndone']&&(_0x185651['wasUndone']=Boolean(_0x312883['wasUndone'])),_0x185651;},_0x120561['toObject']=function(_0x5843ef,_0x573159){_0x573159||(_0x573159={});var _0x76df93={};return _0x573159['defaults']&&(_0x76df93['splitPosition']=null,_0x76df93['graveyardPosition']=null,_0x76df93['howMany']=0x0,_0x76df93['insertionPosition']=null,_0x76df93['wasUndone']=!0x1),null!=_0x5843ef['splitPosition']&&_0x5843ef['hasOwnProperty']('splitPosition')&&(_0x76df93['splitPosition']=_0x2f419c['Position']['toObject'](_0x5843ef['splitPosition'],_0x573159)),null!=_0x5843ef['graveyardPosition']&&_0x5843ef['hasOwnProperty']('graveyardPosition')&&(_0x76df93['graveyardPosition']=_0x2f419c['Position']['toObject'](_0x5843ef['graveyardPosition'],_0x573159)),null!=_0x5843ef['howMany']&&_0x5843ef['hasOwnProperty']('howMany')&&(_0x76df93['howMany']=_0x5843ef['howMany']),null!=_0x5843ef['insertionPosition']&&_0x5843ef['hasOwnProperty']('insertionPosition')&&(_0x76df93['insertionPosition']=_0x2f419c['Position']['toObject'](_0x5843ef['insertionPosition'],_0x573159)),null!=_0x5843ef['wasUndone']&&_0x5843ef['hasOwnProperty']('wasUndone')&&(_0x76df93['wasUndone']=_0x5843ef['wasUndone']),_0x76df93;},_0x120561['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1f3384['util']['toJSONOptions']);},_0x120561['getTypeUrl']=function(_0x41b166){return void 0x0===_0x41b166&&(_0x41b166='type.googleapis.com'),_0x41b166+'/SplitOperation';},_0x120561;}()),_0x2f419c['Position']=(function(){function _0x38091f(_0x2a03d6){if(this['path']=[],_0x2a03d6){for(var _0x28510f=Object['keys'](_0x2a03d6),_0xd01ad4=0x0;_0xd01ad4<_0x28510f['length'];++_0xd01ad4)null!=_0x2a03d6[_0x28510f[_0xd01ad4]]&&(this[_0x28510f[_0xd01ad4]]=_0x2a03d6[_0x28510f[_0xd01ad4]]);}}return _0x38091f['prototype']['root']='',_0x38091f['prototype']['rootMain']=!0x1,_0x38091f['prototype']['rootGraveyard']=!0x1,_0x38091f['prototype']['path']=_0x2e429b['emptyArray'],_0x38091f['prototype']['stickiness']='',_0x38091f['create']=function(_0x2ada5e){return new _0x38091f(_0x2ada5e);},_0x38091f['encode']=function(_0x3e3468,_0x36a9a9){if(_0x36a9a9||(_0x36a9a9=_0x1d5baa['create']()),null!=_0x3e3468['root']&&Object['hasOwnProperty']['call'](_0x3e3468,'root')&&_0x36a9a9['uint32'](0xa)['string'](_0x3e3468['root']),null!=_0x3e3468['rootMain']&&Object['hasOwnProperty']['call'](_0x3e3468,'rootMain')&&_0x36a9a9['uint32'](0x10)['bool'](_0x3e3468['rootMain']),null!=_0x3e3468['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x3e3468,'rootGraveyard')&&_0x36a9a9['uint32'](0x18)['bool'](_0x3e3468['rootGraveyard']),null!=_0x3e3468['path']&&_0x3e3468['path']['length']){_0x36a9a9['uint32'](0x22)['fork']();for(var _0xa04818=0x0;_0xa04818<_0x3e3468['path']['length'];++_0xa04818)_0x36a9a9['uint32'](_0x3e3468['path'][_0xa04818]);_0x36a9a9['ldelim']();}return null!=_0x3e3468['stickiness']&&Object['hasOwnProperty']['call'](_0x3e3468,'stickiness')&&_0x36a9a9['uint32'](0x2a)['string'](_0x3e3468['stickiness']),_0x36a9a9;},_0x38091f['encodeDelimited']=function(_0x3b8109,_0x3c90bb){return this['encode'](_0x3b8109,_0x3c90bb)['ldelim']();},_0x38091f['decode']=function(_0x513bee,_0x5876ae){_0x513bee instanceof _0x3a2f65||(_0x513bee=_0x3a2f65['create'](_0x513bee));for(var _0xced2f6=void 0x0===_0x5876ae?_0x513bee['len']:_0x513bee['pos']+_0x5876ae,_0x3f3472=new _0x2f419c['Position']();_0x513bee['pos']<_0xced2f6;){var _0x1b5ff5=_0x513bee['uint32']();switch(_0x1b5ff5>>>0x3){case 0x1:_0x3f3472['root']=_0x513bee['string']();break;case 0x2:_0x3f3472['rootMain']=_0x513bee['bool']();break;case 0x3:_0x3f3472['rootGraveyard']=_0x513bee['bool']();break;case 0x4:if(_0x3f3472['path']&&_0x3f3472['path']['length']||(_0x3f3472['path']=[]),0x2==(0x7&_0x1b5ff5)){for(var _0x21a72d=_0x513bee['uint32']()+_0x513bee['pos'];_0x513bee['pos']<_0x21a72d;)_0x3f3472['path']['push'](_0x513bee['uint32']());}else _0x3f3472['path']['push'](_0x513bee['uint32']());break;case 0x5:_0x3f3472['stickiness']=_0x513bee['string']();break;default:_0x513bee['skipType'](0x7&_0x1b5ff5);}}return _0x3f3472;},_0x38091f['decodeDelimited']=function(_0x20b4da){return _0x20b4da instanceof _0x3a2f65||(_0x20b4da=new _0x3a2f65(_0x20b4da)),this['decode'](_0x20b4da,_0x20b4da['uint32']());},_0x38091f['verify']=function(_0x509f11){if('object'!=typeof _0x509f11||null===_0x509f11)return'object\x20expected';if(null!=_0x509f11['root']&&_0x509f11['hasOwnProperty']('root')&&!_0x2e429b['isString'](_0x509f11['root']))return'root:\x20string\x20expected';if(null!=_0x509f11['rootMain']&&_0x509f11['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x509f11['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x509f11['rootGraveyard']&&_0x509f11['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x509f11['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x509f11['path']&&_0x509f11['hasOwnProperty']('path')){if(!Array['isArray'](_0x509f11['path']))return'path:\x20array\x20expected';for(var _0x4bbd87=0x0;_0x4bbd87<_0x509f11['path']['length'];++_0x4bbd87)if(!_0x2e429b['isInteger'](_0x509f11['path'][_0x4bbd87]))return'path:\x20integer[]\x20expected';}return null!=_0x509f11['stickiness']&&_0x509f11['hasOwnProperty']('stickiness')&&!_0x2e429b['isString'](_0x509f11['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x38091f['fromObject']=function(_0x4557c7){if(_0x4557c7 instanceof _0x2f419c['Position'])return _0x4557c7;var _0x346b90=new _0x2f419c['Position']();if(null!=_0x4557c7['root']&&(_0x346b90['root']=String(_0x4557c7['root'])),null!=_0x4557c7['rootMain']&&(_0x346b90['rootMain']=Boolean(_0x4557c7['rootMain'])),null!=_0x4557c7['rootGraveyard']&&(_0x346b90['rootGraveyard']=Boolean(_0x4557c7['rootGraveyard'])),_0x4557c7['path']){if(!Array['isArray'](_0x4557c7['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x346b90['path']=[];for(var _0x338fe8=0x0;_0x338fe8<_0x4557c7['path']['length'];++_0x338fe8)_0x346b90['path'][_0x338fe8]=_0x4557c7['path'][_0x338fe8]>>>0x0;}return null!=_0x4557c7['stickiness']&&(_0x346b90['stickiness']=String(_0x4557c7['stickiness'])),_0x346b90;},_0x38091f['toObject']=function(_0x55e2a9,_0x2d1cc5){_0x2d1cc5||(_0x2d1cc5={});var _0xaea376={};if((_0x2d1cc5['arrays']||_0x2d1cc5['defaults'])&&(_0xaea376['path']=[]),_0x2d1cc5['defaults']&&(_0xaea376['root']='',_0xaea376['rootMain']=!0x1,_0xaea376['rootGraveyard']=!0x1,_0xaea376['stickiness']=''),null!=_0x55e2a9['root']&&_0x55e2a9['hasOwnProperty']('root')&&(_0xaea376['root']=_0x55e2a9['root']),null!=_0x55e2a9['rootMain']&&_0x55e2a9['hasOwnProperty']('rootMain')&&(_0xaea376['rootMain']=_0x55e2a9['rootMain']),null!=_0x55e2a9['rootGraveyard']&&_0x55e2a9['hasOwnProperty']('rootGraveyard')&&(_0xaea376['rootGraveyard']=_0x55e2a9['rootGraveyard']),_0x55e2a9['path']&&_0x55e2a9['path']['length']){_0xaea376['path']=[];for(var _0x498e87=0x0;_0x498e87<_0x55e2a9['path']['length'];++_0x498e87)_0xaea376['path'][_0x498e87]=_0x55e2a9['path'][_0x498e87];}return null!=_0x55e2a9['stickiness']&&_0x55e2a9['hasOwnProperty']('stickiness')&&(_0xaea376['stickiness']=_0x55e2a9['stickiness']),_0xaea376;},_0x38091f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1f3384['util']['toJSONOptions']);},_0x38091f['getTypeUrl']=function(_0x54426e){return void 0x0===_0x54426e&&(_0x54426e='type.googleapis.com'),_0x54426e+'/Position';},_0x38091f;}()),_0x2f419c['Range']=(function(){function _0x3818f3(_0x16f35d){if(_0x16f35d){for(var _0x3faa43=Object['keys'](_0x16f35d),_0xe26c81=0x0;_0xe26c81<_0x3faa43['length'];++_0xe26c81)null!=_0x16f35d[_0x3faa43[_0xe26c81]]&&(this[_0x3faa43[_0xe26c81]]=_0x16f35d[_0x3faa43[_0xe26c81]]);}}return _0x3818f3['prototype']['start']=null,_0x3818f3['prototype']['end']=null,_0x3818f3['create']=function(_0x158788){return new _0x3818f3(_0x158788);},_0x3818f3['encode']=function(_0xebb10d,_0x2b29aa){return _0x2b29aa||(_0x2b29aa=_0x1d5baa['create']()),null!=_0xebb10d['start']&&Object['hasOwnProperty']['call'](_0xebb10d,'start')&&_0x2f419c['Position']['encode'](_0xebb10d['start'],_0x2b29aa['uint32'](0xa)['fork']())['ldelim'](),null!=_0xebb10d['end']&&Object['hasOwnProperty']['call'](_0xebb10d,'end')&&_0x2f419c['Position']['encode'](_0xebb10d['end'],_0x2b29aa['uint32'](0x12)['fork']())['ldelim'](),_0x2b29aa;},_0x3818f3['encodeDelimited']=function(_0x1e2728,_0x17ef02){return this['encode'](_0x1e2728,_0x17ef02)['ldelim']();},_0x3818f3['decode']=function(_0x5b26c4,_0x3bb052){_0x5b26c4 instanceof _0x3a2f65||(_0x5b26c4=_0x3a2f65['create'](_0x5b26c4));for(var _0x3bec8d=void 0x0===_0x3bb052?_0x5b26c4['len']:_0x5b26c4['pos']+_0x3bb052,_0x28d523=new _0x2f419c['Range']();_0x5b26c4['pos']<_0x3bec8d;){var _0x5ba313=_0x5b26c4['uint32']();switch(_0x5ba313>>>0x3){case 0x1:_0x28d523['start']=_0x2f419c['Position']['decode'](_0x5b26c4,_0x5b26c4['uint32']());break;case 0x2:_0x28d523['end']=_0x2f419c['Position']['decode'](_0x5b26c4,_0x5b26c4['uint32']());break;default:_0x5b26c4['skipType'](0x7&_0x5ba313);}}return _0x28d523;},_0x3818f3['decodeDelimited']=function(_0x4555e8){return _0x4555e8 instanceof _0x3a2f65||(_0x4555e8=new _0x3a2f65(_0x4555e8)),this['decode'](_0x4555e8,_0x4555e8['uint32']());},_0x3818f3['verify']=function(_0xed71a5){if('object'!=typeof _0xed71a5||null===_0xed71a5)return'object\x20expected';var _0x1bc8dc;if(null!=_0xed71a5['start']&&_0xed71a5['hasOwnProperty']('start')&&(_0x1bc8dc=_0x2f419c['Position']['verify'](_0xed71a5['start'])))return'start.'+_0x1bc8dc;if(null!=_0xed71a5['end']&&_0xed71a5['hasOwnProperty']('end')&&(_0x1bc8dc=_0x2f419c['Position']['verify'](_0xed71a5['end'])))return'end.'+_0x1bc8dc;return null;},_0x3818f3['fromObject']=function(_0x55a8e0){if(_0x55a8e0 instanceof _0x2f419c['Range'])return _0x55a8e0;var _0x11b1b9=new _0x2f419c['Range']();if(null!=_0x55a8e0['start']){if('object'!=typeof _0x55a8e0['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x11b1b9['start']=_0x2f419c['Position']['fromObject'](_0x55a8e0['start']);}if(null!=_0x55a8e0['end']){if('object'!=typeof _0x55a8e0['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x11b1b9['end']=_0x2f419c['Position']['fromObject'](_0x55a8e0['end']);}return _0x11b1b9;},_0x3818f3['toObject']=function(_0x261db9,_0x4e9995){_0x4e9995||(_0x4e9995={});var _0x223911={};return _0x4e9995['defaults']&&(_0x223911['start']=null,_0x223911['end']=null),null!=_0x261db9['start']&&_0x261db9['hasOwnProperty']('start')&&(_0x223911['start']=_0x2f419c['Position']['toObject'](_0x261db9['start'],_0x4e9995)),null!=_0x261db9['end']&&_0x261db9['hasOwnProperty']('end')&&(_0x223911['end']=_0x2f419c['Position']['toObject'](_0x261db9['end'],_0x4e9995)),_0x223911;},_0x3818f3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1f3384['util']['toJSONOptions']);},_0x3818f3['getTypeUrl']=function(_0x13d0fc){return void 0x0===_0x13d0fc&&(_0x13d0fc='type.googleapis.com'),_0x13d0fc+'/Range';},_0x3818f3;}()),_0x2f419c['Element']=(function(){function _0x4c607a(_0x48a86f){if(this['children']=[],this['attributesBoolean']={},_0x48a86f){for(var _0x590060=Object['keys'](_0x48a86f),_0x185dd0=0x0;_0x185dd0<_0x590060['length'];++_0x185dd0)null!=_0x48a86f[_0x590060[_0x185dd0]]&&(this[_0x590060[_0x185dd0]]=_0x48a86f[_0x590060[_0x185dd0]]);}}return _0x4c607a['prototype']['name']='',_0x4c607a['prototype']['children']=_0x2e429b['emptyArray'],_0x4c607a['prototype']['data']='',_0x4c607a['prototype']['attributesBoolean']=_0x2e429b['emptyObject'],_0x4c607a['prototype']['attributesJson']='',_0x4c607a['create']=function(_0x142461){return new _0x4c607a(_0x142461);},_0x4c607a['encode']=function(_0x47168e,_0x3b06bd){if(_0x3b06bd||(_0x3b06bd=_0x1d5baa['create']()),null!=_0x47168e['name']&&Object['hasOwnProperty']['call'](_0x47168e,'name')&&_0x3b06bd['uint32'](0xa)['string'](_0x47168e['name']),null!=_0x47168e['children']&&_0x47168e['children']['length']){for(var _0x310fb1=0x0;_0x310fb1<_0x47168e['children']['length'];++_0x310fb1)_0x2f419c['Element']['encode'](_0x47168e['children'][_0x310fb1],_0x3b06bd['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x47168e['data']&&Object['hasOwnProperty']['call'](_0x47168e,'data')&&_0x3b06bd['uint32'](0x1a)['string'](_0x47168e['data']),null!=_0x47168e['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x47168e,'attributesBoolean')){var _0x486f1a=Object['keys'](_0x47168e['attributesBoolean']);for(_0x310fb1=0x0;_0x310fb1<_0x486f1a['length'];++_0x310fb1)_0x3b06bd['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x486f1a[_0x310fb1])['uint32'](0x10)['bool'](_0x47168e['attributesBoolean'][_0x486f1a[_0x310fb1]])['ldelim']();}return null!=_0x47168e['attributesJson']&&Object['hasOwnProperty']['call'](_0x47168e,'attributesJson')&&_0x3b06bd['uint32'](0x2a)['string'](_0x47168e['attributesJson']),_0x3b06bd;},_0x4c607a['encodeDelimited']=function(_0x49ebcc,_0x5a97b8){return this['encode'](_0x49ebcc,_0x5a97b8)['ldelim']();},_0x4c607a['decode']=function(_0x4803c1,_0x5dbb8f){_0x4803c1 instanceof _0x3a2f65||(_0x4803c1=_0x3a2f65['create'](_0x4803c1));for(var _0x18709e,_0x1cf2ad,_0xf20454=void 0x0===_0x5dbb8f?_0x4803c1['len']:_0x4803c1['pos']+_0x5dbb8f,_0x1f9625=new _0x2f419c['Element']();_0x4803c1['pos']<_0xf20454;){var _0x1914e5=_0x4803c1['uint32']();switch(_0x1914e5>>>0x3){case 0x1:_0x1f9625['name']=_0x4803c1['string']();break;case 0x2:_0x1f9625['children']&&_0x1f9625['children']['length']||(_0x1f9625['children']=[]),_0x1f9625['children']['push'](_0x2f419c['Element']['decode'](_0x4803c1,_0x4803c1['uint32']()));break;case 0x3:_0x1f9625['data']=_0x4803c1['string']();break;case 0x4:_0x1f9625['attributesBoolean']===_0x2e429b['emptyObject']&&(_0x1f9625['attributesBoolean']={});var _0x33a952=_0x4803c1['uint32']()+_0x4803c1['pos'];for(_0x18709e='',_0x1cf2ad=!0x1;_0x4803c1['pos']<_0x33a952;){var _0x43feba=_0x4803c1['uint32']();switch(_0x43feba>>>0x3){case 0x1:_0x18709e=_0x4803c1['string']();break;case 0x2:_0x1cf2ad=_0x4803c1['bool']();break;default:_0x4803c1['skipType'](0x7&_0x43feba);}}_0x1f9625['attributesBoolean'][_0x18709e]=_0x1cf2ad;break;case 0x5:_0x1f9625['attributesJson']=_0x4803c1['string']();break;default:_0x4803c1['skipType'](0x7&_0x1914e5);}}return _0x1f9625;},_0x4c607a['decodeDelimited']=function(_0x596aab){return _0x596aab instanceof _0x3a2f65||(_0x596aab=new _0x3a2f65(_0x596aab)),this['decode'](_0x596aab,_0x596aab['uint32']());},_0x4c607a['verify']=function(_0x3f703f){if('object'!=typeof _0x3f703f||null===_0x3f703f)return'object\x20expected';if(null!=_0x3f703f['name']&&_0x3f703f['hasOwnProperty']('name')&&!_0x2e429b['isString'](_0x3f703f['name']))return'name:\x20string\x20expected';if(null!=_0x3f703f['children']&&_0x3f703f['hasOwnProperty']('children')){if(!Array['isArray'](_0x3f703f['children']))return'children:\x20array\x20expected';for(var _0x3d9c7b=0x0;_0x3d9c7b<_0x3f703f['children']['length'];++_0x3d9c7b){var _0xcbb4c5=_0x2f419c['Element']['verify'](_0x3f703f['children'][_0x3d9c7b]);if(_0xcbb4c5)return'children.'+_0xcbb4c5;}}if(null!=_0x3f703f['data']&&_0x3f703f['hasOwnProperty']('data')&&!_0x2e429b['isString'](_0x3f703f['data']))return'data:\x20string\x20expected';if(null!=_0x3f703f['attributesBoolean']&&_0x3f703f['hasOwnProperty']('attributesBoolean')){if(!_0x2e429b['isObject'](_0x3f703f['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x483949=Object['keys'](_0x3f703f['attributesBoolean']);for(_0x3d9c7b=0x0;_0x3d9c7b<_0x483949['length'];++_0x3d9c7b)if('boolean'!=typeof _0x3f703f['attributesBoolean'][_0x483949[_0x3d9c7b]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x3f703f['attributesJson']&&_0x3f703f['hasOwnProperty']('attributesJson')&&!_0x2e429b['isString'](_0x3f703f['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x4c607a['fromObject']=function(_0x38a844){if(_0x38a844 instanceof _0x2f419c['Element'])return _0x38a844;var _0x32554e=new _0x2f419c['Element']();if(null!=_0x38a844['name']&&(_0x32554e['name']=String(_0x38a844['name'])),_0x38a844['children']){if(!Array['isArray'](_0x38a844['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x32554e['children']=[];for(var _0xcd13fd=0x0;_0xcd13fd<_0x38a844['children']['length'];++_0xcd13fd){if('object'!=typeof _0x38a844['children'][_0xcd13fd])throw TypeError('.Element.children:\x20object\x20expected');_0x32554e['children'][_0xcd13fd]=_0x2f419c['Element']['fromObject'](_0x38a844['children'][_0xcd13fd]);}}if(null!=_0x38a844['data']&&(_0x32554e['data']=String(_0x38a844['data'])),_0x38a844['attributesBoolean']){if('object'!=typeof _0x38a844['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x32554e['attributesBoolean']={};var _0x3ad21d=Object['keys'](_0x38a844['attributesBoolean']);for(_0xcd13fd=0x0;_0xcd13fd<_0x3ad21d['length'];++_0xcd13fd)_0x32554e['attributesBoolean'][_0x3ad21d[_0xcd13fd]]=Boolean(_0x38a844['attributesBoolean'][_0x3ad21d[_0xcd13fd]]);}return null!=_0x38a844['attributesJson']&&(_0x32554e['attributesJson']=String(_0x38a844['attributesJson'])),_0x32554e;},_0x4c607a['toObject']=function(_0x901704,_0x4c675c){_0x4c675c||(_0x4c675c={});var _0x285a8c,_0xb20cf5={};if((_0x4c675c['arrays']||_0x4c675c['defaults'])&&(_0xb20cf5['children']=[]),(_0x4c675c['objects']||_0x4c675c['defaults'])&&(_0xb20cf5['attributesBoolean']={}),_0x4c675c['defaults']&&(_0xb20cf5['name']='',_0xb20cf5['data']='',_0xb20cf5['attributesJson']=''),null!=_0x901704['name']&&_0x901704['hasOwnProperty']('name')&&(_0xb20cf5['name']=_0x901704['name']),_0x901704['children']&&_0x901704['children']['length']){_0xb20cf5['children']=[];for(var _0x505e8e=0x0;_0x505e8e<_0x901704['children']['length'];++_0x505e8e)_0xb20cf5['children'][_0x505e8e]=_0x2f419c['Element']['toObject'](_0x901704['children'][_0x505e8e],_0x4c675c);}if(null!=_0x901704['data']&&_0x901704['hasOwnProperty']('data')&&(_0xb20cf5['data']=_0x901704['data']),_0x901704['attributesBoolean']&&(_0x285a8c=Object['keys'](_0x901704['attributesBoolean']))['length']){_0xb20cf5['attributesBoolean']={};for(_0x505e8e=0x0;_0x505e8e<_0x285a8c['length'];++_0x505e8e)_0xb20cf5['attributesBoolean'][_0x285a8c[_0x505e8e]]=_0x901704['attributesBoolean'][_0x285a8c[_0x505e8e]];}return null!=_0x901704['attributesJson']&&_0x901704['hasOwnProperty']('attributesJson')&&(_0xb20cf5['attributesJson']=_0x901704['attributesJson']),_0xb20cf5;},_0x4c607a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1f3384['util']['toJSONOptions']);},_0x4c607a['getTypeUrl']=function(_0x8edf74){return void 0x0===_0x8edf74&&(_0x8edf74='type.googleapis.com'),_0x8edf74+'/Element';},_0x4c607a;}()),_0x2f419c;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x50b027){return new w(this['_protobufRoot'][_0x50b027]);}}class w{['_protobuf'];constructor(_0x5485ff){this['_protobuf']=_0x5485ff;}['compress'](_0x4c74eb){const _0x2efd19=this['_protobuf']['verify'](_0x4c74eb);if(_0x2efd19)throw Error(_0x2efd19);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x4c74eb))['finish']();}['decompress'](_0x278b1d){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x278b1d),{'oneofs':!0x0});}}function g(_0x2ed79a,_0x28f83e){const _0x13ce8a=_0x2a4bb2(_0x2ed79a);return _0x13ce8a['path'][_0x13ce8a['path']['length']-0x1]+=_0x28f83e,_0x13ce8a;}function _(_0xacc185,_0x10d2b3){return _0xacc185['root']===_0x10d2b3['root']&&_0x56dc3a(_0xacc185['path'],_0x10d2b3['path']);}function $(_0x50f20f){P(_0x50f20f,_0x258d29=>('main'==_0x258d29['root']?(_0x258d29['rootMain']=!0x0,delete _0x258d29['root']):'$graveyard'==_0x258d29['root']&&(_0x258d29['rootGraveyard']=!0x0,delete _0x258d29['root']),_0x258d29));}function J(_0x1decc2){P(_0x1decc2,_0x3115a7=>(_0x3115a7['rootMain']?(_0x3115a7['root']='main',delete _0x3115a7['rootMain']):_0x3115a7['rootGraveyard']&&(_0x3115a7['root']='$graveyard',delete _0x3115a7['rootGraveyard']),_0x3115a7));}function P(_0xa326c8,_0x21d1c9){for(const _0x16fc04 in _0xa326c8){const _0x489335=_0xa326c8[_0x16fc04];'nodes'!==_0x16fc04&&_0x3a3a47(_0x489335)&&(_0x489335['path']&&(_0x489335['root']||_0x489335['rootMain']||_0x489335['rootGraveyard'])?_0xa326c8[_0x16fc04]=_0x21d1c9(_0x489335):P(_0x489335,_0x21d1c9));}return _0xa326c8;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x54cb7b,_0x147460,_0x58ac68){this['_id']=_0x54cb7b,this['_operationName']=_0x147460,this['_protobufDescriptor']=_0x58ac68;}['compress'](_0x5739a3,_0x43df0e){const _0x53ae2a=_0x43df0e['shift']();return $(_0x53ae2a),_0x5739a3['buffers']['push'](this['_protobufDescriptor']['compress'](_0x53ae2a)),_0x5739a3['types']['push'](this['_id']),!0x0;}['decompress'](_0x52ea44,_0x533b04){_0x533b04['types']['shift']();const _0xde1eae=this['_protobufDescriptor']['decompress'](_0x533b04['buffers']['shift']());J(_0xde1eae),_0xde1eae['__className']=this['_operationName'],_0x52ea44['push'](_0xde1eae);}}class s extends e{['compress'](_0x1dc333,_0x3ae979){const _0xb20491=_0x3ae979['shift']();return this['_serializeOneOf']('oldValue',_0xb20491),this['_serializeOneOf']('newValue',_0xb20491),$(_0xb20491),_0x1dc333['buffers']['push'](this['_protobufDescriptor']['compress'](_0xb20491)),_0x1dc333['types']['push'](this['_id']),!0x0;}['decompress'](_0x544e85,_0x2220eb){const {types:_0x263198,buffers:_0x1dcd6a}=_0x2220eb,_0x1e6aa1=this['_protobufDescriptor']['decompress'](_0x1dcd6a['shift']());_0x263198['shift'](),this['_deserializeOneOf']('oldValue',_0x1e6aa1),this['_deserializeOneOf']('newValue',_0x1e6aa1),J(_0x1e6aa1),_0x1e6aa1['__className']=this['_operationName'],_0x544e85['push'](_0x1e6aa1);}['_serializeOneOf'](_0x4f5aea,_0x4790e5){const _0x1309fe=_0x4790e5[_0x4f5aea];'boolean'==typeof _0x1309fe?_0x4790e5[_0x4f5aea+'Boolean']=_0x1309fe:_0x4790e5[_0x4f5aea+'Json']=JSON['stringify'](_0x1309fe);}['_deserializeOneOf'](_0x488952,_0x2afba0){const _0x3fffea=_0x488952+'Json';_0x2afba0[_0x3fffea]?(_0x2afba0[_0x488952]=JSON['parse'](_0x2afba0[_0x3fffea]),delete _0x2afba0[_0x3fffea]):(_0x2afba0[_0x488952]=_0x2afba0[_0x488952+'Boolean'],delete _0x2afba0[_0x488952+'Boolean']);}}class i extends e{['compress'](_0x15de2f,_0x4a2784){const _0x26e841=_0x4a2784['shift']();return this['_serializeNodesAttributes'](_0x26e841['nodes']),$(_0x26e841),_0x15de2f['buffers']['push'](this['_protobufDescriptor']['compress'](_0x26e841)),_0x15de2f['types']['push'](this['_id']),!0x0;}['decompress'](_0x3bb1ae,_0x33d9bc){const {types:_0x20004b,buffers:_0xc9f7fb}=_0x33d9bc,_0x400b49=this['_protobufDescriptor']['decompress'](_0xc9f7fb['shift']());_0x20004b['shift'](),_0x400b49['nodes']||(_0x400b49['nodes']=[]),this['_deserializeNodesAttributes'](_0x400b49['nodes']),J(_0x400b49),_0x400b49['__className']=this['_operationName'],_0x3bb1ae['push'](_0x400b49);}['_serializeNodesAttributes'](_0x5a185e){for(const _0x3d2747 of _0x5a185e){if(_0x3d2747['attributes']){const _0xd9d9fa=_0x3d2747['attributes'];this['_areValuesBoolean'](_0xd9d9fa)?_0x3d2747['attributesBoolean']=_0xd9d9fa:_0x3d2747['attributesJson']=JSON['stringify'](_0xd9d9fa);}_0x3d2747['children']&&this['_serializeNodesAttributes'](_0x3d2747['children']);}}['_deserializeNodesAttributes'](_0x243a92){for(const _0x1ae446 of _0x243a92)(_0x1ae446['attributesBoolean']||_0x1ae446['attributesJson'])&&(_0x1ae446['attributesBoolean']?(_0x1ae446['attributes']=_0x1ae446['attributesBoolean'],delete _0x1ae446['attributesBoolean']):(_0x1ae446['attributes']=JSON['parse'](_0x1ae446['attributesJson']),delete _0x1ae446['attributesJson'])),_0x1ae446['children']&&this['_deserializeNodesAttributes'](_0x1ae446['children']);}['_areValuesBoolean'](_0xf65878){return Object['keys'](_0xf65878)['every'](_0x2f7b70=>'boolean'==typeof _0xf65878[_0x2f7b70]);}}class n extends e{['decompress'](_0x5ba82d,_0x3b5707){super['decompress'](_0x5ba82d,_0x3b5707);const _0x6be1d5=_0x5ba82d[_0x5ba82d['length']-0x1];_0x6be1d5['oldRange']||(_0x6be1d5['oldRange']=null),_0x6be1d5['newRange']||(_0x6be1d5['newRange']=null);}}class p extends e{['compress'](_0x189cb5,_0x52f09a){return _0x52f09a['shift'](),_0x189cb5['types']['push'](this['_id']),!0x0;}['decompress'](_0x7bdacb,_0x295dec){_0x295dec['types']['shift'](),_0x7bdacb['push']({'__className':this['_operationName']});}}class m extends n{['_omittedNamespace'];constructor(_0x560336,_0x52afec,_0x21e2d5,_0x3a52a2){super(_0x560336,_0x52afec,_0x21e2d5),this['_omittedNamespace']=_0x3a52a2+':';}['compress'](_0x17e8aa,_0x267ecb){return!('MarkerOperation'!=_0x267ecb[0x0]['__className']||!_0x267ecb[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x267ecb[0x0]['name']=_0x267ecb[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x17e8aa,_0x267ecb),!0x0);}['decompress'](_0x173780,_0x4eb29f){super['decompress'](_0x173780,_0x4eb29f);const _0xfc7662=_0x173780[_0x173780['length']-0x1];_0xfc7662['name']=this['_omittedNamespace']+_0xfc7662['name'];}}class O{['_id'];['_context'];constructor(_0x5b7201,_0x540ad5){this['_id']=_0x5b7201,this['_context']=_0x540ad5;}['compress'](_0x35b4f8,_0x10a38b){let _0x3faf80;for(;_0x10a38b['length']>0x1&&this['_compareOperations'](_0x10a38b[0x0],_0x10a38b[0x1]);)_0x3faf80?(_0x3faf80=this['_combineNext'](_0x10a38b['shift'](),_0x3faf80),_0x35b4f8['types']['push'](0x0)):(_0x3faf80=_0x2a4bb2(_0x10a38b['shift']()),_0x35b4f8['types']['push'](this['_id']));return!!_0x3faf80&&(_0x3faf80=this['_combineNext'](_0x10a38b['shift'](),_0x3faf80),_0x35b4f8['types']['push'](0x0),_0x35b4f8['buffers']['push'](this['_compressSingleOperation'](_0x3faf80)),!0x0);}['decompress'](_0x16f8fe,_0x53a2a7){const _0x3f198f=this['_decompressSingleOperation'](_0x53a2a7);for(;0x0==_0x53a2a7['types'][0x0];)_0x53a2a7['types']['shift'](),_0x16f8fe['push'](this['_splitCurrent'](_0x3f198f));_0x16f8fe['push'](_0x3f198f);}}class a extends O{['_combineNext'](_0x326ca0,_0x53a39d){return _0x53a39d['nodes'][0x0]['data']+=_0x326ca0['nodes'][0x0]['data'],_0x53a39d;}['_splitCurrent'](_0x5c6a0a){const _0x259cdc=_0x2a4bb2(_0x5c6a0a),_0x4c38f9=_0x259cdc['nodes'][0x0],_0x53b802=_0x5c6a0a['nodes'][0x0],_0x336146=_0x53b802['data'][Symbol['iterator']]()['next']()['value'],_0x1812e3=_0x336146['length'];return _0x4c38f9['data']=_0x336146,_0x53b802['data']=_0x53b802['data']['substr'](_0x1812e3),_0x5c6a0a['position']=g(_0x5c6a0a['position'],_0x1812e3),_0x259cdc;}['_compareOperations'](_0x3b4748,_0x37a574){if(this['_checkOperation'](_0x3b4748)&&this['_checkOperation'](_0x37a574)){const _0x231d22=_0x3b4748['nodes'][0x0]['data']['length'],_0x53228c=_(g(_0x3b4748['position'],_0x231d22),_0x37a574['position']),_0x128f31=_0x3b4748['nodes'][0x0],_0x35f5da=_0x37a574['nodes'][0x0];return _0x53228c&&this['_compareAttributes'](_0x128f31,_0x35f5da);}return!0x1;}['_compressSingleOperation'](_0x3c7fc5){const _0x4eb721={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x4eb721,[_0x3c7fc5]),_0x4eb721['buffers'][0x0];}['_decompressSingleOperation'](_0x130b16){const _0x303724=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x303724,_0x130b16),_0x303724[0x0];}['_checkOperation'](_0x1409e4){return'InsertOperation'==_0x1409e4['__className']&&0x1==_0x1409e4['nodes']['length']&&_0x1409e4['nodes'][0x0]['data']&&!_0x1409e4['wasUndone']&&0x1==Array['from'](_0x1409e4['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x24eaf1,_0x4dbf3e){const _0x372dab=Object['keys'](_0x24eaf1['attributes']||{}),_0x451dee=Object['keys'](_0x4dbf3e['attributes']||{});return _0x372dab['length']===_0x451dee['length']&&_0x372dab['every'](_0x5544dc=>_0x4dbf3e['attributes'][_0x5544dc]&&_0x4dbf3e['attributes'][_0x5544dc]===_0x24eaf1['attributes'][_0x5544dc]);}}class c extends O{['_combineNext'](_0x540525,_0x3bad3d){return _0x3bad3d['howMany']++,_0x3bad3d['sourcePosition']=_0x2a4bb2(_0x540525['sourcePosition']),_0x3bad3d;}['_splitCurrent'](_0xd69297){const _0xef8241=_0x2a4bb2(_0xd69297);return _0xd69297['howMany']--,_0xef8241['howMany']=0x1,_0xef8241['sourcePosition']=g(_0xef8241['sourcePosition'],_0xd69297['howMany']),_0xef8241;}['_compareOperations'](_0x3efc86,_0x90e0b9){return!(!this['_checkOperation'](_0x3efc86)||!this['_checkOperation'](_0x90e0b9))&&(_(g(_0x3efc86['sourcePosition'],-0x1),_0x90e0b9['sourcePosition'])&&_(_0x3efc86['targetPosition'],_0x90e0b9['targetPosition']));}['_compressSingleOperation'](_0x549ba6){const _0x1ee28d={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x1ee28d,[_0x549ba6]),_0x1ee28d['buffers'][0x0];}['_decompressSingleOperation'](_0x5dffce){const _0x47cb65=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x47cb65,_0x5dffce),_0x47cb65[0x0];}['_checkOperation'](_0x1747c3){return'MoveOperation'==_0x1747c3['__className']&&'$graveyard'==_0x1747c3['targetPosition']['root']&&0x1==_0x1747c3['howMany']&&!_0x1747c3['wasUndone'];}}class h extends O{['_combineNext'](_0xa08217,_0x5ba2f6){return _0x5ba2f6['howMany']++,_0x5ba2f6;}['_splitCurrent'](_0x1a254c){const _0x1f7572=_0x2a4bb2(_0x1a254c);return _0x1f7572['howMany']=0x1,_0x1a254c['howMany']--,_0x1f7572;}['_compareOperations'](_0x1c70df,_0x395110){return!(!this['_checkOperation'](_0x1c70df)||!this['_checkOperation'](_0x395110))&&(_(_0x1c70df['sourcePosition'],_0x395110['sourcePosition'])&&_(_0x1c70df['targetPosition'],_0x395110['targetPosition']));}['_compressSingleOperation'](_0x43efd2){const _0x2597e1={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x2597e1,[_0x43efd2]),_0x2597e1['buffers'][0x0];}['_decompressSingleOperation'](_0xf24750){const _0x1fc9fd=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x1fc9fd,_0xf24750),_0x1fc9fd[0x0];}['_checkOperation'](_0x2fd1ad){return'MoveOperation'==_0x2fd1ad['__className']&&'$graveyard'==_0x2fd1ad['targetPosition']['root']&&0x1==_0x2fd1ad['howMany']&&!_0x2fd1ad['wasUndone'];}}class f extends O{['compress'](_0x2a74c0,_0x52ed86){if(!this['_compareOperations'](_0x52ed86[0x0],_0x52ed86[0x1]))return!0x1;const _0x813950=_0x52ed86['shift']();return _0x813950['oldRange']=null,_0x813950['newRange']&&_(_0x813950['newRange']['start'],_0x813950['newRange']['end'])&&(_0x813950['newRange']['end']=null),_0x52ed86['shift'](),_0x2a74c0['types']['push'](this['_id']),_0x2a74c0['types']['push'](0x0),_0x2a74c0['buffers']['push'](this['_compressSingleOperation'](_0x813950)),!0x0;}['decompress'](_0x2b151c,_0x1b17a2){const _0x57e179=this['_decompressSingleOperation'](_0x1b17a2);_0x57e179['newRange']&&!_0x57e179['newRange']['end']&&(_0x57e179['newRange']['end']=_0x2a4bb2(_0x57e179['newRange']['start']));const _0x4d3968=_0x2a4bb2(_0x57e179);_0x4d3968['newRange']&&(_0x4d3968['newRange']['start']['stickiness']='toNone',_0x4d3968['newRange']['end']=_0x2a4bb2(_0x4d3968['newRange']['start'])),_0x4d3968['name']='user:position:'+_0x4d3968['name']['split'](':')[0x2],_0x1b17a2['types']['shift'](),_0x2b151c['push'](_0x57e179),_0x2b151c['push'](_0x4d3968);}['_compressSingleOperation'](_0x4b7f71){const _0x467c8a={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x467c8a,[_0x4b7f71]),_0x467c8a['buffers'][0x0];}['_decompressSingleOperation'](_0x2b1a31){const _0x1609f7=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x1609f7,_0x2b1a31),_0x1609f7[0x0];}['_compareOperations'](_0x436abb,_0x954bf6){return!(!_0x436abb||!_0x954bf6)&&('MarkerOperation'==_0x436abb['__className']&&'MarkerOperation'==_0x954bf6['__className']&&!(!_0x436abb['name']['startsWith']('user:')||!_0x954bf6['name']['startsWith']('user:')||_0x436abb['name']==_0x954bf6['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x4d1203=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new m(0x12,'MarkerOperation',_0x4d1203,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new m(0x13,'MarkerOperation',_0x4d1203,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',a),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x2b2978){if(!_0x2b2978||!_0x2b2978[0x0])throw new _0xaae751('no-operations-provided',this);const _0x1eaf1e={'types':[],'buffers':[],'baseVersion':_0x2b2978[0x0]['baseVersion']};for(;_0x2b2978['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x1eaf1e,_0x2b2978)||this['_getCompressorByName']('TypingAction')['compress'](_0x1eaf1e,_0x2b2978)||this['_getCompressorByName']('DeletingAction')['compress'](_0x1eaf1e,_0x2b2978)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x1eaf1e,_0x2b2978)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x1eaf1e,_0x2b2978)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x1eaf1e,_0x2b2978)||this['_getCompressorByName'](_0x2b2978[0x0]['__className'])['compress'](_0x1eaf1e,_0x2b2978);return _0x1eaf1e;}['decompress'](_0x1f7cd7){const _0x6ddad1=[];for(;_0x1f7cd7['types']['length'];){const _0x5718af=this['_compressorById']['get'](_0x1f7cd7['types'][0x0]);if(!_0x5718af)throw new _0xaae751('decompress-compressor-not-found',this,{'type':_0x1f7cd7['types'][0x0]});_0x5718af['decompress'](_0x6ddad1,_0x1f7cd7);}return _0x6ddad1['forEach']((_0x333669,_0x461b4c)=>_0x333669['baseVersion']=_0x1f7cd7['baseVersion']+_0x461b4c),_0x6ddad1;}['_getCompressorByName'](_0x14ca25){return this['_compressorByName']['get'](_0x14ca25);}['_registerOperationCompressor'](_0x1d73e4,_0xf13547,_0x30bae8){const _0x31eba4=new _0x30bae8(_0x1d73e4,_0xf13547,this['_protobufFactory']['getDescriptor'](_0xf13547));this['_registerCompressor'](_0x1d73e4,_0xf13547,_0x31eba4);}['_registerActionCompressor'](_0x576f37,_0x470ac4,_0xdb07dc){const _0x4043d6=new _0xdb07dc(_0x576f37,this);this['_registerCompressor'](_0x576f37,_0x470ac4,_0x4043d6);}['_registerCompressor'](_0x59ce25,_0x198d8e,_0x1da3af){this['_compressorById']['set'](_0x59ce25,_0x1da3af),this['_compressorByName']['set'](_0x198d8e,_0x1da3af);}}export{y as Compressor};
|
|
23
|
+
import{CKEditorError as _0x55a9dd}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x429162 from'protobufjs/minimal.js';import{cloneDeep as _0x304848,isEqual as _0x20225c,isObject as _0x201c8f}from'es-toolkit/compat';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x431a1b=_0x429162['Reader'],_0x3142f9=_0x429162['Writer'],_0x5d137e=_0x429162['util'],_0x2acc8f=_0x429162['roots']['default']||(_0x429162['roots']['default']={});return _0x2acc8f['AttributeOperation']=(function(){function _0x1baad7(_0x401f9b){if(_0x401f9b){for(var _0x49187a=Object['keys'](_0x401f9b),_0x121198=0x0;_0x121198<_0x49187a['length'];++_0x121198)null!=_0x401f9b[_0x49187a[_0x121198]]&&(this[_0x49187a[_0x121198]]=_0x401f9b[_0x49187a[_0x121198]]);}}return _0x1baad7['prototype']['range']=null,_0x1baad7['prototype']['key']='',_0x1baad7['prototype']['oldValueBoolean']=!0x1,_0x1baad7['prototype']['oldValueJson']='',_0x1baad7['prototype']['newValueBoolean']=!0x1,_0x1baad7['prototype']['newValueJson']='',_0x1baad7['prototype']['wasUndone']=!0x1,_0x1baad7['create']=function(_0x13cb4c){return new _0x1baad7(_0x13cb4c);},_0x1baad7['encode']=function(_0x4b3a84,_0x411269){return _0x411269||(_0x411269=_0x3142f9['create']()),null!=_0x4b3a84['range']&&Object['hasOwnProperty']['call'](_0x4b3a84,'range')&&_0x2acc8f['Range']['encode'](_0x4b3a84['range'],_0x411269['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4b3a84['key']&&Object['hasOwnProperty']['call'](_0x4b3a84,'key')&&_0x411269['uint32'](0x12)['string'](_0x4b3a84['key']),null!=_0x4b3a84['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x4b3a84,'oldValueBoolean')&&_0x411269['uint32'](0x18)['bool'](_0x4b3a84['oldValueBoolean']),null!=_0x4b3a84['oldValueJson']&&Object['hasOwnProperty']['call'](_0x4b3a84,'oldValueJson')&&_0x411269['uint32'](0x22)['string'](_0x4b3a84['oldValueJson']),null!=_0x4b3a84['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x4b3a84,'newValueBoolean')&&_0x411269['uint32'](0x28)['bool'](_0x4b3a84['newValueBoolean']),null!=_0x4b3a84['newValueJson']&&Object['hasOwnProperty']['call'](_0x4b3a84,'newValueJson')&&_0x411269['uint32'](0x32)['string'](_0x4b3a84['newValueJson']),null!=_0x4b3a84['wasUndone']&&Object['hasOwnProperty']['call'](_0x4b3a84,'wasUndone')&&_0x411269['uint32'](0x38)['bool'](_0x4b3a84['wasUndone']),_0x411269;},_0x1baad7['encodeDelimited']=function(_0x3b983d,_0x19b5a4){return this['encode'](_0x3b983d,_0x19b5a4)['ldelim']();},_0x1baad7['decode']=function(_0x2a9a39,_0x441f3f){_0x2a9a39 instanceof _0x431a1b||(_0x2a9a39=_0x431a1b['create'](_0x2a9a39));for(var _0x2804ea=void 0x0===_0x441f3f?_0x2a9a39['len']:_0x2a9a39['pos']+_0x441f3f,_0x15a4f3=new _0x2acc8f['AttributeOperation']();_0x2a9a39['pos']<_0x2804ea;){var _0x3a9355=_0x2a9a39['uint32']();switch(_0x3a9355>>>0x3){case 0x1:_0x15a4f3['range']=_0x2acc8f['Range']['decode'](_0x2a9a39,_0x2a9a39['uint32']());break;case 0x2:_0x15a4f3['key']=_0x2a9a39['string']();break;case 0x3:_0x15a4f3['oldValueBoolean']=_0x2a9a39['bool']();break;case 0x4:_0x15a4f3['oldValueJson']=_0x2a9a39['string']();break;case 0x5:_0x15a4f3['newValueBoolean']=_0x2a9a39['bool']();break;case 0x6:_0x15a4f3['newValueJson']=_0x2a9a39['string']();break;case 0x7:_0x15a4f3['wasUndone']=_0x2a9a39['bool']();break;default:_0x2a9a39['skipType'](0x7&_0x3a9355);}}return _0x15a4f3;},_0x1baad7['decodeDelimited']=function(_0x5d166e){return _0x5d166e instanceof _0x431a1b||(_0x5d166e=new _0x431a1b(_0x5d166e)),this['decode'](_0x5d166e,_0x5d166e['uint32']());},_0x1baad7['verify']=function(_0xf70634){if('object'!=typeof _0xf70634||null===_0xf70634)return'object\x20expected';if(null!=_0xf70634['range']&&_0xf70634['hasOwnProperty']('range')){var _0xe99290=_0x2acc8f['Range']['verify'](_0xf70634['range']);if(_0xe99290)return'range.'+_0xe99290;}return null!=_0xf70634['key']&&_0xf70634['hasOwnProperty']('key')&&!_0x5d137e['isString'](_0xf70634['key'])?'key:\x20string\x20expected':null!=_0xf70634['oldValueBoolean']&&_0xf70634['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0xf70634['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0xf70634['oldValueJson']&&_0xf70634['hasOwnProperty']('oldValueJson')&&!_0x5d137e['isString'](_0xf70634['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0xf70634['newValueBoolean']&&_0xf70634['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0xf70634['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0xf70634['newValueJson']&&_0xf70634['hasOwnProperty']('newValueJson')&&!_0x5d137e['isString'](_0xf70634['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0xf70634['wasUndone']&&_0xf70634['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xf70634['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1baad7['fromObject']=function(_0x37cbed){if(_0x37cbed instanceof _0x2acc8f['AttributeOperation'])return _0x37cbed;var _0x3a5975=new _0x2acc8f['AttributeOperation']();if(null!=_0x37cbed['range']){if('object'!=typeof _0x37cbed['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x3a5975['range']=_0x2acc8f['Range']['fromObject'](_0x37cbed['range']);}return null!=_0x37cbed['key']&&(_0x3a5975['key']=String(_0x37cbed['key'])),null!=_0x37cbed['oldValueBoolean']&&(_0x3a5975['oldValueBoolean']=Boolean(_0x37cbed['oldValueBoolean'])),null!=_0x37cbed['oldValueJson']&&(_0x3a5975['oldValueJson']=String(_0x37cbed['oldValueJson'])),null!=_0x37cbed['newValueBoolean']&&(_0x3a5975['newValueBoolean']=Boolean(_0x37cbed['newValueBoolean'])),null!=_0x37cbed['newValueJson']&&(_0x3a5975['newValueJson']=String(_0x37cbed['newValueJson'])),null!=_0x37cbed['wasUndone']&&(_0x3a5975['wasUndone']=Boolean(_0x37cbed['wasUndone'])),_0x3a5975;},_0x1baad7['toObject']=function(_0x2b9749,_0x244fba){_0x244fba||(_0x244fba={});var _0x1767e1={};return _0x244fba['defaults']&&(_0x1767e1['range']=null,_0x1767e1['key']='',_0x1767e1['oldValueBoolean']=!0x1,_0x1767e1['oldValueJson']='',_0x1767e1['newValueBoolean']=!0x1,_0x1767e1['newValueJson']='',_0x1767e1['wasUndone']=!0x1),null!=_0x2b9749['range']&&_0x2b9749['hasOwnProperty']('range')&&(_0x1767e1['range']=_0x2acc8f['Range']['toObject'](_0x2b9749['range'],_0x244fba)),null!=_0x2b9749['key']&&_0x2b9749['hasOwnProperty']('key')&&(_0x1767e1['key']=_0x2b9749['key']),null!=_0x2b9749['oldValueBoolean']&&_0x2b9749['hasOwnProperty']('oldValueBoolean')&&(_0x1767e1['oldValueBoolean']=_0x2b9749['oldValueBoolean']),null!=_0x2b9749['oldValueJson']&&_0x2b9749['hasOwnProperty']('oldValueJson')&&(_0x1767e1['oldValueJson']=_0x2b9749['oldValueJson']),null!=_0x2b9749['newValueBoolean']&&_0x2b9749['hasOwnProperty']('newValueBoolean')&&(_0x1767e1['newValueBoolean']=_0x2b9749['newValueBoolean']),null!=_0x2b9749['newValueJson']&&_0x2b9749['hasOwnProperty']('newValueJson')&&(_0x1767e1['newValueJson']=_0x2b9749['newValueJson']),null!=_0x2b9749['wasUndone']&&_0x2b9749['hasOwnProperty']('wasUndone')&&(_0x1767e1['wasUndone']=_0x2b9749['wasUndone']),_0x1767e1;},_0x1baad7['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x1baad7['getTypeUrl']=function(_0x246584){return void 0x0===_0x246584&&(_0x246584='type.googleapis.com'),_0x246584+'/AttributeOperation';},_0x1baad7;}()),_0x2acc8f['InsertOperation']=(function(){function _0x4ef044(_0x31c2ff){if(this['nodes']=[],_0x31c2ff){for(var _0x563cd8=Object['keys'](_0x31c2ff),_0x4a954a=0x0;_0x4a954a<_0x563cd8['length'];++_0x4a954a)null!=_0x31c2ff[_0x563cd8[_0x4a954a]]&&(this[_0x563cd8[_0x4a954a]]=_0x31c2ff[_0x563cd8[_0x4a954a]]);}}return _0x4ef044['prototype']['position']=null,_0x4ef044['prototype']['nodes']=_0x5d137e['emptyArray'],_0x4ef044['prototype']['shouldReceiveAttributes']=!0x1,_0x4ef044['prototype']['wasUndone']=!0x1,_0x4ef044['create']=function(_0x46948f){return new _0x4ef044(_0x46948f);},_0x4ef044['encode']=function(_0x5538d2,_0xfa103d){if(_0xfa103d||(_0xfa103d=_0x3142f9['create']()),null!=_0x5538d2['position']&&Object['hasOwnProperty']['call'](_0x5538d2,'position')&&_0x2acc8f['Position']['encode'](_0x5538d2['position'],_0xfa103d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5538d2['nodes']&&_0x5538d2['nodes']['length']){for(var _0x553a2a=0x0;_0x553a2a<_0x5538d2['nodes']['length'];++_0x553a2a)_0x2acc8f['Element']['encode'](_0x5538d2['nodes'][_0x553a2a],_0xfa103d['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x5538d2['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x5538d2,'shouldReceiveAttributes')&&_0xfa103d['uint32'](0x18)['bool'](_0x5538d2['shouldReceiveAttributes']),null!=_0x5538d2['wasUndone']&&Object['hasOwnProperty']['call'](_0x5538d2,'wasUndone')&&_0xfa103d['uint32'](0x20)['bool'](_0x5538d2['wasUndone']),_0xfa103d;},_0x4ef044['encodeDelimited']=function(_0x4d6d6f,_0x1e6632){return this['encode'](_0x4d6d6f,_0x1e6632)['ldelim']();},_0x4ef044['decode']=function(_0x350f55,_0x598b57){_0x350f55 instanceof _0x431a1b||(_0x350f55=_0x431a1b['create'](_0x350f55));for(var _0x4ec73d=void 0x0===_0x598b57?_0x350f55['len']:_0x350f55['pos']+_0x598b57,_0x559fcb=new _0x2acc8f['InsertOperation']();_0x350f55['pos']<_0x4ec73d;){var _0xb2f219=_0x350f55['uint32']();switch(_0xb2f219>>>0x3){case 0x1:_0x559fcb['position']=_0x2acc8f['Position']['decode'](_0x350f55,_0x350f55['uint32']());break;case 0x2:_0x559fcb['nodes']&&_0x559fcb['nodes']['length']||(_0x559fcb['nodes']=[]),_0x559fcb['nodes']['push'](_0x2acc8f['Element']['decode'](_0x350f55,_0x350f55['uint32']()));break;case 0x3:_0x559fcb['shouldReceiveAttributes']=_0x350f55['bool']();break;case 0x4:_0x559fcb['wasUndone']=_0x350f55['bool']();break;default:_0x350f55['skipType'](0x7&_0xb2f219);}}return _0x559fcb;},_0x4ef044['decodeDelimited']=function(_0x245287){return _0x245287 instanceof _0x431a1b||(_0x245287=new _0x431a1b(_0x245287)),this['decode'](_0x245287,_0x245287['uint32']());},_0x4ef044['verify']=function(_0x45e094){if('object'!=typeof _0x45e094||null===_0x45e094)return'object\x20expected';if(null!=_0x45e094['position']&&_0x45e094['hasOwnProperty']('position')&&(_0x57078b=_0x2acc8f['Position']['verify'](_0x45e094['position'])))return'position.'+_0x57078b;if(null!=_0x45e094['nodes']&&_0x45e094['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x45e094['nodes']))return'nodes:\x20array\x20expected';for(var _0x21565e=0x0;_0x21565e<_0x45e094['nodes']['length'];++_0x21565e){var _0x57078b;if(_0x57078b=_0x2acc8f['Element']['verify'](_0x45e094['nodes'][_0x21565e]))return'nodes.'+_0x57078b;}}return null!=_0x45e094['shouldReceiveAttributes']&&_0x45e094['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x45e094['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x45e094['wasUndone']&&_0x45e094['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x45e094['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4ef044['fromObject']=function(_0x3e2c03){if(_0x3e2c03 instanceof _0x2acc8f['InsertOperation'])return _0x3e2c03;var _0x1acf66=new _0x2acc8f['InsertOperation']();if(null!=_0x3e2c03['position']){if('object'!=typeof _0x3e2c03['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x1acf66['position']=_0x2acc8f['Position']['fromObject'](_0x3e2c03['position']);}if(_0x3e2c03['nodes']){if(!Array['isArray'](_0x3e2c03['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x1acf66['nodes']=[];for(var _0x277527=0x0;_0x277527<_0x3e2c03['nodes']['length'];++_0x277527){if('object'!=typeof _0x3e2c03['nodes'][_0x277527])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x1acf66['nodes'][_0x277527]=_0x2acc8f['Element']['fromObject'](_0x3e2c03['nodes'][_0x277527]);}}return null!=_0x3e2c03['shouldReceiveAttributes']&&(_0x1acf66['shouldReceiveAttributes']=Boolean(_0x3e2c03['shouldReceiveAttributes'])),null!=_0x3e2c03['wasUndone']&&(_0x1acf66['wasUndone']=Boolean(_0x3e2c03['wasUndone'])),_0x1acf66;},_0x4ef044['toObject']=function(_0x5aac49,_0x12b0ed){_0x12b0ed||(_0x12b0ed={});var _0x58d4db={};if((_0x12b0ed['arrays']||_0x12b0ed['defaults'])&&(_0x58d4db['nodes']=[]),_0x12b0ed['defaults']&&(_0x58d4db['position']=null,_0x58d4db['shouldReceiveAttributes']=!0x1,_0x58d4db['wasUndone']=!0x1),null!=_0x5aac49['position']&&_0x5aac49['hasOwnProperty']('position')&&(_0x58d4db['position']=_0x2acc8f['Position']['toObject'](_0x5aac49['position'],_0x12b0ed)),_0x5aac49['nodes']&&_0x5aac49['nodes']['length']){_0x58d4db['nodes']=[];for(var _0x38902e=0x0;_0x38902e<_0x5aac49['nodes']['length'];++_0x38902e)_0x58d4db['nodes'][_0x38902e]=_0x2acc8f['Element']['toObject'](_0x5aac49['nodes'][_0x38902e],_0x12b0ed);}return null!=_0x5aac49['shouldReceiveAttributes']&&_0x5aac49['hasOwnProperty']('shouldReceiveAttributes')&&(_0x58d4db['shouldReceiveAttributes']=_0x5aac49['shouldReceiveAttributes']),null!=_0x5aac49['wasUndone']&&_0x5aac49['hasOwnProperty']('wasUndone')&&(_0x58d4db['wasUndone']=_0x5aac49['wasUndone']),_0x58d4db;},_0x4ef044['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x4ef044['getTypeUrl']=function(_0x43c7c1){return void 0x0===_0x43c7c1&&(_0x43c7c1='type.googleapis.com'),_0x43c7c1+'/InsertOperation';},_0x4ef044;}()),_0x2acc8f['MarkerOperation']=(function(){function _0x13e81d(_0x2cda03){if(_0x2cda03){for(var _0x8d17f5=Object['keys'](_0x2cda03),_0x1acec1=0x0;_0x1acec1<_0x8d17f5['length'];++_0x1acec1)null!=_0x2cda03[_0x8d17f5[_0x1acec1]]&&(this[_0x8d17f5[_0x1acec1]]=_0x2cda03[_0x8d17f5[_0x1acec1]]);}}return _0x13e81d['prototype']['name']='',_0x13e81d['prototype']['oldRange']=null,_0x13e81d['prototype']['newRange']=null,_0x13e81d['prototype']['affectsData']=!0x1,_0x13e81d['prototype']['wasUndone']=!0x1,_0x13e81d['create']=function(_0x293924){return new _0x13e81d(_0x293924);},_0x13e81d['encode']=function(_0x427aaa,_0x303d59){return _0x303d59||(_0x303d59=_0x3142f9['create']()),null!=_0x427aaa['name']&&Object['hasOwnProperty']['call'](_0x427aaa,'name')&&_0x303d59['uint32'](0xa)['string'](_0x427aaa['name']),null!=_0x427aaa['oldRange']&&Object['hasOwnProperty']['call'](_0x427aaa,'oldRange')&&_0x2acc8f['Range']['encode'](_0x427aaa['oldRange'],_0x303d59['uint32'](0x12)['fork']())['ldelim'](),null!=_0x427aaa['newRange']&&Object['hasOwnProperty']['call'](_0x427aaa,'newRange')&&_0x2acc8f['Range']['encode'](_0x427aaa['newRange'],_0x303d59['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x427aaa['affectsData']&&Object['hasOwnProperty']['call'](_0x427aaa,'affectsData')&&_0x303d59['uint32'](0x20)['bool'](_0x427aaa['affectsData']),null!=_0x427aaa['wasUndone']&&Object['hasOwnProperty']['call'](_0x427aaa,'wasUndone')&&_0x303d59['uint32'](0x28)['bool'](_0x427aaa['wasUndone']),_0x303d59;},_0x13e81d['encodeDelimited']=function(_0x4ebcc6,_0x273774){return this['encode'](_0x4ebcc6,_0x273774)['ldelim']();},_0x13e81d['decode']=function(_0x2d7fd9,_0xb18dde){_0x2d7fd9 instanceof _0x431a1b||(_0x2d7fd9=_0x431a1b['create'](_0x2d7fd9));for(var _0x3acbbe=void 0x0===_0xb18dde?_0x2d7fd9['len']:_0x2d7fd9['pos']+_0xb18dde,_0x27b7ce=new _0x2acc8f['MarkerOperation']();_0x2d7fd9['pos']<_0x3acbbe;){var _0x3d3a4c=_0x2d7fd9['uint32']();switch(_0x3d3a4c>>>0x3){case 0x1:_0x27b7ce['name']=_0x2d7fd9['string']();break;case 0x2:_0x27b7ce['oldRange']=_0x2acc8f['Range']['decode'](_0x2d7fd9,_0x2d7fd9['uint32']());break;case 0x3:_0x27b7ce['newRange']=_0x2acc8f['Range']['decode'](_0x2d7fd9,_0x2d7fd9['uint32']());break;case 0x4:_0x27b7ce['affectsData']=_0x2d7fd9['bool']();break;case 0x5:_0x27b7ce['wasUndone']=_0x2d7fd9['bool']();break;default:_0x2d7fd9['skipType'](0x7&_0x3d3a4c);}}return _0x27b7ce;},_0x13e81d['decodeDelimited']=function(_0x524945){return _0x524945 instanceof _0x431a1b||(_0x524945=new _0x431a1b(_0x524945)),this['decode'](_0x524945,_0x524945['uint32']());},_0x13e81d['verify']=function(_0x34c177){if('object'!=typeof _0x34c177||null===_0x34c177)return'object\x20expected';if(null!=_0x34c177['name']&&_0x34c177['hasOwnProperty']('name')&&!_0x5d137e['isString'](_0x34c177['name']))return'name:\x20string\x20expected';var _0x5e2511;if(null!=_0x34c177['oldRange']&&_0x34c177['hasOwnProperty']('oldRange')&&(_0x5e2511=_0x2acc8f['Range']['verify'](_0x34c177['oldRange'])))return'oldRange.'+_0x5e2511;if(null!=_0x34c177['newRange']&&_0x34c177['hasOwnProperty']('newRange')&&(_0x5e2511=_0x2acc8f['Range']['verify'](_0x34c177['newRange'])))return'newRange.'+_0x5e2511;return null!=_0x34c177['affectsData']&&_0x34c177['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x34c177['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x34c177['wasUndone']&&_0x34c177['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x34c177['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x13e81d['fromObject']=function(_0x44007b){if(_0x44007b instanceof _0x2acc8f['MarkerOperation'])return _0x44007b;var _0x16eb60=new _0x2acc8f['MarkerOperation']();if(null!=_0x44007b['name']&&(_0x16eb60['name']=String(_0x44007b['name'])),null!=_0x44007b['oldRange']){if('object'!=typeof _0x44007b['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x16eb60['oldRange']=_0x2acc8f['Range']['fromObject'](_0x44007b['oldRange']);}if(null!=_0x44007b['newRange']){if('object'!=typeof _0x44007b['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x16eb60['newRange']=_0x2acc8f['Range']['fromObject'](_0x44007b['newRange']);}return null!=_0x44007b['affectsData']&&(_0x16eb60['affectsData']=Boolean(_0x44007b['affectsData'])),null!=_0x44007b['wasUndone']&&(_0x16eb60['wasUndone']=Boolean(_0x44007b['wasUndone'])),_0x16eb60;},_0x13e81d['toObject']=function(_0x4afe13,_0x20d023){_0x20d023||(_0x20d023={});var _0x4f45c8={};return _0x20d023['defaults']&&(_0x4f45c8['name']='',_0x4f45c8['oldRange']=null,_0x4f45c8['newRange']=null,_0x4f45c8['affectsData']=!0x1,_0x4f45c8['wasUndone']=!0x1),null!=_0x4afe13['name']&&_0x4afe13['hasOwnProperty']('name')&&(_0x4f45c8['name']=_0x4afe13['name']),null!=_0x4afe13['oldRange']&&_0x4afe13['hasOwnProperty']('oldRange')&&(_0x4f45c8['oldRange']=_0x2acc8f['Range']['toObject'](_0x4afe13['oldRange'],_0x20d023)),null!=_0x4afe13['newRange']&&_0x4afe13['hasOwnProperty']('newRange')&&(_0x4f45c8['newRange']=_0x2acc8f['Range']['toObject'](_0x4afe13['newRange'],_0x20d023)),null!=_0x4afe13['affectsData']&&_0x4afe13['hasOwnProperty']('affectsData')&&(_0x4f45c8['affectsData']=_0x4afe13['affectsData']),null!=_0x4afe13['wasUndone']&&_0x4afe13['hasOwnProperty']('wasUndone')&&(_0x4f45c8['wasUndone']=_0x4afe13['wasUndone']),_0x4f45c8;},_0x13e81d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x13e81d['getTypeUrl']=function(_0x5d89e1){return void 0x0===_0x5d89e1&&(_0x5d89e1='type.googleapis.com'),_0x5d89e1+'/MarkerOperation';},_0x13e81d;}()),_0x2acc8f['MergeOperation']=(function(){function _0x6e7b29(_0x3964fa){if(_0x3964fa){for(var _0x2090c8=Object['keys'](_0x3964fa),_0x350d35=0x0;_0x350d35<_0x2090c8['length'];++_0x350d35)null!=_0x3964fa[_0x2090c8[_0x350d35]]&&(this[_0x2090c8[_0x350d35]]=_0x3964fa[_0x2090c8[_0x350d35]]);}}return _0x6e7b29['prototype']['sourcePosition']=null,_0x6e7b29['prototype']['targetPosition']=null,_0x6e7b29['prototype']['graveyardPosition']=null,_0x6e7b29['prototype']['howMany']=0x0,_0x6e7b29['prototype']['wasUndone']=!0x1,_0x6e7b29['create']=function(_0x2cbdc5){return new _0x6e7b29(_0x2cbdc5);},_0x6e7b29['encode']=function(_0x2d36ea,_0x15dc51){return _0x15dc51||(_0x15dc51=_0x3142f9['create']()),null!=_0x2d36ea['sourcePosition']&&Object['hasOwnProperty']['call'](_0x2d36ea,'sourcePosition')&&_0x2acc8f['Position']['encode'](_0x2d36ea['sourcePosition'],_0x15dc51['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2d36ea['targetPosition']&&Object['hasOwnProperty']['call'](_0x2d36ea,'targetPosition')&&_0x2acc8f['Position']['encode'](_0x2d36ea['targetPosition'],_0x15dc51['uint32'](0x12)['fork']())['ldelim'](),null!=_0x2d36ea['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x2d36ea,'graveyardPosition')&&_0x2acc8f['Position']['encode'](_0x2d36ea['graveyardPosition'],_0x15dc51['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x2d36ea['howMany']&&Object['hasOwnProperty']['call'](_0x2d36ea,'howMany')&&_0x15dc51['uint32'](0x20)['uint32'](_0x2d36ea['howMany']),null!=_0x2d36ea['wasUndone']&&Object['hasOwnProperty']['call'](_0x2d36ea,'wasUndone')&&_0x15dc51['uint32'](0x28)['bool'](_0x2d36ea['wasUndone']),_0x15dc51;},_0x6e7b29['encodeDelimited']=function(_0x105653,_0x5cb1d6){return this['encode'](_0x105653,_0x5cb1d6)['ldelim']();},_0x6e7b29['decode']=function(_0x43ab19,_0x4ba3f7){_0x43ab19 instanceof _0x431a1b||(_0x43ab19=_0x431a1b['create'](_0x43ab19));for(var _0x24ed4b=void 0x0===_0x4ba3f7?_0x43ab19['len']:_0x43ab19['pos']+_0x4ba3f7,_0x260b75=new _0x2acc8f['MergeOperation']();_0x43ab19['pos']<_0x24ed4b;){var _0x5b1233=_0x43ab19['uint32']();switch(_0x5b1233>>>0x3){case 0x1:_0x260b75['sourcePosition']=_0x2acc8f['Position']['decode'](_0x43ab19,_0x43ab19['uint32']());break;case 0x2:_0x260b75['targetPosition']=_0x2acc8f['Position']['decode'](_0x43ab19,_0x43ab19['uint32']());break;case 0x3:_0x260b75['graveyardPosition']=_0x2acc8f['Position']['decode'](_0x43ab19,_0x43ab19['uint32']());break;case 0x4:_0x260b75['howMany']=_0x43ab19['uint32']();break;case 0x5:_0x260b75['wasUndone']=_0x43ab19['bool']();break;default:_0x43ab19['skipType'](0x7&_0x5b1233);}}return _0x260b75;},_0x6e7b29['decodeDelimited']=function(_0x49316c){return _0x49316c instanceof _0x431a1b||(_0x49316c=new _0x431a1b(_0x49316c)),this['decode'](_0x49316c,_0x49316c['uint32']());},_0x6e7b29['verify']=function(_0x12e03f){if('object'!=typeof _0x12e03f||null===_0x12e03f)return'object\x20expected';var _0x1c05d6;if(null!=_0x12e03f['sourcePosition']&&_0x12e03f['hasOwnProperty']('sourcePosition')&&(_0x1c05d6=_0x2acc8f['Position']['verify'](_0x12e03f['sourcePosition'])))return'sourcePosition.'+_0x1c05d6;if(null!=_0x12e03f['targetPosition']&&_0x12e03f['hasOwnProperty']('targetPosition')&&(_0x1c05d6=_0x2acc8f['Position']['verify'](_0x12e03f['targetPosition'])))return'targetPosition.'+_0x1c05d6;if(null!=_0x12e03f['graveyardPosition']&&_0x12e03f['hasOwnProperty']('graveyardPosition')&&(_0x1c05d6=_0x2acc8f['Position']['verify'](_0x12e03f['graveyardPosition'])))return'graveyardPosition.'+_0x1c05d6;return null!=_0x12e03f['howMany']&&_0x12e03f['hasOwnProperty']('howMany')&&!_0x5d137e['isInteger'](_0x12e03f['howMany'])?'howMany:\x20integer\x20expected':null!=_0x12e03f['wasUndone']&&_0x12e03f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x12e03f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x6e7b29['fromObject']=function(_0x1d03ba){if(_0x1d03ba instanceof _0x2acc8f['MergeOperation'])return _0x1d03ba;var _0x23d3c3=new _0x2acc8f['MergeOperation']();if(null!=_0x1d03ba['sourcePosition']){if('object'!=typeof _0x1d03ba['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x23d3c3['sourcePosition']=_0x2acc8f['Position']['fromObject'](_0x1d03ba['sourcePosition']);}if(null!=_0x1d03ba['targetPosition']){if('object'!=typeof _0x1d03ba['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x23d3c3['targetPosition']=_0x2acc8f['Position']['fromObject'](_0x1d03ba['targetPosition']);}if(null!=_0x1d03ba['graveyardPosition']){if('object'!=typeof _0x1d03ba['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x23d3c3['graveyardPosition']=_0x2acc8f['Position']['fromObject'](_0x1d03ba['graveyardPosition']);}return null!=_0x1d03ba['howMany']&&(_0x23d3c3['howMany']=_0x1d03ba['howMany']>>>0x0),null!=_0x1d03ba['wasUndone']&&(_0x23d3c3['wasUndone']=Boolean(_0x1d03ba['wasUndone'])),_0x23d3c3;},_0x6e7b29['toObject']=function(_0x7ed38e,_0x54e843){_0x54e843||(_0x54e843={});var _0x551b3a={};return _0x54e843['defaults']&&(_0x551b3a['sourcePosition']=null,_0x551b3a['targetPosition']=null,_0x551b3a['graveyardPosition']=null,_0x551b3a['howMany']=0x0,_0x551b3a['wasUndone']=!0x1),null!=_0x7ed38e['sourcePosition']&&_0x7ed38e['hasOwnProperty']('sourcePosition')&&(_0x551b3a['sourcePosition']=_0x2acc8f['Position']['toObject'](_0x7ed38e['sourcePosition'],_0x54e843)),null!=_0x7ed38e['targetPosition']&&_0x7ed38e['hasOwnProperty']('targetPosition')&&(_0x551b3a['targetPosition']=_0x2acc8f['Position']['toObject'](_0x7ed38e['targetPosition'],_0x54e843)),null!=_0x7ed38e['graveyardPosition']&&_0x7ed38e['hasOwnProperty']('graveyardPosition')&&(_0x551b3a['graveyardPosition']=_0x2acc8f['Position']['toObject'](_0x7ed38e['graveyardPosition'],_0x54e843)),null!=_0x7ed38e['howMany']&&_0x7ed38e['hasOwnProperty']('howMany')&&(_0x551b3a['howMany']=_0x7ed38e['howMany']),null!=_0x7ed38e['wasUndone']&&_0x7ed38e['hasOwnProperty']('wasUndone')&&(_0x551b3a['wasUndone']=_0x7ed38e['wasUndone']),_0x551b3a;},_0x6e7b29['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x6e7b29['getTypeUrl']=function(_0x1e691d){return void 0x0===_0x1e691d&&(_0x1e691d='type.googleapis.com'),_0x1e691d+'/MergeOperation';},_0x6e7b29;}()),_0x2acc8f['MoveOperation']=(function(){function _0x3b416a(_0x12ee85){if(_0x12ee85){for(var _0x3e8d82=Object['keys'](_0x12ee85),_0x22e2bc=0x0;_0x22e2bc<_0x3e8d82['length'];++_0x22e2bc)null!=_0x12ee85[_0x3e8d82[_0x22e2bc]]&&(this[_0x3e8d82[_0x22e2bc]]=_0x12ee85[_0x3e8d82[_0x22e2bc]]);}}return _0x3b416a['prototype']['sourcePosition']=null,_0x3b416a['prototype']['howMany']=0x0,_0x3b416a['prototype']['targetPosition']=null,_0x3b416a['prototype']['wasUndone']=!0x1,_0x3b416a['create']=function(_0x5eae02){return new _0x3b416a(_0x5eae02);},_0x3b416a['encode']=function(_0x2a771b,_0x29a209){return _0x29a209||(_0x29a209=_0x3142f9['create']()),null!=_0x2a771b['sourcePosition']&&Object['hasOwnProperty']['call'](_0x2a771b,'sourcePosition')&&_0x2acc8f['Position']['encode'](_0x2a771b['sourcePosition'],_0x29a209['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2a771b['howMany']&&Object['hasOwnProperty']['call'](_0x2a771b,'howMany')&&_0x29a209['uint32'](0x10)['uint32'](_0x2a771b['howMany']),null!=_0x2a771b['targetPosition']&&Object['hasOwnProperty']['call'](_0x2a771b,'targetPosition')&&_0x2acc8f['Position']['encode'](_0x2a771b['targetPosition'],_0x29a209['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x2a771b['wasUndone']&&Object['hasOwnProperty']['call'](_0x2a771b,'wasUndone')&&_0x29a209['uint32'](0x20)['bool'](_0x2a771b['wasUndone']),_0x29a209;},_0x3b416a['encodeDelimited']=function(_0x39592b,_0x6ef855){return this['encode'](_0x39592b,_0x6ef855)['ldelim']();},_0x3b416a['decode']=function(_0x341f92,_0x4a713e){_0x341f92 instanceof _0x431a1b||(_0x341f92=_0x431a1b['create'](_0x341f92));for(var _0x53f948=void 0x0===_0x4a713e?_0x341f92['len']:_0x341f92['pos']+_0x4a713e,_0x33d02c=new _0x2acc8f['MoveOperation']();_0x341f92['pos']<_0x53f948;){var _0x40b27a=_0x341f92['uint32']();switch(_0x40b27a>>>0x3){case 0x1:_0x33d02c['sourcePosition']=_0x2acc8f['Position']['decode'](_0x341f92,_0x341f92['uint32']());break;case 0x2:_0x33d02c['howMany']=_0x341f92['uint32']();break;case 0x3:_0x33d02c['targetPosition']=_0x2acc8f['Position']['decode'](_0x341f92,_0x341f92['uint32']());break;case 0x4:_0x33d02c['wasUndone']=_0x341f92['bool']();break;default:_0x341f92['skipType'](0x7&_0x40b27a);}}return _0x33d02c;},_0x3b416a['decodeDelimited']=function(_0x44fad9){return _0x44fad9 instanceof _0x431a1b||(_0x44fad9=new _0x431a1b(_0x44fad9)),this['decode'](_0x44fad9,_0x44fad9['uint32']());},_0x3b416a['verify']=function(_0x5c584e){if('object'!=typeof _0x5c584e||null===_0x5c584e)return'object\x20expected';var _0x2a8a40;if(null!=_0x5c584e['sourcePosition']&&_0x5c584e['hasOwnProperty']('sourcePosition')&&(_0x2a8a40=_0x2acc8f['Position']['verify'](_0x5c584e['sourcePosition'])))return'sourcePosition.'+_0x2a8a40;if(null!=_0x5c584e['howMany']&&_0x5c584e['hasOwnProperty']('howMany')&&!_0x5d137e['isInteger'](_0x5c584e['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x5c584e['targetPosition']&&_0x5c584e['hasOwnProperty']('targetPosition')&&(_0x2a8a40=_0x2acc8f['Position']['verify'](_0x5c584e['targetPosition'])))return'targetPosition.'+_0x2a8a40;return null!=_0x5c584e['wasUndone']&&_0x5c584e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5c584e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3b416a['fromObject']=function(_0x5a962f){if(_0x5a962f instanceof _0x2acc8f['MoveOperation'])return _0x5a962f;var _0x3b0480=new _0x2acc8f['MoveOperation']();if(null!=_0x5a962f['sourcePosition']){if('object'!=typeof _0x5a962f['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x3b0480['sourcePosition']=_0x2acc8f['Position']['fromObject'](_0x5a962f['sourcePosition']);}if(null!=_0x5a962f['howMany']&&(_0x3b0480['howMany']=_0x5a962f['howMany']>>>0x0),null!=_0x5a962f['targetPosition']){if('object'!=typeof _0x5a962f['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x3b0480['targetPosition']=_0x2acc8f['Position']['fromObject'](_0x5a962f['targetPosition']);}return null!=_0x5a962f['wasUndone']&&(_0x3b0480['wasUndone']=Boolean(_0x5a962f['wasUndone'])),_0x3b0480;},_0x3b416a['toObject']=function(_0x187926,_0xb64390){_0xb64390||(_0xb64390={});var _0x3714ca={};return _0xb64390['defaults']&&(_0x3714ca['sourcePosition']=null,_0x3714ca['howMany']=0x0,_0x3714ca['targetPosition']=null,_0x3714ca['wasUndone']=!0x1),null!=_0x187926['sourcePosition']&&_0x187926['hasOwnProperty']('sourcePosition')&&(_0x3714ca['sourcePosition']=_0x2acc8f['Position']['toObject'](_0x187926['sourcePosition'],_0xb64390)),null!=_0x187926['howMany']&&_0x187926['hasOwnProperty']('howMany')&&(_0x3714ca['howMany']=_0x187926['howMany']),null!=_0x187926['targetPosition']&&_0x187926['hasOwnProperty']('targetPosition')&&(_0x3714ca['targetPosition']=_0x2acc8f['Position']['toObject'](_0x187926['targetPosition'],_0xb64390)),null!=_0x187926['wasUndone']&&_0x187926['hasOwnProperty']('wasUndone')&&(_0x3714ca['wasUndone']=_0x187926['wasUndone']),_0x3714ca;},_0x3b416a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x3b416a['getTypeUrl']=function(_0x2ee706){return void 0x0===_0x2ee706&&(_0x2ee706='type.googleapis.com'),_0x2ee706+'/MoveOperation';},_0x3b416a;}()),_0x2acc8f['RenameOperation']=(function(){function _0x23da93(_0x2bc1b9){if(_0x2bc1b9){for(var _0x5a0c8d=Object['keys'](_0x2bc1b9),_0x5540af=0x0;_0x5540af<_0x5a0c8d['length'];++_0x5540af)null!=_0x2bc1b9[_0x5a0c8d[_0x5540af]]&&(this[_0x5a0c8d[_0x5540af]]=_0x2bc1b9[_0x5a0c8d[_0x5540af]]);}}return _0x23da93['prototype']['position']=null,_0x23da93['prototype']['oldName']='',_0x23da93['prototype']['newName']='',_0x23da93['prototype']['wasUndone']=!0x1,_0x23da93['create']=function(_0x1430d0){return new _0x23da93(_0x1430d0);},_0x23da93['encode']=function(_0x59e74c,_0x19e94e){return _0x19e94e||(_0x19e94e=_0x3142f9['create']()),null!=_0x59e74c['position']&&Object['hasOwnProperty']['call'](_0x59e74c,'position')&&_0x2acc8f['Position']['encode'](_0x59e74c['position'],_0x19e94e['uint32'](0xa)['fork']())['ldelim'](),null!=_0x59e74c['oldName']&&Object['hasOwnProperty']['call'](_0x59e74c,'oldName')&&_0x19e94e['uint32'](0x12)['string'](_0x59e74c['oldName']),null!=_0x59e74c['newName']&&Object['hasOwnProperty']['call'](_0x59e74c,'newName')&&_0x19e94e['uint32'](0x1a)['string'](_0x59e74c['newName']),null!=_0x59e74c['wasUndone']&&Object['hasOwnProperty']['call'](_0x59e74c,'wasUndone')&&_0x19e94e['uint32'](0x20)['bool'](_0x59e74c['wasUndone']),_0x19e94e;},_0x23da93['encodeDelimited']=function(_0x5b8ded,_0x1f0fef){return this['encode'](_0x5b8ded,_0x1f0fef)['ldelim']();},_0x23da93['decode']=function(_0x40e18d,_0x1bcd49){_0x40e18d instanceof _0x431a1b||(_0x40e18d=_0x431a1b['create'](_0x40e18d));for(var _0x21fa9c=void 0x0===_0x1bcd49?_0x40e18d['len']:_0x40e18d['pos']+_0x1bcd49,_0x12992b=new _0x2acc8f['RenameOperation']();_0x40e18d['pos']<_0x21fa9c;){var _0x519233=_0x40e18d['uint32']();switch(_0x519233>>>0x3){case 0x1:_0x12992b['position']=_0x2acc8f['Position']['decode'](_0x40e18d,_0x40e18d['uint32']());break;case 0x2:_0x12992b['oldName']=_0x40e18d['string']();break;case 0x3:_0x12992b['newName']=_0x40e18d['string']();break;case 0x4:_0x12992b['wasUndone']=_0x40e18d['bool']();break;default:_0x40e18d['skipType'](0x7&_0x519233);}}return _0x12992b;},_0x23da93['decodeDelimited']=function(_0x4897a5){return _0x4897a5 instanceof _0x431a1b||(_0x4897a5=new _0x431a1b(_0x4897a5)),this['decode'](_0x4897a5,_0x4897a5['uint32']());},_0x23da93['verify']=function(_0x552f8a){if('object'!=typeof _0x552f8a||null===_0x552f8a)return'object\x20expected';if(null!=_0x552f8a['position']&&_0x552f8a['hasOwnProperty']('position')){var _0x422792=_0x2acc8f['Position']['verify'](_0x552f8a['position']);if(_0x422792)return'position.'+_0x422792;}return null!=_0x552f8a['oldName']&&_0x552f8a['hasOwnProperty']('oldName')&&!_0x5d137e['isString'](_0x552f8a['oldName'])?'oldName:\x20string\x20expected':null!=_0x552f8a['newName']&&_0x552f8a['hasOwnProperty']('newName')&&!_0x5d137e['isString'](_0x552f8a['newName'])?'newName:\x20string\x20expected':null!=_0x552f8a['wasUndone']&&_0x552f8a['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x552f8a['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x23da93['fromObject']=function(_0x9f4c18){if(_0x9f4c18 instanceof _0x2acc8f['RenameOperation'])return _0x9f4c18;var _0x5a6ed4=new _0x2acc8f['RenameOperation']();if(null!=_0x9f4c18['position']){if('object'!=typeof _0x9f4c18['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x5a6ed4['position']=_0x2acc8f['Position']['fromObject'](_0x9f4c18['position']);}return null!=_0x9f4c18['oldName']&&(_0x5a6ed4['oldName']=String(_0x9f4c18['oldName'])),null!=_0x9f4c18['newName']&&(_0x5a6ed4['newName']=String(_0x9f4c18['newName'])),null!=_0x9f4c18['wasUndone']&&(_0x5a6ed4['wasUndone']=Boolean(_0x9f4c18['wasUndone'])),_0x5a6ed4;},_0x23da93['toObject']=function(_0x59b54c,_0x4d51a2){_0x4d51a2||(_0x4d51a2={});var _0x423b96={};return _0x4d51a2['defaults']&&(_0x423b96['position']=null,_0x423b96['oldName']='',_0x423b96['newName']='',_0x423b96['wasUndone']=!0x1),null!=_0x59b54c['position']&&_0x59b54c['hasOwnProperty']('position')&&(_0x423b96['position']=_0x2acc8f['Position']['toObject'](_0x59b54c['position'],_0x4d51a2)),null!=_0x59b54c['oldName']&&_0x59b54c['hasOwnProperty']('oldName')&&(_0x423b96['oldName']=_0x59b54c['oldName']),null!=_0x59b54c['newName']&&_0x59b54c['hasOwnProperty']('newName')&&(_0x423b96['newName']=_0x59b54c['newName']),null!=_0x59b54c['wasUndone']&&_0x59b54c['hasOwnProperty']('wasUndone')&&(_0x423b96['wasUndone']=_0x59b54c['wasUndone']),_0x423b96;},_0x23da93['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x23da93['getTypeUrl']=function(_0x509bde){return void 0x0===_0x509bde&&(_0x509bde='type.googleapis.com'),_0x509bde+'/RenameOperation';},_0x23da93;}()),_0x2acc8f['RootAttributeOperation']=(function(){function _0x539c0f(_0x1ff943){if(_0x1ff943){for(var _0xf7376a=Object['keys'](_0x1ff943),_0x4df47c=0x0;_0x4df47c<_0xf7376a['length'];++_0x4df47c)null!=_0x1ff943[_0xf7376a[_0x4df47c]]&&(this[_0xf7376a[_0x4df47c]]=_0x1ff943[_0xf7376a[_0x4df47c]]);}}return _0x539c0f['prototype']['root']='',_0x539c0f['prototype']['key']='',_0x539c0f['prototype']['oldValueBoolean']=!0x1,_0x539c0f['prototype']['oldValueJson']='',_0x539c0f['prototype']['newValueBoolean']=!0x1,_0x539c0f['prototype']['newValueJson']='',_0x539c0f['prototype']['wasUndone']=!0x1,_0x539c0f['create']=function(_0x480c28){return new _0x539c0f(_0x480c28);},_0x539c0f['encode']=function(_0x4a2e5f,_0x34a4cf){return _0x34a4cf||(_0x34a4cf=_0x3142f9['create']()),null!=_0x4a2e5f['root']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'root')&&_0x34a4cf['uint32'](0xa)['string'](_0x4a2e5f['root']),null!=_0x4a2e5f['key']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'key')&&_0x34a4cf['uint32'](0x12)['string'](_0x4a2e5f['key']),null!=_0x4a2e5f['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'oldValueBoolean')&&_0x34a4cf['uint32'](0x18)['bool'](_0x4a2e5f['oldValueBoolean']),null!=_0x4a2e5f['oldValueJson']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'oldValueJson')&&_0x34a4cf['uint32'](0x22)['string'](_0x4a2e5f['oldValueJson']),null!=_0x4a2e5f['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'newValueBoolean')&&_0x34a4cf['uint32'](0x28)['bool'](_0x4a2e5f['newValueBoolean']),null!=_0x4a2e5f['newValueJson']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'newValueJson')&&_0x34a4cf['uint32'](0x32)['string'](_0x4a2e5f['newValueJson']),null!=_0x4a2e5f['wasUndone']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'wasUndone')&&_0x34a4cf['uint32'](0x38)['bool'](_0x4a2e5f['wasUndone']),_0x34a4cf;},_0x539c0f['encodeDelimited']=function(_0x2b1f5a,_0x42bb6d){return this['encode'](_0x2b1f5a,_0x42bb6d)['ldelim']();},_0x539c0f['decode']=function(_0x588c74,_0x43db27){_0x588c74 instanceof _0x431a1b||(_0x588c74=_0x431a1b['create'](_0x588c74));for(var _0x110558=void 0x0===_0x43db27?_0x588c74['len']:_0x588c74['pos']+_0x43db27,_0x5ab069=new _0x2acc8f['RootAttributeOperation']();_0x588c74['pos']<_0x110558;){var _0x40e86e=_0x588c74['uint32']();switch(_0x40e86e>>>0x3){case 0x1:_0x5ab069['root']=_0x588c74['string']();break;case 0x2:_0x5ab069['key']=_0x588c74['string']();break;case 0x3:_0x5ab069['oldValueBoolean']=_0x588c74['bool']();break;case 0x4:_0x5ab069['oldValueJson']=_0x588c74['string']();break;case 0x5:_0x5ab069['newValueBoolean']=_0x588c74['bool']();break;case 0x6:_0x5ab069['newValueJson']=_0x588c74['string']();break;case 0x7:_0x5ab069['wasUndone']=_0x588c74['bool']();break;default:_0x588c74['skipType'](0x7&_0x40e86e);}}return _0x5ab069;},_0x539c0f['decodeDelimited']=function(_0x511de8){return _0x511de8 instanceof _0x431a1b||(_0x511de8=new _0x431a1b(_0x511de8)),this['decode'](_0x511de8,_0x511de8['uint32']());},_0x539c0f['verify']=function(_0x25c5b3){return'object'!=typeof _0x25c5b3||null===_0x25c5b3?'object\x20expected':null!=_0x25c5b3['root']&&_0x25c5b3['hasOwnProperty']('root')&&!_0x5d137e['isString'](_0x25c5b3['root'])?'root:\x20string\x20expected':null!=_0x25c5b3['key']&&_0x25c5b3['hasOwnProperty']('key')&&!_0x5d137e['isString'](_0x25c5b3['key'])?'key:\x20string\x20expected':null!=_0x25c5b3['oldValueBoolean']&&_0x25c5b3['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x25c5b3['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x25c5b3['oldValueJson']&&_0x25c5b3['hasOwnProperty']('oldValueJson')&&!_0x5d137e['isString'](_0x25c5b3['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x25c5b3['newValueBoolean']&&_0x25c5b3['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x25c5b3['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x25c5b3['newValueJson']&&_0x25c5b3['hasOwnProperty']('newValueJson')&&!_0x5d137e['isString'](_0x25c5b3['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x25c5b3['wasUndone']&&_0x25c5b3['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x25c5b3['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x539c0f['fromObject']=function(_0x34c178){if(_0x34c178 instanceof _0x2acc8f['RootAttributeOperation'])return _0x34c178;var _0x2ef948=new _0x2acc8f['RootAttributeOperation']();return null!=_0x34c178['root']&&(_0x2ef948['root']=String(_0x34c178['root'])),null!=_0x34c178['key']&&(_0x2ef948['key']=String(_0x34c178['key'])),null!=_0x34c178['oldValueBoolean']&&(_0x2ef948['oldValueBoolean']=Boolean(_0x34c178['oldValueBoolean'])),null!=_0x34c178['oldValueJson']&&(_0x2ef948['oldValueJson']=String(_0x34c178['oldValueJson'])),null!=_0x34c178['newValueBoolean']&&(_0x2ef948['newValueBoolean']=Boolean(_0x34c178['newValueBoolean'])),null!=_0x34c178['newValueJson']&&(_0x2ef948['newValueJson']=String(_0x34c178['newValueJson'])),null!=_0x34c178['wasUndone']&&(_0x2ef948['wasUndone']=Boolean(_0x34c178['wasUndone'])),_0x2ef948;},_0x539c0f['toObject']=function(_0x361bb2,_0x528394){_0x528394||(_0x528394={});var _0xd9f394={};return _0x528394['defaults']&&(_0xd9f394['root']='',_0xd9f394['key']='',_0xd9f394['oldValueBoolean']=!0x1,_0xd9f394['oldValueJson']='',_0xd9f394['newValueBoolean']=!0x1,_0xd9f394['newValueJson']='',_0xd9f394['wasUndone']=!0x1),null!=_0x361bb2['root']&&_0x361bb2['hasOwnProperty']('root')&&(_0xd9f394['root']=_0x361bb2['root']),null!=_0x361bb2['key']&&_0x361bb2['hasOwnProperty']('key')&&(_0xd9f394['key']=_0x361bb2['key']),null!=_0x361bb2['oldValueBoolean']&&_0x361bb2['hasOwnProperty']('oldValueBoolean')&&(_0xd9f394['oldValueBoolean']=_0x361bb2['oldValueBoolean']),null!=_0x361bb2['oldValueJson']&&_0x361bb2['hasOwnProperty']('oldValueJson')&&(_0xd9f394['oldValueJson']=_0x361bb2['oldValueJson']),null!=_0x361bb2['newValueBoolean']&&_0x361bb2['hasOwnProperty']('newValueBoolean')&&(_0xd9f394['newValueBoolean']=_0x361bb2['newValueBoolean']),null!=_0x361bb2['newValueJson']&&_0x361bb2['hasOwnProperty']('newValueJson')&&(_0xd9f394['newValueJson']=_0x361bb2['newValueJson']),null!=_0x361bb2['wasUndone']&&_0x361bb2['hasOwnProperty']('wasUndone')&&(_0xd9f394['wasUndone']=_0x361bb2['wasUndone']),_0xd9f394;},_0x539c0f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x539c0f['getTypeUrl']=function(_0x332463){return void 0x0===_0x332463&&(_0x332463='type.googleapis.com'),_0x332463+'/RootAttributeOperation';},_0x539c0f;}()),_0x2acc8f['RootOperation']=(function(){function _0x2cbcd6(_0x455fa4){if(_0x455fa4){for(var _0xba1e69=Object['keys'](_0x455fa4),_0x411e05=0x0;_0x411e05<_0xba1e69['length'];++_0x411e05)null!=_0x455fa4[_0xba1e69[_0x411e05]]&&(this[_0xba1e69[_0x411e05]]=_0x455fa4[_0xba1e69[_0x411e05]]);}}return _0x2cbcd6['prototype']['rootName']='',_0x2cbcd6['prototype']['elementName']='',_0x2cbcd6['prototype']['isAdd']=!0x1,_0x2cbcd6['prototype']['wasUndone']=!0x1,_0x2cbcd6['create']=function(_0xfbe0d3){return new _0x2cbcd6(_0xfbe0d3);},_0x2cbcd6['encode']=function(_0xc6114b,_0x201ddf){return _0x201ddf||(_0x201ddf=_0x3142f9['create']()),null!=_0xc6114b['rootName']&&Object['hasOwnProperty']['call'](_0xc6114b,'rootName')&&_0x201ddf['uint32'](0xa)['string'](_0xc6114b['rootName']),null!=_0xc6114b['elementName']&&Object['hasOwnProperty']['call'](_0xc6114b,'elementName')&&_0x201ddf['uint32'](0x12)['string'](_0xc6114b['elementName']),null!=_0xc6114b['isAdd']&&Object['hasOwnProperty']['call'](_0xc6114b,'isAdd')&&_0x201ddf['uint32'](0x18)['bool'](_0xc6114b['isAdd']),null!=_0xc6114b['wasUndone']&&Object['hasOwnProperty']['call'](_0xc6114b,'wasUndone')&&_0x201ddf['uint32'](0x20)['bool'](_0xc6114b['wasUndone']),_0x201ddf;},_0x2cbcd6['encodeDelimited']=function(_0x50d6bf,_0xdaefd6){return this['encode'](_0x50d6bf,_0xdaefd6)['ldelim']();},_0x2cbcd6['decode']=function(_0x3292e6,_0x3a1cd3){_0x3292e6 instanceof _0x431a1b||(_0x3292e6=_0x431a1b['create'](_0x3292e6));for(var _0x14d285=void 0x0===_0x3a1cd3?_0x3292e6['len']:_0x3292e6['pos']+_0x3a1cd3,_0x28bbf1=new _0x2acc8f['RootOperation']();_0x3292e6['pos']<_0x14d285;){var _0x4967b=_0x3292e6['uint32']();switch(_0x4967b>>>0x3){case 0x1:_0x28bbf1['rootName']=_0x3292e6['string']();break;case 0x2:_0x28bbf1['elementName']=_0x3292e6['string']();break;case 0x3:_0x28bbf1['isAdd']=_0x3292e6['bool']();break;case 0x4:_0x28bbf1['wasUndone']=_0x3292e6['bool']();break;default:_0x3292e6['skipType'](0x7&_0x4967b);}}return _0x28bbf1;},_0x2cbcd6['decodeDelimited']=function(_0x375d0f){return _0x375d0f instanceof _0x431a1b||(_0x375d0f=new _0x431a1b(_0x375d0f)),this['decode'](_0x375d0f,_0x375d0f['uint32']());},_0x2cbcd6['verify']=function(_0x329fe1){return'object'!=typeof _0x329fe1||null===_0x329fe1?'object\x20expected':null!=_0x329fe1['rootName']&&_0x329fe1['hasOwnProperty']('rootName')&&!_0x5d137e['isString'](_0x329fe1['rootName'])?'rootName:\x20string\x20expected':null!=_0x329fe1['elementName']&&_0x329fe1['hasOwnProperty']('elementName')&&!_0x5d137e['isString'](_0x329fe1['elementName'])?'elementName:\x20string\x20expected':null!=_0x329fe1['isAdd']&&_0x329fe1['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x329fe1['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x329fe1['wasUndone']&&_0x329fe1['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x329fe1['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2cbcd6['fromObject']=function(_0x824f8b){if(_0x824f8b instanceof _0x2acc8f['RootOperation'])return _0x824f8b;var _0xa3007c=new _0x2acc8f['RootOperation']();return null!=_0x824f8b['rootName']&&(_0xa3007c['rootName']=String(_0x824f8b['rootName'])),null!=_0x824f8b['elementName']&&(_0xa3007c['elementName']=String(_0x824f8b['elementName'])),null!=_0x824f8b['isAdd']&&(_0xa3007c['isAdd']=Boolean(_0x824f8b['isAdd'])),null!=_0x824f8b['wasUndone']&&(_0xa3007c['wasUndone']=Boolean(_0x824f8b['wasUndone'])),_0xa3007c;},_0x2cbcd6['toObject']=function(_0x199e17,_0x3f0f6d){_0x3f0f6d||(_0x3f0f6d={});var _0x5a56c9={};return _0x3f0f6d['defaults']&&(_0x5a56c9['rootName']='',_0x5a56c9['elementName']='',_0x5a56c9['isAdd']=!0x1,_0x5a56c9['wasUndone']=!0x1),null!=_0x199e17['rootName']&&_0x199e17['hasOwnProperty']('rootName')&&(_0x5a56c9['rootName']=_0x199e17['rootName']),null!=_0x199e17['elementName']&&_0x199e17['hasOwnProperty']('elementName')&&(_0x5a56c9['elementName']=_0x199e17['elementName']),null!=_0x199e17['isAdd']&&_0x199e17['hasOwnProperty']('isAdd')&&(_0x5a56c9['isAdd']=_0x199e17['isAdd']),null!=_0x199e17['wasUndone']&&_0x199e17['hasOwnProperty']('wasUndone')&&(_0x5a56c9['wasUndone']=_0x199e17['wasUndone']),_0x5a56c9;},_0x2cbcd6['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x2cbcd6['getTypeUrl']=function(_0x3629b9){return void 0x0===_0x3629b9&&(_0x3629b9='type.googleapis.com'),_0x3629b9+'/RootOperation';},_0x2cbcd6;}()),_0x2acc8f['SplitOperation']=(function(){function _0x3cedc5(_0x6f8080){if(_0x6f8080){for(var _0x6b73cf=Object['keys'](_0x6f8080),_0x200b3d=0x0;_0x200b3d<_0x6b73cf['length'];++_0x200b3d)null!=_0x6f8080[_0x6b73cf[_0x200b3d]]&&(this[_0x6b73cf[_0x200b3d]]=_0x6f8080[_0x6b73cf[_0x200b3d]]);}}return _0x3cedc5['prototype']['splitPosition']=null,_0x3cedc5['prototype']['graveyardPosition']=null,_0x3cedc5['prototype']['howMany']=0x0,_0x3cedc5['prototype']['insertionPosition']=null,_0x3cedc5['prototype']['wasUndone']=!0x1,_0x3cedc5['create']=function(_0x57d6b7){return new _0x3cedc5(_0x57d6b7);},_0x3cedc5['encode']=function(_0x5c97c8,_0x15c778){return _0x15c778||(_0x15c778=_0x3142f9['create']()),null!=_0x5c97c8['splitPosition']&&Object['hasOwnProperty']['call'](_0x5c97c8,'splitPosition')&&_0x2acc8f['Position']['encode'](_0x5c97c8['splitPosition'],_0x15c778['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5c97c8['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x5c97c8,'graveyardPosition')&&_0x2acc8f['Position']['encode'](_0x5c97c8['graveyardPosition'],_0x15c778['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5c97c8['howMany']&&Object['hasOwnProperty']['call'](_0x5c97c8,'howMany')&&_0x15c778['uint32'](0x18)['uint32'](_0x5c97c8['howMany']),null!=_0x5c97c8['insertionPosition']&&Object['hasOwnProperty']['call'](_0x5c97c8,'insertionPosition')&&_0x2acc8f['Position']['encode'](_0x5c97c8['insertionPosition'],_0x15c778['uint32'](0x22)['fork']())['ldelim'](),null!=_0x5c97c8['wasUndone']&&Object['hasOwnProperty']['call'](_0x5c97c8,'wasUndone')&&_0x15c778['uint32'](0x28)['bool'](_0x5c97c8['wasUndone']),_0x15c778;},_0x3cedc5['encodeDelimited']=function(_0x462ada,_0x52ce49){return this['encode'](_0x462ada,_0x52ce49)['ldelim']();},_0x3cedc5['decode']=function(_0x15b756,_0x51153f){_0x15b756 instanceof _0x431a1b||(_0x15b756=_0x431a1b['create'](_0x15b756));for(var _0x37f45d=void 0x0===_0x51153f?_0x15b756['len']:_0x15b756['pos']+_0x51153f,_0x1c387a=new _0x2acc8f['SplitOperation']();_0x15b756['pos']<_0x37f45d;){var _0x504dba=_0x15b756['uint32']();switch(_0x504dba>>>0x3){case 0x1:_0x1c387a['splitPosition']=_0x2acc8f['Position']['decode'](_0x15b756,_0x15b756['uint32']());break;case 0x2:_0x1c387a['graveyardPosition']=_0x2acc8f['Position']['decode'](_0x15b756,_0x15b756['uint32']());break;case 0x3:_0x1c387a['howMany']=_0x15b756['uint32']();break;case 0x4:_0x1c387a['insertionPosition']=_0x2acc8f['Position']['decode'](_0x15b756,_0x15b756['uint32']());break;case 0x5:_0x1c387a['wasUndone']=_0x15b756['bool']();break;default:_0x15b756['skipType'](0x7&_0x504dba);}}return _0x1c387a;},_0x3cedc5['decodeDelimited']=function(_0x3b65cf){return _0x3b65cf instanceof _0x431a1b||(_0x3b65cf=new _0x431a1b(_0x3b65cf)),this['decode'](_0x3b65cf,_0x3b65cf['uint32']());},_0x3cedc5['verify']=function(_0x2e75d3){if('object'!=typeof _0x2e75d3||null===_0x2e75d3)return'object\x20expected';var _0x5a0fe5;if(null!=_0x2e75d3['splitPosition']&&_0x2e75d3['hasOwnProperty']('splitPosition')&&(_0x5a0fe5=_0x2acc8f['Position']['verify'](_0x2e75d3['splitPosition'])))return'splitPosition.'+_0x5a0fe5;if(null!=_0x2e75d3['graveyardPosition']&&_0x2e75d3['hasOwnProperty']('graveyardPosition')&&(_0x5a0fe5=_0x2acc8f['Position']['verify'](_0x2e75d3['graveyardPosition'])))return'graveyardPosition.'+_0x5a0fe5;if(null!=_0x2e75d3['howMany']&&_0x2e75d3['hasOwnProperty']('howMany')&&!_0x5d137e['isInteger'](_0x2e75d3['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x2e75d3['insertionPosition']&&_0x2e75d3['hasOwnProperty']('insertionPosition')&&(_0x5a0fe5=_0x2acc8f['Position']['verify'](_0x2e75d3['insertionPosition'])))return'insertionPosition.'+_0x5a0fe5;return null!=_0x2e75d3['wasUndone']&&_0x2e75d3['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2e75d3['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3cedc5['fromObject']=function(_0x18d003){if(_0x18d003 instanceof _0x2acc8f['SplitOperation'])return _0x18d003;var _0x20cc62=new _0x2acc8f['SplitOperation']();if(null!=_0x18d003['splitPosition']){if('object'!=typeof _0x18d003['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x20cc62['splitPosition']=_0x2acc8f['Position']['fromObject'](_0x18d003['splitPosition']);}if(null!=_0x18d003['graveyardPosition']){if('object'!=typeof _0x18d003['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x20cc62['graveyardPosition']=_0x2acc8f['Position']['fromObject'](_0x18d003['graveyardPosition']);}if(null!=_0x18d003['howMany']&&(_0x20cc62['howMany']=_0x18d003['howMany']>>>0x0),null!=_0x18d003['insertionPosition']){if('object'!=typeof _0x18d003['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x20cc62['insertionPosition']=_0x2acc8f['Position']['fromObject'](_0x18d003['insertionPosition']);}return null!=_0x18d003['wasUndone']&&(_0x20cc62['wasUndone']=Boolean(_0x18d003['wasUndone'])),_0x20cc62;},_0x3cedc5['toObject']=function(_0x434581,_0x3542b9){_0x3542b9||(_0x3542b9={});var _0x5b2833={};return _0x3542b9['defaults']&&(_0x5b2833['splitPosition']=null,_0x5b2833['graveyardPosition']=null,_0x5b2833['howMany']=0x0,_0x5b2833['insertionPosition']=null,_0x5b2833['wasUndone']=!0x1),null!=_0x434581['splitPosition']&&_0x434581['hasOwnProperty']('splitPosition')&&(_0x5b2833['splitPosition']=_0x2acc8f['Position']['toObject'](_0x434581['splitPosition'],_0x3542b9)),null!=_0x434581['graveyardPosition']&&_0x434581['hasOwnProperty']('graveyardPosition')&&(_0x5b2833['graveyardPosition']=_0x2acc8f['Position']['toObject'](_0x434581['graveyardPosition'],_0x3542b9)),null!=_0x434581['howMany']&&_0x434581['hasOwnProperty']('howMany')&&(_0x5b2833['howMany']=_0x434581['howMany']),null!=_0x434581['insertionPosition']&&_0x434581['hasOwnProperty']('insertionPosition')&&(_0x5b2833['insertionPosition']=_0x2acc8f['Position']['toObject'](_0x434581['insertionPosition'],_0x3542b9)),null!=_0x434581['wasUndone']&&_0x434581['hasOwnProperty']('wasUndone')&&(_0x5b2833['wasUndone']=_0x434581['wasUndone']),_0x5b2833;},_0x3cedc5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x3cedc5['getTypeUrl']=function(_0x19d9c4){return void 0x0===_0x19d9c4&&(_0x19d9c4='type.googleapis.com'),_0x19d9c4+'/SplitOperation';},_0x3cedc5;}()),_0x2acc8f['Position']=(function(){function _0x300a9c(_0x225b11){if(this['path']=[],_0x225b11){for(var _0x1b8345=Object['keys'](_0x225b11),_0x4f7a3c=0x0;_0x4f7a3c<_0x1b8345['length'];++_0x4f7a3c)null!=_0x225b11[_0x1b8345[_0x4f7a3c]]&&(this[_0x1b8345[_0x4f7a3c]]=_0x225b11[_0x1b8345[_0x4f7a3c]]);}}return _0x300a9c['prototype']['root']='',_0x300a9c['prototype']['rootMain']=!0x1,_0x300a9c['prototype']['rootGraveyard']=!0x1,_0x300a9c['prototype']['path']=_0x5d137e['emptyArray'],_0x300a9c['prototype']['stickiness']='',_0x300a9c['create']=function(_0xf0d956){return new _0x300a9c(_0xf0d956);},_0x300a9c['encode']=function(_0x5e613e,_0x5c146e){if(_0x5c146e||(_0x5c146e=_0x3142f9['create']()),null!=_0x5e613e['root']&&Object['hasOwnProperty']['call'](_0x5e613e,'root')&&_0x5c146e['uint32'](0xa)['string'](_0x5e613e['root']),null!=_0x5e613e['rootMain']&&Object['hasOwnProperty']['call'](_0x5e613e,'rootMain')&&_0x5c146e['uint32'](0x10)['bool'](_0x5e613e['rootMain']),null!=_0x5e613e['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x5e613e,'rootGraveyard')&&_0x5c146e['uint32'](0x18)['bool'](_0x5e613e['rootGraveyard']),null!=_0x5e613e['path']&&_0x5e613e['path']['length']){_0x5c146e['uint32'](0x22)['fork']();for(var _0x50954d=0x0;_0x50954d<_0x5e613e['path']['length'];++_0x50954d)_0x5c146e['uint32'](_0x5e613e['path'][_0x50954d]);_0x5c146e['ldelim']();}return null!=_0x5e613e['stickiness']&&Object['hasOwnProperty']['call'](_0x5e613e,'stickiness')&&_0x5c146e['uint32'](0x2a)['string'](_0x5e613e['stickiness']),_0x5c146e;},_0x300a9c['encodeDelimited']=function(_0x12ecb4,_0x343dd0){return this['encode'](_0x12ecb4,_0x343dd0)['ldelim']();},_0x300a9c['decode']=function(_0x102727,_0x4b3475){_0x102727 instanceof _0x431a1b||(_0x102727=_0x431a1b['create'](_0x102727));for(var _0x400e2d=void 0x0===_0x4b3475?_0x102727['len']:_0x102727['pos']+_0x4b3475,_0x33e1ef=new _0x2acc8f['Position']();_0x102727['pos']<_0x400e2d;){var _0x469c4b=_0x102727['uint32']();switch(_0x469c4b>>>0x3){case 0x1:_0x33e1ef['root']=_0x102727['string']();break;case 0x2:_0x33e1ef['rootMain']=_0x102727['bool']();break;case 0x3:_0x33e1ef['rootGraveyard']=_0x102727['bool']();break;case 0x4:if(_0x33e1ef['path']&&_0x33e1ef['path']['length']||(_0x33e1ef['path']=[]),0x2==(0x7&_0x469c4b)){for(var _0x515f96=_0x102727['uint32']()+_0x102727['pos'];_0x102727['pos']<_0x515f96;)_0x33e1ef['path']['push'](_0x102727['uint32']());}else _0x33e1ef['path']['push'](_0x102727['uint32']());break;case 0x5:_0x33e1ef['stickiness']=_0x102727['string']();break;default:_0x102727['skipType'](0x7&_0x469c4b);}}return _0x33e1ef;},_0x300a9c['decodeDelimited']=function(_0x25f151){return _0x25f151 instanceof _0x431a1b||(_0x25f151=new _0x431a1b(_0x25f151)),this['decode'](_0x25f151,_0x25f151['uint32']());},_0x300a9c['verify']=function(_0x4089e0){if('object'!=typeof _0x4089e0||null===_0x4089e0)return'object\x20expected';if(null!=_0x4089e0['root']&&_0x4089e0['hasOwnProperty']('root')&&!_0x5d137e['isString'](_0x4089e0['root']))return'root:\x20string\x20expected';if(null!=_0x4089e0['rootMain']&&_0x4089e0['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x4089e0['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x4089e0['rootGraveyard']&&_0x4089e0['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x4089e0['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x4089e0['path']&&_0x4089e0['hasOwnProperty']('path')){if(!Array['isArray'](_0x4089e0['path']))return'path:\x20array\x20expected';for(var _0x16524e=0x0;_0x16524e<_0x4089e0['path']['length'];++_0x16524e)if(!_0x5d137e['isInteger'](_0x4089e0['path'][_0x16524e]))return'path:\x20integer[]\x20expected';}return null!=_0x4089e0['stickiness']&&_0x4089e0['hasOwnProperty']('stickiness')&&!_0x5d137e['isString'](_0x4089e0['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x300a9c['fromObject']=function(_0x163e72){if(_0x163e72 instanceof _0x2acc8f['Position'])return _0x163e72;var _0x39d421=new _0x2acc8f['Position']();if(null!=_0x163e72['root']&&(_0x39d421['root']=String(_0x163e72['root'])),null!=_0x163e72['rootMain']&&(_0x39d421['rootMain']=Boolean(_0x163e72['rootMain'])),null!=_0x163e72['rootGraveyard']&&(_0x39d421['rootGraveyard']=Boolean(_0x163e72['rootGraveyard'])),_0x163e72['path']){if(!Array['isArray'](_0x163e72['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x39d421['path']=[];for(var _0x4f073c=0x0;_0x4f073c<_0x163e72['path']['length'];++_0x4f073c)_0x39d421['path'][_0x4f073c]=_0x163e72['path'][_0x4f073c]>>>0x0;}return null!=_0x163e72['stickiness']&&(_0x39d421['stickiness']=String(_0x163e72['stickiness'])),_0x39d421;},_0x300a9c['toObject']=function(_0x1570cd,_0x34caae){_0x34caae||(_0x34caae={});var _0x266ca4={};if((_0x34caae['arrays']||_0x34caae['defaults'])&&(_0x266ca4['path']=[]),_0x34caae['defaults']&&(_0x266ca4['root']='',_0x266ca4['rootMain']=!0x1,_0x266ca4['rootGraveyard']=!0x1,_0x266ca4['stickiness']=''),null!=_0x1570cd['root']&&_0x1570cd['hasOwnProperty']('root')&&(_0x266ca4['root']=_0x1570cd['root']),null!=_0x1570cd['rootMain']&&_0x1570cd['hasOwnProperty']('rootMain')&&(_0x266ca4['rootMain']=_0x1570cd['rootMain']),null!=_0x1570cd['rootGraveyard']&&_0x1570cd['hasOwnProperty']('rootGraveyard')&&(_0x266ca4['rootGraveyard']=_0x1570cd['rootGraveyard']),_0x1570cd['path']&&_0x1570cd['path']['length']){_0x266ca4['path']=[];for(var _0x570703=0x0;_0x570703<_0x1570cd['path']['length'];++_0x570703)_0x266ca4['path'][_0x570703]=_0x1570cd['path'][_0x570703];}return null!=_0x1570cd['stickiness']&&_0x1570cd['hasOwnProperty']('stickiness')&&(_0x266ca4['stickiness']=_0x1570cd['stickiness']),_0x266ca4;},_0x300a9c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x300a9c['getTypeUrl']=function(_0x21508e){return void 0x0===_0x21508e&&(_0x21508e='type.googleapis.com'),_0x21508e+'/Position';},_0x300a9c;}()),_0x2acc8f['Range']=(function(){function _0x1387b5(_0x489bf8){if(_0x489bf8){for(var _0x314d32=Object['keys'](_0x489bf8),_0x3083ae=0x0;_0x3083ae<_0x314d32['length'];++_0x3083ae)null!=_0x489bf8[_0x314d32[_0x3083ae]]&&(this[_0x314d32[_0x3083ae]]=_0x489bf8[_0x314d32[_0x3083ae]]);}}return _0x1387b5['prototype']['start']=null,_0x1387b5['prototype']['end']=null,_0x1387b5['create']=function(_0x3ae74d){return new _0x1387b5(_0x3ae74d);},_0x1387b5['encode']=function(_0x2662d6,_0x54cba5){return _0x54cba5||(_0x54cba5=_0x3142f9['create']()),null!=_0x2662d6['start']&&Object['hasOwnProperty']['call'](_0x2662d6,'start')&&_0x2acc8f['Position']['encode'](_0x2662d6['start'],_0x54cba5['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2662d6['end']&&Object['hasOwnProperty']['call'](_0x2662d6,'end')&&_0x2acc8f['Position']['encode'](_0x2662d6['end'],_0x54cba5['uint32'](0x12)['fork']())['ldelim'](),_0x54cba5;},_0x1387b5['encodeDelimited']=function(_0x1f34ec,_0xf1dade){return this['encode'](_0x1f34ec,_0xf1dade)['ldelim']();},_0x1387b5['decode']=function(_0x28a6c7,_0x51f382){_0x28a6c7 instanceof _0x431a1b||(_0x28a6c7=_0x431a1b['create'](_0x28a6c7));for(var _0x46c1a9=void 0x0===_0x51f382?_0x28a6c7['len']:_0x28a6c7['pos']+_0x51f382,_0x3d0e8a=new _0x2acc8f['Range']();_0x28a6c7['pos']<_0x46c1a9;){var _0x25b529=_0x28a6c7['uint32']();switch(_0x25b529>>>0x3){case 0x1:_0x3d0e8a['start']=_0x2acc8f['Position']['decode'](_0x28a6c7,_0x28a6c7['uint32']());break;case 0x2:_0x3d0e8a['end']=_0x2acc8f['Position']['decode'](_0x28a6c7,_0x28a6c7['uint32']());break;default:_0x28a6c7['skipType'](0x7&_0x25b529);}}return _0x3d0e8a;},_0x1387b5['decodeDelimited']=function(_0x45c031){return _0x45c031 instanceof _0x431a1b||(_0x45c031=new _0x431a1b(_0x45c031)),this['decode'](_0x45c031,_0x45c031['uint32']());},_0x1387b5['verify']=function(_0x51896c){if('object'!=typeof _0x51896c||null===_0x51896c)return'object\x20expected';var _0xfa13e2;if(null!=_0x51896c['start']&&_0x51896c['hasOwnProperty']('start')&&(_0xfa13e2=_0x2acc8f['Position']['verify'](_0x51896c['start'])))return'start.'+_0xfa13e2;if(null!=_0x51896c['end']&&_0x51896c['hasOwnProperty']('end')&&(_0xfa13e2=_0x2acc8f['Position']['verify'](_0x51896c['end'])))return'end.'+_0xfa13e2;return null;},_0x1387b5['fromObject']=function(_0x2c60b0){if(_0x2c60b0 instanceof _0x2acc8f['Range'])return _0x2c60b0;var _0xf53145=new _0x2acc8f['Range']();if(null!=_0x2c60b0['start']){if('object'!=typeof _0x2c60b0['start'])throw TypeError('.Range.start:\x20object\x20expected');_0xf53145['start']=_0x2acc8f['Position']['fromObject'](_0x2c60b0['start']);}if(null!=_0x2c60b0['end']){if('object'!=typeof _0x2c60b0['end'])throw TypeError('.Range.end:\x20object\x20expected');_0xf53145['end']=_0x2acc8f['Position']['fromObject'](_0x2c60b0['end']);}return _0xf53145;},_0x1387b5['toObject']=function(_0x5b37c6,_0x1ba90c){_0x1ba90c||(_0x1ba90c={});var _0x504bd6={};return _0x1ba90c['defaults']&&(_0x504bd6['start']=null,_0x504bd6['end']=null),null!=_0x5b37c6['start']&&_0x5b37c6['hasOwnProperty']('start')&&(_0x504bd6['start']=_0x2acc8f['Position']['toObject'](_0x5b37c6['start'],_0x1ba90c)),null!=_0x5b37c6['end']&&_0x5b37c6['hasOwnProperty']('end')&&(_0x504bd6['end']=_0x2acc8f['Position']['toObject'](_0x5b37c6['end'],_0x1ba90c)),_0x504bd6;},_0x1387b5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x1387b5['getTypeUrl']=function(_0x4b6174){return void 0x0===_0x4b6174&&(_0x4b6174='type.googleapis.com'),_0x4b6174+'/Range';},_0x1387b5;}()),_0x2acc8f['Element']=(function(){function _0x3b1c8e(_0x53d326){if(this['children']=[],this['attributesBoolean']={},_0x53d326){for(var _0x99586a=Object['keys'](_0x53d326),_0x5cba67=0x0;_0x5cba67<_0x99586a['length'];++_0x5cba67)null!=_0x53d326[_0x99586a[_0x5cba67]]&&(this[_0x99586a[_0x5cba67]]=_0x53d326[_0x99586a[_0x5cba67]]);}}return _0x3b1c8e['prototype']['name']='',_0x3b1c8e['prototype']['children']=_0x5d137e['emptyArray'],_0x3b1c8e['prototype']['data']='',_0x3b1c8e['prototype']['attributesBoolean']=_0x5d137e['emptyObject'],_0x3b1c8e['prototype']['attributesJson']='',_0x3b1c8e['create']=function(_0x5142b7){return new _0x3b1c8e(_0x5142b7);},_0x3b1c8e['encode']=function(_0x1aa441,_0x2bcb7f){if(_0x2bcb7f||(_0x2bcb7f=_0x3142f9['create']()),null!=_0x1aa441['name']&&Object['hasOwnProperty']['call'](_0x1aa441,'name')&&_0x2bcb7f['uint32'](0xa)['string'](_0x1aa441['name']),null!=_0x1aa441['children']&&_0x1aa441['children']['length']){for(var _0x2beff5=0x0;_0x2beff5<_0x1aa441['children']['length'];++_0x2beff5)_0x2acc8f['Element']['encode'](_0x1aa441['children'][_0x2beff5],_0x2bcb7f['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x1aa441['data']&&Object['hasOwnProperty']['call'](_0x1aa441,'data')&&_0x2bcb7f['uint32'](0x1a)['string'](_0x1aa441['data']),null!=_0x1aa441['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x1aa441,'attributesBoolean')){var _0x12f09d=Object['keys'](_0x1aa441['attributesBoolean']);for(_0x2beff5=0x0;_0x2beff5<_0x12f09d['length'];++_0x2beff5)_0x2bcb7f['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x12f09d[_0x2beff5])['uint32'](0x10)['bool'](_0x1aa441['attributesBoolean'][_0x12f09d[_0x2beff5]])['ldelim']();}return null!=_0x1aa441['attributesJson']&&Object['hasOwnProperty']['call'](_0x1aa441,'attributesJson')&&_0x2bcb7f['uint32'](0x2a)['string'](_0x1aa441['attributesJson']),_0x2bcb7f;},_0x3b1c8e['encodeDelimited']=function(_0x258b96,_0x40e663){return this['encode'](_0x258b96,_0x40e663)['ldelim']();},_0x3b1c8e['decode']=function(_0x3e46bb,_0x3c66eb){_0x3e46bb instanceof _0x431a1b||(_0x3e46bb=_0x431a1b['create'](_0x3e46bb));for(var _0x464c3c,_0x4f1b54,_0x1c6ce9=void 0x0===_0x3c66eb?_0x3e46bb['len']:_0x3e46bb['pos']+_0x3c66eb,_0x1f393f=new _0x2acc8f['Element']();_0x3e46bb['pos']<_0x1c6ce9;){var _0x4fccba=_0x3e46bb['uint32']();switch(_0x4fccba>>>0x3){case 0x1:_0x1f393f['name']=_0x3e46bb['string']();break;case 0x2:_0x1f393f['children']&&_0x1f393f['children']['length']||(_0x1f393f['children']=[]),_0x1f393f['children']['push'](_0x2acc8f['Element']['decode'](_0x3e46bb,_0x3e46bb['uint32']()));break;case 0x3:_0x1f393f['data']=_0x3e46bb['string']();break;case 0x4:_0x1f393f['attributesBoolean']===_0x5d137e['emptyObject']&&(_0x1f393f['attributesBoolean']={});var _0x5419f1=_0x3e46bb['uint32']()+_0x3e46bb['pos'];for(_0x464c3c='',_0x4f1b54=!0x1;_0x3e46bb['pos']<_0x5419f1;){var _0x565feb=_0x3e46bb['uint32']();switch(_0x565feb>>>0x3){case 0x1:_0x464c3c=_0x3e46bb['string']();break;case 0x2:_0x4f1b54=_0x3e46bb['bool']();break;default:_0x3e46bb['skipType'](0x7&_0x565feb);}}_0x1f393f['attributesBoolean'][_0x464c3c]=_0x4f1b54;break;case 0x5:_0x1f393f['attributesJson']=_0x3e46bb['string']();break;default:_0x3e46bb['skipType'](0x7&_0x4fccba);}}return _0x1f393f;},_0x3b1c8e['decodeDelimited']=function(_0x29a9d6){return _0x29a9d6 instanceof _0x431a1b||(_0x29a9d6=new _0x431a1b(_0x29a9d6)),this['decode'](_0x29a9d6,_0x29a9d6['uint32']());},_0x3b1c8e['verify']=function(_0x5623d3){if('object'!=typeof _0x5623d3||null===_0x5623d3)return'object\x20expected';if(null!=_0x5623d3['name']&&_0x5623d3['hasOwnProperty']('name')&&!_0x5d137e['isString'](_0x5623d3['name']))return'name:\x20string\x20expected';if(null!=_0x5623d3['children']&&_0x5623d3['hasOwnProperty']('children')){if(!Array['isArray'](_0x5623d3['children']))return'children:\x20array\x20expected';for(var _0x4fe9ce=0x0;_0x4fe9ce<_0x5623d3['children']['length'];++_0x4fe9ce){var _0x5dae87=_0x2acc8f['Element']['verify'](_0x5623d3['children'][_0x4fe9ce]);if(_0x5dae87)return'children.'+_0x5dae87;}}if(null!=_0x5623d3['data']&&_0x5623d3['hasOwnProperty']('data')&&!_0x5d137e['isString'](_0x5623d3['data']))return'data:\x20string\x20expected';if(null!=_0x5623d3['attributesBoolean']&&_0x5623d3['hasOwnProperty']('attributesBoolean')){if(!_0x5d137e['isObject'](_0x5623d3['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x4a7d47=Object['keys'](_0x5623d3['attributesBoolean']);for(_0x4fe9ce=0x0;_0x4fe9ce<_0x4a7d47['length'];++_0x4fe9ce)if('boolean'!=typeof _0x5623d3['attributesBoolean'][_0x4a7d47[_0x4fe9ce]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x5623d3['attributesJson']&&_0x5623d3['hasOwnProperty']('attributesJson')&&!_0x5d137e['isString'](_0x5623d3['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x3b1c8e['fromObject']=function(_0x27dec2){if(_0x27dec2 instanceof _0x2acc8f['Element'])return _0x27dec2;var _0x1c2dcf=new _0x2acc8f['Element']();if(null!=_0x27dec2['name']&&(_0x1c2dcf['name']=String(_0x27dec2['name'])),_0x27dec2['children']){if(!Array['isArray'](_0x27dec2['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x1c2dcf['children']=[];for(var _0x3cba30=0x0;_0x3cba30<_0x27dec2['children']['length'];++_0x3cba30){if('object'!=typeof _0x27dec2['children'][_0x3cba30])throw TypeError('.Element.children:\x20object\x20expected');_0x1c2dcf['children'][_0x3cba30]=_0x2acc8f['Element']['fromObject'](_0x27dec2['children'][_0x3cba30]);}}if(null!=_0x27dec2['data']&&(_0x1c2dcf['data']=String(_0x27dec2['data'])),_0x27dec2['attributesBoolean']){if('object'!=typeof _0x27dec2['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x1c2dcf['attributesBoolean']={};var _0x466962=Object['keys'](_0x27dec2['attributesBoolean']);for(_0x3cba30=0x0;_0x3cba30<_0x466962['length'];++_0x3cba30)_0x1c2dcf['attributesBoolean'][_0x466962[_0x3cba30]]=Boolean(_0x27dec2['attributesBoolean'][_0x466962[_0x3cba30]]);}return null!=_0x27dec2['attributesJson']&&(_0x1c2dcf['attributesJson']=String(_0x27dec2['attributesJson'])),_0x1c2dcf;},_0x3b1c8e['toObject']=function(_0xf59fc0,_0x7ea792){_0x7ea792||(_0x7ea792={});var _0xb6b20d,_0x4f7210={};if((_0x7ea792['arrays']||_0x7ea792['defaults'])&&(_0x4f7210['children']=[]),(_0x7ea792['objects']||_0x7ea792['defaults'])&&(_0x4f7210['attributesBoolean']={}),_0x7ea792['defaults']&&(_0x4f7210['name']='',_0x4f7210['data']='',_0x4f7210['attributesJson']=''),null!=_0xf59fc0['name']&&_0xf59fc0['hasOwnProperty']('name')&&(_0x4f7210['name']=_0xf59fc0['name']),_0xf59fc0['children']&&_0xf59fc0['children']['length']){_0x4f7210['children']=[];for(var _0x465576=0x0;_0x465576<_0xf59fc0['children']['length'];++_0x465576)_0x4f7210['children'][_0x465576]=_0x2acc8f['Element']['toObject'](_0xf59fc0['children'][_0x465576],_0x7ea792);}if(null!=_0xf59fc0['data']&&_0xf59fc0['hasOwnProperty']('data')&&(_0x4f7210['data']=_0xf59fc0['data']),_0xf59fc0['attributesBoolean']&&(_0xb6b20d=Object['keys'](_0xf59fc0['attributesBoolean']))['length']){_0x4f7210['attributesBoolean']={};for(_0x465576=0x0;_0x465576<_0xb6b20d['length'];++_0x465576)_0x4f7210['attributesBoolean'][_0xb6b20d[_0x465576]]=_0xf59fc0['attributesBoolean'][_0xb6b20d[_0x465576]];}return null!=_0xf59fc0['attributesJson']&&_0xf59fc0['hasOwnProperty']('attributesJson')&&(_0x4f7210['attributesJson']=_0xf59fc0['attributesJson']),_0x4f7210;},_0x3b1c8e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x3b1c8e['getTypeUrl']=function(_0x4da12e){return void 0x0===_0x4da12e&&(_0x4da12e='type.googleapis.com'),_0x4da12e+'/Element';},_0x3b1c8e;}()),_0x2acc8f;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x5c056a){return new w(this['_protobufRoot'][_0x5c056a]);}}class w{['_protobuf'];constructor(_0x15b290){this['_protobuf']=_0x15b290;}['compress'](_0x27b0c6){const _0x113230=this['_protobuf']['verify'](_0x27b0c6);if(_0x113230)throw Error(_0x113230);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x27b0c6))['finish']();}['decompress'](_0x36dcb8){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x36dcb8),{'oneofs':!0x0});}}function g(_0x2dcb3e,_0x1b760f){const _0x55907e=_0x304848(_0x2dcb3e);return _0x55907e['path'][_0x55907e['path']['length']-0x1]+=_0x1b760f,_0x55907e;}function _(_0xd6432,_0x5e9690){return _0xd6432['root']===_0x5e9690['root']&&_0x20225c(_0xd6432['path'],_0x5e9690['path']);}function $(_0x34fa57){P(_0x34fa57,_0x4507a4=>('main'==_0x4507a4['root']?(_0x4507a4['rootMain']=!0x0,delete _0x4507a4['root']):'$graveyard'==_0x4507a4['root']&&(_0x4507a4['rootGraveyard']=!0x0,delete _0x4507a4['root']),_0x4507a4));}function J(_0x1f61d3){P(_0x1f61d3,_0x4699c9=>(_0x4699c9['rootMain']?(_0x4699c9['root']='main',delete _0x4699c9['rootMain']):_0x4699c9['rootGraveyard']&&(_0x4699c9['root']='$graveyard',delete _0x4699c9['rootGraveyard']),_0x4699c9));}function P(_0x1c2b09,_0x1cb26e){for(const _0x30f092 in _0x1c2b09){const _0x337637=_0x1c2b09[_0x30f092];'nodes'!==_0x30f092&&_0x201c8f(_0x337637)&&(_0x337637['path']&&(_0x337637['root']||_0x337637['rootMain']||_0x337637['rootGraveyard'])?_0x1c2b09[_0x30f092]=_0x1cb26e(_0x337637):P(_0x337637,_0x1cb26e));}return _0x1c2b09;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x40307c,_0x3b871d,_0x5c3bc9){this['_id']=_0x40307c,this['_operationName']=_0x3b871d,this['_protobufDescriptor']=_0x5c3bc9;}['compress'](_0x13f9c8,_0x7722f3){const _0x160ea8=_0x7722f3['shift']();return $(_0x160ea8),_0x13f9c8['buffers']['push'](this['_protobufDescriptor']['compress'](_0x160ea8)),_0x13f9c8['types']['push'](this['_id']),!0x0;}['decompress'](_0xe27da0,_0x481740){_0x481740['types']['shift']();const _0x1f1af2=this['_protobufDescriptor']['decompress'](_0x481740['buffers']['shift']());J(_0x1f1af2),_0x1f1af2['__className']=this['_operationName'],_0xe27da0['push'](_0x1f1af2);}}class s extends e{['compress'](_0x5b8eed,_0x2fe387){const _0x59571f=_0x2fe387['shift']();return this['_serializeOneOf']('oldValue',_0x59571f),this['_serializeOneOf']('newValue',_0x59571f),$(_0x59571f),_0x5b8eed['buffers']['push'](this['_protobufDescriptor']['compress'](_0x59571f)),_0x5b8eed['types']['push'](this['_id']),!0x0;}['decompress'](_0x1a8d30,_0xac574){const {types:_0x14f5e4,buffers:_0x8e37f3}=_0xac574,_0xee503d=this['_protobufDescriptor']['decompress'](_0x8e37f3['shift']());_0x14f5e4['shift'](),this['_deserializeOneOf']('oldValue',_0xee503d),this['_deserializeOneOf']('newValue',_0xee503d),J(_0xee503d),_0xee503d['__className']=this['_operationName'],_0x1a8d30['push'](_0xee503d);}['_serializeOneOf'](_0x1b79e8,_0x3bc715){const _0x5c869d=_0x3bc715[_0x1b79e8];'boolean'==typeof _0x5c869d?_0x3bc715[_0x1b79e8+'Boolean']=_0x5c869d:_0x3bc715[_0x1b79e8+'Json']=JSON['stringify'](_0x5c869d);}['_deserializeOneOf'](_0x4203a9,_0x5e1ee3){const _0x3c9cfc=_0x4203a9+'Json';_0x5e1ee3[_0x3c9cfc]?(_0x5e1ee3[_0x4203a9]=JSON['parse'](_0x5e1ee3[_0x3c9cfc]),delete _0x5e1ee3[_0x3c9cfc]):(_0x5e1ee3[_0x4203a9]=_0x5e1ee3[_0x4203a9+'Boolean'],delete _0x5e1ee3[_0x4203a9+'Boolean']);}}class i extends e{['compress'](_0x587129,_0x52006a){const _0x971be6=_0x52006a['shift']();return this['_serializeNodesAttributes'](_0x971be6['nodes']),$(_0x971be6),_0x587129['buffers']['push'](this['_protobufDescriptor']['compress'](_0x971be6)),_0x587129['types']['push'](this['_id']),!0x0;}['decompress'](_0x1047af,_0x19c38a){const {types:_0x2a765e,buffers:_0x135a86}=_0x19c38a,_0x5acd06=this['_protobufDescriptor']['decompress'](_0x135a86['shift']());_0x2a765e['shift'](),_0x5acd06['nodes']||(_0x5acd06['nodes']=[]),this['_deserializeNodesAttributes'](_0x5acd06['nodes']),J(_0x5acd06),_0x5acd06['__className']=this['_operationName'],_0x1047af['push'](_0x5acd06);}['_serializeNodesAttributes'](_0xbd546){for(const _0x3c14a6 of _0xbd546){if(_0x3c14a6['attributes']){const _0x5c6b08=_0x3c14a6['attributes'];this['_areValuesBoolean'](_0x5c6b08)?_0x3c14a6['attributesBoolean']=_0x5c6b08:_0x3c14a6['attributesJson']=JSON['stringify'](_0x5c6b08);}_0x3c14a6['children']&&this['_serializeNodesAttributes'](_0x3c14a6['children']);}}['_deserializeNodesAttributes'](_0x1570df){for(const _0x5ee045 of _0x1570df)(_0x5ee045['attributesBoolean']||_0x5ee045['attributesJson'])&&(_0x5ee045['attributesBoolean']?(_0x5ee045['attributes']=_0x5ee045['attributesBoolean'],delete _0x5ee045['attributesBoolean']):(_0x5ee045['attributes']=JSON['parse'](_0x5ee045['attributesJson']),delete _0x5ee045['attributesJson'])),_0x5ee045['children']&&this['_deserializeNodesAttributes'](_0x5ee045['children']);}['_areValuesBoolean'](_0x274377){return Object['keys'](_0x274377)['every'](_0x47aa36=>'boolean'==typeof _0x274377[_0x47aa36]);}}class n extends e{['decompress'](_0x72f1bf,_0x1eee5d){super['decompress'](_0x72f1bf,_0x1eee5d);const _0x5aea65=_0x72f1bf[_0x72f1bf['length']-0x1];_0x5aea65['oldRange']||(_0x5aea65['oldRange']=null),_0x5aea65['newRange']||(_0x5aea65['newRange']=null);}}class p extends e{['compress'](_0x5e50f6,_0x5e56bc){return _0x5e56bc['shift'](),_0x5e50f6['types']['push'](this['_id']),!0x0;}['decompress'](_0x5b2e7a,_0x12a754){_0x12a754['types']['shift'](),_0x5b2e7a['push']({'__className':this['_operationName']});}}class m extends n{['_omittedNamespace'];constructor(_0x48b718,_0xac9983,_0x532140,_0x59c9fa){super(_0x48b718,_0xac9983,_0x532140),this['_omittedNamespace']=_0x59c9fa+':';}['compress'](_0x32f9a9,_0x443b9f){return!('MarkerOperation'!=_0x443b9f[0x0]['__className']||!_0x443b9f[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x443b9f[0x0]['name']=_0x443b9f[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x32f9a9,_0x443b9f),!0x0);}['decompress'](_0x2ba97c,_0x530326){super['decompress'](_0x2ba97c,_0x530326);const _0x30047a=_0x2ba97c[_0x2ba97c['length']-0x1];_0x30047a['name']=this['_omittedNamespace']+_0x30047a['name'];}}class O{['_id'];['_context'];constructor(_0x1d3e21,_0x4a1ac1){this['_id']=_0x1d3e21,this['_context']=_0x4a1ac1;}['compress'](_0x5cdc0b,_0x37211b){let _0x2f5cbd;for(;_0x37211b['length']>0x1&&this['_compareOperations'](_0x37211b[0x0],_0x37211b[0x1]);)_0x2f5cbd?(_0x2f5cbd=this['_combineNext'](_0x37211b['shift'](),_0x2f5cbd),_0x5cdc0b['types']['push'](0x0)):(_0x2f5cbd=_0x304848(_0x37211b['shift']()),_0x5cdc0b['types']['push'](this['_id']));return!!_0x2f5cbd&&(_0x2f5cbd=this['_combineNext'](_0x37211b['shift'](),_0x2f5cbd),_0x5cdc0b['types']['push'](0x0),_0x5cdc0b['buffers']['push'](this['_compressSingleOperation'](_0x2f5cbd)),!0x0);}['decompress'](_0x1c25d7,_0x55bbf4){const _0x27bdce=this['_decompressSingleOperation'](_0x55bbf4);for(;0x0==_0x55bbf4['types'][0x0];)_0x55bbf4['types']['shift'](),_0x1c25d7['push'](this['_splitCurrent'](_0x27bdce));_0x1c25d7['push'](_0x27bdce);}}class a extends O{['_combineNext'](_0x21d46c,_0x49de51){return _0x49de51['nodes'][0x0]['data']+=_0x21d46c['nodes'][0x0]['data'],_0x49de51;}['_splitCurrent'](_0x553b45){const _0x589d20=_0x304848(_0x553b45),_0x53c8f2=_0x589d20['nodes'][0x0],_0x36fcf4=_0x553b45['nodes'][0x0],_0x4999d2=_0x36fcf4['data'][Symbol['iterator']]()['next']()['value'],_0x5ae4af=_0x4999d2['length'];return _0x53c8f2['data']=_0x4999d2,_0x36fcf4['data']=_0x36fcf4['data']['substr'](_0x5ae4af),_0x553b45['position']=g(_0x553b45['position'],_0x5ae4af),_0x589d20;}['_compareOperations'](_0x3ab62d,_0x52ed9c){if(this['_checkOperation'](_0x3ab62d)&&this['_checkOperation'](_0x52ed9c)){const _0x3ff4c3=_0x3ab62d['nodes'][0x0]['data']['length'],_0x23adfb=_(g(_0x3ab62d['position'],_0x3ff4c3),_0x52ed9c['position']),_0x4f07dc=_0x3ab62d['nodes'][0x0],_0x53b668=_0x52ed9c['nodes'][0x0];return _0x23adfb&&this['_compareAttributes'](_0x4f07dc,_0x53b668);}return!0x1;}['_compressSingleOperation'](_0x2b3842){const _0xc266d5={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0xc266d5,[_0x2b3842]),_0xc266d5['buffers'][0x0];}['_decompressSingleOperation'](_0x303f5a){const _0x4dcf27=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x4dcf27,_0x303f5a),_0x4dcf27[0x0];}['_checkOperation'](_0x3240ca){return'InsertOperation'==_0x3240ca['__className']&&0x1==_0x3240ca['nodes']['length']&&_0x3240ca['nodes'][0x0]['data']&&!_0x3240ca['wasUndone']&&0x1==Array['from'](_0x3240ca['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x12b9b9,_0x5ad50e){const _0x1fca14=Object['keys'](_0x12b9b9['attributes']||{}),_0x1ca373=Object['keys'](_0x5ad50e['attributes']||{});return _0x1fca14['length']===_0x1ca373['length']&&_0x1fca14['every'](_0x6d35a3=>_0x5ad50e['attributes'][_0x6d35a3]&&_0x5ad50e['attributes'][_0x6d35a3]===_0x12b9b9['attributes'][_0x6d35a3]);}}class c extends O{['_combineNext'](_0x58fea3,_0x6e6c3){return _0x6e6c3['howMany']++,_0x6e6c3['sourcePosition']=_0x304848(_0x58fea3['sourcePosition']),_0x6e6c3;}['_splitCurrent'](_0x5027c3){const _0x390c30=_0x304848(_0x5027c3);return _0x5027c3['howMany']--,_0x390c30['howMany']=0x1,_0x390c30['sourcePosition']=g(_0x390c30['sourcePosition'],_0x5027c3['howMany']),_0x390c30;}['_compareOperations'](_0x54bf52,_0x352043){return!(!this['_checkOperation'](_0x54bf52)||!this['_checkOperation'](_0x352043))&&(_(g(_0x54bf52['sourcePosition'],-0x1),_0x352043['sourcePosition'])&&_(_0x54bf52['targetPosition'],_0x352043['targetPosition']));}['_compressSingleOperation'](_0x273000){const _0x34d309={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x34d309,[_0x273000]),_0x34d309['buffers'][0x0];}['_decompressSingleOperation'](_0x320d8a){const _0x1307b8=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x1307b8,_0x320d8a),_0x1307b8[0x0];}['_checkOperation'](_0x37e397){return'MoveOperation'==_0x37e397['__className']&&'$graveyard'==_0x37e397['targetPosition']['root']&&0x1==_0x37e397['howMany']&&!_0x37e397['wasUndone'];}}class h extends O{['_combineNext'](_0x3e2180,_0x313f45){return _0x313f45['howMany']++,_0x313f45;}['_splitCurrent'](_0xa85920){const _0x5383c3=_0x304848(_0xa85920);return _0x5383c3['howMany']=0x1,_0xa85920['howMany']--,_0x5383c3;}['_compareOperations'](_0x465ed2,_0x146f18){return!(!this['_checkOperation'](_0x465ed2)||!this['_checkOperation'](_0x146f18))&&(_(_0x465ed2['sourcePosition'],_0x146f18['sourcePosition'])&&_(_0x465ed2['targetPosition'],_0x146f18['targetPosition']));}['_compressSingleOperation'](_0x259ef4){const _0x23f6c2={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x23f6c2,[_0x259ef4]),_0x23f6c2['buffers'][0x0];}['_decompressSingleOperation'](_0x106803){const _0x23ed5b=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x23ed5b,_0x106803),_0x23ed5b[0x0];}['_checkOperation'](_0x34951a){return'MoveOperation'==_0x34951a['__className']&&'$graveyard'==_0x34951a['targetPosition']['root']&&0x1==_0x34951a['howMany']&&!_0x34951a['wasUndone'];}}class f extends O{['compress'](_0x27035f,_0x24121f){if(!this['_compareOperations'](_0x24121f[0x0],_0x24121f[0x1]))return!0x1;const _0x536972=_0x24121f['shift']();return _0x536972['oldRange']=null,_0x536972['newRange']&&_(_0x536972['newRange']['start'],_0x536972['newRange']['end'])&&(_0x536972['newRange']['end']=null),_0x24121f['shift'](),_0x27035f['types']['push'](this['_id']),_0x27035f['types']['push'](0x0),_0x27035f['buffers']['push'](this['_compressSingleOperation'](_0x536972)),!0x0;}['decompress'](_0x110a20,_0x57efd3){const _0x65a7a8=this['_decompressSingleOperation'](_0x57efd3);_0x65a7a8['newRange']&&!_0x65a7a8['newRange']['end']&&(_0x65a7a8['newRange']['end']=_0x304848(_0x65a7a8['newRange']['start']));const _0x31a76d=_0x304848(_0x65a7a8);_0x31a76d['newRange']&&(_0x31a76d['newRange']['start']['stickiness']='toNone',_0x31a76d['newRange']['end']=_0x304848(_0x31a76d['newRange']['start'])),_0x31a76d['name']='user:position:'+_0x31a76d['name']['split'](':')[0x2],_0x57efd3['types']['shift'](),_0x110a20['push'](_0x65a7a8),_0x110a20['push'](_0x31a76d);}['_compressSingleOperation'](_0x5d9a59){const _0x505953={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x505953,[_0x5d9a59]),_0x505953['buffers'][0x0];}['_decompressSingleOperation'](_0x2e6dca){const _0x3ad57a=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x3ad57a,_0x2e6dca),_0x3ad57a[0x0];}['_compareOperations'](_0x67181,_0x3396d2){return!(!_0x67181||!_0x3396d2)&&('MarkerOperation'==_0x67181['__className']&&'MarkerOperation'==_0x3396d2['__className']&&!(!_0x67181['name']['startsWith']('user:')||!_0x3396d2['name']['startsWith']('user:')||_0x67181['name']==_0x3396d2['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x589732=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new m(0x12,'MarkerOperation',_0x589732,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new m(0x13,'MarkerOperation',_0x589732,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',a),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x178f02){if(!_0x178f02||!_0x178f02[0x0])throw new _0x55a9dd('no-operations-provided',this);const _0x3ae3c0={'types':[],'buffers':[],'baseVersion':_0x178f02[0x0]['baseVersion']};for(;_0x178f02['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x3ae3c0,_0x178f02)||this['_getCompressorByName']('TypingAction')['compress'](_0x3ae3c0,_0x178f02)||this['_getCompressorByName']('DeletingAction')['compress'](_0x3ae3c0,_0x178f02)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x3ae3c0,_0x178f02)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x3ae3c0,_0x178f02)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x3ae3c0,_0x178f02)||this['_getCompressorByName'](_0x178f02[0x0]['__className'])['compress'](_0x3ae3c0,_0x178f02);return _0x3ae3c0;}['decompress'](_0x400651){const _0x439681=[];for(;_0x400651['types']['length'];){const _0x123b08=this['_compressorById']['get'](_0x400651['types'][0x0]);if(!_0x123b08)throw new _0x55a9dd('decompress-compressor-not-found',this,{'type':_0x400651['types'][0x0]});_0x123b08['decompress'](_0x439681,_0x400651);}return _0x439681['forEach']((_0x2bd69b,_0x5dae53)=>_0x2bd69b['baseVersion']=_0x400651['baseVersion']+_0x5dae53),_0x439681;}['_getCompressorByName'](_0xf4fb1b){return this['_compressorByName']['get'](_0xf4fb1b);}['_registerOperationCompressor'](_0x34fa23,_0x51677c,_0x2ccce5){const _0x5f1a7e=new _0x2ccce5(_0x34fa23,_0x51677c,this['_protobufFactory']['getDescriptor'](_0x51677c));this['_registerCompressor'](_0x34fa23,_0x51677c,_0x5f1a7e);}['_registerActionCompressor'](_0x52d10a,_0x5197ec,_0x547176){const _0x2d5735=new _0x547176(_0x52d10a,this);this['_registerCompressor'](_0x52d10a,_0x5197ec,_0x2d5735);}['_registerCompressor'](_0x76bcb1,_0x3892a2,_0x195a03){this['_compressorById']['set'](_0x76bcb1,_0x195a03),this['_compressorByName']['set'](_0x3892a2,_0x195a03);}}export{y as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "47.3.0-alpha.
|
|
3
|
+
"version": "47.3.0-alpha.7",
|
|
4
4
|
"description": "CKEditor 5 operations compressor for real-time collaboration.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://ckeditor.com/collaboration/real-time/",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ckeditor/ckeditor5-utils": "47.3.0-alpha.
|
|
37
|
-
"ckeditor5": "47.3.0-alpha.
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "47.3.0-alpha.7",
|
|
37
|
+
"ckeditor5": "47.3.0-alpha.7",
|
|
38
38
|
"es-toolkit": "1.39.5",
|
|
39
39
|
"protobufjs": "7.5.0"
|
|
40
40
|
},
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x233b8c=_0x318b;function _0x318b(_0x5857bf,_0x25da6d){const _0x271ea4=_0x271e();return _0x318b=function(_0x318b98,_0x13523d){_0x318b98=_0x318b98-0x1ef;let _0xbe1326=_0x271ea4[_0x318b98];return _0xbe1326;},_0x318b(_0x5857bf,_0x25da6d);}(function(_0xcdc6f9,_0x1803f3){const _0x337d2d=_0x318b,_0x8ec84e=_0xcdc6f9();while(!![]){try{const _0xe98309=-parseInt(_0x337d2d(0x1f0))/0x1+parseInt(_0x337d2d(0x1f9))/0x2*(parseInt(_0x337d2d(0x1ff))/0x3)+parseInt(_0x337d2d(0x1f4))/0x4+-parseInt(_0x337d2d(0x1f8))/0x5+-parseInt(_0x337d2d(0x201))/0x6*(-parseInt(_0x337d2d(0x1f7))/0x7)+-parseInt(_0x337d2d(0x206))/0x8+-parseInt(_0x337d2d(0x1f5))/0x9*(parseInt(_0x337d2d(0x1fd))/0xa);if(_0xe98309===_0x1803f3)break;else _0x8ec84e['push'](_0x8ec84e['shift']());}catch(_0x3c2ca8){_0x8ec84e['push'](_0x8ec84e['shift']());}}}(_0x271e,0x1a3ba));function _0x271e(){const _0x8ef3c4=['575075ajIMNK','500UBDyBU','compress','length','push','49850vZiBqG','_id','1995EPeBZY','_combineNext','120XiArjR','shift','_compareOperations','_decompressSingleOperation','decompress','49408DohDas','_splitCurrent','31189uFyQwB','buffers','_context','_compressSingleOperation','203940AOXdDE','261hdqgBR','types','65506PhSGPN'];_0x271e=function(){return _0x8ef3c4;};return _0x271e();}import{cloneDeep as _0x47ebaf}from'es-toolkit/compat';export class ActionCompressor{[_0x233b8c(0x1fe)];[_0x233b8c(0x1f2)];constructor(_0x443bd4,_0x3316da){const _0x1cf260=_0x233b8c;this[_0x1cf260(0x1fe)]=_0x443bd4,this[_0x1cf260(0x1f2)]=_0x3316da;}[_0x233b8c(0x1fa)](_0x415002,_0x5b70a4){const _0x1c189a=_0x233b8c;let _0x33053c;for(;_0x5b70a4[_0x1c189a(0x1fb)]>0x1&&this[_0x1c189a(0x203)](_0x5b70a4[0x0],_0x5b70a4[0x1]);)_0x33053c?(_0x33053c=this[_0x1c189a(0x200)](_0x5b70a4[_0x1c189a(0x202)](),_0x33053c),_0x415002[_0x1c189a(0x1f6)][_0x1c189a(0x1fc)](0x0)):(_0x33053c=_0x47ebaf(_0x5b70a4[_0x1c189a(0x202)]()),_0x415002[_0x1c189a(0x1f6)][_0x1c189a(0x1fc)](this[_0x1c189a(0x1fe)]));return!!_0x33053c&&(_0x33053c=this[_0x1c189a(0x200)](_0x5b70a4[_0x1c189a(0x202)](),_0x33053c),_0x415002[_0x1c189a(0x1f6)][_0x1c189a(0x1fc)](0x0),_0x415002[_0x1c189a(0x1f1)][_0x1c189a(0x1fc)](this[_0x1c189a(0x1f3)](_0x33053c)),!0x0);}[_0x233b8c(0x205)](_0x446049,_0x3f3403){const _0x963553=_0x233b8c,_0x123e1b=this[_0x963553(0x204)](_0x3f3403);for(;0x0==_0x3f3403[_0x963553(0x1f6)][0x0];)_0x3f3403[_0x963553(0x1f6)][_0x963553(0x202)](),_0x446049[_0x963553(0x1fc)](this[_0x963553(0x1ef)](_0x123e1b));_0x446049[_0x963553(0x1fc)](_0x123e1b);}}
|