@ckeditor/ckeditor5-operations-compressor 45.0.0-alpha.6 → 45.0.0-alpha.8
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 _0x2fc2e9=_0x49a48a['Reader'],_0x498fdd=_0x49a48a['Writer'],_0x219ed4=_0x49a48a['util'],_0x3cc4dc=_0x49a48a['roots']['default']||(_0x49a48a['roots']['default']={});return _0x3cc4dc['AttributeOperation']=(function(){function _0xcc0c4b(_0x5f034f){if(_0x5f034f){for(var _0x7637e4=Object['keys'](_0x5f034f),_0x2fc83e=0x0;_0x2fc83e<_0x7637e4['length'];++_0x2fc83e)null!=_0x5f034f[_0x7637e4[_0x2fc83e]]&&(this[_0x7637e4[_0x2fc83e]]=_0x5f034f[_0x7637e4[_0x2fc83e]]);}}return _0xcc0c4b['prototype']['range']=null,_0xcc0c4b['prototype']['key']='',_0xcc0c4b['prototype']['oldValueBoolean']=!0x1,_0xcc0c4b['prototype']['oldValueJson']='',_0xcc0c4b['prototype']['newValueBoolean']=!0x1,_0xcc0c4b['prototype']['newValueJson']='',_0xcc0c4b['prototype']['wasUndone']=!0x1,_0xcc0c4b['create']=function(_0x1cf0d5){return new _0xcc0c4b(_0x1cf0d5);},_0xcc0c4b['encode']=function(_0x5135a0,_0x269d38){return _0x269d38||(_0x269d38=_0x498fdd['create']()),null!=_0x5135a0['range']&&Object['hasOwnProperty']['call'](_0x5135a0,'range')&&_0x3cc4dc['Range']['encode'](_0x5135a0['range'],_0x269d38['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5135a0['key']&&Object['hasOwnProperty']['call'](_0x5135a0,'key')&&_0x269d38['uint32'](0x12)['string'](_0x5135a0['key']),null!=_0x5135a0['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x5135a0,'oldValueBoolean')&&_0x269d38['uint32'](0x18)['bool'](_0x5135a0['oldValueBoolean']),null!=_0x5135a0['oldValueJson']&&Object['hasOwnProperty']['call'](_0x5135a0,'oldValueJson')&&_0x269d38['uint32'](0x22)['string'](_0x5135a0['oldValueJson']),null!=_0x5135a0['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x5135a0,'newValueBoolean')&&_0x269d38['uint32'](0x28)['bool'](_0x5135a0['newValueBoolean']),null!=_0x5135a0['newValueJson']&&Object['hasOwnProperty']['call'](_0x5135a0,'newValueJson')&&_0x269d38['uint32'](0x32)['string'](_0x5135a0['newValueJson']),null!=_0x5135a0['wasUndone']&&Object['hasOwnProperty']['call'](_0x5135a0,'wasUndone')&&_0x269d38['uint32'](0x38)['bool'](_0x5135a0['wasUndone']),_0x269d38;},_0xcc0c4b['encodeDelimited']=function(_0x496ffe,_0x491d49){return this['encode'](_0x496ffe,_0x491d49)['ldelim']();},_0xcc0c4b['decode']=function(_0x27f58a,_0x57fb32){_0x27f58a instanceof _0x2fc2e9||(_0x27f58a=_0x2fc2e9['create'](_0x27f58a));for(var _0x45bb4c=void 0x0===_0x57fb32?_0x27f58a['len']:_0x27f58a['pos']+_0x57fb32,_0x217445=new _0x3cc4dc['AttributeOperation']();_0x27f58a['pos']<_0x45bb4c;){var _0x323a9c=_0x27f58a['uint32']();switch(_0x323a9c>>>0x3){case 0x1:_0x217445['range']=_0x3cc4dc['Range']['decode'](_0x27f58a,_0x27f58a['uint32']());break;case 0x2:_0x217445['key']=_0x27f58a['string']();break;case 0x3:_0x217445['oldValueBoolean']=_0x27f58a['bool']();break;case 0x4:_0x217445['oldValueJson']=_0x27f58a['string']();break;case 0x5:_0x217445['newValueBoolean']=_0x27f58a['bool']();break;case 0x6:_0x217445['newValueJson']=_0x27f58a['string']();break;case 0x7:_0x217445['wasUndone']=_0x27f58a['bool']();break;default:_0x27f58a['skipType'](0x7&_0x323a9c);}}return _0x217445;},_0xcc0c4b['decodeDelimited']=function(_0x1d9c17){return _0x1d9c17 instanceof _0x2fc2e9||(_0x1d9c17=new _0x2fc2e9(_0x1d9c17)),this['decode'](_0x1d9c17,_0x1d9c17['uint32']());},_0xcc0c4b['verify']=function(_0x39b7e9){if('object'!=typeof _0x39b7e9||null===_0x39b7e9)return'object\x20expected';if(null!=_0x39b7e9['range']&&_0x39b7e9['hasOwnProperty']('range')){var _0x3380ed=_0x3cc4dc['Range']['verify'](_0x39b7e9['range']);if(_0x3380ed)return'range.'+_0x3380ed;}return null!=_0x39b7e9['key']&&_0x39b7e9['hasOwnProperty']('key')&&!_0x219ed4['isString'](_0x39b7e9['key'])?'key:\x20string\x20expected':null!=_0x39b7e9['oldValueBoolean']&&_0x39b7e9['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x39b7e9['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x39b7e9['oldValueJson']&&_0x39b7e9['hasOwnProperty']('oldValueJson')&&!_0x219ed4['isString'](_0x39b7e9['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x39b7e9['newValueBoolean']&&_0x39b7e9['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x39b7e9['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x39b7e9['newValueJson']&&_0x39b7e9['hasOwnProperty']('newValueJson')&&!_0x219ed4['isString'](_0x39b7e9['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x39b7e9['wasUndone']&&_0x39b7e9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x39b7e9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xcc0c4b['fromObject']=function(_0x2911c6){if(_0x2911c6 instanceof _0x3cc4dc['AttributeOperation'])return _0x2911c6;var _0x4d9795=new _0x3cc4dc['AttributeOperation']();if(null!=_0x2911c6['range']){if('object'!=typeof _0x2911c6['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x4d9795['range']=_0x3cc4dc['Range']['fromObject'](_0x2911c6['range']);}return null!=_0x2911c6['key']&&(_0x4d9795['key']=String(_0x2911c6['key'])),null!=_0x2911c6['oldValueBoolean']&&(_0x4d9795['oldValueBoolean']=Boolean(_0x2911c6['oldValueBoolean'])),null!=_0x2911c6['oldValueJson']&&(_0x4d9795['oldValueJson']=String(_0x2911c6['oldValueJson'])),null!=_0x2911c6['newValueBoolean']&&(_0x4d9795['newValueBoolean']=Boolean(_0x2911c6['newValueBoolean'])),null!=_0x2911c6['newValueJson']&&(_0x4d9795['newValueJson']=String(_0x2911c6['newValueJson'])),null!=_0x2911c6['wasUndone']&&(_0x4d9795['wasUndone']=Boolean(_0x2911c6['wasUndone'])),_0x4d9795;},_0xcc0c4b['toObject']=function(_0x3e58c8,_0x472243){_0x472243||(_0x472243={});var _0x2c6930={};return _0x472243['defaults']&&(_0x2c6930['range']=null,_0x2c6930['key']='',_0x2c6930['oldValueBoolean']=!0x1,_0x2c6930['oldValueJson']='',_0x2c6930['newValueBoolean']=!0x1,_0x2c6930['newValueJson']='',_0x2c6930['wasUndone']=!0x1),null!=_0x3e58c8['range']&&_0x3e58c8['hasOwnProperty']('range')&&(_0x2c6930['range']=_0x3cc4dc['Range']['toObject'](_0x3e58c8['range'],_0x472243)),null!=_0x3e58c8['key']&&_0x3e58c8['hasOwnProperty']('key')&&(_0x2c6930['key']=_0x3e58c8['key']),null!=_0x3e58c8['oldValueBoolean']&&_0x3e58c8['hasOwnProperty']('oldValueBoolean')&&(_0x2c6930['oldValueBoolean']=_0x3e58c8['oldValueBoolean']),null!=_0x3e58c8['oldValueJson']&&_0x3e58c8['hasOwnProperty']('oldValueJson')&&(_0x2c6930['oldValueJson']=_0x3e58c8['oldValueJson']),null!=_0x3e58c8['newValueBoolean']&&_0x3e58c8['hasOwnProperty']('newValueBoolean')&&(_0x2c6930['newValueBoolean']=_0x3e58c8['newValueBoolean']),null!=_0x3e58c8['newValueJson']&&_0x3e58c8['hasOwnProperty']('newValueJson')&&(_0x2c6930['newValueJson']=_0x3e58c8['newValueJson']),null!=_0x3e58c8['wasUndone']&&_0x3e58c8['hasOwnProperty']('wasUndone')&&(_0x2c6930['wasUndone']=_0x3e58c8['wasUndone']),_0x2c6930;},_0xcc0c4b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x49a48a['util']['toJSONOptions']);},_0xcc0c4b['getTypeUrl']=function(_0x38ed45){return void 0x0===_0x38ed45&&(_0x38ed45='type.googleapis.com'),_0x38ed45+'/AttributeOperation';},_0xcc0c4b;}()),_0x3cc4dc['InsertOperation']=(function(){function _0x1ce97e(_0x5cbf9e){if(this['nodes']=[],_0x5cbf9e){for(var _0x534aab=Object['keys'](_0x5cbf9e),_0x429b1d=0x0;_0x429b1d<_0x534aab['length'];++_0x429b1d)null!=_0x5cbf9e[_0x534aab[_0x429b1d]]&&(this[_0x534aab[_0x429b1d]]=_0x5cbf9e[_0x534aab[_0x429b1d]]);}}return _0x1ce97e['prototype']['position']=null,_0x1ce97e['prototype']['nodes']=_0x219ed4['emptyArray'],_0x1ce97e['prototype']['shouldReceiveAttributes']=!0x1,_0x1ce97e['prototype']['wasUndone']=!0x1,_0x1ce97e['create']=function(_0x149427){return new _0x1ce97e(_0x149427);},_0x1ce97e['encode']=function(_0x4f151d,_0x39bf8f){if(_0x39bf8f||(_0x39bf8f=_0x498fdd['create']()),null!=_0x4f151d['position']&&Object['hasOwnProperty']['call'](_0x4f151d,'position')&&_0x3cc4dc['Position']['encode'](_0x4f151d['position'],_0x39bf8f['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4f151d['nodes']&&_0x4f151d['nodes']['length']){for(var _0x52ab85=0x0;_0x52ab85<_0x4f151d['nodes']['length'];++_0x52ab85)_0x3cc4dc['Element']['encode'](_0x4f151d['nodes'][_0x52ab85],_0x39bf8f['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x4f151d['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x4f151d,'shouldReceiveAttributes')&&_0x39bf8f['uint32'](0x18)['bool'](_0x4f151d['shouldReceiveAttributes']),null!=_0x4f151d['wasUndone']&&Object['hasOwnProperty']['call'](_0x4f151d,'wasUndone')&&_0x39bf8f['uint32'](0x20)['bool'](_0x4f151d['wasUndone']),_0x39bf8f;},_0x1ce97e['encodeDelimited']=function(_0x4b16d0,_0x440166){return this['encode'](_0x4b16d0,_0x440166)['ldelim']();},_0x1ce97e['decode']=function(_0x4b1f5c,_0x46a106){_0x4b1f5c instanceof _0x2fc2e9||(_0x4b1f5c=_0x2fc2e9['create'](_0x4b1f5c));for(var _0x465a2f=void 0x0===_0x46a106?_0x4b1f5c['len']:_0x4b1f5c['pos']+_0x46a106,_0x21642b=new _0x3cc4dc['InsertOperation']();_0x4b1f5c['pos']<_0x465a2f;){var _0x3d828a=_0x4b1f5c['uint32']();switch(_0x3d828a>>>0x3){case 0x1:_0x21642b['position']=_0x3cc4dc['Position']['decode'](_0x4b1f5c,_0x4b1f5c['uint32']());break;case 0x2:_0x21642b['nodes']&&_0x21642b['nodes']['length']||(_0x21642b['nodes']=[]),_0x21642b['nodes']['push'](_0x3cc4dc['Element']['decode'](_0x4b1f5c,_0x4b1f5c['uint32']()));break;case 0x3:_0x21642b['shouldReceiveAttributes']=_0x4b1f5c['bool']();break;case 0x4:_0x21642b['wasUndone']=_0x4b1f5c['bool']();break;default:_0x4b1f5c['skipType'](0x7&_0x3d828a);}}return _0x21642b;},_0x1ce97e['decodeDelimited']=function(_0x1f6269){return _0x1f6269 instanceof _0x2fc2e9||(_0x1f6269=new _0x2fc2e9(_0x1f6269)),this['decode'](_0x1f6269,_0x1f6269['uint32']());},_0x1ce97e['verify']=function(_0x49ffa4){if('object'!=typeof _0x49ffa4||null===_0x49ffa4)return'object\x20expected';if(null!=_0x49ffa4['position']&&_0x49ffa4['hasOwnProperty']('position')&&(_0xf635be=_0x3cc4dc['Position']['verify'](_0x49ffa4['position'])))return'position.'+_0xf635be;if(null!=_0x49ffa4['nodes']&&_0x49ffa4['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x49ffa4['nodes']))return'nodes:\x20array\x20expected';for(var _0x5b449b=0x0;_0x5b449b<_0x49ffa4['nodes']['length'];++_0x5b449b){var _0xf635be;if(_0xf635be=_0x3cc4dc['Element']['verify'](_0x49ffa4['nodes'][_0x5b449b]))return'nodes.'+_0xf635be;}}return null!=_0x49ffa4['shouldReceiveAttributes']&&_0x49ffa4['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x49ffa4['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x49ffa4['wasUndone']&&_0x49ffa4['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x49ffa4['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1ce97e['fromObject']=function(_0x494e0a){if(_0x494e0a instanceof _0x3cc4dc['InsertOperation'])return _0x494e0a;var _0x3c31b3=new _0x3cc4dc['InsertOperation']();if(null!=_0x494e0a['position']){if('object'!=typeof _0x494e0a['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x3c31b3['position']=_0x3cc4dc['Position']['fromObject'](_0x494e0a['position']);}if(_0x494e0a['nodes']){if(!Array['isArray'](_0x494e0a['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x3c31b3['nodes']=[];for(var _0x48bb79=0x0;_0x48bb79<_0x494e0a['nodes']['length'];++_0x48bb79){if('object'!=typeof _0x494e0a['nodes'][_0x48bb79])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x3c31b3['nodes'][_0x48bb79]=_0x3cc4dc['Element']['fromObject'](_0x494e0a['nodes'][_0x48bb79]);}}return null!=_0x494e0a['shouldReceiveAttributes']&&(_0x3c31b3['shouldReceiveAttributes']=Boolean(_0x494e0a['shouldReceiveAttributes'])),null!=_0x494e0a['wasUndone']&&(_0x3c31b3['wasUndone']=Boolean(_0x494e0a['wasUndone'])),_0x3c31b3;},_0x1ce97e['toObject']=function(_0x6eee07,_0x2b768e){_0x2b768e||(_0x2b768e={});var _0x2272b2={};if((_0x2b768e['arrays']||_0x2b768e['defaults'])&&(_0x2272b2['nodes']=[]),_0x2b768e['defaults']&&(_0x2272b2['position']=null,_0x2272b2['shouldReceiveAttributes']=!0x1,_0x2272b2['wasUndone']=!0x1),null!=_0x6eee07['position']&&_0x6eee07['hasOwnProperty']('position')&&(_0x2272b2['position']=_0x3cc4dc['Position']['toObject'](_0x6eee07['position'],_0x2b768e)),_0x6eee07['nodes']&&_0x6eee07['nodes']['length']){_0x2272b2['nodes']=[];for(var _0x41f044=0x0;_0x41f044<_0x6eee07['nodes']['length'];++_0x41f044)_0x2272b2['nodes'][_0x41f044]=_0x3cc4dc['Element']['toObject'](_0x6eee07['nodes'][_0x41f044],_0x2b768e);}return null!=_0x6eee07['shouldReceiveAttributes']&&_0x6eee07['hasOwnProperty']('shouldReceiveAttributes')&&(_0x2272b2['shouldReceiveAttributes']=_0x6eee07['shouldReceiveAttributes']),null!=_0x6eee07['wasUndone']&&_0x6eee07['hasOwnProperty']('wasUndone')&&(_0x2272b2['wasUndone']=_0x6eee07['wasUndone']),_0x2272b2;},_0x1ce97e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x49a48a['util']['toJSONOptions']);},_0x1ce97e['getTypeUrl']=function(_0x312a5b){return void 0x0===_0x312a5b&&(_0x312a5b='type.googleapis.com'),_0x312a5b+'/InsertOperation';},_0x1ce97e;}()),_0x3cc4dc['MarkerOperation']=(function(){function _0x49b73e(_0x41e3b2){if(_0x41e3b2){for(var _0x34e317=Object['keys'](_0x41e3b2),_0x21b742=0x0;_0x21b742<_0x34e317['length'];++_0x21b742)null!=_0x41e3b2[_0x34e317[_0x21b742]]&&(this[_0x34e317[_0x21b742]]=_0x41e3b2[_0x34e317[_0x21b742]]);}}return _0x49b73e['prototype']['name']='',_0x49b73e['prototype']['oldRange']=null,_0x49b73e['prototype']['newRange']=null,_0x49b73e['prototype']['affectsData']=!0x1,_0x49b73e['prototype']['wasUndone']=!0x1,_0x49b73e['create']=function(_0x362c93){return new _0x49b73e(_0x362c93);},_0x49b73e['encode']=function(_0x2daf6d,_0x3f5c94){return _0x3f5c94||(_0x3f5c94=_0x498fdd['create']()),null!=_0x2daf6d['name']&&Object['hasOwnProperty']['call'](_0x2daf6d,'name')&&_0x3f5c94['uint32'](0xa)['string'](_0x2daf6d['name']),null!=_0x2daf6d['oldRange']&&Object['hasOwnProperty']['call'](_0x2daf6d,'oldRange')&&_0x3cc4dc['Range']['encode'](_0x2daf6d['oldRange'],_0x3f5c94['uint32'](0x12)['fork']())['ldelim'](),null!=_0x2daf6d['newRange']&&Object['hasOwnProperty']['call'](_0x2daf6d,'newRange')&&_0x3cc4dc['Range']['encode'](_0x2daf6d['newRange'],_0x3f5c94['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x2daf6d['affectsData']&&Object['hasOwnProperty']['call'](_0x2daf6d,'affectsData')&&_0x3f5c94['uint32'](0x20)['bool'](_0x2daf6d['affectsData']),null!=_0x2daf6d['wasUndone']&&Object['hasOwnProperty']['call'](_0x2daf6d,'wasUndone')&&_0x3f5c94['uint32'](0x28)['bool'](_0x2daf6d['wasUndone']),_0x3f5c94;},_0x49b73e['encodeDelimited']=function(_0x349a5e,_0x17f056){return this['encode'](_0x349a5e,_0x17f056)['ldelim']();},_0x49b73e['decode']=function(_0x4961ad,_0x4e1bf2){_0x4961ad instanceof _0x2fc2e9||(_0x4961ad=_0x2fc2e9['create'](_0x4961ad));for(var _0xc4f53a=void 0x0===_0x4e1bf2?_0x4961ad['len']:_0x4961ad['pos']+_0x4e1bf2,_0x32b7c8=new _0x3cc4dc['MarkerOperation']();_0x4961ad['pos']<_0xc4f53a;){var _0x4d3668=_0x4961ad['uint32']();switch(_0x4d3668>>>0x3){case 0x1:_0x32b7c8['name']=_0x4961ad['string']();break;case 0x2:_0x32b7c8['oldRange']=_0x3cc4dc['Range']['decode'](_0x4961ad,_0x4961ad['uint32']());break;case 0x3:_0x32b7c8['newRange']=_0x3cc4dc['Range']['decode'](_0x4961ad,_0x4961ad['uint32']());break;case 0x4:_0x32b7c8['affectsData']=_0x4961ad['bool']();break;case 0x5:_0x32b7c8['wasUndone']=_0x4961ad['bool']();break;default:_0x4961ad['skipType'](0x7&_0x4d3668);}}return _0x32b7c8;},_0x49b73e['decodeDelimited']=function(_0x3dd768){return _0x3dd768 instanceof _0x2fc2e9||(_0x3dd768=new _0x2fc2e9(_0x3dd768)),this['decode'](_0x3dd768,_0x3dd768['uint32']());},_0x49b73e['verify']=function(_0x2f4c5d){if('object'!=typeof _0x2f4c5d||null===_0x2f4c5d)return'object\x20expected';if(null!=_0x2f4c5d['name']&&_0x2f4c5d['hasOwnProperty']('name')&&!_0x219ed4['isString'](_0x2f4c5d['name']))return'name:\x20string\x20expected';var _0x5945f3;if(null!=_0x2f4c5d['oldRange']&&_0x2f4c5d['hasOwnProperty']('oldRange')&&(_0x5945f3=_0x3cc4dc['Range']['verify'](_0x2f4c5d['oldRange'])))return'oldRange.'+_0x5945f3;if(null!=_0x2f4c5d['newRange']&&_0x2f4c5d['hasOwnProperty']('newRange')&&(_0x5945f3=_0x3cc4dc['Range']['verify'](_0x2f4c5d['newRange'])))return'newRange.'+_0x5945f3;return null!=_0x2f4c5d['affectsData']&&_0x2f4c5d['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x2f4c5d['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x2f4c5d['wasUndone']&&_0x2f4c5d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2f4c5d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x49b73e['fromObject']=function(_0x2edac3){if(_0x2edac3 instanceof _0x3cc4dc['MarkerOperation'])return _0x2edac3;var _0x5598b8=new _0x3cc4dc['MarkerOperation']();if(null!=_0x2edac3['name']&&(_0x5598b8['name']=String(_0x2edac3['name'])),null!=_0x2edac3['oldRange']){if('object'!=typeof _0x2edac3['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x5598b8['oldRange']=_0x3cc4dc['Range']['fromObject'](_0x2edac3['oldRange']);}if(null!=_0x2edac3['newRange']){if('object'!=typeof _0x2edac3['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x5598b8['newRange']=_0x3cc4dc['Range']['fromObject'](_0x2edac3['newRange']);}return null!=_0x2edac3['affectsData']&&(_0x5598b8['affectsData']=Boolean(_0x2edac3['affectsData'])),null!=_0x2edac3['wasUndone']&&(_0x5598b8['wasUndone']=Boolean(_0x2edac3['wasUndone'])),_0x5598b8;},_0x49b73e['toObject']=function(_0xa2a360,_0x36d16f){_0x36d16f||(_0x36d16f={});var _0x23b6a0={};return _0x36d16f['defaults']&&(_0x23b6a0['name']='',_0x23b6a0['oldRange']=null,_0x23b6a0['newRange']=null,_0x23b6a0['affectsData']=!0x1,_0x23b6a0['wasUndone']=!0x1),null!=_0xa2a360['name']&&_0xa2a360['hasOwnProperty']('name')&&(_0x23b6a0['name']=_0xa2a360['name']),null!=_0xa2a360['oldRange']&&_0xa2a360['hasOwnProperty']('oldRange')&&(_0x23b6a0['oldRange']=_0x3cc4dc['Range']['toObject'](_0xa2a360['oldRange'],_0x36d16f)),null!=_0xa2a360['newRange']&&_0xa2a360['hasOwnProperty']('newRange')&&(_0x23b6a0['newRange']=_0x3cc4dc['Range']['toObject'](_0xa2a360['newRange'],_0x36d16f)),null!=_0xa2a360['affectsData']&&_0xa2a360['hasOwnProperty']('affectsData')&&(_0x23b6a0['affectsData']=_0xa2a360['affectsData']),null!=_0xa2a360['wasUndone']&&_0xa2a360['hasOwnProperty']('wasUndone')&&(_0x23b6a0['wasUndone']=_0xa2a360['wasUndone']),_0x23b6a0;},_0x49b73e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x49a48a['util']['toJSONOptions']);},_0x49b73e['getTypeUrl']=function(_0x2e14ab){return void 0x0===_0x2e14ab&&(_0x2e14ab='type.googleapis.com'),_0x2e14ab+'/MarkerOperation';},_0x49b73e;}()),_0x3cc4dc['MergeOperation']=(function(){function _0x2e806a(_0x29f0b1){if(_0x29f0b1){for(var _0x5b24d7=Object['keys'](_0x29f0b1),_0x3cc4bd=0x0;_0x3cc4bd<_0x5b24d7['length'];++_0x3cc4bd)null!=_0x29f0b1[_0x5b24d7[_0x3cc4bd]]&&(this[_0x5b24d7[_0x3cc4bd]]=_0x29f0b1[_0x5b24d7[_0x3cc4bd]]);}}return _0x2e806a['prototype']['sourcePosition']=null,_0x2e806a['prototype']['targetPosition']=null,_0x2e806a['prototype']['graveyardPosition']=null,_0x2e806a['prototype']['howMany']=0x0,_0x2e806a['prototype']['wasUndone']=!0x1,_0x2e806a['create']=function(_0x3376cc){return new _0x2e806a(_0x3376cc);},_0x2e806a['encode']=function(_0x4eb9f6,_0x263e12){return _0x263e12||(_0x263e12=_0x498fdd['create']()),null!=_0x4eb9f6['sourcePosition']&&Object['hasOwnProperty']['call'](_0x4eb9f6,'sourcePosition')&&_0x3cc4dc['Position']['encode'](_0x4eb9f6['sourcePosition'],_0x263e12['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4eb9f6['targetPosition']&&Object['hasOwnProperty']['call'](_0x4eb9f6,'targetPosition')&&_0x3cc4dc['Position']['encode'](_0x4eb9f6['targetPosition'],_0x263e12['uint32'](0x12)['fork']())['ldelim'](),null!=_0x4eb9f6['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x4eb9f6,'graveyardPosition')&&_0x3cc4dc['Position']['encode'](_0x4eb9f6['graveyardPosition'],_0x263e12['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x4eb9f6['howMany']&&Object['hasOwnProperty']['call'](_0x4eb9f6,'howMany')&&_0x263e12['uint32'](0x20)['uint32'](_0x4eb9f6['howMany']),null!=_0x4eb9f6['wasUndone']&&Object['hasOwnProperty']['call'](_0x4eb9f6,'wasUndone')&&_0x263e12['uint32'](0x28)['bool'](_0x4eb9f6['wasUndone']),_0x263e12;},_0x2e806a['encodeDelimited']=function(_0xfdf97d,_0x55b808){return this['encode'](_0xfdf97d,_0x55b808)['ldelim']();},_0x2e806a['decode']=function(_0x43cc33,_0x1f5d8e){_0x43cc33 instanceof _0x2fc2e9||(_0x43cc33=_0x2fc2e9['create'](_0x43cc33));for(var _0x1491de=void 0x0===_0x1f5d8e?_0x43cc33['len']:_0x43cc33['pos']+_0x1f5d8e,_0x3ed618=new _0x3cc4dc['MergeOperation']();_0x43cc33['pos']<_0x1491de;){var _0x123cd0=_0x43cc33['uint32']();switch(_0x123cd0>>>0x3){case 0x1:_0x3ed618['sourcePosition']=_0x3cc4dc['Position']['decode'](_0x43cc33,_0x43cc33['uint32']());break;case 0x2:_0x3ed618['targetPosition']=_0x3cc4dc['Position']['decode'](_0x43cc33,_0x43cc33['uint32']());break;case 0x3:_0x3ed618['graveyardPosition']=_0x3cc4dc['Position']['decode'](_0x43cc33,_0x43cc33['uint32']());break;case 0x4:_0x3ed618['howMany']=_0x43cc33['uint32']();break;case 0x5:_0x3ed618['wasUndone']=_0x43cc33['bool']();break;default:_0x43cc33['skipType'](0x7&_0x123cd0);}}return _0x3ed618;},_0x2e806a['decodeDelimited']=function(_0x1b8f23){return _0x1b8f23 instanceof _0x2fc2e9||(_0x1b8f23=new _0x2fc2e9(_0x1b8f23)),this['decode'](_0x1b8f23,_0x1b8f23['uint32']());},_0x2e806a['verify']=function(_0x33b304){if('object'!=typeof _0x33b304||null===_0x33b304)return'object\x20expected';var _0x2aabab;if(null!=_0x33b304['sourcePosition']&&_0x33b304['hasOwnProperty']('sourcePosition')&&(_0x2aabab=_0x3cc4dc['Position']['verify'](_0x33b304['sourcePosition'])))return'sourcePosition.'+_0x2aabab;if(null!=_0x33b304['targetPosition']&&_0x33b304['hasOwnProperty']('targetPosition')&&(_0x2aabab=_0x3cc4dc['Position']['verify'](_0x33b304['targetPosition'])))return'targetPosition.'+_0x2aabab;if(null!=_0x33b304['graveyardPosition']&&_0x33b304['hasOwnProperty']('graveyardPosition')&&(_0x2aabab=_0x3cc4dc['Position']['verify'](_0x33b304['graveyardPosition'])))return'graveyardPosition.'+_0x2aabab;return null!=_0x33b304['howMany']&&_0x33b304['hasOwnProperty']('howMany')&&!_0x219ed4['isInteger'](_0x33b304['howMany'])?'howMany:\x20integer\x20expected':null!=_0x33b304['wasUndone']&&_0x33b304['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x33b304['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2e806a['fromObject']=function(_0x49e267){if(_0x49e267 instanceof _0x3cc4dc['MergeOperation'])return _0x49e267;var _0x1461c6=new _0x3cc4dc['MergeOperation']();if(null!=_0x49e267['sourcePosition']){if('object'!=typeof _0x49e267['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x1461c6['sourcePosition']=_0x3cc4dc['Position']['fromObject'](_0x49e267['sourcePosition']);}if(null!=_0x49e267['targetPosition']){if('object'!=typeof _0x49e267['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x1461c6['targetPosition']=_0x3cc4dc['Position']['fromObject'](_0x49e267['targetPosition']);}if(null!=_0x49e267['graveyardPosition']){if('object'!=typeof _0x49e267['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x1461c6['graveyardPosition']=_0x3cc4dc['Position']['fromObject'](_0x49e267['graveyardPosition']);}return null!=_0x49e267['howMany']&&(_0x1461c6['howMany']=_0x49e267['howMany']>>>0x0),null!=_0x49e267['wasUndone']&&(_0x1461c6['wasUndone']=Boolean(_0x49e267['wasUndone'])),_0x1461c6;},_0x2e806a['toObject']=function(_0x57b6e2,_0x83130d){_0x83130d||(_0x83130d={});var _0x44d17c={};return _0x83130d['defaults']&&(_0x44d17c['sourcePosition']=null,_0x44d17c['targetPosition']=null,_0x44d17c['graveyardPosition']=null,_0x44d17c['howMany']=0x0,_0x44d17c['wasUndone']=!0x1),null!=_0x57b6e2['sourcePosition']&&_0x57b6e2['hasOwnProperty']('sourcePosition')&&(_0x44d17c['sourcePosition']=_0x3cc4dc['Position']['toObject'](_0x57b6e2['sourcePosition'],_0x83130d)),null!=_0x57b6e2['targetPosition']&&_0x57b6e2['hasOwnProperty']('targetPosition')&&(_0x44d17c['targetPosition']=_0x3cc4dc['Position']['toObject'](_0x57b6e2['targetPosition'],_0x83130d)),null!=_0x57b6e2['graveyardPosition']&&_0x57b6e2['hasOwnProperty']('graveyardPosition')&&(_0x44d17c['graveyardPosition']=_0x3cc4dc['Position']['toObject'](_0x57b6e2['graveyardPosition'],_0x83130d)),null!=_0x57b6e2['howMany']&&_0x57b6e2['hasOwnProperty']('howMany')&&(_0x44d17c['howMany']=_0x57b6e2['howMany']),null!=_0x57b6e2['wasUndone']&&_0x57b6e2['hasOwnProperty']('wasUndone')&&(_0x44d17c['wasUndone']=_0x57b6e2['wasUndone']),_0x44d17c;},_0x2e806a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x49a48a['util']['toJSONOptions']);},_0x2e806a['getTypeUrl']=function(_0x36696c){return void 0x0===_0x36696c&&(_0x36696c='type.googleapis.com'),_0x36696c+'/MergeOperation';},_0x2e806a;}()),_0x3cc4dc['MoveOperation']=(function(){function _0x53ee95(_0x90b829){if(_0x90b829){for(var _0x16caa1=Object['keys'](_0x90b829),_0x5a45bb=0x0;_0x5a45bb<_0x16caa1['length'];++_0x5a45bb)null!=_0x90b829[_0x16caa1[_0x5a45bb]]&&(this[_0x16caa1[_0x5a45bb]]=_0x90b829[_0x16caa1[_0x5a45bb]]);}}return _0x53ee95['prototype']['sourcePosition']=null,_0x53ee95['prototype']['howMany']=0x0,_0x53ee95['prototype']['targetPosition']=null,_0x53ee95['prototype']['wasUndone']=!0x1,_0x53ee95['create']=function(_0x1a2edd){return new _0x53ee95(_0x1a2edd);},_0x53ee95['encode']=function(_0x49f3c5,_0x1503a9){return _0x1503a9||(_0x1503a9=_0x498fdd['create']()),null!=_0x49f3c5['sourcePosition']&&Object['hasOwnProperty']['call'](_0x49f3c5,'sourcePosition')&&_0x3cc4dc['Position']['encode'](_0x49f3c5['sourcePosition'],_0x1503a9['uint32'](0xa)['fork']())['ldelim'](),null!=_0x49f3c5['howMany']&&Object['hasOwnProperty']['call'](_0x49f3c5,'howMany')&&_0x1503a9['uint32'](0x10)['uint32'](_0x49f3c5['howMany']),null!=_0x49f3c5['targetPosition']&&Object['hasOwnProperty']['call'](_0x49f3c5,'targetPosition')&&_0x3cc4dc['Position']['encode'](_0x49f3c5['targetPosition'],_0x1503a9['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x49f3c5['wasUndone']&&Object['hasOwnProperty']['call'](_0x49f3c5,'wasUndone')&&_0x1503a9['uint32'](0x20)['bool'](_0x49f3c5['wasUndone']),_0x1503a9;},_0x53ee95['encodeDelimited']=function(_0x4ef93b,_0x1b11ab){return this['encode'](_0x4ef93b,_0x1b11ab)['ldelim']();},_0x53ee95['decode']=function(_0x51700a,_0x36b64a){_0x51700a instanceof _0x2fc2e9||(_0x51700a=_0x2fc2e9['create'](_0x51700a));for(var _0x5d314d=void 0x0===_0x36b64a?_0x51700a['len']:_0x51700a['pos']+_0x36b64a,_0x2c9dee=new _0x3cc4dc['MoveOperation']();_0x51700a['pos']<_0x5d314d;){var _0x10727c=_0x51700a['uint32']();switch(_0x10727c>>>0x3){case 0x1:_0x2c9dee['sourcePosition']=_0x3cc4dc['Position']['decode'](_0x51700a,_0x51700a['uint32']());break;case 0x2:_0x2c9dee['howMany']=_0x51700a['uint32']();break;case 0x3:_0x2c9dee['targetPosition']=_0x3cc4dc['Position']['decode'](_0x51700a,_0x51700a['uint32']());break;case 0x4:_0x2c9dee['wasUndone']=_0x51700a['bool']();break;default:_0x51700a['skipType'](0x7&_0x10727c);}}return _0x2c9dee;},_0x53ee95['decodeDelimited']=function(_0x522b50){return _0x522b50 instanceof _0x2fc2e9||(_0x522b50=new _0x2fc2e9(_0x522b50)),this['decode'](_0x522b50,_0x522b50['uint32']());},_0x53ee95['verify']=function(_0x1b33f7){if('object'!=typeof _0x1b33f7||null===_0x1b33f7)return'object\x20expected';var _0x374ae8;if(null!=_0x1b33f7['sourcePosition']&&_0x1b33f7['hasOwnProperty']('sourcePosition')&&(_0x374ae8=_0x3cc4dc['Position']['verify'](_0x1b33f7['sourcePosition'])))return'sourcePosition.'+_0x374ae8;if(null!=_0x1b33f7['howMany']&&_0x1b33f7['hasOwnProperty']('howMany')&&!_0x219ed4['isInteger'](_0x1b33f7['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x1b33f7['targetPosition']&&_0x1b33f7['hasOwnProperty']('targetPosition')&&(_0x374ae8=_0x3cc4dc['Position']['verify'](_0x1b33f7['targetPosition'])))return'targetPosition.'+_0x374ae8;return null!=_0x1b33f7['wasUndone']&&_0x1b33f7['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1b33f7['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x53ee95['fromObject']=function(_0x3fa0a7){if(_0x3fa0a7 instanceof _0x3cc4dc['MoveOperation'])return _0x3fa0a7;var _0xea8626=new _0x3cc4dc['MoveOperation']();if(null!=_0x3fa0a7['sourcePosition']){if('object'!=typeof _0x3fa0a7['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0xea8626['sourcePosition']=_0x3cc4dc['Position']['fromObject'](_0x3fa0a7['sourcePosition']);}if(null!=_0x3fa0a7['howMany']&&(_0xea8626['howMany']=_0x3fa0a7['howMany']>>>0x0),null!=_0x3fa0a7['targetPosition']){if('object'!=typeof _0x3fa0a7['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0xea8626['targetPosition']=_0x3cc4dc['Position']['fromObject'](_0x3fa0a7['targetPosition']);}return null!=_0x3fa0a7['wasUndone']&&(_0xea8626['wasUndone']=Boolean(_0x3fa0a7['wasUndone'])),_0xea8626;},_0x53ee95['toObject']=function(_0x17f275,_0x4d41bc){_0x4d41bc||(_0x4d41bc={});var _0x195f2d={};return _0x4d41bc['defaults']&&(_0x195f2d['sourcePosition']=null,_0x195f2d['howMany']=0x0,_0x195f2d['targetPosition']=null,_0x195f2d['wasUndone']=!0x1),null!=_0x17f275['sourcePosition']&&_0x17f275['hasOwnProperty']('sourcePosition')&&(_0x195f2d['sourcePosition']=_0x3cc4dc['Position']['toObject'](_0x17f275['sourcePosition'],_0x4d41bc)),null!=_0x17f275['howMany']&&_0x17f275['hasOwnProperty']('howMany')&&(_0x195f2d['howMany']=_0x17f275['howMany']),null!=_0x17f275['targetPosition']&&_0x17f275['hasOwnProperty']('targetPosition')&&(_0x195f2d['targetPosition']=_0x3cc4dc['Position']['toObject'](_0x17f275['targetPosition'],_0x4d41bc)),null!=_0x17f275['wasUndone']&&_0x17f275['hasOwnProperty']('wasUndone')&&(_0x195f2d['wasUndone']=_0x17f275['wasUndone']),_0x195f2d;},_0x53ee95['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x49a48a['util']['toJSONOptions']);},_0x53ee95['getTypeUrl']=function(_0x161929){return void 0x0===_0x161929&&(_0x161929='type.googleapis.com'),_0x161929+'/MoveOperation';},_0x53ee95;}()),_0x3cc4dc['RenameOperation']=(function(){function _0x52002f(_0x382dc6){if(_0x382dc6){for(var _0xa7a9f1=Object['keys'](_0x382dc6),_0xfd356e=0x0;_0xfd356e<_0xa7a9f1['length'];++_0xfd356e)null!=_0x382dc6[_0xa7a9f1[_0xfd356e]]&&(this[_0xa7a9f1[_0xfd356e]]=_0x382dc6[_0xa7a9f1[_0xfd356e]]);}}return _0x52002f['prototype']['position']=null,_0x52002f['prototype']['oldName']='',_0x52002f['prototype']['newName']='',_0x52002f['prototype']['wasUndone']=!0x1,_0x52002f['create']=function(_0x22a156){return new _0x52002f(_0x22a156);},_0x52002f['encode']=function(_0xf093bc,_0x43d94c){return _0x43d94c||(_0x43d94c=_0x498fdd['create']()),null!=_0xf093bc['position']&&Object['hasOwnProperty']['call'](_0xf093bc,'position')&&_0x3cc4dc['Position']['encode'](_0xf093bc['position'],_0x43d94c['uint32'](0xa)['fork']())['ldelim'](),null!=_0xf093bc['oldName']&&Object['hasOwnProperty']['call'](_0xf093bc,'oldName')&&_0x43d94c['uint32'](0x12)['string'](_0xf093bc['oldName']),null!=_0xf093bc['newName']&&Object['hasOwnProperty']['call'](_0xf093bc,'newName')&&_0x43d94c['uint32'](0x1a)['string'](_0xf093bc['newName']),null!=_0xf093bc['wasUndone']&&Object['hasOwnProperty']['call'](_0xf093bc,'wasUndone')&&_0x43d94c['uint32'](0x20)['bool'](_0xf093bc['wasUndone']),_0x43d94c;},_0x52002f['encodeDelimited']=function(_0x33352a,_0x57e3f0){return this['encode'](_0x33352a,_0x57e3f0)['ldelim']();},_0x52002f['decode']=function(_0x2722d6,_0x5856eb){_0x2722d6 instanceof _0x2fc2e9||(_0x2722d6=_0x2fc2e9['create'](_0x2722d6));for(var _0x3abea5=void 0x0===_0x5856eb?_0x2722d6['len']:_0x2722d6['pos']+_0x5856eb,_0x21433b=new _0x3cc4dc['RenameOperation']();_0x2722d6['pos']<_0x3abea5;){var _0x2073c2=_0x2722d6['uint32']();switch(_0x2073c2>>>0x3){case 0x1:_0x21433b['position']=_0x3cc4dc['Position']['decode'](_0x2722d6,_0x2722d6['uint32']());break;case 0x2:_0x21433b['oldName']=_0x2722d6['string']();break;case 0x3:_0x21433b['newName']=_0x2722d6['string']();break;case 0x4:_0x21433b['wasUndone']=_0x2722d6['bool']();break;default:_0x2722d6['skipType'](0x7&_0x2073c2);}}return _0x21433b;},_0x52002f['decodeDelimited']=function(_0x205109){return _0x205109 instanceof _0x2fc2e9||(_0x205109=new _0x2fc2e9(_0x205109)),this['decode'](_0x205109,_0x205109['uint32']());},_0x52002f['verify']=function(_0x3e4b5d){if('object'!=typeof _0x3e4b5d||null===_0x3e4b5d)return'object\x20expected';if(null!=_0x3e4b5d['position']&&_0x3e4b5d['hasOwnProperty']('position')){var _0xd943eb=_0x3cc4dc['Position']['verify'](_0x3e4b5d['position']);if(_0xd943eb)return'position.'+_0xd943eb;}return null!=_0x3e4b5d['oldName']&&_0x3e4b5d['hasOwnProperty']('oldName')&&!_0x219ed4['isString'](_0x3e4b5d['oldName'])?'oldName:\x20string\x20expected':null!=_0x3e4b5d['newName']&&_0x3e4b5d['hasOwnProperty']('newName')&&!_0x219ed4['isString'](_0x3e4b5d['newName'])?'newName:\x20string\x20expected':null!=_0x3e4b5d['wasUndone']&&_0x3e4b5d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3e4b5d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x52002f['fromObject']=function(_0x4622c1){if(_0x4622c1 instanceof _0x3cc4dc['RenameOperation'])return _0x4622c1;var _0x45d747=new _0x3cc4dc['RenameOperation']();if(null!=_0x4622c1['position']){if('object'!=typeof _0x4622c1['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x45d747['position']=_0x3cc4dc['Position']['fromObject'](_0x4622c1['position']);}return null!=_0x4622c1['oldName']&&(_0x45d747['oldName']=String(_0x4622c1['oldName'])),null!=_0x4622c1['newName']&&(_0x45d747['newName']=String(_0x4622c1['newName'])),null!=_0x4622c1['wasUndone']&&(_0x45d747['wasUndone']=Boolean(_0x4622c1['wasUndone'])),_0x45d747;},_0x52002f['toObject']=function(_0x1c2bae,_0x5463ab){_0x5463ab||(_0x5463ab={});var _0x2b0712={};return _0x5463ab['defaults']&&(_0x2b0712['position']=null,_0x2b0712['oldName']='',_0x2b0712['newName']='',_0x2b0712['wasUndone']=!0x1),null!=_0x1c2bae['position']&&_0x1c2bae['hasOwnProperty']('position')&&(_0x2b0712['position']=_0x3cc4dc['Position']['toObject'](_0x1c2bae['position'],_0x5463ab)),null!=_0x1c2bae['oldName']&&_0x1c2bae['hasOwnProperty']('oldName')&&(_0x2b0712['oldName']=_0x1c2bae['oldName']),null!=_0x1c2bae['newName']&&_0x1c2bae['hasOwnProperty']('newName')&&(_0x2b0712['newName']=_0x1c2bae['newName']),null!=_0x1c2bae['wasUndone']&&_0x1c2bae['hasOwnProperty']('wasUndone')&&(_0x2b0712['wasUndone']=_0x1c2bae['wasUndone']),_0x2b0712;},_0x52002f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x49a48a['util']['toJSONOptions']);},_0x52002f['getTypeUrl']=function(_0x1ccdb0){return void 0x0===_0x1ccdb0&&(_0x1ccdb0='type.googleapis.com'),_0x1ccdb0+'/RenameOperation';},_0x52002f;}()),_0x3cc4dc['RootAttributeOperation']=(function(){function _0x4087f4(_0x4bb4e0){if(_0x4bb4e0){for(var _0x26c349=Object['keys'](_0x4bb4e0),_0x2ba917=0x0;_0x2ba917<_0x26c349['length'];++_0x2ba917)null!=_0x4bb4e0[_0x26c349[_0x2ba917]]&&(this[_0x26c349[_0x2ba917]]=_0x4bb4e0[_0x26c349[_0x2ba917]]);}}return _0x4087f4['prototype']['root']='',_0x4087f4['prototype']['key']='',_0x4087f4['prototype']['oldValueBoolean']=!0x1,_0x4087f4['prototype']['oldValueJson']='',_0x4087f4['prototype']['newValueBoolean']=!0x1,_0x4087f4['prototype']['newValueJson']='',_0x4087f4['prototype']['wasUndone']=!0x1,_0x4087f4['create']=function(_0x1c43ea){return new _0x4087f4(_0x1c43ea);},_0x4087f4['encode']=function(_0x191d2c,_0x146d52){return _0x146d52||(_0x146d52=_0x498fdd['create']()),null!=_0x191d2c['root']&&Object['hasOwnProperty']['call'](_0x191d2c,'root')&&_0x146d52['uint32'](0xa)['string'](_0x191d2c['root']),null!=_0x191d2c['key']&&Object['hasOwnProperty']['call'](_0x191d2c,'key')&&_0x146d52['uint32'](0x12)['string'](_0x191d2c['key']),null!=_0x191d2c['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x191d2c,'oldValueBoolean')&&_0x146d52['uint32'](0x18)['bool'](_0x191d2c['oldValueBoolean']),null!=_0x191d2c['oldValueJson']&&Object['hasOwnProperty']['call'](_0x191d2c,'oldValueJson')&&_0x146d52['uint32'](0x22)['string'](_0x191d2c['oldValueJson']),null!=_0x191d2c['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x191d2c,'newValueBoolean')&&_0x146d52['uint32'](0x28)['bool'](_0x191d2c['newValueBoolean']),null!=_0x191d2c['newValueJson']&&Object['hasOwnProperty']['call'](_0x191d2c,'newValueJson')&&_0x146d52['uint32'](0x32)['string'](_0x191d2c['newValueJson']),null!=_0x191d2c['wasUndone']&&Object['hasOwnProperty']['call'](_0x191d2c,'wasUndone')&&_0x146d52['uint32'](0x38)['bool'](_0x191d2c['wasUndone']),_0x146d52;},_0x4087f4['encodeDelimited']=function(_0x5ee5f3,_0x42c8c8){return this['encode'](_0x5ee5f3,_0x42c8c8)['ldelim']();},_0x4087f4['decode']=function(_0x319946,_0x5432cb){_0x319946 instanceof _0x2fc2e9||(_0x319946=_0x2fc2e9['create'](_0x319946));for(var _0x1672dd=void 0x0===_0x5432cb?_0x319946['len']:_0x319946['pos']+_0x5432cb,_0xc5f1a6=new _0x3cc4dc['RootAttributeOperation']();_0x319946['pos']<_0x1672dd;){var _0x57f093=_0x319946['uint32']();switch(_0x57f093>>>0x3){case 0x1:_0xc5f1a6['root']=_0x319946['string']();break;case 0x2:_0xc5f1a6['key']=_0x319946['string']();break;case 0x3:_0xc5f1a6['oldValueBoolean']=_0x319946['bool']();break;case 0x4:_0xc5f1a6['oldValueJson']=_0x319946['string']();break;case 0x5:_0xc5f1a6['newValueBoolean']=_0x319946['bool']();break;case 0x6:_0xc5f1a6['newValueJson']=_0x319946['string']();break;case 0x7:_0xc5f1a6['wasUndone']=_0x319946['bool']();break;default:_0x319946['skipType'](0x7&_0x57f093);}}return _0xc5f1a6;},_0x4087f4['decodeDelimited']=function(_0x215b62){return _0x215b62 instanceof _0x2fc2e9||(_0x215b62=new _0x2fc2e9(_0x215b62)),this['decode'](_0x215b62,_0x215b62['uint32']());},_0x4087f4['verify']=function(_0x5502d8){return'object'!=typeof _0x5502d8||null===_0x5502d8?'object\x20expected':null!=_0x5502d8['root']&&_0x5502d8['hasOwnProperty']('root')&&!_0x219ed4['isString'](_0x5502d8['root'])?'root:\x20string\x20expected':null!=_0x5502d8['key']&&_0x5502d8['hasOwnProperty']('key')&&!_0x219ed4['isString'](_0x5502d8['key'])?'key:\x20string\x20expected':null!=_0x5502d8['oldValueBoolean']&&_0x5502d8['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x5502d8['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x5502d8['oldValueJson']&&_0x5502d8['hasOwnProperty']('oldValueJson')&&!_0x219ed4['isString'](_0x5502d8['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x5502d8['newValueBoolean']&&_0x5502d8['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x5502d8['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x5502d8['newValueJson']&&_0x5502d8['hasOwnProperty']('newValueJson')&&!_0x219ed4['isString'](_0x5502d8['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x5502d8['wasUndone']&&_0x5502d8['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5502d8['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4087f4['fromObject']=function(_0x30bcba){if(_0x30bcba instanceof _0x3cc4dc['RootAttributeOperation'])return _0x30bcba;var _0x182deb=new _0x3cc4dc['RootAttributeOperation']();return null!=_0x30bcba['root']&&(_0x182deb['root']=String(_0x30bcba['root'])),null!=_0x30bcba['key']&&(_0x182deb['key']=String(_0x30bcba['key'])),null!=_0x30bcba['oldValueBoolean']&&(_0x182deb['oldValueBoolean']=Boolean(_0x30bcba['oldValueBoolean'])),null!=_0x30bcba['oldValueJson']&&(_0x182deb['oldValueJson']=String(_0x30bcba['oldValueJson'])),null!=_0x30bcba['newValueBoolean']&&(_0x182deb['newValueBoolean']=Boolean(_0x30bcba['newValueBoolean'])),null!=_0x30bcba['newValueJson']&&(_0x182deb['newValueJson']=String(_0x30bcba['newValueJson'])),null!=_0x30bcba['wasUndone']&&(_0x182deb['wasUndone']=Boolean(_0x30bcba['wasUndone'])),_0x182deb;},_0x4087f4['toObject']=function(_0x4796a2,_0xf95e5b){_0xf95e5b||(_0xf95e5b={});var _0x58f74c={};return _0xf95e5b['defaults']&&(_0x58f74c['root']='',_0x58f74c['key']='',_0x58f74c['oldValueBoolean']=!0x1,_0x58f74c['oldValueJson']='',_0x58f74c['newValueBoolean']=!0x1,_0x58f74c['newValueJson']='',_0x58f74c['wasUndone']=!0x1),null!=_0x4796a2['root']&&_0x4796a2['hasOwnProperty']('root')&&(_0x58f74c['root']=_0x4796a2['root']),null!=_0x4796a2['key']&&_0x4796a2['hasOwnProperty']('key')&&(_0x58f74c['key']=_0x4796a2['key']),null!=_0x4796a2['oldValueBoolean']&&_0x4796a2['hasOwnProperty']('oldValueBoolean')&&(_0x58f74c['oldValueBoolean']=_0x4796a2['oldValueBoolean']),null!=_0x4796a2['oldValueJson']&&_0x4796a2['hasOwnProperty']('oldValueJson')&&(_0x58f74c['oldValueJson']=_0x4796a2['oldValueJson']),null!=_0x4796a2['newValueBoolean']&&_0x4796a2['hasOwnProperty']('newValueBoolean')&&(_0x58f74c['newValueBoolean']=_0x4796a2['newValueBoolean']),null!=_0x4796a2['newValueJson']&&_0x4796a2['hasOwnProperty']('newValueJson')&&(_0x58f74c['newValueJson']=_0x4796a2['newValueJson']),null!=_0x4796a2['wasUndone']&&_0x4796a2['hasOwnProperty']('wasUndone')&&(_0x58f74c['wasUndone']=_0x4796a2['wasUndone']),_0x58f74c;},_0x4087f4['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x49a48a['util']['toJSONOptions']);},_0x4087f4['getTypeUrl']=function(_0x237f90){return void 0x0===_0x237f90&&(_0x237f90='type.googleapis.com'),_0x237f90+'/RootAttributeOperation';},_0x4087f4;}()),_0x3cc4dc['RootOperation']=(function(){function _0x565dbb(_0x2ffe14){if(_0x2ffe14){for(var _0x1bef2c=Object['keys'](_0x2ffe14),_0x4470c3=0x0;_0x4470c3<_0x1bef2c['length'];++_0x4470c3)null!=_0x2ffe14[_0x1bef2c[_0x4470c3]]&&(this[_0x1bef2c[_0x4470c3]]=_0x2ffe14[_0x1bef2c[_0x4470c3]]);}}return _0x565dbb['prototype']['rootName']='',_0x565dbb['prototype']['elementName']='',_0x565dbb['prototype']['isAdd']=!0x1,_0x565dbb['prototype']['wasUndone']=!0x1,_0x565dbb['create']=function(_0x3f1ca0){return new _0x565dbb(_0x3f1ca0);},_0x565dbb['encode']=function(_0x299a92,_0x4eea4b){return _0x4eea4b||(_0x4eea4b=_0x498fdd['create']()),null!=_0x299a92['rootName']&&Object['hasOwnProperty']['call'](_0x299a92,'rootName')&&_0x4eea4b['uint32'](0xa)['string'](_0x299a92['rootName']),null!=_0x299a92['elementName']&&Object['hasOwnProperty']['call'](_0x299a92,'elementName')&&_0x4eea4b['uint32'](0x12)['string'](_0x299a92['elementName']),null!=_0x299a92['isAdd']&&Object['hasOwnProperty']['call'](_0x299a92,'isAdd')&&_0x4eea4b['uint32'](0x18)['bool'](_0x299a92['isAdd']),null!=_0x299a92['wasUndone']&&Object['hasOwnProperty']['call'](_0x299a92,'wasUndone')&&_0x4eea4b['uint32'](0x20)['bool'](_0x299a92['wasUndone']),_0x4eea4b;},_0x565dbb['encodeDelimited']=function(_0x13e16d,_0x220a33){return this['encode'](_0x13e16d,_0x220a33)['ldelim']();},_0x565dbb['decode']=function(_0x239756,_0x25ac99){_0x239756 instanceof _0x2fc2e9||(_0x239756=_0x2fc2e9['create'](_0x239756));for(var _0x24499e=void 0x0===_0x25ac99?_0x239756['len']:_0x239756['pos']+_0x25ac99,_0x58387b=new _0x3cc4dc['RootOperation']();_0x239756['pos']<_0x24499e;){var _0x3ec776=_0x239756['uint32']();switch(_0x3ec776>>>0x3){case 0x1:_0x58387b['rootName']=_0x239756['string']();break;case 0x2:_0x58387b['elementName']=_0x239756['string']();break;case 0x3:_0x58387b['isAdd']=_0x239756['bool']();break;case 0x4:_0x58387b['wasUndone']=_0x239756['bool']();break;default:_0x239756['skipType'](0x7&_0x3ec776);}}return _0x58387b;},_0x565dbb['decodeDelimited']=function(_0x2e626f){return _0x2e626f instanceof _0x2fc2e9||(_0x2e626f=new _0x2fc2e9(_0x2e626f)),this['decode'](_0x2e626f,_0x2e626f['uint32']());},_0x565dbb['verify']=function(_0x13dd86){return'object'!=typeof _0x13dd86||null===_0x13dd86?'object\x20expected':null!=_0x13dd86['rootName']&&_0x13dd86['hasOwnProperty']('rootName')&&!_0x219ed4['isString'](_0x13dd86['rootName'])?'rootName:\x20string\x20expected':null!=_0x13dd86['elementName']&&_0x13dd86['hasOwnProperty']('elementName')&&!_0x219ed4['isString'](_0x13dd86['elementName'])?'elementName:\x20string\x20expected':null!=_0x13dd86['isAdd']&&_0x13dd86['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x13dd86['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x13dd86['wasUndone']&&_0x13dd86['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x13dd86['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x565dbb['fromObject']=function(_0x58ec91){if(_0x58ec91 instanceof _0x3cc4dc['RootOperation'])return _0x58ec91;var _0x5d51d0=new _0x3cc4dc['RootOperation']();return null!=_0x58ec91['rootName']&&(_0x5d51d0['rootName']=String(_0x58ec91['rootName'])),null!=_0x58ec91['elementName']&&(_0x5d51d0['elementName']=String(_0x58ec91['elementName'])),null!=_0x58ec91['isAdd']&&(_0x5d51d0['isAdd']=Boolean(_0x58ec91['isAdd'])),null!=_0x58ec91['wasUndone']&&(_0x5d51d0['wasUndone']=Boolean(_0x58ec91['wasUndone'])),_0x5d51d0;},_0x565dbb['toObject']=function(_0x2fe6ff,_0x5e3c5d){_0x5e3c5d||(_0x5e3c5d={});var _0x410054={};return _0x5e3c5d['defaults']&&(_0x410054['rootName']='',_0x410054['elementName']='',_0x410054['isAdd']=!0x1,_0x410054['wasUndone']=!0x1),null!=_0x2fe6ff['rootName']&&_0x2fe6ff['hasOwnProperty']('rootName')&&(_0x410054['rootName']=_0x2fe6ff['rootName']),null!=_0x2fe6ff['elementName']&&_0x2fe6ff['hasOwnProperty']('elementName')&&(_0x410054['elementName']=_0x2fe6ff['elementName']),null!=_0x2fe6ff['isAdd']&&_0x2fe6ff['hasOwnProperty']('isAdd')&&(_0x410054['isAdd']=_0x2fe6ff['isAdd']),null!=_0x2fe6ff['wasUndone']&&_0x2fe6ff['hasOwnProperty']('wasUndone')&&(_0x410054['wasUndone']=_0x2fe6ff['wasUndone']),_0x410054;},_0x565dbb['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x49a48a['util']['toJSONOptions']);},_0x565dbb['getTypeUrl']=function(_0x188010){return void 0x0===_0x188010&&(_0x188010='type.googleapis.com'),_0x188010+'/RootOperation';},_0x565dbb;}()),_0x3cc4dc['SplitOperation']=(function(){function _0x40435c(_0x28bd64){if(_0x28bd64){for(var _0x5f3b74=Object['keys'](_0x28bd64),_0x178728=0x0;_0x178728<_0x5f3b74['length'];++_0x178728)null!=_0x28bd64[_0x5f3b74[_0x178728]]&&(this[_0x5f3b74[_0x178728]]=_0x28bd64[_0x5f3b74[_0x178728]]);}}return _0x40435c['prototype']['splitPosition']=null,_0x40435c['prototype']['graveyardPosition']=null,_0x40435c['prototype']['howMany']=0x0,_0x40435c['prototype']['insertionPosition']=null,_0x40435c['prototype']['wasUndone']=!0x1,_0x40435c['create']=function(_0x1fe685){return new _0x40435c(_0x1fe685);},_0x40435c['encode']=function(_0x5b2bb6,_0x2a8bce){return _0x2a8bce||(_0x2a8bce=_0x498fdd['create']()),null!=_0x5b2bb6['splitPosition']&&Object['hasOwnProperty']['call'](_0x5b2bb6,'splitPosition')&&_0x3cc4dc['Position']['encode'](_0x5b2bb6['splitPosition'],_0x2a8bce['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5b2bb6['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x5b2bb6,'graveyardPosition')&&_0x3cc4dc['Position']['encode'](_0x5b2bb6['graveyardPosition'],_0x2a8bce['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5b2bb6['howMany']&&Object['hasOwnProperty']['call'](_0x5b2bb6,'howMany')&&_0x2a8bce['uint32'](0x18)['uint32'](_0x5b2bb6['howMany']),null!=_0x5b2bb6['insertionPosition']&&Object['hasOwnProperty']['call'](_0x5b2bb6,'insertionPosition')&&_0x3cc4dc['Position']['encode'](_0x5b2bb6['insertionPosition'],_0x2a8bce['uint32'](0x22)['fork']())['ldelim'](),null!=_0x5b2bb6['wasUndone']&&Object['hasOwnProperty']['call'](_0x5b2bb6,'wasUndone')&&_0x2a8bce['uint32'](0x28)['bool'](_0x5b2bb6['wasUndone']),_0x2a8bce;},_0x40435c['encodeDelimited']=function(_0x47bb07,_0x74cbd5){return this['encode'](_0x47bb07,_0x74cbd5)['ldelim']();},_0x40435c['decode']=function(_0x46280c,_0x13567f){_0x46280c instanceof _0x2fc2e9||(_0x46280c=_0x2fc2e9['create'](_0x46280c));for(var _0x302717=void 0x0===_0x13567f?_0x46280c['len']:_0x46280c['pos']+_0x13567f,_0x5e3194=new _0x3cc4dc['SplitOperation']();_0x46280c['pos']<_0x302717;){var _0x511206=_0x46280c['uint32']();switch(_0x511206>>>0x3){case 0x1:_0x5e3194['splitPosition']=_0x3cc4dc['Position']['decode'](_0x46280c,_0x46280c['uint32']());break;case 0x2:_0x5e3194['graveyardPosition']=_0x3cc4dc['Position']['decode'](_0x46280c,_0x46280c['uint32']());break;case 0x3:_0x5e3194['howMany']=_0x46280c['uint32']();break;case 0x4:_0x5e3194['insertionPosition']=_0x3cc4dc['Position']['decode'](_0x46280c,_0x46280c['uint32']());break;case 0x5:_0x5e3194['wasUndone']=_0x46280c['bool']();break;default:_0x46280c['skipType'](0x7&_0x511206);}}return _0x5e3194;},_0x40435c['decodeDelimited']=function(_0x5ed442){return _0x5ed442 instanceof _0x2fc2e9||(_0x5ed442=new _0x2fc2e9(_0x5ed442)),this['decode'](_0x5ed442,_0x5ed442['uint32']());},_0x40435c['verify']=function(_0x2d6c73){if('object'!=typeof _0x2d6c73||null===_0x2d6c73)return'object\x20expected';var _0x2586e1;if(null!=_0x2d6c73['splitPosition']&&_0x2d6c73['hasOwnProperty']('splitPosition')&&(_0x2586e1=_0x3cc4dc['Position']['verify'](_0x2d6c73['splitPosition'])))return'splitPosition.'+_0x2586e1;if(null!=_0x2d6c73['graveyardPosition']&&_0x2d6c73['hasOwnProperty']('graveyardPosition')&&(_0x2586e1=_0x3cc4dc['Position']['verify'](_0x2d6c73['graveyardPosition'])))return'graveyardPosition.'+_0x2586e1;if(null!=_0x2d6c73['howMany']&&_0x2d6c73['hasOwnProperty']('howMany')&&!_0x219ed4['isInteger'](_0x2d6c73['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x2d6c73['insertionPosition']&&_0x2d6c73['hasOwnProperty']('insertionPosition')&&(_0x2586e1=_0x3cc4dc['Position']['verify'](_0x2d6c73['insertionPosition'])))return'insertionPosition.'+_0x2586e1;return null!=_0x2d6c73['wasUndone']&&_0x2d6c73['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2d6c73['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x40435c['fromObject']=function(_0x45cd89){if(_0x45cd89 instanceof _0x3cc4dc['SplitOperation'])return _0x45cd89;var _0x521e16=new _0x3cc4dc['SplitOperation']();if(null!=_0x45cd89['splitPosition']){if('object'!=typeof _0x45cd89['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x521e16['splitPosition']=_0x3cc4dc['Position']['fromObject'](_0x45cd89['splitPosition']);}if(null!=_0x45cd89['graveyardPosition']){if('object'!=typeof _0x45cd89['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x521e16['graveyardPosition']=_0x3cc4dc['Position']['fromObject'](_0x45cd89['graveyardPosition']);}if(null!=_0x45cd89['howMany']&&(_0x521e16['howMany']=_0x45cd89['howMany']>>>0x0),null!=_0x45cd89['insertionPosition']){if('object'!=typeof _0x45cd89['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x521e16['insertionPosition']=_0x3cc4dc['Position']['fromObject'](_0x45cd89['insertionPosition']);}return null!=_0x45cd89['wasUndone']&&(_0x521e16['wasUndone']=Boolean(_0x45cd89['wasUndone'])),_0x521e16;},_0x40435c['toObject']=function(_0xe98a47,_0x4f154b){_0x4f154b||(_0x4f154b={});var _0x710e29={};return _0x4f154b['defaults']&&(_0x710e29['splitPosition']=null,_0x710e29['graveyardPosition']=null,_0x710e29['howMany']=0x0,_0x710e29['insertionPosition']=null,_0x710e29['wasUndone']=!0x1),null!=_0xe98a47['splitPosition']&&_0xe98a47['hasOwnProperty']('splitPosition')&&(_0x710e29['splitPosition']=_0x3cc4dc['Position']['toObject'](_0xe98a47['splitPosition'],_0x4f154b)),null!=_0xe98a47['graveyardPosition']&&_0xe98a47['hasOwnProperty']('graveyardPosition')&&(_0x710e29['graveyardPosition']=_0x3cc4dc['Position']['toObject'](_0xe98a47['graveyardPosition'],_0x4f154b)),null!=_0xe98a47['howMany']&&_0xe98a47['hasOwnProperty']('howMany')&&(_0x710e29['howMany']=_0xe98a47['howMany']),null!=_0xe98a47['insertionPosition']&&_0xe98a47['hasOwnProperty']('insertionPosition')&&(_0x710e29['insertionPosition']=_0x3cc4dc['Position']['toObject'](_0xe98a47['insertionPosition'],_0x4f154b)),null!=_0xe98a47['wasUndone']&&_0xe98a47['hasOwnProperty']('wasUndone')&&(_0x710e29['wasUndone']=_0xe98a47['wasUndone']),_0x710e29;},_0x40435c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x49a48a['util']['toJSONOptions']);},_0x40435c['getTypeUrl']=function(_0x3e7574){return void 0x0===_0x3e7574&&(_0x3e7574='type.googleapis.com'),_0x3e7574+'/SplitOperation';},_0x40435c;}()),_0x3cc4dc['Position']=(function(){function _0x56e7b0(_0x19d573){if(this['path']=[],_0x19d573){for(var _0x3d52d9=Object['keys'](_0x19d573),_0x1a5997=0x0;_0x1a5997<_0x3d52d9['length'];++_0x1a5997)null!=_0x19d573[_0x3d52d9[_0x1a5997]]&&(this[_0x3d52d9[_0x1a5997]]=_0x19d573[_0x3d52d9[_0x1a5997]]);}}return _0x56e7b0['prototype']['root']='',_0x56e7b0['prototype']['rootMain']=!0x1,_0x56e7b0['prototype']['rootGraveyard']=!0x1,_0x56e7b0['prototype']['path']=_0x219ed4['emptyArray'],_0x56e7b0['prototype']['stickiness']='',_0x56e7b0['create']=function(_0xfb39d1){return new _0x56e7b0(_0xfb39d1);},_0x56e7b0['encode']=function(_0x1ad7ef,_0x2148a8){if(_0x2148a8||(_0x2148a8=_0x498fdd['create']()),null!=_0x1ad7ef['root']&&Object['hasOwnProperty']['call'](_0x1ad7ef,'root')&&_0x2148a8['uint32'](0xa)['string'](_0x1ad7ef['root']),null!=_0x1ad7ef['rootMain']&&Object['hasOwnProperty']['call'](_0x1ad7ef,'rootMain')&&_0x2148a8['uint32'](0x10)['bool'](_0x1ad7ef['rootMain']),null!=_0x1ad7ef['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x1ad7ef,'rootGraveyard')&&_0x2148a8['uint32'](0x18)['bool'](_0x1ad7ef['rootGraveyard']),null!=_0x1ad7ef['path']&&_0x1ad7ef['path']['length']){_0x2148a8['uint32'](0x22)['fork']();for(var _0x2dac9b=0x0;_0x2dac9b<_0x1ad7ef['path']['length'];++_0x2dac9b)_0x2148a8['uint32'](_0x1ad7ef['path'][_0x2dac9b]);_0x2148a8['ldelim']();}return null!=_0x1ad7ef['stickiness']&&Object['hasOwnProperty']['call'](_0x1ad7ef,'stickiness')&&_0x2148a8['uint32'](0x2a)['string'](_0x1ad7ef['stickiness']),_0x2148a8;},_0x56e7b0['encodeDelimited']=function(_0x592c05,_0xc45d11){return this['encode'](_0x592c05,_0xc45d11)['ldelim']();},_0x56e7b0['decode']=function(_0x5e5c10,_0x5c4491){_0x5e5c10 instanceof _0x2fc2e9||(_0x5e5c10=_0x2fc2e9['create'](_0x5e5c10));for(var _0xcba5a=void 0x0===_0x5c4491?_0x5e5c10['len']:_0x5e5c10['pos']+_0x5c4491,_0x3a3836=new _0x3cc4dc['Position']();_0x5e5c10['pos']<_0xcba5a;){var _0x50dee0=_0x5e5c10['uint32']();switch(_0x50dee0>>>0x3){case 0x1:_0x3a3836['root']=_0x5e5c10['string']();break;case 0x2:_0x3a3836['rootMain']=_0x5e5c10['bool']();break;case 0x3:_0x3a3836['rootGraveyard']=_0x5e5c10['bool']();break;case 0x4:if(_0x3a3836['path']&&_0x3a3836['path']['length']||(_0x3a3836['path']=[]),0x2==(0x7&_0x50dee0)){for(var _0x1896f6=_0x5e5c10['uint32']()+_0x5e5c10['pos'];_0x5e5c10['pos']<_0x1896f6;)_0x3a3836['path']['push'](_0x5e5c10['uint32']());}else _0x3a3836['path']['push'](_0x5e5c10['uint32']());break;case 0x5:_0x3a3836['stickiness']=_0x5e5c10['string']();break;default:_0x5e5c10['skipType'](0x7&_0x50dee0);}}return _0x3a3836;},_0x56e7b0['decodeDelimited']=function(_0x1ee95f){return _0x1ee95f instanceof _0x2fc2e9||(_0x1ee95f=new _0x2fc2e9(_0x1ee95f)),this['decode'](_0x1ee95f,_0x1ee95f['uint32']());},_0x56e7b0['verify']=function(_0x1b0b2c){if('object'!=typeof _0x1b0b2c||null===_0x1b0b2c)return'object\x20expected';if(null!=_0x1b0b2c['root']&&_0x1b0b2c['hasOwnProperty']('root')&&!_0x219ed4['isString'](_0x1b0b2c['root']))return'root:\x20string\x20expected';if(null!=_0x1b0b2c['rootMain']&&_0x1b0b2c['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x1b0b2c['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x1b0b2c['rootGraveyard']&&_0x1b0b2c['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x1b0b2c['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x1b0b2c['path']&&_0x1b0b2c['hasOwnProperty']('path')){if(!Array['isArray'](_0x1b0b2c['path']))return'path:\x20array\x20expected';for(var _0x1badd5=0x0;_0x1badd5<_0x1b0b2c['path']['length'];++_0x1badd5)if(!_0x219ed4['isInteger'](_0x1b0b2c['path'][_0x1badd5]))return'path:\x20integer[]\x20expected';}return null!=_0x1b0b2c['stickiness']&&_0x1b0b2c['hasOwnProperty']('stickiness')&&!_0x219ed4['isString'](_0x1b0b2c['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x56e7b0['fromObject']=function(_0xb5f251){if(_0xb5f251 instanceof _0x3cc4dc['Position'])return _0xb5f251;var _0x884b75=new _0x3cc4dc['Position']();if(null!=_0xb5f251['root']&&(_0x884b75['root']=String(_0xb5f251['root'])),null!=_0xb5f251['rootMain']&&(_0x884b75['rootMain']=Boolean(_0xb5f251['rootMain'])),null!=_0xb5f251['rootGraveyard']&&(_0x884b75['rootGraveyard']=Boolean(_0xb5f251['rootGraveyard'])),_0xb5f251['path']){if(!Array['isArray'](_0xb5f251['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x884b75['path']=[];for(var _0x54786f=0x0;_0x54786f<_0xb5f251['path']['length'];++_0x54786f)_0x884b75['path'][_0x54786f]=_0xb5f251['path'][_0x54786f]>>>0x0;}return null!=_0xb5f251['stickiness']&&(_0x884b75['stickiness']=String(_0xb5f251['stickiness'])),_0x884b75;},_0x56e7b0['toObject']=function(_0x161126,_0x4e3f48){_0x4e3f48||(_0x4e3f48={});var _0x14027e={};if((_0x4e3f48['arrays']||_0x4e3f48['defaults'])&&(_0x14027e['path']=[]),_0x4e3f48['defaults']&&(_0x14027e['root']='',_0x14027e['rootMain']=!0x1,_0x14027e['rootGraveyard']=!0x1,_0x14027e['stickiness']=''),null!=_0x161126['root']&&_0x161126['hasOwnProperty']('root')&&(_0x14027e['root']=_0x161126['root']),null!=_0x161126['rootMain']&&_0x161126['hasOwnProperty']('rootMain')&&(_0x14027e['rootMain']=_0x161126['rootMain']),null!=_0x161126['rootGraveyard']&&_0x161126['hasOwnProperty']('rootGraveyard')&&(_0x14027e['rootGraveyard']=_0x161126['rootGraveyard']),_0x161126['path']&&_0x161126['path']['length']){_0x14027e['path']=[];for(var _0x1a9aa9=0x0;_0x1a9aa9<_0x161126['path']['length'];++_0x1a9aa9)_0x14027e['path'][_0x1a9aa9]=_0x161126['path'][_0x1a9aa9];}return null!=_0x161126['stickiness']&&_0x161126['hasOwnProperty']('stickiness')&&(_0x14027e['stickiness']=_0x161126['stickiness']),_0x14027e;},_0x56e7b0['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x49a48a['util']['toJSONOptions']);},_0x56e7b0['getTypeUrl']=function(_0x4299e3){return void 0x0===_0x4299e3&&(_0x4299e3='type.googleapis.com'),_0x4299e3+'/Position';},_0x56e7b0;}()),_0x3cc4dc['Range']=(function(){function _0x57c5c0(_0x16aa0c){if(_0x16aa0c){for(var _0x170ade=Object['keys'](_0x16aa0c),_0x414794=0x0;_0x414794<_0x170ade['length'];++_0x414794)null!=_0x16aa0c[_0x170ade[_0x414794]]&&(this[_0x170ade[_0x414794]]=_0x16aa0c[_0x170ade[_0x414794]]);}}return _0x57c5c0['prototype']['start']=null,_0x57c5c0['prototype']['end']=null,_0x57c5c0['create']=function(_0x542030){return new _0x57c5c0(_0x542030);},_0x57c5c0['encode']=function(_0x49e596,_0x3e6e78){return _0x3e6e78||(_0x3e6e78=_0x498fdd['create']()),null!=_0x49e596['start']&&Object['hasOwnProperty']['call'](_0x49e596,'start')&&_0x3cc4dc['Position']['encode'](_0x49e596['start'],_0x3e6e78['uint32'](0xa)['fork']())['ldelim'](),null!=_0x49e596['end']&&Object['hasOwnProperty']['call'](_0x49e596,'end')&&_0x3cc4dc['Position']['encode'](_0x49e596['end'],_0x3e6e78['uint32'](0x12)['fork']())['ldelim'](),_0x3e6e78;},_0x57c5c0['encodeDelimited']=function(_0x50e03b,_0x363314){return this['encode'](_0x50e03b,_0x363314)['ldelim']();},_0x57c5c0['decode']=function(_0x5880ad,_0x22ce8a){_0x5880ad instanceof _0x2fc2e9||(_0x5880ad=_0x2fc2e9['create'](_0x5880ad));for(var _0x285955=void 0x0===_0x22ce8a?_0x5880ad['len']:_0x5880ad['pos']+_0x22ce8a,_0x1cfbe3=new _0x3cc4dc['Range']();_0x5880ad['pos']<_0x285955;){var _0x624b2e=_0x5880ad['uint32']();switch(_0x624b2e>>>0x3){case 0x1:_0x1cfbe3['start']=_0x3cc4dc['Position']['decode'](_0x5880ad,_0x5880ad['uint32']());break;case 0x2:_0x1cfbe3['end']=_0x3cc4dc['Position']['decode'](_0x5880ad,_0x5880ad['uint32']());break;default:_0x5880ad['skipType'](0x7&_0x624b2e);}}return _0x1cfbe3;},_0x57c5c0['decodeDelimited']=function(_0x5e7ab0){return _0x5e7ab0 instanceof _0x2fc2e9||(_0x5e7ab0=new _0x2fc2e9(_0x5e7ab0)),this['decode'](_0x5e7ab0,_0x5e7ab0['uint32']());},_0x57c5c0['verify']=function(_0x2c32a7){if('object'!=typeof _0x2c32a7||null===_0x2c32a7)return'object\x20expected';var _0x567ca4;if(null!=_0x2c32a7['start']&&_0x2c32a7['hasOwnProperty']('start')&&(_0x567ca4=_0x3cc4dc['Position']['verify'](_0x2c32a7['start'])))return'start.'+_0x567ca4;if(null!=_0x2c32a7['end']&&_0x2c32a7['hasOwnProperty']('end')&&(_0x567ca4=_0x3cc4dc['Position']['verify'](_0x2c32a7['end'])))return'end.'+_0x567ca4;return null;},_0x57c5c0['fromObject']=function(_0x1ba02c){if(_0x1ba02c instanceof _0x3cc4dc['Range'])return _0x1ba02c;var _0x30cb73=new _0x3cc4dc['Range']();if(null!=_0x1ba02c['start']){if('object'!=typeof _0x1ba02c['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x30cb73['start']=_0x3cc4dc['Position']['fromObject'](_0x1ba02c['start']);}if(null!=_0x1ba02c['end']){if('object'!=typeof _0x1ba02c['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x30cb73['end']=_0x3cc4dc['Position']['fromObject'](_0x1ba02c['end']);}return _0x30cb73;},_0x57c5c0['toObject']=function(_0x1a178d,_0x28076d){_0x28076d||(_0x28076d={});var _0x18fa32={};return _0x28076d['defaults']&&(_0x18fa32['start']=null,_0x18fa32['end']=null),null!=_0x1a178d['start']&&_0x1a178d['hasOwnProperty']('start')&&(_0x18fa32['start']=_0x3cc4dc['Position']['toObject'](_0x1a178d['start'],_0x28076d)),null!=_0x1a178d['end']&&_0x1a178d['hasOwnProperty']('end')&&(_0x18fa32['end']=_0x3cc4dc['Position']['toObject'](_0x1a178d['end'],_0x28076d)),_0x18fa32;},_0x57c5c0['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x49a48a['util']['toJSONOptions']);},_0x57c5c0['getTypeUrl']=function(_0x428e68){return void 0x0===_0x428e68&&(_0x428e68='type.googleapis.com'),_0x428e68+'/Range';},_0x57c5c0;}()),_0x3cc4dc['Element']=(function(){function _0x39dfc3(_0x4342fa){if(this['children']=[],this['attributesBoolean']={},_0x4342fa){for(var _0x234f6b=Object['keys'](_0x4342fa),_0xee7bfb=0x0;_0xee7bfb<_0x234f6b['length'];++_0xee7bfb)null!=_0x4342fa[_0x234f6b[_0xee7bfb]]&&(this[_0x234f6b[_0xee7bfb]]=_0x4342fa[_0x234f6b[_0xee7bfb]]);}}return _0x39dfc3['prototype']['name']='',_0x39dfc3['prototype']['children']=_0x219ed4['emptyArray'],_0x39dfc3['prototype']['data']='',_0x39dfc3['prototype']['attributesBoolean']=_0x219ed4['emptyObject'],_0x39dfc3['prototype']['attributesJson']='',_0x39dfc3['create']=function(_0x3f08f3){return new _0x39dfc3(_0x3f08f3);},_0x39dfc3['encode']=function(_0x1d24a9,_0x303ca5){if(_0x303ca5||(_0x303ca5=_0x498fdd['create']()),null!=_0x1d24a9['name']&&Object['hasOwnProperty']['call'](_0x1d24a9,'name')&&_0x303ca5['uint32'](0xa)['string'](_0x1d24a9['name']),null!=_0x1d24a9['children']&&_0x1d24a9['children']['length']){for(var _0x2eff7d=0x0;_0x2eff7d<_0x1d24a9['children']['length'];++_0x2eff7d)_0x3cc4dc['Element']['encode'](_0x1d24a9['children'][_0x2eff7d],_0x303ca5['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x1d24a9['data']&&Object['hasOwnProperty']['call'](_0x1d24a9,'data')&&_0x303ca5['uint32'](0x1a)['string'](_0x1d24a9['data']),null!=_0x1d24a9['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x1d24a9,'attributesBoolean')){var _0x5cd3b6=Object['keys'](_0x1d24a9['attributesBoolean']);for(_0x2eff7d=0x0;_0x2eff7d<_0x5cd3b6['length'];++_0x2eff7d)_0x303ca5['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x5cd3b6[_0x2eff7d])['uint32'](0x10)['bool'](_0x1d24a9['attributesBoolean'][_0x5cd3b6[_0x2eff7d]])['ldelim']();}return null!=_0x1d24a9['attributesJson']&&Object['hasOwnProperty']['call'](_0x1d24a9,'attributesJson')&&_0x303ca5['uint32'](0x2a)['string'](_0x1d24a9['attributesJson']),_0x303ca5;},_0x39dfc3['encodeDelimited']=function(_0x389c4a,_0x1806bb){return this['encode'](_0x389c4a,_0x1806bb)['ldelim']();},_0x39dfc3['decode']=function(_0x3fdfb3,_0x1389bc){_0x3fdfb3 instanceof _0x2fc2e9||(_0x3fdfb3=_0x2fc2e9['create'](_0x3fdfb3));for(var _0x36994f,_0x41a430,_0x5e9011=void 0x0===_0x1389bc?_0x3fdfb3['len']:_0x3fdfb3['pos']+_0x1389bc,_0x27a7e2=new _0x3cc4dc['Element']();_0x3fdfb3['pos']<_0x5e9011;){var _0x298a8a=_0x3fdfb3['uint32']();switch(_0x298a8a>>>0x3){case 0x1:_0x27a7e2['name']=_0x3fdfb3['string']();break;case 0x2:_0x27a7e2['children']&&_0x27a7e2['children']['length']||(_0x27a7e2['children']=[]),_0x27a7e2['children']['push'](_0x3cc4dc['Element']['decode'](_0x3fdfb3,_0x3fdfb3['uint32']()));break;case 0x3:_0x27a7e2['data']=_0x3fdfb3['string']();break;case 0x4:_0x27a7e2['attributesBoolean']===_0x219ed4['emptyObject']&&(_0x27a7e2['attributesBoolean']={});var _0x43e82d=_0x3fdfb3['uint32']()+_0x3fdfb3['pos'];for(_0x36994f='',_0x41a430=!0x1;_0x3fdfb3['pos']<_0x43e82d;){var _0x3e5e20=_0x3fdfb3['uint32']();switch(_0x3e5e20>>>0x3){case 0x1:_0x36994f=_0x3fdfb3['string']();break;case 0x2:_0x41a430=_0x3fdfb3['bool']();break;default:_0x3fdfb3['skipType'](0x7&_0x3e5e20);}}_0x27a7e2['attributesBoolean'][_0x36994f]=_0x41a430;break;case 0x5:_0x27a7e2['attributesJson']=_0x3fdfb3['string']();break;default:_0x3fdfb3['skipType'](0x7&_0x298a8a);}}return _0x27a7e2;},_0x39dfc3['decodeDelimited']=function(_0x303062){return _0x303062 instanceof _0x2fc2e9||(_0x303062=new _0x2fc2e9(_0x303062)),this['decode'](_0x303062,_0x303062['uint32']());},_0x39dfc3['verify']=function(_0x1b12bb){if('object'!=typeof _0x1b12bb||null===_0x1b12bb)return'object\x20expected';if(null!=_0x1b12bb['name']&&_0x1b12bb['hasOwnProperty']('name')&&!_0x219ed4['isString'](_0x1b12bb['name']))return'name:\x20string\x20expected';if(null!=_0x1b12bb['children']&&_0x1b12bb['hasOwnProperty']('children')){if(!Array['isArray'](_0x1b12bb['children']))return'children:\x20array\x20expected';for(var _0xa9c5e0=0x0;_0xa9c5e0<_0x1b12bb['children']['length'];++_0xa9c5e0){var _0x420fe9=_0x3cc4dc['Element']['verify'](_0x1b12bb['children'][_0xa9c5e0]);if(_0x420fe9)return'children.'+_0x420fe9;}}if(null!=_0x1b12bb['data']&&_0x1b12bb['hasOwnProperty']('data')&&!_0x219ed4['isString'](_0x1b12bb['data']))return'data:\x20string\x20expected';if(null!=_0x1b12bb['attributesBoolean']&&_0x1b12bb['hasOwnProperty']('attributesBoolean')){if(!_0x219ed4['isObject'](_0x1b12bb['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x277a2=Object['keys'](_0x1b12bb['attributesBoolean']);for(_0xa9c5e0=0x0;_0xa9c5e0<_0x277a2['length'];++_0xa9c5e0)if('boolean'!=typeof _0x1b12bb['attributesBoolean'][_0x277a2[_0xa9c5e0]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x1b12bb['attributesJson']&&_0x1b12bb['hasOwnProperty']('attributesJson')&&!_0x219ed4['isString'](_0x1b12bb['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x39dfc3['fromObject']=function(_0x947ddb){if(_0x947ddb instanceof _0x3cc4dc['Element'])return _0x947ddb;var _0x5b36b5=new _0x3cc4dc['Element']();if(null!=_0x947ddb['name']&&(_0x5b36b5['name']=String(_0x947ddb['name'])),_0x947ddb['children']){if(!Array['isArray'](_0x947ddb['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x5b36b5['children']=[];for(var _0x518b04=0x0;_0x518b04<_0x947ddb['children']['length'];++_0x518b04){if('object'!=typeof _0x947ddb['children'][_0x518b04])throw TypeError('.Element.children:\x20object\x20expected');_0x5b36b5['children'][_0x518b04]=_0x3cc4dc['Element']['fromObject'](_0x947ddb['children'][_0x518b04]);}}if(null!=_0x947ddb['data']&&(_0x5b36b5['data']=String(_0x947ddb['data'])),_0x947ddb['attributesBoolean']){if('object'!=typeof _0x947ddb['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x5b36b5['attributesBoolean']={};var _0x20e803=Object['keys'](_0x947ddb['attributesBoolean']);for(_0x518b04=0x0;_0x518b04<_0x20e803['length'];++_0x518b04)_0x5b36b5['attributesBoolean'][_0x20e803[_0x518b04]]=Boolean(_0x947ddb['attributesBoolean'][_0x20e803[_0x518b04]]);}return null!=_0x947ddb['attributesJson']&&(_0x5b36b5['attributesJson']=String(_0x947ddb['attributesJson'])),_0x5b36b5;},_0x39dfc3['toObject']=function(_0x3a212d,_0x59cb49){_0x59cb49||(_0x59cb49={});var _0x1cc3b2,_0x2bfb0c={};if((_0x59cb49['arrays']||_0x59cb49['defaults'])&&(_0x2bfb0c['children']=[]),(_0x59cb49['objects']||_0x59cb49['defaults'])&&(_0x2bfb0c['attributesBoolean']={}),_0x59cb49['defaults']&&(_0x2bfb0c['name']='',_0x2bfb0c['data']='',_0x2bfb0c['attributesJson']=''),null!=_0x3a212d['name']&&_0x3a212d['hasOwnProperty']('name')&&(_0x2bfb0c['name']=_0x3a212d['name']),_0x3a212d['children']&&_0x3a212d['children']['length']){_0x2bfb0c['children']=[];for(var _0x28e400=0x0;_0x28e400<_0x3a212d['children']['length'];++_0x28e400)_0x2bfb0c['children'][_0x28e400]=_0x3cc4dc['Element']['toObject'](_0x3a212d['children'][_0x28e400],_0x59cb49);}if(null!=_0x3a212d['data']&&_0x3a212d['hasOwnProperty']('data')&&(_0x2bfb0c['data']=_0x3a212d['data']),_0x3a212d['attributesBoolean']&&(_0x1cc3b2=Object['keys'](_0x3a212d['attributesBoolean']))['length']){_0x2bfb0c['attributesBoolean']={};for(_0x28e400=0x0;_0x28e400<_0x1cc3b2['length'];++_0x28e400)_0x2bfb0c['attributesBoolean'][_0x1cc3b2[_0x28e400]]=_0x3a212d['attributesBoolean'][_0x1cc3b2[_0x28e400]];}return null!=_0x3a212d['attributesJson']&&_0x3a212d['hasOwnProperty']('attributesJson')&&(_0x2bfb0c['attributesJson']=_0x3a212d['attributesJson']),_0x2bfb0c;},_0x39dfc3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x49a48a['util']['toJSONOptions']);},_0x39dfc3['getTypeUrl']=function(_0x3a250e){return void 0x0===_0x3a250e&&(_0x3a250e='type.googleapis.com'),_0x3a250e+'/Element';},_0x39dfc3;}()),_0x3cc4dc;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x2c1d89){return new w(this['_protobufRoot'][_0x2c1d89]);}}class w{['_protobuf'];constructor(_0x297664){this['_protobuf']=_0x297664;}['compress'](_0x280d21){const _0xabef15=this['_protobuf']['verify'](_0x280d21);if(_0xabef15)throw Error(_0xabef15);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x280d21))['finish']();}['decompress'](_0x4c907e){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x4c907e),{'oneofs':!0x0});}}function v(_0x5c7373,_0x3364fd){const _0x3e963a=_0x4c6fbf(_0x5c7373);return _0x3e963a['path'][_0x3e963a['path']['length']-0x1]+=_0x3364fd,_0x3e963a;}function O(_0x2991d4,_0x58c705){return _0x2991d4['root']===_0x58c705['root']&&_0x4c5062(_0x2991d4['path'],_0x58c705['path']);}function $(_0xbb7e51){P(_0xbb7e51,_0x2da6c7=>('main'==_0x2da6c7['root']?(_0x2da6c7['rootMain']=!0x0,delete _0x2da6c7['root']):'$graveyard'==_0x2da6c7['root']&&(_0x2da6c7['rootGraveyard']=!0x0,delete _0x2da6c7['root']),_0x2da6c7));}function J(_0x4c3f7b){P(_0x4c3f7b,_0x41b92a=>(_0x41b92a['rootMain']?(_0x41b92a['root']='main',delete _0x41b92a['rootMain']):_0x41b92a['rootGraveyard']&&(_0x41b92a['root']='$graveyard',delete _0x41b92a['rootGraveyard']),_0x41b92a));}function P(_0x3d7ce0,_0xaf54f6){for(const _0x4b2200 in _0x3d7ce0){const _0x2381c2=_0x3d7ce0[_0x4b2200];'nodes'!==_0x4b2200&&_0x6540e0(_0x2381c2)&&(_0x2381c2['path']&&(_0x2381c2['root']||_0x2381c2['rootMain']||_0x2381c2['rootGraveyard'])?_0x3d7ce0[_0x4b2200]=_0xaf54f6(_0x2381c2):P(_0x2381c2,_0xaf54f6));}return _0x3d7ce0;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x3411e2,_0x104d3b,_0x3883ff){this['_id']=_0x3411e2,this['_operationName']=_0x104d3b,this['_protobufDescriptor']=_0x3883ff;}['compress'](_0x166da0,_0x4fab5d){const _0x5880e5=_0x4fab5d['shift']();return $(_0x5880e5),_0x166da0['buffers']['push'](this['_protobufDescriptor']['compress'](_0x5880e5)),_0x166da0['types']['push'](this['_id']),!0x0;}['decompress'](_0xf69866,_0x2f5713){_0x2f5713['types']['shift']();const _0x23635d=this['_protobufDescriptor']['decompress'](_0x2f5713['buffers']['shift']());J(_0x23635d),_0x23635d['__className']=this['_operationName'],_0xf69866['push'](_0x23635d);}}class s extends e{['compress'](_0x323b7b,_0x2670e8){const _0x1f03ac=_0x2670e8['shift']();return this['_serializeOneOf']('oldValue',_0x1f03ac),this['_serializeOneOf']('newValue',_0x1f03ac),$(_0x1f03ac),_0x323b7b['buffers']['push'](this['_protobufDescriptor']['compress'](_0x1f03ac)),_0x323b7b['types']['push'](this['_id']),!0x0;}['decompress'](_0x25b52b,_0x363690){const {types:_0x2b0727,buffers:_0x4949f9}=_0x363690,_0x344a50=this['_protobufDescriptor']['decompress'](_0x4949f9['shift']());_0x2b0727['shift'](),this['_deserializeOneOf']('oldValue',_0x344a50),this['_deserializeOneOf']('newValue',_0x344a50),J(_0x344a50),_0x344a50['__className']=this['_operationName'],_0x25b52b['push'](_0x344a50);}['_serializeOneOf'](_0x58c2e1,_0x30bdb3){const _0x1eeeda=_0x30bdb3[_0x58c2e1];'boolean'==typeof _0x1eeeda?_0x30bdb3[_0x58c2e1+'Boolean']=_0x1eeeda:_0x30bdb3[_0x58c2e1+'Json']=JSON['stringify'](_0x1eeeda);}['_deserializeOneOf'](_0x476556,_0x55ac96){const _0x177456=_0x476556+'Json';_0x55ac96[_0x177456]?(_0x55ac96[_0x476556]=JSON['parse'](_0x55ac96[_0x177456]),delete _0x55ac96[_0x177456]):(_0x55ac96[_0x476556]=_0x55ac96[_0x476556+'Boolean'],delete _0x55ac96[_0x476556+'Boolean']);}}class i extends e{['compress'](_0x54b0bf,_0x120d34){const _0x37e316=_0x120d34['shift']();return this['_serializeNodesAttributes'](_0x37e316['nodes']),$(_0x37e316),_0x54b0bf['buffers']['push'](this['_protobufDescriptor']['compress'](_0x37e316)),_0x54b0bf['types']['push'](this['_id']),!0x0;}['decompress'](_0x40ca87,_0x161543){const {types:_0x48c9bd,buffers:_0x4f3929}=_0x161543,_0x310230=this['_protobufDescriptor']['decompress'](_0x4f3929['shift']());_0x48c9bd['shift'](),_0x310230['nodes']||(_0x310230['nodes']=[]),this['_deserializeNodesAttributes'](_0x310230['nodes']),J(_0x310230),_0x310230['__className']=this['_operationName'],_0x40ca87['push'](_0x310230);}['_serializeNodesAttributes'](_0x456bce){for(const _0x13c72d of _0x456bce){if(_0x13c72d['attributes']){const _0x4554c4=_0x13c72d['attributes'];this['_areValuesBoolean'](_0x4554c4)?_0x13c72d['attributesBoolean']=_0x4554c4:_0x13c72d['attributesJson']=JSON['stringify'](_0x4554c4);}_0x13c72d['children']&&this['_serializeNodesAttributes'](_0x13c72d['children']);}}['_deserializeNodesAttributes'](_0x390efd){for(const _0x4a3089 of _0x390efd)(_0x4a3089['attributesBoolean']||_0x4a3089['attributesJson'])&&(_0x4a3089['attributesBoolean']?(_0x4a3089['attributes']=_0x4a3089['attributesBoolean'],delete _0x4a3089['attributesBoolean']):(_0x4a3089['attributes']=JSON['parse'](_0x4a3089['attributesJson']),delete _0x4a3089['attributesJson'])),_0x4a3089['children']&&this['_deserializeNodesAttributes'](_0x4a3089['children']);}['_areValuesBoolean'](_0x464aac){return Object['keys'](_0x464aac)['every'](_0x24dcc7=>'boolean'==typeof _0x464aac[_0x24dcc7]);}}class n extends e{['decompress'](_0x10f0ef,_0x2d3ae4){super['decompress'](_0x10f0ef,_0x2d3ae4);const _0x4a4ace=_0x10f0ef[_0x10f0ef['length']-0x1];_0x4a4ace['oldRange']||(_0x4a4ace['oldRange']=null),_0x4a4ace['newRange']||(_0x4a4ace['newRange']=null);}}class p extends e{['compress'](_0x589c91,_0x2470b8){return _0x2470b8['shift'](),_0x589c91['types']['push'](this['_id']),!0x0;}['decompress'](_0x5b8361,_0x444d0e){_0x444d0e['types']['shift'](),_0x5b8361['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x43bbb6,_0xe022e7,_0x2cab9d,_0x24f99e){super(_0x43bbb6,_0xe022e7,_0x2cab9d),this['_omittedNamespace']=_0x24f99e+':';}['compress'](_0x123a2f,_0x277acc){return!('MarkerOperation'!=_0x277acc[0x0]['__className']||!_0x277acc[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x277acc[0x0]['name']=_0x277acc[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x123a2f,_0x277acc),!0x0);}['decompress'](_0x1bcf6b,_0x3c2022){super['decompress'](_0x1bcf6b,_0x3c2022);const _0x2e372b=_0x1bcf6b[_0x1bcf6b['length']-0x1];_0x2e372b['name']=this['_omittedNamespace']+_0x2e372b['name'];}}class _{['_id'];['_context'];constructor(_0x508433,_0x1b51eb){this['_id']=_0x508433,this['_context']=_0x1b51eb;}['compress'](_0x111bdb,_0x3d9789){let _0x261132;for(;_0x3d9789['length']>0x1&&this['_compareOperations'](_0x3d9789[0x0],_0x3d9789[0x1]);)_0x261132?(_0x261132=this['_combineNext'](_0x3d9789['shift'](),_0x261132),_0x111bdb['types']['push'](0x0)):(_0x261132=_0x4c6fbf(_0x3d9789['shift']()),_0x111bdb['types']['push'](this['_id']));return!!_0x261132&&(_0x261132=this['_combineNext'](_0x3d9789['shift'](),_0x261132),_0x111bdb['types']['push'](0x0),_0x111bdb['buffers']['push'](this['_compressSingleOperation'](_0x261132)),!0x0);}['decompress'](_0x363e22,_0x26c97a){const _0x3487bb=this['_decompressSingleOperation'](_0x26c97a);for(;0x0==_0x26c97a['types'][0x0];)_0x26c97a['types']['shift'](),_0x363e22['push'](this['_splitCurrent'](_0x3487bb));_0x363e22['push'](_0x3487bb);}}class m extends _{['_combineNext'](_0x5c36a4,_0x3cd685){return _0x3cd685['nodes'][0x0]['data']+=_0x5c36a4['nodes'][0x0]['data'],_0x3cd685;}['_splitCurrent'](_0x55093d){const _0x3d005d=_0x4c6fbf(_0x55093d),_0x248e45=_0x3d005d['nodes'][0x0],_0x152a6b=_0x55093d['nodes'][0x0],_0x36bec5=_0x152a6b['data'][Symbol['iterator']]()['next']()['value'],_0x8cf5d0=_0x36bec5['length'];return _0x248e45['data']=_0x36bec5,_0x152a6b['data']=_0x152a6b['data']['substr'](_0x8cf5d0),_0x55093d['position']=v(_0x55093d['position'],_0x8cf5d0),_0x3d005d;}['_compareOperations'](_0x34e71a,_0x56d16f){if(this['_checkOperation'](_0x34e71a)&&this['_checkOperation'](_0x56d16f)){const _0x90fdf0=_0x34e71a['nodes'][0x0]['data']['length'],_0x334c24=O(v(_0x34e71a['position'],_0x90fdf0),_0x56d16f['position']),_0x450f87=_0x34e71a['nodes'][0x0],_0x3836b6=_0x56d16f['nodes'][0x0];return _0x334c24&&this['_compareAttributes'](_0x450f87,_0x3836b6);}return!0x1;}['_compressSingleOperation'](_0x153013){const _0x18ebd9={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x18ebd9,[_0x153013]),_0x18ebd9['buffers'][0x0];}['_decompressSingleOperation'](_0x25fd59){const _0x2af09e=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x2af09e,_0x25fd59),_0x2af09e[0x0];}['_checkOperation'](_0x12001a){return'InsertOperation'==_0x12001a['__className']&&0x1==_0x12001a['nodes']['length']&&_0x12001a['nodes'][0x0]['data']&&!_0x12001a['wasUndone']&&0x1==Array['from'](_0x12001a['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x22ffa9,_0x37f9d8){const _0x5b4db6=Object['keys'](_0x22ffa9['attributes']||{}),_0x47db9e=Object['keys'](_0x37f9d8['attributes']||{});return _0x5b4db6['length']===_0x47db9e['length']&&_0x5b4db6['every'](_0x18d75f=>_0x37f9d8['attributes'][_0x18d75f]&&_0x37f9d8['attributes'][_0x18d75f]===_0x22ffa9['attributes'][_0x18d75f]);}}class c extends _{['_combineNext'](_0x42872d,_0x931175){return _0x931175['howMany']++,_0x931175['sourcePosition']=_0x4c6fbf(_0x42872d['sourcePosition']),_0x931175;}['_splitCurrent'](_0x2db61b){const _0x17888b=_0x4c6fbf(_0x2db61b);return _0x2db61b['howMany']--,_0x17888b['howMany']=0x1,_0x17888b['sourcePosition']=v(_0x17888b['sourcePosition'],_0x2db61b['howMany']),_0x17888b;}['_compareOperations'](_0x22a0df,_0x440821){return!(!this['_checkOperation'](_0x22a0df)||!this['_checkOperation'](_0x440821))&&(O(v(_0x22a0df['sourcePosition'],-0x1),_0x440821['sourcePosition'])&&O(_0x22a0df['targetPosition'],_0x440821['targetPosition']));}['_compressSingleOperation'](_0xd61ddf){const _0x4334e0={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x4334e0,[_0xd61ddf]),_0x4334e0['buffers'][0x0];}['_decompressSingleOperation'](_0x427912){const _0x3e2c4e=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x3e2c4e,_0x427912),_0x3e2c4e[0x0];}['_checkOperation'](_0x2c901a){return'MoveOperation'==_0x2c901a['__className']&&'$graveyard'==_0x2c901a['targetPosition']['root']&&0x1==_0x2c901a['howMany']&&!_0x2c901a['wasUndone'];}}class h extends _{['_combineNext'](_0x2b39e0,_0x1a2e77){return _0x1a2e77['howMany']++,_0x1a2e77;}['_splitCurrent'](_0x22f1ef){const _0x15efa3=_0x4c6fbf(_0x22f1ef);return _0x15efa3['howMany']=0x1,_0x22f1ef['howMany']--,_0x15efa3;}['_compareOperations'](_0x38b67b,_0x1f4b38){return!(!this['_checkOperation'](_0x38b67b)||!this['_checkOperation'](_0x1f4b38))&&(O(_0x38b67b['sourcePosition'],_0x1f4b38['sourcePosition'])&&O(_0x38b67b['targetPosition'],_0x1f4b38['targetPosition']));}['_compressSingleOperation'](_0x2f3868){const _0x232f9b={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x232f9b,[_0x2f3868]),_0x232f9b['buffers'][0x0];}['_decompressSingleOperation'](_0xa1bcbb){const _0x3684f1=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x3684f1,_0xa1bcbb),_0x3684f1[0x0];}['_checkOperation'](_0x542ae8){return'MoveOperation'==_0x542ae8['__className']&&'$graveyard'==_0x542ae8['targetPosition']['root']&&0x1==_0x542ae8['howMany']&&!_0x542ae8['wasUndone'];}}class f extends _{['compress'](_0xac9e89,_0x3b643d){if(!this['_compareOperations'](_0x3b643d[0x0],_0x3b643d[0x1]))return!0x1;const _0x282cf4=_0x3b643d['shift']();return _0x282cf4['oldRange']=null,_0x282cf4['newRange']&&O(_0x282cf4['newRange']['start'],_0x282cf4['newRange']['end'])&&(_0x282cf4['newRange']['end']=null),_0x3b643d['shift'](),_0xac9e89['types']['push'](this['_id']),_0xac9e89['types']['push'](0x0),_0xac9e89['buffers']['push'](this['_compressSingleOperation'](_0x282cf4)),!0x0;}['decompress'](_0xea5be0,_0x18470a){const _0xebc621=this['_decompressSingleOperation'](_0x18470a);_0xebc621['newRange']&&!_0xebc621['newRange']['end']&&(_0xebc621['newRange']['end']=_0x4c6fbf(_0xebc621['newRange']['start']));const _0x548561=_0x4c6fbf(_0xebc621);_0x548561['newRange']&&(_0x548561['newRange']['start']['stickiness']='toNone',_0x548561['newRange']['end']=_0x4c6fbf(_0x548561['newRange']['start'])),_0x548561['name']='user:position:'+_0x548561['name']['split'](':')[0x2],_0x18470a['types']['shift'](),_0xea5be0['push'](_0xebc621),_0xea5be0['push'](_0x548561);}['_compressSingleOperation'](_0x301779){const _0xf51d41={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0xf51d41,[_0x301779]),_0xf51d41['buffers'][0x0];}['_decompressSingleOperation'](_0x5c54fd){const _0x2d76ab=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x2d76ab,_0x5c54fd),_0x2d76ab[0x0];}['_compareOperations'](_0x718ea5,_0x1f8cf0){return!(!_0x718ea5||!_0x1f8cf0)&&('MarkerOperation'==_0x718ea5['__className']&&'MarkerOperation'==_0x1f8cf0['__className']&&!(!_0x718ea5['name']['startsWith']('user:')||!_0x1f8cf0['name']['startsWith']('user:')||_0x718ea5['name']==_0x1f8cf0['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x46d65a=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new a(0x12,'MarkerOperation',_0x46d65a,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x46d65a,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',m),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x1dd1c3){if(!_0x1dd1c3||!_0x1dd1c3[0x0])throw new _0x144d50('no-operations-provided',this);const _0x502554={'types':[],'buffers':[],'baseVersion':_0x1dd1c3[0x0]['baseVersion']};for(;_0x1dd1c3['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x502554,_0x1dd1c3)||this['_getCompressorByName']('TypingAction')['compress'](_0x502554,_0x1dd1c3)||this['_getCompressorByName']('DeletingAction')['compress'](_0x502554,_0x1dd1c3)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x502554,_0x1dd1c3)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x502554,_0x1dd1c3)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x502554,_0x1dd1c3)||this['_getCompressorByName'](_0x1dd1c3[0x0]['__className'])['compress'](_0x502554,_0x1dd1c3);return _0x502554;}['decompress'](_0x29cc4f){const _0x5ca718=[];for(;_0x29cc4f['types']['length'];){const _0x5577c3=this['_compressorById']['get'](_0x29cc4f['types'][0x0]);if(!_0x5577c3)throw new _0x144d50('decompress-compressor-not-found',this,{'type':_0x29cc4f['types'][0x0]});_0x5577c3['decompress'](_0x5ca718,_0x29cc4f);}return _0x5ca718['forEach']((_0x4845cf,_0x54a1ef)=>_0x4845cf['baseVersion']=_0x29cc4f['baseVersion']+_0x54a1ef),_0x5ca718;}['_getCompressorByName'](_0x458467){return this['_compressorByName']['get'](_0x458467);}['_registerOperationCompressor'](_0x26512f,_0x21283d,_0x3fcab8){const _0x3e958f=new _0x3fcab8(_0x26512f,_0x21283d,this['_protobufFactory']['getDescriptor'](_0x21283d));this['_registerCompressor'](_0x26512f,_0x21283d,_0x3e958f);}['_registerActionCompressor'](_0x322ff5,_0x3e6d5c,_0x30ea57){const _0x443f49=new _0x30ea57(_0x322ff5,this);this['_registerCompressor'](_0x322ff5,_0x3e6d5c,_0x443f49);}['_registerCompressor'](_0x3e6a7b,_0x4c2f6d,_0x5acd29){this['_compressorById']['set'](_0x3e6a7b,_0x5acd29),this['_compressorByName']['set'](_0x4c2f6d,_0x5acd29);}}export{g as Compressor};
|
|
23
|
+
import{CKEditorError as _0x174f0f}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x129724 from'protobufjs/minimal.js';import{cloneDeep as _0xc95b79,isEqual as _0x4b081a,isObject as _0x305594}from'es-toolkit/compat';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x485669=_0x129724['Reader'],_0x43452e=_0x129724['Writer'],_0x8080c2=_0x129724['util'],_0x17d0ed=_0x129724['roots']['default']||(_0x129724['roots']['default']={});return _0x17d0ed['AttributeOperation']=(function(){function _0x428bcc(_0x5e0b6c){if(_0x5e0b6c){for(var _0x2aefcb=Object['keys'](_0x5e0b6c),_0x23d352=0x0;_0x23d352<_0x2aefcb['length'];++_0x23d352)null!=_0x5e0b6c[_0x2aefcb[_0x23d352]]&&(this[_0x2aefcb[_0x23d352]]=_0x5e0b6c[_0x2aefcb[_0x23d352]]);}}return _0x428bcc['prototype']['range']=null,_0x428bcc['prototype']['key']='',_0x428bcc['prototype']['oldValueBoolean']=!0x1,_0x428bcc['prototype']['oldValueJson']='',_0x428bcc['prototype']['newValueBoolean']=!0x1,_0x428bcc['prototype']['newValueJson']='',_0x428bcc['prototype']['wasUndone']=!0x1,_0x428bcc['create']=function(_0x16575e){return new _0x428bcc(_0x16575e);},_0x428bcc['encode']=function(_0x3afa48,_0x30a88a){return _0x30a88a||(_0x30a88a=_0x43452e['create']()),null!=_0x3afa48['range']&&Object['hasOwnProperty']['call'](_0x3afa48,'range')&&_0x17d0ed['Range']['encode'](_0x3afa48['range'],_0x30a88a['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3afa48['key']&&Object['hasOwnProperty']['call'](_0x3afa48,'key')&&_0x30a88a['uint32'](0x12)['string'](_0x3afa48['key']),null!=_0x3afa48['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x3afa48,'oldValueBoolean')&&_0x30a88a['uint32'](0x18)['bool'](_0x3afa48['oldValueBoolean']),null!=_0x3afa48['oldValueJson']&&Object['hasOwnProperty']['call'](_0x3afa48,'oldValueJson')&&_0x30a88a['uint32'](0x22)['string'](_0x3afa48['oldValueJson']),null!=_0x3afa48['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x3afa48,'newValueBoolean')&&_0x30a88a['uint32'](0x28)['bool'](_0x3afa48['newValueBoolean']),null!=_0x3afa48['newValueJson']&&Object['hasOwnProperty']['call'](_0x3afa48,'newValueJson')&&_0x30a88a['uint32'](0x32)['string'](_0x3afa48['newValueJson']),null!=_0x3afa48['wasUndone']&&Object['hasOwnProperty']['call'](_0x3afa48,'wasUndone')&&_0x30a88a['uint32'](0x38)['bool'](_0x3afa48['wasUndone']),_0x30a88a;},_0x428bcc['encodeDelimited']=function(_0x21e239,_0x591b8e){return this['encode'](_0x21e239,_0x591b8e)['ldelim']();},_0x428bcc['decode']=function(_0x2ea11a,_0x11ecab){_0x2ea11a instanceof _0x485669||(_0x2ea11a=_0x485669['create'](_0x2ea11a));for(var _0x4f3a0b=void 0x0===_0x11ecab?_0x2ea11a['len']:_0x2ea11a['pos']+_0x11ecab,_0x9d46de=new _0x17d0ed['AttributeOperation']();_0x2ea11a['pos']<_0x4f3a0b;){var _0x38fcbc=_0x2ea11a['uint32']();switch(_0x38fcbc>>>0x3){case 0x1:_0x9d46de['range']=_0x17d0ed['Range']['decode'](_0x2ea11a,_0x2ea11a['uint32']());break;case 0x2:_0x9d46de['key']=_0x2ea11a['string']();break;case 0x3:_0x9d46de['oldValueBoolean']=_0x2ea11a['bool']();break;case 0x4:_0x9d46de['oldValueJson']=_0x2ea11a['string']();break;case 0x5:_0x9d46de['newValueBoolean']=_0x2ea11a['bool']();break;case 0x6:_0x9d46de['newValueJson']=_0x2ea11a['string']();break;case 0x7:_0x9d46de['wasUndone']=_0x2ea11a['bool']();break;default:_0x2ea11a['skipType'](0x7&_0x38fcbc);}}return _0x9d46de;},_0x428bcc['decodeDelimited']=function(_0x40f1bc){return _0x40f1bc instanceof _0x485669||(_0x40f1bc=new _0x485669(_0x40f1bc)),this['decode'](_0x40f1bc,_0x40f1bc['uint32']());},_0x428bcc['verify']=function(_0x32ccf9){if('object'!=typeof _0x32ccf9||null===_0x32ccf9)return'object\x20expected';if(null!=_0x32ccf9['range']&&_0x32ccf9['hasOwnProperty']('range')){var _0x1f401c=_0x17d0ed['Range']['verify'](_0x32ccf9['range']);if(_0x1f401c)return'range.'+_0x1f401c;}return null!=_0x32ccf9['key']&&_0x32ccf9['hasOwnProperty']('key')&&!_0x8080c2['isString'](_0x32ccf9['key'])?'key:\x20string\x20expected':null!=_0x32ccf9['oldValueBoolean']&&_0x32ccf9['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x32ccf9['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x32ccf9['oldValueJson']&&_0x32ccf9['hasOwnProperty']('oldValueJson')&&!_0x8080c2['isString'](_0x32ccf9['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x32ccf9['newValueBoolean']&&_0x32ccf9['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x32ccf9['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x32ccf9['newValueJson']&&_0x32ccf9['hasOwnProperty']('newValueJson')&&!_0x8080c2['isString'](_0x32ccf9['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x32ccf9['wasUndone']&&_0x32ccf9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x32ccf9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x428bcc['fromObject']=function(_0x3cc153){if(_0x3cc153 instanceof _0x17d0ed['AttributeOperation'])return _0x3cc153;var _0x5f4fc9=new _0x17d0ed['AttributeOperation']();if(null!=_0x3cc153['range']){if('object'!=typeof _0x3cc153['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x5f4fc9['range']=_0x17d0ed['Range']['fromObject'](_0x3cc153['range']);}return null!=_0x3cc153['key']&&(_0x5f4fc9['key']=String(_0x3cc153['key'])),null!=_0x3cc153['oldValueBoolean']&&(_0x5f4fc9['oldValueBoolean']=Boolean(_0x3cc153['oldValueBoolean'])),null!=_0x3cc153['oldValueJson']&&(_0x5f4fc9['oldValueJson']=String(_0x3cc153['oldValueJson'])),null!=_0x3cc153['newValueBoolean']&&(_0x5f4fc9['newValueBoolean']=Boolean(_0x3cc153['newValueBoolean'])),null!=_0x3cc153['newValueJson']&&(_0x5f4fc9['newValueJson']=String(_0x3cc153['newValueJson'])),null!=_0x3cc153['wasUndone']&&(_0x5f4fc9['wasUndone']=Boolean(_0x3cc153['wasUndone'])),_0x5f4fc9;},_0x428bcc['toObject']=function(_0x4778a1,_0x3bbd5b){_0x3bbd5b||(_0x3bbd5b={});var _0x2a9eb5={};return _0x3bbd5b['defaults']&&(_0x2a9eb5['range']=null,_0x2a9eb5['key']='',_0x2a9eb5['oldValueBoolean']=!0x1,_0x2a9eb5['oldValueJson']='',_0x2a9eb5['newValueBoolean']=!0x1,_0x2a9eb5['newValueJson']='',_0x2a9eb5['wasUndone']=!0x1),null!=_0x4778a1['range']&&_0x4778a1['hasOwnProperty']('range')&&(_0x2a9eb5['range']=_0x17d0ed['Range']['toObject'](_0x4778a1['range'],_0x3bbd5b)),null!=_0x4778a1['key']&&_0x4778a1['hasOwnProperty']('key')&&(_0x2a9eb5['key']=_0x4778a1['key']),null!=_0x4778a1['oldValueBoolean']&&_0x4778a1['hasOwnProperty']('oldValueBoolean')&&(_0x2a9eb5['oldValueBoolean']=_0x4778a1['oldValueBoolean']),null!=_0x4778a1['oldValueJson']&&_0x4778a1['hasOwnProperty']('oldValueJson')&&(_0x2a9eb5['oldValueJson']=_0x4778a1['oldValueJson']),null!=_0x4778a1['newValueBoolean']&&_0x4778a1['hasOwnProperty']('newValueBoolean')&&(_0x2a9eb5['newValueBoolean']=_0x4778a1['newValueBoolean']),null!=_0x4778a1['newValueJson']&&_0x4778a1['hasOwnProperty']('newValueJson')&&(_0x2a9eb5['newValueJson']=_0x4778a1['newValueJson']),null!=_0x4778a1['wasUndone']&&_0x4778a1['hasOwnProperty']('wasUndone')&&(_0x2a9eb5['wasUndone']=_0x4778a1['wasUndone']),_0x2a9eb5;},_0x428bcc['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x129724['util']['toJSONOptions']);},_0x428bcc['getTypeUrl']=function(_0x35600e){return void 0x0===_0x35600e&&(_0x35600e='type.googleapis.com'),_0x35600e+'/AttributeOperation';},_0x428bcc;}()),_0x17d0ed['InsertOperation']=(function(){function _0x16ce77(_0x1941ba){if(this['nodes']=[],_0x1941ba){for(var _0x509ec8=Object['keys'](_0x1941ba),_0x498122=0x0;_0x498122<_0x509ec8['length'];++_0x498122)null!=_0x1941ba[_0x509ec8[_0x498122]]&&(this[_0x509ec8[_0x498122]]=_0x1941ba[_0x509ec8[_0x498122]]);}}return _0x16ce77['prototype']['position']=null,_0x16ce77['prototype']['nodes']=_0x8080c2['emptyArray'],_0x16ce77['prototype']['shouldReceiveAttributes']=!0x1,_0x16ce77['prototype']['wasUndone']=!0x1,_0x16ce77['create']=function(_0x2e42df){return new _0x16ce77(_0x2e42df);},_0x16ce77['encode']=function(_0x3c8619,_0x47016c){if(_0x47016c||(_0x47016c=_0x43452e['create']()),null!=_0x3c8619['position']&&Object['hasOwnProperty']['call'](_0x3c8619,'position')&&_0x17d0ed['Position']['encode'](_0x3c8619['position'],_0x47016c['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3c8619['nodes']&&_0x3c8619['nodes']['length']){for(var _0x32e5eb=0x0;_0x32e5eb<_0x3c8619['nodes']['length'];++_0x32e5eb)_0x17d0ed['Element']['encode'](_0x3c8619['nodes'][_0x32e5eb],_0x47016c['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x3c8619['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x3c8619,'shouldReceiveAttributes')&&_0x47016c['uint32'](0x18)['bool'](_0x3c8619['shouldReceiveAttributes']),null!=_0x3c8619['wasUndone']&&Object['hasOwnProperty']['call'](_0x3c8619,'wasUndone')&&_0x47016c['uint32'](0x20)['bool'](_0x3c8619['wasUndone']),_0x47016c;},_0x16ce77['encodeDelimited']=function(_0x5a9e82,_0x7969ce){return this['encode'](_0x5a9e82,_0x7969ce)['ldelim']();},_0x16ce77['decode']=function(_0x46edc8,_0x10b3b6){_0x46edc8 instanceof _0x485669||(_0x46edc8=_0x485669['create'](_0x46edc8));for(var _0x2bd64d=void 0x0===_0x10b3b6?_0x46edc8['len']:_0x46edc8['pos']+_0x10b3b6,_0x1f946d=new _0x17d0ed['InsertOperation']();_0x46edc8['pos']<_0x2bd64d;){var _0x468a3b=_0x46edc8['uint32']();switch(_0x468a3b>>>0x3){case 0x1:_0x1f946d['position']=_0x17d0ed['Position']['decode'](_0x46edc8,_0x46edc8['uint32']());break;case 0x2:_0x1f946d['nodes']&&_0x1f946d['nodes']['length']||(_0x1f946d['nodes']=[]),_0x1f946d['nodes']['push'](_0x17d0ed['Element']['decode'](_0x46edc8,_0x46edc8['uint32']()));break;case 0x3:_0x1f946d['shouldReceiveAttributes']=_0x46edc8['bool']();break;case 0x4:_0x1f946d['wasUndone']=_0x46edc8['bool']();break;default:_0x46edc8['skipType'](0x7&_0x468a3b);}}return _0x1f946d;},_0x16ce77['decodeDelimited']=function(_0x499d62){return _0x499d62 instanceof _0x485669||(_0x499d62=new _0x485669(_0x499d62)),this['decode'](_0x499d62,_0x499d62['uint32']());},_0x16ce77['verify']=function(_0x33bdd3){if('object'!=typeof _0x33bdd3||null===_0x33bdd3)return'object\x20expected';if(null!=_0x33bdd3['position']&&_0x33bdd3['hasOwnProperty']('position')&&(_0x3351d7=_0x17d0ed['Position']['verify'](_0x33bdd3['position'])))return'position.'+_0x3351d7;if(null!=_0x33bdd3['nodes']&&_0x33bdd3['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x33bdd3['nodes']))return'nodes:\x20array\x20expected';for(var _0x4557e5=0x0;_0x4557e5<_0x33bdd3['nodes']['length'];++_0x4557e5){var _0x3351d7;if(_0x3351d7=_0x17d0ed['Element']['verify'](_0x33bdd3['nodes'][_0x4557e5]))return'nodes.'+_0x3351d7;}}return null!=_0x33bdd3['shouldReceiveAttributes']&&_0x33bdd3['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x33bdd3['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x33bdd3['wasUndone']&&_0x33bdd3['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x33bdd3['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x16ce77['fromObject']=function(_0x5b0ca2){if(_0x5b0ca2 instanceof _0x17d0ed['InsertOperation'])return _0x5b0ca2;var _0x1ce988=new _0x17d0ed['InsertOperation']();if(null!=_0x5b0ca2['position']){if('object'!=typeof _0x5b0ca2['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x1ce988['position']=_0x17d0ed['Position']['fromObject'](_0x5b0ca2['position']);}if(_0x5b0ca2['nodes']){if(!Array['isArray'](_0x5b0ca2['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x1ce988['nodes']=[];for(var _0x2bfbb9=0x0;_0x2bfbb9<_0x5b0ca2['nodes']['length'];++_0x2bfbb9){if('object'!=typeof _0x5b0ca2['nodes'][_0x2bfbb9])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x1ce988['nodes'][_0x2bfbb9]=_0x17d0ed['Element']['fromObject'](_0x5b0ca2['nodes'][_0x2bfbb9]);}}return null!=_0x5b0ca2['shouldReceiveAttributes']&&(_0x1ce988['shouldReceiveAttributes']=Boolean(_0x5b0ca2['shouldReceiveAttributes'])),null!=_0x5b0ca2['wasUndone']&&(_0x1ce988['wasUndone']=Boolean(_0x5b0ca2['wasUndone'])),_0x1ce988;},_0x16ce77['toObject']=function(_0x157089,_0x45f2ff){_0x45f2ff||(_0x45f2ff={});var _0x42f058={};if((_0x45f2ff['arrays']||_0x45f2ff['defaults'])&&(_0x42f058['nodes']=[]),_0x45f2ff['defaults']&&(_0x42f058['position']=null,_0x42f058['shouldReceiveAttributes']=!0x1,_0x42f058['wasUndone']=!0x1),null!=_0x157089['position']&&_0x157089['hasOwnProperty']('position')&&(_0x42f058['position']=_0x17d0ed['Position']['toObject'](_0x157089['position'],_0x45f2ff)),_0x157089['nodes']&&_0x157089['nodes']['length']){_0x42f058['nodes']=[];for(var _0x445e4c=0x0;_0x445e4c<_0x157089['nodes']['length'];++_0x445e4c)_0x42f058['nodes'][_0x445e4c]=_0x17d0ed['Element']['toObject'](_0x157089['nodes'][_0x445e4c],_0x45f2ff);}return null!=_0x157089['shouldReceiveAttributes']&&_0x157089['hasOwnProperty']('shouldReceiveAttributes')&&(_0x42f058['shouldReceiveAttributes']=_0x157089['shouldReceiveAttributes']),null!=_0x157089['wasUndone']&&_0x157089['hasOwnProperty']('wasUndone')&&(_0x42f058['wasUndone']=_0x157089['wasUndone']),_0x42f058;},_0x16ce77['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x129724['util']['toJSONOptions']);},_0x16ce77['getTypeUrl']=function(_0x2f250e){return void 0x0===_0x2f250e&&(_0x2f250e='type.googleapis.com'),_0x2f250e+'/InsertOperation';},_0x16ce77;}()),_0x17d0ed['MarkerOperation']=(function(){function _0x260fa3(_0x3d58c7){if(_0x3d58c7){for(var _0x4684fb=Object['keys'](_0x3d58c7),_0x43f179=0x0;_0x43f179<_0x4684fb['length'];++_0x43f179)null!=_0x3d58c7[_0x4684fb[_0x43f179]]&&(this[_0x4684fb[_0x43f179]]=_0x3d58c7[_0x4684fb[_0x43f179]]);}}return _0x260fa3['prototype']['name']='',_0x260fa3['prototype']['oldRange']=null,_0x260fa3['prototype']['newRange']=null,_0x260fa3['prototype']['affectsData']=!0x1,_0x260fa3['prototype']['wasUndone']=!0x1,_0x260fa3['create']=function(_0x2d1920){return new _0x260fa3(_0x2d1920);},_0x260fa3['encode']=function(_0x346c3b,_0x2dca33){return _0x2dca33||(_0x2dca33=_0x43452e['create']()),null!=_0x346c3b['name']&&Object['hasOwnProperty']['call'](_0x346c3b,'name')&&_0x2dca33['uint32'](0xa)['string'](_0x346c3b['name']),null!=_0x346c3b['oldRange']&&Object['hasOwnProperty']['call'](_0x346c3b,'oldRange')&&_0x17d0ed['Range']['encode'](_0x346c3b['oldRange'],_0x2dca33['uint32'](0x12)['fork']())['ldelim'](),null!=_0x346c3b['newRange']&&Object['hasOwnProperty']['call'](_0x346c3b,'newRange')&&_0x17d0ed['Range']['encode'](_0x346c3b['newRange'],_0x2dca33['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x346c3b['affectsData']&&Object['hasOwnProperty']['call'](_0x346c3b,'affectsData')&&_0x2dca33['uint32'](0x20)['bool'](_0x346c3b['affectsData']),null!=_0x346c3b['wasUndone']&&Object['hasOwnProperty']['call'](_0x346c3b,'wasUndone')&&_0x2dca33['uint32'](0x28)['bool'](_0x346c3b['wasUndone']),_0x2dca33;},_0x260fa3['encodeDelimited']=function(_0x197ae9,_0x24d3f0){return this['encode'](_0x197ae9,_0x24d3f0)['ldelim']();},_0x260fa3['decode']=function(_0x2d6a90,_0x157935){_0x2d6a90 instanceof _0x485669||(_0x2d6a90=_0x485669['create'](_0x2d6a90));for(var _0x562a00=void 0x0===_0x157935?_0x2d6a90['len']:_0x2d6a90['pos']+_0x157935,_0x4c29ed=new _0x17d0ed['MarkerOperation']();_0x2d6a90['pos']<_0x562a00;){var _0x163474=_0x2d6a90['uint32']();switch(_0x163474>>>0x3){case 0x1:_0x4c29ed['name']=_0x2d6a90['string']();break;case 0x2:_0x4c29ed['oldRange']=_0x17d0ed['Range']['decode'](_0x2d6a90,_0x2d6a90['uint32']());break;case 0x3:_0x4c29ed['newRange']=_0x17d0ed['Range']['decode'](_0x2d6a90,_0x2d6a90['uint32']());break;case 0x4:_0x4c29ed['affectsData']=_0x2d6a90['bool']();break;case 0x5:_0x4c29ed['wasUndone']=_0x2d6a90['bool']();break;default:_0x2d6a90['skipType'](0x7&_0x163474);}}return _0x4c29ed;},_0x260fa3['decodeDelimited']=function(_0x1040b7){return _0x1040b7 instanceof _0x485669||(_0x1040b7=new _0x485669(_0x1040b7)),this['decode'](_0x1040b7,_0x1040b7['uint32']());},_0x260fa3['verify']=function(_0x1a0e1f){if('object'!=typeof _0x1a0e1f||null===_0x1a0e1f)return'object\x20expected';if(null!=_0x1a0e1f['name']&&_0x1a0e1f['hasOwnProperty']('name')&&!_0x8080c2['isString'](_0x1a0e1f['name']))return'name:\x20string\x20expected';var _0x5c9acb;if(null!=_0x1a0e1f['oldRange']&&_0x1a0e1f['hasOwnProperty']('oldRange')&&(_0x5c9acb=_0x17d0ed['Range']['verify'](_0x1a0e1f['oldRange'])))return'oldRange.'+_0x5c9acb;if(null!=_0x1a0e1f['newRange']&&_0x1a0e1f['hasOwnProperty']('newRange')&&(_0x5c9acb=_0x17d0ed['Range']['verify'](_0x1a0e1f['newRange'])))return'newRange.'+_0x5c9acb;return null!=_0x1a0e1f['affectsData']&&_0x1a0e1f['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x1a0e1f['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x1a0e1f['wasUndone']&&_0x1a0e1f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1a0e1f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x260fa3['fromObject']=function(_0x2bf0b5){if(_0x2bf0b5 instanceof _0x17d0ed['MarkerOperation'])return _0x2bf0b5;var _0x520c88=new _0x17d0ed['MarkerOperation']();if(null!=_0x2bf0b5['name']&&(_0x520c88['name']=String(_0x2bf0b5['name'])),null!=_0x2bf0b5['oldRange']){if('object'!=typeof _0x2bf0b5['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x520c88['oldRange']=_0x17d0ed['Range']['fromObject'](_0x2bf0b5['oldRange']);}if(null!=_0x2bf0b5['newRange']){if('object'!=typeof _0x2bf0b5['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x520c88['newRange']=_0x17d0ed['Range']['fromObject'](_0x2bf0b5['newRange']);}return null!=_0x2bf0b5['affectsData']&&(_0x520c88['affectsData']=Boolean(_0x2bf0b5['affectsData'])),null!=_0x2bf0b5['wasUndone']&&(_0x520c88['wasUndone']=Boolean(_0x2bf0b5['wasUndone'])),_0x520c88;},_0x260fa3['toObject']=function(_0x170328,_0xb435f1){_0xb435f1||(_0xb435f1={});var _0x4bb1ed={};return _0xb435f1['defaults']&&(_0x4bb1ed['name']='',_0x4bb1ed['oldRange']=null,_0x4bb1ed['newRange']=null,_0x4bb1ed['affectsData']=!0x1,_0x4bb1ed['wasUndone']=!0x1),null!=_0x170328['name']&&_0x170328['hasOwnProperty']('name')&&(_0x4bb1ed['name']=_0x170328['name']),null!=_0x170328['oldRange']&&_0x170328['hasOwnProperty']('oldRange')&&(_0x4bb1ed['oldRange']=_0x17d0ed['Range']['toObject'](_0x170328['oldRange'],_0xb435f1)),null!=_0x170328['newRange']&&_0x170328['hasOwnProperty']('newRange')&&(_0x4bb1ed['newRange']=_0x17d0ed['Range']['toObject'](_0x170328['newRange'],_0xb435f1)),null!=_0x170328['affectsData']&&_0x170328['hasOwnProperty']('affectsData')&&(_0x4bb1ed['affectsData']=_0x170328['affectsData']),null!=_0x170328['wasUndone']&&_0x170328['hasOwnProperty']('wasUndone')&&(_0x4bb1ed['wasUndone']=_0x170328['wasUndone']),_0x4bb1ed;},_0x260fa3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x129724['util']['toJSONOptions']);},_0x260fa3['getTypeUrl']=function(_0x14907e){return void 0x0===_0x14907e&&(_0x14907e='type.googleapis.com'),_0x14907e+'/MarkerOperation';},_0x260fa3;}()),_0x17d0ed['MergeOperation']=(function(){function _0x48b231(_0x282a70){if(_0x282a70){for(var _0x3f854e=Object['keys'](_0x282a70),_0x547bd2=0x0;_0x547bd2<_0x3f854e['length'];++_0x547bd2)null!=_0x282a70[_0x3f854e[_0x547bd2]]&&(this[_0x3f854e[_0x547bd2]]=_0x282a70[_0x3f854e[_0x547bd2]]);}}return _0x48b231['prototype']['sourcePosition']=null,_0x48b231['prototype']['targetPosition']=null,_0x48b231['prototype']['graveyardPosition']=null,_0x48b231['prototype']['howMany']=0x0,_0x48b231['prototype']['wasUndone']=!0x1,_0x48b231['create']=function(_0x4472e5){return new _0x48b231(_0x4472e5);},_0x48b231['encode']=function(_0x156800,_0x4a410d){return _0x4a410d||(_0x4a410d=_0x43452e['create']()),null!=_0x156800['sourcePosition']&&Object['hasOwnProperty']['call'](_0x156800,'sourcePosition')&&_0x17d0ed['Position']['encode'](_0x156800['sourcePosition'],_0x4a410d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x156800['targetPosition']&&Object['hasOwnProperty']['call'](_0x156800,'targetPosition')&&_0x17d0ed['Position']['encode'](_0x156800['targetPosition'],_0x4a410d['uint32'](0x12)['fork']())['ldelim'](),null!=_0x156800['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x156800,'graveyardPosition')&&_0x17d0ed['Position']['encode'](_0x156800['graveyardPosition'],_0x4a410d['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x156800['howMany']&&Object['hasOwnProperty']['call'](_0x156800,'howMany')&&_0x4a410d['uint32'](0x20)['uint32'](_0x156800['howMany']),null!=_0x156800['wasUndone']&&Object['hasOwnProperty']['call'](_0x156800,'wasUndone')&&_0x4a410d['uint32'](0x28)['bool'](_0x156800['wasUndone']),_0x4a410d;},_0x48b231['encodeDelimited']=function(_0x1c018a,_0x122f2f){return this['encode'](_0x1c018a,_0x122f2f)['ldelim']();},_0x48b231['decode']=function(_0x539b6b,_0x1d9c04){_0x539b6b instanceof _0x485669||(_0x539b6b=_0x485669['create'](_0x539b6b));for(var _0xa8e507=void 0x0===_0x1d9c04?_0x539b6b['len']:_0x539b6b['pos']+_0x1d9c04,_0x339ebf=new _0x17d0ed['MergeOperation']();_0x539b6b['pos']<_0xa8e507;){var _0x56ffaf=_0x539b6b['uint32']();switch(_0x56ffaf>>>0x3){case 0x1:_0x339ebf['sourcePosition']=_0x17d0ed['Position']['decode'](_0x539b6b,_0x539b6b['uint32']());break;case 0x2:_0x339ebf['targetPosition']=_0x17d0ed['Position']['decode'](_0x539b6b,_0x539b6b['uint32']());break;case 0x3:_0x339ebf['graveyardPosition']=_0x17d0ed['Position']['decode'](_0x539b6b,_0x539b6b['uint32']());break;case 0x4:_0x339ebf['howMany']=_0x539b6b['uint32']();break;case 0x5:_0x339ebf['wasUndone']=_0x539b6b['bool']();break;default:_0x539b6b['skipType'](0x7&_0x56ffaf);}}return _0x339ebf;},_0x48b231['decodeDelimited']=function(_0x4bddef){return _0x4bddef instanceof _0x485669||(_0x4bddef=new _0x485669(_0x4bddef)),this['decode'](_0x4bddef,_0x4bddef['uint32']());},_0x48b231['verify']=function(_0x3c28f9){if('object'!=typeof _0x3c28f9||null===_0x3c28f9)return'object\x20expected';var _0x989fbb;if(null!=_0x3c28f9['sourcePosition']&&_0x3c28f9['hasOwnProperty']('sourcePosition')&&(_0x989fbb=_0x17d0ed['Position']['verify'](_0x3c28f9['sourcePosition'])))return'sourcePosition.'+_0x989fbb;if(null!=_0x3c28f9['targetPosition']&&_0x3c28f9['hasOwnProperty']('targetPosition')&&(_0x989fbb=_0x17d0ed['Position']['verify'](_0x3c28f9['targetPosition'])))return'targetPosition.'+_0x989fbb;if(null!=_0x3c28f9['graveyardPosition']&&_0x3c28f9['hasOwnProperty']('graveyardPosition')&&(_0x989fbb=_0x17d0ed['Position']['verify'](_0x3c28f9['graveyardPosition'])))return'graveyardPosition.'+_0x989fbb;return null!=_0x3c28f9['howMany']&&_0x3c28f9['hasOwnProperty']('howMany')&&!_0x8080c2['isInteger'](_0x3c28f9['howMany'])?'howMany:\x20integer\x20expected':null!=_0x3c28f9['wasUndone']&&_0x3c28f9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3c28f9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x48b231['fromObject']=function(_0x4d2b09){if(_0x4d2b09 instanceof _0x17d0ed['MergeOperation'])return _0x4d2b09;var _0x3834be=new _0x17d0ed['MergeOperation']();if(null!=_0x4d2b09['sourcePosition']){if('object'!=typeof _0x4d2b09['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x3834be['sourcePosition']=_0x17d0ed['Position']['fromObject'](_0x4d2b09['sourcePosition']);}if(null!=_0x4d2b09['targetPosition']){if('object'!=typeof _0x4d2b09['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x3834be['targetPosition']=_0x17d0ed['Position']['fromObject'](_0x4d2b09['targetPosition']);}if(null!=_0x4d2b09['graveyardPosition']){if('object'!=typeof _0x4d2b09['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x3834be['graveyardPosition']=_0x17d0ed['Position']['fromObject'](_0x4d2b09['graveyardPosition']);}return null!=_0x4d2b09['howMany']&&(_0x3834be['howMany']=_0x4d2b09['howMany']>>>0x0),null!=_0x4d2b09['wasUndone']&&(_0x3834be['wasUndone']=Boolean(_0x4d2b09['wasUndone'])),_0x3834be;},_0x48b231['toObject']=function(_0x43e436,_0x87fc31){_0x87fc31||(_0x87fc31={});var _0x402dca={};return _0x87fc31['defaults']&&(_0x402dca['sourcePosition']=null,_0x402dca['targetPosition']=null,_0x402dca['graveyardPosition']=null,_0x402dca['howMany']=0x0,_0x402dca['wasUndone']=!0x1),null!=_0x43e436['sourcePosition']&&_0x43e436['hasOwnProperty']('sourcePosition')&&(_0x402dca['sourcePosition']=_0x17d0ed['Position']['toObject'](_0x43e436['sourcePosition'],_0x87fc31)),null!=_0x43e436['targetPosition']&&_0x43e436['hasOwnProperty']('targetPosition')&&(_0x402dca['targetPosition']=_0x17d0ed['Position']['toObject'](_0x43e436['targetPosition'],_0x87fc31)),null!=_0x43e436['graveyardPosition']&&_0x43e436['hasOwnProperty']('graveyardPosition')&&(_0x402dca['graveyardPosition']=_0x17d0ed['Position']['toObject'](_0x43e436['graveyardPosition'],_0x87fc31)),null!=_0x43e436['howMany']&&_0x43e436['hasOwnProperty']('howMany')&&(_0x402dca['howMany']=_0x43e436['howMany']),null!=_0x43e436['wasUndone']&&_0x43e436['hasOwnProperty']('wasUndone')&&(_0x402dca['wasUndone']=_0x43e436['wasUndone']),_0x402dca;},_0x48b231['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x129724['util']['toJSONOptions']);},_0x48b231['getTypeUrl']=function(_0x2f5eee){return void 0x0===_0x2f5eee&&(_0x2f5eee='type.googleapis.com'),_0x2f5eee+'/MergeOperation';},_0x48b231;}()),_0x17d0ed['MoveOperation']=(function(){function _0x40b9bc(_0x3a8426){if(_0x3a8426){for(var _0x19ef6a=Object['keys'](_0x3a8426),_0x6e37fb=0x0;_0x6e37fb<_0x19ef6a['length'];++_0x6e37fb)null!=_0x3a8426[_0x19ef6a[_0x6e37fb]]&&(this[_0x19ef6a[_0x6e37fb]]=_0x3a8426[_0x19ef6a[_0x6e37fb]]);}}return _0x40b9bc['prototype']['sourcePosition']=null,_0x40b9bc['prototype']['howMany']=0x0,_0x40b9bc['prototype']['targetPosition']=null,_0x40b9bc['prototype']['wasUndone']=!0x1,_0x40b9bc['create']=function(_0x5897c7){return new _0x40b9bc(_0x5897c7);},_0x40b9bc['encode']=function(_0x1e7e59,_0x16676d){return _0x16676d||(_0x16676d=_0x43452e['create']()),null!=_0x1e7e59['sourcePosition']&&Object['hasOwnProperty']['call'](_0x1e7e59,'sourcePosition')&&_0x17d0ed['Position']['encode'](_0x1e7e59['sourcePosition'],_0x16676d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1e7e59['howMany']&&Object['hasOwnProperty']['call'](_0x1e7e59,'howMany')&&_0x16676d['uint32'](0x10)['uint32'](_0x1e7e59['howMany']),null!=_0x1e7e59['targetPosition']&&Object['hasOwnProperty']['call'](_0x1e7e59,'targetPosition')&&_0x17d0ed['Position']['encode'](_0x1e7e59['targetPosition'],_0x16676d['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x1e7e59['wasUndone']&&Object['hasOwnProperty']['call'](_0x1e7e59,'wasUndone')&&_0x16676d['uint32'](0x20)['bool'](_0x1e7e59['wasUndone']),_0x16676d;},_0x40b9bc['encodeDelimited']=function(_0x1d06e7,_0x27a094){return this['encode'](_0x1d06e7,_0x27a094)['ldelim']();},_0x40b9bc['decode']=function(_0x9b1ca8,_0xd0d68){_0x9b1ca8 instanceof _0x485669||(_0x9b1ca8=_0x485669['create'](_0x9b1ca8));for(var _0x35e514=void 0x0===_0xd0d68?_0x9b1ca8['len']:_0x9b1ca8['pos']+_0xd0d68,_0x26878a=new _0x17d0ed['MoveOperation']();_0x9b1ca8['pos']<_0x35e514;){var _0x488d96=_0x9b1ca8['uint32']();switch(_0x488d96>>>0x3){case 0x1:_0x26878a['sourcePosition']=_0x17d0ed['Position']['decode'](_0x9b1ca8,_0x9b1ca8['uint32']());break;case 0x2:_0x26878a['howMany']=_0x9b1ca8['uint32']();break;case 0x3:_0x26878a['targetPosition']=_0x17d0ed['Position']['decode'](_0x9b1ca8,_0x9b1ca8['uint32']());break;case 0x4:_0x26878a['wasUndone']=_0x9b1ca8['bool']();break;default:_0x9b1ca8['skipType'](0x7&_0x488d96);}}return _0x26878a;},_0x40b9bc['decodeDelimited']=function(_0x18490a){return _0x18490a instanceof _0x485669||(_0x18490a=new _0x485669(_0x18490a)),this['decode'](_0x18490a,_0x18490a['uint32']());},_0x40b9bc['verify']=function(_0x557fd1){if('object'!=typeof _0x557fd1||null===_0x557fd1)return'object\x20expected';var _0xa58f2a;if(null!=_0x557fd1['sourcePosition']&&_0x557fd1['hasOwnProperty']('sourcePosition')&&(_0xa58f2a=_0x17d0ed['Position']['verify'](_0x557fd1['sourcePosition'])))return'sourcePosition.'+_0xa58f2a;if(null!=_0x557fd1['howMany']&&_0x557fd1['hasOwnProperty']('howMany')&&!_0x8080c2['isInteger'](_0x557fd1['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x557fd1['targetPosition']&&_0x557fd1['hasOwnProperty']('targetPosition')&&(_0xa58f2a=_0x17d0ed['Position']['verify'](_0x557fd1['targetPosition'])))return'targetPosition.'+_0xa58f2a;return null!=_0x557fd1['wasUndone']&&_0x557fd1['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x557fd1['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x40b9bc['fromObject']=function(_0x4154a8){if(_0x4154a8 instanceof _0x17d0ed['MoveOperation'])return _0x4154a8;var _0x1f8757=new _0x17d0ed['MoveOperation']();if(null!=_0x4154a8['sourcePosition']){if('object'!=typeof _0x4154a8['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x1f8757['sourcePosition']=_0x17d0ed['Position']['fromObject'](_0x4154a8['sourcePosition']);}if(null!=_0x4154a8['howMany']&&(_0x1f8757['howMany']=_0x4154a8['howMany']>>>0x0),null!=_0x4154a8['targetPosition']){if('object'!=typeof _0x4154a8['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x1f8757['targetPosition']=_0x17d0ed['Position']['fromObject'](_0x4154a8['targetPosition']);}return null!=_0x4154a8['wasUndone']&&(_0x1f8757['wasUndone']=Boolean(_0x4154a8['wasUndone'])),_0x1f8757;},_0x40b9bc['toObject']=function(_0x24baed,_0x555871){_0x555871||(_0x555871={});var _0x1fdac7={};return _0x555871['defaults']&&(_0x1fdac7['sourcePosition']=null,_0x1fdac7['howMany']=0x0,_0x1fdac7['targetPosition']=null,_0x1fdac7['wasUndone']=!0x1),null!=_0x24baed['sourcePosition']&&_0x24baed['hasOwnProperty']('sourcePosition')&&(_0x1fdac7['sourcePosition']=_0x17d0ed['Position']['toObject'](_0x24baed['sourcePosition'],_0x555871)),null!=_0x24baed['howMany']&&_0x24baed['hasOwnProperty']('howMany')&&(_0x1fdac7['howMany']=_0x24baed['howMany']),null!=_0x24baed['targetPosition']&&_0x24baed['hasOwnProperty']('targetPosition')&&(_0x1fdac7['targetPosition']=_0x17d0ed['Position']['toObject'](_0x24baed['targetPosition'],_0x555871)),null!=_0x24baed['wasUndone']&&_0x24baed['hasOwnProperty']('wasUndone')&&(_0x1fdac7['wasUndone']=_0x24baed['wasUndone']),_0x1fdac7;},_0x40b9bc['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x129724['util']['toJSONOptions']);},_0x40b9bc['getTypeUrl']=function(_0x5994dd){return void 0x0===_0x5994dd&&(_0x5994dd='type.googleapis.com'),_0x5994dd+'/MoveOperation';},_0x40b9bc;}()),_0x17d0ed['RenameOperation']=(function(){function _0x5ee04e(_0x34f8c8){if(_0x34f8c8){for(var _0x3f8197=Object['keys'](_0x34f8c8),_0x3c613d=0x0;_0x3c613d<_0x3f8197['length'];++_0x3c613d)null!=_0x34f8c8[_0x3f8197[_0x3c613d]]&&(this[_0x3f8197[_0x3c613d]]=_0x34f8c8[_0x3f8197[_0x3c613d]]);}}return _0x5ee04e['prototype']['position']=null,_0x5ee04e['prototype']['oldName']='',_0x5ee04e['prototype']['newName']='',_0x5ee04e['prototype']['wasUndone']=!0x1,_0x5ee04e['create']=function(_0x356be4){return new _0x5ee04e(_0x356be4);},_0x5ee04e['encode']=function(_0x5a621f,_0x79bf38){return _0x79bf38||(_0x79bf38=_0x43452e['create']()),null!=_0x5a621f['position']&&Object['hasOwnProperty']['call'](_0x5a621f,'position')&&_0x17d0ed['Position']['encode'](_0x5a621f['position'],_0x79bf38['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5a621f['oldName']&&Object['hasOwnProperty']['call'](_0x5a621f,'oldName')&&_0x79bf38['uint32'](0x12)['string'](_0x5a621f['oldName']),null!=_0x5a621f['newName']&&Object['hasOwnProperty']['call'](_0x5a621f,'newName')&&_0x79bf38['uint32'](0x1a)['string'](_0x5a621f['newName']),null!=_0x5a621f['wasUndone']&&Object['hasOwnProperty']['call'](_0x5a621f,'wasUndone')&&_0x79bf38['uint32'](0x20)['bool'](_0x5a621f['wasUndone']),_0x79bf38;},_0x5ee04e['encodeDelimited']=function(_0x43653e,_0x1621b4){return this['encode'](_0x43653e,_0x1621b4)['ldelim']();},_0x5ee04e['decode']=function(_0x508caa,_0x10aec2){_0x508caa instanceof _0x485669||(_0x508caa=_0x485669['create'](_0x508caa));for(var _0x2ea612=void 0x0===_0x10aec2?_0x508caa['len']:_0x508caa['pos']+_0x10aec2,_0x54bbcc=new _0x17d0ed['RenameOperation']();_0x508caa['pos']<_0x2ea612;){var _0xd8620f=_0x508caa['uint32']();switch(_0xd8620f>>>0x3){case 0x1:_0x54bbcc['position']=_0x17d0ed['Position']['decode'](_0x508caa,_0x508caa['uint32']());break;case 0x2:_0x54bbcc['oldName']=_0x508caa['string']();break;case 0x3:_0x54bbcc['newName']=_0x508caa['string']();break;case 0x4:_0x54bbcc['wasUndone']=_0x508caa['bool']();break;default:_0x508caa['skipType'](0x7&_0xd8620f);}}return _0x54bbcc;},_0x5ee04e['decodeDelimited']=function(_0x60d183){return _0x60d183 instanceof _0x485669||(_0x60d183=new _0x485669(_0x60d183)),this['decode'](_0x60d183,_0x60d183['uint32']());},_0x5ee04e['verify']=function(_0x74ab13){if('object'!=typeof _0x74ab13||null===_0x74ab13)return'object\x20expected';if(null!=_0x74ab13['position']&&_0x74ab13['hasOwnProperty']('position')){var _0x5591b8=_0x17d0ed['Position']['verify'](_0x74ab13['position']);if(_0x5591b8)return'position.'+_0x5591b8;}return null!=_0x74ab13['oldName']&&_0x74ab13['hasOwnProperty']('oldName')&&!_0x8080c2['isString'](_0x74ab13['oldName'])?'oldName:\x20string\x20expected':null!=_0x74ab13['newName']&&_0x74ab13['hasOwnProperty']('newName')&&!_0x8080c2['isString'](_0x74ab13['newName'])?'newName:\x20string\x20expected':null!=_0x74ab13['wasUndone']&&_0x74ab13['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x74ab13['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5ee04e['fromObject']=function(_0x38faa4){if(_0x38faa4 instanceof _0x17d0ed['RenameOperation'])return _0x38faa4;var _0x4a1f7e=new _0x17d0ed['RenameOperation']();if(null!=_0x38faa4['position']){if('object'!=typeof _0x38faa4['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x4a1f7e['position']=_0x17d0ed['Position']['fromObject'](_0x38faa4['position']);}return null!=_0x38faa4['oldName']&&(_0x4a1f7e['oldName']=String(_0x38faa4['oldName'])),null!=_0x38faa4['newName']&&(_0x4a1f7e['newName']=String(_0x38faa4['newName'])),null!=_0x38faa4['wasUndone']&&(_0x4a1f7e['wasUndone']=Boolean(_0x38faa4['wasUndone'])),_0x4a1f7e;},_0x5ee04e['toObject']=function(_0x31e49d,_0x496cac){_0x496cac||(_0x496cac={});var _0x39b4b0={};return _0x496cac['defaults']&&(_0x39b4b0['position']=null,_0x39b4b0['oldName']='',_0x39b4b0['newName']='',_0x39b4b0['wasUndone']=!0x1),null!=_0x31e49d['position']&&_0x31e49d['hasOwnProperty']('position')&&(_0x39b4b0['position']=_0x17d0ed['Position']['toObject'](_0x31e49d['position'],_0x496cac)),null!=_0x31e49d['oldName']&&_0x31e49d['hasOwnProperty']('oldName')&&(_0x39b4b0['oldName']=_0x31e49d['oldName']),null!=_0x31e49d['newName']&&_0x31e49d['hasOwnProperty']('newName')&&(_0x39b4b0['newName']=_0x31e49d['newName']),null!=_0x31e49d['wasUndone']&&_0x31e49d['hasOwnProperty']('wasUndone')&&(_0x39b4b0['wasUndone']=_0x31e49d['wasUndone']),_0x39b4b0;},_0x5ee04e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x129724['util']['toJSONOptions']);},_0x5ee04e['getTypeUrl']=function(_0x327a95){return void 0x0===_0x327a95&&(_0x327a95='type.googleapis.com'),_0x327a95+'/RenameOperation';},_0x5ee04e;}()),_0x17d0ed['RootAttributeOperation']=(function(){function _0x544ba3(_0x2aa58b){if(_0x2aa58b){for(var _0x5dd3a7=Object['keys'](_0x2aa58b),_0x2d3733=0x0;_0x2d3733<_0x5dd3a7['length'];++_0x2d3733)null!=_0x2aa58b[_0x5dd3a7[_0x2d3733]]&&(this[_0x5dd3a7[_0x2d3733]]=_0x2aa58b[_0x5dd3a7[_0x2d3733]]);}}return _0x544ba3['prototype']['root']='',_0x544ba3['prototype']['key']='',_0x544ba3['prototype']['oldValueBoolean']=!0x1,_0x544ba3['prototype']['oldValueJson']='',_0x544ba3['prototype']['newValueBoolean']=!0x1,_0x544ba3['prototype']['newValueJson']='',_0x544ba3['prototype']['wasUndone']=!0x1,_0x544ba3['create']=function(_0x452bf0){return new _0x544ba3(_0x452bf0);},_0x544ba3['encode']=function(_0x245afc,_0x2ca5ec){return _0x2ca5ec||(_0x2ca5ec=_0x43452e['create']()),null!=_0x245afc['root']&&Object['hasOwnProperty']['call'](_0x245afc,'root')&&_0x2ca5ec['uint32'](0xa)['string'](_0x245afc['root']),null!=_0x245afc['key']&&Object['hasOwnProperty']['call'](_0x245afc,'key')&&_0x2ca5ec['uint32'](0x12)['string'](_0x245afc['key']),null!=_0x245afc['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x245afc,'oldValueBoolean')&&_0x2ca5ec['uint32'](0x18)['bool'](_0x245afc['oldValueBoolean']),null!=_0x245afc['oldValueJson']&&Object['hasOwnProperty']['call'](_0x245afc,'oldValueJson')&&_0x2ca5ec['uint32'](0x22)['string'](_0x245afc['oldValueJson']),null!=_0x245afc['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x245afc,'newValueBoolean')&&_0x2ca5ec['uint32'](0x28)['bool'](_0x245afc['newValueBoolean']),null!=_0x245afc['newValueJson']&&Object['hasOwnProperty']['call'](_0x245afc,'newValueJson')&&_0x2ca5ec['uint32'](0x32)['string'](_0x245afc['newValueJson']),null!=_0x245afc['wasUndone']&&Object['hasOwnProperty']['call'](_0x245afc,'wasUndone')&&_0x2ca5ec['uint32'](0x38)['bool'](_0x245afc['wasUndone']),_0x2ca5ec;},_0x544ba3['encodeDelimited']=function(_0xeb5111,_0xe7cbe9){return this['encode'](_0xeb5111,_0xe7cbe9)['ldelim']();},_0x544ba3['decode']=function(_0x9cbe05,_0x799249){_0x9cbe05 instanceof _0x485669||(_0x9cbe05=_0x485669['create'](_0x9cbe05));for(var _0x4b8a9c=void 0x0===_0x799249?_0x9cbe05['len']:_0x9cbe05['pos']+_0x799249,_0x5084b3=new _0x17d0ed['RootAttributeOperation']();_0x9cbe05['pos']<_0x4b8a9c;){var _0x4cd6a9=_0x9cbe05['uint32']();switch(_0x4cd6a9>>>0x3){case 0x1:_0x5084b3['root']=_0x9cbe05['string']();break;case 0x2:_0x5084b3['key']=_0x9cbe05['string']();break;case 0x3:_0x5084b3['oldValueBoolean']=_0x9cbe05['bool']();break;case 0x4:_0x5084b3['oldValueJson']=_0x9cbe05['string']();break;case 0x5:_0x5084b3['newValueBoolean']=_0x9cbe05['bool']();break;case 0x6:_0x5084b3['newValueJson']=_0x9cbe05['string']();break;case 0x7:_0x5084b3['wasUndone']=_0x9cbe05['bool']();break;default:_0x9cbe05['skipType'](0x7&_0x4cd6a9);}}return _0x5084b3;},_0x544ba3['decodeDelimited']=function(_0x196f2c){return _0x196f2c instanceof _0x485669||(_0x196f2c=new _0x485669(_0x196f2c)),this['decode'](_0x196f2c,_0x196f2c['uint32']());},_0x544ba3['verify']=function(_0x41a4a1){return'object'!=typeof _0x41a4a1||null===_0x41a4a1?'object\x20expected':null!=_0x41a4a1['root']&&_0x41a4a1['hasOwnProperty']('root')&&!_0x8080c2['isString'](_0x41a4a1['root'])?'root:\x20string\x20expected':null!=_0x41a4a1['key']&&_0x41a4a1['hasOwnProperty']('key')&&!_0x8080c2['isString'](_0x41a4a1['key'])?'key:\x20string\x20expected':null!=_0x41a4a1['oldValueBoolean']&&_0x41a4a1['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x41a4a1['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x41a4a1['oldValueJson']&&_0x41a4a1['hasOwnProperty']('oldValueJson')&&!_0x8080c2['isString'](_0x41a4a1['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x41a4a1['newValueBoolean']&&_0x41a4a1['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x41a4a1['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x41a4a1['newValueJson']&&_0x41a4a1['hasOwnProperty']('newValueJson')&&!_0x8080c2['isString'](_0x41a4a1['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x41a4a1['wasUndone']&&_0x41a4a1['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x41a4a1['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x544ba3['fromObject']=function(_0x714799){if(_0x714799 instanceof _0x17d0ed['RootAttributeOperation'])return _0x714799;var _0x38ccc9=new _0x17d0ed['RootAttributeOperation']();return null!=_0x714799['root']&&(_0x38ccc9['root']=String(_0x714799['root'])),null!=_0x714799['key']&&(_0x38ccc9['key']=String(_0x714799['key'])),null!=_0x714799['oldValueBoolean']&&(_0x38ccc9['oldValueBoolean']=Boolean(_0x714799['oldValueBoolean'])),null!=_0x714799['oldValueJson']&&(_0x38ccc9['oldValueJson']=String(_0x714799['oldValueJson'])),null!=_0x714799['newValueBoolean']&&(_0x38ccc9['newValueBoolean']=Boolean(_0x714799['newValueBoolean'])),null!=_0x714799['newValueJson']&&(_0x38ccc9['newValueJson']=String(_0x714799['newValueJson'])),null!=_0x714799['wasUndone']&&(_0x38ccc9['wasUndone']=Boolean(_0x714799['wasUndone'])),_0x38ccc9;},_0x544ba3['toObject']=function(_0x39046f,_0x1975a7){_0x1975a7||(_0x1975a7={});var _0x3e8b45={};return _0x1975a7['defaults']&&(_0x3e8b45['root']='',_0x3e8b45['key']='',_0x3e8b45['oldValueBoolean']=!0x1,_0x3e8b45['oldValueJson']='',_0x3e8b45['newValueBoolean']=!0x1,_0x3e8b45['newValueJson']='',_0x3e8b45['wasUndone']=!0x1),null!=_0x39046f['root']&&_0x39046f['hasOwnProperty']('root')&&(_0x3e8b45['root']=_0x39046f['root']),null!=_0x39046f['key']&&_0x39046f['hasOwnProperty']('key')&&(_0x3e8b45['key']=_0x39046f['key']),null!=_0x39046f['oldValueBoolean']&&_0x39046f['hasOwnProperty']('oldValueBoolean')&&(_0x3e8b45['oldValueBoolean']=_0x39046f['oldValueBoolean']),null!=_0x39046f['oldValueJson']&&_0x39046f['hasOwnProperty']('oldValueJson')&&(_0x3e8b45['oldValueJson']=_0x39046f['oldValueJson']),null!=_0x39046f['newValueBoolean']&&_0x39046f['hasOwnProperty']('newValueBoolean')&&(_0x3e8b45['newValueBoolean']=_0x39046f['newValueBoolean']),null!=_0x39046f['newValueJson']&&_0x39046f['hasOwnProperty']('newValueJson')&&(_0x3e8b45['newValueJson']=_0x39046f['newValueJson']),null!=_0x39046f['wasUndone']&&_0x39046f['hasOwnProperty']('wasUndone')&&(_0x3e8b45['wasUndone']=_0x39046f['wasUndone']),_0x3e8b45;},_0x544ba3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x129724['util']['toJSONOptions']);},_0x544ba3['getTypeUrl']=function(_0x3e48f5){return void 0x0===_0x3e48f5&&(_0x3e48f5='type.googleapis.com'),_0x3e48f5+'/RootAttributeOperation';},_0x544ba3;}()),_0x17d0ed['RootOperation']=(function(){function _0x47789c(_0x5bb515){if(_0x5bb515){for(var _0x1cc540=Object['keys'](_0x5bb515),_0x3cc5bb=0x0;_0x3cc5bb<_0x1cc540['length'];++_0x3cc5bb)null!=_0x5bb515[_0x1cc540[_0x3cc5bb]]&&(this[_0x1cc540[_0x3cc5bb]]=_0x5bb515[_0x1cc540[_0x3cc5bb]]);}}return _0x47789c['prototype']['rootName']='',_0x47789c['prototype']['elementName']='',_0x47789c['prototype']['isAdd']=!0x1,_0x47789c['prototype']['wasUndone']=!0x1,_0x47789c['create']=function(_0x3ee364){return new _0x47789c(_0x3ee364);},_0x47789c['encode']=function(_0x21a955,_0x3872f8){return _0x3872f8||(_0x3872f8=_0x43452e['create']()),null!=_0x21a955['rootName']&&Object['hasOwnProperty']['call'](_0x21a955,'rootName')&&_0x3872f8['uint32'](0xa)['string'](_0x21a955['rootName']),null!=_0x21a955['elementName']&&Object['hasOwnProperty']['call'](_0x21a955,'elementName')&&_0x3872f8['uint32'](0x12)['string'](_0x21a955['elementName']),null!=_0x21a955['isAdd']&&Object['hasOwnProperty']['call'](_0x21a955,'isAdd')&&_0x3872f8['uint32'](0x18)['bool'](_0x21a955['isAdd']),null!=_0x21a955['wasUndone']&&Object['hasOwnProperty']['call'](_0x21a955,'wasUndone')&&_0x3872f8['uint32'](0x20)['bool'](_0x21a955['wasUndone']),_0x3872f8;},_0x47789c['encodeDelimited']=function(_0x34bdb7,_0x45026d){return this['encode'](_0x34bdb7,_0x45026d)['ldelim']();},_0x47789c['decode']=function(_0x21a338,_0x465c98){_0x21a338 instanceof _0x485669||(_0x21a338=_0x485669['create'](_0x21a338));for(var _0x1844f9=void 0x0===_0x465c98?_0x21a338['len']:_0x21a338['pos']+_0x465c98,_0x16150c=new _0x17d0ed['RootOperation']();_0x21a338['pos']<_0x1844f9;){var _0x494e31=_0x21a338['uint32']();switch(_0x494e31>>>0x3){case 0x1:_0x16150c['rootName']=_0x21a338['string']();break;case 0x2:_0x16150c['elementName']=_0x21a338['string']();break;case 0x3:_0x16150c['isAdd']=_0x21a338['bool']();break;case 0x4:_0x16150c['wasUndone']=_0x21a338['bool']();break;default:_0x21a338['skipType'](0x7&_0x494e31);}}return _0x16150c;},_0x47789c['decodeDelimited']=function(_0xae04b7){return _0xae04b7 instanceof _0x485669||(_0xae04b7=new _0x485669(_0xae04b7)),this['decode'](_0xae04b7,_0xae04b7['uint32']());},_0x47789c['verify']=function(_0xc6b685){return'object'!=typeof _0xc6b685||null===_0xc6b685?'object\x20expected':null!=_0xc6b685['rootName']&&_0xc6b685['hasOwnProperty']('rootName')&&!_0x8080c2['isString'](_0xc6b685['rootName'])?'rootName:\x20string\x20expected':null!=_0xc6b685['elementName']&&_0xc6b685['hasOwnProperty']('elementName')&&!_0x8080c2['isString'](_0xc6b685['elementName'])?'elementName:\x20string\x20expected':null!=_0xc6b685['isAdd']&&_0xc6b685['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0xc6b685['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0xc6b685['wasUndone']&&_0xc6b685['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xc6b685['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x47789c['fromObject']=function(_0xc7da6c){if(_0xc7da6c instanceof _0x17d0ed['RootOperation'])return _0xc7da6c;var _0x3eced2=new _0x17d0ed['RootOperation']();return null!=_0xc7da6c['rootName']&&(_0x3eced2['rootName']=String(_0xc7da6c['rootName'])),null!=_0xc7da6c['elementName']&&(_0x3eced2['elementName']=String(_0xc7da6c['elementName'])),null!=_0xc7da6c['isAdd']&&(_0x3eced2['isAdd']=Boolean(_0xc7da6c['isAdd'])),null!=_0xc7da6c['wasUndone']&&(_0x3eced2['wasUndone']=Boolean(_0xc7da6c['wasUndone'])),_0x3eced2;},_0x47789c['toObject']=function(_0x2b124d,_0x49b987){_0x49b987||(_0x49b987={});var _0x5b644d={};return _0x49b987['defaults']&&(_0x5b644d['rootName']='',_0x5b644d['elementName']='',_0x5b644d['isAdd']=!0x1,_0x5b644d['wasUndone']=!0x1),null!=_0x2b124d['rootName']&&_0x2b124d['hasOwnProperty']('rootName')&&(_0x5b644d['rootName']=_0x2b124d['rootName']),null!=_0x2b124d['elementName']&&_0x2b124d['hasOwnProperty']('elementName')&&(_0x5b644d['elementName']=_0x2b124d['elementName']),null!=_0x2b124d['isAdd']&&_0x2b124d['hasOwnProperty']('isAdd')&&(_0x5b644d['isAdd']=_0x2b124d['isAdd']),null!=_0x2b124d['wasUndone']&&_0x2b124d['hasOwnProperty']('wasUndone')&&(_0x5b644d['wasUndone']=_0x2b124d['wasUndone']),_0x5b644d;},_0x47789c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x129724['util']['toJSONOptions']);},_0x47789c['getTypeUrl']=function(_0x21f6f2){return void 0x0===_0x21f6f2&&(_0x21f6f2='type.googleapis.com'),_0x21f6f2+'/RootOperation';},_0x47789c;}()),_0x17d0ed['SplitOperation']=(function(){function _0xa4ec43(_0x1e98fb){if(_0x1e98fb){for(var _0x2fb245=Object['keys'](_0x1e98fb),_0x226ca2=0x0;_0x226ca2<_0x2fb245['length'];++_0x226ca2)null!=_0x1e98fb[_0x2fb245[_0x226ca2]]&&(this[_0x2fb245[_0x226ca2]]=_0x1e98fb[_0x2fb245[_0x226ca2]]);}}return _0xa4ec43['prototype']['splitPosition']=null,_0xa4ec43['prototype']['graveyardPosition']=null,_0xa4ec43['prototype']['howMany']=0x0,_0xa4ec43['prototype']['insertionPosition']=null,_0xa4ec43['prototype']['wasUndone']=!0x1,_0xa4ec43['create']=function(_0x4d6229){return new _0xa4ec43(_0x4d6229);},_0xa4ec43['encode']=function(_0x2ab6a0,_0x2d8bc8){return _0x2d8bc8||(_0x2d8bc8=_0x43452e['create']()),null!=_0x2ab6a0['splitPosition']&&Object['hasOwnProperty']['call'](_0x2ab6a0,'splitPosition')&&_0x17d0ed['Position']['encode'](_0x2ab6a0['splitPosition'],_0x2d8bc8['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2ab6a0['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x2ab6a0,'graveyardPosition')&&_0x17d0ed['Position']['encode'](_0x2ab6a0['graveyardPosition'],_0x2d8bc8['uint32'](0x12)['fork']())['ldelim'](),null!=_0x2ab6a0['howMany']&&Object['hasOwnProperty']['call'](_0x2ab6a0,'howMany')&&_0x2d8bc8['uint32'](0x18)['uint32'](_0x2ab6a0['howMany']),null!=_0x2ab6a0['insertionPosition']&&Object['hasOwnProperty']['call'](_0x2ab6a0,'insertionPosition')&&_0x17d0ed['Position']['encode'](_0x2ab6a0['insertionPosition'],_0x2d8bc8['uint32'](0x22)['fork']())['ldelim'](),null!=_0x2ab6a0['wasUndone']&&Object['hasOwnProperty']['call'](_0x2ab6a0,'wasUndone')&&_0x2d8bc8['uint32'](0x28)['bool'](_0x2ab6a0['wasUndone']),_0x2d8bc8;},_0xa4ec43['encodeDelimited']=function(_0x4cb0c3,_0x302ba1){return this['encode'](_0x4cb0c3,_0x302ba1)['ldelim']();},_0xa4ec43['decode']=function(_0x178ad3,_0x3d46ea){_0x178ad3 instanceof _0x485669||(_0x178ad3=_0x485669['create'](_0x178ad3));for(var _0x236aa1=void 0x0===_0x3d46ea?_0x178ad3['len']:_0x178ad3['pos']+_0x3d46ea,_0x45d2d8=new _0x17d0ed['SplitOperation']();_0x178ad3['pos']<_0x236aa1;){var _0x31772b=_0x178ad3['uint32']();switch(_0x31772b>>>0x3){case 0x1:_0x45d2d8['splitPosition']=_0x17d0ed['Position']['decode'](_0x178ad3,_0x178ad3['uint32']());break;case 0x2:_0x45d2d8['graveyardPosition']=_0x17d0ed['Position']['decode'](_0x178ad3,_0x178ad3['uint32']());break;case 0x3:_0x45d2d8['howMany']=_0x178ad3['uint32']();break;case 0x4:_0x45d2d8['insertionPosition']=_0x17d0ed['Position']['decode'](_0x178ad3,_0x178ad3['uint32']());break;case 0x5:_0x45d2d8['wasUndone']=_0x178ad3['bool']();break;default:_0x178ad3['skipType'](0x7&_0x31772b);}}return _0x45d2d8;},_0xa4ec43['decodeDelimited']=function(_0x26a424){return _0x26a424 instanceof _0x485669||(_0x26a424=new _0x485669(_0x26a424)),this['decode'](_0x26a424,_0x26a424['uint32']());},_0xa4ec43['verify']=function(_0x37863e){if('object'!=typeof _0x37863e||null===_0x37863e)return'object\x20expected';var _0x1bf42f;if(null!=_0x37863e['splitPosition']&&_0x37863e['hasOwnProperty']('splitPosition')&&(_0x1bf42f=_0x17d0ed['Position']['verify'](_0x37863e['splitPosition'])))return'splitPosition.'+_0x1bf42f;if(null!=_0x37863e['graveyardPosition']&&_0x37863e['hasOwnProperty']('graveyardPosition')&&(_0x1bf42f=_0x17d0ed['Position']['verify'](_0x37863e['graveyardPosition'])))return'graveyardPosition.'+_0x1bf42f;if(null!=_0x37863e['howMany']&&_0x37863e['hasOwnProperty']('howMany')&&!_0x8080c2['isInteger'](_0x37863e['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x37863e['insertionPosition']&&_0x37863e['hasOwnProperty']('insertionPosition')&&(_0x1bf42f=_0x17d0ed['Position']['verify'](_0x37863e['insertionPosition'])))return'insertionPosition.'+_0x1bf42f;return null!=_0x37863e['wasUndone']&&_0x37863e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x37863e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xa4ec43['fromObject']=function(_0x216bf3){if(_0x216bf3 instanceof _0x17d0ed['SplitOperation'])return _0x216bf3;var _0x2205c2=new _0x17d0ed['SplitOperation']();if(null!=_0x216bf3['splitPosition']){if('object'!=typeof _0x216bf3['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x2205c2['splitPosition']=_0x17d0ed['Position']['fromObject'](_0x216bf3['splitPosition']);}if(null!=_0x216bf3['graveyardPosition']){if('object'!=typeof _0x216bf3['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x2205c2['graveyardPosition']=_0x17d0ed['Position']['fromObject'](_0x216bf3['graveyardPosition']);}if(null!=_0x216bf3['howMany']&&(_0x2205c2['howMany']=_0x216bf3['howMany']>>>0x0),null!=_0x216bf3['insertionPosition']){if('object'!=typeof _0x216bf3['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x2205c2['insertionPosition']=_0x17d0ed['Position']['fromObject'](_0x216bf3['insertionPosition']);}return null!=_0x216bf3['wasUndone']&&(_0x2205c2['wasUndone']=Boolean(_0x216bf3['wasUndone'])),_0x2205c2;},_0xa4ec43['toObject']=function(_0x58106b,_0x4e6ae0){_0x4e6ae0||(_0x4e6ae0={});var _0x3fe423={};return _0x4e6ae0['defaults']&&(_0x3fe423['splitPosition']=null,_0x3fe423['graveyardPosition']=null,_0x3fe423['howMany']=0x0,_0x3fe423['insertionPosition']=null,_0x3fe423['wasUndone']=!0x1),null!=_0x58106b['splitPosition']&&_0x58106b['hasOwnProperty']('splitPosition')&&(_0x3fe423['splitPosition']=_0x17d0ed['Position']['toObject'](_0x58106b['splitPosition'],_0x4e6ae0)),null!=_0x58106b['graveyardPosition']&&_0x58106b['hasOwnProperty']('graveyardPosition')&&(_0x3fe423['graveyardPosition']=_0x17d0ed['Position']['toObject'](_0x58106b['graveyardPosition'],_0x4e6ae0)),null!=_0x58106b['howMany']&&_0x58106b['hasOwnProperty']('howMany')&&(_0x3fe423['howMany']=_0x58106b['howMany']),null!=_0x58106b['insertionPosition']&&_0x58106b['hasOwnProperty']('insertionPosition')&&(_0x3fe423['insertionPosition']=_0x17d0ed['Position']['toObject'](_0x58106b['insertionPosition'],_0x4e6ae0)),null!=_0x58106b['wasUndone']&&_0x58106b['hasOwnProperty']('wasUndone')&&(_0x3fe423['wasUndone']=_0x58106b['wasUndone']),_0x3fe423;},_0xa4ec43['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x129724['util']['toJSONOptions']);},_0xa4ec43['getTypeUrl']=function(_0x1abb31){return void 0x0===_0x1abb31&&(_0x1abb31='type.googleapis.com'),_0x1abb31+'/SplitOperation';},_0xa4ec43;}()),_0x17d0ed['Position']=(function(){function _0x1b9333(_0x354ef8){if(this['path']=[],_0x354ef8){for(var _0x2e1b2c=Object['keys'](_0x354ef8),_0x2411fb=0x0;_0x2411fb<_0x2e1b2c['length'];++_0x2411fb)null!=_0x354ef8[_0x2e1b2c[_0x2411fb]]&&(this[_0x2e1b2c[_0x2411fb]]=_0x354ef8[_0x2e1b2c[_0x2411fb]]);}}return _0x1b9333['prototype']['root']='',_0x1b9333['prototype']['rootMain']=!0x1,_0x1b9333['prototype']['rootGraveyard']=!0x1,_0x1b9333['prototype']['path']=_0x8080c2['emptyArray'],_0x1b9333['prototype']['stickiness']='',_0x1b9333['create']=function(_0x265fb8){return new _0x1b9333(_0x265fb8);},_0x1b9333['encode']=function(_0x71cda8,_0x2c44af){if(_0x2c44af||(_0x2c44af=_0x43452e['create']()),null!=_0x71cda8['root']&&Object['hasOwnProperty']['call'](_0x71cda8,'root')&&_0x2c44af['uint32'](0xa)['string'](_0x71cda8['root']),null!=_0x71cda8['rootMain']&&Object['hasOwnProperty']['call'](_0x71cda8,'rootMain')&&_0x2c44af['uint32'](0x10)['bool'](_0x71cda8['rootMain']),null!=_0x71cda8['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x71cda8,'rootGraveyard')&&_0x2c44af['uint32'](0x18)['bool'](_0x71cda8['rootGraveyard']),null!=_0x71cda8['path']&&_0x71cda8['path']['length']){_0x2c44af['uint32'](0x22)['fork']();for(var _0x361adc=0x0;_0x361adc<_0x71cda8['path']['length'];++_0x361adc)_0x2c44af['uint32'](_0x71cda8['path'][_0x361adc]);_0x2c44af['ldelim']();}return null!=_0x71cda8['stickiness']&&Object['hasOwnProperty']['call'](_0x71cda8,'stickiness')&&_0x2c44af['uint32'](0x2a)['string'](_0x71cda8['stickiness']),_0x2c44af;},_0x1b9333['encodeDelimited']=function(_0x6c5b8a,_0x53b506){return this['encode'](_0x6c5b8a,_0x53b506)['ldelim']();},_0x1b9333['decode']=function(_0x32c01d,_0x228398){_0x32c01d instanceof _0x485669||(_0x32c01d=_0x485669['create'](_0x32c01d));for(var _0x57705c=void 0x0===_0x228398?_0x32c01d['len']:_0x32c01d['pos']+_0x228398,_0x5e0229=new _0x17d0ed['Position']();_0x32c01d['pos']<_0x57705c;){var _0x553b18=_0x32c01d['uint32']();switch(_0x553b18>>>0x3){case 0x1:_0x5e0229['root']=_0x32c01d['string']();break;case 0x2:_0x5e0229['rootMain']=_0x32c01d['bool']();break;case 0x3:_0x5e0229['rootGraveyard']=_0x32c01d['bool']();break;case 0x4:if(_0x5e0229['path']&&_0x5e0229['path']['length']||(_0x5e0229['path']=[]),0x2==(0x7&_0x553b18)){for(var _0xfaccb0=_0x32c01d['uint32']()+_0x32c01d['pos'];_0x32c01d['pos']<_0xfaccb0;)_0x5e0229['path']['push'](_0x32c01d['uint32']());}else _0x5e0229['path']['push'](_0x32c01d['uint32']());break;case 0x5:_0x5e0229['stickiness']=_0x32c01d['string']();break;default:_0x32c01d['skipType'](0x7&_0x553b18);}}return _0x5e0229;},_0x1b9333['decodeDelimited']=function(_0x32fb71){return _0x32fb71 instanceof _0x485669||(_0x32fb71=new _0x485669(_0x32fb71)),this['decode'](_0x32fb71,_0x32fb71['uint32']());},_0x1b9333['verify']=function(_0x2de171){if('object'!=typeof _0x2de171||null===_0x2de171)return'object\x20expected';if(null!=_0x2de171['root']&&_0x2de171['hasOwnProperty']('root')&&!_0x8080c2['isString'](_0x2de171['root']))return'root:\x20string\x20expected';if(null!=_0x2de171['rootMain']&&_0x2de171['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x2de171['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x2de171['rootGraveyard']&&_0x2de171['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x2de171['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x2de171['path']&&_0x2de171['hasOwnProperty']('path')){if(!Array['isArray'](_0x2de171['path']))return'path:\x20array\x20expected';for(var _0x2bb290=0x0;_0x2bb290<_0x2de171['path']['length'];++_0x2bb290)if(!_0x8080c2['isInteger'](_0x2de171['path'][_0x2bb290]))return'path:\x20integer[]\x20expected';}return null!=_0x2de171['stickiness']&&_0x2de171['hasOwnProperty']('stickiness')&&!_0x8080c2['isString'](_0x2de171['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x1b9333['fromObject']=function(_0x10e73f){if(_0x10e73f instanceof _0x17d0ed['Position'])return _0x10e73f;var _0x4c7167=new _0x17d0ed['Position']();if(null!=_0x10e73f['root']&&(_0x4c7167['root']=String(_0x10e73f['root'])),null!=_0x10e73f['rootMain']&&(_0x4c7167['rootMain']=Boolean(_0x10e73f['rootMain'])),null!=_0x10e73f['rootGraveyard']&&(_0x4c7167['rootGraveyard']=Boolean(_0x10e73f['rootGraveyard'])),_0x10e73f['path']){if(!Array['isArray'](_0x10e73f['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x4c7167['path']=[];for(var _0x1da5bb=0x0;_0x1da5bb<_0x10e73f['path']['length'];++_0x1da5bb)_0x4c7167['path'][_0x1da5bb]=_0x10e73f['path'][_0x1da5bb]>>>0x0;}return null!=_0x10e73f['stickiness']&&(_0x4c7167['stickiness']=String(_0x10e73f['stickiness'])),_0x4c7167;},_0x1b9333['toObject']=function(_0x1ecc5f,_0x193329){_0x193329||(_0x193329={});var _0x364521={};if((_0x193329['arrays']||_0x193329['defaults'])&&(_0x364521['path']=[]),_0x193329['defaults']&&(_0x364521['root']='',_0x364521['rootMain']=!0x1,_0x364521['rootGraveyard']=!0x1,_0x364521['stickiness']=''),null!=_0x1ecc5f['root']&&_0x1ecc5f['hasOwnProperty']('root')&&(_0x364521['root']=_0x1ecc5f['root']),null!=_0x1ecc5f['rootMain']&&_0x1ecc5f['hasOwnProperty']('rootMain')&&(_0x364521['rootMain']=_0x1ecc5f['rootMain']),null!=_0x1ecc5f['rootGraveyard']&&_0x1ecc5f['hasOwnProperty']('rootGraveyard')&&(_0x364521['rootGraveyard']=_0x1ecc5f['rootGraveyard']),_0x1ecc5f['path']&&_0x1ecc5f['path']['length']){_0x364521['path']=[];for(var _0x4f2b05=0x0;_0x4f2b05<_0x1ecc5f['path']['length'];++_0x4f2b05)_0x364521['path'][_0x4f2b05]=_0x1ecc5f['path'][_0x4f2b05];}return null!=_0x1ecc5f['stickiness']&&_0x1ecc5f['hasOwnProperty']('stickiness')&&(_0x364521['stickiness']=_0x1ecc5f['stickiness']),_0x364521;},_0x1b9333['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x129724['util']['toJSONOptions']);},_0x1b9333['getTypeUrl']=function(_0x1bda7f){return void 0x0===_0x1bda7f&&(_0x1bda7f='type.googleapis.com'),_0x1bda7f+'/Position';},_0x1b9333;}()),_0x17d0ed['Range']=(function(){function _0x169887(_0x527e96){if(_0x527e96){for(var _0x23aaf1=Object['keys'](_0x527e96),_0x332042=0x0;_0x332042<_0x23aaf1['length'];++_0x332042)null!=_0x527e96[_0x23aaf1[_0x332042]]&&(this[_0x23aaf1[_0x332042]]=_0x527e96[_0x23aaf1[_0x332042]]);}}return _0x169887['prototype']['start']=null,_0x169887['prototype']['end']=null,_0x169887['create']=function(_0x8be3a1){return new _0x169887(_0x8be3a1);},_0x169887['encode']=function(_0x5ad4fd,_0x54587b){return _0x54587b||(_0x54587b=_0x43452e['create']()),null!=_0x5ad4fd['start']&&Object['hasOwnProperty']['call'](_0x5ad4fd,'start')&&_0x17d0ed['Position']['encode'](_0x5ad4fd['start'],_0x54587b['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5ad4fd['end']&&Object['hasOwnProperty']['call'](_0x5ad4fd,'end')&&_0x17d0ed['Position']['encode'](_0x5ad4fd['end'],_0x54587b['uint32'](0x12)['fork']())['ldelim'](),_0x54587b;},_0x169887['encodeDelimited']=function(_0x5c511d,_0x53a84e){return this['encode'](_0x5c511d,_0x53a84e)['ldelim']();},_0x169887['decode']=function(_0x5938d0,_0x5d58f6){_0x5938d0 instanceof _0x485669||(_0x5938d0=_0x485669['create'](_0x5938d0));for(var _0x551bde=void 0x0===_0x5d58f6?_0x5938d0['len']:_0x5938d0['pos']+_0x5d58f6,_0xd960a4=new _0x17d0ed['Range']();_0x5938d0['pos']<_0x551bde;){var _0x1480e2=_0x5938d0['uint32']();switch(_0x1480e2>>>0x3){case 0x1:_0xd960a4['start']=_0x17d0ed['Position']['decode'](_0x5938d0,_0x5938d0['uint32']());break;case 0x2:_0xd960a4['end']=_0x17d0ed['Position']['decode'](_0x5938d0,_0x5938d0['uint32']());break;default:_0x5938d0['skipType'](0x7&_0x1480e2);}}return _0xd960a4;},_0x169887['decodeDelimited']=function(_0x5c35fb){return _0x5c35fb instanceof _0x485669||(_0x5c35fb=new _0x485669(_0x5c35fb)),this['decode'](_0x5c35fb,_0x5c35fb['uint32']());},_0x169887['verify']=function(_0x3d5ac8){if('object'!=typeof _0x3d5ac8||null===_0x3d5ac8)return'object\x20expected';var _0x45b33e;if(null!=_0x3d5ac8['start']&&_0x3d5ac8['hasOwnProperty']('start')&&(_0x45b33e=_0x17d0ed['Position']['verify'](_0x3d5ac8['start'])))return'start.'+_0x45b33e;if(null!=_0x3d5ac8['end']&&_0x3d5ac8['hasOwnProperty']('end')&&(_0x45b33e=_0x17d0ed['Position']['verify'](_0x3d5ac8['end'])))return'end.'+_0x45b33e;return null;},_0x169887['fromObject']=function(_0x55f16d){if(_0x55f16d instanceof _0x17d0ed['Range'])return _0x55f16d;var _0x875c3e=new _0x17d0ed['Range']();if(null!=_0x55f16d['start']){if('object'!=typeof _0x55f16d['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x875c3e['start']=_0x17d0ed['Position']['fromObject'](_0x55f16d['start']);}if(null!=_0x55f16d['end']){if('object'!=typeof _0x55f16d['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x875c3e['end']=_0x17d0ed['Position']['fromObject'](_0x55f16d['end']);}return _0x875c3e;},_0x169887['toObject']=function(_0x2533ad,_0x2a7790){_0x2a7790||(_0x2a7790={});var _0x464dbc={};return _0x2a7790['defaults']&&(_0x464dbc['start']=null,_0x464dbc['end']=null),null!=_0x2533ad['start']&&_0x2533ad['hasOwnProperty']('start')&&(_0x464dbc['start']=_0x17d0ed['Position']['toObject'](_0x2533ad['start'],_0x2a7790)),null!=_0x2533ad['end']&&_0x2533ad['hasOwnProperty']('end')&&(_0x464dbc['end']=_0x17d0ed['Position']['toObject'](_0x2533ad['end'],_0x2a7790)),_0x464dbc;},_0x169887['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x129724['util']['toJSONOptions']);},_0x169887['getTypeUrl']=function(_0x30a544){return void 0x0===_0x30a544&&(_0x30a544='type.googleapis.com'),_0x30a544+'/Range';},_0x169887;}()),_0x17d0ed['Element']=(function(){function _0x12f56f(_0x152d34){if(this['children']=[],this['attributesBoolean']={},_0x152d34){for(var _0xfe1a41=Object['keys'](_0x152d34),_0xcf955b=0x0;_0xcf955b<_0xfe1a41['length'];++_0xcf955b)null!=_0x152d34[_0xfe1a41[_0xcf955b]]&&(this[_0xfe1a41[_0xcf955b]]=_0x152d34[_0xfe1a41[_0xcf955b]]);}}return _0x12f56f['prototype']['name']='',_0x12f56f['prototype']['children']=_0x8080c2['emptyArray'],_0x12f56f['prototype']['data']='',_0x12f56f['prototype']['attributesBoolean']=_0x8080c2['emptyObject'],_0x12f56f['prototype']['attributesJson']='',_0x12f56f['create']=function(_0x22d8fb){return new _0x12f56f(_0x22d8fb);},_0x12f56f['encode']=function(_0x28e678,_0x5676a5){if(_0x5676a5||(_0x5676a5=_0x43452e['create']()),null!=_0x28e678['name']&&Object['hasOwnProperty']['call'](_0x28e678,'name')&&_0x5676a5['uint32'](0xa)['string'](_0x28e678['name']),null!=_0x28e678['children']&&_0x28e678['children']['length']){for(var _0x152fb6=0x0;_0x152fb6<_0x28e678['children']['length'];++_0x152fb6)_0x17d0ed['Element']['encode'](_0x28e678['children'][_0x152fb6],_0x5676a5['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x28e678['data']&&Object['hasOwnProperty']['call'](_0x28e678,'data')&&_0x5676a5['uint32'](0x1a)['string'](_0x28e678['data']),null!=_0x28e678['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x28e678,'attributesBoolean')){var _0x205f58=Object['keys'](_0x28e678['attributesBoolean']);for(_0x152fb6=0x0;_0x152fb6<_0x205f58['length'];++_0x152fb6)_0x5676a5['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x205f58[_0x152fb6])['uint32'](0x10)['bool'](_0x28e678['attributesBoolean'][_0x205f58[_0x152fb6]])['ldelim']();}return null!=_0x28e678['attributesJson']&&Object['hasOwnProperty']['call'](_0x28e678,'attributesJson')&&_0x5676a5['uint32'](0x2a)['string'](_0x28e678['attributesJson']),_0x5676a5;},_0x12f56f['encodeDelimited']=function(_0x390fb2,_0x4c19d3){return this['encode'](_0x390fb2,_0x4c19d3)['ldelim']();},_0x12f56f['decode']=function(_0x3d8808,_0x275d95){_0x3d8808 instanceof _0x485669||(_0x3d8808=_0x485669['create'](_0x3d8808));for(var _0x490a8a,_0x56c516,_0x31bbfa=void 0x0===_0x275d95?_0x3d8808['len']:_0x3d8808['pos']+_0x275d95,_0x1bf834=new _0x17d0ed['Element']();_0x3d8808['pos']<_0x31bbfa;){var _0x423724=_0x3d8808['uint32']();switch(_0x423724>>>0x3){case 0x1:_0x1bf834['name']=_0x3d8808['string']();break;case 0x2:_0x1bf834['children']&&_0x1bf834['children']['length']||(_0x1bf834['children']=[]),_0x1bf834['children']['push'](_0x17d0ed['Element']['decode'](_0x3d8808,_0x3d8808['uint32']()));break;case 0x3:_0x1bf834['data']=_0x3d8808['string']();break;case 0x4:_0x1bf834['attributesBoolean']===_0x8080c2['emptyObject']&&(_0x1bf834['attributesBoolean']={});var _0xbc5a3=_0x3d8808['uint32']()+_0x3d8808['pos'];for(_0x490a8a='',_0x56c516=!0x1;_0x3d8808['pos']<_0xbc5a3;){var _0x13b2e0=_0x3d8808['uint32']();switch(_0x13b2e0>>>0x3){case 0x1:_0x490a8a=_0x3d8808['string']();break;case 0x2:_0x56c516=_0x3d8808['bool']();break;default:_0x3d8808['skipType'](0x7&_0x13b2e0);}}_0x1bf834['attributesBoolean'][_0x490a8a]=_0x56c516;break;case 0x5:_0x1bf834['attributesJson']=_0x3d8808['string']();break;default:_0x3d8808['skipType'](0x7&_0x423724);}}return _0x1bf834;},_0x12f56f['decodeDelimited']=function(_0x5a517a){return _0x5a517a instanceof _0x485669||(_0x5a517a=new _0x485669(_0x5a517a)),this['decode'](_0x5a517a,_0x5a517a['uint32']());},_0x12f56f['verify']=function(_0x3c3494){if('object'!=typeof _0x3c3494||null===_0x3c3494)return'object\x20expected';if(null!=_0x3c3494['name']&&_0x3c3494['hasOwnProperty']('name')&&!_0x8080c2['isString'](_0x3c3494['name']))return'name:\x20string\x20expected';if(null!=_0x3c3494['children']&&_0x3c3494['hasOwnProperty']('children')){if(!Array['isArray'](_0x3c3494['children']))return'children:\x20array\x20expected';for(var _0x2ea4f5=0x0;_0x2ea4f5<_0x3c3494['children']['length'];++_0x2ea4f5){var _0x3a3680=_0x17d0ed['Element']['verify'](_0x3c3494['children'][_0x2ea4f5]);if(_0x3a3680)return'children.'+_0x3a3680;}}if(null!=_0x3c3494['data']&&_0x3c3494['hasOwnProperty']('data')&&!_0x8080c2['isString'](_0x3c3494['data']))return'data:\x20string\x20expected';if(null!=_0x3c3494['attributesBoolean']&&_0x3c3494['hasOwnProperty']('attributesBoolean')){if(!_0x8080c2['isObject'](_0x3c3494['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x5544aa=Object['keys'](_0x3c3494['attributesBoolean']);for(_0x2ea4f5=0x0;_0x2ea4f5<_0x5544aa['length'];++_0x2ea4f5)if('boolean'!=typeof _0x3c3494['attributesBoolean'][_0x5544aa[_0x2ea4f5]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x3c3494['attributesJson']&&_0x3c3494['hasOwnProperty']('attributesJson')&&!_0x8080c2['isString'](_0x3c3494['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x12f56f['fromObject']=function(_0x17d887){if(_0x17d887 instanceof _0x17d0ed['Element'])return _0x17d887;var _0x96c5b=new _0x17d0ed['Element']();if(null!=_0x17d887['name']&&(_0x96c5b['name']=String(_0x17d887['name'])),_0x17d887['children']){if(!Array['isArray'](_0x17d887['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x96c5b['children']=[];for(var _0x4c9a46=0x0;_0x4c9a46<_0x17d887['children']['length'];++_0x4c9a46){if('object'!=typeof _0x17d887['children'][_0x4c9a46])throw TypeError('.Element.children:\x20object\x20expected');_0x96c5b['children'][_0x4c9a46]=_0x17d0ed['Element']['fromObject'](_0x17d887['children'][_0x4c9a46]);}}if(null!=_0x17d887['data']&&(_0x96c5b['data']=String(_0x17d887['data'])),_0x17d887['attributesBoolean']){if('object'!=typeof _0x17d887['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x96c5b['attributesBoolean']={};var _0x31a1e6=Object['keys'](_0x17d887['attributesBoolean']);for(_0x4c9a46=0x0;_0x4c9a46<_0x31a1e6['length'];++_0x4c9a46)_0x96c5b['attributesBoolean'][_0x31a1e6[_0x4c9a46]]=Boolean(_0x17d887['attributesBoolean'][_0x31a1e6[_0x4c9a46]]);}return null!=_0x17d887['attributesJson']&&(_0x96c5b['attributesJson']=String(_0x17d887['attributesJson'])),_0x96c5b;},_0x12f56f['toObject']=function(_0x2590fd,_0x2d5a6f){_0x2d5a6f||(_0x2d5a6f={});var _0x1ed0f5,_0x351631={};if((_0x2d5a6f['arrays']||_0x2d5a6f['defaults'])&&(_0x351631['children']=[]),(_0x2d5a6f['objects']||_0x2d5a6f['defaults'])&&(_0x351631['attributesBoolean']={}),_0x2d5a6f['defaults']&&(_0x351631['name']='',_0x351631['data']='',_0x351631['attributesJson']=''),null!=_0x2590fd['name']&&_0x2590fd['hasOwnProperty']('name')&&(_0x351631['name']=_0x2590fd['name']),_0x2590fd['children']&&_0x2590fd['children']['length']){_0x351631['children']=[];for(var _0x118e43=0x0;_0x118e43<_0x2590fd['children']['length'];++_0x118e43)_0x351631['children'][_0x118e43]=_0x17d0ed['Element']['toObject'](_0x2590fd['children'][_0x118e43],_0x2d5a6f);}if(null!=_0x2590fd['data']&&_0x2590fd['hasOwnProperty']('data')&&(_0x351631['data']=_0x2590fd['data']),_0x2590fd['attributesBoolean']&&(_0x1ed0f5=Object['keys'](_0x2590fd['attributesBoolean']))['length']){_0x351631['attributesBoolean']={};for(_0x118e43=0x0;_0x118e43<_0x1ed0f5['length'];++_0x118e43)_0x351631['attributesBoolean'][_0x1ed0f5[_0x118e43]]=_0x2590fd['attributesBoolean'][_0x1ed0f5[_0x118e43]];}return null!=_0x2590fd['attributesJson']&&_0x2590fd['hasOwnProperty']('attributesJson')&&(_0x351631['attributesJson']=_0x2590fd['attributesJson']),_0x351631;},_0x12f56f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x129724['util']['toJSONOptions']);},_0x12f56f['getTypeUrl']=function(_0x26ef82){return void 0x0===_0x26ef82&&(_0x26ef82='type.googleapis.com'),_0x26ef82+'/Element';},_0x12f56f;}()),_0x17d0ed;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x44b4f9){return new w(this['_protobufRoot'][_0x44b4f9]);}}class w{['_protobuf'];constructor(_0xf2d93f){this['_protobuf']=_0xf2d93f;}['compress'](_0x5cb923){const _0x35177c=this['_protobuf']['verify'](_0x5cb923);if(_0x35177c)throw Error(_0x35177c);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x5cb923))['finish']();}['decompress'](_0x47460d){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x47460d),{'oneofs':!0x0});}}function v(_0xe9b9ff,_0x5c8e49){const _0x5098d6=_0xc95b79(_0xe9b9ff);return _0x5098d6['path'][_0x5098d6['path']['length']-0x1]+=_0x5c8e49,_0x5098d6;}function O(_0x43b235,_0x52fde9){return _0x43b235['root']===_0x52fde9['root']&&_0x4b081a(_0x43b235['path'],_0x52fde9['path']);}function $(_0x882291){P(_0x882291,_0x44c24f=>('main'==_0x44c24f['root']?(_0x44c24f['rootMain']=!0x0,delete _0x44c24f['root']):'$graveyard'==_0x44c24f['root']&&(_0x44c24f['rootGraveyard']=!0x0,delete _0x44c24f['root']),_0x44c24f));}function J(_0x48d126){P(_0x48d126,_0xaeb428=>(_0xaeb428['rootMain']?(_0xaeb428['root']='main',delete _0xaeb428['rootMain']):_0xaeb428['rootGraveyard']&&(_0xaeb428['root']='$graveyard',delete _0xaeb428['rootGraveyard']),_0xaeb428));}function P(_0x3471c6,_0x555a04){for(const _0xbad1ae in _0x3471c6){const _0x3be17b=_0x3471c6[_0xbad1ae];'nodes'!==_0xbad1ae&&_0x305594(_0x3be17b)&&(_0x3be17b['path']&&(_0x3be17b['root']||_0x3be17b['rootMain']||_0x3be17b['rootGraveyard'])?_0x3471c6[_0xbad1ae]=_0x555a04(_0x3be17b):P(_0x3be17b,_0x555a04));}return _0x3471c6;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x213a7d,_0xe9b51d,_0x3c33f8){this['_id']=_0x213a7d,this['_operationName']=_0xe9b51d,this['_protobufDescriptor']=_0x3c33f8;}['compress'](_0x3ba07b,_0x524708){const _0x262553=_0x524708['shift']();return $(_0x262553),_0x3ba07b['buffers']['push'](this['_protobufDescriptor']['compress'](_0x262553)),_0x3ba07b['types']['push'](this['_id']),!0x0;}['decompress'](_0x40d473,_0x41ea4b){_0x41ea4b['types']['shift']();const _0x39cc6f=this['_protobufDescriptor']['decompress'](_0x41ea4b['buffers']['shift']());J(_0x39cc6f),_0x39cc6f['__className']=this['_operationName'],_0x40d473['push'](_0x39cc6f);}}class s extends e{['compress'](_0x4cafa6,_0x3e2cc7){const _0x4d4a37=_0x3e2cc7['shift']();return this['_serializeOneOf']('oldValue',_0x4d4a37),this['_serializeOneOf']('newValue',_0x4d4a37),$(_0x4d4a37),_0x4cafa6['buffers']['push'](this['_protobufDescriptor']['compress'](_0x4d4a37)),_0x4cafa6['types']['push'](this['_id']),!0x0;}['decompress'](_0x12ca7a,_0x352251){const {types:_0x10515c,buffers:_0x1b98d1}=_0x352251,_0x59f667=this['_protobufDescriptor']['decompress'](_0x1b98d1['shift']());_0x10515c['shift'](),this['_deserializeOneOf']('oldValue',_0x59f667),this['_deserializeOneOf']('newValue',_0x59f667),J(_0x59f667),_0x59f667['__className']=this['_operationName'],_0x12ca7a['push'](_0x59f667);}['_serializeOneOf'](_0x5b4156,_0x581e6f){const _0x3e079a=_0x581e6f[_0x5b4156];'boolean'==typeof _0x3e079a?_0x581e6f[_0x5b4156+'Boolean']=_0x3e079a:_0x581e6f[_0x5b4156+'Json']=JSON['stringify'](_0x3e079a);}['_deserializeOneOf'](_0x59d9af,_0x3546ef){const _0x4ff02f=_0x59d9af+'Json';_0x3546ef[_0x4ff02f]?(_0x3546ef[_0x59d9af]=JSON['parse'](_0x3546ef[_0x4ff02f]),delete _0x3546ef[_0x4ff02f]):(_0x3546ef[_0x59d9af]=_0x3546ef[_0x59d9af+'Boolean'],delete _0x3546ef[_0x59d9af+'Boolean']);}}class i extends e{['compress'](_0xc25163,_0x443d8c){const _0x24b3d1=_0x443d8c['shift']();return this['_serializeNodesAttributes'](_0x24b3d1['nodes']),$(_0x24b3d1),_0xc25163['buffers']['push'](this['_protobufDescriptor']['compress'](_0x24b3d1)),_0xc25163['types']['push'](this['_id']),!0x0;}['decompress'](_0x5bfae2,_0x16efd6){const {types:_0x3d13c8,buffers:_0x1935b5}=_0x16efd6,_0x5089fc=this['_protobufDescriptor']['decompress'](_0x1935b5['shift']());_0x3d13c8['shift'](),_0x5089fc['nodes']||(_0x5089fc['nodes']=[]),this['_deserializeNodesAttributes'](_0x5089fc['nodes']),J(_0x5089fc),_0x5089fc['__className']=this['_operationName'],_0x5bfae2['push'](_0x5089fc);}['_serializeNodesAttributes'](_0x58e1d4){for(const _0x3cad9b of _0x58e1d4){if(_0x3cad9b['attributes']){const _0x1e28be=_0x3cad9b['attributes'];this['_areValuesBoolean'](_0x1e28be)?_0x3cad9b['attributesBoolean']=_0x1e28be:_0x3cad9b['attributesJson']=JSON['stringify'](_0x1e28be);}_0x3cad9b['children']&&this['_serializeNodesAttributes'](_0x3cad9b['children']);}}['_deserializeNodesAttributes'](_0x18b79c){for(const _0x4a0efa of _0x18b79c)(_0x4a0efa['attributesBoolean']||_0x4a0efa['attributesJson'])&&(_0x4a0efa['attributesBoolean']?(_0x4a0efa['attributes']=_0x4a0efa['attributesBoolean'],delete _0x4a0efa['attributesBoolean']):(_0x4a0efa['attributes']=JSON['parse'](_0x4a0efa['attributesJson']),delete _0x4a0efa['attributesJson'])),_0x4a0efa['children']&&this['_deserializeNodesAttributes'](_0x4a0efa['children']);}['_areValuesBoolean'](_0xbef1c6){return Object['keys'](_0xbef1c6)['every'](_0x51ff13=>'boolean'==typeof _0xbef1c6[_0x51ff13]);}}class n extends e{['decompress'](_0xc95be,_0x55c7df){super['decompress'](_0xc95be,_0x55c7df);const _0x48537c=_0xc95be[_0xc95be['length']-0x1];_0x48537c['oldRange']||(_0x48537c['oldRange']=null),_0x48537c['newRange']||(_0x48537c['newRange']=null);}}class p extends e{['compress'](_0x1325c5,_0x10c9e7){return _0x10c9e7['shift'](),_0x1325c5['types']['push'](this['_id']),!0x0;}['decompress'](_0x3c5710,_0x1ffbe9){_0x1ffbe9['types']['shift'](),_0x3c5710['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x3f9d52,_0x32c252,_0x4e56ea,_0x5cb345){super(_0x3f9d52,_0x32c252,_0x4e56ea),this['_omittedNamespace']=_0x5cb345+':';}['compress'](_0x239bc5,_0x365574){return!('MarkerOperation'!=_0x365574[0x0]['__className']||!_0x365574[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x365574[0x0]['name']=_0x365574[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x239bc5,_0x365574),!0x0);}['decompress'](_0x266d0d,_0x221323){super['decompress'](_0x266d0d,_0x221323);const _0x57cc6e=_0x266d0d[_0x266d0d['length']-0x1];_0x57cc6e['name']=this['_omittedNamespace']+_0x57cc6e['name'];}}class _{['_id'];['_context'];constructor(_0xc1b2fe,_0x56d0b9){this['_id']=_0xc1b2fe,this['_context']=_0x56d0b9;}['compress'](_0x50a0b0,_0x389c25){let _0x17ea14;for(;_0x389c25['length']>0x1&&this['_compareOperations'](_0x389c25[0x0],_0x389c25[0x1]);)_0x17ea14?(_0x17ea14=this['_combineNext'](_0x389c25['shift'](),_0x17ea14),_0x50a0b0['types']['push'](0x0)):(_0x17ea14=_0xc95b79(_0x389c25['shift']()),_0x50a0b0['types']['push'](this['_id']));return!!_0x17ea14&&(_0x17ea14=this['_combineNext'](_0x389c25['shift'](),_0x17ea14),_0x50a0b0['types']['push'](0x0),_0x50a0b0['buffers']['push'](this['_compressSingleOperation'](_0x17ea14)),!0x0);}['decompress'](_0xf0e4d5,_0x2a757f){const _0x54a52f=this['_decompressSingleOperation'](_0x2a757f);for(;0x0==_0x2a757f['types'][0x0];)_0x2a757f['types']['shift'](),_0xf0e4d5['push'](this['_splitCurrent'](_0x54a52f));_0xf0e4d5['push'](_0x54a52f);}}class m extends _{['_combineNext'](_0x2f9a2d,_0x58b82f){return _0x58b82f['nodes'][0x0]['data']+=_0x2f9a2d['nodes'][0x0]['data'],_0x58b82f;}['_splitCurrent'](_0x6bce71){const _0x133754=_0xc95b79(_0x6bce71),_0x188bd8=_0x133754['nodes'][0x0],_0x15d23a=_0x6bce71['nodes'][0x0],_0x31a2df=_0x15d23a['data'][Symbol['iterator']]()['next']()['value'],_0x4aae79=_0x31a2df['length'];return _0x188bd8['data']=_0x31a2df,_0x15d23a['data']=_0x15d23a['data']['substr'](_0x4aae79),_0x6bce71['position']=v(_0x6bce71['position'],_0x4aae79),_0x133754;}['_compareOperations'](_0x519190,_0x108ea0){if(this['_checkOperation'](_0x519190)&&this['_checkOperation'](_0x108ea0)){const _0x256bef=_0x519190['nodes'][0x0]['data']['length'],_0x258b78=O(v(_0x519190['position'],_0x256bef),_0x108ea0['position']),_0x5c9a42=_0x519190['nodes'][0x0],_0x31c863=_0x108ea0['nodes'][0x0];return _0x258b78&&this['_compareAttributes'](_0x5c9a42,_0x31c863);}return!0x1;}['_compressSingleOperation'](_0x5f239e){const _0x5bd38b={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x5bd38b,[_0x5f239e]),_0x5bd38b['buffers'][0x0];}['_decompressSingleOperation'](_0x3715ee){const _0x1ab688=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x1ab688,_0x3715ee),_0x1ab688[0x0];}['_checkOperation'](_0x4bbde4){return'InsertOperation'==_0x4bbde4['__className']&&0x1==_0x4bbde4['nodes']['length']&&_0x4bbde4['nodes'][0x0]['data']&&!_0x4bbde4['wasUndone']&&0x1==Array['from'](_0x4bbde4['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x4f67dc,_0x5bcf19){const _0x54835d=Object['keys'](_0x4f67dc['attributes']||{}),_0x326bc8=Object['keys'](_0x5bcf19['attributes']||{});return _0x54835d['length']===_0x326bc8['length']&&_0x54835d['every'](_0x86937f=>_0x5bcf19['attributes'][_0x86937f]&&_0x5bcf19['attributes'][_0x86937f]===_0x4f67dc['attributes'][_0x86937f]);}}class c extends _{['_combineNext'](_0x30a8a3,_0x614592){return _0x614592['howMany']++,_0x614592['sourcePosition']=_0xc95b79(_0x30a8a3['sourcePosition']),_0x614592;}['_splitCurrent'](_0xbbe1a3){const _0x4a3a42=_0xc95b79(_0xbbe1a3);return _0xbbe1a3['howMany']--,_0x4a3a42['howMany']=0x1,_0x4a3a42['sourcePosition']=v(_0x4a3a42['sourcePosition'],_0xbbe1a3['howMany']),_0x4a3a42;}['_compareOperations'](_0x121442,_0x52b057){return!(!this['_checkOperation'](_0x121442)||!this['_checkOperation'](_0x52b057))&&(O(v(_0x121442['sourcePosition'],-0x1),_0x52b057['sourcePosition'])&&O(_0x121442['targetPosition'],_0x52b057['targetPosition']));}['_compressSingleOperation'](_0x5793d3){const _0x505714={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x505714,[_0x5793d3]),_0x505714['buffers'][0x0];}['_decompressSingleOperation'](_0xbd2479){const _0x798aaa=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x798aaa,_0xbd2479),_0x798aaa[0x0];}['_checkOperation'](_0x1bfc2f){return'MoveOperation'==_0x1bfc2f['__className']&&'$graveyard'==_0x1bfc2f['targetPosition']['root']&&0x1==_0x1bfc2f['howMany']&&!_0x1bfc2f['wasUndone'];}}class h extends _{['_combineNext'](_0x3a3527,_0x3ca839){return _0x3ca839['howMany']++,_0x3ca839;}['_splitCurrent'](_0x3ab4dd){const _0x295184=_0xc95b79(_0x3ab4dd);return _0x295184['howMany']=0x1,_0x3ab4dd['howMany']--,_0x295184;}['_compareOperations'](_0x21e067,_0x4d86f4){return!(!this['_checkOperation'](_0x21e067)||!this['_checkOperation'](_0x4d86f4))&&(O(_0x21e067['sourcePosition'],_0x4d86f4['sourcePosition'])&&O(_0x21e067['targetPosition'],_0x4d86f4['targetPosition']));}['_compressSingleOperation'](_0x49df68){const _0xd1f3df={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0xd1f3df,[_0x49df68]),_0xd1f3df['buffers'][0x0];}['_decompressSingleOperation'](_0x249d1c){const _0x5f3398=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x5f3398,_0x249d1c),_0x5f3398[0x0];}['_checkOperation'](_0x2753b0){return'MoveOperation'==_0x2753b0['__className']&&'$graveyard'==_0x2753b0['targetPosition']['root']&&0x1==_0x2753b0['howMany']&&!_0x2753b0['wasUndone'];}}class f extends _{['compress'](_0x14800a,_0x2bf752){if(!this['_compareOperations'](_0x2bf752[0x0],_0x2bf752[0x1]))return!0x1;const _0x4b5011=_0x2bf752['shift']();return _0x4b5011['oldRange']=null,_0x4b5011['newRange']&&O(_0x4b5011['newRange']['start'],_0x4b5011['newRange']['end'])&&(_0x4b5011['newRange']['end']=null),_0x2bf752['shift'](),_0x14800a['types']['push'](this['_id']),_0x14800a['types']['push'](0x0),_0x14800a['buffers']['push'](this['_compressSingleOperation'](_0x4b5011)),!0x0;}['decompress'](_0x21ce77,_0xc925a6){const _0x1a2da2=this['_decompressSingleOperation'](_0xc925a6);_0x1a2da2['newRange']&&!_0x1a2da2['newRange']['end']&&(_0x1a2da2['newRange']['end']=_0xc95b79(_0x1a2da2['newRange']['start']));const _0x91e274=_0xc95b79(_0x1a2da2);_0x91e274['newRange']&&(_0x91e274['newRange']['start']['stickiness']='toNone',_0x91e274['newRange']['end']=_0xc95b79(_0x91e274['newRange']['start'])),_0x91e274['name']='user:position:'+_0x91e274['name']['split'](':')[0x2],_0xc925a6['types']['shift'](),_0x21ce77['push'](_0x1a2da2),_0x21ce77['push'](_0x91e274);}['_compressSingleOperation'](_0x5b2225){const _0x42509f={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x42509f,[_0x5b2225]),_0x42509f['buffers'][0x0];}['_decompressSingleOperation'](_0x3f143c){const _0x22aa8a=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x22aa8a,_0x3f143c),_0x22aa8a[0x0];}['_compareOperations'](_0x3faae9,_0x654d3b){return!(!_0x3faae9||!_0x654d3b)&&('MarkerOperation'==_0x3faae9['__className']&&'MarkerOperation'==_0x654d3b['__className']&&!(!_0x3faae9['name']['startsWith']('user:')||!_0x654d3b['name']['startsWith']('user:')||_0x3faae9['name']==_0x654d3b['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x4a0a9d=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new a(0x12,'MarkerOperation',_0x4a0a9d,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x4a0a9d,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',m),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x1ea8b1){if(!_0x1ea8b1||!_0x1ea8b1[0x0])throw new _0x174f0f('no-operations-provided',this);const _0x4233cc={'types':[],'buffers':[],'baseVersion':_0x1ea8b1[0x0]['baseVersion']};for(;_0x1ea8b1['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x4233cc,_0x1ea8b1)||this['_getCompressorByName']('TypingAction')['compress'](_0x4233cc,_0x1ea8b1)||this['_getCompressorByName']('DeletingAction')['compress'](_0x4233cc,_0x1ea8b1)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x4233cc,_0x1ea8b1)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x4233cc,_0x1ea8b1)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x4233cc,_0x1ea8b1)||this['_getCompressorByName'](_0x1ea8b1[0x0]['__className'])['compress'](_0x4233cc,_0x1ea8b1);return _0x4233cc;}['decompress'](_0x25e4b3){const _0x58716d=[];for(;_0x25e4b3['types']['length'];){const _0x168196=this['_compressorById']['get'](_0x25e4b3['types'][0x0]);if(!_0x168196)throw new _0x174f0f('decompress-compressor-not-found',this,{'type':_0x25e4b3['types'][0x0]});_0x168196['decompress'](_0x58716d,_0x25e4b3);}return _0x58716d['forEach']((_0x240f8d,_0x6a7ea9)=>_0x240f8d['baseVersion']=_0x25e4b3['baseVersion']+_0x6a7ea9),_0x58716d;}['_getCompressorByName'](_0x193421){return this['_compressorByName']['get'](_0x193421);}['_registerOperationCompressor'](_0x1f9e54,_0xe87a5f,_0xf2c8be){const _0x1feee0=new _0xf2c8be(_0x1f9e54,_0xe87a5f,this['_protobufFactory']['getDescriptor'](_0xe87a5f));this['_registerCompressor'](_0x1f9e54,_0xe87a5f,_0x1feee0);}['_registerActionCompressor'](_0x41278e,_0x1d2505,_0x1ff4ca){const _0x61fc28=new _0x1ff4ca(_0x41278e,this);this['_registerCompressor'](_0x41278e,_0x1d2505,_0x61fc28);}['_registerCompressor'](_0x319878,_0x5a836d,_0x1c176e){this['_compressorById']['set'](_0x319878,_0x1c176e),this['_compressorByName']['set'](_0x5a836d,_0x1c176e);}}export{g as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "45.0.0-alpha.
|
|
3
|
+
"version": "45.0.0-alpha.8",
|
|
4
4
|
"description": "CKEditor 5 operations compressor for real-time collaboration.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://ckeditor.com/collaboration/real-time/",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ckeditor/ckeditor5-utils": "45.0.0-alpha.
|
|
37
|
-
"ckeditor5": "45.0.0-alpha.
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "45.0.0-alpha.8",
|
|
37
|
+
"ckeditor5": "45.0.0-alpha.8",
|
|
38
38
|
"es-toolkit": "1.32.0",
|
|
39
39
|
"protobufjs": "7.4.0"
|
|
40
40
|
},
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x366d(){const _0x178f85=['_splitCurrent','_compareOperations','length','148186xIuciG','_combineNext','456rxJHym','2651160rbApfK','_context','buffers','4rvnYXf','decompress','1074700XShwqf','push','57862lzMozP','shift','compress','15eyZMSg','_compressSingleOperation','_decompressSingleOperation','_id','182690hdBzyw','653059vQlOqC','types','3344247PRivsI'];_0x366d=function(){return _0x178f85;};return _0x366d();}const _0x579a28=_0x66cc;(function(_0x57dd84,_0x4c4b10){const _0x924e48=_0x66cc,_0x429f8f=_0x57dd84();while(!![]){try{const _0x162590=parseInt(_0x924e48(0xb5))/0x1+-parseInt(_0x924e48(0xa3))/0x2*(parseInt(_0x924e48(0xb0))/0x3)+parseInt(_0x924e48(0xa9))/0x4*(parseInt(_0x924e48(0xb4))/0x5)+parseInt(_0x924e48(0xa5))/0x6*(parseInt(_0x924e48(0xad))/0x7)+-parseInt(_0x924e48(0xa6))/0x8+-parseInt(_0x924e48(0xb7))/0x9+parseInt(_0x924e48(0xab))/0xa;if(_0x162590===_0x4c4b10)break;else _0x429f8f['push'](_0x429f8f['shift']());}catch(_0x2df04a){_0x429f8f['push'](_0x429f8f['shift']());}}}(_0x366d,0x55e60));function _0x66cc(_0x4bcbcb,_0x1d7cd2){const _0x366df7=_0x366d();return _0x66cc=function(_0x66cce,_0x1f5657){_0x66cce=_0x66cce-0xa2;let _0x3d9026=_0x366df7[_0x66cce];return _0x3d9026;},_0x66cc(_0x4bcbcb,_0x1d7cd2);}import{cloneDeep as _0x19e47d}from'es-toolkit/compat';export default class _{[_0x579a28(0xb3)];[_0x579a28(0xa7)];constructor(_0x41ec7a,_0xd20c79){const _0x28aea8=_0x579a28;this[_0x28aea8(0xb3)]=_0x41ec7a,this[_0x28aea8(0xa7)]=_0xd20c79;}[_0x579a28(0xaf)](_0x4d8068,_0x3b6439){const _0x35959b=_0x579a28;let _0x2cd1f8;for(;_0x3b6439[_0x35959b(0xa2)]>0x1&&this[_0x35959b(0xb9)](_0x3b6439[0x0],_0x3b6439[0x1]);)_0x2cd1f8?(_0x2cd1f8=this[_0x35959b(0xa4)](_0x3b6439[_0x35959b(0xae)](),_0x2cd1f8),_0x4d8068[_0x35959b(0xb6)][_0x35959b(0xac)](0x0)):(_0x2cd1f8=_0x19e47d(_0x3b6439[_0x35959b(0xae)]()),_0x4d8068[_0x35959b(0xb6)][_0x35959b(0xac)](this[_0x35959b(0xb3)]));return!!_0x2cd1f8&&(_0x2cd1f8=this[_0x35959b(0xa4)](_0x3b6439[_0x35959b(0xae)](),_0x2cd1f8),_0x4d8068[_0x35959b(0xb6)][_0x35959b(0xac)](0x0),_0x4d8068[_0x35959b(0xa8)][_0x35959b(0xac)](this[_0x35959b(0xb1)](_0x2cd1f8)),!0x0);}[_0x579a28(0xaa)](_0x1fb31b,_0x414f69){const _0x19f334=_0x579a28,_0x327d24=this[_0x19f334(0xb2)](_0x414f69);for(;0x0==_0x414f69[_0x19f334(0xb6)][0x0];)_0x414f69[_0x19f334(0xb6)][_0x19f334(0xae)](),_0x1fb31b[_0x19f334(0xac)](this[_0x19f334(0xb8)](_0x327d24));_0x1fb31b[_0x19f334(0xac)](_0x327d24);}}
|