@ckeditor/ckeditor5-operations-compressor 47.3.0-alpha.4 → 47.3.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +3 -3
- package/src/actioncompressor/actioncompressor.js +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
- package/src/actioncompressor/typingactioncompressor.js +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +1 -1
- package/src/compressor.js +1 -1
- package/src/index.js +1 -1
- package/src/lib/compiledmessages.js +2 -2
- package/src/lib/protobufdescriptions.js +1 -1
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +1 -1
- package/src/operationcompressor/attributeoperationcompressor.js +1 -1
- package/src/operationcompressor/insertoperationcompressor.js +1 -1
- package/src/operationcompressor/markeroperationcompressor.js +1 -1
- package/src/operationcompressor/nooperationcompressor.js +1 -1
- package/src/operationcompressor/operationcompressor.js +1 -1
- package/src/protobuffactory.js +1 -1
- package/src/utils.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{CKEditorError as
|
|
24
|
-
((()=>{var _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 _0x1a50cf}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x2ef525 from'protobufjs/minimal.js';import{cloneDeep as _0x16b7d8,isEqual as _0x1bdb63,isObject as _0x178511}from'es-toolkit/compat';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x313a50=_0x2ef525['Reader'],_0x2c4a13=_0x2ef525['Writer'],_0x5a4002=_0x2ef525['util'],_0x1a5fd2=_0x2ef525['roots']['default']||(_0x2ef525['roots']['default']={});return _0x1a5fd2['AttributeOperation']=(function(){function _0x526adb(_0x27b8ed){if(_0x27b8ed){for(var _0x449946=Object['keys'](_0x27b8ed),_0x38f422=0x0;_0x38f422<_0x449946['length'];++_0x38f422)null!=_0x27b8ed[_0x449946[_0x38f422]]&&(this[_0x449946[_0x38f422]]=_0x27b8ed[_0x449946[_0x38f422]]);}}return _0x526adb['prototype']['range']=null,_0x526adb['prototype']['key']='',_0x526adb['prototype']['oldValueBoolean']=!0x1,_0x526adb['prototype']['oldValueJson']='',_0x526adb['prototype']['newValueBoolean']=!0x1,_0x526adb['prototype']['newValueJson']='',_0x526adb['prototype']['wasUndone']=!0x1,_0x526adb['create']=function(_0x88d7f3){return new _0x526adb(_0x88d7f3);},_0x526adb['encode']=function(_0x137a0b,_0x37071b){return _0x37071b||(_0x37071b=_0x2c4a13['create']()),null!=_0x137a0b['range']&&Object['hasOwnProperty']['call'](_0x137a0b,'range')&&_0x1a5fd2['Range']['encode'](_0x137a0b['range'],_0x37071b['uint32'](0xa)['fork']())['ldelim'](),null!=_0x137a0b['key']&&Object['hasOwnProperty']['call'](_0x137a0b,'key')&&_0x37071b['uint32'](0x12)['string'](_0x137a0b['key']),null!=_0x137a0b['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x137a0b,'oldValueBoolean')&&_0x37071b['uint32'](0x18)['bool'](_0x137a0b['oldValueBoolean']),null!=_0x137a0b['oldValueJson']&&Object['hasOwnProperty']['call'](_0x137a0b,'oldValueJson')&&_0x37071b['uint32'](0x22)['string'](_0x137a0b['oldValueJson']),null!=_0x137a0b['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x137a0b,'newValueBoolean')&&_0x37071b['uint32'](0x28)['bool'](_0x137a0b['newValueBoolean']),null!=_0x137a0b['newValueJson']&&Object['hasOwnProperty']['call'](_0x137a0b,'newValueJson')&&_0x37071b['uint32'](0x32)['string'](_0x137a0b['newValueJson']),null!=_0x137a0b['wasUndone']&&Object['hasOwnProperty']['call'](_0x137a0b,'wasUndone')&&_0x37071b['uint32'](0x38)['bool'](_0x137a0b['wasUndone']),_0x37071b;},_0x526adb['encodeDelimited']=function(_0x270d76,_0x1e9f57){return this['encode'](_0x270d76,_0x1e9f57)['ldelim']();},_0x526adb['decode']=function(_0x64965a,_0x5bfb0c){_0x64965a instanceof _0x313a50||(_0x64965a=_0x313a50['create'](_0x64965a));for(var _0x5521a7=void 0x0===_0x5bfb0c?_0x64965a['len']:_0x64965a['pos']+_0x5bfb0c,_0x5d40f1=new _0x1a5fd2['AttributeOperation']();_0x64965a['pos']<_0x5521a7;){var _0x5e7f74=_0x64965a['uint32']();switch(_0x5e7f74>>>0x3){case 0x1:_0x5d40f1['range']=_0x1a5fd2['Range']['decode'](_0x64965a,_0x64965a['uint32']());break;case 0x2:_0x5d40f1['key']=_0x64965a['string']();break;case 0x3:_0x5d40f1['oldValueBoolean']=_0x64965a['bool']();break;case 0x4:_0x5d40f1['oldValueJson']=_0x64965a['string']();break;case 0x5:_0x5d40f1['newValueBoolean']=_0x64965a['bool']();break;case 0x6:_0x5d40f1['newValueJson']=_0x64965a['string']();break;case 0x7:_0x5d40f1['wasUndone']=_0x64965a['bool']();break;default:_0x64965a['skipType'](0x7&_0x5e7f74);}}return _0x5d40f1;},_0x526adb['decodeDelimited']=function(_0x1e786e){return _0x1e786e instanceof _0x313a50||(_0x1e786e=new _0x313a50(_0x1e786e)),this['decode'](_0x1e786e,_0x1e786e['uint32']());},_0x526adb['verify']=function(_0x4e335c){if('object'!=typeof _0x4e335c||null===_0x4e335c)return'object\x20expected';if(null!=_0x4e335c['range']&&_0x4e335c['hasOwnProperty']('range')){var _0x47eaf2=_0x1a5fd2['Range']['verify'](_0x4e335c['range']);if(_0x47eaf2)return'range.'+_0x47eaf2;}return null!=_0x4e335c['key']&&_0x4e335c['hasOwnProperty']('key')&&!_0x5a4002['isString'](_0x4e335c['key'])?'key:\x20string\x20expected':null!=_0x4e335c['oldValueBoolean']&&_0x4e335c['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x4e335c['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x4e335c['oldValueJson']&&_0x4e335c['hasOwnProperty']('oldValueJson')&&!_0x5a4002['isString'](_0x4e335c['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x4e335c['newValueBoolean']&&_0x4e335c['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x4e335c['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x4e335c['newValueJson']&&_0x4e335c['hasOwnProperty']('newValueJson')&&!_0x5a4002['isString'](_0x4e335c['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x4e335c['wasUndone']&&_0x4e335c['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4e335c['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x526adb['fromObject']=function(_0x5d6051){if(_0x5d6051 instanceof _0x1a5fd2['AttributeOperation'])return _0x5d6051;var _0x1835a5=new _0x1a5fd2['AttributeOperation']();if(null!=_0x5d6051['range']){if('object'!=typeof _0x5d6051['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x1835a5['range']=_0x1a5fd2['Range']['fromObject'](_0x5d6051['range']);}return null!=_0x5d6051['key']&&(_0x1835a5['key']=String(_0x5d6051['key'])),null!=_0x5d6051['oldValueBoolean']&&(_0x1835a5['oldValueBoolean']=Boolean(_0x5d6051['oldValueBoolean'])),null!=_0x5d6051['oldValueJson']&&(_0x1835a5['oldValueJson']=String(_0x5d6051['oldValueJson'])),null!=_0x5d6051['newValueBoolean']&&(_0x1835a5['newValueBoolean']=Boolean(_0x5d6051['newValueBoolean'])),null!=_0x5d6051['newValueJson']&&(_0x1835a5['newValueJson']=String(_0x5d6051['newValueJson'])),null!=_0x5d6051['wasUndone']&&(_0x1835a5['wasUndone']=Boolean(_0x5d6051['wasUndone'])),_0x1835a5;},_0x526adb['toObject']=function(_0xf5960b,_0x53ff60){_0x53ff60||(_0x53ff60={});var _0x2f12c9={};return _0x53ff60['defaults']&&(_0x2f12c9['range']=null,_0x2f12c9['key']='',_0x2f12c9['oldValueBoolean']=!0x1,_0x2f12c9['oldValueJson']='',_0x2f12c9['newValueBoolean']=!0x1,_0x2f12c9['newValueJson']='',_0x2f12c9['wasUndone']=!0x1),null!=_0xf5960b['range']&&_0xf5960b['hasOwnProperty']('range')&&(_0x2f12c9['range']=_0x1a5fd2['Range']['toObject'](_0xf5960b['range'],_0x53ff60)),null!=_0xf5960b['key']&&_0xf5960b['hasOwnProperty']('key')&&(_0x2f12c9['key']=_0xf5960b['key']),null!=_0xf5960b['oldValueBoolean']&&_0xf5960b['hasOwnProperty']('oldValueBoolean')&&(_0x2f12c9['oldValueBoolean']=_0xf5960b['oldValueBoolean']),null!=_0xf5960b['oldValueJson']&&_0xf5960b['hasOwnProperty']('oldValueJson')&&(_0x2f12c9['oldValueJson']=_0xf5960b['oldValueJson']),null!=_0xf5960b['newValueBoolean']&&_0xf5960b['hasOwnProperty']('newValueBoolean')&&(_0x2f12c9['newValueBoolean']=_0xf5960b['newValueBoolean']),null!=_0xf5960b['newValueJson']&&_0xf5960b['hasOwnProperty']('newValueJson')&&(_0x2f12c9['newValueJson']=_0xf5960b['newValueJson']),null!=_0xf5960b['wasUndone']&&_0xf5960b['hasOwnProperty']('wasUndone')&&(_0x2f12c9['wasUndone']=_0xf5960b['wasUndone']),_0x2f12c9;},_0x526adb['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2ef525['util']['toJSONOptions']);},_0x526adb['getTypeUrl']=function(_0x5d7c6a){return void 0x0===_0x5d7c6a&&(_0x5d7c6a='type.googleapis.com'),_0x5d7c6a+'/AttributeOperation';},_0x526adb;}()),_0x1a5fd2['InsertOperation']=(function(){function _0x4396c5(_0x46140e){if(this['nodes']=[],_0x46140e){for(var _0x127e89=Object['keys'](_0x46140e),_0x3cc416=0x0;_0x3cc416<_0x127e89['length'];++_0x3cc416)null!=_0x46140e[_0x127e89[_0x3cc416]]&&(this[_0x127e89[_0x3cc416]]=_0x46140e[_0x127e89[_0x3cc416]]);}}return _0x4396c5['prototype']['position']=null,_0x4396c5['prototype']['nodes']=_0x5a4002['emptyArray'],_0x4396c5['prototype']['shouldReceiveAttributes']=!0x1,_0x4396c5['prototype']['wasUndone']=!0x1,_0x4396c5['create']=function(_0x5a39f1){return new _0x4396c5(_0x5a39f1);},_0x4396c5['encode']=function(_0x5e28cb,_0x216131){if(_0x216131||(_0x216131=_0x2c4a13['create']()),null!=_0x5e28cb['position']&&Object['hasOwnProperty']['call'](_0x5e28cb,'position')&&_0x1a5fd2['Position']['encode'](_0x5e28cb['position'],_0x216131['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5e28cb['nodes']&&_0x5e28cb['nodes']['length']){for(var _0x17de47=0x0;_0x17de47<_0x5e28cb['nodes']['length'];++_0x17de47)_0x1a5fd2['Element']['encode'](_0x5e28cb['nodes'][_0x17de47],_0x216131['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x5e28cb['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x5e28cb,'shouldReceiveAttributes')&&_0x216131['uint32'](0x18)['bool'](_0x5e28cb['shouldReceiveAttributes']),null!=_0x5e28cb['wasUndone']&&Object['hasOwnProperty']['call'](_0x5e28cb,'wasUndone')&&_0x216131['uint32'](0x20)['bool'](_0x5e28cb['wasUndone']),_0x216131;},_0x4396c5['encodeDelimited']=function(_0x5c2b03,_0x4cce68){return this['encode'](_0x5c2b03,_0x4cce68)['ldelim']();},_0x4396c5['decode']=function(_0x1a1e2a,_0x145ab0){_0x1a1e2a instanceof _0x313a50||(_0x1a1e2a=_0x313a50['create'](_0x1a1e2a));for(var _0x2a8b44=void 0x0===_0x145ab0?_0x1a1e2a['len']:_0x1a1e2a['pos']+_0x145ab0,_0x127552=new _0x1a5fd2['InsertOperation']();_0x1a1e2a['pos']<_0x2a8b44;){var _0x41001b=_0x1a1e2a['uint32']();switch(_0x41001b>>>0x3){case 0x1:_0x127552['position']=_0x1a5fd2['Position']['decode'](_0x1a1e2a,_0x1a1e2a['uint32']());break;case 0x2:_0x127552['nodes']&&_0x127552['nodes']['length']||(_0x127552['nodes']=[]),_0x127552['nodes']['push'](_0x1a5fd2['Element']['decode'](_0x1a1e2a,_0x1a1e2a['uint32']()));break;case 0x3:_0x127552['shouldReceiveAttributes']=_0x1a1e2a['bool']();break;case 0x4:_0x127552['wasUndone']=_0x1a1e2a['bool']();break;default:_0x1a1e2a['skipType'](0x7&_0x41001b);}}return _0x127552;},_0x4396c5['decodeDelimited']=function(_0x4be0c8){return _0x4be0c8 instanceof _0x313a50||(_0x4be0c8=new _0x313a50(_0x4be0c8)),this['decode'](_0x4be0c8,_0x4be0c8['uint32']());},_0x4396c5['verify']=function(_0x13238f){if('object'!=typeof _0x13238f||null===_0x13238f)return'object\x20expected';if(null!=_0x13238f['position']&&_0x13238f['hasOwnProperty']('position')&&(_0x572c57=_0x1a5fd2['Position']['verify'](_0x13238f['position'])))return'position.'+_0x572c57;if(null!=_0x13238f['nodes']&&_0x13238f['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x13238f['nodes']))return'nodes:\x20array\x20expected';for(var _0x14b060=0x0;_0x14b060<_0x13238f['nodes']['length'];++_0x14b060){var _0x572c57;if(_0x572c57=_0x1a5fd2['Element']['verify'](_0x13238f['nodes'][_0x14b060]))return'nodes.'+_0x572c57;}}return null!=_0x13238f['shouldReceiveAttributes']&&_0x13238f['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x13238f['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x13238f['wasUndone']&&_0x13238f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x13238f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4396c5['fromObject']=function(_0x5d000a){if(_0x5d000a instanceof _0x1a5fd2['InsertOperation'])return _0x5d000a;var _0xa5f2b0=new _0x1a5fd2['InsertOperation']();if(null!=_0x5d000a['position']){if('object'!=typeof _0x5d000a['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0xa5f2b0['position']=_0x1a5fd2['Position']['fromObject'](_0x5d000a['position']);}if(_0x5d000a['nodes']){if(!Array['isArray'](_0x5d000a['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0xa5f2b0['nodes']=[];for(var _0x5e7e49=0x0;_0x5e7e49<_0x5d000a['nodes']['length'];++_0x5e7e49){if('object'!=typeof _0x5d000a['nodes'][_0x5e7e49])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0xa5f2b0['nodes'][_0x5e7e49]=_0x1a5fd2['Element']['fromObject'](_0x5d000a['nodes'][_0x5e7e49]);}}return null!=_0x5d000a['shouldReceiveAttributes']&&(_0xa5f2b0['shouldReceiveAttributes']=Boolean(_0x5d000a['shouldReceiveAttributes'])),null!=_0x5d000a['wasUndone']&&(_0xa5f2b0['wasUndone']=Boolean(_0x5d000a['wasUndone'])),_0xa5f2b0;},_0x4396c5['toObject']=function(_0x5d47c7,_0x27c9a7){_0x27c9a7||(_0x27c9a7={});var _0x296716={};if((_0x27c9a7['arrays']||_0x27c9a7['defaults'])&&(_0x296716['nodes']=[]),_0x27c9a7['defaults']&&(_0x296716['position']=null,_0x296716['shouldReceiveAttributes']=!0x1,_0x296716['wasUndone']=!0x1),null!=_0x5d47c7['position']&&_0x5d47c7['hasOwnProperty']('position')&&(_0x296716['position']=_0x1a5fd2['Position']['toObject'](_0x5d47c7['position'],_0x27c9a7)),_0x5d47c7['nodes']&&_0x5d47c7['nodes']['length']){_0x296716['nodes']=[];for(var _0x2b400c=0x0;_0x2b400c<_0x5d47c7['nodes']['length'];++_0x2b400c)_0x296716['nodes'][_0x2b400c]=_0x1a5fd2['Element']['toObject'](_0x5d47c7['nodes'][_0x2b400c],_0x27c9a7);}return null!=_0x5d47c7['shouldReceiveAttributes']&&_0x5d47c7['hasOwnProperty']('shouldReceiveAttributes')&&(_0x296716['shouldReceiveAttributes']=_0x5d47c7['shouldReceiveAttributes']),null!=_0x5d47c7['wasUndone']&&_0x5d47c7['hasOwnProperty']('wasUndone')&&(_0x296716['wasUndone']=_0x5d47c7['wasUndone']),_0x296716;},_0x4396c5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2ef525['util']['toJSONOptions']);},_0x4396c5['getTypeUrl']=function(_0x45b621){return void 0x0===_0x45b621&&(_0x45b621='type.googleapis.com'),_0x45b621+'/InsertOperation';},_0x4396c5;}()),_0x1a5fd2['MarkerOperation']=(function(){function _0x222d7b(_0xfab42c){if(_0xfab42c){for(var _0x19072f=Object['keys'](_0xfab42c),_0x5e3cf1=0x0;_0x5e3cf1<_0x19072f['length'];++_0x5e3cf1)null!=_0xfab42c[_0x19072f[_0x5e3cf1]]&&(this[_0x19072f[_0x5e3cf1]]=_0xfab42c[_0x19072f[_0x5e3cf1]]);}}return _0x222d7b['prototype']['name']='',_0x222d7b['prototype']['oldRange']=null,_0x222d7b['prototype']['newRange']=null,_0x222d7b['prototype']['affectsData']=!0x1,_0x222d7b['prototype']['wasUndone']=!0x1,_0x222d7b['create']=function(_0x81e43f){return new _0x222d7b(_0x81e43f);},_0x222d7b['encode']=function(_0x43eef3,_0x8f41d1){return _0x8f41d1||(_0x8f41d1=_0x2c4a13['create']()),null!=_0x43eef3['name']&&Object['hasOwnProperty']['call'](_0x43eef3,'name')&&_0x8f41d1['uint32'](0xa)['string'](_0x43eef3['name']),null!=_0x43eef3['oldRange']&&Object['hasOwnProperty']['call'](_0x43eef3,'oldRange')&&_0x1a5fd2['Range']['encode'](_0x43eef3['oldRange'],_0x8f41d1['uint32'](0x12)['fork']())['ldelim'](),null!=_0x43eef3['newRange']&&Object['hasOwnProperty']['call'](_0x43eef3,'newRange')&&_0x1a5fd2['Range']['encode'](_0x43eef3['newRange'],_0x8f41d1['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x43eef3['affectsData']&&Object['hasOwnProperty']['call'](_0x43eef3,'affectsData')&&_0x8f41d1['uint32'](0x20)['bool'](_0x43eef3['affectsData']),null!=_0x43eef3['wasUndone']&&Object['hasOwnProperty']['call'](_0x43eef3,'wasUndone')&&_0x8f41d1['uint32'](0x28)['bool'](_0x43eef3['wasUndone']),_0x8f41d1;},_0x222d7b['encodeDelimited']=function(_0x12fdba,_0x430798){return this['encode'](_0x12fdba,_0x430798)['ldelim']();},_0x222d7b['decode']=function(_0x346357,_0x5a2e7c){_0x346357 instanceof _0x313a50||(_0x346357=_0x313a50['create'](_0x346357));for(var _0x2552c9=void 0x0===_0x5a2e7c?_0x346357['len']:_0x346357['pos']+_0x5a2e7c,_0x7f9916=new _0x1a5fd2['MarkerOperation']();_0x346357['pos']<_0x2552c9;){var _0x3e23af=_0x346357['uint32']();switch(_0x3e23af>>>0x3){case 0x1:_0x7f9916['name']=_0x346357['string']();break;case 0x2:_0x7f9916['oldRange']=_0x1a5fd2['Range']['decode'](_0x346357,_0x346357['uint32']());break;case 0x3:_0x7f9916['newRange']=_0x1a5fd2['Range']['decode'](_0x346357,_0x346357['uint32']());break;case 0x4:_0x7f9916['affectsData']=_0x346357['bool']();break;case 0x5:_0x7f9916['wasUndone']=_0x346357['bool']();break;default:_0x346357['skipType'](0x7&_0x3e23af);}}return _0x7f9916;},_0x222d7b['decodeDelimited']=function(_0x59f6af){return _0x59f6af instanceof _0x313a50||(_0x59f6af=new _0x313a50(_0x59f6af)),this['decode'](_0x59f6af,_0x59f6af['uint32']());},_0x222d7b['verify']=function(_0x461039){if('object'!=typeof _0x461039||null===_0x461039)return'object\x20expected';if(null!=_0x461039['name']&&_0x461039['hasOwnProperty']('name')&&!_0x5a4002['isString'](_0x461039['name']))return'name:\x20string\x20expected';var _0x490539;if(null!=_0x461039['oldRange']&&_0x461039['hasOwnProperty']('oldRange')&&(_0x490539=_0x1a5fd2['Range']['verify'](_0x461039['oldRange'])))return'oldRange.'+_0x490539;if(null!=_0x461039['newRange']&&_0x461039['hasOwnProperty']('newRange')&&(_0x490539=_0x1a5fd2['Range']['verify'](_0x461039['newRange'])))return'newRange.'+_0x490539;return null!=_0x461039['affectsData']&&_0x461039['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x461039['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x461039['wasUndone']&&_0x461039['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x461039['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x222d7b['fromObject']=function(_0x1ccef2){if(_0x1ccef2 instanceof _0x1a5fd2['MarkerOperation'])return _0x1ccef2;var _0x39f89b=new _0x1a5fd2['MarkerOperation']();if(null!=_0x1ccef2['name']&&(_0x39f89b['name']=String(_0x1ccef2['name'])),null!=_0x1ccef2['oldRange']){if('object'!=typeof _0x1ccef2['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x39f89b['oldRange']=_0x1a5fd2['Range']['fromObject'](_0x1ccef2['oldRange']);}if(null!=_0x1ccef2['newRange']){if('object'!=typeof _0x1ccef2['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x39f89b['newRange']=_0x1a5fd2['Range']['fromObject'](_0x1ccef2['newRange']);}return null!=_0x1ccef2['affectsData']&&(_0x39f89b['affectsData']=Boolean(_0x1ccef2['affectsData'])),null!=_0x1ccef2['wasUndone']&&(_0x39f89b['wasUndone']=Boolean(_0x1ccef2['wasUndone'])),_0x39f89b;},_0x222d7b['toObject']=function(_0xddbea6,_0x576014){_0x576014||(_0x576014={});var _0x5c8e11={};return _0x576014['defaults']&&(_0x5c8e11['name']='',_0x5c8e11['oldRange']=null,_0x5c8e11['newRange']=null,_0x5c8e11['affectsData']=!0x1,_0x5c8e11['wasUndone']=!0x1),null!=_0xddbea6['name']&&_0xddbea6['hasOwnProperty']('name')&&(_0x5c8e11['name']=_0xddbea6['name']),null!=_0xddbea6['oldRange']&&_0xddbea6['hasOwnProperty']('oldRange')&&(_0x5c8e11['oldRange']=_0x1a5fd2['Range']['toObject'](_0xddbea6['oldRange'],_0x576014)),null!=_0xddbea6['newRange']&&_0xddbea6['hasOwnProperty']('newRange')&&(_0x5c8e11['newRange']=_0x1a5fd2['Range']['toObject'](_0xddbea6['newRange'],_0x576014)),null!=_0xddbea6['affectsData']&&_0xddbea6['hasOwnProperty']('affectsData')&&(_0x5c8e11['affectsData']=_0xddbea6['affectsData']),null!=_0xddbea6['wasUndone']&&_0xddbea6['hasOwnProperty']('wasUndone')&&(_0x5c8e11['wasUndone']=_0xddbea6['wasUndone']),_0x5c8e11;},_0x222d7b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2ef525['util']['toJSONOptions']);},_0x222d7b['getTypeUrl']=function(_0x4e4ec7){return void 0x0===_0x4e4ec7&&(_0x4e4ec7='type.googleapis.com'),_0x4e4ec7+'/MarkerOperation';},_0x222d7b;}()),_0x1a5fd2['MergeOperation']=(function(){function _0x5557e9(_0x490a07){if(_0x490a07){for(var _0x4425df=Object['keys'](_0x490a07),_0x43ba1f=0x0;_0x43ba1f<_0x4425df['length'];++_0x43ba1f)null!=_0x490a07[_0x4425df[_0x43ba1f]]&&(this[_0x4425df[_0x43ba1f]]=_0x490a07[_0x4425df[_0x43ba1f]]);}}return _0x5557e9['prototype']['sourcePosition']=null,_0x5557e9['prototype']['targetPosition']=null,_0x5557e9['prototype']['graveyardPosition']=null,_0x5557e9['prototype']['howMany']=0x0,_0x5557e9['prototype']['wasUndone']=!0x1,_0x5557e9['create']=function(_0x64de3e){return new _0x5557e9(_0x64de3e);},_0x5557e9['encode']=function(_0x346e1b,_0x45c2da){return _0x45c2da||(_0x45c2da=_0x2c4a13['create']()),null!=_0x346e1b['sourcePosition']&&Object['hasOwnProperty']['call'](_0x346e1b,'sourcePosition')&&_0x1a5fd2['Position']['encode'](_0x346e1b['sourcePosition'],_0x45c2da['uint32'](0xa)['fork']())['ldelim'](),null!=_0x346e1b['targetPosition']&&Object['hasOwnProperty']['call'](_0x346e1b,'targetPosition')&&_0x1a5fd2['Position']['encode'](_0x346e1b['targetPosition'],_0x45c2da['uint32'](0x12)['fork']())['ldelim'](),null!=_0x346e1b['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x346e1b,'graveyardPosition')&&_0x1a5fd2['Position']['encode'](_0x346e1b['graveyardPosition'],_0x45c2da['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x346e1b['howMany']&&Object['hasOwnProperty']['call'](_0x346e1b,'howMany')&&_0x45c2da['uint32'](0x20)['uint32'](_0x346e1b['howMany']),null!=_0x346e1b['wasUndone']&&Object['hasOwnProperty']['call'](_0x346e1b,'wasUndone')&&_0x45c2da['uint32'](0x28)['bool'](_0x346e1b['wasUndone']),_0x45c2da;},_0x5557e9['encodeDelimited']=function(_0x17fb34,_0x226c14){return this['encode'](_0x17fb34,_0x226c14)['ldelim']();},_0x5557e9['decode']=function(_0x531fba,_0xe8e173){_0x531fba instanceof _0x313a50||(_0x531fba=_0x313a50['create'](_0x531fba));for(var _0x114858=void 0x0===_0xe8e173?_0x531fba['len']:_0x531fba['pos']+_0xe8e173,_0x2b6063=new _0x1a5fd2['MergeOperation']();_0x531fba['pos']<_0x114858;){var _0x6c7f91=_0x531fba['uint32']();switch(_0x6c7f91>>>0x3){case 0x1:_0x2b6063['sourcePosition']=_0x1a5fd2['Position']['decode'](_0x531fba,_0x531fba['uint32']());break;case 0x2:_0x2b6063['targetPosition']=_0x1a5fd2['Position']['decode'](_0x531fba,_0x531fba['uint32']());break;case 0x3:_0x2b6063['graveyardPosition']=_0x1a5fd2['Position']['decode'](_0x531fba,_0x531fba['uint32']());break;case 0x4:_0x2b6063['howMany']=_0x531fba['uint32']();break;case 0x5:_0x2b6063['wasUndone']=_0x531fba['bool']();break;default:_0x531fba['skipType'](0x7&_0x6c7f91);}}return _0x2b6063;},_0x5557e9['decodeDelimited']=function(_0x49be0d){return _0x49be0d instanceof _0x313a50||(_0x49be0d=new _0x313a50(_0x49be0d)),this['decode'](_0x49be0d,_0x49be0d['uint32']());},_0x5557e9['verify']=function(_0x37746f){if('object'!=typeof _0x37746f||null===_0x37746f)return'object\x20expected';var _0x1914f5;if(null!=_0x37746f['sourcePosition']&&_0x37746f['hasOwnProperty']('sourcePosition')&&(_0x1914f5=_0x1a5fd2['Position']['verify'](_0x37746f['sourcePosition'])))return'sourcePosition.'+_0x1914f5;if(null!=_0x37746f['targetPosition']&&_0x37746f['hasOwnProperty']('targetPosition')&&(_0x1914f5=_0x1a5fd2['Position']['verify'](_0x37746f['targetPosition'])))return'targetPosition.'+_0x1914f5;if(null!=_0x37746f['graveyardPosition']&&_0x37746f['hasOwnProperty']('graveyardPosition')&&(_0x1914f5=_0x1a5fd2['Position']['verify'](_0x37746f['graveyardPosition'])))return'graveyardPosition.'+_0x1914f5;return null!=_0x37746f['howMany']&&_0x37746f['hasOwnProperty']('howMany')&&!_0x5a4002['isInteger'](_0x37746f['howMany'])?'howMany:\x20integer\x20expected':null!=_0x37746f['wasUndone']&&_0x37746f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x37746f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5557e9['fromObject']=function(_0x1fbae4){if(_0x1fbae4 instanceof _0x1a5fd2['MergeOperation'])return _0x1fbae4;var _0x366b42=new _0x1a5fd2['MergeOperation']();if(null!=_0x1fbae4['sourcePosition']){if('object'!=typeof _0x1fbae4['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x366b42['sourcePosition']=_0x1a5fd2['Position']['fromObject'](_0x1fbae4['sourcePosition']);}if(null!=_0x1fbae4['targetPosition']){if('object'!=typeof _0x1fbae4['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x366b42['targetPosition']=_0x1a5fd2['Position']['fromObject'](_0x1fbae4['targetPosition']);}if(null!=_0x1fbae4['graveyardPosition']){if('object'!=typeof _0x1fbae4['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x366b42['graveyardPosition']=_0x1a5fd2['Position']['fromObject'](_0x1fbae4['graveyardPosition']);}return null!=_0x1fbae4['howMany']&&(_0x366b42['howMany']=_0x1fbae4['howMany']>>>0x0),null!=_0x1fbae4['wasUndone']&&(_0x366b42['wasUndone']=Boolean(_0x1fbae4['wasUndone'])),_0x366b42;},_0x5557e9['toObject']=function(_0x110e6d,_0x5aa27d){_0x5aa27d||(_0x5aa27d={});var _0x51af0f={};return _0x5aa27d['defaults']&&(_0x51af0f['sourcePosition']=null,_0x51af0f['targetPosition']=null,_0x51af0f['graveyardPosition']=null,_0x51af0f['howMany']=0x0,_0x51af0f['wasUndone']=!0x1),null!=_0x110e6d['sourcePosition']&&_0x110e6d['hasOwnProperty']('sourcePosition')&&(_0x51af0f['sourcePosition']=_0x1a5fd2['Position']['toObject'](_0x110e6d['sourcePosition'],_0x5aa27d)),null!=_0x110e6d['targetPosition']&&_0x110e6d['hasOwnProperty']('targetPosition')&&(_0x51af0f['targetPosition']=_0x1a5fd2['Position']['toObject'](_0x110e6d['targetPosition'],_0x5aa27d)),null!=_0x110e6d['graveyardPosition']&&_0x110e6d['hasOwnProperty']('graveyardPosition')&&(_0x51af0f['graveyardPosition']=_0x1a5fd2['Position']['toObject'](_0x110e6d['graveyardPosition'],_0x5aa27d)),null!=_0x110e6d['howMany']&&_0x110e6d['hasOwnProperty']('howMany')&&(_0x51af0f['howMany']=_0x110e6d['howMany']),null!=_0x110e6d['wasUndone']&&_0x110e6d['hasOwnProperty']('wasUndone')&&(_0x51af0f['wasUndone']=_0x110e6d['wasUndone']),_0x51af0f;},_0x5557e9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2ef525['util']['toJSONOptions']);},_0x5557e9['getTypeUrl']=function(_0x9418c8){return void 0x0===_0x9418c8&&(_0x9418c8='type.googleapis.com'),_0x9418c8+'/MergeOperation';},_0x5557e9;}()),_0x1a5fd2['MoveOperation']=(function(){function _0x108b56(_0xdf9121){if(_0xdf9121){for(var _0x139303=Object['keys'](_0xdf9121),_0x416f41=0x0;_0x416f41<_0x139303['length'];++_0x416f41)null!=_0xdf9121[_0x139303[_0x416f41]]&&(this[_0x139303[_0x416f41]]=_0xdf9121[_0x139303[_0x416f41]]);}}return _0x108b56['prototype']['sourcePosition']=null,_0x108b56['prototype']['howMany']=0x0,_0x108b56['prototype']['targetPosition']=null,_0x108b56['prototype']['wasUndone']=!0x1,_0x108b56['create']=function(_0x3a78ed){return new _0x108b56(_0x3a78ed);},_0x108b56['encode']=function(_0x4111d5,_0x5eddb7){return _0x5eddb7||(_0x5eddb7=_0x2c4a13['create']()),null!=_0x4111d5['sourcePosition']&&Object['hasOwnProperty']['call'](_0x4111d5,'sourcePosition')&&_0x1a5fd2['Position']['encode'](_0x4111d5['sourcePosition'],_0x5eddb7['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4111d5['howMany']&&Object['hasOwnProperty']['call'](_0x4111d5,'howMany')&&_0x5eddb7['uint32'](0x10)['uint32'](_0x4111d5['howMany']),null!=_0x4111d5['targetPosition']&&Object['hasOwnProperty']['call'](_0x4111d5,'targetPosition')&&_0x1a5fd2['Position']['encode'](_0x4111d5['targetPosition'],_0x5eddb7['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x4111d5['wasUndone']&&Object['hasOwnProperty']['call'](_0x4111d5,'wasUndone')&&_0x5eddb7['uint32'](0x20)['bool'](_0x4111d5['wasUndone']),_0x5eddb7;},_0x108b56['encodeDelimited']=function(_0x1d78b7,_0x445658){return this['encode'](_0x1d78b7,_0x445658)['ldelim']();},_0x108b56['decode']=function(_0x30a831,_0x1ceeac){_0x30a831 instanceof _0x313a50||(_0x30a831=_0x313a50['create'](_0x30a831));for(var _0x2fed1a=void 0x0===_0x1ceeac?_0x30a831['len']:_0x30a831['pos']+_0x1ceeac,_0xf76b90=new _0x1a5fd2['MoveOperation']();_0x30a831['pos']<_0x2fed1a;){var _0x43445a=_0x30a831['uint32']();switch(_0x43445a>>>0x3){case 0x1:_0xf76b90['sourcePosition']=_0x1a5fd2['Position']['decode'](_0x30a831,_0x30a831['uint32']());break;case 0x2:_0xf76b90['howMany']=_0x30a831['uint32']();break;case 0x3:_0xf76b90['targetPosition']=_0x1a5fd2['Position']['decode'](_0x30a831,_0x30a831['uint32']());break;case 0x4:_0xf76b90['wasUndone']=_0x30a831['bool']();break;default:_0x30a831['skipType'](0x7&_0x43445a);}}return _0xf76b90;},_0x108b56['decodeDelimited']=function(_0x4fa223){return _0x4fa223 instanceof _0x313a50||(_0x4fa223=new _0x313a50(_0x4fa223)),this['decode'](_0x4fa223,_0x4fa223['uint32']());},_0x108b56['verify']=function(_0x5ed216){if('object'!=typeof _0x5ed216||null===_0x5ed216)return'object\x20expected';var _0x1f59d5;if(null!=_0x5ed216['sourcePosition']&&_0x5ed216['hasOwnProperty']('sourcePosition')&&(_0x1f59d5=_0x1a5fd2['Position']['verify'](_0x5ed216['sourcePosition'])))return'sourcePosition.'+_0x1f59d5;if(null!=_0x5ed216['howMany']&&_0x5ed216['hasOwnProperty']('howMany')&&!_0x5a4002['isInteger'](_0x5ed216['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x5ed216['targetPosition']&&_0x5ed216['hasOwnProperty']('targetPosition')&&(_0x1f59d5=_0x1a5fd2['Position']['verify'](_0x5ed216['targetPosition'])))return'targetPosition.'+_0x1f59d5;return null!=_0x5ed216['wasUndone']&&_0x5ed216['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5ed216['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x108b56['fromObject']=function(_0x5ab123){if(_0x5ab123 instanceof _0x1a5fd2['MoveOperation'])return _0x5ab123;var _0x224adc=new _0x1a5fd2['MoveOperation']();if(null!=_0x5ab123['sourcePosition']){if('object'!=typeof _0x5ab123['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x224adc['sourcePosition']=_0x1a5fd2['Position']['fromObject'](_0x5ab123['sourcePosition']);}if(null!=_0x5ab123['howMany']&&(_0x224adc['howMany']=_0x5ab123['howMany']>>>0x0),null!=_0x5ab123['targetPosition']){if('object'!=typeof _0x5ab123['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x224adc['targetPosition']=_0x1a5fd2['Position']['fromObject'](_0x5ab123['targetPosition']);}return null!=_0x5ab123['wasUndone']&&(_0x224adc['wasUndone']=Boolean(_0x5ab123['wasUndone'])),_0x224adc;},_0x108b56['toObject']=function(_0x3b75b6,_0x5c6c1f){_0x5c6c1f||(_0x5c6c1f={});var _0x19275b={};return _0x5c6c1f['defaults']&&(_0x19275b['sourcePosition']=null,_0x19275b['howMany']=0x0,_0x19275b['targetPosition']=null,_0x19275b['wasUndone']=!0x1),null!=_0x3b75b6['sourcePosition']&&_0x3b75b6['hasOwnProperty']('sourcePosition')&&(_0x19275b['sourcePosition']=_0x1a5fd2['Position']['toObject'](_0x3b75b6['sourcePosition'],_0x5c6c1f)),null!=_0x3b75b6['howMany']&&_0x3b75b6['hasOwnProperty']('howMany')&&(_0x19275b['howMany']=_0x3b75b6['howMany']),null!=_0x3b75b6['targetPosition']&&_0x3b75b6['hasOwnProperty']('targetPosition')&&(_0x19275b['targetPosition']=_0x1a5fd2['Position']['toObject'](_0x3b75b6['targetPosition'],_0x5c6c1f)),null!=_0x3b75b6['wasUndone']&&_0x3b75b6['hasOwnProperty']('wasUndone')&&(_0x19275b['wasUndone']=_0x3b75b6['wasUndone']),_0x19275b;},_0x108b56['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2ef525['util']['toJSONOptions']);},_0x108b56['getTypeUrl']=function(_0x4e6387){return void 0x0===_0x4e6387&&(_0x4e6387='type.googleapis.com'),_0x4e6387+'/MoveOperation';},_0x108b56;}()),_0x1a5fd2['RenameOperation']=(function(){function _0x573045(_0x45c170){if(_0x45c170){for(var _0x33a734=Object['keys'](_0x45c170),_0x301082=0x0;_0x301082<_0x33a734['length'];++_0x301082)null!=_0x45c170[_0x33a734[_0x301082]]&&(this[_0x33a734[_0x301082]]=_0x45c170[_0x33a734[_0x301082]]);}}return _0x573045['prototype']['position']=null,_0x573045['prototype']['oldName']='',_0x573045['prototype']['newName']='',_0x573045['prototype']['wasUndone']=!0x1,_0x573045['create']=function(_0x2446ea){return new _0x573045(_0x2446ea);},_0x573045['encode']=function(_0x1a7cac,_0x3bf595){return _0x3bf595||(_0x3bf595=_0x2c4a13['create']()),null!=_0x1a7cac['position']&&Object['hasOwnProperty']['call'](_0x1a7cac,'position')&&_0x1a5fd2['Position']['encode'](_0x1a7cac['position'],_0x3bf595['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1a7cac['oldName']&&Object['hasOwnProperty']['call'](_0x1a7cac,'oldName')&&_0x3bf595['uint32'](0x12)['string'](_0x1a7cac['oldName']),null!=_0x1a7cac['newName']&&Object['hasOwnProperty']['call'](_0x1a7cac,'newName')&&_0x3bf595['uint32'](0x1a)['string'](_0x1a7cac['newName']),null!=_0x1a7cac['wasUndone']&&Object['hasOwnProperty']['call'](_0x1a7cac,'wasUndone')&&_0x3bf595['uint32'](0x20)['bool'](_0x1a7cac['wasUndone']),_0x3bf595;},_0x573045['encodeDelimited']=function(_0x3cc98d,_0x2f4bbf){return this['encode'](_0x3cc98d,_0x2f4bbf)['ldelim']();},_0x573045['decode']=function(_0x2ac7ba,_0x2ce3ab){_0x2ac7ba instanceof _0x313a50||(_0x2ac7ba=_0x313a50['create'](_0x2ac7ba));for(var _0x159758=void 0x0===_0x2ce3ab?_0x2ac7ba['len']:_0x2ac7ba['pos']+_0x2ce3ab,_0x312325=new _0x1a5fd2['RenameOperation']();_0x2ac7ba['pos']<_0x159758;){var _0x15588c=_0x2ac7ba['uint32']();switch(_0x15588c>>>0x3){case 0x1:_0x312325['position']=_0x1a5fd2['Position']['decode'](_0x2ac7ba,_0x2ac7ba['uint32']());break;case 0x2:_0x312325['oldName']=_0x2ac7ba['string']();break;case 0x3:_0x312325['newName']=_0x2ac7ba['string']();break;case 0x4:_0x312325['wasUndone']=_0x2ac7ba['bool']();break;default:_0x2ac7ba['skipType'](0x7&_0x15588c);}}return _0x312325;},_0x573045['decodeDelimited']=function(_0x5a4ff6){return _0x5a4ff6 instanceof _0x313a50||(_0x5a4ff6=new _0x313a50(_0x5a4ff6)),this['decode'](_0x5a4ff6,_0x5a4ff6['uint32']());},_0x573045['verify']=function(_0xb5f319){if('object'!=typeof _0xb5f319||null===_0xb5f319)return'object\x20expected';if(null!=_0xb5f319['position']&&_0xb5f319['hasOwnProperty']('position')){var _0x1e1889=_0x1a5fd2['Position']['verify'](_0xb5f319['position']);if(_0x1e1889)return'position.'+_0x1e1889;}return null!=_0xb5f319['oldName']&&_0xb5f319['hasOwnProperty']('oldName')&&!_0x5a4002['isString'](_0xb5f319['oldName'])?'oldName:\x20string\x20expected':null!=_0xb5f319['newName']&&_0xb5f319['hasOwnProperty']('newName')&&!_0x5a4002['isString'](_0xb5f319['newName'])?'newName:\x20string\x20expected':null!=_0xb5f319['wasUndone']&&_0xb5f319['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xb5f319['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x573045['fromObject']=function(_0x4131f5){if(_0x4131f5 instanceof _0x1a5fd2['RenameOperation'])return _0x4131f5;var _0x23a02f=new _0x1a5fd2['RenameOperation']();if(null!=_0x4131f5['position']){if('object'!=typeof _0x4131f5['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x23a02f['position']=_0x1a5fd2['Position']['fromObject'](_0x4131f5['position']);}return null!=_0x4131f5['oldName']&&(_0x23a02f['oldName']=String(_0x4131f5['oldName'])),null!=_0x4131f5['newName']&&(_0x23a02f['newName']=String(_0x4131f5['newName'])),null!=_0x4131f5['wasUndone']&&(_0x23a02f['wasUndone']=Boolean(_0x4131f5['wasUndone'])),_0x23a02f;},_0x573045['toObject']=function(_0x32eeb3,_0x11b35d){_0x11b35d||(_0x11b35d={});var _0x50ada6={};return _0x11b35d['defaults']&&(_0x50ada6['position']=null,_0x50ada6['oldName']='',_0x50ada6['newName']='',_0x50ada6['wasUndone']=!0x1),null!=_0x32eeb3['position']&&_0x32eeb3['hasOwnProperty']('position')&&(_0x50ada6['position']=_0x1a5fd2['Position']['toObject'](_0x32eeb3['position'],_0x11b35d)),null!=_0x32eeb3['oldName']&&_0x32eeb3['hasOwnProperty']('oldName')&&(_0x50ada6['oldName']=_0x32eeb3['oldName']),null!=_0x32eeb3['newName']&&_0x32eeb3['hasOwnProperty']('newName')&&(_0x50ada6['newName']=_0x32eeb3['newName']),null!=_0x32eeb3['wasUndone']&&_0x32eeb3['hasOwnProperty']('wasUndone')&&(_0x50ada6['wasUndone']=_0x32eeb3['wasUndone']),_0x50ada6;},_0x573045['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2ef525['util']['toJSONOptions']);},_0x573045['getTypeUrl']=function(_0x2e708a){return void 0x0===_0x2e708a&&(_0x2e708a='type.googleapis.com'),_0x2e708a+'/RenameOperation';},_0x573045;}()),_0x1a5fd2['RootAttributeOperation']=(function(){function _0x1afe32(_0x40340e){if(_0x40340e){for(var _0x3d5d0b=Object['keys'](_0x40340e),_0x462170=0x0;_0x462170<_0x3d5d0b['length'];++_0x462170)null!=_0x40340e[_0x3d5d0b[_0x462170]]&&(this[_0x3d5d0b[_0x462170]]=_0x40340e[_0x3d5d0b[_0x462170]]);}}return _0x1afe32['prototype']['root']='',_0x1afe32['prototype']['key']='',_0x1afe32['prototype']['oldValueBoolean']=!0x1,_0x1afe32['prototype']['oldValueJson']='',_0x1afe32['prototype']['newValueBoolean']=!0x1,_0x1afe32['prototype']['newValueJson']='',_0x1afe32['prototype']['wasUndone']=!0x1,_0x1afe32['create']=function(_0x4a45c){return new _0x1afe32(_0x4a45c);},_0x1afe32['encode']=function(_0x507d1e,_0x5f10cd){return _0x5f10cd||(_0x5f10cd=_0x2c4a13['create']()),null!=_0x507d1e['root']&&Object['hasOwnProperty']['call'](_0x507d1e,'root')&&_0x5f10cd['uint32'](0xa)['string'](_0x507d1e['root']),null!=_0x507d1e['key']&&Object['hasOwnProperty']['call'](_0x507d1e,'key')&&_0x5f10cd['uint32'](0x12)['string'](_0x507d1e['key']),null!=_0x507d1e['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x507d1e,'oldValueBoolean')&&_0x5f10cd['uint32'](0x18)['bool'](_0x507d1e['oldValueBoolean']),null!=_0x507d1e['oldValueJson']&&Object['hasOwnProperty']['call'](_0x507d1e,'oldValueJson')&&_0x5f10cd['uint32'](0x22)['string'](_0x507d1e['oldValueJson']),null!=_0x507d1e['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x507d1e,'newValueBoolean')&&_0x5f10cd['uint32'](0x28)['bool'](_0x507d1e['newValueBoolean']),null!=_0x507d1e['newValueJson']&&Object['hasOwnProperty']['call'](_0x507d1e,'newValueJson')&&_0x5f10cd['uint32'](0x32)['string'](_0x507d1e['newValueJson']),null!=_0x507d1e['wasUndone']&&Object['hasOwnProperty']['call'](_0x507d1e,'wasUndone')&&_0x5f10cd['uint32'](0x38)['bool'](_0x507d1e['wasUndone']),_0x5f10cd;},_0x1afe32['encodeDelimited']=function(_0x387322,_0x373c64){return this['encode'](_0x387322,_0x373c64)['ldelim']();},_0x1afe32['decode']=function(_0x423006,_0x397c2a){_0x423006 instanceof _0x313a50||(_0x423006=_0x313a50['create'](_0x423006));for(var _0x3ef6eb=void 0x0===_0x397c2a?_0x423006['len']:_0x423006['pos']+_0x397c2a,_0x20323d=new _0x1a5fd2['RootAttributeOperation']();_0x423006['pos']<_0x3ef6eb;){var _0x3526e6=_0x423006['uint32']();switch(_0x3526e6>>>0x3){case 0x1:_0x20323d['root']=_0x423006['string']();break;case 0x2:_0x20323d['key']=_0x423006['string']();break;case 0x3:_0x20323d['oldValueBoolean']=_0x423006['bool']();break;case 0x4:_0x20323d['oldValueJson']=_0x423006['string']();break;case 0x5:_0x20323d['newValueBoolean']=_0x423006['bool']();break;case 0x6:_0x20323d['newValueJson']=_0x423006['string']();break;case 0x7:_0x20323d['wasUndone']=_0x423006['bool']();break;default:_0x423006['skipType'](0x7&_0x3526e6);}}return _0x20323d;},_0x1afe32['decodeDelimited']=function(_0x3227fb){return _0x3227fb instanceof _0x313a50||(_0x3227fb=new _0x313a50(_0x3227fb)),this['decode'](_0x3227fb,_0x3227fb['uint32']());},_0x1afe32['verify']=function(_0x4494a7){return'object'!=typeof _0x4494a7||null===_0x4494a7?'object\x20expected':null!=_0x4494a7['root']&&_0x4494a7['hasOwnProperty']('root')&&!_0x5a4002['isString'](_0x4494a7['root'])?'root:\x20string\x20expected':null!=_0x4494a7['key']&&_0x4494a7['hasOwnProperty']('key')&&!_0x5a4002['isString'](_0x4494a7['key'])?'key:\x20string\x20expected':null!=_0x4494a7['oldValueBoolean']&&_0x4494a7['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x4494a7['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x4494a7['oldValueJson']&&_0x4494a7['hasOwnProperty']('oldValueJson')&&!_0x5a4002['isString'](_0x4494a7['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x4494a7['newValueBoolean']&&_0x4494a7['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x4494a7['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x4494a7['newValueJson']&&_0x4494a7['hasOwnProperty']('newValueJson')&&!_0x5a4002['isString'](_0x4494a7['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x4494a7['wasUndone']&&_0x4494a7['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4494a7['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1afe32['fromObject']=function(_0x5355c0){if(_0x5355c0 instanceof _0x1a5fd2['RootAttributeOperation'])return _0x5355c0;var _0x4110ee=new _0x1a5fd2['RootAttributeOperation']();return null!=_0x5355c0['root']&&(_0x4110ee['root']=String(_0x5355c0['root'])),null!=_0x5355c0['key']&&(_0x4110ee['key']=String(_0x5355c0['key'])),null!=_0x5355c0['oldValueBoolean']&&(_0x4110ee['oldValueBoolean']=Boolean(_0x5355c0['oldValueBoolean'])),null!=_0x5355c0['oldValueJson']&&(_0x4110ee['oldValueJson']=String(_0x5355c0['oldValueJson'])),null!=_0x5355c0['newValueBoolean']&&(_0x4110ee['newValueBoolean']=Boolean(_0x5355c0['newValueBoolean'])),null!=_0x5355c0['newValueJson']&&(_0x4110ee['newValueJson']=String(_0x5355c0['newValueJson'])),null!=_0x5355c0['wasUndone']&&(_0x4110ee['wasUndone']=Boolean(_0x5355c0['wasUndone'])),_0x4110ee;},_0x1afe32['toObject']=function(_0x733c5,_0x343a22){_0x343a22||(_0x343a22={});var _0x5723ec={};return _0x343a22['defaults']&&(_0x5723ec['root']='',_0x5723ec['key']='',_0x5723ec['oldValueBoolean']=!0x1,_0x5723ec['oldValueJson']='',_0x5723ec['newValueBoolean']=!0x1,_0x5723ec['newValueJson']='',_0x5723ec['wasUndone']=!0x1),null!=_0x733c5['root']&&_0x733c5['hasOwnProperty']('root')&&(_0x5723ec['root']=_0x733c5['root']),null!=_0x733c5['key']&&_0x733c5['hasOwnProperty']('key')&&(_0x5723ec['key']=_0x733c5['key']),null!=_0x733c5['oldValueBoolean']&&_0x733c5['hasOwnProperty']('oldValueBoolean')&&(_0x5723ec['oldValueBoolean']=_0x733c5['oldValueBoolean']),null!=_0x733c5['oldValueJson']&&_0x733c5['hasOwnProperty']('oldValueJson')&&(_0x5723ec['oldValueJson']=_0x733c5['oldValueJson']),null!=_0x733c5['newValueBoolean']&&_0x733c5['hasOwnProperty']('newValueBoolean')&&(_0x5723ec['newValueBoolean']=_0x733c5['newValueBoolean']),null!=_0x733c5['newValueJson']&&_0x733c5['hasOwnProperty']('newValueJson')&&(_0x5723ec['newValueJson']=_0x733c5['newValueJson']),null!=_0x733c5['wasUndone']&&_0x733c5['hasOwnProperty']('wasUndone')&&(_0x5723ec['wasUndone']=_0x733c5['wasUndone']),_0x5723ec;},_0x1afe32['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2ef525['util']['toJSONOptions']);},_0x1afe32['getTypeUrl']=function(_0x31f22a){return void 0x0===_0x31f22a&&(_0x31f22a='type.googleapis.com'),_0x31f22a+'/RootAttributeOperation';},_0x1afe32;}()),_0x1a5fd2['RootOperation']=(function(){function _0x455af5(_0x337ce3){if(_0x337ce3){for(var _0x1dd744=Object['keys'](_0x337ce3),_0x16e22d=0x0;_0x16e22d<_0x1dd744['length'];++_0x16e22d)null!=_0x337ce3[_0x1dd744[_0x16e22d]]&&(this[_0x1dd744[_0x16e22d]]=_0x337ce3[_0x1dd744[_0x16e22d]]);}}return _0x455af5['prototype']['rootName']='',_0x455af5['prototype']['elementName']='',_0x455af5['prototype']['isAdd']=!0x1,_0x455af5['prototype']['wasUndone']=!0x1,_0x455af5['create']=function(_0xd72733){return new _0x455af5(_0xd72733);},_0x455af5['encode']=function(_0x4a9701,_0xf35a22){return _0xf35a22||(_0xf35a22=_0x2c4a13['create']()),null!=_0x4a9701['rootName']&&Object['hasOwnProperty']['call'](_0x4a9701,'rootName')&&_0xf35a22['uint32'](0xa)['string'](_0x4a9701['rootName']),null!=_0x4a9701['elementName']&&Object['hasOwnProperty']['call'](_0x4a9701,'elementName')&&_0xf35a22['uint32'](0x12)['string'](_0x4a9701['elementName']),null!=_0x4a9701['isAdd']&&Object['hasOwnProperty']['call'](_0x4a9701,'isAdd')&&_0xf35a22['uint32'](0x18)['bool'](_0x4a9701['isAdd']),null!=_0x4a9701['wasUndone']&&Object['hasOwnProperty']['call'](_0x4a9701,'wasUndone')&&_0xf35a22['uint32'](0x20)['bool'](_0x4a9701['wasUndone']),_0xf35a22;},_0x455af5['encodeDelimited']=function(_0x447193,_0x5c62d2){return this['encode'](_0x447193,_0x5c62d2)['ldelim']();},_0x455af5['decode']=function(_0x383ad4,_0x5a0b8b){_0x383ad4 instanceof _0x313a50||(_0x383ad4=_0x313a50['create'](_0x383ad4));for(var _0x5e6d5c=void 0x0===_0x5a0b8b?_0x383ad4['len']:_0x383ad4['pos']+_0x5a0b8b,_0x3e5cda=new _0x1a5fd2['RootOperation']();_0x383ad4['pos']<_0x5e6d5c;){var _0x3d6e01=_0x383ad4['uint32']();switch(_0x3d6e01>>>0x3){case 0x1:_0x3e5cda['rootName']=_0x383ad4['string']();break;case 0x2:_0x3e5cda['elementName']=_0x383ad4['string']();break;case 0x3:_0x3e5cda['isAdd']=_0x383ad4['bool']();break;case 0x4:_0x3e5cda['wasUndone']=_0x383ad4['bool']();break;default:_0x383ad4['skipType'](0x7&_0x3d6e01);}}return _0x3e5cda;},_0x455af5['decodeDelimited']=function(_0x1b73fa){return _0x1b73fa instanceof _0x313a50||(_0x1b73fa=new _0x313a50(_0x1b73fa)),this['decode'](_0x1b73fa,_0x1b73fa['uint32']());},_0x455af5['verify']=function(_0x858a){return'object'!=typeof _0x858a||null===_0x858a?'object\x20expected':null!=_0x858a['rootName']&&_0x858a['hasOwnProperty']('rootName')&&!_0x5a4002['isString'](_0x858a['rootName'])?'rootName:\x20string\x20expected':null!=_0x858a['elementName']&&_0x858a['hasOwnProperty']('elementName')&&!_0x5a4002['isString'](_0x858a['elementName'])?'elementName:\x20string\x20expected':null!=_0x858a['isAdd']&&_0x858a['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x858a['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x858a['wasUndone']&&_0x858a['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x858a['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x455af5['fromObject']=function(_0x56a8c8){if(_0x56a8c8 instanceof _0x1a5fd2['RootOperation'])return _0x56a8c8;var _0x549f95=new _0x1a5fd2['RootOperation']();return null!=_0x56a8c8['rootName']&&(_0x549f95['rootName']=String(_0x56a8c8['rootName'])),null!=_0x56a8c8['elementName']&&(_0x549f95['elementName']=String(_0x56a8c8['elementName'])),null!=_0x56a8c8['isAdd']&&(_0x549f95['isAdd']=Boolean(_0x56a8c8['isAdd'])),null!=_0x56a8c8['wasUndone']&&(_0x549f95['wasUndone']=Boolean(_0x56a8c8['wasUndone'])),_0x549f95;},_0x455af5['toObject']=function(_0x1fdc85,_0x330b8d){_0x330b8d||(_0x330b8d={});var _0x333dd5={};return _0x330b8d['defaults']&&(_0x333dd5['rootName']='',_0x333dd5['elementName']='',_0x333dd5['isAdd']=!0x1,_0x333dd5['wasUndone']=!0x1),null!=_0x1fdc85['rootName']&&_0x1fdc85['hasOwnProperty']('rootName')&&(_0x333dd5['rootName']=_0x1fdc85['rootName']),null!=_0x1fdc85['elementName']&&_0x1fdc85['hasOwnProperty']('elementName')&&(_0x333dd5['elementName']=_0x1fdc85['elementName']),null!=_0x1fdc85['isAdd']&&_0x1fdc85['hasOwnProperty']('isAdd')&&(_0x333dd5['isAdd']=_0x1fdc85['isAdd']),null!=_0x1fdc85['wasUndone']&&_0x1fdc85['hasOwnProperty']('wasUndone')&&(_0x333dd5['wasUndone']=_0x1fdc85['wasUndone']),_0x333dd5;},_0x455af5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2ef525['util']['toJSONOptions']);},_0x455af5['getTypeUrl']=function(_0x106b1c){return void 0x0===_0x106b1c&&(_0x106b1c='type.googleapis.com'),_0x106b1c+'/RootOperation';},_0x455af5;}()),_0x1a5fd2['SplitOperation']=(function(){function _0x1ab431(_0x1b88d5){if(_0x1b88d5){for(var _0x2fcad4=Object['keys'](_0x1b88d5),_0x2ee6b3=0x0;_0x2ee6b3<_0x2fcad4['length'];++_0x2ee6b3)null!=_0x1b88d5[_0x2fcad4[_0x2ee6b3]]&&(this[_0x2fcad4[_0x2ee6b3]]=_0x1b88d5[_0x2fcad4[_0x2ee6b3]]);}}return _0x1ab431['prototype']['splitPosition']=null,_0x1ab431['prototype']['graveyardPosition']=null,_0x1ab431['prototype']['howMany']=0x0,_0x1ab431['prototype']['insertionPosition']=null,_0x1ab431['prototype']['wasUndone']=!0x1,_0x1ab431['create']=function(_0x146874){return new _0x1ab431(_0x146874);},_0x1ab431['encode']=function(_0x2d6b4b,_0x3ea13e){return _0x3ea13e||(_0x3ea13e=_0x2c4a13['create']()),null!=_0x2d6b4b['splitPosition']&&Object['hasOwnProperty']['call'](_0x2d6b4b,'splitPosition')&&_0x1a5fd2['Position']['encode'](_0x2d6b4b['splitPosition'],_0x3ea13e['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2d6b4b['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x2d6b4b,'graveyardPosition')&&_0x1a5fd2['Position']['encode'](_0x2d6b4b['graveyardPosition'],_0x3ea13e['uint32'](0x12)['fork']())['ldelim'](),null!=_0x2d6b4b['howMany']&&Object['hasOwnProperty']['call'](_0x2d6b4b,'howMany')&&_0x3ea13e['uint32'](0x18)['uint32'](_0x2d6b4b['howMany']),null!=_0x2d6b4b['insertionPosition']&&Object['hasOwnProperty']['call'](_0x2d6b4b,'insertionPosition')&&_0x1a5fd2['Position']['encode'](_0x2d6b4b['insertionPosition'],_0x3ea13e['uint32'](0x22)['fork']())['ldelim'](),null!=_0x2d6b4b['wasUndone']&&Object['hasOwnProperty']['call'](_0x2d6b4b,'wasUndone')&&_0x3ea13e['uint32'](0x28)['bool'](_0x2d6b4b['wasUndone']),_0x3ea13e;},_0x1ab431['encodeDelimited']=function(_0x1b7334,_0x38f97d){return this['encode'](_0x1b7334,_0x38f97d)['ldelim']();},_0x1ab431['decode']=function(_0x24ffec,_0x56413c){_0x24ffec instanceof _0x313a50||(_0x24ffec=_0x313a50['create'](_0x24ffec));for(var _0x1b720e=void 0x0===_0x56413c?_0x24ffec['len']:_0x24ffec['pos']+_0x56413c,_0x5b8590=new _0x1a5fd2['SplitOperation']();_0x24ffec['pos']<_0x1b720e;){var _0x4d1d4e=_0x24ffec['uint32']();switch(_0x4d1d4e>>>0x3){case 0x1:_0x5b8590['splitPosition']=_0x1a5fd2['Position']['decode'](_0x24ffec,_0x24ffec['uint32']());break;case 0x2:_0x5b8590['graveyardPosition']=_0x1a5fd2['Position']['decode'](_0x24ffec,_0x24ffec['uint32']());break;case 0x3:_0x5b8590['howMany']=_0x24ffec['uint32']();break;case 0x4:_0x5b8590['insertionPosition']=_0x1a5fd2['Position']['decode'](_0x24ffec,_0x24ffec['uint32']());break;case 0x5:_0x5b8590['wasUndone']=_0x24ffec['bool']();break;default:_0x24ffec['skipType'](0x7&_0x4d1d4e);}}return _0x5b8590;},_0x1ab431['decodeDelimited']=function(_0x29f075){return _0x29f075 instanceof _0x313a50||(_0x29f075=new _0x313a50(_0x29f075)),this['decode'](_0x29f075,_0x29f075['uint32']());},_0x1ab431['verify']=function(_0x276f72){if('object'!=typeof _0x276f72||null===_0x276f72)return'object\x20expected';var _0x114ae9;if(null!=_0x276f72['splitPosition']&&_0x276f72['hasOwnProperty']('splitPosition')&&(_0x114ae9=_0x1a5fd2['Position']['verify'](_0x276f72['splitPosition'])))return'splitPosition.'+_0x114ae9;if(null!=_0x276f72['graveyardPosition']&&_0x276f72['hasOwnProperty']('graveyardPosition')&&(_0x114ae9=_0x1a5fd2['Position']['verify'](_0x276f72['graveyardPosition'])))return'graveyardPosition.'+_0x114ae9;if(null!=_0x276f72['howMany']&&_0x276f72['hasOwnProperty']('howMany')&&!_0x5a4002['isInteger'](_0x276f72['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x276f72['insertionPosition']&&_0x276f72['hasOwnProperty']('insertionPosition')&&(_0x114ae9=_0x1a5fd2['Position']['verify'](_0x276f72['insertionPosition'])))return'insertionPosition.'+_0x114ae9;return null!=_0x276f72['wasUndone']&&_0x276f72['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x276f72['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1ab431['fromObject']=function(_0x276eab){if(_0x276eab instanceof _0x1a5fd2['SplitOperation'])return _0x276eab;var _0x325ca6=new _0x1a5fd2['SplitOperation']();if(null!=_0x276eab['splitPosition']){if('object'!=typeof _0x276eab['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x325ca6['splitPosition']=_0x1a5fd2['Position']['fromObject'](_0x276eab['splitPosition']);}if(null!=_0x276eab['graveyardPosition']){if('object'!=typeof _0x276eab['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x325ca6['graveyardPosition']=_0x1a5fd2['Position']['fromObject'](_0x276eab['graveyardPosition']);}if(null!=_0x276eab['howMany']&&(_0x325ca6['howMany']=_0x276eab['howMany']>>>0x0),null!=_0x276eab['insertionPosition']){if('object'!=typeof _0x276eab['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x325ca6['insertionPosition']=_0x1a5fd2['Position']['fromObject'](_0x276eab['insertionPosition']);}return null!=_0x276eab['wasUndone']&&(_0x325ca6['wasUndone']=Boolean(_0x276eab['wasUndone'])),_0x325ca6;},_0x1ab431['toObject']=function(_0x306a95,_0x69627e){_0x69627e||(_0x69627e={});var _0x481341={};return _0x69627e['defaults']&&(_0x481341['splitPosition']=null,_0x481341['graveyardPosition']=null,_0x481341['howMany']=0x0,_0x481341['insertionPosition']=null,_0x481341['wasUndone']=!0x1),null!=_0x306a95['splitPosition']&&_0x306a95['hasOwnProperty']('splitPosition')&&(_0x481341['splitPosition']=_0x1a5fd2['Position']['toObject'](_0x306a95['splitPosition'],_0x69627e)),null!=_0x306a95['graveyardPosition']&&_0x306a95['hasOwnProperty']('graveyardPosition')&&(_0x481341['graveyardPosition']=_0x1a5fd2['Position']['toObject'](_0x306a95['graveyardPosition'],_0x69627e)),null!=_0x306a95['howMany']&&_0x306a95['hasOwnProperty']('howMany')&&(_0x481341['howMany']=_0x306a95['howMany']),null!=_0x306a95['insertionPosition']&&_0x306a95['hasOwnProperty']('insertionPosition')&&(_0x481341['insertionPosition']=_0x1a5fd2['Position']['toObject'](_0x306a95['insertionPosition'],_0x69627e)),null!=_0x306a95['wasUndone']&&_0x306a95['hasOwnProperty']('wasUndone')&&(_0x481341['wasUndone']=_0x306a95['wasUndone']),_0x481341;},_0x1ab431['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2ef525['util']['toJSONOptions']);},_0x1ab431['getTypeUrl']=function(_0x218e34){return void 0x0===_0x218e34&&(_0x218e34='type.googleapis.com'),_0x218e34+'/SplitOperation';},_0x1ab431;}()),_0x1a5fd2['Position']=(function(){function _0x4a2467(_0x4478d2){if(this['path']=[],_0x4478d2){for(var _0x404298=Object['keys'](_0x4478d2),_0x47df94=0x0;_0x47df94<_0x404298['length'];++_0x47df94)null!=_0x4478d2[_0x404298[_0x47df94]]&&(this[_0x404298[_0x47df94]]=_0x4478d2[_0x404298[_0x47df94]]);}}return _0x4a2467['prototype']['root']='',_0x4a2467['prototype']['rootMain']=!0x1,_0x4a2467['prototype']['rootGraveyard']=!0x1,_0x4a2467['prototype']['path']=_0x5a4002['emptyArray'],_0x4a2467['prototype']['stickiness']='',_0x4a2467['create']=function(_0x53400e){return new _0x4a2467(_0x53400e);},_0x4a2467['encode']=function(_0x473d81,_0x815928){if(_0x815928||(_0x815928=_0x2c4a13['create']()),null!=_0x473d81['root']&&Object['hasOwnProperty']['call'](_0x473d81,'root')&&_0x815928['uint32'](0xa)['string'](_0x473d81['root']),null!=_0x473d81['rootMain']&&Object['hasOwnProperty']['call'](_0x473d81,'rootMain')&&_0x815928['uint32'](0x10)['bool'](_0x473d81['rootMain']),null!=_0x473d81['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x473d81,'rootGraveyard')&&_0x815928['uint32'](0x18)['bool'](_0x473d81['rootGraveyard']),null!=_0x473d81['path']&&_0x473d81['path']['length']){_0x815928['uint32'](0x22)['fork']();for(var _0x1cfa02=0x0;_0x1cfa02<_0x473d81['path']['length'];++_0x1cfa02)_0x815928['uint32'](_0x473d81['path'][_0x1cfa02]);_0x815928['ldelim']();}return null!=_0x473d81['stickiness']&&Object['hasOwnProperty']['call'](_0x473d81,'stickiness')&&_0x815928['uint32'](0x2a)['string'](_0x473d81['stickiness']),_0x815928;},_0x4a2467['encodeDelimited']=function(_0x34b43b,_0x326340){return this['encode'](_0x34b43b,_0x326340)['ldelim']();},_0x4a2467['decode']=function(_0x313917,_0x232851){_0x313917 instanceof _0x313a50||(_0x313917=_0x313a50['create'](_0x313917));for(var _0x3e9bbf=void 0x0===_0x232851?_0x313917['len']:_0x313917['pos']+_0x232851,_0x4ad024=new _0x1a5fd2['Position']();_0x313917['pos']<_0x3e9bbf;){var _0xf6018a=_0x313917['uint32']();switch(_0xf6018a>>>0x3){case 0x1:_0x4ad024['root']=_0x313917['string']();break;case 0x2:_0x4ad024['rootMain']=_0x313917['bool']();break;case 0x3:_0x4ad024['rootGraveyard']=_0x313917['bool']();break;case 0x4:if(_0x4ad024['path']&&_0x4ad024['path']['length']||(_0x4ad024['path']=[]),0x2==(0x7&_0xf6018a)){for(var _0x9d9ce6=_0x313917['uint32']()+_0x313917['pos'];_0x313917['pos']<_0x9d9ce6;)_0x4ad024['path']['push'](_0x313917['uint32']());}else _0x4ad024['path']['push'](_0x313917['uint32']());break;case 0x5:_0x4ad024['stickiness']=_0x313917['string']();break;default:_0x313917['skipType'](0x7&_0xf6018a);}}return _0x4ad024;},_0x4a2467['decodeDelimited']=function(_0x4ea79f){return _0x4ea79f instanceof _0x313a50||(_0x4ea79f=new _0x313a50(_0x4ea79f)),this['decode'](_0x4ea79f,_0x4ea79f['uint32']());},_0x4a2467['verify']=function(_0x491619){if('object'!=typeof _0x491619||null===_0x491619)return'object\x20expected';if(null!=_0x491619['root']&&_0x491619['hasOwnProperty']('root')&&!_0x5a4002['isString'](_0x491619['root']))return'root:\x20string\x20expected';if(null!=_0x491619['rootMain']&&_0x491619['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x491619['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x491619['rootGraveyard']&&_0x491619['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x491619['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x491619['path']&&_0x491619['hasOwnProperty']('path')){if(!Array['isArray'](_0x491619['path']))return'path:\x20array\x20expected';for(var _0x409ee7=0x0;_0x409ee7<_0x491619['path']['length'];++_0x409ee7)if(!_0x5a4002['isInteger'](_0x491619['path'][_0x409ee7]))return'path:\x20integer[]\x20expected';}return null!=_0x491619['stickiness']&&_0x491619['hasOwnProperty']('stickiness')&&!_0x5a4002['isString'](_0x491619['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x4a2467['fromObject']=function(_0x5d255d){if(_0x5d255d instanceof _0x1a5fd2['Position'])return _0x5d255d;var _0x36da71=new _0x1a5fd2['Position']();if(null!=_0x5d255d['root']&&(_0x36da71['root']=String(_0x5d255d['root'])),null!=_0x5d255d['rootMain']&&(_0x36da71['rootMain']=Boolean(_0x5d255d['rootMain'])),null!=_0x5d255d['rootGraveyard']&&(_0x36da71['rootGraveyard']=Boolean(_0x5d255d['rootGraveyard'])),_0x5d255d['path']){if(!Array['isArray'](_0x5d255d['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x36da71['path']=[];for(var _0xd02e04=0x0;_0xd02e04<_0x5d255d['path']['length'];++_0xd02e04)_0x36da71['path'][_0xd02e04]=_0x5d255d['path'][_0xd02e04]>>>0x0;}return null!=_0x5d255d['stickiness']&&(_0x36da71['stickiness']=String(_0x5d255d['stickiness'])),_0x36da71;},_0x4a2467['toObject']=function(_0x17c3c8,_0x54ba14){_0x54ba14||(_0x54ba14={});var _0x10cae7={};if((_0x54ba14['arrays']||_0x54ba14['defaults'])&&(_0x10cae7['path']=[]),_0x54ba14['defaults']&&(_0x10cae7['root']='',_0x10cae7['rootMain']=!0x1,_0x10cae7['rootGraveyard']=!0x1,_0x10cae7['stickiness']=''),null!=_0x17c3c8['root']&&_0x17c3c8['hasOwnProperty']('root')&&(_0x10cae7['root']=_0x17c3c8['root']),null!=_0x17c3c8['rootMain']&&_0x17c3c8['hasOwnProperty']('rootMain')&&(_0x10cae7['rootMain']=_0x17c3c8['rootMain']),null!=_0x17c3c8['rootGraveyard']&&_0x17c3c8['hasOwnProperty']('rootGraveyard')&&(_0x10cae7['rootGraveyard']=_0x17c3c8['rootGraveyard']),_0x17c3c8['path']&&_0x17c3c8['path']['length']){_0x10cae7['path']=[];for(var _0x302acd=0x0;_0x302acd<_0x17c3c8['path']['length'];++_0x302acd)_0x10cae7['path'][_0x302acd]=_0x17c3c8['path'][_0x302acd];}return null!=_0x17c3c8['stickiness']&&_0x17c3c8['hasOwnProperty']('stickiness')&&(_0x10cae7['stickiness']=_0x17c3c8['stickiness']),_0x10cae7;},_0x4a2467['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2ef525['util']['toJSONOptions']);},_0x4a2467['getTypeUrl']=function(_0x9e71e4){return void 0x0===_0x9e71e4&&(_0x9e71e4='type.googleapis.com'),_0x9e71e4+'/Position';},_0x4a2467;}()),_0x1a5fd2['Range']=(function(){function _0x28430a(_0x335148){if(_0x335148){for(var _0x3a9f46=Object['keys'](_0x335148),_0x15ef40=0x0;_0x15ef40<_0x3a9f46['length'];++_0x15ef40)null!=_0x335148[_0x3a9f46[_0x15ef40]]&&(this[_0x3a9f46[_0x15ef40]]=_0x335148[_0x3a9f46[_0x15ef40]]);}}return _0x28430a['prototype']['start']=null,_0x28430a['prototype']['end']=null,_0x28430a['create']=function(_0x3463e9){return new _0x28430a(_0x3463e9);},_0x28430a['encode']=function(_0x45aa5c,_0xe1ea9d){return _0xe1ea9d||(_0xe1ea9d=_0x2c4a13['create']()),null!=_0x45aa5c['start']&&Object['hasOwnProperty']['call'](_0x45aa5c,'start')&&_0x1a5fd2['Position']['encode'](_0x45aa5c['start'],_0xe1ea9d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x45aa5c['end']&&Object['hasOwnProperty']['call'](_0x45aa5c,'end')&&_0x1a5fd2['Position']['encode'](_0x45aa5c['end'],_0xe1ea9d['uint32'](0x12)['fork']())['ldelim'](),_0xe1ea9d;},_0x28430a['encodeDelimited']=function(_0x31af36,_0xec7c37){return this['encode'](_0x31af36,_0xec7c37)['ldelim']();},_0x28430a['decode']=function(_0x392669,_0x2caad4){_0x392669 instanceof _0x313a50||(_0x392669=_0x313a50['create'](_0x392669));for(var _0x4e47a1=void 0x0===_0x2caad4?_0x392669['len']:_0x392669['pos']+_0x2caad4,_0x307754=new _0x1a5fd2['Range']();_0x392669['pos']<_0x4e47a1;){var _0x3edd6f=_0x392669['uint32']();switch(_0x3edd6f>>>0x3){case 0x1:_0x307754['start']=_0x1a5fd2['Position']['decode'](_0x392669,_0x392669['uint32']());break;case 0x2:_0x307754['end']=_0x1a5fd2['Position']['decode'](_0x392669,_0x392669['uint32']());break;default:_0x392669['skipType'](0x7&_0x3edd6f);}}return _0x307754;},_0x28430a['decodeDelimited']=function(_0x1ef8f7){return _0x1ef8f7 instanceof _0x313a50||(_0x1ef8f7=new _0x313a50(_0x1ef8f7)),this['decode'](_0x1ef8f7,_0x1ef8f7['uint32']());},_0x28430a['verify']=function(_0x4cd1ff){if('object'!=typeof _0x4cd1ff||null===_0x4cd1ff)return'object\x20expected';var _0x1ab0cd;if(null!=_0x4cd1ff['start']&&_0x4cd1ff['hasOwnProperty']('start')&&(_0x1ab0cd=_0x1a5fd2['Position']['verify'](_0x4cd1ff['start'])))return'start.'+_0x1ab0cd;if(null!=_0x4cd1ff['end']&&_0x4cd1ff['hasOwnProperty']('end')&&(_0x1ab0cd=_0x1a5fd2['Position']['verify'](_0x4cd1ff['end'])))return'end.'+_0x1ab0cd;return null;},_0x28430a['fromObject']=function(_0x1efedb){if(_0x1efedb instanceof _0x1a5fd2['Range'])return _0x1efedb;var _0x238b2f=new _0x1a5fd2['Range']();if(null!=_0x1efedb['start']){if('object'!=typeof _0x1efedb['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x238b2f['start']=_0x1a5fd2['Position']['fromObject'](_0x1efedb['start']);}if(null!=_0x1efedb['end']){if('object'!=typeof _0x1efedb['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x238b2f['end']=_0x1a5fd2['Position']['fromObject'](_0x1efedb['end']);}return _0x238b2f;},_0x28430a['toObject']=function(_0xd64d0,_0x2601da){_0x2601da||(_0x2601da={});var _0x3bb363={};return _0x2601da['defaults']&&(_0x3bb363['start']=null,_0x3bb363['end']=null),null!=_0xd64d0['start']&&_0xd64d0['hasOwnProperty']('start')&&(_0x3bb363['start']=_0x1a5fd2['Position']['toObject'](_0xd64d0['start'],_0x2601da)),null!=_0xd64d0['end']&&_0xd64d0['hasOwnProperty']('end')&&(_0x3bb363['end']=_0x1a5fd2['Position']['toObject'](_0xd64d0['end'],_0x2601da)),_0x3bb363;},_0x28430a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2ef525['util']['toJSONOptions']);},_0x28430a['getTypeUrl']=function(_0x2c44d1){return void 0x0===_0x2c44d1&&(_0x2c44d1='type.googleapis.com'),_0x2c44d1+'/Range';},_0x28430a;}()),_0x1a5fd2['Element']=(function(){function _0x45b9a6(_0x34152f){if(this['children']=[],this['attributesBoolean']={},_0x34152f){for(var _0xd29738=Object['keys'](_0x34152f),_0x3e3e98=0x0;_0x3e3e98<_0xd29738['length'];++_0x3e3e98)null!=_0x34152f[_0xd29738[_0x3e3e98]]&&(this[_0xd29738[_0x3e3e98]]=_0x34152f[_0xd29738[_0x3e3e98]]);}}return _0x45b9a6['prototype']['name']='',_0x45b9a6['prototype']['children']=_0x5a4002['emptyArray'],_0x45b9a6['prototype']['data']='',_0x45b9a6['prototype']['attributesBoolean']=_0x5a4002['emptyObject'],_0x45b9a6['prototype']['attributesJson']='',_0x45b9a6['create']=function(_0x114bf9){return new _0x45b9a6(_0x114bf9);},_0x45b9a6['encode']=function(_0xadc4,_0x4df4d6){if(_0x4df4d6||(_0x4df4d6=_0x2c4a13['create']()),null!=_0xadc4['name']&&Object['hasOwnProperty']['call'](_0xadc4,'name')&&_0x4df4d6['uint32'](0xa)['string'](_0xadc4['name']),null!=_0xadc4['children']&&_0xadc4['children']['length']){for(var _0x531c01=0x0;_0x531c01<_0xadc4['children']['length'];++_0x531c01)_0x1a5fd2['Element']['encode'](_0xadc4['children'][_0x531c01],_0x4df4d6['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0xadc4['data']&&Object['hasOwnProperty']['call'](_0xadc4,'data')&&_0x4df4d6['uint32'](0x1a)['string'](_0xadc4['data']),null!=_0xadc4['attributesBoolean']&&Object['hasOwnProperty']['call'](_0xadc4,'attributesBoolean')){var _0x3e3b0d=Object['keys'](_0xadc4['attributesBoolean']);for(_0x531c01=0x0;_0x531c01<_0x3e3b0d['length'];++_0x531c01)_0x4df4d6['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x3e3b0d[_0x531c01])['uint32'](0x10)['bool'](_0xadc4['attributesBoolean'][_0x3e3b0d[_0x531c01]])['ldelim']();}return null!=_0xadc4['attributesJson']&&Object['hasOwnProperty']['call'](_0xadc4,'attributesJson')&&_0x4df4d6['uint32'](0x2a)['string'](_0xadc4['attributesJson']),_0x4df4d6;},_0x45b9a6['encodeDelimited']=function(_0x333059,_0x5c0e9d){return this['encode'](_0x333059,_0x5c0e9d)['ldelim']();},_0x45b9a6['decode']=function(_0x3ef2c0,_0x3f929e){_0x3ef2c0 instanceof _0x313a50||(_0x3ef2c0=_0x313a50['create'](_0x3ef2c0));for(var _0x40b02b,_0x8f5cf,_0x60c73c=void 0x0===_0x3f929e?_0x3ef2c0['len']:_0x3ef2c0['pos']+_0x3f929e,_0x2e79d1=new _0x1a5fd2['Element']();_0x3ef2c0['pos']<_0x60c73c;){var _0x47ebd5=_0x3ef2c0['uint32']();switch(_0x47ebd5>>>0x3){case 0x1:_0x2e79d1['name']=_0x3ef2c0['string']();break;case 0x2:_0x2e79d1['children']&&_0x2e79d1['children']['length']||(_0x2e79d1['children']=[]),_0x2e79d1['children']['push'](_0x1a5fd2['Element']['decode'](_0x3ef2c0,_0x3ef2c0['uint32']()));break;case 0x3:_0x2e79d1['data']=_0x3ef2c0['string']();break;case 0x4:_0x2e79d1['attributesBoolean']===_0x5a4002['emptyObject']&&(_0x2e79d1['attributesBoolean']={});var _0x40f285=_0x3ef2c0['uint32']()+_0x3ef2c0['pos'];for(_0x40b02b='',_0x8f5cf=!0x1;_0x3ef2c0['pos']<_0x40f285;){var _0x48cf22=_0x3ef2c0['uint32']();switch(_0x48cf22>>>0x3){case 0x1:_0x40b02b=_0x3ef2c0['string']();break;case 0x2:_0x8f5cf=_0x3ef2c0['bool']();break;default:_0x3ef2c0['skipType'](0x7&_0x48cf22);}}_0x2e79d1['attributesBoolean'][_0x40b02b]=_0x8f5cf;break;case 0x5:_0x2e79d1['attributesJson']=_0x3ef2c0['string']();break;default:_0x3ef2c0['skipType'](0x7&_0x47ebd5);}}return _0x2e79d1;},_0x45b9a6['decodeDelimited']=function(_0x36d8b7){return _0x36d8b7 instanceof _0x313a50||(_0x36d8b7=new _0x313a50(_0x36d8b7)),this['decode'](_0x36d8b7,_0x36d8b7['uint32']());},_0x45b9a6['verify']=function(_0x5990f6){if('object'!=typeof _0x5990f6||null===_0x5990f6)return'object\x20expected';if(null!=_0x5990f6['name']&&_0x5990f6['hasOwnProperty']('name')&&!_0x5a4002['isString'](_0x5990f6['name']))return'name:\x20string\x20expected';if(null!=_0x5990f6['children']&&_0x5990f6['hasOwnProperty']('children')){if(!Array['isArray'](_0x5990f6['children']))return'children:\x20array\x20expected';for(var _0x16f785=0x0;_0x16f785<_0x5990f6['children']['length'];++_0x16f785){var _0x451c4c=_0x1a5fd2['Element']['verify'](_0x5990f6['children'][_0x16f785]);if(_0x451c4c)return'children.'+_0x451c4c;}}if(null!=_0x5990f6['data']&&_0x5990f6['hasOwnProperty']('data')&&!_0x5a4002['isString'](_0x5990f6['data']))return'data:\x20string\x20expected';if(null!=_0x5990f6['attributesBoolean']&&_0x5990f6['hasOwnProperty']('attributesBoolean')){if(!_0x5a4002['isObject'](_0x5990f6['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x572261=Object['keys'](_0x5990f6['attributesBoolean']);for(_0x16f785=0x0;_0x16f785<_0x572261['length'];++_0x16f785)if('boolean'!=typeof _0x5990f6['attributesBoolean'][_0x572261[_0x16f785]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x5990f6['attributesJson']&&_0x5990f6['hasOwnProperty']('attributesJson')&&!_0x5a4002['isString'](_0x5990f6['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x45b9a6['fromObject']=function(_0x3e4a2c){if(_0x3e4a2c instanceof _0x1a5fd2['Element'])return _0x3e4a2c;var _0x2dc1a0=new _0x1a5fd2['Element']();if(null!=_0x3e4a2c['name']&&(_0x2dc1a0['name']=String(_0x3e4a2c['name'])),_0x3e4a2c['children']){if(!Array['isArray'](_0x3e4a2c['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x2dc1a0['children']=[];for(var _0x5813df=0x0;_0x5813df<_0x3e4a2c['children']['length'];++_0x5813df){if('object'!=typeof _0x3e4a2c['children'][_0x5813df])throw TypeError('.Element.children:\x20object\x20expected');_0x2dc1a0['children'][_0x5813df]=_0x1a5fd2['Element']['fromObject'](_0x3e4a2c['children'][_0x5813df]);}}if(null!=_0x3e4a2c['data']&&(_0x2dc1a0['data']=String(_0x3e4a2c['data'])),_0x3e4a2c['attributesBoolean']){if('object'!=typeof _0x3e4a2c['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x2dc1a0['attributesBoolean']={};var _0x4dec23=Object['keys'](_0x3e4a2c['attributesBoolean']);for(_0x5813df=0x0;_0x5813df<_0x4dec23['length'];++_0x5813df)_0x2dc1a0['attributesBoolean'][_0x4dec23[_0x5813df]]=Boolean(_0x3e4a2c['attributesBoolean'][_0x4dec23[_0x5813df]]);}return null!=_0x3e4a2c['attributesJson']&&(_0x2dc1a0['attributesJson']=String(_0x3e4a2c['attributesJson'])),_0x2dc1a0;},_0x45b9a6['toObject']=function(_0x336915,_0x1a0c22){_0x1a0c22||(_0x1a0c22={});var _0x379429,_0x916ebc={};if((_0x1a0c22['arrays']||_0x1a0c22['defaults'])&&(_0x916ebc['children']=[]),(_0x1a0c22['objects']||_0x1a0c22['defaults'])&&(_0x916ebc['attributesBoolean']={}),_0x1a0c22['defaults']&&(_0x916ebc['name']='',_0x916ebc['data']='',_0x916ebc['attributesJson']=''),null!=_0x336915['name']&&_0x336915['hasOwnProperty']('name')&&(_0x916ebc['name']=_0x336915['name']),_0x336915['children']&&_0x336915['children']['length']){_0x916ebc['children']=[];for(var _0x5e4820=0x0;_0x5e4820<_0x336915['children']['length'];++_0x5e4820)_0x916ebc['children'][_0x5e4820]=_0x1a5fd2['Element']['toObject'](_0x336915['children'][_0x5e4820],_0x1a0c22);}if(null!=_0x336915['data']&&_0x336915['hasOwnProperty']('data')&&(_0x916ebc['data']=_0x336915['data']),_0x336915['attributesBoolean']&&(_0x379429=Object['keys'](_0x336915['attributesBoolean']))['length']){_0x916ebc['attributesBoolean']={};for(_0x5e4820=0x0;_0x5e4820<_0x379429['length'];++_0x5e4820)_0x916ebc['attributesBoolean'][_0x379429[_0x5e4820]]=_0x336915['attributesBoolean'][_0x379429[_0x5e4820]];}return null!=_0x336915['attributesJson']&&_0x336915['hasOwnProperty']('attributesJson')&&(_0x916ebc['attributesJson']=_0x336915['attributesJson']),_0x916ebc;},_0x45b9a6['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2ef525['util']['toJSONOptions']);},_0x45b9a6['getTypeUrl']=function(_0x4214a7){return void 0x0===_0x4214a7&&(_0x4214a7='type.googleapis.com'),_0x4214a7+'/Element';},_0x45b9a6;}()),_0x1a5fd2;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x296ad8){return new w(this['_protobufRoot'][_0x296ad8]);}}class w{['_protobuf'];constructor(_0xbc97c2){this['_protobuf']=_0xbc97c2;}['compress'](_0x268e6c){const _0x1cc047=this['_protobuf']['verify'](_0x268e6c);if(_0x1cc047)throw Error(_0x1cc047);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x268e6c))['finish']();}['decompress'](_0x4776f8){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x4776f8),{'oneofs':!0x0});}}function g(_0x5a032a,_0x1b7f99){const _0x4c3d31=_0x16b7d8(_0x5a032a);return _0x4c3d31['path'][_0x4c3d31['path']['length']-0x1]+=_0x1b7f99,_0x4c3d31;}function _(_0x24e749,_0x44357b){return _0x24e749['root']===_0x44357b['root']&&_0x1bdb63(_0x24e749['path'],_0x44357b['path']);}function $(_0x24f417){P(_0x24f417,_0x3a86c0=>('main'==_0x3a86c0['root']?(_0x3a86c0['rootMain']=!0x0,delete _0x3a86c0['root']):'$graveyard'==_0x3a86c0['root']&&(_0x3a86c0['rootGraveyard']=!0x0,delete _0x3a86c0['root']),_0x3a86c0));}function J(_0x42b457){P(_0x42b457,_0x41ef4e=>(_0x41ef4e['rootMain']?(_0x41ef4e['root']='main',delete _0x41ef4e['rootMain']):_0x41ef4e['rootGraveyard']&&(_0x41ef4e['root']='$graveyard',delete _0x41ef4e['rootGraveyard']),_0x41ef4e));}function P(_0x46be65,_0x3c8258){for(const _0x15601e in _0x46be65){const _0x134ee7=_0x46be65[_0x15601e];'nodes'!==_0x15601e&&_0x178511(_0x134ee7)&&(_0x134ee7['path']&&(_0x134ee7['root']||_0x134ee7['rootMain']||_0x134ee7['rootGraveyard'])?_0x46be65[_0x15601e]=_0x3c8258(_0x134ee7):P(_0x134ee7,_0x3c8258));}return _0x46be65;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x2207f7,_0x36c6ba,_0x17451b){this['_id']=_0x2207f7,this['_operationName']=_0x36c6ba,this['_protobufDescriptor']=_0x17451b;}['compress'](_0x3febc0,_0x1d9eb5){const _0x3c3ea0=_0x1d9eb5['shift']();return $(_0x3c3ea0),_0x3febc0['buffers']['push'](this['_protobufDescriptor']['compress'](_0x3c3ea0)),_0x3febc0['types']['push'](this['_id']),!0x0;}['decompress'](_0x185840,_0x246ee4){_0x246ee4['types']['shift']();const _0x20ca97=this['_protobufDescriptor']['decompress'](_0x246ee4['buffers']['shift']());J(_0x20ca97),_0x20ca97['__className']=this['_operationName'],_0x185840['push'](_0x20ca97);}}class s extends e{['compress'](_0x307579,_0xc0ccad){const _0x500684=_0xc0ccad['shift']();return this['_serializeOneOf']('oldValue',_0x500684),this['_serializeOneOf']('newValue',_0x500684),$(_0x500684),_0x307579['buffers']['push'](this['_protobufDescriptor']['compress'](_0x500684)),_0x307579['types']['push'](this['_id']),!0x0;}['decompress'](_0x1ab134,_0x253121){const {types:_0x27ecec,buffers:_0x59fc41}=_0x253121,_0x3f2a24=this['_protobufDescriptor']['decompress'](_0x59fc41['shift']());_0x27ecec['shift'](),this['_deserializeOneOf']('oldValue',_0x3f2a24),this['_deserializeOneOf']('newValue',_0x3f2a24),J(_0x3f2a24),_0x3f2a24['__className']=this['_operationName'],_0x1ab134['push'](_0x3f2a24);}['_serializeOneOf'](_0x1cf31c,_0x416c5a){const _0x274c79=_0x416c5a[_0x1cf31c];'boolean'==typeof _0x274c79?_0x416c5a[_0x1cf31c+'Boolean']=_0x274c79:_0x416c5a[_0x1cf31c+'Json']=JSON['stringify'](_0x274c79);}['_deserializeOneOf'](_0x502564,_0x280dc4){const _0x10472e=_0x502564+'Json';_0x280dc4[_0x10472e]?(_0x280dc4[_0x502564]=JSON['parse'](_0x280dc4[_0x10472e]),delete _0x280dc4[_0x10472e]):(_0x280dc4[_0x502564]=_0x280dc4[_0x502564+'Boolean'],delete _0x280dc4[_0x502564+'Boolean']);}}class i extends e{['compress'](_0x1f9fcc,_0x218616){const _0x4ad216=_0x218616['shift']();return this['_serializeNodesAttributes'](_0x4ad216['nodes']),$(_0x4ad216),_0x1f9fcc['buffers']['push'](this['_protobufDescriptor']['compress'](_0x4ad216)),_0x1f9fcc['types']['push'](this['_id']),!0x0;}['decompress'](_0x2ba051,_0x48aee6){const {types:_0x55abaa,buffers:_0x9ebc38}=_0x48aee6,_0x237d43=this['_protobufDescriptor']['decompress'](_0x9ebc38['shift']());_0x55abaa['shift'](),_0x237d43['nodes']||(_0x237d43['nodes']=[]),this['_deserializeNodesAttributes'](_0x237d43['nodes']),J(_0x237d43),_0x237d43['__className']=this['_operationName'],_0x2ba051['push'](_0x237d43);}['_serializeNodesAttributes'](_0x5bf035){for(const _0xe85c85 of _0x5bf035){if(_0xe85c85['attributes']){const _0x10ad2b=_0xe85c85['attributes'];this['_areValuesBoolean'](_0x10ad2b)?_0xe85c85['attributesBoolean']=_0x10ad2b:_0xe85c85['attributesJson']=JSON['stringify'](_0x10ad2b);}_0xe85c85['children']&&this['_serializeNodesAttributes'](_0xe85c85['children']);}}['_deserializeNodesAttributes'](_0x53a03f){for(const _0x414eff of _0x53a03f)(_0x414eff['attributesBoolean']||_0x414eff['attributesJson'])&&(_0x414eff['attributesBoolean']?(_0x414eff['attributes']=_0x414eff['attributesBoolean'],delete _0x414eff['attributesBoolean']):(_0x414eff['attributes']=JSON['parse'](_0x414eff['attributesJson']),delete _0x414eff['attributesJson'])),_0x414eff['children']&&this['_deserializeNodesAttributes'](_0x414eff['children']);}['_areValuesBoolean'](_0x5404c6){return Object['keys'](_0x5404c6)['every'](_0x514580=>'boolean'==typeof _0x5404c6[_0x514580]);}}class n extends e{['decompress'](_0x22ee6d,_0x4344d7){super['decompress'](_0x22ee6d,_0x4344d7);const _0x3235d0=_0x22ee6d[_0x22ee6d['length']-0x1];_0x3235d0['oldRange']||(_0x3235d0['oldRange']=null),_0x3235d0['newRange']||(_0x3235d0['newRange']=null);}}class p extends e{['compress'](_0xd5d829,_0x2cf696){return _0x2cf696['shift'](),_0xd5d829['types']['push'](this['_id']),!0x0;}['decompress'](_0x6485a3,_0x165b70){_0x165b70['types']['shift'](),_0x6485a3['push']({'__className':this['_operationName']});}}class m extends n{['_omittedNamespace'];constructor(_0x1e9d48,_0x3fabc0,_0x4bffda,_0x586445){super(_0x1e9d48,_0x3fabc0,_0x4bffda),this['_omittedNamespace']=_0x586445+':';}['compress'](_0x55e99e,_0x4dc427){return!('MarkerOperation'!=_0x4dc427[0x0]['__className']||!_0x4dc427[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x4dc427[0x0]['name']=_0x4dc427[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x55e99e,_0x4dc427),!0x0);}['decompress'](_0xd2c440,_0x37e383){super['decompress'](_0xd2c440,_0x37e383);const _0x494920=_0xd2c440[_0xd2c440['length']-0x1];_0x494920['name']=this['_omittedNamespace']+_0x494920['name'];}}class O{['_id'];['_context'];constructor(_0x4b6eff,_0x3e91a5){this['_id']=_0x4b6eff,this['_context']=_0x3e91a5;}['compress'](_0x11a852,_0x1500b5){let _0x12cb63;for(;_0x1500b5['length']>0x1&&this['_compareOperations'](_0x1500b5[0x0],_0x1500b5[0x1]);)_0x12cb63?(_0x12cb63=this['_combineNext'](_0x1500b5['shift'](),_0x12cb63),_0x11a852['types']['push'](0x0)):(_0x12cb63=_0x16b7d8(_0x1500b5['shift']()),_0x11a852['types']['push'](this['_id']));return!!_0x12cb63&&(_0x12cb63=this['_combineNext'](_0x1500b5['shift'](),_0x12cb63),_0x11a852['types']['push'](0x0),_0x11a852['buffers']['push'](this['_compressSingleOperation'](_0x12cb63)),!0x0);}['decompress'](_0x4479e5,_0x4dab40){const _0x11fd25=this['_decompressSingleOperation'](_0x4dab40);for(;0x0==_0x4dab40['types'][0x0];)_0x4dab40['types']['shift'](),_0x4479e5['push'](this['_splitCurrent'](_0x11fd25));_0x4479e5['push'](_0x11fd25);}}class a extends O{['_combineNext'](_0x2f88ff,_0x2cd799){return _0x2cd799['nodes'][0x0]['data']+=_0x2f88ff['nodes'][0x0]['data'],_0x2cd799;}['_splitCurrent'](_0xbacbdb){const _0x31e236=_0x16b7d8(_0xbacbdb),_0x14e805=_0x31e236['nodes'][0x0],_0xe292c9=_0xbacbdb['nodes'][0x0],_0x16b7cf=_0xe292c9['data'][Symbol['iterator']]()['next']()['value'],_0x5018da=_0x16b7cf['length'];return _0x14e805['data']=_0x16b7cf,_0xe292c9['data']=_0xe292c9['data']['substr'](_0x5018da),_0xbacbdb['position']=g(_0xbacbdb['position'],_0x5018da),_0x31e236;}['_compareOperations'](_0x465a50,_0x4f0c8a){if(this['_checkOperation'](_0x465a50)&&this['_checkOperation'](_0x4f0c8a)){const _0x7cd974=_0x465a50['nodes'][0x0]['data']['length'],_0x5e1b73=_(g(_0x465a50['position'],_0x7cd974),_0x4f0c8a['position']),_0xfa89a3=_0x465a50['nodes'][0x0],_0x29da24=_0x4f0c8a['nodes'][0x0];return _0x5e1b73&&this['_compareAttributes'](_0xfa89a3,_0x29da24);}return!0x1;}['_compressSingleOperation'](_0x4154a2){const _0x2293f1={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x2293f1,[_0x4154a2]),_0x2293f1['buffers'][0x0];}['_decompressSingleOperation'](_0x1d4715){const _0x8dd442=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x8dd442,_0x1d4715),_0x8dd442[0x0];}['_checkOperation'](_0x373b5b){return'InsertOperation'==_0x373b5b['__className']&&0x1==_0x373b5b['nodes']['length']&&_0x373b5b['nodes'][0x0]['data']&&!_0x373b5b['wasUndone']&&0x1==Array['from'](_0x373b5b['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x26bfd6,_0x3948ef){const _0x35d208=Object['keys'](_0x26bfd6['attributes']||{}),_0x78da37=Object['keys'](_0x3948ef['attributes']||{});return _0x35d208['length']===_0x78da37['length']&&_0x35d208['every'](_0x522a8c=>_0x3948ef['attributes'][_0x522a8c]&&_0x3948ef['attributes'][_0x522a8c]===_0x26bfd6['attributes'][_0x522a8c]);}}class c extends O{['_combineNext'](_0xd05033,_0x2c93a6){return _0x2c93a6['howMany']++,_0x2c93a6['sourcePosition']=_0x16b7d8(_0xd05033['sourcePosition']),_0x2c93a6;}['_splitCurrent'](_0xbb8542){const _0x5bc76f=_0x16b7d8(_0xbb8542);return _0xbb8542['howMany']--,_0x5bc76f['howMany']=0x1,_0x5bc76f['sourcePosition']=g(_0x5bc76f['sourcePosition'],_0xbb8542['howMany']),_0x5bc76f;}['_compareOperations'](_0xe5c42c,_0xccfae9){return!(!this['_checkOperation'](_0xe5c42c)||!this['_checkOperation'](_0xccfae9))&&(_(g(_0xe5c42c['sourcePosition'],-0x1),_0xccfae9['sourcePosition'])&&_(_0xe5c42c['targetPosition'],_0xccfae9['targetPosition']));}['_compressSingleOperation'](_0x2d555e){const _0x45d7f3={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x45d7f3,[_0x2d555e]),_0x45d7f3['buffers'][0x0];}['_decompressSingleOperation'](_0x259070){const _0x592a67=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x592a67,_0x259070),_0x592a67[0x0];}['_checkOperation'](_0x17f1d6){return'MoveOperation'==_0x17f1d6['__className']&&'$graveyard'==_0x17f1d6['targetPosition']['root']&&0x1==_0x17f1d6['howMany']&&!_0x17f1d6['wasUndone'];}}class h extends O{['_combineNext'](_0x2f2b5f,_0x38d358){return _0x38d358['howMany']++,_0x38d358;}['_splitCurrent'](_0x20ffd3){const _0x17b585=_0x16b7d8(_0x20ffd3);return _0x17b585['howMany']=0x1,_0x20ffd3['howMany']--,_0x17b585;}['_compareOperations'](_0x45e45d,_0x46585b){return!(!this['_checkOperation'](_0x45e45d)||!this['_checkOperation'](_0x46585b))&&(_(_0x45e45d['sourcePosition'],_0x46585b['sourcePosition'])&&_(_0x45e45d['targetPosition'],_0x46585b['targetPosition']));}['_compressSingleOperation'](_0x23c7aa){const _0x2ac49b={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x2ac49b,[_0x23c7aa]),_0x2ac49b['buffers'][0x0];}['_decompressSingleOperation'](_0x9040b9){const _0x241700=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x241700,_0x9040b9),_0x241700[0x0];}['_checkOperation'](_0x2dfd2e){return'MoveOperation'==_0x2dfd2e['__className']&&'$graveyard'==_0x2dfd2e['targetPosition']['root']&&0x1==_0x2dfd2e['howMany']&&!_0x2dfd2e['wasUndone'];}}class f extends O{['compress'](_0x2b38e9,_0x20f3f2){if(!this['_compareOperations'](_0x20f3f2[0x0],_0x20f3f2[0x1]))return!0x1;const _0x418298=_0x20f3f2['shift']();return _0x418298['oldRange']=null,_0x418298['newRange']&&_(_0x418298['newRange']['start'],_0x418298['newRange']['end'])&&(_0x418298['newRange']['end']=null),_0x20f3f2['shift'](),_0x2b38e9['types']['push'](this['_id']),_0x2b38e9['types']['push'](0x0),_0x2b38e9['buffers']['push'](this['_compressSingleOperation'](_0x418298)),!0x0;}['decompress'](_0x20a664,_0x2f1e12){const _0x100f6e=this['_decompressSingleOperation'](_0x2f1e12);_0x100f6e['newRange']&&!_0x100f6e['newRange']['end']&&(_0x100f6e['newRange']['end']=_0x16b7d8(_0x100f6e['newRange']['start']));const _0x48f5f7=_0x16b7d8(_0x100f6e);_0x48f5f7['newRange']&&(_0x48f5f7['newRange']['start']['stickiness']='toNone',_0x48f5f7['newRange']['end']=_0x16b7d8(_0x48f5f7['newRange']['start'])),_0x48f5f7['name']='user:position:'+_0x48f5f7['name']['split'](':')[0x2],_0x2f1e12['types']['shift'](),_0x20a664['push'](_0x100f6e),_0x20a664['push'](_0x48f5f7);}['_compressSingleOperation'](_0x44b254){const _0x485cbe={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x485cbe,[_0x44b254]),_0x485cbe['buffers'][0x0];}['_decompressSingleOperation'](_0x4ec852){const _0x1016bd=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x1016bd,_0x4ec852),_0x1016bd[0x0];}['_compareOperations'](_0x3dd225,_0x1f5606){return!(!_0x3dd225||!_0x1f5606)&&('MarkerOperation'==_0x3dd225['__className']&&'MarkerOperation'==_0x1f5606['__className']&&!(!_0x3dd225['name']['startsWith']('user:')||!_0x1f5606['name']['startsWith']('user:')||_0x3dd225['name']==_0x1f5606['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x52b7ff=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',_0x52b7ff,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new m(0x13,'MarkerOperation',_0x52b7ff,'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'](_0x43f568){if(!_0x43f568||!_0x43f568[0x0])throw new _0x1a50cf('no-operations-provided',this);const _0x4b4dfc={'types':[],'buffers':[],'baseVersion':_0x43f568[0x0]['baseVersion']};for(;_0x43f568['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x4b4dfc,_0x43f568)||this['_getCompressorByName']('TypingAction')['compress'](_0x4b4dfc,_0x43f568)||this['_getCompressorByName']('DeletingAction')['compress'](_0x4b4dfc,_0x43f568)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x4b4dfc,_0x43f568)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x4b4dfc,_0x43f568)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x4b4dfc,_0x43f568)||this['_getCompressorByName'](_0x43f568[0x0]['__className'])['compress'](_0x4b4dfc,_0x43f568);return _0x4b4dfc;}['decompress'](_0x3be57e){const _0x22e109=[];for(;_0x3be57e['types']['length'];){const _0x1f7882=this['_compressorById']['get'](_0x3be57e['types'][0x0]);if(!_0x1f7882)throw new _0x1a50cf('decompress-compressor-not-found',this,{'type':_0x3be57e['types'][0x0]});_0x1f7882['decompress'](_0x22e109,_0x3be57e);}return _0x22e109['forEach']((_0x571ecb,_0x3f73d0)=>_0x571ecb['baseVersion']=_0x3be57e['baseVersion']+_0x3f73d0),_0x22e109;}['_getCompressorByName'](_0x351103){return this['_compressorByName']['get'](_0x351103);}['_registerOperationCompressor'](_0x18fd31,_0x16a120,_0x1fb198){const _0x355d2b=new _0x1fb198(_0x18fd31,_0x16a120,this['_protobufFactory']['getDescriptor'](_0x16a120));this['_registerCompressor'](_0x18fd31,_0x16a120,_0x355d2b);}['_registerActionCompressor'](_0x503ff4,_0x222a3e,_0x4ef764){const _0x261ef3=new _0x4ef764(_0x503ff4,this);this['_registerCompressor'](_0x503ff4,_0x222a3e,_0x261ef3);}['_registerCompressor'](_0x5b8f85,_0xb55d5e,_0x4f657c){this['_compressorById']['set'](_0x5b8f85,_0x4f657c),this['_compressorByName']['set'](_0xb55d5e,_0x4f657c);}}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.6",
|
|
4
4
|
"description": "CKEditor 5 operations compressor for real-time collaboration.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://ckeditor.com/collaboration/real-time/",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ckeditor/ckeditor5-utils": "47.3.0-alpha.
|
|
37
|
-
"ckeditor5": "47.3.0-alpha.
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "47.3.0-alpha.6",
|
|
37
|
+
"ckeditor5": "47.3.0-alpha.6",
|
|
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 _0xfcc05d=_0xdbca;function _0xdbca(_0x11aae9,_0x3e9c88){const _0xf21b8f=_0xf21b();return _0xdbca=function(_0xdbca5,_0x5e1a8a){_0xdbca5=_0xdbca5-0x136;let _0x1ac936=_0xf21b8f[_0xdbca5];return _0x1ac936;},_0xdbca(_0x11aae9,_0x3e9c88);}(function(_0x30ad1d,_0x41ef70){const _0x199eab=_0xdbca,_0x278e0e=_0x30ad1d();while(!![]){try{const _0x4c16cc=parseInt(_0x199eab(0x143))/0x1+parseInt(_0x199eab(0x13b))/0x2+-parseInt(_0x199eab(0x13e))/0x3*(-parseInt(_0x199eab(0x13d))/0x4)+parseInt(_0x199eab(0x149))/0x5+parseInt(_0x199eab(0x14b))/0x6+parseInt(_0x199eab(0x146))/0x7+-parseInt(_0x199eab(0x14c))/0x8*(parseInt(_0x199eab(0x142))/0x9);if(_0x4c16cc===_0x41ef70)break;else _0x278e0e['push'](_0x278e0e['shift']());}catch(_0xc7770f){_0x278e0e['push'](_0x278e0e['shift']());}}}(_0xf21b,0x786a0));import{cloneDeep as _0x5859b3}from'es-toolkit/compat';export class ActionCompressor{[_0xfcc05d(0x13a)];[_0xfcc05d(0x138)];constructor(_0x5c30c9,_0x417f54){const _0x4223ba=_0xfcc05d;this[_0x4223ba(0x13a)]=_0x5c30c9,this[_0x4223ba(0x138)]=_0x417f54;}[_0xfcc05d(0x144)](_0x26dd99,_0x50aa20){const _0x1963d4=_0xfcc05d;let _0x3ede03;for(;_0x50aa20[_0x1963d4(0x137)]>0x1&&this[_0x1963d4(0x148)](_0x50aa20[0x0],_0x50aa20[0x1]);)_0x3ede03?(_0x3ede03=this[_0x1963d4(0x147)](_0x50aa20[_0x1963d4(0x145)](),_0x3ede03),_0x26dd99[_0x1963d4(0x136)][_0x1963d4(0x141)](0x0)):(_0x3ede03=_0x5859b3(_0x50aa20[_0x1963d4(0x145)]()),_0x26dd99[_0x1963d4(0x136)][_0x1963d4(0x141)](this[_0x1963d4(0x13a)]));return!!_0x3ede03&&(_0x3ede03=this[_0x1963d4(0x147)](_0x50aa20[_0x1963d4(0x145)](),_0x3ede03),_0x26dd99[_0x1963d4(0x136)][_0x1963d4(0x141)](0x0),_0x26dd99[_0x1963d4(0x139)][_0x1963d4(0x141)](this[_0x1963d4(0x14a)](_0x3ede03)),!0x0);}[_0xfcc05d(0x13f)](_0x631296,_0x2d26f9){const _0x42f9d9=_0xfcc05d,_0x1be560=this[_0x42f9d9(0x140)](_0x2d26f9);for(;0x0==_0x2d26f9[_0x42f9d9(0x136)][0x0];)_0x2d26f9[_0x42f9d9(0x136)][_0x42f9d9(0x145)](),_0x631296[_0x42f9d9(0x141)](this[_0x42f9d9(0x13c)](_0x1be560));_0x631296[_0x42f9d9(0x141)](_0x1be560);}}function _0xf21b(){const _0x19c9c7=['length','_context','buffers','_id','727242CimGxP','_splitCurrent','40waknkB','115833cTvwIj','decompress','_decompressSingleOperation','push','9lykwAQ','124503kKWMeC','compress','shift','5078738fCTgkK','_combineNext','_compareOperations','557440KdcnLH','_compressSingleOperation','3906954TEKLfm','14953592kIXNhl','types'];_0xf21b=function(){return _0x19c9c7;};return _0xf21b();}
|