@ckeditor/ckeditor5-operations-compressor 42.0.0-alpha.9 → 42.0.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +2 -2
- 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 _0x3000d9=_0x1591e9['Reader'],_0x454831=_0x1591e9['Writer'],_0x5f5597=_0x1591e9['util'],_0x3cc747=_0x1591e9['roots']['default']||(_0x1591e9['roots']['default']={});return _0x3cc747['AttributeOperation']=(function(){function _0x3b6340(_0x3fd0e7){if(_0x3fd0e7){for(var _0x4f1fb5=Object['keys'](_0x3fd0e7),_0xca580e=0x0;_0xca580e<_0x4f1fb5['length'];++_0xca580e)null!=_0x3fd0e7[_0x4f1fb5[_0xca580e]]&&(this[_0x4f1fb5[_0xca580e]]=_0x3fd0e7[_0x4f1fb5[_0xca580e]]);}}return _0x3b6340['prototype']['range']=null,_0x3b6340['prototype']['key']='',_0x3b6340['prototype']['oldValueBoolean']=!0x1,_0x3b6340['prototype']['oldValueJson']='',_0x3b6340['prototype']['newValueBoolean']=!0x1,_0x3b6340['prototype']['newValueJson']='',_0x3b6340['prototype']['wasUndone']=!0x1,_0x3b6340['create']=function(_0x42e47e){return new _0x3b6340(_0x42e47e);},_0x3b6340['encode']=function(_0x5d6d57,_0x3e6110){return _0x3e6110||(_0x3e6110=_0x454831['create']()),null!=_0x5d6d57['range']&&Object['hasOwnProperty']['call'](_0x5d6d57,'range')&&_0x3cc747['Range']['encode'](_0x5d6d57['range'],_0x3e6110['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5d6d57['key']&&Object['hasOwnProperty']['call'](_0x5d6d57,'key')&&_0x3e6110['uint32'](0x12)['string'](_0x5d6d57['key']),null!=_0x5d6d57['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x5d6d57,'oldValueBoolean')&&_0x3e6110['uint32'](0x18)['bool'](_0x5d6d57['oldValueBoolean']),null!=_0x5d6d57['oldValueJson']&&Object['hasOwnProperty']['call'](_0x5d6d57,'oldValueJson')&&_0x3e6110['uint32'](0x22)['string'](_0x5d6d57['oldValueJson']),null!=_0x5d6d57['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x5d6d57,'newValueBoolean')&&_0x3e6110['uint32'](0x28)['bool'](_0x5d6d57['newValueBoolean']),null!=_0x5d6d57['newValueJson']&&Object['hasOwnProperty']['call'](_0x5d6d57,'newValueJson')&&_0x3e6110['uint32'](0x32)['string'](_0x5d6d57['newValueJson']),null!=_0x5d6d57['wasUndone']&&Object['hasOwnProperty']['call'](_0x5d6d57,'wasUndone')&&_0x3e6110['uint32'](0x38)['bool'](_0x5d6d57['wasUndone']),_0x3e6110;},_0x3b6340['encodeDelimited']=function(_0x490f0d,_0x5d7ae2){return this['encode'](_0x490f0d,_0x5d7ae2)['ldelim']();},_0x3b6340['decode']=function(_0xebf325,_0x55a3d8){_0xebf325 instanceof _0x3000d9||(_0xebf325=_0x3000d9['create'](_0xebf325));for(var _0x22b120=void 0x0===_0x55a3d8?_0xebf325['len']:_0xebf325['pos']+_0x55a3d8,_0x3e86f6=new _0x3cc747['AttributeOperation']();_0xebf325['pos']<_0x22b120;){var _0x4b6763=_0xebf325['uint32']();switch(_0x4b6763>>>0x3){case 0x1:_0x3e86f6['range']=_0x3cc747['Range']['decode'](_0xebf325,_0xebf325['uint32']());break;case 0x2:_0x3e86f6['key']=_0xebf325['string']();break;case 0x3:_0x3e86f6['oldValueBoolean']=_0xebf325['bool']();break;case 0x4:_0x3e86f6['oldValueJson']=_0xebf325['string']();break;case 0x5:_0x3e86f6['newValueBoolean']=_0xebf325['bool']();break;case 0x6:_0x3e86f6['newValueJson']=_0xebf325['string']();break;case 0x7:_0x3e86f6['wasUndone']=_0xebf325['bool']();break;default:_0xebf325['skipType'](0x7&_0x4b6763);}}return _0x3e86f6;},_0x3b6340['decodeDelimited']=function(_0x1c3ac5){return _0x1c3ac5 instanceof _0x3000d9||(_0x1c3ac5=new _0x3000d9(_0x1c3ac5)),this['decode'](_0x1c3ac5,_0x1c3ac5['uint32']());},_0x3b6340['verify']=function(_0x2c601c){if('object'!=typeof _0x2c601c||null===_0x2c601c)return'object\x20expected';if(null!=_0x2c601c['range']&&_0x2c601c['hasOwnProperty']('range')){var _0x58c65f=_0x3cc747['Range']['verify'](_0x2c601c['range']);if(_0x58c65f)return'range.'+_0x58c65f;}return null!=_0x2c601c['key']&&_0x2c601c['hasOwnProperty']('key')&&!_0x5f5597['isString'](_0x2c601c['key'])?'key:\x20string\x20expected':null!=_0x2c601c['oldValueBoolean']&&_0x2c601c['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x2c601c['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x2c601c['oldValueJson']&&_0x2c601c['hasOwnProperty']('oldValueJson')&&!_0x5f5597['isString'](_0x2c601c['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x2c601c['newValueBoolean']&&_0x2c601c['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x2c601c['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x2c601c['newValueJson']&&_0x2c601c['hasOwnProperty']('newValueJson')&&!_0x5f5597['isString'](_0x2c601c['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x2c601c['wasUndone']&&_0x2c601c['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2c601c['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3b6340['fromObject']=function(_0x40b36c){if(_0x40b36c instanceof _0x3cc747['AttributeOperation'])return _0x40b36c;var _0x39f868=new _0x3cc747['AttributeOperation']();if(null!=_0x40b36c['range']){if('object'!=typeof _0x40b36c['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x39f868['range']=_0x3cc747['Range']['fromObject'](_0x40b36c['range']);}return null!=_0x40b36c['key']&&(_0x39f868['key']=String(_0x40b36c['key'])),null!=_0x40b36c['oldValueBoolean']&&(_0x39f868['oldValueBoolean']=Boolean(_0x40b36c['oldValueBoolean'])),null!=_0x40b36c['oldValueJson']&&(_0x39f868['oldValueJson']=String(_0x40b36c['oldValueJson'])),null!=_0x40b36c['newValueBoolean']&&(_0x39f868['newValueBoolean']=Boolean(_0x40b36c['newValueBoolean'])),null!=_0x40b36c['newValueJson']&&(_0x39f868['newValueJson']=String(_0x40b36c['newValueJson'])),null!=_0x40b36c['wasUndone']&&(_0x39f868['wasUndone']=Boolean(_0x40b36c['wasUndone'])),_0x39f868;},_0x3b6340['toObject']=function(_0x223fc7,_0x154e83){_0x154e83||(_0x154e83={});var _0x135027={};return _0x154e83['defaults']&&(_0x135027['range']=null,_0x135027['key']='',_0x135027['oldValueBoolean']=!0x1,_0x135027['oldValueJson']='',_0x135027['newValueBoolean']=!0x1,_0x135027['newValueJson']='',_0x135027['wasUndone']=!0x1),null!=_0x223fc7['range']&&_0x223fc7['hasOwnProperty']('range')&&(_0x135027['range']=_0x3cc747['Range']['toObject'](_0x223fc7['range'],_0x154e83)),null!=_0x223fc7['key']&&_0x223fc7['hasOwnProperty']('key')&&(_0x135027['key']=_0x223fc7['key']),null!=_0x223fc7['oldValueBoolean']&&_0x223fc7['hasOwnProperty']('oldValueBoolean')&&(_0x135027['oldValueBoolean']=_0x223fc7['oldValueBoolean']),null!=_0x223fc7['oldValueJson']&&_0x223fc7['hasOwnProperty']('oldValueJson')&&(_0x135027['oldValueJson']=_0x223fc7['oldValueJson']),null!=_0x223fc7['newValueBoolean']&&_0x223fc7['hasOwnProperty']('newValueBoolean')&&(_0x135027['newValueBoolean']=_0x223fc7['newValueBoolean']),null!=_0x223fc7['newValueJson']&&_0x223fc7['hasOwnProperty']('newValueJson')&&(_0x135027['newValueJson']=_0x223fc7['newValueJson']),null!=_0x223fc7['wasUndone']&&_0x223fc7['hasOwnProperty']('wasUndone')&&(_0x135027['wasUndone']=_0x223fc7['wasUndone']),_0x135027;},_0x3b6340['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1591e9['util']['toJSONOptions']);},_0x3b6340['getTypeUrl']=function(_0x2232be){return void 0x0===_0x2232be&&(_0x2232be='type.googleapis.com'),_0x2232be+'/AttributeOperation';},_0x3b6340;}()),_0x3cc747['InsertOperation']=(function(){function _0xd98267(_0x327f48){if(this['nodes']=[],_0x327f48){for(var _0x2e597d=Object['keys'](_0x327f48),_0x114cc4=0x0;_0x114cc4<_0x2e597d['length'];++_0x114cc4)null!=_0x327f48[_0x2e597d[_0x114cc4]]&&(this[_0x2e597d[_0x114cc4]]=_0x327f48[_0x2e597d[_0x114cc4]]);}}return _0xd98267['prototype']['position']=null,_0xd98267['prototype']['nodes']=_0x5f5597['emptyArray'],_0xd98267['prototype']['shouldReceiveAttributes']=!0x1,_0xd98267['prototype']['wasUndone']=!0x1,_0xd98267['create']=function(_0x5e5ab0){return new _0xd98267(_0x5e5ab0);},_0xd98267['encode']=function(_0x93d900,_0x5774c5){if(_0x5774c5||(_0x5774c5=_0x454831['create']()),null!=_0x93d900['position']&&Object['hasOwnProperty']['call'](_0x93d900,'position')&&_0x3cc747['Position']['encode'](_0x93d900['position'],_0x5774c5['uint32'](0xa)['fork']())['ldelim'](),null!=_0x93d900['nodes']&&_0x93d900['nodes']['length']){for(var _0x3455af=0x0;_0x3455af<_0x93d900['nodes']['length'];++_0x3455af)_0x3cc747['Element']['encode'](_0x93d900['nodes'][_0x3455af],_0x5774c5['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x93d900['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x93d900,'shouldReceiveAttributes')&&_0x5774c5['uint32'](0x18)['bool'](_0x93d900['shouldReceiveAttributes']),null!=_0x93d900['wasUndone']&&Object['hasOwnProperty']['call'](_0x93d900,'wasUndone')&&_0x5774c5['uint32'](0x20)['bool'](_0x93d900['wasUndone']),_0x5774c5;},_0xd98267['encodeDelimited']=function(_0x33cca1,_0x38f817){return this['encode'](_0x33cca1,_0x38f817)['ldelim']();},_0xd98267['decode']=function(_0x41b687,_0x32058f){_0x41b687 instanceof _0x3000d9||(_0x41b687=_0x3000d9['create'](_0x41b687));for(var _0x1a47c9=void 0x0===_0x32058f?_0x41b687['len']:_0x41b687['pos']+_0x32058f,_0x4fe8b8=new _0x3cc747['InsertOperation']();_0x41b687['pos']<_0x1a47c9;){var _0x5b97f5=_0x41b687['uint32']();switch(_0x5b97f5>>>0x3){case 0x1:_0x4fe8b8['position']=_0x3cc747['Position']['decode'](_0x41b687,_0x41b687['uint32']());break;case 0x2:_0x4fe8b8['nodes']&&_0x4fe8b8['nodes']['length']||(_0x4fe8b8['nodes']=[]),_0x4fe8b8['nodes']['push'](_0x3cc747['Element']['decode'](_0x41b687,_0x41b687['uint32']()));break;case 0x3:_0x4fe8b8['shouldReceiveAttributes']=_0x41b687['bool']();break;case 0x4:_0x4fe8b8['wasUndone']=_0x41b687['bool']();break;default:_0x41b687['skipType'](0x7&_0x5b97f5);}}return _0x4fe8b8;},_0xd98267['decodeDelimited']=function(_0x3957e3){return _0x3957e3 instanceof _0x3000d9||(_0x3957e3=new _0x3000d9(_0x3957e3)),this['decode'](_0x3957e3,_0x3957e3['uint32']());},_0xd98267['verify']=function(_0x1b3c68){if('object'!=typeof _0x1b3c68||null===_0x1b3c68)return'object\x20expected';if(null!=_0x1b3c68['position']&&_0x1b3c68['hasOwnProperty']('position')&&(_0x13fb8a=_0x3cc747['Position']['verify'](_0x1b3c68['position'])))return'position.'+_0x13fb8a;if(null!=_0x1b3c68['nodes']&&_0x1b3c68['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x1b3c68['nodes']))return'nodes:\x20array\x20expected';for(var _0x576a3d=0x0;_0x576a3d<_0x1b3c68['nodes']['length'];++_0x576a3d){var _0x13fb8a;if(_0x13fb8a=_0x3cc747['Element']['verify'](_0x1b3c68['nodes'][_0x576a3d]))return'nodes.'+_0x13fb8a;}}return null!=_0x1b3c68['shouldReceiveAttributes']&&_0x1b3c68['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x1b3c68['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x1b3c68['wasUndone']&&_0x1b3c68['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1b3c68['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xd98267['fromObject']=function(_0x21c4d7){if(_0x21c4d7 instanceof _0x3cc747['InsertOperation'])return _0x21c4d7;var _0x352f1d=new _0x3cc747['InsertOperation']();if(null!=_0x21c4d7['position']){if('object'!=typeof _0x21c4d7['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x352f1d['position']=_0x3cc747['Position']['fromObject'](_0x21c4d7['position']);}if(_0x21c4d7['nodes']){if(!Array['isArray'](_0x21c4d7['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x352f1d['nodes']=[];for(var _0x3fe880=0x0;_0x3fe880<_0x21c4d7['nodes']['length'];++_0x3fe880){if('object'!=typeof _0x21c4d7['nodes'][_0x3fe880])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x352f1d['nodes'][_0x3fe880]=_0x3cc747['Element']['fromObject'](_0x21c4d7['nodes'][_0x3fe880]);}}return null!=_0x21c4d7['shouldReceiveAttributes']&&(_0x352f1d['shouldReceiveAttributes']=Boolean(_0x21c4d7['shouldReceiveAttributes'])),null!=_0x21c4d7['wasUndone']&&(_0x352f1d['wasUndone']=Boolean(_0x21c4d7['wasUndone'])),_0x352f1d;},_0xd98267['toObject']=function(_0x5ed904,_0x3ee7d2){_0x3ee7d2||(_0x3ee7d2={});var _0x12ac3f={};if((_0x3ee7d2['arrays']||_0x3ee7d2['defaults'])&&(_0x12ac3f['nodes']=[]),_0x3ee7d2['defaults']&&(_0x12ac3f['position']=null,_0x12ac3f['shouldReceiveAttributes']=!0x1,_0x12ac3f['wasUndone']=!0x1),null!=_0x5ed904['position']&&_0x5ed904['hasOwnProperty']('position')&&(_0x12ac3f['position']=_0x3cc747['Position']['toObject'](_0x5ed904['position'],_0x3ee7d2)),_0x5ed904['nodes']&&_0x5ed904['nodes']['length']){_0x12ac3f['nodes']=[];for(var _0x18075f=0x0;_0x18075f<_0x5ed904['nodes']['length'];++_0x18075f)_0x12ac3f['nodes'][_0x18075f]=_0x3cc747['Element']['toObject'](_0x5ed904['nodes'][_0x18075f],_0x3ee7d2);}return null!=_0x5ed904['shouldReceiveAttributes']&&_0x5ed904['hasOwnProperty']('shouldReceiveAttributes')&&(_0x12ac3f['shouldReceiveAttributes']=_0x5ed904['shouldReceiveAttributes']),null!=_0x5ed904['wasUndone']&&_0x5ed904['hasOwnProperty']('wasUndone')&&(_0x12ac3f['wasUndone']=_0x5ed904['wasUndone']),_0x12ac3f;},_0xd98267['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1591e9['util']['toJSONOptions']);},_0xd98267['getTypeUrl']=function(_0xe77eda){return void 0x0===_0xe77eda&&(_0xe77eda='type.googleapis.com'),_0xe77eda+'/InsertOperation';},_0xd98267;}()),_0x3cc747['MarkerOperation']=(function(){function _0x454d6e(_0xd415bf){if(_0xd415bf){for(var _0x49219a=Object['keys'](_0xd415bf),_0x4c5e52=0x0;_0x4c5e52<_0x49219a['length'];++_0x4c5e52)null!=_0xd415bf[_0x49219a[_0x4c5e52]]&&(this[_0x49219a[_0x4c5e52]]=_0xd415bf[_0x49219a[_0x4c5e52]]);}}return _0x454d6e['prototype']['name']='',_0x454d6e['prototype']['oldRange']=null,_0x454d6e['prototype']['newRange']=null,_0x454d6e['prototype']['affectsData']=!0x1,_0x454d6e['prototype']['wasUndone']=!0x1,_0x454d6e['create']=function(_0x2320c){return new _0x454d6e(_0x2320c);},_0x454d6e['encode']=function(_0x14fa73,_0x3edcd3){return _0x3edcd3||(_0x3edcd3=_0x454831['create']()),null!=_0x14fa73['name']&&Object['hasOwnProperty']['call'](_0x14fa73,'name')&&_0x3edcd3['uint32'](0xa)['string'](_0x14fa73['name']),null!=_0x14fa73['oldRange']&&Object['hasOwnProperty']['call'](_0x14fa73,'oldRange')&&_0x3cc747['Range']['encode'](_0x14fa73['oldRange'],_0x3edcd3['uint32'](0x12)['fork']())['ldelim'](),null!=_0x14fa73['newRange']&&Object['hasOwnProperty']['call'](_0x14fa73,'newRange')&&_0x3cc747['Range']['encode'](_0x14fa73['newRange'],_0x3edcd3['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x14fa73['affectsData']&&Object['hasOwnProperty']['call'](_0x14fa73,'affectsData')&&_0x3edcd3['uint32'](0x20)['bool'](_0x14fa73['affectsData']),null!=_0x14fa73['wasUndone']&&Object['hasOwnProperty']['call'](_0x14fa73,'wasUndone')&&_0x3edcd3['uint32'](0x28)['bool'](_0x14fa73['wasUndone']),_0x3edcd3;},_0x454d6e['encodeDelimited']=function(_0x43b9ca,_0x3a728b){return this['encode'](_0x43b9ca,_0x3a728b)['ldelim']();},_0x454d6e['decode']=function(_0x5b361d,_0x3382c1){_0x5b361d instanceof _0x3000d9||(_0x5b361d=_0x3000d9['create'](_0x5b361d));for(var _0x3edebb=void 0x0===_0x3382c1?_0x5b361d['len']:_0x5b361d['pos']+_0x3382c1,_0xf77d39=new _0x3cc747['MarkerOperation']();_0x5b361d['pos']<_0x3edebb;){var _0x25f4a3=_0x5b361d['uint32']();switch(_0x25f4a3>>>0x3){case 0x1:_0xf77d39['name']=_0x5b361d['string']();break;case 0x2:_0xf77d39['oldRange']=_0x3cc747['Range']['decode'](_0x5b361d,_0x5b361d['uint32']());break;case 0x3:_0xf77d39['newRange']=_0x3cc747['Range']['decode'](_0x5b361d,_0x5b361d['uint32']());break;case 0x4:_0xf77d39['affectsData']=_0x5b361d['bool']();break;case 0x5:_0xf77d39['wasUndone']=_0x5b361d['bool']();break;default:_0x5b361d['skipType'](0x7&_0x25f4a3);}}return _0xf77d39;},_0x454d6e['decodeDelimited']=function(_0x4152ef){return _0x4152ef instanceof _0x3000d9||(_0x4152ef=new _0x3000d9(_0x4152ef)),this['decode'](_0x4152ef,_0x4152ef['uint32']());},_0x454d6e['verify']=function(_0x2c10c9){if('object'!=typeof _0x2c10c9||null===_0x2c10c9)return'object\x20expected';if(null!=_0x2c10c9['name']&&_0x2c10c9['hasOwnProperty']('name')&&!_0x5f5597['isString'](_0x2c10c9['name']))return'name:\x20string\x20expected';var _0x50558f;if(null!=_0x2c10c9['oldRange']&&_0x2c10c9['hasOwnProperty']('oldRange')&&(_0x50558f=_0x3cc747['Range']['verify'](_0x2c10c9['oldRange'])))return'oldRange.'+_0x50558f;if(null!=_0x2c10c9['newRange']&&_0x2c10c9['hasOwnProperty']('newRange')&&(_0x50558f=_0x3cc747['Range']['verify'](_0x2c10c9['newRange'])))return'newRange.'+_0x50558f;return null!=_0x2c10c9['affectsData']&&_0x2c10c9['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x2c10c9['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x2c10c9['wasUndone']&&_0x2c10c9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2c10c9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x454d6e['fromObject']=function(_0xf552e2){if(_0xf552e2 instanceof _0x3cc747['MarkerOperation'])return _0xf552e2;var _0x470bca=new _0x3cc747['MarkerOperation']();if(null!=_0xf552e2['name']&&(_0x470bca['name']=String(_0xf552e2['name'])),null!=_0xf552e2['oldRange']){if('object'!=typeof _0xf552e2['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x470bca['oldRange']=_0x3cc747['Range']['fromObject'](_0xf552e2['oldRange']);}if(null!=_0xf552e2['newRange']){if('object'!=typeof _0xf552e2['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x470bca['newRange']=_0x3cc747['Range']['fromObject'](_0xf552e2['newRange']);}return null!=_0xf552e2['affectsData']&&(_0x470bca['affectsData']=Boolean(_0xf552e2['affectsData'])),null!=_0xf552e2['wasUndone']&&(_0x470bca['wasUndone']=Boolean(_0xf552e2['wasUndone'])),_0x470bca;},_0x454d6e['toObject']=function(_0x1dc087,_0x5a995d){_0x5a995d||(_0x5a995d={});var _0x1841e9={};return _0x5a995d['defaults']&&(_0x1841e9['name']='',_0x1841e9['oldRange']=null,_0x1841e9['newRange']=null,_0x1841e9['affectsData']=!0x1,_0x1841e9['wasUndone']=!0x1),null!=_0x1dc087['name']&&_0x1dc087['hasOwnProperty']('name')&&(_0x1841e9['name']=_0x1dc087['name']),null!=_0x1dc087['oldRange']&&_0x1dc087['hasOwnProperty']('oldRange')&&(_0x1841e9['oldRange']=_0x3cc747['Range']['toObject'](_0x1dc087['oldRange'],_0x5a995d)),null!=_0x1dc087['newRange']&&_0x1dc087['hasOwnProperty']('newRange')&&(_0x1841e9['newRange']=_0x3cc747['Range']['toObject'](_0x1dc087['newRange'],_0x5a995d)),null!=_0x1dc087['affectsData']&&_0x1dc087['hasOwnProperty']('affectsData')&&(_0x1841e9['affectsData']=_0x1dc087['affectsData']),null!=_0x1dc087['wasUndone']&&_0x1dc087['hasOwnProperty']('wasUndone')&&(_0x1841e9['wasUndone']=_0x1dc087['wasUndone']),_0x1841e9;},_0x454d6e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1591e9['util']['toJSONOptions']);},_0x454d6e['getTypeUrl']=function(_0x375d7a){return void 0x0===_0x375d7a&&(_0x375d7a='type.googleapis.com'),_0x375d7a+'/MarkerOperation';},_0x454d6e;}()),_0x3cc747['MergeOperation']=(function(){function _0xdb385a(_0x8972c5){if(_0x8972c5){for(var _0x170e6f=Object['keys'](_0x8972c5),_0x10c2a8=0x0;_0x10c2a8<_0x170e6f['length'];++_0x10c2a8)null!=_0x8972c5[_0x170e6f[_0x10c2a8]]&&(this[_0x170e6f[_0x10c2a8]]=_0x8972c5[_0x170e6f[_0x10c2a8]]);}}return _0xdb385a['prototype']['sourcePosition']=null,_0xdb385a['prototype']['targetPosition']=null,_0xdb385a['prototype']['graveyardPosition']=null,_0xdb385a['prototype']['howMany']=0x0,_0xdb385a['prototype']['wasUndone']=!0x1,_0xdb385a['create']=function(_0x462ff6){return new _0xdb385a(_0x462ff6);},_0xdb385a['encode']=function(_0x1adce1,_0x20dba2){return _0x20dba2||(_0x20dba2=_0x454831['create']()),null!=_0x1adce1['sourcePosition']&&Object['hasOwnProperty']['call'](_0x1adce1,'sourcePosition')&&_0x3cc747['Position']['encode'](_0x1adce1['sourcePosition'],_0x20dba2['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1adce1['targetPosition']&&Object['hasOwnProperty']['call'](_0x1adce1,'targetPosition')&&_0x3cc747['Position']['encode'](_0x1adce1['targetPosition'],_0x20dba2['uint32'](0x12)['fork']())['ldelim'](),null!=_0x1adce1['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x1adce1,'graveyardPosition')&&_0x3cc747['Position']['encode'](_0x1adce1['graveyardPosition'],_0x20dba2['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x1adce1['howMany']&&Object['hasOwnProperty']['call'](_0x1adce1,'howMany')&&_0x20dba2['uint32'](0x20)['uint32'](_0x1adce1['howMany']),null!=_0x1adce1['wasUndone']&&Object['hasOwnProperty']['call'](_0x1adce1,'wasUndone')&&_0x20dba2['uint32'](0x28)['bool'](_0x1adce1['wasUndone']),_0x20dba2;},_0xdb385a['encodeDelimited']=function(_0x5bcc5a,_0x2d1343){return this['encode'](_0x5bcc5a,_0x2d1343)['ldelim']();},_0xdb385a['decode']=function(_0x3019da,_0x144ba6){_0x3019da instanceof _0x3000d9||(_0x3019da=_0x3000d9['create'](_0x3019da));for(var _0x4772e9=void 0x0===_0x144ba6?_0x3019da['len']:_0x3019da['pos']+_0x144ba6,_0x1e4bb2=new _0x3cc747['MergeOperation']();_0x3019da['pos']<_0x4772e9;){var _0x23a242=_0x3019da['uint32']();switch(_0x23a242>>>0x3){case 0x1:_0x1e4bb2['sourcePosition']=_0x3cc747['Position']['decode'](_0x3019da,_0x3019da['uint32']());break;case 0x2:_0x1e4bb2['targetPosition']=_0x3cc747['Position']['decode'](_0x3019da,_0x3019da['uint32']());break;case 0x3:_0x1e4bb2['graveyardPosition']=_0x3cc747['Position']['decode'](_0x3019da,_0x3019da['uint32']());break;case 0x4:_0x1e4bb2['howMany']=_0x3019da['uint32']();break;case 0x5:_0x1e4bb2['wasUndone']=_0x3019da['bool']();break;default:_0x3019da['skipType'](0x7&_0x23a242);}}return _0x1e4bb2;},_0xdb385a['decodeDelimited']=function(_0xcb3447){return _0xcb3447 instanceof _0x3000d9||(_0xcb3447=new _0x3000d9(_0xcb3447)),this['decode'](_0xcb3447,_0xcb3447['uint32']());},_0xdb385a['verify']=function(_0x37da5e){if('object'!=typeof _0x37da5e||null===_0x37da5e)return'object\x20expected';var _0x507e67;if(null!=_0x37da5e['sourcePosition']&&_0x37da5e['hasOwnProperty']('sourcePosition')&&(_0x507e67=_0x3cc747['Position']['verify'](_0x37da5e['sourcePosition'])))return'sourcePosition.'+_0x507e67;if(null!=_0x37da5e['targetPosition']&&_0x37da5e['hasOwnProperty']('targetPosition')&&(_0x507e67=_0x3cc747['Position']['verify'](_0x37da5e['targetPosition'])))return'targetPosition.'+_0x507e67;if(null!=_0x37da5e['graveyardPosition']&&_0x37da5e['hasOwnProperty']('graveyardPosition')&&(_0x507e67=_0x3cc747['Position']['verify'](_0x37da5e['graveyardPosition'])))return'graveyardPosition.'+_0x507e67;return null!=_0x37da5e['howMany']&&_0x37da5e['hasOwnProperty']('howMany')&&!_0x5f5597['isInteger'](_0x37da5e['howMany'])?'howMany:\x20integer\x20expected':null!=_0x37da5e['wasUndone']&&_0x37da5e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x37da5e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xdb385a['fromObject']=function(_0x55b09e){if(_0x55b09e instanceof _0x3cc747['MergeOperation'])return _0x55b09e;var _0x1f020b=new _0x3cc747['MergeOperation']();if(null!=_0x55b09e['sourcePosition']){if('object'!=typeof _0x55b09e['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x1f020b['sourcePosition']=_0x3cc747['Position']['fromObject'](_0x55b09e['sourcePosition']);}if(null!=_0x55b09e['targetPosition']){if('object'!=typeof _0x55b09e['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x1f020b['targetPosition']=_0x3cc747['Position']['fromObject'](_0x55b09e['targetPosition']);}if(null!=_0x55b09e['graveyardPosition']){if('object'!=typeof _0x55b09e['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x1f020b['graveyardPosition']=_0x3cc747['Position']['fromObject'](_0x55b09e['graveyardPosition']);}return null!=_0x55b09e['howMany']&&(_0x1f020b['howMany']=_0x55b09e['howMany']>>>0x0),null!=_0x55b09e['wasUndone']&&(_0x1f020b['wasUndone']=Boolean(_0x55b09e['wasUndone'])),_0x1f020b;},_0xdb385a['toObject']=function(_0x53f1c1,_0x1e9fbc){_0x1e9fbc||(_0x1e9fbc={});var _0x4e9144={};return _0x1e9fbc['defaults']&&(_0x4e9144['sourcePosition']=null,_0x4e9144['targetPosition']=null,_0x4e9144['graveyardPosition']=null,_0x4e9144['howMany']=0x0,_0x4e9144['wasUndone']=!0x1),null!=_0x53f1c1['sourcePosition']&&_0x53f1c1['hasOwnProperty']('sourcePosition')&&(_0x4e9144['sourcePosition']=_0x3cc747['Position']['toObject'](_0x53f1c1['sourcePosition'],_0x1e9fbc)),null!=_0x53f1c1['targetPosition']&&_0x53f1c1['hasOwnProperty']('targetPosition')&&(_0x4e9144['targetPosition']=_0x3cc747['Position']['toObject'](_0x53f1c1['targetPosition'],_0x1e9fbc)),null!=_0x53f1c1['graveyardPosition']&&_0x53f1c1['hasOwnProperty']('graveyardPosition')&&(_0x4e9144['graveyardPosition']=_0x3cc747['Position']['toObject'](_0x53f1c1['graveyardPosition'],_0x1e9fbc)),null!=_0x53f1c1['howMany']&&_0x53f1c1['hasOwnProperty']('howMany')&&(_0x4e9144['howMany']=_0x53f1c1['howMany']),null!=_0x53f1c1['wasUndone']&&_0x53f1c1['hasOwnProperty']('wasUndone')&&(_0x4e9144['wasUndone']=_0x53f1c1['wasUndone']),_0x4e9144;},_0xdb385a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1591e9['util']['toJSONOptions']);},_0xdb385a['getTypeUrl']=function(_0xb823d){return void 0x0===_0xb823d&&(_0xb823d='type.googleapis.com'),_0xb823d+'/MergeOperation';},_0xdb385a;}()),_0x3cc747['MoveOperation']=(function(){function _0x183668(_0x345d74){if(_0x345d74){for(var _0x34d76b=Object['keys'](_0x345d74),_0x30c15d=0x0;_0x30c15d<_0x34d76b['length'];++_0x30c15d)null!=_0x345d74[_0x34d76b[_0x30c15d]]&&(this[_0x34d76b[_0x30c15d]]=_0x345d74[_0x34d76b[_0x30c15d]]);}}return _0x183668['prototype']['sourcePosition']=null,_0x183668['prototype']['howMany']=0x0,_0x183668['prototype']['targetPosition']=null,_0x183668['prototype']['wasUndone']=!0x1,_0x183668['create']=function(_0x30a773){return new _0x183668(_0x30a773);},_0x183668['encode']=function(_0x935b75,_0x4b09c2){return _0x4b09c2||(_0x4b09c2=_0x454831['create']()),null!=_0x935b75['sourcePosition']&&Object['hasOwnProperty']['call'](_0x935b75,'sourcePosition')&&_0x3cc747['Position']['encode'](_0x935b75['sourcePosition'],_0x4b09c2['uint32'](0xa)['fork']())['ldelim'](),null!=_0x935b75['howMany']&&Object['hasOwnProperty']['call'](_0x935b75,'howMany')&&_0x4b09c2['uint32'](0x10)['uint32'](_0x935b75['howMany']),null!=_0x935b75['targetPosition']&&Object['hasOwnProperty']['call'](_0x935b75,'targetPosition')&&_0x3cc747['Position']['encode'](_0x935b75['targetPosition'],_0x4b09c2['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x935b75['wasUndone']&&Object['hasOwnProperty']['call'](_0x935b75,'wasUndone')&&_0x4b09c2['uint32'](0x20)['bool'](_0x935b75['wasUndone']),_0x4b09c2;},_0x183668['encodeDelimited']=function(_0x312e2b,_0x2ec9da){return this['encode'](_0x312e2b,_0x2ec9da)['ldelim']();},_0x183668['decode']=function(_0x45d073,_0x486b77){_0x45d073 instanceof _0x3000d9||(_0x45d073=_0x3000d9['create'](_0x45d073));for(var _0x4df9e3=void 0x0===_0x486b77?_0x45d073['len']:_0x45d073['pos']+_0x486b77,_0x838883=new _0x3cc747['MoveOperation']();_0x45d073['pos']<_0x4df9e3;){var _0x1534c1=_0x45d073['uint32']();switch(_0x1534c1>>>0x3){case 0x1:_0x838883['sourcePosition']=_0x3cc747['Position']['decode'](_0x45d073,_0x45d073['uint32']());break;case 0x2:_0x838883['howMany']=_0x45d073['uint32']();break;case 0x3:_0x838883['targetPosition']=_0x3cc747['Position']['decode'](_0x45d073,_0x45d073['uint32']());break;case 0x4:_0x838883['wasUndone']=_0x45d073['bool']();break;default:_0x45d073['skipType'](0x7&_0x1534c1);}}return _0x838883;},_0x183668['decodeDelimited']=function(_0x5cd784){return _0x5cd784 instanceof _0x3000d9||(_0x5cd784=new _0x3000d9(_0x5cd784)),this['decode'](_0x5cd784,_0x5cd784['uint32']());},_0x183668['verify']=function(_0x38aced){if('object'!=typeof _0x38aced||null===_0x38aced)return'object\x20expected';var _0x5eee0d;if(null!=_0x38aced['sourcePosition']&&_0x38aced['hasOwnProperty']('sourcePosition')&&(_0x5eee0d=_0x3cc747['Position']['verify'](_0x38aced['sourcePosition'])))return'sourcePosition.'+_0x5eee0d;if(null!=_0x38aced['howMany']&&_0x38aced['hasOwnProperty']('howMany')&&!_0x5f5597['isInteger'](_0x38aced['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x38aced['targetPosition']&&_0x38aced['hasOwnProperty']('targetPosition')&&(_0x5eee0d=_0x3cc747['Position']['verify'](_0x38aced['targetPosition'])))return'targetPosition.'+_0x5eee0d;return null!=_0x38aced['wasUndone']&&_0x38aced['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x38aced['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x183668['fromObject']=function(_0x4ecdee){if(_0x4ecdee instanceof _0x3cc747['MoveOperation'])return _0x4ecdee;var _0xcd7045=new _0x3cc747['MoveOperation']();if(null!=_0x4ecdee['sourcePosition']){if('object'!=typeof _0x4ecdee['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0xcd7045['sourcePosition']=_0x3cc747['Position']['fromObject'](_0x4ecdee['sourcePosition']);}if(null!=_0x4ecdee['howMany']&&(_0xcd7045['howMany']=_0x4ecdee['howMany']>>>0x0),null!=_0x4ecdee['targetPosition']){if('object'!=typeof _0x4ecdee['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0xcd7045['targetPosition']=_0x3cc747['Position']['fromObject'](_0x4ecdee['targetPosition']);}return null!=_0x4ecdee['wasUndone']&&(_0xcd7045['wasUndone']=Boolean(_0x4ecdee['wasUndone'])),_0xcd7045;},_0x183668['toObject']=function(_0x2f58e6,_0x174861){_0x174861||(_0x174861={});var _0x569bf7={};return _0x174861['defaults']&&(_0x569bf7['sourcePosition']=null,_0x569bf7['howMany']=0x0,_0x569bf7['targetPosition']=null,_0x569bf7['wasUndone']=!0x1),null!=_0x2f58e6['sourcePosition']&&_0x2f58e6['hasOwnProperty']('sourcePosition')&&(_0x569bf7['sourcePosition']=_0x3cc747['Position']['toObject'](_0x2f58e6['sourcePosition'],_0x174861)),null!=_0x2f58e6['howMany']&&_0x2f58e6['hasOwnProperty']('howMany')&&(_0x569bf7['howMany']=_0x2f58e6['howMany']),null!=_0x2f58e6['targetPosition']&&_0x2f58e6['hasOwnProperty']('targetPosition')&&(_0x569bf7['targetPosition']=_0x3cc747['Position']['toObject'](_0x2f58e6['targetPosition'],_0x174861)),null!=_0x2f58e6['wasUndone']&&_0x2f58e6['hasOwnProperty']('wasUndone')&&(_0x569bf7['wasUndone']=_0x2f58e6['wasUndone']),_0x569bf7;},_0x183668['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1591e9['util']['toJSONOptions']);},_0x183668['getTypeUrl']=function(_0x1b2e6b){return void 0x0===_0x1b2e6b&&(_0x1b2e6b='type.googleapis.com'),_0x1b2e6b+'/MoveOperation';},_0x183668;}()),_0x3cc747['RenameOperation']=(function(){function _0x11ed19(_0x2db70e){if(_0x2db70e){for(var _0x5d7f83=Object['keys'](_0x2db70e),_0x4368af=0x0;_0x4368af<_0x5d7f83['length'];++_0x4368af)null!=_0x2db70e[_0x5d7f83[_0x4368af]]&&(this[_0x5d7f83[_0x4368af]]=_0x2db70e[_0x5d7f83[_0x4368af]]);}}return _0x11ed19['prototype']['position']=null,_0x11ed19['prototype']['oldName']='',_0x11ed19['prototype']['newName']='',_0x11ed19['prototype']['wasUndone']=!0x1,_0x11ed19['create']=function(_0x455366){return new _0x11ed19(_0x455366);},_0x11ed19['encode']=function(_0x32148b,_0x7c09be){return _0x7c09be||(_0x7c09be=_0x454831['create']()),null!=_0x32148b['position']&&Object['hasOwnProperty']['call'](_0x32148b,'position')&&_0x3cc747['Position']['encode'](_0x32148b['position'],_0x7c09be['uint32'](0xa)['fork']())['ldelim'](),null!=_0x32148b['oldName']&&Object['hasOwnProperty']['call'](_0x32148b,'oldName')&&_0x7c09be['uint32'](0x12)['string'](_0x32148b['oldName']),null!=_0x32148b['newName']&&Object['hasOwnProperty']['call'](_0x32148b,'newName')&&_0x7c09be['uint32'](0x1a)['string'](_0x32148b['newName']),null!=_0x32148b['wasUndone']&&Object['hasOwnProperty']['call'](_0x32148b,'wasUndone')&&_0x7c09be['uint32'](0x20)['bool'](_0x32148b['wasUndone']),_0x7c09be;},_0x11ed19['encodeDelimited']=function(_0x3bab5c,_0x113f3a){return this['encode'](_0x3bab5c,_0x113f3a)['ldelim']();},_0x11ed19['decode']=function(_0x2693ba,_0x1d3389){_0x2693ba instanceof _0x3000d9||(_0x2693ba=_0x3000d9['create'](_0x2693ba));for(var _0x1a1dc6=void 0x0===_0x1d3389?_0x2693ba['len']:_0x2693ba['pos']+_0x1d3389,_0x49b339=new _0x3cc747['RenameOperation']();_0x2693ba['pos']<_0x1a1dc6;){var _0x43bcd4=_0x2693ba['uint32']();switch(_0x43bcd4>>>0x3){case 0x1:_0x49b339['position']=_0x3cc747['Position']['decode'](_0x2693ba,_0x2693ba['uint32']());break;case 0x2:_0x49b339['oldName']=_0x2693ba['string']();break;case 0x3:_0x49b339['newName']=_0x2693ba['string']();break;case 0x4:_0x49b339['wasUndone']=_0x2693ba['bool']();break;default:_0x2693ba['skipType'](0x7&_0x43bcd4);}}return _0x49b339;},_0x11ed19['decodeDelimited']=function(_0x1125d8){return _0x1125d8 instanceof _0x3000d9||(_0x1125d8=new _0x3000d9(_0x1125d8)),this['decode'](_0x1125d8,_0x1125d8['uint32']());},_0x11ed19['verify']=function(_0x3ae60e){if('object'!=typeof _0x3ae60e||null===_0x3ae60e)return'object\x20expected';if(null!=_0x3ae60e['position']&&_0x3ae60e['hasOwnProperty']('position')){var _0x45bffa=_0x3cc747['Position']['verify'](_0x3ae60e['position']);if(_0x45bffa)return'position.'+_0x45bffa;}return null!=_0x3ae60e['oldName']&&_0x3ae60e['hasOwnProperty']('oldName')&&!_0x5f5597['isString'](_0x3ae60e['oldName'])?'oldName:\x20string\x20expected':null!=_0x3ae60e['newName']&&_0x3ae60e['hasOwnProperty']('newName')&&!_0x5f5597['isString'](_0x3ae60e['newName'])?'newName:\x20string\x20expected':null!=_0x3ae60e['wasUndone']&&_0x3ae60e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3ae60e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x11ed19['fromObject']=function(_0x4db7fc){if(_0x4db7fc instanceof _0x3cc747['RenameOperation'])return _0x4db7fc;var _0x1c6c75=new _0x3cc747['RenameOperation']();if(null!=_0x4db7fc['position']){if('object'!=typeof _0x4db7fc['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x1c6c75['position']=_0x3cc747['Position']['fromObject'](_0x4db7fc['position']);}return null!=_0x4db7fc['oldName']&&(_0x1c6c75['oldName']=String(_0x4db7fc['oldName'])),null!=_0x4db7fc['newName']&&(_0x1c6c75['newName']=String(_0x4db7fc['newName'])),null!=_0x4db7fc['wasUndone']&&(_0x1c6c75['wasUndone']=Boolean(_0x4db7fc['wasUndone'])),_0x1c6c75;},_0x11ed19['toObject']=function(_0x4bf195,_0x2d4050){_0x2d4050||(_0x2d4050={});var _0x9b0d51={};return _0x2d4050['defaults']&&(_0x9b0d51['position']=null,_0x9b0d51['oldName']='',_0x9b0d51['newName']='',_0x9b0d51['wasUndone']=!0x1),null!=_0x4bf195['position']&&_0x4bf195['hasOwnProperty']('position')&&(_0x9b0d51['position']=_0x3cc747['Position']['toObject'](_0x4bf195['position'],_0x2d4050)),null!=_0x4bf195['oldName']&&_0x4bf195['hasOwnProperty']('oldName')&&(_0x9b0d51['oldName']=_0x4bf195['oldName']),null!=_0x4bf195['newName']&&_0x4bf195['hasOwnProperty']('newName')&&(_0x9b0d51['newName']=_0x4bf195['newName']),null!=_0x4bf195['wasUndone']&&_0x4bf195['hasOwnProperty']('wasUndone')&&(_0x9b0d51['wasUndone']=_0x4bf195['wasUndone']),_0x9b0d51;},_0x11ed19['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1591e9['util']['toJSONOptions']);},_0x11ed19['getTypeUrl']=function(_0x3ba77a){return void 0x0===_0x3ba77a&&(_0x3ba77a='type.googleapis.com'),_0x3ba77a+'/RenameOperation';},_0x11ed19;}()),_0x3cc747['RootAttributeOperation']=(function(){function _0x33414a(_0x3da5d2){if(_0x3da5d2){for(var _0x4e2713=Object['keys'](_0x3da5d2),_0x117299=0x0;_0x117299<_0x4e2713['length'];++_0x117299)null!=_0x3da5d2[_0x4e2713[_0x117299]]&&(this[_0x4e2713[_0x117299]]=_0x3da5d2[_0x4e2713[_0x117299]]);}}return _0x33414a['prototype']['root']='',_0x33414a['prototype']['key']='',_0x33414a['prototype']['oldValueBoolean']=!0x1,_0x33414a['prototype']['oldValueJson']='',_0x33414a['prototype']['newValueBoolean']=!0x1,_0x33414a['prototype']['newValueJson']='',_0x33414a['prototype']['wasUndone']=!0x1,_0x33414a['create']=function(_0x463835){return new _0x33414a(_0x463835);},_0x33414a['encode']=function(_0x4da52d,_0x1e8d71){return _0x1e8d71||(_0x1e8d71=_0x454831['create']()),null!=_0x4da52d['root']&&Object['hasOwnProperty']['call'](_0x4da52d,'root')&&_0x1e8d71['uint32'](0xa)['string'](_0x4da52d['root']),null!=_0x4da52d['key']&&Object['hasOwnProperty']['call'](_0x4da52d,'key')&&_0x1e8d71['uint32'](0x12)['string'](_0x4da52d['key']),null!=_0x4da52d['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x4da52d,'oldValueBoolean')&&_0x1e8d71['uint32'](0x18)['bool'](_0x4da52d['oldValueBoolean']),null!=_0x4da52d['oldValueJson']&&Object['hasOwnProperty']['call'](_0x4da52d,'oldValueJson')&&_0x1e8d71['uint32'](0x22)['string'](_0x4da52d['oldValueJson']),null!=_0x4da52d['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x4da52d,'newValueBoolean')&&_0x1e8d71['uint32'](0x28)['bool'](_0x4da52d['newValueBoolean']),null!=_0x4da52d['newValueJson']&&Object['hasOwnProperty']['call'](_0x4da52d,'newValueJson')&&_0x1e8d71['uint32'](0x32)['string'](_0x4da52d['newValueJson']),null!=_0x4da52d['wasUndone']&&Object['hasOwnProperty']['call'](_0x4da52d,'wasUndone')&&_0x1e8d71['uint32'](0x38)['bool'](_0x4da52d['wasUndone']),_0x1e8d71;},_0x33414a['encodeDelimited']=function(_0x33b833,_0x25cd64){return this['encode'](_0x33b833,_0x25cd64)['ldelim']();},_0x33414a['decode']=function(_0x12ae3d,_0x3fe45c){_0x12ae3d instanceof _0x3000d9||(_0x12ae3d=_0x3000d9['create'](_0x12ae3d));for(var _0xeb4001=void 0x0===_0x3fe45c?_0x12ae3d['len']:_0x12ae3d['pos']+_0x3fe45c,_0x456ac2=new _0x3cc747['RootAttributeOperation']();_0x12ae3d['pos']<_0xeb4001;){var _0x4fbec5=_0x12ae3d['uint32']();switch(_0x4fbec5>>>0x3){case 0x1:_0x456ac2['root']=_0x12ae3d['string']();break;case 0x2:_0x456ac2['key']=_0x12ae3d['string']();break;case 0x3:_0x456ac2['oldValueBoolean']=_0x12ae3d['bool']();break;case 0x4:_0x456ac2['oldValueJson']=_0x12ae3d['string']();break;case 0x5:_0x456ac2['newValueBoolean']=_0x12ae3d['bool']();break;case 0x6:_0x456ac2['newValueJson']=_0x12ae3d['string']();break;case 0x7:_0x456ac2['wasUndone']=_0x12ae3d['bool']();break;default:_0x12ae3d['skipType'](0x7&_0x4fbec5);}}return _0x456ac2;},_0x33414a['decodeDelimited']=function(_0x1ce99c){return _0x1ce99c instanceof _0x3000d9||(_0x1ce99c=new _0x3000d9(_0x1ce99c)),this['decode'](_0x1ce99c,_0x1ce99c['uint32']());},_0x33414a['verify']=function(_0x56c5a8){return'object'!=typeof _0x56c5a8||null===_0x56c5a8?'object\x20expected':null!=_0x56c5a8['root']&&_0x56c5a8['hasOwnProperty']('root')&&!_0x5f5597['isString'](_0x56c5a8['root'])?'root:\x20string\x20expected':null!=_0x56c5a8['key']&&_0x56c5a8['hasOwnProperty']('key')&&!_0x5f5597['isString'](_0x56c5a8['key'])?'key:\x20string\x20expected':null!=_0x56c5a8['oldValueBoolean']&&_0x56c5a8['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x56c5a8['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x56c5a8['oldValueJson']&&_0x56c5a8['hasOwnProperty']('oldValueJson')&&!_0x5f5597['isString'](_0x56c5a8['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x56c5a8['newValueBoolean']&&_0x56c5a8['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x56c5a8['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x56c5a8['newValueJson']&&_0x56c5a8['hasOwnProperty']('newValueJson')&&!_0x5f5597['isString'](_0x56c5a8['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x56c5a8['wasUndone']&&_0x56c5a8['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x56c5a8['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x33414a['fromObject']=function(_0x4f5b6a){if(_0x4f5b6a instanceof _0x3cc747['RootAttributeOperation'])return _0x4f5b6a;var _0x2c4af4=new _0x3cc747['RootAttributeOperation']();return null!=_0x4f5b6a['root']&&(_0x2c4af4['root']=String(_0x4f5b6a['root'])),null!=_0x4f5b6a['key']&&(_0x2c4af4['key']=String(_0x4f5b6a['key'])),null!=_0x4f5b6a['oldValueBoolean']&&(_0x2c4af4['oldValueBoolean']=Boolean(_0x4f5b6a['oldValueBoolean'])),null!=_0x4f5b6a['oldValueJson']&&(_0x2c4af4['oldValueJson']=String(_0x4f5b6a['oldValueJson'])),null!=_0x4f5b6a['newValueBoolean']&&(_0x2c4af4['newValueBoolean']=Boolean(_0x4f5b6a['newValueBoolean'])),null!=_0x4f5b6a['newValueJson']&&(_0x2c4af4['newValueJson']=String(_0x4f5b6a['newValueJson'])),null!=_0x4f5b6a['wasUndone']&&(_0x2c4af4['wasUndone']=Boolean(_0x4f5b6a['wasUndone'])),_0x2c4af4;},_0x33414a['toObject']=function(_0x1ab6b7,_0x48fc76){_0x48fc76||(_0x48fc76={});var _0x54ef73={};return _0x48fc76['defaults']&&(_0x54ef73['root']='',_0x54ef73['key']='',_0x54ef73['oldValueBoolean']=!0x1,_0x54ef73['oldValueJson']='',_0x54ef73['newValueBoolean']=!0x1,_0x54ef73['newValueJson']='',_0x54ef73['wasUndone']=!0x1),null!=_0x1ab6b7['root']&&_0x1ab6b7['hasOwnProperty']('root')&&(_0x54ef73['root']=_0x1ab6b7['root']),null!=_0x1ab6b7['key']&&_0x1ab6b7['hasOwnProperty']('key')&&(_0x54ef73['key']=_0x1ab6b7['key']),null!=_0x1ab6b7['oldValueBoolean']&&_0x1ab6b7['hasOwnProperty']('oldValueBoolean')&&(_0x54ef73['oldValueBoolean']=_0x1ab6b7['oldValueBoolean']),null!=_0x1ab6b7['oldValueJson']&&_0x1ab6b7['hasOwnProperty']('oldValueJson')&&(_0x54ef73['oldValueJson']=_0x1ab6b7['oldValueJson']),null!=_0x1ab6b7['newValueBoolean']&&_0x1ab6b7['hasOwnProperty']('newValueBoolean')&&(_0x54ef73['newValueBoolean']=_0x1ab6b7['newValueBoolean']),null!=_0x1ab6b7['newValueJson']&&_0x1ab6b7['hasOwnProperty']('newValueJson')&&(_0x54ef73['newValueJson']=_0x1ab6b7['newValueJson']),null!=_0x1ab6b7['wasUndone']&&_0x1ab6b7['hasOwnProperty']('wasUndone')&&(_0x54ef73['wasUndone']=_0x1ab6b7['wasUndone']),_0x54ef73;},_0x33414a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1591e9['util']['toJSONOptions']);},_0x33414a['getTypeUrl']=function(_0x30643b){return void 0x0===_0x30643b&&(_0x30643b='type.googleapis.com'),_0x30643b+'/RootAttributeOperation';},_0x33414a;}()),_0x3cc747['RootOperation']=(function(){function _0x3af3be(_0x453388){if(_0x453388){for(var _0x378273=Object['keys'](_0x453388),_0x35c838=0x0;_0x35c838<_0x378273['length'];++_0x35c838)null!=_0x453388[_0x378273[_0x35c838]]&&(this[_0x378273[_0x35c838]]=_0x453388[_0x378273[_0x35c838]]);}}return _0x3af3be['prototype']['rootName']='',_0x3af3be['prototype']['elementName']='',_0x3af3be['prototype']['isAdd']=!0x1,_0x3af3be['prototype']['wasUndone']=!0x1,_0x3af3be['create']=function(_0x4a0632){return new _0x3af3be(_0x4a0632);},_0x3af3be['encode']=function(_0x414fba,_0x48229d){return _0x48229d||(_0x48229d=_0x454831['create']()),null!=_0x414fba['rootName']&&Object['hasOwnProperty']['call'](_0x414fba,'rootName')&&_0x48229d['uint32'](0xa)['string'](_0x414fba['rootName']),null!=_0x414fba['elementName']&&Object['hasOwnProperty']['call'](_0x414fba,'elementName')&&_0x48229d['uint32'](0x12)['string'](_0x414fba['elementName']),null!=_0x414fba['isAdd']&&Object['hasOwnProperty']['call'](_0x414fba,'isAdd')&&_0x48229d['uint32'](0x18)['bool'](_0x414fba['isAdd']),null!=_0x414fba['wasUndone']&&Object['hasOwnProperty']['call'](_0x414fba,'wasUndone')&&_0x48229d['uint32'](0x20)['bool'](_0x414fba['wasUndone']),_0x48229d;},_0x3af3be['encodeDelimited']=function(_0x4ce79d,_0x27f8e3){return this['encode'](_0x4ce79d,_0x27f8e3)['ldelim']();},_0x3af3be['decode']=function(_0x15b0ce,_0x30cd73){_0x15b0ce instanceof _0x3000d9||(_0x15b0ce=_0x3000d9['create'](_0x15b0ce));for(var _0x4f0ecc=void 0x0===_0x30cd73?_0x15b0ce['len']:_0x15b0ce['pos']+_0x30cd73,_0xa932b0=new _0x3cc747['RootOperation']();_0x15b0ce['pos']<_0x4f0ecc;){var _0x2be1e5=_0x15b0ce['uint32']();switch(_0x2be1e5>>>0x3){case 0x1:_0xa932b0['rootName']=_0x15b0ce['string']();break;case 0x2:_0xa932b0['elementName']=_0x15b0ce['string']();break;case 0x3:_0xa932b0['isAdd']=_0x15b0ce['bool']();break;case 0x4:_0xa932b0['wasUndone']=_0x15b0ce['bool']();break;default:_0x15b0ce['skipType'](0x7&_0x2be1e5);}}return _0xa932b0;},_0x3af3be['decodeDelimited']=function(_0x46fbbb){return _0x46fbbb instanceof _0x3000d9||(_0x46fbbb=new _0x3000d9(_0x46fbbb)),this['decode'](_0x46fbbb,_0x46fbbb['uint32']());},_0x3af3be['verify']=function(_0x4003fe){return'object'!=typeof _0x4003fe||null===_0x4003fe?'object\x20expected':null!=_0x4003fe['rootName']&&_0x4003fe['hasOwnProperty']('rootName')&&!_0x5f5597['isString'](_0x4003fe['rootName'])?'rootName:\x20string\x20expected':null!=_0x4003fe['elementName']&&_0x4003fe['hasOwnProperty']('elementName')&&!_0x5f5597['isString'](_0x4003fe['elementName'])?'elementName:\x20string\x20expected':null!=_0x4003fe['isAdd']&&_0x4003fe['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x4003fe['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x4003fe['wasUndone']&&_0x4003fe['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4003fe['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3af3be['fromObject']=function(_0x7edbbc){if(_0x7edbbc instanceof _0x3cc747['RootOperation'])return _0x7edbbc;var _0x2f9e60=new _0x3cc747['RootOperation']();return null!=_0x7edbbc['rootName']&&(_0x2f9e60['rootName']=String(_0x7edbbc['rootName'])),null!=_0x7edbbc['elementName']&&(_0x2f9e60['elementName']=String(_0x7edbbc['elementName'])),null!=_0x7edbbc['isAdd']&&(_0x2f9e60['isAdd']=Boolean(_0x7edbbc['isAdd'])),null!=_0x7edbbc['wasUndone']&&(_0x2f9e60['wasUndone']=Boolean(_0x7edbbc['wasUndone'])),_0x2f9e60;},_0x3af3be['toObject']=function(_0x3d61c3,_0x2e25f7){_0x2e25f7||(_0x2e25f7={});var _0x308d1c={};return _0x2e25f7['defaults']&&(_0x308d1c['rootName']='',_0x308d1c['elementName']='',_0x308d1c['isAdd']=!0x1,_0x308d1c['wasUndone']=!0x1),null!=_0x3d61c3['rootName']&&_0x3d61c3['hasOwnProperty']('rootName')&&(_0x308d1c['rootName']=_0x3d61c3['rootName']),null!=_0x3d61c3['elementName']&&_0x3d61c3['hasOwnProperty']('elementName')&&(_0x308d1c['elementName']=_0x3d61c3['elementName']),null!=_0x3d61c3['isAdd']&&_0x3d61c3['hasOwnProperty']('isAdd')&&(_0x308d1c['isAdd']=_0x3d61c3['isAdd']),null!=_0x3d61c3['wasUndone']&&_0x3d61c3['hasOwnProperty']('wasUndone')&&(_0x308d1c['wasUndone']=_0x3d61c3['wasUndone']),_0x308d1c;},_0x3af3be['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1591e9['util']['toJSONOptions']);},_0x3af3be['getTypeUrl']=function(_0x4f2e1a){return void 0x0===_0x4f2e1a&&(_0x4f2e1a='type.googleapis.com'),_0x4f2e1a+'/RootOperation';},_0x3af3be;}()),_0x3cc747['SplitOperation']=(function(){function _0x53c9e7(_0x40aefd){if(_0x40aefd){for(var _0x3efb47=Object['keys'](_0x40aefd),_0x2ec228=0x0;_0x2ec228<_0x3efb47['length'];++_0x2ec228)null!=_0x40aefd[_0x3efb47[_0x2ec228]]&&(this[_0x3efb47[_0x2ec228]]=_0x40aefd[_0x3efb47[_0x2ec228]]);}}return _0x53c9e7['prototype']['splitPosition']=null,_0x53c9e7['prototype']['graveyardPosition']=null,_0x53c9e7['prototype']['howMany']=0x0,_0x53c9e7['prototype']['insertionPosition']=null,_0x53c9e7['prototype']['wasUndone']=!0x1,_0x53c9e7['create']=function(_0x10cd1a){return new _0x53c9e7(_0x10cd1a);},_0x53c9e7['encode']=function(_0x2926d2,_0x51f95c){return _0x51f95c||(_0x51f95c=_0x454831['create']()),null!=_0x2926d2['splitPosition']&&Object['hasOwnProperty']['call'](_0x2926d2,'splitPosition')&&_0x3cc747['Position']['encode'](_0x2926d2['splitPosition'],_0x51f95c['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2926d2['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x2926d2,'graveyardPosition')&&_0x3cc747['Position']['encode'](_0x2926d2['graveyardPosition'],_0x51f95c['uint32'](0x12)['fork']())['ldelim'](),null!=_0x2926d2['howMany']&&Object['hasOwnProperty']['call'](_0x2926d2,'howMany')&&_0x51f95c['uint32'](0x18)['uint32'](_0x2926d2['howMany']),null!=_0x2926d2['insertionPosition']&&Object['hasOwnProperty']['call'](_0x2926d2,'insertionPosition')&&_0x3cc747['Position']['encode'](_0x2926d2['insertionPosition'],_0x51f95c['uint32'](0x22)['fork']())['ldelim'](),null!=_0x2926d2['wasUndone']&&Object['hasOwnProperty']['call'](_0x2926d2,'wasUndone')&&_0x51f95c['uint32'](0x28)['bool'](_0x2926d2['wasUndone']),_0x51f95c;},_0x53c9e7['encodeDelimited']=function(_0x2abeaa,_0x5c5b35){return this['encode'](_0x2abeaa,_0x5c5b35)['ldelim']();},_0x53c9e7['decode']=function(_0x46d10d,_0x210df6){_0x46d10d instanceof _0x3000d9||(_0x46d10d=_0x3000d9['create'](_0x46d10d));for(var _0x30e985=void 0x0===_0x210df6?_0x46d10d['len']:_0x46d10d['pos']+_0x210df6,_0xc190fc=new _0x3cc747['SplitOperation']();_0x46d10d['pos']<_0x30e985;){var _0x27f1de=_0x46d10d['uint32']();switch(_0x27f1de>>>0x3){case 0x1:_0xc190fc['splitPosition']=_0x3cc747['Position']['decode'](_0x46d10d,_0x46d10d['uint32']());break;case 0x2:_0xc190fc['graveyardPosition']=_0x3cc747['Position']['decode'](_0x46d10d,_0x46d10d['uint32']());break;case 0x3:_0xc190fc['howMany']=_0x46d10d['uint32']();break;case 0x4:_0xc190fc['insertionPosition']=_0x3cc747['Position']['decode'](_0x46d10d,_0x46d10d['uint32']());break;case 0x5:_0xc190fc['wasUndone']=_0x46d10d['bool']();break;default:_0x46d10d['skipType'](0x7&_0x27f1de);}}return _0xc190fc;},_0x53c9e7['decodeDelimited']=function(_0x19da07){return _0x19da07 instanceof _0x3000d9||(_0x19da07=new _0x3000d9(_0x19da07)),this['decode'](_0x19da07,_0x19da07['uint32']());},_0x53c9e7['verify']=function(_0x30abe2){if('object'!=typeof _0x30abe2||null===_0x30abe2)return'object\x20expected';var _0x3f7284;if(null!=_0x30abe2['splitPosition']&&_0x30abe2['hasOwnProperty']('splitPosition')&&(_0x3f7284=_0x3cc747['Position']['verify'](_0x30abe2['splitPosition'])))return'splitPosition.'+_0x3f7284;if(null!=_0x30abe2['graveyardPosition']&&_0x30abe2['hasOwnProperty']('graveyardPosition')&&(_0x3f7284=_0x3cc747['Position']['verify'](_0x30abe2['graveyardPosition'])))return'graveyardPosition.'+_0x3f7284;if(null!=_0x30abe2['howMany']&&_0x30abe2['hasOwnProperty']('howMany')&&!_0x5f5597['isInteger'](_0x30abe2['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x30abe2['insertionPosition']&&_0x30abe2['hasOwnProperty']('insertionPosition')&&(_0x3f7284=_0x3cc747['Position']['verify'](_0x30abe2['insertionPosition'])))return'insertionPosition.'+_0x3f7284;return null!=_0x30abe2['wasUndone']&&_0x30abe2['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x30abe2['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x53c9e7['fromObject']=function(_0x42e919){if(_0x42e919 instanceof _0x3cc747['SplitOperation'])return _0x42e919;var _0x505c6c=new _0x3cc747['SplitOperation']();if(null!=_0x42e919['splitPosition']){if('object'!=typeof _0x42e919['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x505c6c['splitPosition']=_0x3cc747['Position']['fromObject'](_0x42e919['splitPosition']);}if(null!=_0x42e919['graveyardPosition']){if('object'!=typeof _0x42e919['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x505c6c['graveyardPosition']=_0x3cc747['Position']['fromObject'](_0x42e919['graveyardPosition']);}if(null!=_0x42e919['howMany']&&(_0x505c6c['howMany']=_0x42e919['howMany']>>>0x0),null!=_0x42e919['insertionPosition']){if('object'!=typeof _0x42e919['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x505c6c['insertionPosition']=_0x3cc747['Position']['fromObject'](_0x42e919['insertionPosition']);}return null!=_0x42e919['wasUndone']&&(_0x505c6c['wasUndone']=Boolean(_0x42e919['wasUndone'])),_0x505c6c;},_0x53c9e7['toObject']=function(_0x3bd9c5,_0x538b0d){_0x538b0d||(_0x538b0d={});var _0x36f669={};return _0x538b0d['defaults']&&(_0x36f669['splitPosition']=null,_0x36f669['graveyardPosition']=null,_0x36f669['howMany']=0x0,_0x36f669['insertionPosition']=null,_0x36f669['wasUndone']=!0x1),null!=_0x3bd9c5['splitPosition']&&_0x3bd9c5['hasOwnProperty']('splitPosition')&&(_0x36f669['splitPosition']=_0x3cc747['Position']['toObject'](_0x3bd9c5['splitPosition'],_0x538b0d)),null!=_0x3bd9c5['graveyardPosition']&&_0x3bd9c5['hasOwnProperty']('graveyardPosition')&&(_0x36f669['graveyardPosition']=_0x3cc747['Position']['toObject'](_0x3bd9c5['graveyardPosition'],_0x538b0d)),null!=_0x3bd9c5['howMany']&&_0x3bd9c5['hasOwnProperty']('howMany')&&(_0x36f669['howMany']=_0x3bd9c5['howMany']),null!=_0x3bd9c5['insertionPosition']&&_0x3bd9c5['hasOwnProperty']('insertionPosition')&&(_0x36f669['insertionPosition']=_0x3cc747['Position']['toObject'](_0x3bd9c5['insertionPosition'],_0x538b0d)),null!=_0x3bd9c5['wasUndone']&&_0x3bd9c5['hasOwnProperty']('wasUndone')&&(_0x36f669['wasUndone']=_0x3bd9c5['wasUndone']),_0x36f669;},_0x53c9e7['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1591e9['util']['toJSONOptions']);},_0x53c9e7['getTypeUrl']=function(_0xad6758){return void 0x0===_0xad6758&&(_0xad6758='type.googleapis.com'),_0xad6758+'/SplitOperation';},_0x53c9e7;}()),_0x3cc747['Position']=(function(){function _0x4e1ad0(_0x5d882e){if(this['path']=[],_0x5d882e){for(var _0x82fed1=Object['keys'](_0x5d882e),_0x5174ff=0x0;_0x5174ff<_0x82fed1['length'];++_0x5174ff)null!=_0x5d882e[_0x82fed1[_0x5174ff]]&&(this[_0x82fed1[_0x5174ff]]=_0x5d882e[_0x82fed1[_0x5174ff]]);}}return _0x4e1ad0['prototype']['root']='',_0x4e1ad0['prototype']['rootMain']=!0x1,_0x4e1ad0['prototype']['rootGraveyard']=!0x1,_0x4e1ad0['prototype']['path']=_0x5f5597['emptyArray'],_0x4e1ad0['prototype']['stickiness']='',_0x4e1ad0['create']=function(_0x329f77){return new _0x4e1ad0(_0x329f77);},_0x4e1ad0['encode']=function(_0x2844a9,_0x3bf5ee){if(_0x3bf5ee||(_0x3bf5ee=_0x454831['create']()),null!=_0x2844a9['root']&&Object['hasOwnProperty']['call'](_0x2844a9,'root')&&_0x3bf5ee['uint32'](0xa)['string'](_0x2844a9['root']),null!=_0x2844a9['rootMain']&&Object['hasOwnProperty']['call'](_0x2844a9,'rootMain')&&_0x3bf5ee['uint32'](0x10)['bool'](_0x2844a9['rootMain']),null!=_0x2844a9['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x2844a9,'rootGraveyard')&&_0x3bf5ee['uint32'](0x18)['bool'](_0x2844a9['rootGraveyard']),null!=_0x2844a9['path']&&_0x2844a9['path']['length']){_0x3bf5ee['uint32'](0x22)['fork']();for(var _0x464b8a=0x0;_0x464b8a<_0x2844a9['path']['length'];++_0x464b8a)_0x3bf5ee['uint32'](_0x2844a9['path'][_0x464b8a]);_0x3bf5ee['ldelim']();}return null!=_0x2844a9['stickiness']&&Object['hasOwnProperty']['call'](_0x2844a9,'stickiness')&&_0x3bf5ee['uint32'](0x2a)['string'](_0x2844a9['stickiness']),_0x3bf5ee;},_0x4e1ad0['encodeDelimited']=function(_0x19ad86,_0x28ea1b){return this['encode'](_0x19ad86,_0x28ea1b)['ldelim']();},_0x4e1ad0['decode']=function(_0x647e78,_0x2845d9){_0x647e78 instanceof _0x3000d9||(_0x647e78=_0x3000d9['create'](_0x647e78));for(var _0x57599e=void 0x0===_0x2845d9?_0x647e78['len']:_0x647e78['pos']+_0x2845d9,_0x540366=new _0x3cc747['Position']();_0x647e78['pos']<_0x57599e;){var _0x3f6958=_0x647e78['uint32']();switch(_0x3f6958>>>0x3){case 0x1:_0x540366['root']=_0x647e78['string']();break;case 0x2:_0x540366['rootMain']=_0x647e78['bool']();break;case 0x3:_0x540366['rootGraveyard']=_0x647e78['bool']();break;case 0x4:if(_0x540366['path']&&_0x540366['path']['length']||(_0x540366['path']=[]),0x2==(0x7&_0x3f6958)){for(var _0x458e01=_0x647e78['uint32']()+_0x647e78['pos'];_0x647e78['pos']<_0x458e01;)_0x540366['path']['push'](_0x647e78['uint32']());}else _0x540366['path']['push'](_0x647e78['uint32']());break;case 0x5:_0x540366['stickiness']=_0x647e78['string']();break;default:_0x647e78['skipType'](0x7&_0x3f6958);}}return _0x540366;},_0x4e1ad0['decodeDelimited']=function(_0x406ff3){return _0x406ff3 instanceof _0x3000d9||(_0x406ff3=new _0x3000d9(_0x406ff3)),this['decode'](_0x406ff3,_0x406ff3['uint32']());},_0x4e1ad0['verify']=function(_0x528c88){if('object'!=typeof _0x528c88||null===_0x528c88)return'object\x20expected';if(null!=_0x528c88['root']&&_0x528c88['hasOwnProperty']('root')&&!_0x5f5597['isString'](_0x528c88['root']))return'root:\x20string\x20expected';if(null!=_0x528c88['rootMain']&&_0x528c88['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x528c88['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x528c88['rootGraveyard']&&_0x528c88['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x528c88['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x528c88['path']&&_0x528c88['hasOwnProperty']('path')){if(!Array['isArray'](_0x528c88['path']))return'path:\x20array\x20expected';for(var _0x546ada=0x0;_0x546ada<_0x528c88['path']['length'];++_0x546ada)if(!_0x5f5597['isInteger'](_0x528c88['path'][_0x546ada]))return'path:\x20integer[]\x20expected';}return null!=_0x528c88['stickiness']&&_0x528c88['hasOwnProperty']('stickiness')&&!_0x5f5597['isString'](_0x528c88['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x4e1ad0['fromObject']=function(_0x11ec1c){if(_0x11ec1c instanceof _0x3cc747['Position'])return _0x11ec1c;var _0x4326cc=new _0x3cc747['Position']();if(null!=_0x11ec1c['root']&&(_0x4326cc['root']=String(_0x11ec1c['root'])),null!=_0x11ec1c['rootMain']&&(_0x4326cc['rootMain']=Boolean(_0x11ec1c['rootMain'])),null!=_0x11ec1c['rootGraveyard']&&(_0x4326cc['rootGraveyard']=Boolean(_0x11ec1c['rootGraveyard'])),_0x11ec1c['path']){if(!Array['isArray'](_0x11ec1c['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x4326cc['path']=[];for(var _0x4462f2=0x0;_0x4462f2<_0x11ec1c['path']['length'];++_0x4462f2)_0x4326cc['path'][_0x4462f2]=_0x11ec1c['path'][_0x4462f2]>>>0x0;}return null!=_0x11ec1c['stickiness']&&(_0x4326cc['stickiness']=String(_0x11ec1c['stickiness'])),_0x4326cc;},_0x4e1ad0['toObject']=function(_0xb41b4e,_0xdb33f9){_0xdb33f9||(_0xdb33f9={});var _0x4be29a={};if((_0xdb33f9['arrays']||_0xdb33f9['defaults'])&&(_0x4be29a['path']=[]),_0xdb33f9['defaults']&&(_0x4be29a['root']='',_0x4be29a['rootMain']=!0x1,_0x4be29a['rootGraveyard']=!0x1,_0x4be29a['stickiness']=''),null!=_0xb41b4e['root']&&_0xb41b4e['hasOwnProperty']('root')&&(_0x4be29a['root']=_0xb41b4e['root']),null!=_0xb41b4e['rootMain']&&_0xb41b4e['hasOwnProperty']('rootMain')&&(_0x4be29a['rootMain']=_0xb41b4e['rootMain']),null!=_0xb41b4e['rootGraveyard']&&_0xb41b4e['hasOwnProperty']('rootGraveyard')&&(_0x4be29a['rootGraveyard']=_0xb41b4e['rootGraveyard']),_0xb41b4e['path']&&_0xb41b4e['path']['length']){_0x4be29a['path']=[];for(var _0x5c8466=0x0;_0x5c8466<_0xb41b4e['path']['length'];++_0x5c8466)_0x4be29a['path'][_0x5c8466]=_0xb41b4e['path'][_0x5c8466];}return null!=_0xb41b4e['stickiness']&&_0xb41b4e['hasOwnProperty']('stickiness')&&(_0x4be29a['stickiness']=_0xb41b4e['stickiness']),_0x4be29a;},_0x4e1ad0['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1591e9['util']['toJSONOptions']);},_0x4e1ad0['getTypeUrl']=function(_0xb792e8){return void 0x0===_0xb792e8&&(_0xb792e8='type.googleapis.com'),_0xb792e8+'/Position';},_0x4e1ad0;}()),_0x3cc747['Range']=(function(){function _0x12db49(_0x327680){if(_0x327680){for(var _0x1681ef=Object['keys'](_0x327680),_0x25ec1b=0x0;_0x25ec1b<_0x1681ef['length'];++_0x25ec1b)null!=_0x327680[_0x1681ef[_0x25ec1b]]&&(this[_0x1681ef[_0x25ec1b]]=_0x327680[_0x1681ef[_0x25ec1b]]);}}return _0x12db49['prototype']['start']=null,_0x12db49['prototype']['end']=null,_0x12db49['create']=function(_0x3fb772){return new _0x12db49(_0x3fb772);},_0x12db49['encode']=function(_0x2f3792,_0x8252a3){return _0x8252a3||(_0x8252a3=_0x454831['create']()),null!=_0x2f3792['start']&&Object['hasOwnProperty']['call'](_0x2f3792,'start')&&_0x3cc747['Position']['encode'](_0x2f3792['start'],_0x8252a3['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2f3792['end']&&Object['hasOwnProperty']['call'](_0x2f3792,'end')&&_0x3cc747['Position']['encode'](_0x2f3792['end'],_0x8252a3['uint32'](0x12)['fork']())['ldelim'](),_0x8252a3;},_0x12db49['encodeDelimited']=function(_0x191fbb,_0xfbd057){return this['encode'](_0x191fbb,_0xfbd057)['ldelim']();},_0x12db49['decode']=function(_0x31d330,_0x4017d3){_0x31d330 instanceof _0x3000d9||(_0x31d330=_0x3000d9['create'](_0x31d330));for(var _0x3d6828=void 0x0===_0x4017d3?_0x31d330['len']:_0x31d330['pos']+_0x4017d3,_0xec226b=new _0x3cc747['Range']();_0x31d330['pos']<_0x3d6828;){var _0x3fb571=_0x31d330['uint32']();switch(_0x3fb571>>>0x3){case 0x1:_0xec226b['start']=_0x3cc747['Position']['decode'](_0x31d330,_0x31d330['uint32']());break;case 0x2:_0xec226b['end']=_0x3cc747['Position']['decode'](_0x31d330,_0x31d330['uint32']());break;default:_0x31d330['skipType'](0x7&_0x3fb571);}}return _0xec226b;},_0x12db49['decodeDelimited']=function(_0x4e11fe){return _0x4e11fe instanceof _0x3000d9||(_0x4e11fe=new _0x3000d9(_0x4e11fe)),this['decode'](_0x4e11fe,_0x4e11fe['uint32']());},_0x12db49['verify']=function(_0x560eb1){if('object'!=typeof _0x560eb1||null===_0x560eb1)return'object\x20expected';var _0x39daa0;if(null!=_0x560eb1['start']&&_0x560eb1['hasOwnProperty']('start')&&(_0x39daa0=_0x3cc747['Position']['verify'](_0x560eb1['start'])))return'start.'+_0x39daa0;if(null!=_0x560eb1['end']&&_0x560eb1['hasOwnProperty']('end')&&(_0x39daa0=_0x3cc747['Position']['verify'](_0x560eb1['end'])))return'end.'+_0x39daa0;return null;},_0x12db49['fromObject']=function(_0x42c1a8){if(_0x42c1a8 instanceof _0x3cc747['Range'])return _0x42c1a8;var _0x5b50f=new _0x3cc747['Range']();if(null!=_0x42c1a8['start']){if('object'!=typeof _0x42c1a8['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x5b50f['start']=_0x3cc747['Position']['fromObject'](_0x42c1a8['start']);}if(null!=_0x42c1a8['end']){if('object'!=typeof _0x42c1a8['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x5b50f['end']=_0x3cc747['Position']['fromObject'](_0x42c1a8['end']);}return _0x5b50f;},_0x12db49['toObject']=function(_0x392622,_0x5e7ed5){_0x5e7ed5||(_0x5e7ed5={});var _0x590136={};return _0x5e7ed5['defaults']&&(_0x590136['start']=null,_0x590136['end']=null),null!=_0x392622['start']&&_0x392622['hasOwnProperty']('start')&&(_0x590136['start']=_0x3cc747['Position']['toObject'](_0x392622['start'],_0x5e7ed5)),null!=_0x392622['end']&&_0x392622['hasOwnProperty']('end')&&(_0x590136['end']=_0x3cc747['Position']['toObject'](_0x392622['end'],_0x5e7ed5)),_0x590136;},_0x12db49['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1591e9['util']['toJSONOptions']);},_0x12db49['getTypeUrl']=function(_0x5c3daa){return void 0x0===_0x5c3daa&&(_0x5c3daa='type.googleapis.com'),_0x5c3daa+'/Range';},_0x12db49;}()),_0x3cc747['Element']=(function(){function _0x1a1a8c(_0x79c265){if(this['children']=[],this['attributesBoolean']={},_0x79c265){for(var _0x22af4a=Object['keys'](_0x79c265),_0x1d0095=0x0;_0x1d0095<_0x22af4a['length'];++_0x1d0095)null!=_0x79c265[_0x22af4a[_0x1d0095]]&&(this[_0x22af4a[_0x1d0095]]=_0x79c265[_0x22af4a[_0x1d0095]]);}}return _0x1a1a8c['prototype']['name']='',_0x1a1a8c['prototype']['children']=_0x5f5597['emptyArray'],_0x1a1a8c['prototype']['data']='',_0x1a1a8c['prototype']['attributesBoolean']=_0x5f5597['emptyObject'],_0x1a1a8c['prototype']['attributesJson']='',_0x1a1a8c['create']=function(_0x2cb852){return new _0x1a1a8c(_0x2cb852);},_0x1a1a8c['encode']=function(_0x1342b4,_0x2ac328){if(_0x2ac328||(_0x2ac328=_0x454831['create']()),null!=_0x1342b4['name']&&Object['hasOwnProperty']['call'](_0x1342b4,'name')&&_0x2ac328['uint32'](0xa)['string'](_0x1342b4['name']),null!=_0x1342b4['children']&&_0x1342b4['children']['length']){for(var _0x4f79af=0x0;_0x4f79af<_0x1342b4['children']['length'];++_0x4f79af)_0x3cc747['Element']['encode'](_0x1342b4['children'][_0x4f79af],_0x2ac328['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x1342b4['data']&&Object['hasOwnProperty']['call'](_0x1342b4,'data')&&_0x2ac328['uint32'](0x1a)['string'](_0x1342b4['data']),null!=_0x1342b4['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x1342b4,'attributesBoolean')){var _0x5a0e19=Object['keys'](_0x1342b4['attributesBoolean']);for(_0x4f79af=0x0;_0x4f79af<_0x5a0e19['length'];++_0x4f79af)_0x2ac328['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x5a0e19[_0x4f79af])['uint32'](0x10)['bool'](_0x1342b4['attributesBoolean'][_0x5a0e19[_0x4f79af]])['ldelim']();}return null!=_0x1342b4['attributesJson']&&Object['hasOwnProperty']['call'](_0x1342b4,'attributesJson')&&_0x2ac328['uint32'](0x2a)['string'](_0x1342b4['attributesJson']),_0x2ac328;},_0x1a1a8c['encodeDelimited']=function(_0x5748b4,_0x26d314){return this['encode'](_0x5748b4,_0x26d314)['ldelim']();},_0x1a1a8c['decode']=function(_0x180630,_0x18235a){_0x180630 instanceof _0x3000d9||(_0x180630=_0x3000d9['create'](_0x180630));for(var _0x2be44d,_0x2250f7,_0x3a4089=void 0x0===_0x18235a?_0x180630['len']:_0x180630['pos']+_0x18235a,_0x5e6226=new _0x3cc747['Element']();_0x180630['pos']<_0x3a4089;){var _0x482a17=_0x180630['uint32']();switch(_0x482a17>>>0x3){case 0x1:_0x5e6226['name']=_0x180630['string']();break;case 0x2:_0x5e6226['children']&&_0x5e6226['children']['length']||(_0x5e6226['children']=[]),_0x5e6226['children']['push'](_0x3cc747['Element']['decode'](_0x180630,_0x180630['uint32']()));break;case 0x3:_0x5e6226['data']=_0x180630['string']();break;case 0x4:_0x5e6226['attributesBoolean']===_0x5f5597['emptyObject']&&(_0x5e6226['attributesBoolean']={});var _0x1ea435=_0x180630['uint32']()+_0x180630['pos'];for(_0x2be44d='',_0x2250f7=!0x1;_0x180630['pos']<_0x1ea435;){var _0x138626=_0x180630['uint32']();switch(_0x138626>>>0x3){case 0x1:_0x2be44d=_0x180630['string']();break;case 0x2:_0x2250f7=_0x180630['bool']();break;default:_0x180630['skipType'](0x7&_0x138626);}}_0x5e6226['attributesBoolean'][_0x2be44d]=_0x2250f7;break;case 0x5:_0x5e6226['attributesJson']=_0x180630['string']();break;default:_0x180630['skipType'](0x7&_0x482a17);}}return _0x5e6226;},_0x1a1a8c['decodeDelimited']=function(_0x514f29){return _0x514f29 instanceof _0x3000d9||(_0x514f29=new _0x3000d9(_0x514f29)),this['decode'](_0x514f29,_0x514f29['uint32']());},_0x1a1a8c['verify']=function(_0x1c943b){if('object'!=typeof _0x1c943b||null===_0x1c943b)return'object\x20expected';if(null!=_0x1c943b['name']&&_0x1c943b['hasOwnProperty']('name')&&!_0x5f5597['isString'](_0x1c943b['name']))return'name:\x20string\x20expected';if(null!=_0x1c943b['children']&&_0x1c943b['hasOwnProperty']('children')){if(!Array['isArray'](_0x1c943b['children']))return'children:\x20array\x20expected';for(var _0x50044f=0x0;_0x50044f<_0x1c943b['children']['length'];++_0x50044f){var _0x422de8=_0x3cc747['Element']['verify'](_0x1c943b['children'][_0x50044f]);if(_0x422de8)return'children.'+_0x422de8;}}if(null!=_0x1c943b['data']&&_0x1c943b['hasOwnProperty']('data')&&!_0x5f5597['isString'](_0x1c943b['data']))return'data:\x20string\x20expected';if(null!=_0x1c943b['attributesBoolean']&&_0x1c943b['hasOwnProperty']('attributesBoolean')){if(!_0x5f5597['isObject'](_0x1c943b['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x5431ef=Object['keys'](_0x1c943b['attributesBoolean']);for(_0x50044f=0x0;_0x50044f<_0x5431ef['length'];++_0x50044f)if('boolean'!=typeof _0x1c943b['attributesBoolean'][_0x5431ef[_0x50044f]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x1c943b['attributesJson']&&_0x1c943b['hasOwnProperty']('attributesJson')&&!_0x5f5597['isString'](_0x1c943b['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x1a1a8c['fromObject']=function(_0x6014e3){if(_0x6014e3 instanceof _0x3cc747['Element'])return _0x6014e3;var _0x5c32ea=new _0x3cc747['Element']();if(null!=_0x6014e3['name']&&(_0x5c32ea['name']=String(_0x6014e3['name'])),_0x6014e3['children']){if(!Array['isArray'](_0x6014e3['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x5c32ea['children']=[];for(var _0xf499ca=0x0;_0xf499ca<_0x6014e3['children']['length'];++_0xf499ca){if('object'!=typeof _0x6014e3['children'][_0xf499ca])throw TypeError('.Element.children:\x20object\x20expected');_0x5c32ea['children'][_0xf499ca]=_0x3cc747['Element']['fromObject'](_0x6014e3['children'][_0xf499ca]);}}if(null!=_0x6014e3['data']&&(_0x5c32ea['data']=String(_0x6014e3['data'])),_0x6014e3['attributesBoolean']){if('object'!=typeof _0x6014e3['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x5c32ea['attributesBoolean']={};var _0x4b34ac=Object['keys'](_0x6014e3['attributesBoolean']);for(_0xf499ca=0x0;_0xf499ca<_0x4b34ac['length'];++_0xf499ca)_0x5c32ea['attributesBoolean'][_0x4b34ac[_0xf499ca]]=Boolean(_0x6014e3['attributesBoolean'][_0x4b34ac[_0xf499ca]]);}return null!=_0x6014e3['attributesJson']&&(_0x5c32ea['attributesJson']=String(_0x6014e3['attributesJson'])),_0x5c32ea;},_0x1a1a8c['toObject']=function(_0x5a5021,_0x1d821a){_0x1d821a||(_0x1d821a={});var _0x53ace1,_0x5c021b={};if((_0x1d821a['arrays']||_0x1d821a['defaults'])&&(_0x5c021b['children']=[]),(_0x1d821a['objects']||_0x1d821a['defaults'])&&(_0x5c021b['attributesBoolean']={}),_0x1d821a['defaults']&&(_0x5c021b['name']='',_0x5c021b['data']='',_0x5c021b['attributesJson']=''),null!=_0x5a5021['name']&&_0x5a5021['hasOwnProperty']('name')&&(_0x5c021b['name']=_0x5a5021['name']),_0x5a5021['children']&&_0x5a5021['children']['length']){_0x5c021b['children']=[];for(var _0x266aa5=0x0;_0x266aa5<_0x5a5021['children']['length'];++_0x266aa5)_0x5c021b['children'][_0x266aa5]=_0x3cc747['Element']['toObject'](_0x5a5021['children'][_0x266aa5],_0x1d821a);}if(null!=_0x5a5021['data']&&_0x5a5021['hasOwnProperty']('data')&&(_0x5c021b['data']=_0x5a5021['data']),_0x5a5021['attributesBoolean']&&(_0x53ace1=Object['keys'](_0x5a5021['attributesBoolean']))['length']){_0x5c021b['attributesBoolean']={};for(_0x266aa5=0x0;_0x266aa5<_0x53ace1['length'];++_0x266aa5)_0x5c021b['attributesBoolean'][_0x53ace1[_0x266aa5]]=_0x5a5021['attributesBoolean'][_0x53ace1[_0x266aa5]];}return null!=_0x5a5021['attributesJson']&&_0x5a5021['hasOwnProperty']('attributesJson')&&(_0x5c021b['attributesJson']=_0x5a5021['attributesJson']),_0x5c021b;},_0x1a1a8c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1591e9['util']['toJSONOptions']);},_0x1a1a8c['getTypeUrl']=function(_0x3713cb){return void 0x0===_0x3713cb&&(_0x3713cb='type.googleapis.com'),_0x3713cb+'/Element';},_0x1a1a8c;}()),_0x3cc747;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x80c675){return new y(this['_protobufRoot'][_0x80c675]);}}class y{['_protobuf'];constructor(_0xd9cff8){this['_protobuf']=_0xd9cff8;}['compress'](_0x3a2ebe){const _0x21142c=this['_protobuf']['verify'](_0x3a2ebe);if(_0x21142c)throw Error(_0x21142c);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x3a2ebe))['finish']();}['decompress'](_0x2ddd73){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x2ddd73),{'oneofs':!0x0});}}function _(_0x392f57,_0x5ce207){const _0x4bb768=_0x385588(_0x392f57);return _0x4bb768['path'][_0x4bb768['path']['length']-0x1]+=_0x5ce207,_0x4bb768;}function O(_0xd0def2,_0x2f929d){return _0xd0def2['root']===_0x2f929d['root']&&_0x79e73d(_0xd0def2['path'],_0x2f929d['path']);}function $(_0x163ca3){P(_0x163ca3,_0x3cc5c7=>('main'==_0x3cc5c7['root']?(_0x3cc5c7['rootMain']=!0x0,delete _0x3cc5c7['root']):'$graveyard'==_0x3cc5c7['root']&&(_0x3cc5c7['rootGraveyard']=!0x0,delete _0x3cc5c7['root']),_0x3cc5c7));}function J(_0x27d2fc){P(_0x27d2fc,_0xfb7386=>(_0xfb7386['rootMain']?(_0xfb7386['root']='main',delete _0xfb7386['rootMain']):_0xfb7386['rootGraveyard']&&(_0xfb7386['root']='$graveyard',delete _0xfb7386['rootGraveyard']),_0xfb7386));}function P(_0x21e6f4,_0x3527b4){for(const _0x46e138 in _0x21e6f4){const _0x51e7f9=_0x21e6f4[_0x46e138];'nodes'!==_0x46e138&&_0x250893(_0x51e7f9)&&(_0x51e7f9['path']&&(_0x51e7f9['root']||_0x51e7f9['rootMain']||_0x51e7f9['rootGraveyard'])?_0x21e6f4[_0x46e138]=_0x3527b4(_0x51e7f9):P(_0x51e7f9,_0x3527b4));}return _0x21e6f4;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x719111,_0x37ff3f,_0x5415de){this['_id']=_0x719111,this['_operationName']=_0x37ff3f,this['_protobufDescriptor']=_0x5415de;}['compress'](_0x39796f,_0x1bd87e){const _0x385f46=_0x1bd87e['shift']();return $(_0x385f46),_0x39796f['buffers']['push'](this['_protobufDescriptor']['compress'](_0x385f46)),_0x39796f['types']['push'](this['_id']),!0x0;}['decompress'](_0x590b8f,_0xec308f){_0xec308f['types']['shift']();const _0x5e2a84=this['_protobufDescriptor']['decompress'](_0xec308f['buffers']['shift']());J(_0x5e2a84),_0x5e2a84['__className']=this['_operationName'],_0x590b8f['push'](_0x5e2a84);}}class s extends e{['compress'](_0x49e300,_0x16b9b1){const _0x849732=_0x16b9b1['shift']();return this['_serializeOneOf']('oldValue',_0x849732),this['_serializeOneOf']('newValue',_0x849732),$(_0x849732),_0x49e300['buffers']['push'](this['_protobufDescriptor']['compress'](_0x849732)),_0x49e300['types']['push'](this['_id']),!0x0;}['decompress'](_0x340f6b,_0x5a261a){const {types:_0x50daef,buffers:_0x3aaad0}=_0x5a261a,_0xfe8f9a=this['_protobufDescriptor']['decompress'](_0x3aaad0['shift']());_0x50daef['shift'](),this['_deserializeOneOf']('oldValue',_0xfe8f9a),this['_deserializeOneOf']('newValue',_0xfe8f9a),J(_0xfe8f9a),_0xfe8f9a['__className']=this['_operationName'],_0x340f6b['push'](_0xfe8f9a);}['_serializeOneOf'](_0x39abae,_0x4aac76){const _0x381a05=_0x4aac76[_0x39abae];'boolean'==typeof _0x381a05?_0x4aac76[_0x39abae+'Boolean']=_0x381a05:_0x4aac76[_0x39abae+'Json']=JSON['stringify'](_0x381a05);}['_deserializeOneOf'](_0x122300,_0x5f126d){const _0x1d3bf6=_0x122300+'Json';_0x5f126d[_0x1d3bf6]?(_0x5f126d[_0x122300]=JSON['parse'](_0x5f126d[_0x1d3bf6]),delete _0x5f126d[_0x1d3bf6]):(_0x5f126d[_0x122300]=_0x5f126d[_0x122300+'Boolean'],delete _0x5f126d[_0x122300+'Boolean']);}}class i extends e{['compress'](_0x721dc5,_0x1bc65d){const _0x1ab5b7=_0x1bc65d['shift']();return this['_serializeNodesAttributes'](_0x1ab5b7['nodes']),$(_0x1ab5b7),_0x721dc5['buffers']['push'](this['_protobufDescriptor']['compress'](_0x1ab5b7)),_0x721dc5['types']['push'](this['_id']),!0x0;}['decompress'](_0x8e86fd,_0x432678){const {types:_0x42f715,buffers:_0x5f2a65}=_0x432678,_0x30813c=this['_protobufDescriptor']['decompress'](_0x5f2a65['shift']());_0x42f715['shift'](),_0x30813c['nodes']||(_0x30813c['nodes']=[]),this['_deserializeNodesAttributes'](_0x30813c['nodes']),J(_0x30813c),_0x30813c['__className']=this['_operationName'],_0x8e86fd['push'](_0x30813c);}['_serializeNodesAttributes'](_0x14974f){for(const _0x11e53f of _0x14974f){if(_0x11e53f['attributes']){const _0x59472c=_0x11e53f['attributes'];this['_areValuesBoolean'](_0x59472c)?_0x11e53f['attributesBoolean']=_0x59472c:_0x11e53f['attributesJson']=JSON['stringify'](_0x59472c);}_0x11e53f['children']&&this['_serializeNodesAttributes'](_0x11e53f['children']);}}['_deserializeNodesAttributes'](_0x3fff27){for(const _0x2771e6 of _0x3fff27)(_0x2771e6['attributesBoolean']||_0x2771e6['attributesJson'])&&(_0x2771e6['attributesBoolean']?(_0x2771e6['attributes']=_0x2771e6['attributesBoolean'],delete _0x2771e6['attributesBoolean']):(_0x2771e6['attributes']=JSON['parse'](_0x2771e6['attributesJson']),delete _0x2771e6['attributesJson'])),_0x2771e6['children']&&this['_deserializeNodesAttributes'](_0x2771e6['children']);}['_areValuesBoolean'](_0x29331a){return Object['keys'](_0x29331a)['every'](_0x422e7f=>'boolean'==typeof _0x29331a[_0x422e7f]);}}class n extends e{['decompress'](_0x5d4cfd,_0x34a50d){super['decompress'](_0x5d4cfd,_0x34a50d);const _0x8541e6=_0x5d4cfd[_0x5d4cfd['length']-0x1];_0x8541e6['oldRange']||(_0x8541e6['oldRange']=null),_0x8541e6['newRange']||(_0x8541e6['newRange']=null);}}class p extends e{['compress'](_0x2157eb,_0x5351e6){return _0x5351e6['shift'](),_0x2157eb['types']['push'](this['_id']),!0x0;}['decompress'](_0x3fbb13,_0x385626){_0x385626['types']['shift'](),_0x3fbb13['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x29fe2b,_0x30e052,_0x2d881e,_0x5e2a34){super(_0x29fe2b,_0x30e052,_0x2d881e),this['_omittedNamespace']=_0x5e2a34+':';}['compress'](_0x17f134,_0x171839){return!('MarkerOperation'!=_0x171839[0x0]['__className']||!_0x171839[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x171839[0x0]['name']=_0x171839[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x17f134,_0x171839),!0x0);}['decompress'](_0x5cac9a,_0x1d7418){super['decompress'](_0x5cac9a,_0x1d7418);const _0x5492b6=_0x5cac9a[_0x5cac9a['length']-0x1];_0x5492b6['name']=this['_omittedNamespace']+_0x5492b6['name'];}}class b{['_id'];['_context'];constructor(_0x44404e,_0x582511){this['_id']=_0x44404e,this['_context']=_0x582511;}['compress'](_0x3209e9,_0x2e2936){let _0x3db800;for(;_0x2e2936['length']>0x1&&this['_compareOperations'](_0x2e2936[0x0],_0x2e2936[0x1]);)_0x3db800?(_0x3db800=this['_combineNext'](_0x2e2936['shift'](),_0x3db800),_0x3209e9['types']['push'](0x0)):(_0x3db800=_0x385588(_0x2e2936['shift']()),_0x3209e9['types']['push'](this['_id']));return!!_0x3db800&&(_0x3db800=this['_combineNext'](_0x2e2936['shift'](),_0x3db800),_0x3209e9['types']['push'](0x0),_0x3209e9['buffers']['push'](this['_compressSingleOperation'](_0x3db800)),!0x0);}['decompress'](_0xc9455,_0x28642b){const _0x1d72ba=this['_decompressSingleOperation'](_0x28642b);for(;0x0==_0x28642b['types'][0x0];)_0x28642b['types']['shift'](),_0xc9455['push'](this['_splitCurrent'](_0x1d72ba));_0xc9455['push'](_0x1d72ba);}}class m extends b{['_combineNext'](_0x247edf,_0x18e9b2){return _0x18e9b2['nodes'][0x0]['data']+=_0x247edf['nodes'][0x0]['data'],_0x18e9b2;}['_splitCurrent'](_0x57b667){const _0x1d0b10=_0x385588(_0x57b667),_0x558303=_0x1d0b10['nodes'][0x0],_0xcb4d7a=_0x57b667['nodes'][0x0],_0x494615=_0xcb4d7a['data'][Symbol['iterator']]()['next']()['value'],_0x231fa1=_0x494615['length'];return _0x558303['data']=_0x494615,_0xcb4d7a['data']=_0xcb4d7a['data']['substr'](_0x231fa1),_0x57b667['position']=_(_0x57b667['position'],_0x231fa1),_0x1d0b10;}['_compareOperations'](_0x2abadf,_0xa690d2){if(this['_checkOperation'](_0x2abadf)&&this['_checkOperation'](_0xa690d2)){const _0x1c533f=_0x2abadf['nodes'][0x0]['data']['length'],_0x245d27=O(_(_0x2abadf['position'],_0x1c533f),_0xa690d2['position']),_0x35d8e6=_0x2abadf['nodes'][0x0],_0x5e4953=_0xa690d2['nodes'][0x0];return _0x245d27&&this['_compareAttributes'](_0x35d8e6,_0x5e4953);}return!0x1;}['_compressSingleOperation'](_0x93f5){const _0x3acd4b={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x3acd4b,[_0x93f5]),_0x3acd4b['buffers'][0x0];}['_decompressSingleOperation'](_0x3fd2af){const _0x4fca76=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x4fca76,_0x3fd2af),_0x4fca76[0x0];}['_checkOperation'](_0x47c11b){return'InsertOperation'==_0x47c11b['__className']&&0x1==_0x47c11b['nodes']['length']&&_0x47c11b['nodes'][0x0]['data']&&!_0x47c11b['wasUndone']&&0x1==Array['from'](_0x47c11b['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x26c92e,_0x19b26a){const _0x4544fd=Object['keys'](_0x26c92e['attributes']||{}),_0x117578=Object['keys'](_0x19b26a['attributes']||{});return _0x4544fd['length']===_0x117578['length']&&_0x4544fd['every'](_0x23886e=>_0x19b26a['attributes'][_0x23886e]&&_0x19b26a['attributes'][_0x23886e]===_0x26c92e['attributes'][_0x23886e]);}}class c extends b{['_combineNext'](_0x288074,_0x5daf50){return _0x5daf50['howMany']++,_0x5daf50['sourcePosition']=_0x385588(_0x288074['sourcePosition']),_0x5daf50;}['_splitCurrent'](_0x40f0f7){const _0x4a65a5=_0x385588(_0x40f0f7);return _0x40f0f7['howMany']--,_0x4a65a5['howMany']=0x1,_0x4a65a5['sourcePosition']=_(_0x4a65a5['sourcePosition'],_0x40f0f7['howMany']),_0x4a65a5;}['_compareOperations'](_0x55d82c,_0x27733e){return!(!this['_checkOperation'](_0x55d82c)||!this['_checkOperation'](_0x27733e))&&(O(_(_0x55d82c['sourcePosition'],-0x1),_0x27733e['sourcePosition'])&&O(_0x55d82c['targetPosition'],_0x27733e['targetPosition']));}['_compressSingleOperation'](_0x2c7c22){const _0x3a3d3d={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x3a3d3d,[_0x2c7c22]),_0x3a3d3d['buffers'][0x0];}['_decompressSingleOperation'](_0x157a55){const _0x30e03d=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x30e03d,_0x157a55),_0x30e03d[0x0];}['_checkOperation'](_0x2331d7){return'MoveOperation'==_0x2331d7['__className']&&'$graveyard'==_0x2331d7['targetPosition']['root']&&0x1==_0x2331d7['howMany']&&!_0x2331d7['wasUndone'];}}class h extends b{['_combineNext'](_0x50f66b,_0x43e2d9){return _0x43e2d9['howMany']++,_0x43e2d9;}['_splitCurrent'](_0x8d4155){const _0x4d7d09=_0x385588(_0x8d4155);return _0x4d7d09['howMany']=0x1,_0x8d4155['howMany']--,_0x4d7d09;}['_compareOperations'](_0x17eae1,_0x394560){return!(!this['_checkOperation'](_0x17eae1)||!this['_checkOperation'](_0x394560))&&(O(_0x17eae1['sourcePosition'],_0x394560['sourcePosition'])&&O(_0x17eae1['targetPosition'],_0x394560['targetPosition']));}['_compressSingleOperation'](_0x4090bb){const _0x30100={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x30100,[_0x4090bb]),_0x30100['buffers'][0x0];}['_decompressSingleOperation'](_0x19c91c){const _0x480c31=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x480c31,_0x19c91c),_0x480c31[0x0];}['_checkOperation'](_0x46ef4f){return'MoveOperation'==_0x46ef4f['__className']&&'$graveyard'==_0x46ef4f['targetPosition']['root']&&0x1==_0x46ef4f['howMany']&&!_0x46ef4f['wasUndone'];}}class f extends b{['compress'](_0x263976,_0x35365c){if(!this['_compareOperations'](_0x35365c[0x0],_0x35365c[0x1]))return!0x1;const _0x19b3b1=_0x35365c['shift']();return _0x19b3b1['oldRange']=null,_0x19b3b1['newRange']&&O(_0x19b3b1['newRange']['start'],_0x19b3b1['newRange']['end'])&&(_0x19b3b1['newRange']['end']=null),_0x35365c['shift'](),_0x263976['types']['push'](this['_id']),_0x263976['types']['push'](0x0),_0x263976['buffers']['push'](this['_compressSingleOperation'](_0x19b3b1)),!0x0;}['decompress'](_0x3b755f,_0x1b831f){const _0x37b30a=this['_decompressSingleOperation'](_0x1b831f);_0x37b30a['newRange']&&!_0x37b30a['newRange']['end']&&(_0x37b30a['newRange']['end']=_0x385588(_0x37b30a['newRange']['start']));const _0x4a26ec=_0x385588(_0x37b30a);_0x4a26ec['newRange']&&(_0x4a26ec['newRange']['start']['stickiness']='toNone',_0x4a26ec['newRange']['end']=_0x385588(_0x4a26ec['newRange']['start'])),_0x4a26ec['name']='user:position:'+_0x4a26ec['name']['split'](':')[0x2],_0x1b831f['types']['shift'](),_0x3b755f['push'](_0x37b30a),_0x3b755f['push'](_0x4a26ec);}['_compressSingleOperation'](_0x416371){const _0x556c13={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x556c13,[_0x416371]),_0x556c13['buffers'][0x0];}['_decompressSingleOperation'](_0x41dd9c){const _0x35d11a=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x35d11a,_0x41dd9c),_0x35d11a[0x0];}['_compareOperations'](_0x5dfb26,_0x2e5eb7){return!(!_0x5dfb26||!_0x2e5eb7)&&('MarkerOperation'==_0x5dfb26['__className']&&'MarkerOperation'==_0x2e5eb7['__className']&&!(!_0x5dfb26['name']['startsWith']('user:')||!_0x2e5eb7['name']['startsWith']('user:')||_0x5dfb26['name']==_0x2e5eb7['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x10efc8=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',_0x10efc8,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x10efc8,'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'](_0x44e0d8){if(!_0x44e0d8||!_0x44e0d8[0x0])throw new _0x3b6745('no-operations-provided',this);const _0x2ea4f9={'types':[],'buffers':[],'baseVersion':_0x44e0d8[0x0]['baseVersion']};for(;_0x44e0d8['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x2ea4f9,_0x44e0d8)||this['_getCompressorByName']('TypingAction')['compress'](_0x2ea4f9,_0x44e0d8)||this['_getCompressorByName']('DeletingAction')['compress'](_0x2ea4f9,_0x44e0d8)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x2ea4f9,_0x44e0d8)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x2ea4f9,_0x44e0d8)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x2ea4f9,_0x44e0d8)||this['_getCompressorByName'](_0x44e0d8[0x0]['__className'])['compress'](_0x2ea4f9,_0x44e0d8);return _0x2ea4f9;}['decompress'](_0x3c6cb4){const _0x2361b3=[];for(;_0x3c6cb4['types']['length'];){this['_compressorById']['get'](_0x3c6cb4['types'][0x0])['decompress'](_0x2361b3,_0x3c6cb4);}return _0x2361b3['forEach']((_0x36beb1,_0x3dfb1c)=>_0x36beb1['baseVersion']=_0x3c6cb4['baseVersion']+_0x3dfb1c),_0x2361b3;}['_getCompressorByName'](_0x59e7f8){return this['_compressorByName']['get'](_0x59e7f8);}['_registerOperationCompressor'](_0x25c834,_0x52c327,_0x550354){const _0x375665=new _0x550354(_0x25c834,_0x52c327,this['_protobufFactory']['getDescriptor'](_0x52c327));this['_registerCompressor'](_0x25c834,_0x52c327,_0x375665);}['_registerActionCompressor'](_0x1d995d,_0x7bf203,_0x5786fe){const _0x158666=new _0x5786fe(_0x1d995d,this);this['_registerCompressor'](_0x1d995d,_0x7bf203,_0x158666);}['_registerCompressor'](_0x15d2ee,_0x444bb6,_0x230bf5){this['_compressorById']['set'](_0x15d2ee,_0x230bf5),this['_compressorByName']['set'](_0x444bb6,_0x230bf5);}}export{g as Compressor};
|
|
23
|
+
import{CKEditorError as _0x438847}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x20aef5 from'protobufjs/minimal.js';import{cloneDeep as _0x194fdb,isEqual as _0x1f9ab,isObject as _0x219093}from'lodash-es';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x5513da=_0x20aef5['Reader'],_0x279e34=_0x20aef5['Writer'],_0x574aef=_0x20aef5['util'],_0x237050=_0x20aef5['roots']['default']||(_0x20aef5['roots']['default']={});return _0x237050['AttributeOperation']=(function(){function _0x53291f(_0x1ede41){if(_0x1ede41){for(var _0x3fa6f6=Object['keys'](_0x1ede41),_0x3d7d7c=0x0;_0x3d7d7c<_0x3fa6f6['length'];++_0x3d7d7c)null!=_0x1ede41[_0x3fa6f6[_0x3d7d7c]]&&(this[_0x3fa6f6[_0x3d7d7c]]=_0x1ede41[_0x3fa6f6[_0x3d7d7c]]);}}return _0x53291f['prototype']['range']=null,_0x53291f['prototype']['key']='',_0x53291f['prototype']['oldValueBoolean']=!0x1,_0x53291f['prototype']['oldValueJson']='',_0x53291f['prototype']['newValueBoolean']=!0x1,_0x53291f['prototype']['newValueJson']='',_0x53291f['prototype']['wasUndone']=!0x1,_0x53291f['create']=function(_0x4782c6){return new _0x53291f(_0x4782c6);},_0x53291f['encode']=function(_0x7d852c,_0x4d09c5){return _0x4d09c5||(_0x4d09c5=_0x279e34['create']()),null!=_0x7d852c['range']&&Object['hasOwnProperty']['call'](_0x7d852c,'range')&&_0x237050['Range']['encode'](_0x7d852c['range'],_0x4d09c5['uint32'](0xa)['fork']())['ldelim'](),null!=_0x7d852c['key']&&Object['hasOwnProperty']['call'](_0x7d852c,'key')&&_0x4d09c5['uint32'](0x12)['string'](_0x7d852c['key']),null!=_0x7d852c['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x7d852c,'oldValueBoolean')&&_0x4d09c5['uint32'](0x18)['bool'](_0x7d852c['oldValueBoolean']),null!=_0x7d852c['oldValueJson']&&Object['hasOwnProperty']['call'](_0x7d852c,'oldValueJson')&&_0x4d09c5['uint32'](0x22)['string'](_0x7d852c['oldValueJson']),null!=_0x7d852c['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x7d852c,'newValueBoolean')&&_0x4d09c5['uint32'](0x28)['bool'](_0x7d852c['newValueBoolean']),null!=_0x7d852c['newValueJson']&&Object['hasOwnProperty']['call'](_0x7d852c,'newValueJson')&&_0x4d09c5['uint32'](0x32)['string'](_0x7d852c['newValueJson']),null!=_0x7d852c['wasUndone']&&Object['hasOwnProperty']['call'](_0x7d852c,'wasUndone')&&_0x4d09c5['uint32'](0x38)['bool'](_0x7d852c['wasUndone']),_0x4d09c5;},_0x53291f['encodeDelimited']=function(_0x53791f,_0x14680a){return this['encode'](_0x53791f,_0x14680a)['ldelim']();},_0x53291f['decode']=function(_0x4a52fc,_0x2f56a0){_0x4a52fc instanceof _0x5513da||(_0x4a52fc=_0x5513da['create'](_0x4a52fc));for(var _0x5b559c=void 0x0===_0x2f56a0?_0x4a52fc['len']:_0x4a52fc['pos']+_0x2f56a0,_0x13018e=new _0x237050['AttributeOperation']();_0x4a52fc['pos']<_0x5b559c;){var _0x47eb43=_0x4a52fc['uint32']();switch(_0x47eb43>>>0x3){case 0x1:_0x13018e['range']=_0x237050['Range']['decode'](_0x4a52fc,_0x4a52fc['uint32']());break;case 0x2:_0x13018e['key']=_0x4a52fc['string']();break;case 0x3:_0x13018e['oldValueBoolean']=_0x4a52fc['bool']();break;case 0x4:_0x13018e['oldValueJson']=_0x4a52fc['string']();break;case 0x5:_0x13018e['newValueBoolean']=_0x4a52fc['bool']();break;case 0x6:_0x13018e['newValueJson']=_0x4a52fc['string']();break;case 0x7:_0x13018e['wasUndone']=_0x4a52fc['bool']();break;default:_0x4a52fc['skipType'](0x7&_0x47eb43);}}return _0x13018e;},_0x53291f['decodeDelimited']=function(_0x5f4ca6){return _0x5f4ca6 instanceof _0x5513da||(_0x5f4ca6=new _0x5513da(_0x5f4ca6)),this['decode'](_0x5f4ca6,_0x5f4ca6['uint32']());},_0x53291f['verify']=function(_0x482c5f){if('object'!=typeof _0x482c5f||null===_0x482c5f)return'object\x20expected';if(null!=_0x482c5f['range']&&_0x482c5f['hasOwnProperty']('range')){var _0x15bbed=_0x237050['Range']['verify'](_0x482c5f['range']);if(_0x15bbed)return'range.'+_0x15bbed;}return null!=_0x482c5f['key']&&_0x482c5f['hasOwnProperty']('key')&&!_0x574aef['isString'](_0x482c5f['key'])?'key:\x20string\x20expected':null!=_0x482c5f['oldValueBoolean']&&_0x482c5f['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x482c5f['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x482c5f['oldValueJson']&&_0x482c5f['hasOwnProperty']('oldValueJson')&&!_0x574aef['isString'](_0x482c5f['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x482c5f['newValueBoolean']&&_0x482c5f['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x482c5f['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x482c5f['newValueJson']&&_0x482c5f['hasOwnProperty']('newValueJson')&&!_0x574aef['isString'](_0x482c5f['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x482c5f['wasUndone']&&_0x482c5f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x482c5f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x53291f['fromObject']=function(_0x788522){if(_0x788522 instanceof _0x237050['AttributeOperation'])return _0x788522;var _0x4e2067=new _0x237050['AttributeOperation']();if(null!=_0x788522['range']){if('object'!=typeof _0x788522['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x4e2067['range']=_0x237050['Range']['fromObject'](_0x788522['range']);}return null!=_0x788522['key']&&(_0x4e2067['key']=String(_0x788522['key'])),null!=_0x788522['oldValueBoolean']&&(_0x4e2067['oldValueBoolean']=Boolean(_0x788522['oldValueBoolean'])),null!=_0x788522['oldValueJson']&&(_0x4e2067['oldValueJson']=String(_0x788522['oldValueJson'])),null!=_0x788522['newValueBoolean']&&(_0x4e2067['newValueBoolean']=Boolean(_0x788522['newValueBoolean'])),null!=_0x788522['newValueJson']&&(_0x4e2067['newValueJson']=String(_0x788522['newValueJson'])),null!=_0x788522['wasUndone']&&(_0x4e2067['wasUndone']=Boolean(_0x788522['wasUndone'])),_0x4e2067;},_0x53291f['toObject']=function(_0x24d349,_0x36569b){_0x36569b||(_0x36569b={});var _0x2899c6={};return _0x36569b['defaults']&&(_0x2899c6['range']=null,_0x2899c6['key']='',_0x2899c6['oldValueBoolean']=!0x1,_0x2899c6['oldValueJson']='',_0x2899c6['newValueBoolean']=!0x1,_0x2899c6['newValueJson']='',_0x2899c6['wasUndone']=!0x1),null!=_0x24d349['range']&&_0x24d349['hasOwnProperty']('range')&&(_0x2899c6['range']=_0x237050['Range']['toObject'](_0x24d349['range'],_0x36569b)),null!=_0x24d349['key']&&_0x24d349['hasOwnProperty']('key')&&(_0x2899c6['key']=_0x24d349['key']),null!=_0x24d349['oldValueBoolean']&&_0x24d349['hasOwnProperty']('oldValueBoolean')&&(_0x2899c6['oldValueBoolean']=_0x24d349['oldValueBoolean']),null!=_0x24d349['oldValueJson']&&_0x24d349['hasOwnProperty']('oldValueJson')&&(_0x2899c6['oldValueJson']=_0x24d349['oldValueJson']),null!=_0x24d349['newValueBoolean']&&_0x24d349['hasOwnProperty']('newValueBoolean')&&(_0x2899c6['newValueBoolean']=_0x24d349['newValueBoolean']),null!=_0x24d349['newValueJson']&&_0x24d349['hasOwnProperty']('newValueJson')&&(_0x2899c6['newValueJson']=_0x24d349['newValueJson']),null!=_0x24d349['wasUndone']&&_0x24d349['hasOwnProperty']('wasUndone')&&(_0x2899c6['wasUndone']=_0x24d349['wasUndone']),_0x2899c6;},_0x53291f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x20aef5['util']['toJSONOptions']);},_0x53291f['getTypeUrl']=function(_0x53bb3a){return void 0x0===_0x53bb3a&&(_0x53bb3a='type.googleapis.com'),_0x53bb3a+'/AttributeOperation';},_0x53291f;}()),_0x237050['InsertOperation']=(function(){function _0x1e1df5(_0x5e8cb1){if(this['nodes']=[],_0x5e8cb1){for(var _0x4b02a1=Object['keys'](_0x5e8cb1),_0x16987c=0x0;_0x16987c<_0x4b02a1['length'];++_0x16987c)null!=_0x5e8cb1[_0x4b02a1[_0x16987c]]&&(this[_0x4b02a1[_0x16987c]]=_0x5e8cb1[_0x4b02a1[_0x16987c]]);}}return _0x1e1df5['prototype']['position']=null,_0x1e1df5['prototype']['nodes']=_0x574aef['emptyArray'],_0x1e1df5['prototype']['shouldReceiveAttributes']=!0x1,_0x1e1df5['prototype']['wasUndone']=!0x1,_0x1e1df5['create']=function(_0x2587e4){return new _0x1e1df5(_0x2587e4);},_0x1e1df5['encode']=function(_0x426eba,_0x1f3570){if(_0x1f3570||(_0x1f3570=_0x279e34['create']()),null!=_0x426eba['position']&&Object['hasOwnProperty']['call'](_0x426eba,'position')&&_0x237050['Position']['encode'](_0x426eba['position'],_0x1f3570['uint32'](0xa)['fork']())['ldelim'](),null!=_0x426eba['nodes']&&_0x426eba['nodes']['length']){for(var _0x3dd205=0x0;_0x3dd205<_0x426eba['nodes']['length'];++_0x3dd205)_0x237050['Element']['encode'](_0x426eba['nodes'][_0x3dd205],_0x1f3570['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x426eba['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x426eba,'shouldReceiveAttributes')&&_0x1f3570['uint32'](0x18)['bool'](_0x426eba['shouldReceiveAttributes']),null!=_0x426eba['wasUndone']&&Object['hasOwnProperty']['call'](_0x426eba,'wasUndone')&&_0x1f3570['uint32'](0x20)['bool'](_0x426eba['wasUndone']),_0x1f3570;},_0x1e1df5['encodeDelimited']=function(_0x58237c,_0x838c3){return this['encode'](_0x58237c,_0x838c3)['ldelim']();},_0x1e1df5['decode']=function(_0x251d88,_0x1f6aab){_0x251d88 instanceof _0x5513da||(_0x251d88=_0x5513da['create'](_0x251d88));for(var _0x53f37f=void 0x0===_0x1f6aab?_0x251d88['len']:_0x251d88['pos']+_0x1f6aab,_0x5e4fc7=new _0x237050['InsertOperation']();_0x251d88['pos']<_0x53f37f;){var _0x568a6d=_0x251d88['uint32']();switch(_0x568a6d>>>0x3){case 0x1:_0x5e4fc7['position']=_0x237050['Position']['decode'](_0x251d88,_0x251d88['uint32']());break;case 0x2:_0x5e4fc7['nodes']&&_0x5e4fc7['nodes']['length']||(_0x5e4fc7['nodes']=[]),_0x5e4fc7['nodes']['push'](_0x237050['Element']['decode'](_0x251d88,_0x251d88['uint32']()));break;case 0x3:_0x5e4fc7['shouldReceiveAttributes']=_0x251d88['bool']();break;case 0x4:_0x5e4fc7['wasUndone']=_0x251d88['bool']();break;default:_0x251d88['skipType'](0x7&_0x568a6d);}}return _0x5e4fc7;},_0x1e1df5['decodeDelimited']=function(_0x3dc5f0){return _0x3dc5f0 instanceof _0x5513da||(_0x3dc5f0=new _0x5513da(_0x3dc5f0)),this['decode'](_0x3dc5f0,_0x3dc5f0['uint32']());},_0x1e1df5['verify']=function(_0x30359e){if('object'!=typeof _0x30359e||null===_0x30359e)return'object\x20expected';if(null!=_0x30359e['position']&&_0x30359e['hasOwnProperty']('position')&&(_0x15320d=_0x237050['Position']['verify'](_0x30359e['position'])))return'position.'+_0x15320d;if(null!=_0x30359e['nodes']&&_0x30359e['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x30359e['nodes']))return'nodes:\x20array\x20expected';for(var _0x4b96b1=0x0;_0x4b96b1<_0x30359e['nodes']['length'];++_0x4b96b1){var _0x15320d;if(_0x15320d=_0x237050['Element']['verify'](_0x30359e['nodes'][_0x4b96b1]))return'nodes.'+_0x15320d;}}return null!=_0x30359e['shouldReceiveAttributes']&&_0x30359e['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x30359e['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x30359e['wasUndone']&&_0x30359e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x30359e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1e1df5['fromObject']=function(_0x58bbb5){if(_0x58bbb5 instanceof _0x237050['InsertOperation'])return _0x58bbb5;var _0x2b82c0=new _0x237050['InsertOperation']();if(null!=_0x58bbb5['position']){if('object'!=typeof _0x58bbb5['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x2b82c0['position']=_0x237050['Position']['fromObject'](_0x58bbb5['position']);}if(_0x58bbb5['nodes']){if(!Array['isArray'](_0x58bbb5['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x2b82c0['nodes']=[];for(var _0x40713c=0x0;_0x40713c<_0x58bbb5['nodes']['length'];++_0x40713c){if('object'!=typeof _0x58bbb5['nodes'][_0x40713c])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x2b82c0['nodes'][_0x40713c]=_0x237050['Element']['fromObject'](_0x58bbb5['nodes'][_0x40713c]);}}return null!=_0x58bbb5['shouldReceiveAttributes']&&(_0x2b82c0['shouldReceiveAttributes']=Boolean(_0x58bbb5['shouldReceiveAttributes'])),null!=_0x58bbb5['wasUndone']&&(_0x2b82c0['wasUndone']=Boolean(_0x58bbb5['wasUndone'])),_0x2b82c0;},_0x1e1df5['toObject']=function(_0x578ea1,_0xfbb0e1){_0xfbb0e1||(_0xfbb0e1={});var _0x26021d={};if((_0xfbb0e1['arrays']||_0xfbb0e1['defaults'])&&(_0x26021d['nodes']=[]),_0xfbb0e1['defaults']&&(_0x26021d['position']=null,_0x26021d['shouldReceiveAttributes']=!0x1,_0x26021d['wasUndone']=!0x1),null!=_0x578ea1['position']&&_0x578ea1['hasOwnProperty']('position')&&(_0x26021d['position']=_0x237050['Position']['toObject'](_0x578ea1['position'],_0xfbb0e1)),_0x578ea1['nodes']&&_0x578ea1['nodes']['length']){_0x26021d['nodes']=[];for(var _0x3e21b8=0x0;_0x3e21b8<_0x578ea1['nodes']['length'];++_0x3e21b8)_0x26021d['nodes'][_0x3e21b8]=_0x237050['Element']['toObject'](_0x578ea1['nodes'][_0x3e21b8],_0xfbb0e1);}return null!=_0x578ea1['shouldReceiveAttributes']&&_0x578ea1['hasOwnProperty']('shouldReceiveAttributes')&&(_0x26021d['shouldReceiveAttributes']=_0x578ea1['shouldReceiveAttributes']),null!=_0x578ea1['wasUndone']&&_0x578ea1['hasOwnProperty']('wasUndone')&&(_0x26021d['wasUndone']=_0x578ea1['wasUndone']),_0x26021d;},_0x1e1df5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x20aef5['util']['toJSONOptions']);},_0x1e1df5['getTypeUrl']=function(_0x56e5f5){return void 0x0===_0x56e5f5&&(_0x56e5f5='type.googleapis.com'),_0x56e5f5+'/InsertOperation';},_0x1e1df5;}()),_0x237050['MarkerOperation']=(function(){function _0x2d9ecf(_0x3d8a8e){if(_0x3d8a8e){for(var _0x1f2022=Object['keys'](_0x3d8a8e),_0x51ccf7=0x0;_0x51ccf7<_0x1f2022['length'];++_0x51ccf7)null!=_0x3d8a8e[_0x1f2022[_0x51ccf7]]&&(this[_0x1f2022[_0x51ccf7]]=_0x3d8a8e[_0x1f2022[_0x51ccf7]]);}}return _0x2d9ecf['prototype']['name']='',_0x2d9ecf['prototype']['oldRange']=null,_0x2d9ecf['prototype']['newRange']=null,_0x2d9ecf['prototype']['affectsData']=!0x1,_0x2d9ecf['prototype']['wasUndone']=!0x1,_0x2d9ecf['create']=function(_0x76af80){return new _0x2d9ecf(_0x76af80);},_0x2d9ecf['encode']=function(_0x16aded,_0x4eef9d){return _0x4eef9d||(_0x4eef9d=_0x279e34['create']()),null!=_0x16aded['name']&&Object['hasOwnProperty']['call'](_0x16aded,'name')&&_0x4eef9d['uint32'](0xa)['string'](_0x16aded['name']),null!=_0x16aded['oldRange']&&Object['hasOwnProperty']['call'](_0x16aded,'oldRange')&&_0x237050['Range']['encode'](_0x16aded['oldRange'],_0x4eef9d['uint32'](0x12)['fork']())['ldelim'](),null!=_0x16aded['newRange']&&Object['hasOwnProperty']['call'](_0x16aded,'newRange')&&_0x237050['Range']['encode'](_0x16aded['newRange'],_0x4eef9d['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x16aded['affectsData']&&Object['hasOwnProperty']['call'](_0x16aded,'affectsData')&&_0x4eef9d['uint32'](0x20)['bool'](_0x16aded['affectsData']),null!=_0x16aded['wasUndone']&&Object['hasOwnProperty']['call'](_0x16aded,'wasUndone')&&_0x4eef9d['uint32'](0x28)['bool'](_0x16aded['wasUndone']),_0x4eef9d;},_0x2d9ecf['encodeDelimited']=function(_0x7a6640,_0x2b420a){return this['encode'](_0x7a6640,_0x2b420a)['ldelim']();},_0x2d9ecf['decode']=function(_0x177789,_0x1e91b8){_0x177789 instanceof _0x5513da||(_0x177789=_0x5513da['create'](_0x177789));for(var _0x3121da=void 0x0===_0x1e91b8?_0x177789['len']:_0x177789['pos']+_0x1e91b8,_0x22c401=new _0x237050['MarkerOperation']();_0x177789['pos']<_0x3121da;){var _0x3fb3c4=_0x177789['uint32']();switch(_0x3fb3c4>>>0x3){case 0x1:_0x22c401['name']=_0x177789['string']();break;case 0x2:_0x22c401['oldRange']=_0x237050['Range']['decode'](_0x177789,_0x177789['uint32']());break;case 0x3:_0x22c401['newRange']=_0x237050['Range']['decode'](_0x177789,_0x177789['uint32']());break;case 0x4:_0x22c401['affectsData']=_0x177789['bool']();break;case 0x5:_0x22c401['wasUndone']=_0x177789['bool']();break;default:_0x177789['skipType'](0x7&_0x3fb3c4);}}return _0x22c401;},_0x2d9ecf['decodeDelimited']=function(_0xf2af7a){return _0xf2af7a instanceof _0x5513da||(_0xf2af7a=new _0x5513da(_0xf2af7a)),this['decode'](_0xf2af7a,_0xf2af7a['uint32']());},_0x2d9ecf['verify']=function(_0x98530d){if('object'!=typeof _0x98530d||null===_0x98530d)return'object\x20expected';if(null!=_0x98530d['name']&&_0x98530d['hasOwnProperty']('name')&&!_0x574aef['isString'](_0x98530d['name']))return'name:\x20string\x20expected';var _0x32b246;if(null!=_0x98530d['oldRange']&&_0x98530d['hasOwnProperty']('oldRange')&&(_0x32b246=_0x237050['Range']['verify'](_0x98530d['oldRange'])))return'oldRange.'+_0x32b246;if(null!=_0x98530d['newRange']&&_0x98530d['hasOwnProperty']('newRange')&&(_0x32b246=_0x237050['Range']['verify'](_0x98530d['newRange'])))return'newRange.'+_0x32b246;return null!=_0x98530d['affectsData']&&_0x98530d['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x98530d['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x98530d['wasUndone']&&_0x98530d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x98530d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2d9ecf['fromObject']=function(_0x5f440e){if(_0x5f440e instanceof _0x237050['MarkerOperation'])return _0x5f440e;var _0x2509de=new _0x237050['MarkerOperation']();if(null!=_0x5f440e['name']&&(_0x2509de['name']=String(_0x5f440e['name'])),null!=_0x5f440e['oldRange']){if('object'!=typeof _0x5f440e['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x2509de['oldRange']=_0x237050['Range']['fromObject'](_0x5f440e['oldRange']);}if(null!=_0x5f440e['newRange']){if('object'!=typeof _0x5f440e['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x2509de['newRange']=_0x237050['Range']['fromObject'](_0x5f440e['newRange']);}return null!=_0x5f440e['affectsData']&&(_0x2509de['affectsData']=Boolean(_0x5f440e['affectsData'])),null!=_0x5f440e['wasUndone']&&(_0x2509de['wasUndone']=Boolean(_0x5f440e['wasUndone'])),_0x2509de;},_0x2d9ecf['toObject']=function(_0x3a9794,_0x5e8e02){_0x5e8e02||(_0x5e8e02={});var _0x3a3337={};return _0x5e8e02['defaults']&&(_0x3a3337['name']='',_0x3a3337['oldRange']=null,_0x3a3337['newRange']=null,_0x3a3337['affectsData']=!0x1,_0x3a3337['wasUndone']=!0x1),null!=_0x3a9794['name']&&_0x3a9794['hasOwnProperty']('name')&&(_0x3a3337['name']=_0x3a9794['name']),null!=_0x3a9794['oldRange']&&_0x3a9794['hasOwnProperty']('oldRange')&&(_0x3a3337['oldRange']=_0x237050['Range']['toObject'](_0x3a9794['oldRange'],_0x5e8e02)),null!=_0x3a9794['newRange']&&_0x3a9794['hasOwnProperty']('newRange')&&(_0x3a3337['newRange']=_0x237050['Range']['toObject'](_0x3a9794['newRange'],_0x5e8e02)),null!=_0x3a9794['affectsData']&&_0x3a9794['hasOwnProperty']('affectsData')&&(_0x3a3337['affectsData']=_0x3a9794['affectsData']),null!=_0x3a9794['wasUndone']&&_0x3a9794['hasOwnProperty']('wasUndone')&&(_0x3a3337['wasUndone']=_0x3a9794['wasUndone']),_0x3a3337;},_0x2d9ecf['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x20aef5['util']['toJSONOptions']);},_0x2d9ecf['getTypeUrl']=function(_0x3668be){return void 0x0===_0x3668be&&(_0x3668be='type.googleapis.com'),_0x3668be+'/MarkerOperation';},_0x2d9ecf;}()),_0x237050['MergeOperation']=(function(){function _0x52c275(_0x235616){if(_0x235616){for(var _0x100529=Object['keys'](_0x235616),_0x3809f2=0x0;_0x3809f2<_0x100529['length'];++_0x3809f2)null!=_0x235616[_0x100529[_0x3809f2]]&&(this[_0x100529[_0x3809f2]]=_0x235616[_0x100529[_0x3809f2]]);}}return _0x52c275['prototype']['sourcePosition']=null,_0x52c275['prototype']['targetPosition']=null,_0x52c275['prototype']['graveyardPosition']=null,_0x52c275['prototype']['howMany']=0x0,_0x52c275['prototype']['wasUndone']=!0x1,_0x52c275['create']=function(_0x3d38be){return new _0x52c275(_0x3d38be);},_0x52c275['encode']=function(_0x27b095,_0x9a68d1){return _0x9a68d1||(_0x9a68d1=_0x279e34['create']()),null!=_0x27b095['sourcePosition']&&Object['hasOwnProperty']['call'](_0x27b095,'sourcePosition')&&_0x237050['Position']['encode'](_0x27b095['sourcePosition'],_0x9a68d1['uint32'](0xa)['fork']())['ldelim'](),null!=_0x27b095['targetPosition']&&Object['hasOwnProperty']['call'](_0x27b095,'targetPosition')&&_0x237050['Position']['encode'](_0x27b095['targetPosition'],_0x9a68d1['uint32'](0x12)['fork']())['ldelim'](),null!=_0x27b095['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x27b095,'graveyardPosition')&&_0x237050['Position']['encode'](_0x27b095['graveyardPosition'],_0x9a68d1['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x27b095['howMany']&&Object['hasOwnProperty']['call'](_0x27b095,'howMany')&&_0x9a68d1['uint32'](0x20)['uint32'](_0x27b095['howMany']),null!=_0x27b095['wasUndone']&&Object['hasOwnProperty']['call'](_0x27b095,'wasUndone')&&_0x9a68d1['uint32'](0x28)['bool'](_0x27b095['wasUndone']),_0x9a68d1;},_0x52c275['encodeDelimited']=function(_0x48aaa9,_0x33c030){return this['encode'](_0x48aaa9,_0x33c030)['ldelim']();},_0x52c275['decode']=function(_0x27e31d,_0x2d9e2b){_0x27e31d instanceof _0x5513da||(_0x27e31d=_0x5513da['create'](_0x27e31d));for(var _0x36e157=void 0x0===_0x2d9e2b?_0x27e31d['len']:_0x27e31d['pos']+_0x2d9e2b,_0x796ee3=new _0x237050['MergeOperation']();_0x27e31d['pos']<_0x36e157;){var _0x5e01bb=_0x27e31d['uint32']();switch(_0x5e01bb>>>0x3){case 0x1:_0x796ee3['sourcePosition']=_0x237050['Position']['decode'](_0x27e31d,_0x27e31d['uint32']());break;case 0x2:_0x796ee3['targetPosition']=_0x237050['Position']['decode'](_0x27e31d,_0x27e31d['uint32']());break;case 0x3:_0x796ee3['graveyardPosition']=_0x237050['Position']['decode'](_0x27e31d,_0x27e31d['uint32']());break;case 0x4:_0x796ee3['howMany']=_0x27e31d['uint32']();break;case 0x5:_0x796ee3['wasUndone']=_0x27e31d['bool']();break;default:_0x27e31d['skipType'](0x7&_0x5e01bb);}}return _0x796ee3;},_0x52c275['decodeDelimited']=function(_0x56bf65){return _0x56bf65 instanceof _0x5513da||(_0x56bf65=new _0x5513da(_0x56bf65)),this['decode'](_0x56bf65,_0x56bf65['uint32']());},_0x52c275['verify']=function(_0x30251f){if('object'!=typeof _0x30251f||null===_0x30251f)return'object\x20expected';var _0x5bba55;if(null!=_0x30251f['sourcePosition']&&_0x30251f['hasOwnProperty']('sourcePosition')&&(_0x5bba55=_0x237050['Position']['verify'](_0x30251f['sourcePosition'])))return'sourcePosition.'+_0x5bba55;if(null!=_0x30251f['targetPosition']&&_0x30251f['hasOwnProperty']('targetPosition')&&(_0x5bba55=_0x237050['Position']['verify'](_0x30251f['targetPosition'])))return'targetPosition.'+_0x5bba55;if(null!=_0x30251f['graveyardPosition']&&_0x30251f['hasOwnProperty']('graveyardPosition')&&(_0x5bba55=_0x237050['Position']['verify'](_0x30251f['graveyardPosition'])))return'graveyardPosition.'+_0x5bba55;return null!=_0x30251f['howMany']&&_0x30251f['hasOwnProperty']('howMany')&&!_0x574aef['isInteger'](_0x30251f['howMany'])?'howMany:\x20integer\x20expected':null!=_0x30251f['wasUndone']&&_0x30251f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x30251f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x52c275['fromObject']=function(_0x5dfd6b){if(_0x5dfd6b instanceof _0x237050['MergeOperation'])return _0x5dfd6b;var _0x341569=new _0x237050['MergeOperation']();if(null!=_0x5dfd6b['sourcePosition']){if('object'!=typeof _0x5dfd6b['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x341569['sourcePosition']=_0x237050['Position']['fromObject'](_0x5dfd6b['sourcePosition']);}if(null!=_0x5dfd6b['targetPosition']){if('object'!=typeof _0x5dfd6b['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x341569['targetPosition']=_0x237050['Position']['fromObject'](_0x5dfd6b['targetPosition']);}if(null!=_0x5dfd6b['graveyardPosition']){if('object'!=typeof _0x5dfd6b['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x341569['graveyardPosition']=_0x237050['Position']['fromObject'](_0x5dfd6b['graveyardPosition']);}return null!=_0x5dfd6b['howMany']&&(_0x341569['howMany']=_0x5dfd6b['howMany']>>>0x0),null!=_0x5dfd6b['wasUndone']&&(_0x341569['wasUndone']=Boolean(_0x5dfd6b['wasUndone'])),_0x341569;},_0x52c275['toObject']=function(_0x2f0a24,_0x124812){_0x124812||(_0x124812={});var _0xa6825e={};return _0x124812['defaults']&&(_0xa6825e['sourcePosition']=null,_0xa6825e['targetPosition']=null,_0xa6825e['graveyardPosition']=null,_0xa6825e['howMany']=0x0,_0xa6825e['wasUndone']=!0x1),null!=_0x2f0a24['sourcePosition']&&_0x2f0a24['hasOwnProperty']('sourcePosition')&&(_0xa6825e['sourcePosition']=_0x237050['Position']['toObject'](_0x2f0a24['sourcePosition'],_0x124812)),null!=_0x2f0a24['targetPosition']&&_0x2f0a24['hasOwnProperty']('targetPosition')&&(_0xa6825e['targetPosition']=_0x237050['Position']['toObject'](_0x2f0a24['targetPosition'],_0x124812)),null!=_0x2f0a24['graveyardPosition']&&_0x2f0a24['hasOwnProperty']('graveyardPosition')&&(_0xa6825e['graveyardPosition']=_0x237050['Position']['toObject'](_0x2f0a24['graveyardPosition'],_0x124812)),null!=_0x2f0a24['howMany']&&_0x2f0a24['hasOwnProperty']('howMany')&&(_0xa6825e['howMany']=_0x2f0a24['howMany']),null!=_0x2f0a24['wasUndone']&&_0x2f0a24['hasOwnProperty']('wasUndone')&&(_0xa6825e['wasUndone']=_0x2f0a24['wasUndone']),_0xa6825e;},_0x52c275['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x20aef5['util']['toJSONOptions']);},_0x52c275['getTypeUrl']=function(_0x3c6082){return void 0x0===_0x3c6082&&(_0x3c6082='type.googleapis.com'),_0x3c6082+'/MergeOperation';},_0x52c275;}()),_0x237050['MoveOperation']=(function(){function _0x17f84b(_0x1d9d43){if(_0x1d9d43){for(var _0x49bb92=Object['keys'](_0x1d9d43),_0xe35586=0x0;_0xe35586<_0x49bb92['length'];++_0xe35586)null!=_0x1d9d43[_0x49bb92[_0xe35586]]&&(this[_0x49bb92[_0xe35586]]=_0x1d9d43[_0x49bb92[_0xe35586]]);}}return _0x17f84b['prototype']['sourcePosition']=null,_0x17f84b['prototype']['howMany']=0x0,_0x17f84b['prototype']['targetPosition']=null,_0x17f84b['prototype']['wasUndone']=!0x1,_0x17f84b['create']=function(_0xed7734){return new _0x17f84b(_0xed7734);},_0x17f84b['encode']=function(_0x4ae99f,_0x518f2e){return _0x518f2e||(_0x518f2e=_0x279e34['create']()),null!=_0x4ae99f['sourcePosition']&&Object['hasOwnProperty']['call'](_0x4ae99f,'sourcePosition')&&_0x237050['Position']['encode'](_0x4ae99f['sourcePosition'],_0x518f2e['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4ae99f['howMany']&&Object['hasOwnProperty']['call'](_0x4ae99f,'howMany')&&_0x518f2e['uint32'](0x10)['uint32'](_0x4ae99f['howMany']),null!=_0x4ae99f['targetPosition']&&Object['hasOwnProperty']['call'](_0x4ae99f,'targetPosition')&&_0x237050['Position']['encode'](_0x4ae99f['targetPosition'],_0x518f2e['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x4ae99f['wasUndone']&&Object['hasOwnProperty']['call'](_0x4ae99f,'wasUndone')&&_0x518f2e['uint32'](0x20)['bool'](_0x4ae99f['wasUndone']),_0x518f2e;},_0x17f84b['encodeDelimited']=function(_0x25bfa3,_0x4e3b43){return this['encode'](_0x25bfa3,_0x4e3b43)['ldelim']();},_0x17f84b['decode']=function(_0x1d7c99,_0x118305){_0x1d7c99 instanceof _0x5513da||(_0x1d7c99=_0x5513da['create'](_0x1d7c99));for(var _0x11b0be=void 0x0===_0x118305?_0x1d7c99['len']:_0x1d7c99['pos']+_0x118305,_0x9502e1=new _0x237050['MoveOperation']();_0x1d7c99['pos']<_0x11b0be;){var _0x1d1156=_0x1d7c99['uint32']();switch(_0x1d1156>>>0x3){case 0x1:_0x9502e1['sourcePosition']=_0x237050['Position']['decode'](_0x1d7c99,_0x1d7c99['uint32']());break;case 0x2:_0x9502e1['howMany']=_0x1d7c99['uint32']();break;case 0x3:_0x9502e1['targetPosition']=_0x237050['Position']['decode'](_0x1d7c99,_0x1d7c99['uint32']());break;case 0x4:_0x9502e1['wasUndone']=_0x1d7c99['bool']();break;default:_0x1d7c99['skipType'](0x7&_0x1d1156);}}return _0x9502e1;},_0x17f84b['decodeDelimited']=function(_0x5b1e01){return _0x5b1e01 instanceof _0x5513da||(_0x5b1e01=new _0x5513da(_0x5b1e01)),this['decode'](_0x5b1e01,_0x5b1e01['uint32']());},_0x17f84b['verify']=function(_0x345d4e){if('object'!=typeof _0x345d4e||null===_0x345d4e)return'object\x20expected';var _0x3f5877;if(null!=_0x345d4e['sourcePosition']&&_0x345d4e['hasOwnProperty']('sourcePosition')&&(_0x3f5877=_0x237050['Position']['verify'](_0x345d4e['sourcePosition'])))return'sourcePosition.'+_0x3f5877;if(null!=_0x345d4e['howMany']&&_0x345d4e['hasOwnProperty']('howMany')&&!_0x574aef['isInteger'](_0x345d4e['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x345d4e['targetPosition']&&_0x345d4e['hasOwnProperty']('targetPosition')&&(_0x3f5877=_0x237050['Position']['verify'](_0x345d4e['targetPosition'])))return'targetPosition.'+_0x3f5877;return null!=_0x345d4e['wasUndone']&&_0x345d4e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x345d4e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x17f84b['fromObject']=function(_0x20e86f){if(_0x20e86f instanceof _0x237050['MoveOperation'])return _0x20e86f;var _0x2cde56=new _0x237050['MoveOperation']();if(null!=_0x20e86f['sourcePosition']){if('object'!=typeof _0x20e86f['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x2cde56['sourcePosition']=_0x237050['Position']['fromObject'](_0x20e86f['sourcePosition']);}if(null!=_0x20e86f['howMany']&&(_0x2cde56['howMany']=_0x20e86f['howMany']>>>0x0),null!=_0x20e86f['targetPosition']){if('object'!=typeof _0x20e86f['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x2cde56['targetPosition']=_0x237050['Position']['fromObject'](_0x20e86f['targetPosition']);}return null!=_0x20e86f['wasUndone']&&(_0x2cde56['wasUndone']=Boolean(_0x20e86f['wasUndone'])),_0x2cde56;},_0x17f84b['toObject']=function(_0x6332c2,_0x25e446){_0x25e446||(_0x25e446={});var _0x5f31cc={};return _0x25e446['defaults']&&(_0x5f31cc['sourcePosition']=null,_0x5f31cc['howMany']=0x0,_0x5f31cc['targetPosition']=null,_0x5f31cc['wasUndone']=!0x1),null!=_0x6332c2['sourcePosition']&&_0x6332c2['hasOwnProperty']('sourcePosition')&&(_0x5f31cc['sourcePosition']=_0x237050['Position']['toObject'](_0x6332c2['sourcePosition'],_0x25e446)),null!=_0x6332c2['howMany']&&_0x6332c2['hasOwnProperty']('howMany')&&(_0x5f31cc['howMany']=_0x6332c2['howMany']),null!=_0x6332c2['targetPosition']&&_0x6332c2['hasOwnProperty']('targetPosition')&&(_0x5f31cc['targetPosition']=_0x237050['Position']['toObject'](_0x6332c2['targetPosition'],_0x25e446)),null!=_0x6332c2['wasUndone']&&_0x6332c2['hasOwnProperty']('wasUndone')&&(_0x5f31cc['wasUndone']=_0x6332c2['wasUndone']),_0x5f31cc;},_0x17f84b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x20aef5['util']['toJSONOptions']);},_0x17f84b['getTypeUrl']=function(_0x1c71cf){return void 0x0===_0x1c71cf&&(_0x1c71cf='type.googleapis.com'),_0x1c71cf+'/MoveOperation';},_0x17f84b;}()),_0x237050['RenameOperation']=(function(){function _0x2473cc(_0x5859a1){if(_0x5859a1){for(var _0x13976e=Object['keys'](_0x5859a1),_0x47b402=0x0;_0x47b402<_0x13976e['length'];++_0x47b402)null!=_0x5859a1[_0x13976e[_0x47b402]]&&(this[_0x13976e[_0x47b402]]=_0x5859a1[_0x13976e[_0x47b402]]);}}return _0x2473cc['prototype']['position']=null,_0x2473cc['prototype']['oldName']='',_0x2473cc['prototype']['newName']='',_0x2473cc['prototype']['wasUndone']=!0x1,_0x2473cc['create']=function(_0x32e43e){return new _0x2473cc(_0x32e43e);},_0x2473cc['encode']=function(_0x8d46ae,_0x1a611e){return _0x1a611e||(_0x1a611e=_0x279e34['create']()),null!=_0x8d46ae['position']&&Object['hasOwnProperty']['call'](_0x8d46ae,'position')&&_0x237050['Position']['encode'](_0x8d46ae['position'],_0x1a611e['uint32'](0xa)['fork']())['ldelim'](),null!=_0x8d46ae['oldName']&&Object['hasOwnProperty']['call'](_0x8d46ae,'oldName')&&_0x1a611e['uint32'](0x12)['string'](_0x8d46ae['oldName']),null!=_0x8d46ae['newName']&&Object['hasOwnProperty']['call'](_0x8d46ae,'newName')&&_0x1a611e['uint32'](0x1a)['string'](_0x8d46ae['newName']),null!=_0x8d46ae['wasUndone']&&Object['hasOwnProperty']['call'](_0x8d46ae,'wasUndone')&&_0x1a611e['uint32'](0x20)['bool'](_0x8d46ae['wasUndone']),_0x1a611e;},_0x2473cc['encodeDelimited']=function(_0x2f4ef5,_0x2d855e){return this['encode'](_0x2f4ef5,_0x2d855e)['ldelim']();},_0x2473cc['decode']=function(_0x453f74,_0x2b00d5){_0x453f74 instanceof _0x5513da||(_0x453f74=_0x5513da['create'](_0x453f74));for(var _0x3ef144=void 0x0===_0x2b00d5?_0x453f74['len']:_0x453f74['pos']+_0x2b00d5,_0x282599=new _0x237050['RenameOperation']();_0x453f74['pos']<_0x3ef144;){var _0x55fb02=_0x453f74['uint32']();switch(_0x55fb02>>>0x3){case 0x1:_0x282599['position']=_0x237050['Position']['decode'](_0x453f74,_0x453f74['uint32']());break;case 0x2:_0x282599['oldName']=_0x453f74['string']();break;case 0x3:_0x282599['newName']=_0x453f74['string']();break;case 0x4:_0x282599['wasUndone']=_0x453f74['bool']();break;default:_0x453f74['skipType'](0x7&_0x55fb02);}}return _0x282599;},_0x2473cc['decodeDelimited']=function(_0x3f7c8a){return _0x3f7c8a instanceof _0x5513da||(_0x3f7c8a=new _0x5513da(_0x3f7c8a)),this['decode'](_0x3f7c8a,_0x3f7c8a['uint32']());},_0x2473cc['verify']=function(_0x161734){if('object'!=typeof _0x161734||null===_0x161734)return'object\x20expected';if(null!=_0x161734['position']&&_0x161734['hasOwnProperty']('position')){var _0x1a51eb=_0x237050['Position']['verify'](_0x161734['position']);if(_0x1a51eb)return'position.'+_0x1a51eb;}return null!=_0x161734['oldName']&&_0x161734['hasOwnProperty']('oldName')&&!_0x574aef['isString'](_0x161734['oldName'])?'oldName:\x20string\x20expected':null!=_0x161734['newName']&&_0x161734['hasOwnProperty']('newName')&&!_0x574aef['isString'](_0x161734['newName'])?'newName:\x20string\x20expected':null!=_0x161734['wasUndone']&&_0x161734['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x161734['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2473cc['fromObject']=function(_0x2876f0){if(_0x2876f0 instanceof _0x237050['RenameOperation'])return _0x2876f0;var _0x46ed9b=new _0x237050['RenameOperation']();if(null!=_0x2876f0['position']){if('object'!=typeof _0x2876f0['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x46ed9b['position']=_0x237050['Position']['fromObject'](_0x2876f0['position']);}return null!=_0x2876f0['oldName']&&(_0x46ed9b['oldName']=String(_0x2876f0['oldName'])),null!=_0x2876f0['newName']&&(_0x46ed9b['newName']=String(_0x2876f0['newName'])),null!=_0x2876f0['wasUndone']&&(_0x46ed9b['wasUndone']=Boolean(_0x2876f0['wasUndone'])),_0x46ed9b;},_0x2473cc['toObject']=function(_0x238aea,_0x5625c9){_0x5625c9||(_0x5625c9={});var _0x1e6462={};return _0x5625c9['defaults']&&(_0x1e6462['position']=null,_0x1e6462['oldName']='',_0x1e6462['newName']='',_0x1e6462['wasUndone']=!0x1),null!=_0x238aea['position']&&_0x238aea['hasOwnProperty']('position')&&(_0x1e6462['position']=_0x237050['Position']['toObject'](_0x238aea['position'],_0x5625c9)),null!=_0x238aea['oldName']&&_0x238aea['hasOwnProperty']('oldName')&&(_0x1e6462['oldName']=_0x238aea['oldName']),null!=_0x238aea['newName']&&_0x238aea['hasOwnProperty']('newName')&&(_0x1e6462['newName']=_0x238aea['newName']),null!=_0x238aea['wasUndone']&&_0x238aea['hasOwnProperty']('wasUndone')&&(_0x1e6462['wasUndone']=_0x238aea['wasUndone']),_0x1e6462;},_0x2473cc['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x20aef5['util']['toJSONOptions']);},_0x2473cc['getTypeUrl']=function(_0xc6e172){return void 0x0===_0xc6e172&&(_0xc6e172='type.googleapis.com'),_0xc6e172+'/RenameOperation';},_0x2473cc;}()),_0x237050['RootAttributeOperation']=(function(){function _0x252001(_0x42523b){if(_0x42523b){for(var _0x1d25ae=Object['keys'](_0x42523b),_0x250323=0x0;_0x250323<_0x1d25ae['length'];++_0x250323)null!=_0x42523b[_0x1d25ae[_0x250323]]&&(this[_0x1d25ae[_0x250323]]=_0x42523b[_0x1d25ae[_0x250323]]);}}return _0x252001['prototype']['root']='',_0x252001['prototype']['key']='',_0x252001['prototype']['oldValueBoolean']=!0x1,_0x252001['prototype']['oldValueJson']='',_0x252001['prototype']['newValueBoolean']=!0x1,_0x252001['prototype']['newValueJson']='',_0x252001['prototype']['wasUndone']=!0x1,_0x252001['create']=function(_0x4010b6){return new _0x252001(_0x4010b6);},_0x252001['encode']=function(_0x119435,_0x5dc9d0){return _0x5dc9d0||(_0x5dc9d0=_0x279e34['create']()),null!=_0x119435['root']&&Object['hasOwnProperty']['call'](_0x119435,'root')&&_0x5dc9d0['uint32'](0xa)['string'](_0x119435['root']),null!=_0x119435['key']&&Object['hasOwnProperty']['call'](_0x119435,'key')&&_0x5dc9d0['uint32'](0x12)['string'](_0x119435['key']),null!=_0x119435['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x119435,'oldValueBoolean')&&_0x5dc9d0['uint32'](0x18)['bool'](_0x119435['oldValueBoolean']),null!=_0x119435['oldValueJson']&&Object['hasOwnProperty']['call'](_0x119435,'oldValueJson')&&_0x5dc9d0['uint32'](0x22)['string'](_0x119435['oldValueJson']),null!=_0x119435['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x119435,'newValueBoolean')&&_0x5dc9d0['uint32'](0x28)['bool'](_0x119435['newValueBoolean']),null!=_0x119435['newValueJson']&&Object['hasOwnProperty']['call'](_0x119435,'newValueJson')&&_0x5dc9d0['uint32'](0x32)['string'](_0x119435['newValueJson']),null!=_0x119435['wasUndone']&&Object['hasOwnProperty']['call'](_0x119435,'wasUndone')&&_0x5dc9d0['uint32'](0x38)['bool'](_0x119435['wasUndone']),_0x5dc9d0;},_0x252001['encodeDelimited']=function(_0x12767b,_0x1c5796){return this['encode'](_0x12767b,_0x1c5796)['ldelim']();},_0x252001['decode']=function(_0x2b615d,_0xeaf96e){_0x2b615d instanceof _0x5513da||(_0x2b615d=_0x5513da['create'](_0x2b615d));for(var _0x3b7d82=void 0x0===_0xeaf96e?_0x2b615d['len']:_0x2b615d['pos']+_0xeaf96e,_0x175dfc=new _0x237050['RootAttributeOperation']();_0x2b615d['pos']<_0x3b7d82;){var _0x34c79c=_0x2b615d['uint32']();switch(_0x34c79c>>>0x3){case 0x1:_0x175dfc['root']=_0x2b615d['string']();break;case 0x2:_0x175dfc['key']=_0x2b615d['string']();break;case 0x3:_0x175dfc['oldValueBoolean']=_0x2b615d['bool']();break;case 0x4:_0x175dfc['oldValueJson']=_0x2b615d['string']();break;case 0x5:_0x175dfc['newValueBoolean']=_0x2b615d['bool']();break;case 0x6:_0x175dfc['newValueJson']=_0x2b615d['string']();break;case 0x7:_0x175dfc['wasUndone']=_0x2b615d['bool']();break;default:_0x2b615d['skipType'](0x7&_0x34c79c);}}return _0x175dfc;},_0x252001['decodeDelimited']=function(_0x559400){return _0x559400 instanceof _0x5513da||(_0x559400=new _0x5513da(_0x559400)),this['decode'](_0x559400,_0x559400['uint32']());},_0x252001['verify']=function(_0x3c1cc6){return'object'!=typeof _0x3c1cc6||null===_0x3c1cc6?'object\x20expected':null!=_0x3c1cc6['root']&&_0x3c1cc6['hasOwnProperty']('root')&&!_0x574aef['isString'](_0x3c1cc6['root'])?'root:\x20string\x20expected':null!=_0x3c1cc6['key']&&_0x3c1cc6['hasOwnProperty']('key')&&!_0x574aef['isString'](_0x3c1cc6['key'])?'key:\x20string\x20expected':null!=_0x3c1cc6['oldValueBoolean']&&_0x3c1cc6['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x3c1cc6['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x3c1cc6['oldValueJson']&&_0x3c1cc6['hasOwnProperty']('oldValueJson')&&!_0x574aef['isString'](_0x3c1cc6['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x3c1cc6['newValueBoolean']&&_0x3c1cc6['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x3c1cc6['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x3c1cc6['newValueJson']&&_0x3c1cc6['hasOwnProperty']('newValueJson')&&!_0x574aef['isString'](_0x3c1cc6['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x3c1cc6['wasUndone']&&_0x3c1cc6['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3c1cc6['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x252001['fromObject']=function(_0x4e66e6){if(_0x4e66e6 instanceof _0x237050['RootAttributeOperation'])return _0x4e66e6;var _0x469879=new _0x237050['RootAttributeOperation']();return null!=_0x4e66e6['root']&&(_0x469879['root']=String(_0x4e66e6['root'])),null!=_0x4e66e6['key']&&(_0x469879['key']=String(_0x4e66e6['key'])),null!=_0x4e66e6['oldValueBoolean']&&(_0x469879['oldValueBoolean']=Boolean(_0x4e66e6['oldValueBoolean'])),null!=_0x4e66e6['oldValueJson']&&(_0x469879['oldValueJson']=String(_0x4e66e6['oldValueJson'])),null!=_0x4e66e6['newValueBoolean']&&(_0x469879['newValueBoolean']=Boolean(_0x4e66e6['newValueBoolean'])),null!=_0x4e66e6['newValueJson']&&(_0x469879['newValueJson']=String(_0x4e66e6['newValueJson'])),null!=_0x4e66e6['wasUndone']&&(_0x469879['wasUndone']=Boolean(_0x4e66e6['wasUndone'])),_0x469879;},_0x252001['toObject']=function(_0x1937c3,_0x5e1a47){_0x5e1a47||(_0x5e1a47={});var _0x1d1166={};return _0x5e1a47['defaults']&&(_0x1d1166['root']='',_0x1d1166['key']='',_0x1d1166['oldValueBoolean']=!0x1,_0x1d1166['oldValueJson']='',_0x1d1166['newValueBoolean']=!0x1,_0x1d1166['newValueJson']='',_0x1d1166['wasUndone']=!0x1),null!=_0x1937c3['root']&&_0x1937c3['hasOwnProperty']('root')&&(_0x1d1166['root']=_0x1937c3['root']),null!=_0x1937c3['key']&&_0x1937c3['hasOwnProperty']('key')&&(_0x1d1166['key']=_0x1937c3['key']),null!=_0x1937c3['oldValueBoolean']&&_0x1937c3['hasOwnProperty']('oldValueBoolean')&&(_0x1d1166['oldValueBoolean']=_0x1937c3['oldValueBoolean']),null!=_0x1937c3['oldValueJson']&&_0x1937c3['hasOwnProperty']('oldValueJson')&&(_0x1d1166['oldValueJson']=_0x1937c3['oldValueJson']),null!=_0x1937c3['newValueBoolean']&&_0x1937c3['hasOwnProperty']('newValueBoolean')&&(_0x1d1166['newValueBoolean']=_0x1937c3['newValueBoolean']),null!=_0x1937c3['newValueJson']&&_0x1937c3['hasOwnProperty']('newValueJson')&&(_0x1d1166['newValueJson']=_0x1937c3['newValueJson']),null!=_0x1937c3['wasUndone']&&_0x1937c3['hasOwnProperty']('wasUndone')&&(_0x1d1166['wasUndone']=_0x1937c3['wasUndone']),_0x1d1166;},_0x252001['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x20aef5['util']['toJSONOptions']);},_0x252001['getTypeUrl']=function(_0x3da0a2){return void 0x0===_0x3da0a2&&(_0x3da0a2='type.googleapis.com'),_0x3da0a2+'/RootAttributeOperation';},_0x252001;}()),_0x237050['RootOperation']=(function(){function _0x35132d(_0x1d2418){if(_0x1d2418){for(var _0x28c87a=Object['keys'](_0x1d2418),_0x12dc74=0x0;_0x12dc74<_0x28c87a['length'];++_0x12dc74)null!=_0x1d2418[_0x28c87a[_0x12dc74]]&&(this[_0x28c87a[_0x12dc74]]=_0x1d2418[_0x28c87a[_0x12dc74]]);}}return _0x35132d['prototype']['rootName']='',_0x35132d['prototype']['elementName']='',_0x35132d['prototype']['isAdd']=!0x1,_0x35132d['prototype']['wasUndone']=!0x1,_0x35132d['create']=function(_0x2d391f){return new _0x35132d(_0x2d391f);},_0x35132d['encode']=function(_0x4ea8b7,_0x792ac9){return _0x792ac9||(_0x792ac9=_0x279e34['create']()),null!=_0x4ea8b7['rootName']&&Object['hasOwnProperty']['call'](_0x4ea8b7,'rootName')&&_0x792ac9['uint32'](0xa)['string'](_0x4ea8b7['rootName']),null!=_0x4ea8b7['elementName']&&Object['hasOwnProperty']['call'](_0x4ea8b7,'elementName')&&_0x792ac9['uint32'](0x12)['string'](_0x4ea8b7['elementName']),null!=_0x4ea8b7['isAdd']&&Object['hasOwnProperty']['call'](_0x4ea8b7,'isAdd')&&_0x792ac9['uint32'](0x18)['bool'](_0x4ea8b7['isAdd']),null!=_0x4ea8b7['wasUndone']&&Object['hasOwnProperty']['call'](_0x4ea8b7,'wasUndone')&&_0x792ac9['uint32'](0x20)['bool'](_0x4ea8b7['wasUndone']),_0x792ac9;},_0x35132d['encodeDelimited']=function(_0x4fdc04,_0x2998f3){return this['encode'](_0x4fdc04,_0x2998f3)['ldelim']();},_0x35132d['decode']=function(_0x29ddb9,_0x43a2dd){_0x29ddb9 instanceof _0x5513da||(_0x29ddb9=_0x5513da['create'](_0x29ddb9));for(var _0x50e80b=void 0x0===_0x43a2dd?_0x29ddb9['len']:_0x29ddb9['pos']+_0x43a2dd,_0x2bef86=new _0x237050['RootOperation']();_0x29ddb9['pos']<_0x50e80b;){var _0x258f12=_0x29ddb9['uint32']();switch(_0x258f12>>>0x3){case 0x1:_0x2bef86['rootName']=_0x29ddb9['string']();break;case 0x2:_0x2bef86['elementName']=_0x29ddb9['string']();break;case 0x3:_0x2bef86['isAdd']=_0x29ddb9['bool']();break;case 0x4:_0x2bef86['wasUndone']=_0x29ddb9['bool']();break;default:_0x29ddb9['skipType'](0x7&_0x258f12);}}return _0x2bef86;},_0x35132d['decodeDelimited']=function(_0x3573a0){return _0x3573a0 instanceof _0x5513da||(_0x3573a0=new _0x5513da(_0x3573a0)),this['decode'](_0x3573a0,_0x3573a0['uint32']());},_0x35132d['verify']=function(_0x491844){return'object'!=typeof _0x491844||null===_0x491844?'object\x20expected':null!=_0x491844['rootName']&&_0x491844['hasOwnProperty']('rootName')&&!_0x574aef['isString'](_0x491844['rootName'])?'rootName:\x20string\x20expected':null!=_0x491844['elementName']&&_0x491844['hasOwnProperty']('elementName')&&!_0x574aef['isString'](_0x491844['elementName'])?'elementName:\x20string\x20expected':null!=_0x491844['isAdd']&&_0x491844['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x491844['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x491844['wasUndone']&&_0x491844['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x491844['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x35132d['fromObject']=function(_0xbd1cf8){if(_0xbd1cf8 instanceof _0x237050['RootOperation'])return _0xbd1cf8;var _0x1befb0=new _0x237050['RootOperation']();return null!=_0xbd1cf8['rootName']&&(_0x1befb0['rootName']=String(_0xbd1cf8['rootName'])),null!=_0xbd1cf8['elementName']&&(_0x1befb0['elementName']=String(_0xbd1cf8['elementName'])),null!=_0xbd1cf8['isAdd']&&(_0x1befb0['isAdd']=Boolean(_0xbd1cf8['isAdd'])),null!=_0xbd1cf8['wasUndone']&&(_0x1befb0['wasUndone']=Boolean(_0xbd1cf8['wasUndone'])),_0x1befb0;},_0x35132d['toObject']=function(_0x2205ad,_0x199b1e){_0x199b1e||(_0x199b1e={});var _0x4a3260={};return _0x199b1e['defaults']&&(_0x4a3260['rootName']='',_0x4a3260['elementName']='',_0x4a3260['isAdd']=!0x1,_0x4a3260['wasUndone']=!0x1),null!=_0x2205ad['rootName']&&_0x2205ad['hasOwnProperty']('rootName')&&(_0x4a3260['rootName']=_0x2205ad['rootName']),null!=_0x2205ad['elementName']&&_0x2205ad['hasOwnProperty']('elementName')&&(_0x4a3260['elementName']=_0x2205ad['elementName']),null!=_0x2205ad['isAdd']&&_0x2205ad['hasOwnProperty']('isAdd')&&(_0x4a3260['isAdd']=_0x2205ad['isAdd']),null!=_0x2205ad['wasUndone']&&_0x2205ad['hasOwnProperty']('wasUndone')&&(_0x4a3260['wasUndone']=_0x2205ad['wasUndone']),_0x4a3260;},_0x35132d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x20aef5['util']['toJSONOptions']);},_0x35132d['getTypeUrl']=function(_0x323c01){return void 0x0===_0x323c01&&(_0x323c01='type.googleapis.com'),_0x323c01+'/RootOperation';},_0x35132d;}()),_0x237050['SplitOperation']=(function(){function _0x58c7cf(_0x267ffe){if(_0x267ffe){for(var _0x56a503=Object['keys'](_0x267ffe),_0x4340ec=0x0;_0x4340ec<_0x56a503['length'];++_0x4340ec)null!=_0x267ffe[_0x56a503[_0x4340ec]]&&(this[_0x56a503[_0x4340ec]]=_0x267ffe[_0x56a503[_0x4340ec]]);}}return _0x58c7cf['prototype']['splitPosition']=null,_0x58c7cf['prototype']['graveyardPosition']=null,_0x58c7cf['prototype']['howMany']=0x0,_0x58c7cf['prototype']['insertionPosition']=null,_0x58c7cf['prototype']['wasUndone']=!0x1,_0x58c7cf['create']=function(_0x2e30f0){return new _0x58c7cf(_0x2e30f0);},_0x58c7cf['encode']=function(_0x654306,_0x51ecd7){return _0x51ecd7||(_0x51ecd7=_0x279e34['create']()),null!=_0x654306['splitPosition']&&Object['hasOwnProperty']['call'](_0x654306,'splitPosition')&&_0x237050['Position']['encode'](_0x654306['splitPosition'],_0x51ecd7['uint32'](0xa)['fork']())['ldelim'](),null!=_0x654306['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x654306,'graveyardPosition')&&_0x237050['Position']['encode'](_0x654306['graveyardPosition'],_0x51ecd7['uint32'](0x12)['fork']())['ldelim'](),null!=_0x654306['howMany']&&Object['hasOwnProperty']['call'](_0x654306,'howMany')&&_0x51ecd7['uint32'](0x18)['uint32'](_0x654306['howMany']),null!=_0x654306['insertionPosition']&&Object['hasOwnProperty']['call'](_0x654306,'insertionPosition')&&_0x237050['Position']['encode'](_0x654306['insertionPosition'],_0x51ecd7['uint32'](0x22)['fork']())['ldelim'](),null!=_0x654306['wasUndone']&&Object['hasOwnProperty']['call'](_0x654306,'wasUndone')&&_0x51ecd7['uint32'](0x28)['bool'](_0x654306['wasUndone']),_0x51ecd7;},_0x58c7cf['encodeDelimited']=function(_0x287ea0,_0x212027){return this['encode'](_0x287ea0,_0x212027)['ldelim']();},_0x58c7cf['decode']=function(_0x492685,_0x30a881){_0x492685 instanceof _0x5513da||(_0x492685=_0x5513da['create'](_0x492685));for(var _0x2865cd=void 0x0===_0x30a881?_0x492685['len']:_0x492685['pos']+_0x30a881,_0x5d657e=new _0x237050['SplitOperation']();_0x492685['pos']<_0x2865cd;){var _0x22143a=_0x492685['uint32']();switch(_0x22143a>>>0x3){case 0x1:_0x5d657e['splitPosition']=_0x237050['Position']['decode'](_0x492685,_0x492685['uint32']());break;case 0x2:_0x5d657e['graveyardPosition']=_0x237050['Position']['decode'](_0x492685,_0x492685['uint32']());break;case 0x3:_0x5d657e['howMany']=_0x492685['uint32']();break;case 0x4:_0x5d657e['insertionPosition']=_0x237050['Position']['decode'](_0x492685,_0x492685['uint32']());break;case 0x5:_0x5d657e['wasUndone']=_0x492685['bool']();break;default:_0x492685['skipType'](0x7&_0x22143a);}}return _0x5d657e;},_0x58c7cf['decodeDelimited']=function(_0x1749b3){return _0x1749b3 instanceof _0x5513da||(_0x1749b3=new _0x5513da(_0x1749b3)),this['decode'](_0x1749b3,_0x1749b3['uint32']());},_0x58c7cf['verify']=function(_0x528990){if('object'!=typeof _0x528990||null===_0x528990)return'object\x20expected';var _0x550742;if(null!=_0x528990['splitPosition']&&_0x528990['hasOwnProperty']('splitPosition')&&(_0x550742=_0x237050['Position']['verify'](_0x528990['splitPosition'])))return'splitPosition.'+_0x550742;if(null!=_0x528990['graveyardPosition']&&_0x528990['hasOwnProperty']('graveyardPosition')&&(_0x550742=_0x237050['Position']['verify'](_0x528990['graveyardPosition'])))return'graveyardPosition.'+_0x550742;if(null!=_0x528990['howMany']&&_0x528990['hasOwnProperty']('howMany')&&!_0x574aef['isInteger'](_0x528990['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x528990['insertionPosition']&&_0x528990['hasOwnProperty']('insertionPosition')&&(_0x550742=_0x237050['Position']['verify'](_0x528990['insertionPosition'])))return'insertionPosition.'+_0x550742;return null!=_0x528990['wasUndone']&&_0x528990['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x528990['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x58c7cf['fromObject']=function(_0x34128b){if(_0x34128b instanceof _0x237050['SplitOperation'])return _0x34128b;var _0x3da926=new _0x237050['SplitOperation']();if(null!=_0x34128b['splitPosition']){if('object'!=typeof _0x34128b['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x3da926['splitPosition']=_0x237050['Position']['fromObject'](_0x34128b['splitPosition']);}if(null!=_0x34128b['graveyardPosition']){if('object'!=typeof _0x34128b['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x3da926['graveyardPosition']=_0x237050['Position']['fromObject'](_0x34128b['graveyardPosition']);}if(null!=_0x34128b['howMany']&&(_0x3da926['howMany']=_0x34128b['howMany']>>>0x0),null!=_0x34128b['insertionPosition']){if('object'!=typeof _0x34128b['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x3da926['insertionPosition']=_0x237050['Position']['fromObject'](_0x34128b['insertionPosition']);}return null!=_0x34128b['wasUndone']&&(_0x3da926['wasUndone']=Boolean(_0x34128b['wasUndone'])),_0x3da926;},_0x58c7cf['toObject']=function(_0x36f55d,_0x3d4034){_0x3d4034||(_0x3d4034={});var _0x1bf1fd={};return _0x3d4034['defaults']&&(_0x1bf1fd['splitPosition']=null,_0x1bf1fd['graveyardPosition']=null,_0x1bf1fd['howMany']=0x0,_0x1bf1fd['insertionPosition']=null,_0x1bf1fd['wasUndone']=!0x1),null!=_0x36f55d['splitPosition']&&_0x36f55d['hasOwnProperty']('splitPosition')&&(_0x1bf1fd['splitPosition']=_0x237050['Position']['toObject'](_0x36f55d['splitPosition'],_0x3d4034)),null!=_0x36f55d['graveyardPosition']&&_0x36f55d['hasOwnProperty']('graveyardPosition')&&(_0x1bf1fd['graveyardPosition']=_0x237050['Position']['toObject'](_0x36f55d['graveyardPosition'],_0x3d4034)),null!=_0x36f55d['howMany']&&_0x36f55d['hasOwnProperty']('howMany')&&(_0x1bf1fd['howMany']=_0x36f55d['howMany']),null!=_0x36f55d['insertionPosition']&&_0x36f55d['hasOwnProperty']('insertionPosition')&&(_0x1bf1fd['insertionPosition']=_0x237050['Position']['toObject'](_0x36f55d['insertionPosition'],_0x3d4034)),null!=_0x36f55d['wasUndone']&&_0x36f55d['hasOwnProperty']('wasUndone')&&(_0x1bf1fd['wasUndone']=_0x36f55d['wasUndone']),_0x1bf1fd;},_0x58c7cf['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x20aef5['util']['toJSONOptions']);},_0x58c7cf['getTypeUrl']=function(_0x3d05e3){return void 0x0===_0x3d05e3&&(_0x3d05e3='type.googleapis.com'),_0x3d05e3+'/SplitOperation';},_0x58c7cf;}()),_0x237050['Position']=(function(){function _0x4f25f6(_0x336ad0){if(this['path']=[],_0x336ad0){for(var _0x2adc74=Object['keys'](_0x336ad0),_0x25e07a=0x0;_0x25e07a<_0x2adc74['length'];++_0x25e07a)null!=_0x336ad0[_0x2adc74[_0x25e07a]]&&(this[_0x2adc74[_0x25e07a]]=_0x336ad0[_0x2adc74[_0x25e07a]]);}}return _0x4f25f6['prototype']['root']='',_0x4f25f6['prototype']['rootMain']=!0x1,_0x4f25f6['prototype']['rootGraveyard']=!0x1,_0x4f25f6['prototype']['path']=_0x574aef['emptyArray'],_0x4f25f6['prototype']['stickiness']='',_0x4f25f6['create']=function(_0x318971){return new _0x4f25f6(_0x318971);},_0x4f25f6['encode']=function(_0x2ddcdd,_0x421473){if(_0x421473||(_0x421473=_0x279e34['create']()),null!=_0x2ddcdd['root']&&Object['hasOwnProperty']['call'](_0x2ddcdd,'root')&&_0x421473['uint32'](0xa)['string'](_0x2ddcdd['root']),null!=_0x2ddcdd['rootMain']&&Object['hasOwnProperty']['call'](_0x2ddcdd,'rootMain')&&_0x421473['uint32'](0x10)['bool'](_0x2ddcdd['rootMain']),null!=_0x2ddcdd['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x2ddcdd,'rootGraveyard')&&_0x421473['uint32'](0x18)['bool'](_0x2ddcdd['rootGraveyard']),null!=_0x2ddcdd['path']&&_0x2ddcdd['path']['length']){_0x421473['uint32'](0x22)['fork']();for(var _0x5cb113=0x0;_0x5cb113<_0x2ddcdd['path']['length'];++_0x5cb113)_0x421473['uint32'](_0x2ddcdd['path'][_0x5cb113]);_0x421473['ldelim']();}return null!=_0x2ddcdd['stickiness']&&Object['hasOwnProperty']['call'](_0x2ddcdd,'stickiness')&&_0x421473['uint32'](0x2a)['string'](_0x2ddcdd['stickiness']),_0x421473;},_0x4f25f6['encodeDelimited']=function(_0x49b9b4,_0x39f541){return this['encode'](_0x49b9b4,_0x39f541)['ldelim']();},_0x4f25f6['decode']=function(_0x35569a,_0x49793c){_0x35569a instanceof _0x5513da||(_0x35569a=_0x5513da['create'](_0x35569a));for(var _0x3ae57a=void 0x0===_0x49793c?_0x35569a['len']:_0x35569a['pos']+_0x49793c,_0xf763cf=new _0x237050['Position']();_0x35569a['pos']<_0x3ae57a;){var _0x39a946=_0x35569a['uint32']();switch(_0x39a946>>>0x3){case 0x1:_0xf763cf['root']=_0x35569a['string']();break;case 0x2:_0xf763cf['rootMain']=_0x35569a['bool']();break;case 0x3:_0xf763cf['rootGraveyard']=_0x35569a['bool']();break;case 0x4:if(_0xf763cf['path']&&_0xf763cf['path']['length']||(_0xf763cf['path']=[]),0x2==(0x7&_0x39a946)){for(var _0x3c29ff=_0x35569a['uint32']()+_0x35569a['pos'];_0x35569a['pos']<_0x3c29ff;)_0xf763cf['path']['push'](_0x35569a['uint32']());}else _0xf763cf['path']['push'](_0x35569a['uint32']());break;case 0x5:_0xf763cf['stickiness']=_0x35569a['string']();break;default:_0x35569a['skipType'](0x7&_0x39a946);}}return _0xf763cf;},_0x4f25f6['decodeDelimited']=function(_0x5da66b){return _0x5da66b instanceof _0x5513da||(_0x5da66b=new _0x5513da(_0x5da66b)),this['decode'](_0x5da66b,_0x5da66b['uint32']());},_0x4f25f6['verify']=function(_0x3beed3){if('object'!=typeof _0x3beed3||null===_0x3beed3)return'object\x20expected';if(null!=_0x3beed3['root']&&_0x3beed3['hasOwnProperty']('root')&&!_0x574aef['isString'](_0x3beed3['root']))return'root:\x20string\x20expected';if(null!=_0x3beed3['rootMain']&&_0x3beed3['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x3beed3['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x3beed3['rootGraveyard']&&_0x3beed3['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x3beed3['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x3beed3['path']&&_0x3beed3['hasOwnProperty']('path')){if(!Array['isArray'](_0x3beed3['path']))return'path:\x20array\x20expected';for(var _0x533803=0x0;_0x533803<_0x3beed3['path']['length'];++_0x533803)if(!_0x574aef['isInteger'](_0x3beed3['path'][_0x533803]))return'path:\x20integer[]\x20expected';}return null!=_0x3beed3['stickiness']&&_0x3beed3['hasOwnProperty']('stickiness')&&!_0x574aef['isString'](_0x3beed3['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x4f25f6['fromObject']=function(_0x355789){if(_0x355789 instanceof _0x237050['Position'])return _0x355789;var _0x227084=new _0x237050['Position']();if(null!=_0x355789['root']&&(_0x227084['root']=String(_0x355789['root'])),null!=_0x355789['rootMain']&&(_0x227084['rootMain']=Boolean(_0x355789['rootMain'])),null!=_0x355789['rootGraveyard']&&(_0x227084['rootGraveyard']=Boolean(_0x355789['rootGraveyard'])),_0x355789['path']){if(!Array['isArray'](_0x355789['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x227084['path']=[];for(var _0x5c4613=0x0;_0x5c4613<_0x355789['path']['length'];++_0x5c4613)_0x227084['path'][_0x5c4613]=_0x355789['path'][_0x5c4613]>>>0x0;}return null!=_0x355789['stickiness']&&(_0x227084['stickiness']=String(_0x355789['stickiness'])),_0x227084;},_0x4f25f6['toObject']=function(_0x235791,_0x3b69b5){_0x3b69b5||(_0x3b69b5={});var _0x5ee372={};if((_0x3b69b5['arrays']||_0x3b69b5['defaults'])&&(_0x5ee372['path']=[]),_0x3b69b5['defaults']&&(_0x5ee372['root']='',_0x5ee372['rootMain']=!0x1,_0x5ee372['rootGraveyard']=!0x1,_0x5ee372['stickiness']=''),null!=_0x235791['root']&&_0x235791['hasOwnProperty']('root')&&(_0x5ee372['root']=_0x235791['root']),null!=_0x235791['rootMain']&&_0x235791['hasOwnProperty']('rootMain')&&(_0x5ee372['rootMain']=_0x235791['rootMain']),null!=_0x235791['rootGraveyard']&&_0x235791['hasOwnProperty']('rootGraveyard')&&(_0x5ee372['rootGraveyard']=_0x235791['rootGraveyard']),_0x235791['path']&&_0x235791['path']['length']){_0x5ee372['path']=[];for(var _0x4dc6cf=0x0;_0x4dc6cf<_0x235791['path']['length'];++_0x4dc6cf)_0x5ee372['path'][_0x4dc6cf]=_0x235791['path'][_0x4dc6cf];}return null!=_0x235791['stickiness']&&_0x235791['hasOwnProperty']('stickiness')&&(_0x5ee372['stickiness']=_0x235791['stickiness']),_0x5ee372;},_0x4f25f6['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x20aef5['util']['toJSONOptions']);},_0x4f25f6['getTypeUrl']=function(_0x43f57e){return void 0x0===_0x43f57e&&(_0x43f57e='type.googleapis.com'),_0x43f57e+'/Position';},_0x4f25f6;}()),_0x237050['Range']=(function(){function _0xd6ddc1(_0x4ee8f1){if(_0x4ee8f1){for(var _0x53948d=Object['keys'](_0x4ee8f1),_0x1db811=0x0;_0x1db811<_0x53948d['length'];++_0x1db811)null!=_0x4ee8f1[_0x53948d[_0x1db811]]&&(this[_0x53948d[_0x1db811]]=_0x4ee8f1[_0x53948d[_0x1db811]]);}}return _0xd6ddc1['prototype']['start']=null,_0xd6ddc1['prototype']['end']=null,_0xd6ddc1['create']=function(_0x559d74){return new _0xd6ddc1(_0x559d74);},_0xd6ddc1['encode']=function(_0x1d52d1,_0x21cfc5){return _0x21cfc5||(_0x21cfc5=_0x279e34['create']()),null!=_0x1d52d1['start']&&Object['hasOwnProperty']['call'](_0x1d52d1,'start')&&_0x237050['Position']['encode'](_0x1d52d1['start'],_0x21cfc5['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1d52d1['end']&&Object['hasOwnProperty']['call'](_0x1d52d1,'end')&&_0x237050['Position']['encode'](_0x1d52d1['end'],_0x21cfc5['uint32'](0x12)['fork']())['ldelim'](),_0x21cfc5;},_0xd6ddc1['encodeDelimited']=function(_0x3e9335,_0x240218){return this['encode'](_0x3e9335,_0x240218)['ldelim']();},_0xd6ddc1['decode']=function(_0x9090ed,_0x53391d){_0x9090ed instanceof _0x5513da||(_0x9090ed=_0x5513da['create'](_0x9090ed));for(var _0x38f07e=void 0x0===_0x53391d?_0x9090ed['len']:_0x9090ed['pos']+_0x53391d,_0x309462=new _0x237050['Range']();_0x9090ed['pos']<_0x38f07e;){var _0x1bc244=_0x9090ed['uint32']();switch(_0x1bc244>>>0x3){case 0x1:_0x309462['start']=_0x237050['Position']['decode'](_0x9090ed,_0x9090ed['uint32']());break;case 0x2:_0x309462['end']=_0x237050['Position']['decode'](_0x9090ed,_0x9090ed['uint32']());break;default:_0x9090ed['skipType'](0x7&_0x1bc244);}}return _0x309462;},_0xd6ddc1['decodeDelimited']=function(_0x16c2d3){return _0x16c2d3 instanceof _0x5513da||(_0x16c2d3=new _0x5513da(_0x16c2d3)),this['decode'](_0x16c2d3,_0x16c2d3['uint32']());},_0xd6ddc1['verify']=function(_0x3539f4){if('object'!=typeof _0x3539f4||null===_0x3539f4)return'object\x20expected';var _0x1e7b5c;if(null!=_0x3539f4['start']&&_0x3539f4['hasOwnProperty']('start')&&(_0x1e7b5c=_0x237050['Position']['verify'](_0x3539f4['start'])))return'start.'+_0x1e7b5c;if(null!=_0x3539f4['end']&&_0x3539f4['hasOwnProperty']('end')&&(_0x1e7b5c=_0x237050['Position']['verify'](_0x3539f4['end'])))return'end.'+_0x1e7b5c;return null;},_0xd6ddc1['fromObject']=function(_0x465ac3){if(_0x465ac3 instanceof _0x237050['Range'])return _0x465ac3;var _0x4257bc=new _0x237050['Range']();if(null!=_0x465ac3['start']){if('object'!=typeof _0x465ac3['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x4257bc['start']=_0x237050['Position']['fromObject'](_0x465ac3['start']);}if(null!=_0x465ac3['end']){if('object'!=typeof _0x465ac3['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x4257bc['end']=_0x237050['Position']['fromObject'](_0x465ac3['end']);}return _0x4257bc;},_0xd6ddc1['toObject']=function(_0x761f78,_0x22c987){_0x22c987||(_0x22c987={});var _0x13006d={};return _0x22c987['defaults']&&(_0x13006d['start']=null,_0x13006d['end']=null),null!=_0x761f78['start']&&_0x761f78['hasOwnProperty']('start')&&(_0x13006d['start']=_0x237050['Position']['toObject'](_0x761f78['start'],_0x22c987)),null!=_0x761f78['end']&&_0x761f78['hasOwnProperty']('end')&&(_0x13006d['end']=_0x237050['Position']['toObject'](_0x761f78['end'],_0x22c987)),_0x13006d;},_0xd6ddc1['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x20aef5['util']['toJSONOptions']);},_0xd6ddc1['getTypeUrl']=function(_0x3a3a13){return void 0x0===_0x3a3a13&&(_0x3a3a13='type.googleapis.com'),_0x3a3a13+'/Range';},_0xd6ddc1;}()),_0x237050['Element']=(function(){function _0x1842af(_0x2ff88a){if(this['children']=[],this['attributesBoolean']={},_0x2ff88a){for(var _0x4abb69=Object['keys'](_0x2ff88a),_0x52c5bb=0x0;_0x52c5bb<_0x4abb69['length'];++_0x52c5bb)null!=_0x2ff88a[_0x4abb69[_0x52c5bb]]&&(this[_0x4abb69[_0x52c5bb]]=_0x2ff88a[_0x4abb69[_0x52c5bb]]);}}return _0x1842af['prototype']['name']='',_0x1842af['prototype']['children']=_0x574aef['emptyArray'],_0x1842af['prototype']['data']='',_0x1842af['prototype']['attributesBoolean']=_0x574aef['emptyObject'],_0x1842af['prototype']['attributesJson']='',_0x1842af['create']=function(_0xfeef84){return new _0x1842af(_0xfeef84);},_0x1842af['encode']=function(_0x15ca08,_0x3ecc50){if(_0x3ecc50||(_0x3ecc50=_0x279e34['create']()),null!=_0x15ca08['name']&&Object['hasOwnProperty']['call'](_0x15ca08,'name')&&_0x3ecc50['uint32'](0xa)['string'](_0x15ca08['name']),null!=_0x15ca08['children']&&_0x15ca08['children']['length']){for(var _0xd4cbb4=0x0;_0xd4cbb4<_0x15ca08['children']['length'];++_0xd4cbb4)_0x237050['Element']['encode'](_0x15ca08['children'][_0xd4cbb4],_0x3ecc50['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x15ca08['data']&&Object['hasOwnProperty']['call'](_0x15ca08,'data')&&_0x3ecc50['uint32'](0x1a)['string'](_0x15ca08['data']),null!=_0x15ca08['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x15ca08,'attributesBoolean')){var _0x2bca8d=Object['keys'](_0x15ca08['attributesBoolean']);for(_0xd4cbb4=0x0;_0xd4cbb4<_0x2bca8d['length'];++_0xd4cbb4)_0x3ecc50['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x2bca8d[_0xd4cbb4])['uint32'](0x10)['bool'](_0x15ca08['attributesBoolean'][_0x2bca8d[_0xd4cbb4]])['ldelim']();}return null!=_0x15ca08['attributesJson']&&Object['hasOwnProperty']['call'](_0x15ca08,'attributesJson')&&_0x3ecc50['uint32'](0x2a)['string'](_0x15ca08['attributesJson']),_0x3ecc50;},_0x1842af['encodeDelimited']=function(_0x20db16,_0x45c643){return this['encode'](_0x20db16,_0x45c643)['ldelim']();},_0x1842af['decode']=function(_0x4ca010,_0x331740){_0x4ca010 instanceof _0x5513da||(_0x4ca010=_0x5513da['create'](_0x4ca010));for(var _0x591438,_0x1c2633,_0x4fb438=void 0x0===_0x331740?_0x4ca010['len']:_0x4ca010['pos']+_0x331740,_0x1a022c=new _0x237050['Element']();_0x4ca010['pos']<_0x4fb438;){var _0x50c8f5=_0x4ca010['uint32']();switch(_0x50c8f5>>>0x3){case 0x1:_0x1a022c['name']=_0x4ca010['string']();break;case 0x2:_0x1a022c['children']&&_0x1a022c['children']['length']||(_0x1a022c['children']=[]),_0x1a022c['children']['push'](_0x237050['Element']['decode'](_0x4ca010,_0x4ca010['uint32']()));break;case 0x3:_0x1a022c['data']=_0x4ca010['string']();break;case 0x4:_0x1a022c['attributesBoolean']===_0x574aef['emptyObject']&&(_0x1a022c['attributesBoolean']={});var _0x2526fe=_0x4ca010['uint32']()+_0x4ca010['pos'];for(_0x591438='',_0x1c2633=!0x1;_0x4ca010['pos']<_0x2526fe;){var _0xd3775d=_0x4ca010['uint32']();switch(_0xd3775d>>>0x3){case 0x1:_0x591438=_0x4ca010['string']();break;case 0x2:_0x1c2633=_0x4ca010['bool']();break;default:_0x4ca010['skipType'](0x7&_0xd3775d);}}_0x1a022c['attributesBoolean'][_0x591438]=_0x1c2633;break;case 0x5:_0x1a022c['attributesJson']=_0x4ca010['string']();break;default:_0x4ca010['skipType'](0x7&_0x50c8f5);}}return _0x1a022c;},_0x1842af['decodeDelimited']=function(_0x5e1547){return _0x5e1547 instanceof _0x5513da||(_0x5e1547=new _0x5513da(_0x5e1547)),this['decode'](_0x5e1547,_0x5e1547['uint32']());},_0x1842af['verify']=function(_0x5d86cc){if('object'!=typeof _0x5d86cc||null===_0x5d86cc)return'object\x20expected';if(null!=_0x5d86cc['name']&&_0x5d86cc['hasOwnProperty']('name')&&!_0x574aef['isString'](_0x5d86cc['name']))return'name:\x20string\x20expected';if(null!=_0x5d86cc['children']&&_0x5d86cc['hasOwnProperty']('children')){if(!Array['isArray'](_0x5d86cc['children']))return'children:\x20array\x20expected';for(var _0x11f6b0=0x0;_0x11f6b0<_0x5d86cc['children']['length'];++_0x11f6b0){var _0x208525=_0x237050['Element']['verify'](_0x5d86cc['children'][_0x11f6b0]);if(_0x208525)return'children.'+_0x208525;}}if(null!=_0x5d86cc['data']&&_0x5d86cc['hasOwnProperty']('data')&&!_0x574aef['isString'](_0x5d86cc['data']))return'data:\x20string\x20expected';if(null!=_0x5d86cc['attributesBoolean']&&_0x5d86cc['hasOwnProperty']('attributesBoolean')){if(!_0x574aef['isObject'](_0x5d86cc['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x19f382=Object['keys'](_0x5d86cc['attributesBoolean']);for(_0x11f6b0=0x0;_0x11f6b0<_0x19f382['length'];++_0x11f6b0)if('boolean'!=typeof _0x5d86cc['attributesBoolean'][_0x19f382[_0x11f6b0]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x5d86cc['attributesJson']&&_0x5d86cc['hasOwnProperty']('attributesJson')&&!_0x574aef['isString'](_0x5d86cc['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x1842af['fromObject']=function(_0x8741df){if(_0x8741df instanceof _0x237050['Element'])return _0x8741df;var _0x4dce7c=new _0x237050['Element']();if(null!=_0x8741df['name']&&(_0x4dce7c['name']=String(_0x8741df['name'])),_0x8741df['children']){if(!Array['isArray'](_0x8741df['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x4dce7c['children']=[];for(var _0x559986=0x0;_0x559986<_0x8741df['children']['length'];++_0x559986){if('object'!=typeof _0x8741df['children'][_0x559986])throw TypeError('.Element.children:\x20object\x20expected');_0x4dce7c['children'][_0x559986]=_0x237050['Element']['fromObject'](_0x8741df['children'][_0x559986]);}}if(null!=_0x8741df['data']&&(_0x4dce7c['data']=String(_0x8741df['data'])),_0x8741df['attributesBoolean']){if('object'!=typeof _0x8741df['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x4dce7c['attributesBoolean']={};var _0x49a285=Object['keys'](_0x8741df['attributesBoolean']);for(_0x559986=0x0;_0x559986<_0x49a285['length'];++_0x559986)_0x4dce7c['attributesBoolean'][_0x49a285[_0x559986]]=Boolean(_0x8741df['attributesBoolean'][_0x49a285[_0x559986]]);}return null!=_0x8741df['attributesJson']&&(_0x4dce7c['attributesJson']=String(_0x8741df['attributesJson'])),_0x4dce7c;},_0x1842af['toObject']=function(_0x117362,_0xf6ace3){_0xf6ace3||(_0xf6ace3={});var _0x55453d,_0x5238f3={};if((_0xf6ace3['arrays']||_0xf6ace3['defaults'])&&(_0x5238f3['children']=[]),(_0xf6ace3['objects']||_0xf6ace3['defaults'])&&(_0x5238f3['attributesBoolean']={}),_0xf6ace3['defaults']&&(_0x5238f3['name']='',_0x5238f3['data']='',_0x5238f3['attributesJson']=''),null!=_0x117362['name']&&_0x117362['hasOwnProperty']('name')&&(_0x5238f3['name']=_0x117362['name']),_0x117362['children']&&_0x117362['children']['length']){_0x5238f3['children']=[];for(var _0x3c3f0f=0x0;_0x3c3f0f<_0x117362['children']['length'];++_0x3c3f0f)_0x5238f3['children'][_0x3c3f0f]=_0x237050['Element']['toObject'](_0x117362['children'][_0x3c3f0f],_0xf6ace3);}if(null!=_0x117362['data']&&_0x117362['hasOwnProperty']('data')&&(_0x5238f3['data']=_0x117362['data']),_0x117362['attributesBoolean']&&(_0x55453d=Object['keys'](_0x117362['attributesBoolean']))['length']){_0x5238f3['attributesBoolean']={};for(_0x3c3f0f=0x0;_0x3c3f0f<_0x55453d['length'];++_0x3c3f0f)_0x5238f3['attributesBoolean'][_0x55453d[_0x3c3f0f]]=_0x117362['attributesBoolean'][_0x55453d[_0x3c3f0f]];}return null!=_0x117362['attributesJson']&&_0x117362['hasOwnProperty']('attributesJson')&&(_0x5238f3['attributesJson']=_0x117362['attributesJson']),_0x5238f3;},_0x1842af['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x20aef5['util']['toJSONOptions']);},_0x1842af['getTypeUrl']=function(_0x35cb08){return void 0x0===_0x35cb08&&(_0x35cb08='type.googleapis.com'),_0x35cb08+'/Element';},_0x1842af;}()),_0x237050;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x7844){return new y(this['_protobufRoot'][_0x7844]);}}class y{['_protobuf'];constructor(_0x38f54c){this['_protobuf']=_0x38f54c;}['compress'](_0x2d6872){const _0x2e193a=this['_protobuf']['verify'](_0x2d6872);if(_0x2e193a)throw Error(_0x2e193a);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x2d6872))['finish']();}['decompress'](_0x3c78c9){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x3c78c9),{'oneofs':!0x0});}}function _(_0x4b5e12,_0x269ba4){const _0x407e42=_0x194fdb(_0x4b5e12);return _0x407e42['path'][_0x407e42['path']['length']-0x1]+=_0x269ba4,_0x407e42;}function O(_0x318f5e,_0x5f3286){return _0x318f5e['root']===_0x5f3286['root']&&_0x1f9ab(_0x318f5e['path'],_0x5f3286['path']);}function $(_0x1ad663){P(_0x1ad663,_0x2ccd48=>('main'==_0x2ccd48['root']?(_0x2ccd48['rootMain']=!0x0,delete _0x2ccd48['root']):'$graveyard'==_0x2ccd48['root']&&(_0x2ccd48['rootGraveyard']=!0x0,delete _0x2ccd48['root']),_0x2ccd48));}function J(_0x4a1ab8){P(_0x4a1ab8,_0x549ef9=>(_0x549ef9['rootMain']?(_0x549ef9['root']='main',delete _0x549ef9['rootMain']):_0x549ef9['rootGraveyard']&&(_0x549ef9['root']='$graveyard',delete _0x549ef9['rootGraveyard']),_0x549ef9));}function P(_0x2420e5,_0x5486ca){for(const _0x57aa84 in _0x2420e5){const _0x315b72=_0x2420e5[_0x57aa84];'nodes'!==_0x57aa84&&_0x219093(_0x315b72)&&(_0x315b72['path']&&(_0x315b72['root']||_0x315b72['rootMain']||_0x315b72['rootGraveyard'])?_0x2420e5[_0x57aa84]=_0x5486ca(_0x315b72):P(_0x315b72,_0x5486ca));}return _0x2420e5;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x1cfa22,_0x44f468,_0x7f3d7d){this['_id']=_0x1cfa22,this['_operationName']=_0x44f468,this['_protobufDescriptor']=_0x7f3d7d;}['compress'](_0x38633f,_0x5ea985){const _0x15e5af=_0x5ea985['shift']();return $(_0x15e5af),_0x38633f['buffers']['push'](this['_protobufDescriptor']['compress'](_0x15e5af)),_0x38633f['types']['push'](this['_id']),!0x0;}['decompress'](_0x20e58d,_0xc3d0c7){_0xc3d0c7['types']['shift']();const _0x167137=this['_protobufDescriptor']['decompress'](_0xc3d0c7['buffers']['shift']());J(_0x167137),_0x167137['__className']=this['_operationName'],_0x20e58d['push'](_0x167137);}}class s extends e{['compress'](_0x2678a0,_0x2fa4c3){const _0x1e71c5=_0x2fa4c3['shift']();return this['_serializeOneOf']('oldValue',_0x1e71c5),this['_serializeOneOf']('newValue',_0x1e71c5),$(_0x1e71c5),_0x2678a0['buffers']['push'](this['_protobufDescriptor']['compress'](_0x1e71c5)),_0x2678a0['types']['push'](this['_id']),!0x0;}['decompress'](_0x2c2e9f,_0xaa9e3f){const {types:_0x18981c,buffers:_0x53bd45}=_0xaa9e3f,_0x2ba36f=this['_protobufDescriptor']['decompress'](_0x53bd45['shift']());_0x18981c['shift'](),this['_deserializeOneOf']('oldValue',_0x2ba36f),this['_deserializeOneOf']('newValue',_0x2ba36f),J(_0x2ba36f),_0x2ba36f['__className']=this['_operationName'],_0x2c2e9f['push'](_0x2ba36f);}['_serializeOneOf'](_0x113c37,_0x7c983f){const _0x399672=_0x7c983f[_0x113c37];'boolean'==typeof _0x399672?_0x7c983f[_0x113c37+'Boolean']=_0x399672:_0x7c983f[_0x113c37+'Json']=JSON['stringify'](_0x399672);}['_deserializeOneOf'](_0x2e926c,_0x27b7c5){const _0x287bb4=_0x2e926c+'Json';_0x27b7c5[_0x287bb4]?(_0x27b7c5[_0x2e926c]=JSON['parse'](_0x27b7c5[_0x287bb4]),delete _0x27b7c5[_0x287bb4]):(_0x27b7c5[_0x2e926c]=_0x27b7c5[_0x2e926c+'Boolean'],delete _0x27b7c5[_0x2e926c+'Boolean']);}}class i extends e{['compress'](_0x421c3f,_0xa88da){const _0x1baea9=_0xa88da['shift']();return this['_serializeNodesAttributes'](_0x1baea9['nodes']),$(_0x1baea9),_0x421c3f['buffers']['push'](this['_protobufDescriptor']['compress'](_0x1baea9)),_0x421c3f['types']['push'](this['_id']),!0x0;}['decompress'](_0x14f501,_0x3820e7){const {types:_0x46bcba,buffers:_0x4c0d1b}=_0x3820e7,_0x4496db=this['_protobufDescriptor']['decompress'](_0x4c0d1b['shift']());_0x46bcba['shift'](),_0x4496db['nodes']||(_0x4496db['nodes']=[]),this['_deserializeNodesAttributes'](_0x4496db['nodes']),J(_0x4496db),_0x4496db['__className']=this['_operationName'],_0x14f501['push'](_0x4496db);}['_serializeNodesAttributes'](_0x25b77c){for(const _0x3246db of _0x25b77c){if(_0x3246db['attributes']){const _0x542a4c=_0x3246db['attributes'];this['_areValuesBoolean'](_0x542a4c)?_0x3246db['attributesBoolean']=_0x542a4c:_0x3246db['attributesJson']=JSON['stringify'](_0x542a4c);}_0x3246db['children']&&this['_serializeNodesAttributes'](_0x3246db['children']);}}['_deserializeNodesAttributes'](_0x362b56){for(const _0x252d56 of _0x362b56)(_0x252d56['attributesBoolean']||_0x252d56['attributesJson'])&&(_0x252d56['attributesBoolean']?(_0x252d56['attributes']=_0x252d56['attributesBoolean'],delete _0x252d56['attributesBoolean']):(_0x252d56['attributes']=JSON['parse'](_0x252d56['attributesJson']),delete _0x252d56['attributesJson'])),_0x252d56['children']&&this['_deserializeNodesAttributes'](_0x252d56['children']);}['_areValuesBoolean'](_0x6dbafa){return Object['keys'](_0x6dbafa)['every'](_0x5ce30=>'boolean'==typeof _0x6dbafa[_0x5ce30]);}}class n extends e{['decompress'](_0x2ad47e,_0x5a6fc6){super['decompress'](_0x2ad47e,_0x5a6fc6);const _0x39adbb=_0x2ad47e[_0x2ad47e['length']-0x1];_0x39adbb['oldRange']||(_0x39adbb['oldRange']=null),_0x39adbb['newRange']||(_0x39adbb['newRange']=null);}}class p extends e{['compress'](_0x11847d,_0x70ff1){return _0x70ff1['shift'](),_0x11847d['types']['push'](this['_id']),!0x0;}['decompress'](_0x48cbb9,_0x2559bc){_0x2559bc['types']['shift'](),_0x48cbb9['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x2ec562,_0x42859f,_0x34210c,_0x531be4){super(_0x2ec562,_0x42859f,_0x34210c),this['_omittedNamespace']=_0x531be4+':';}['compress'](_0x1b585d,_0x378c5d){return!('MarkerOperation'!=_0x378c5d[0x0]['__className']||!_0x378c5d[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x378c5d[0x0]['name']=_0x378c5d[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x1b585d,_0x378c5d),!0x0);}['decompress'](_0x33a0bc,_0x7e38ae){super['decompress'](_0x33a0bc,_0x7e38ae);const _0x2eb8e8=_0x33a0bc[_0x33a0bc['length']-0x1];_0x2eb8e8['name']=this['_omittedNamespace']+_0x2eb8e8['name'];}}class b{['_id'];['_context'];constructor(_0x16c8ca,_0x75f3a9){this['_id']=_0x16c8ca,this['_context']=_0x75f3a9;}['compress'](_0x516b2a,_0x2a13af){let _0x919398;for(;_0x2a13af['length']>0x1&&this['_compareOperations'](_0x2a13af[0x0],_0x2a13af[0x1]);)_0x919398?(_0x919398=this['_combineNext'](_0x2a13af['shift'](),_0x919398),_0x516b2a['types']['push'](0x0)):(_0x919398=_0x194fdb(_0x2a13af['shift']()),_0x516b2a['types']['push'](this['_id']));return!!_0x919398&&(_0x919398=this['_combineNext'](_0x2a13af['shift'](),_0x919398),_0x516b2a['types']['push'](0x0),_0x516b2a['buffers']['push'](this['_compressSingleOperation'](_0x919398)),!0x0);}['decompress'](_0x351db6,_0x29e6a9){const _0x2968c3=this['_decompressSingleOperation'](_0x29e6a9);for(;0x0==_0x29e6a9['types'][0x0];)_0x29e6a9['types']['shift'](),_0x351db6['push'](this['_splitCurrent'](_0x2968c3));_0x351db6['push'](_0x2968c3);}}class m extends b{['_combineNext'](_0x13554f,_0x30701b){return _0x30701b['nodes'][0x0]['data']+=_0x13554f['nodes'][0x0]['data'],_0x30701b;}['_splitCurrent'](_0x27f8ca){const _0x1c9ede=_0x194fdb(_0x27f8ca),_0x48188e=_0x1c9ede['nodes'][0x0],_0x4162c4=_0x27f8ca['nodes'][0x0],_0x2e966a=_0x4162c4['data'][Symbol['iterator']]()['next']()['value'],_0x3e7cdf=_0x2e966a['length'];return _0x48188e['data']=_0x2e966a,_0x4162c4['data']=_0x4162c4['data']['substr'](_0x3e7cdf),_0x27f8ca['position']=_(_0x27f8ca['position'],_0x3e7cdf),_0x1c9ede;}['_compareOperations'](_0x1999c7,_0x74287d){if(this['_checkOperation'](_0x1999c7)&&this['_checkOperation'](_0x74287d)){const _0x45deec=_0x1999c7['nodes'][0x0]['data']['length'],_0x33338f=O(_(_0x1999c7['position'],_0x45deec),_0x74287d['position']),_0x47724c=_0x1999c7['nodes'][0x0],_0x293896=_0x74287d['nodes'][0x0];return _0x33338f&&this['_compareAttributes'](_0x47724c,_0x293896);}return!0x1;}['_compressSingleOperation'](_0x363080){const _0x99bd53={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x99bd53,[_0x363080]),_0x99bd53['buffers'][0x0];}['_decompressSingleOperation'](_0x45423c){const _0x2dfdfd=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x2dfdfd,_0x45423c),_0x2dfdfd[0x0];}['_checkOperation'](_0xd2923){return'InsertOperation'==_0xd2923['__className']&&0x1==_0xd2923['nodes']['length']&&_0xd2923['nodes'][0x0]['data']&&!_0xd2923['wasUndone']&&0x1==Array['from'](_0xd2923['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x59b577,_0x255f14){const _0x4509b3=Object['keys'](_0x59b577['attributes']||{}),_0x194031=Object['keys'](_0x255f14['attributes']||{});return _0x4509b3['length']===_0x194031['length']&&_0x4509b3['every'](_0x371282=>_0x255f14['attributes'][_0x371282]&&_0x255f14['attributes'][_0x371282]===_0x59b577['attributes'][_0x371282]);}}class c extends b{['_combineNext'](_0x2766b8,_0xb64dcb){return _0xb64dcb['howMany']++,_0xb64dcb['sourcePosition']=_0x194fdb(_0x2766b8['sourcePosition']),_0xb64dcb;}['_splitCurrent'](_0x54ac24){const _0x5b5a2f=_0x194fdb(_0x54ac24);return _0x54ac24['howMany']--,_0x5b5a2f['howMany']=0x1,_0x5b5a2f['sourcePosition']=_(_0x5b5a2f['sourcePosition'],_0x54ac24['howMany']),_0x5b5a2f;}['_compareOperations'](_0x4a4645,_0x32ec89){return!(!this['_checkOperation'](_0x4a4645)||!this['_checkOperation'](_0x32ec89))&&(O(_(_0x4a4645['sourcePosition'],-0x1),_0x32ec89['sourcePosition'])&&O(_0x4a4645['targetPosition'],_0x32ec89['targetPosition']));}['_compressSingleOperation'](_0x193f0c){const _0x28bc84={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x28bc84,[_0x193f0c]),_0x28bc84['buffers'][0x0];}['_decompressSingleOperation'](_0x2d6f35){const _0x457233=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x457233,_0x2d6f35),_0x457233[0x0];}['_checkOperation'](_0x412d03){return'MoveOperation'==_0x412d03['__className']&&'$graveyard'==_0x412d03['targetPosition']['root']&&0x1==_0x412d03['howMany']&&!_0x412d03['wasUndone'];}}class h extends b{['_combineNext'](_0x26c28c,_0xd0ecd){return _0xd0ecd['howMany']++,_0xd0ecd;}['_splitCurrent'](_0x16c65e){const _0x3e8017=_0x194fdb(_0x16c65e);return _0x3e8017['howMany']=0x1,_0x16c65e['howMany']--,_0x3e8017;}['_compareOperations'](_0x30d58a,_0x211c84){return!(!this['_checkOperation'](_0x30d58a)||!this['_checkOperation'](_0x211c84))&&(O(_0x30d58a['sourcePosition'],_0x211c84['sourcePosition'])&&O(_0x30d58a['targetPosition'],_0x211c84['targetPosition']));}['_compressSingleOperation'](_0x5d4b77){const _0x6a037d={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x6a037d,[_0x5d4b77]),_0x6a037d['buffers'][0x0];}['_decompressSingleOperation'](_0xb87abd){const _0x4b2741=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x4b2741,_0xb87abd),_0x4b2741[0x0];}['_checkOperation'](_0x1c6fab){return'MoveOperation'==_0x1c6fab['__className']&&'$graveyard'==_0x1c6fab['targetPosition']['root']&&0x1==_0x1c6fab['howMany']&&!_0x1c6fab['wasUndone'];}}class f extends b{['compress'](_0xc0849a,_0x595ee1){if(!this['_compareOperations'](_0x595ee1[0x0],_0x595ee1[0x1]))return!0x1;const _0x2cfdec=_0x595ee1['shift']();return _0x2cfdec['oldRange']=null,_0x2cfdec['newRange']&&O(_0x2cfdec['newRange']['start'],_0x2cfdec['newRange']['end'])&&(_0x2cfdec['newRange']['end']=null),_0x595ee1['shift'](),_0xc0849a['types']['push'](this['_id']),_0xc0849a['types']['push'](0x0),_0xc0849a['buffers']['push'](this['_compressSingleOperation'](_0x2cfdec)),!0x0;}['decompress'](_0x1582a8,_0x49c17d){const _0x2aff22=this['_decompressSingleOperation'](_0x49c17d);_0x2aff22['newRange']&&!_0x2aff22['newRange']['end']&&(_0x2aff22['newRange']['end']=_0x194fdb(_0x2aff22['newRange']['start']));const _0x29d806=_0x194fdb(_0x2aff22);_0x29d806['newRange']&&(_0x29d806['newRange']['start']['stickiness']='toNone',_0x29d806['newRange']['end']=_0x194fdb(_0x29d806['newRange']['start'])),_0x29d806['name']='user:position:'+_0x29d806['name']['split'](':')[0x2],_0x49c17d['types']['shift'](),_0x1582a8['push'](_0x2aff22),_0x1582a8['push'](_0x29d806);}['_compressSingleOperation'](_0x5a045e){const _0xd37229={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0xd37229,[_0x5a045e]),_0xd37229['buffers'][0x0];}['_decompressSingleOperation'](_0x1a731a){const _0x281d84=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x281d84,_0x1a731a),_0x281d84[0x0];}['_compareOperations'](_0x5c2ffc,_0x329b15){return!(!_0x5c2ffc||!_0x329b15)&&('MarkerOperation'==_0x5c2ffc['__className']&&'MarkerOperation'==_0x329b15['__className']&&!(!_0x5c2ffc['name']['startsWith']('user:')||!_0x329b15['name']['startsWith']('user:')||_0x5c2ffc['name']==_0x329b15['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x59ea5a=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',_0x59ea5a,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x59ea5a,'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'](_0x4a36e1){if(!_0x4a36e1||!_0x4a36e1[0x0])throw new _0x438847('no-operations-provided',this);const _0x3ff6b8={'types':[],'buffers':[],'baseVersion':_0x4a36e1[0x0]['baseVersion']};for(;_0x4a36e1['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x3ff6b8,_0x4a36e1)||this['_getCompressorByName']('TypingAction')['compress'](_0x3ff6b8,_0x4a36e1)||this['_getCompressorByName']('DeletingAction')['compress'](_0x3ff6b8,_0x4a36e1)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x3ff6b8,_0x4a36e1)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x3ff6b8,_0x4a36e1)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x3ff6b8,_0x4a36e1)||this['_getCompressorByName'](_0x4a36e1[0x0]['__className'])['compress'](_0x3ff6b8,_0x4a36e1);return _0x3ff6b8;}['decompress'](_0x2ddbaf){const _0x9811c0=[];for(;_0x2ddbaf['types']['length'];){this['_compressorById']['get'](_0x2ddbaf['types'][0x0])['decompress'](_0x9811c0,_0x2ddbaf);}return _0x9811c0['forEach']((_0x3b2376,_0x176651)=>_0x3b2376['baseVersion']=_0x2ddbaf['baseVersion']+_0x176651),_0x9811c0;}['_getCompressorByName'](_0x350213){return this['_compressorByName']['get'](_0x350213);}['_registerOperationCompressor'](_0x46890c,_0x2e2207,_0x30a5aa){const _0x3e66e2=new _0x30a5aa(_0x46890c,_0x2e2207,this['_protobufFactory']['getDescriptor'](_0x2e2207));this['_registerCompressor'](_0x46890c,_0x2e2207,_0x3e66e2);}['_registerActionCompressor'](_0x429911,_0x3279af,_0x329369){const _0x36bf06=new _0x329369(_0x429911,this);this['_registerCompressor'](_0x429911,_0x3279af,_0x36bf06);}['_registerCompressor'](_0x2fd8de,_0x47c7b8,_0x3e1af0){this['_compressorById']['set'](_0x2fd8de,_0x3e1af0),this['_compressorByName']['set'](_0x47c7b8,_0x3e1af0);}}export{g as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "42.0.
|
|
3
|
+
"version": "42.0.1-alpha.0",
|
|
4
4
|
"description": "CKEditor 5 operations compressor for real-time collaboration.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://ckeditor.com/collaboration/real-time/",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"ckeditor5": "42.0.
|
|
36
|
+
"ckeditor5": "42.0.1-alpha.0",
|
|
37
37
|
"lodash-es": "4.17.21",
|
|
38
38
|
"protobufjs": "7.2.5"
|
|
39
39
|
},
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x273c(){const _0x4218ed=['buffers','371156KqtzkT','2317eoYlTA','492642hYgycj','_combineNext','_decompressSingleOperation','length','push','5XSMhxj','shift','454110ogyzOb','_compareOperations','types','66zgXBVk','1342vpFnZO','_id','decompress','_compressSingleOperation','_splitCurrent','108qcmQFU','compress','2201166AKaXYc','48501IQaZEj','6728WgExXg','_context'];_0x273c=function(){return _0x4218ed;};return _0x273c();}const _0x1b81da=_0x4ddc;function _0x4ddc(_0x1a8eb9,_0xf29d4c){const _0x273cfb=_0x273c();return _0x4ddc=function(_0x4ddce0,_0x2e577e){_0x4ddce0=_0x4ddce0-0x11b;let _0x58f1da=_0x273cfb[_0x4ddce0];return _0x58f1da;},_0x4ddc(_0x1a8eb9,_0xf29d4c);}(function(_0x2f2260,_0x39dbac){const _0x3e8904=_0x4ddc,_0x341d42=_0x2f2260();while(!![]){try{const _0x455640=-parseInt(_0x3e8904(0x132))/0x1*(parseInt(_0x3e8904(0x12d))/0x2)+-parseInt(_0x3e8904(0x11c))/0x3+parseInt(_0x3e8904(0x120))/0x4+parseInt(_0x3e8904(0x127))/0x5*(-parseInt(_0x3e8904(0x122))/0x6)+-parseInt(_0x3e8904(0x121))/0x7*(parseInt(_0x3e8904(0x11d))/0x8)+parseInt(_0x3e8904(0x11b))/0x9+-parseInt(_0x3e8904(0x129))/0xa*(-parseInt(_0x3e8904(0x12c))/0xb);if(_0x455640===_0x39dbac)break;else _0x341d42['push'](_0x341d42['shift']());}catch(_0x3df97f){_0x341d42['push'](_0x341d42['shift']());}}}(_0x273c,0x273cc));import{cloneDeep as _0x41734e}from'lodash-es';export default class b{constructor(_0x8f42ca,_0x5be56c){const _0x5d2727=_0x4ddc;this[_0x5d2727(0x12e)]=_0x8f42ca,this[_0x5d2727(0x11e)]=_0x5be56c;}[_0x1b81da(0x133)](_0x44e221,_0x36e98d){const _0x4f8e3c=_0x1b81da;let _0x300f84;for(;_0x36e98d[_0x4f8e3c(0x125)]>0x1&&this[_0x4f8e3c(0x12a)](_0x36e98d[0x0],_0x36e98d[0x1]);)_0x300f84?(_0x300f84=this[_0x4f8e3c(0x123)](_0x36e98d[_0x4f8e3c(0x128)](),_0x300f84),_0x44e221[_0x4f8e3c(0x12b)][_0x4f8e3c(0x126)](0x0)):(_0x300f84=_0x41734e(_0x36e98d[_0x4f8e3c(0x128)]()),_0x44e221[_0x4f8e3c(0x12b)][_0x4f8e3c(0x126)](this[_0x4f8e3c(0x12e)]));return!!_0x300f84&&(_0x300f84=this[_0x4f8e3c(0x123)](_0x36e98d[_0x4f8e3c(0x128)](),_0x300f84),_0x44e221[_0x4f8e3c(0x12b)][_0x4f8e3c(0x126)](0x0),_0x44e221[_0x4f8e3c(0x11f)][_0x4f8e3c(0x126)](this[_0x4f8e3c(0x130)](_0x300f84)),!0x0);}[_0x1b81da(0x12f)](_0x3530f6,_0x3d29a7){const _0x293782=_0x1b81da,_0x2f7fc6=this[_0x293782(0x124)](_0x3d29a7);for(;0x0==_0x3d29a7[_0x293782(0x12b)][0x0];)_0x3d29a7[_0x293782(0x12b)][_0x293782(0x128)](),_0x3530f6[_0x293782(0x126)](this[_0x293782(0x131)](_0x2f7fc6));_0x3530f6[_0x293782(0x126)](_0x2f7fc6);}}
|