@ckeditor/ckeditor5-operations-compressor 47.1.0-alpha.1 → 47.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +3 -3
- package/src/actioncompressor/actioncompressor.js +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
- package/src/actioncompressor/typingactioncompressor.js +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +1 -1
- package/src/compressor.js +1 -1
- package/src/index.js +1 -1
- package/src/lib/compiledmessages.js +2 -2
- package/src/lib/protobufdescriptions.js +1 -1
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +1 -1
- package/src/operationcompressor/attributeoperationcompressor.js +1 -1
- package/src/operationcompressor/insertoperationcompressor.js +1 -1
- package/src/operationcompressor/markeroperationcompressor.js +1 -1
- package/src/operationcompressor/nooperationcompressor.js +1 -1
- package/src/operationcompressor/operationcompressor.js +1 -1
- package/src/protobuffactory.js +1 -1
- package/src/utils.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{CKEditorError as
|
|
24
|
-
((()=>{var _0x29a3d8=_0x18c9b4['Reader'],_0x248756=_0x18c9b4['Writer'],_0x227233=_0x18c9b4['util'],_0x424aae=_0x18c9b4['roots']['default']||(_0x18c9b4['roots']['default']={});return _0x424aae['AttributeOperation']=(function(){function _0x1f9604(_0x284b92){if(_0x284b92){for(var _0x3fa030=Object['keys'](_0x284b92),_0x1029db=0x0;_0x1029db<_0x3fa030['length'];++_0x1029db)null!=_0x284b92[_0x3fa030[_0x1029db]]&&(this[_0x3fa030[_0x1029db]]=_0x284b92[_0x3fa030[_0x1029db]]);}}return _0x1f9604['prototype']['range']=null,_0x1f9604['prototype']['key']='',_0x1f9604['prototype']['oldValueBoolean']=!0x1,_0x1f9604['prototype']['oldValueJson']='',_0x1f9604['prototype']['newValueBoolean']=!0x1,_0x1f9604['prototype']['newValueJson']='',_0x1f9604['prototype']['wasUndone']=!0x1,_0x1f9604['create']=function(_0x1a204a){return new _0x1f9604(_0x1a204a);},_0x1f9604['encode']=function(_0xc4dbcc,_0x12dad8){return _0x12dad8||(_0x12dad8=_0x248756['create']()),null!=_0xc4dbcc['range']&&Object['hasOwnProperty']['call'](_0xc4dbcc,'range')&&_0x424aae['Range']['encode'](_0xc4dbcc['range'],_0x12dad8['uint32'](0xa)['fork']())['ldelim'](),null!=_0xc4dbcc['key']&&Object['hasOwnProperty']['call'](_0xc4dbcc,'key')&&_0x12dad8['uint32'](0x12)['string'](_0xc4dbcc['key']),null!=_0xc4dbcc['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0xc4dbcc,'oldValueBoolean')&&_0x12dad8['uint32'](0x18)['bool'](_0xc4dbcc['oldValueBoolean']),null!=_0xc4dbcc['oldValueJson']&&Object['hasOwnProperty']['call'](_0xc4dbcc,'oldValueJson')&&_0x12dad8['uint32'](0x22)['string'](_0xc4dbcc['oldValueJson']),null!=_0xc4dbcc['newValueBoolean']&&Object['hasOwnProperty']['call'](_0xc4dbcc,'newValueBoolean')&&_0x12dad8['uint32'](0x28)['bool'](_0xc4dbcc['newValueBoolean']),null!=_0xc4dbcc['newValueJson']&&Object['hasOwnProperty']['call'](_0xc4dbcc,'newValueJson')&&_0x12dad8['uint32'](0x32)['string'](_0xc4dbcc['newValueJson']),null!=_0xc4dbcc['wasUndone']&&Object['hasOwnProperty']['call'](_0xc4dbcc,'wasUndone')&&_0x12dad8['uint32'](0x38)['bool'](_0xc4dbcc['wasUndone']),_0x12dad8;},_0x1f9604['encodeDelimited']=function(_0xf130b6,_0xdfdf92){return this['encode'](_0xf130b6,_0xdfdf92)['ldelim']();},_0x1f9604['decode']=function(_0x436951,_0x2fc0ad){_0x436951 instanceof _0x29a3d8||(_0x436951=_0x29a3d8['create'](_0x436951));for(var _0x393802=void 0x0===_0x2fc0ad?_0x436951['len']:_0x436951['pos']+_0x2fc0ad,_0x3af666=new _0x424aae['AttributeOperation']();_0x436951['pos']<_0x393802;){var _0x49b5f0=_0x436951['uint32']();switch(_0x49b5f0>>>0x3){case 0x1:_0x3af666['range']=_0x424aae['Range']['decode'](_0x436951,_0x436951['uint32']());break;case 0x2:_0x3af666['key']=_0x436951['string']();break;case 0x3:_0x3af666['oldValueBoolean']=_0x436951['bool']();break;case 0x4:_0x3af666['oldValueJson']=_0x436951['string']();break;case 0x5:_0x3af666['newValueBoolean']=_0x436951['bool']();break;case 0x6:_0x3af666['newValueJson']=_0x436951['string']();break;case 0x7:_0x3af666['wasUndone']=_0x436951['bool']();break;default:_0x436951['skipType'](0x7&_0x49b5f0);}}return _0x3af666;},_0x1f9604['decodeDelimited']=function(_0x41e946){return _0x41e946 instanceof _0x29a3d8||(_0x41e946=new _0x29a3d8(_0x41e946)),this['decode'](_0x41e946,_0x41e946['uint32']());},_0x1f9604['verify']=function(_0x5647b0){if('object'!=typeof _0x5647b0||null===_0x5647b0)return'object\x20expected';if(null!=_0x5647b0['range']&&_0x5647b0['hasOwnProperty']('range')){var _0x3f2302=_0x424aae['Range']['verify'](_0x5647b0['range']);if(_0x3f2302)return'range.'+_0x3f2302;}return null!=_0x5647b0['key']&&_0x5647b0['hasOwnProperty']('key')&&!_0x227233['isString'](_0x5647b0['key'])?'key:\x20string\x20expected':null!=_0x5647b0['oldValueBoolean']&&_0x5647b0['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x5647b0['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x5647b0['oldValueJson']&&_0x5647b0['hasOwnProperty']('oldValueJson')&&!_0x227233['isString'](_0x5647b0['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x5647b0['newValueBoolean']&&_0x5647b0['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x5647b0['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x5647b0['newValueJson']&&_0x5647b0['hasOwnProperty']('newValueJson')&&!_0x227233['isString'](_0x5647b0['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x5647b0['wasUndone']&&_0x5647b0['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5647b0['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1f9604['fromObject']=function(_0x12fbb7){if(_0x12fbb7 instanceof _0x424aae['AttributeOperation'])return _0x12fbb7;var _0x5d2155=new _0x424aae['AttributeOperation']();if(null!=_0x12fbb7['range']){if('object'!=typeof _0x12fbb7['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x5d2155['range']=_0x424aae['Range']['fromObject'](_0x12fbb7['range']);}return null!=_0x12fbb7['key']&&(_0x5d2155['key']=String(_0x12fbb7['key'])),null!=_0x12fbb7['oldValueBoolean']&&(_0x5d2155['oldValueBoolean']=Boolean(_0x12fbb7['oldValueBoolean'])),null!=_0x12fbb7['oldValueJson']&&(_0x5d2155['oldValueJson']=String(_0x12fbb7['oldValueJson'])),null!=_0x12fbb7['newValueBoolean']&&(_0x5d2155['newValueBoolean']=Boolean(_0x12fbb7['newValueBoolean'])),null!=_0x12fbb7['newValueJson']&&(_0x5d2155['newValueJson']=String(_0x12fbb7['newValueJson'])),null!=_0x12fbb7['wasUndone']&&(_0x5d2155['wasUndone']=Boolean(_0x12fbb7['wasUndone'])),_0x5d2155;},_0x1f9604['toObject']=function(_0x2a2cba,_0x293226){_0x293226||(_0x293226={});var _0x14bfe6={};return _0x293226['defaults']&&(_0x14bfe6['range']=null,_0x14bfe6['key']='',_0x14bfe6['oldValueBoolean']=!0x1,_0x14bfe6['oldValueJson']='',_0x14bfe6['newValueBoolean']=!0x1,_0x14bfe6['newValueJson']='',_0x14bfe6['wasUndone']=!0x1),null!=_0x2a2cba['range']&&_0x2a2cba['hasOwnProperty']('range')&&(_0x14bfe6['range']=_0x424aae['Range']['toObject'](_0x2a2cba['range'],_0x293226)),null!=_0x2a2cba['key']&&_0x2a2cba['hasOwnProperty']('key')&&(_0x14bfe6['key']=_0x2a2cba['key']),null!=_0x2a2cba['oldValueBoolean']&&_0x2a2cba['hasOwnProperty']('oldValueBoolean')&&(_0x14bfe6['oldValueBoolean']=_0x2a2cba['oldValueBoolean']),null!=_0x2a2cba['oldValueJson']&&_0x2a2cba['hasOwnProperty']('oldValueJson')&&(_0x14bfe6['oldValueJson']=_0x2a2cba['oldValueJson']),null!=_0x2a2cba['newValueBoolean']&&_0x2a2cba['hasOwnProperty']('newValueBoolean')&&(_0x14bfe6['newValueBoolean']=_0x2a2cba['newValueBoolean']),null!=_0x2a2cba['newValueJson']&&_0x2a2cba['hasOwnProperty']('newValueJson')&&(_0x14bfe6['newValueJson']=_0x2a2cba['newValueJson']),null!=_0x2a2cba['wasUndone']&&_0x2a2cba['hasOwnProperty']('wasUndone')&&(_0x14bfe6['wasUndone']=_0x2a2cba['wasUndone']),_0x14bfe6;},_0x1f9604['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x18c9b4['util']['toJSONOptions']);},_0x1f9604['getTypeUrl']=function(_0x2137e7){return void 0x0===_0x2137e7&&(_0x2137e7='type.googleapis.com'),_0x2137e7+'/AttributeOperation';},_0x1f9604;}()),_0x424aae['InsertOperation']=(function(){function _0x444155(_0x5479be){if(this['nodes']=[],_0x5479be){for(var _0x119278=Object['keys'](_0x5479be),_0x3cd59d=0x0;_0x3cd59d<_0x119278['length'];++_0x3cd59d)null!=_0x5479be[_0x119278[_0x3cd59d]]&&(this[_0x119278[_0x3cd59d]]=_0x5479be[_0x119278[_0x3cd59d]]);}}return _0x444155['prototype']['position']=null,_0x444155['prototype']['nodes']=_0x227233['emptyArray'],_0x444155['prototype']['shouldReceiveAttributes']=!0x1,_0x444155['prototype']['wasUndone']=!0x1,_0x444155['create']=function(_0x19abe1){return new _0x444155(_0x19abe1);},_0x444155['encode']=function(_0x14c3a0,_0x9bedd2){if(_0x9bedd2||(_0x9bedd2=_0x248756['create']()),null!=_0x14c3a0['position']&&Object['hasOwnProperty']['call'](_0x14c3a0,'position')&&_0x424aae['Position']['encode'](_0x14c3a0['position'],_0x9bedd2['uint32'](0xa)['fork']())['ldelim'](),null!=_0x14c3a0['nodes']&&_0x14c3a0['nodes']['length']){for(var _0x577c7d=0x0;_0x577c7d<_0x14c3a0['nodes']['length'];++_0x577c7d)_0x424aae['Element']['encode'](_0x14c3a0['nodes'][_0x577c7d],_0x9bedd2['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x14c3a0['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x14c3a0,'shouldReceiveAttributes')&&_0x9bedd2['uint32'](0x18)['bool'](_0x14c3a0['shouldReceiveAttributes']),null!=_0x14c3a0['wasUndone']&&Object['hasOwnProperty']['call'](_0x14c3a0,'wasUndone')&&_0x9bedd2['uint32'](0x20)['bool'](_0x14c3a0['wasUndone']),_0x9bedd2;},_0x444155['encodeDelimited']=function(_0x4e43e8,_0x3d8671){return this['encode'](_0x4e43e8,_0x3d8671)['ldelim']();},_0x444155['decode']=function(_0x72cc5f,_0x4d2be4){_0x72cc5f instanceof _0x29a3d8||(_0x72cc5f=_0x29a3d8['create'](_0x72cc5f));for(var _0x2f8eff=void 0x0===_0x4d2be4?_0x72cc5f['len']:_0x72cc5f['pos']+_0x4d2be4,_0x550a67=new _0x424aae['InsertOperation']();_0x72cc5f['pos']<_0x2f8eff;){var _0x5a2e98=_0x72cc5f['uint32']();switch(_0x5a2e98>>>0x3){case 0x1:_0x550a67['position']=_0x424aae['Position']['decode'](_0x72cc5f,_0x72cc5f['uint32']());break;case 0x2:_0x550a67['nodes']&&_0x550a67['nodes']['length']||(_0x550a67['nodes']=[]),_0x550a67['nodes']['push'](_0x424aae['Element']['decode'](_0x72cc5f,_0x72cc5f['uint32']()));break;case 0x3:_0x550a67['shouldReceiveAttributes']=_0x72cc5f['bool']();break;case 0x4:_0x550a67['wasUndone']=_0x72cc5f['bool']();break;default:_0x72cc5f['skipType'](0x7&_0x5a2e98);}}return _0x550a67;},_0x444155['decodeDelimited']=function(_0x38de65){return _0x38de65 instanceof _0x29a3d8||(_0x38de65=new _0x29a3d8(_0x38de65)),this['decode'](_0x38de65,_0x38de65['uint32']());},_0x444155['verify']=function(_0x3b9c91){if('object'!=typeof _0x3b9c91||null===_0x3b9c91)return'object\x20expected';if(null!=_0x3b9c91['position']&&_0x3b9c91['hasOwnProperty']('position')&&(_0x357c19=_0x424aae['Position']['verify'](_0x3b9c91['position'])))return'position.'+_0x357c19;if(null!=_0x3b9c91['nodes']&&_0x3b9c91['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x3b9c91['nodes']))return'nodes:\x20array\x20expected';for(var _0x4f763a=0x0;_0x4f763a<_0x3b9c91['nodes']['length'];++_0x4f763a){var _0x357c19;if(_0x357c19=_0x424aae['Element']['verify'](_0x3b9c91['nodes'][_0x4f763a]))return'nodes.'+_0x357c19;}}return null!=_0x3b9c91['shouldReceiveAttributes']&&_0x3b9c91['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x3b9c91['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x3b9c91['wasUndone']&&_0x3b9c91['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3b9c91['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x444155['fromObject']=function(_0x90cdc5){if(_0x90cdc5 instanceof _0x424aae['InsertOperation'])return _0x90cdc5;var _0x2b7261=new _0x424aae['InsertOperation']();if(null!=_0x90cdc5['position']){if('object'!=typeof _0x90cdc5['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x2b7261['position']=_0x424aae['Position']['fromObject'](_0x90cdc5['position']);}if(_0x90cdc5['nodes']){if(!Array['isArray'](_0x90cdc5['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x2b7261['nodes']=[];for(var _0x56c1d1=0x0;_0x56c1d1<_0x90cdc5['nodes']['length'];++_0x56c1d1){if('object'!=typeof _0x90cdc5['nodes'][_0x56c1d1])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x2b7261['nodes'][_0x56c1d1]=_0x424aae['Element']['fromObject'](_0x90cdc5['nodes'][_0x56c1d1]);}}return null!=_0x90cdc5['shouldReceiveAttributes']&&(_0x2b7261['shouldReceiveAttributes']=Boolean(_0x90cdc5['shouldReceiveAttributes'])),null!=_0x90cdc5['wasUndone']&&(_0x2b7261['wasUndone']=Boolean(_0x90cdc5['wasUndone'])),_0x2b7261;},_0x444155['toObject']=function(_0x2cf0c8,_0x2dfd58){_0x2dfd58||(_0x2dfd58={});var _0xb255a3={};if((_0x2dfd58['arrays']||_0x2dfd58['defaults'])&&(_0xb255a3['nodes']=[]),_0x2dfd58['defaults']&&(_0xb255a3['position']=null,_0xb255a3['shouldReceiveAttributes']=!0x1,_0xb255a3['wasUndone']=!0x1),null!=_0x2cf0c8['position']&&_0x2cf0c8['hasOwnProperty']('position')&&(_0xb255a3['position']=_0x424aae['Position']['toObject'](_0x2cf0c8['position'],_0x2dfd58)),_0x2cf0c8['nodes']&&_0x2cf0c8['nodes']['length']){_0xb255a3['nodes']=[];for(var _0x20d5d2=0x0;_0x20d5d2<_0x2cf0c8['nodes']['length'];++_0x20d5d2)_0xb255a3['nodes'][_0x20d5d2]=_0x424aae['Element']['toObject'](_0x2cf0c8['nodes'][_0x20d5d2],_0x2dfd58);}return null!=_0x2cf0c8['shouldReceiveAttributes']&&_0x2cf0c8['hasOwnProperty']('shouldReceiveAttributes')&&(_0xb255a3['shouldReceiveAttributes']=_0x2cf0c8['shouldReceiveAttributes']),null!=_0x2cf0c8['wasUndone']&&_0x2cf0c8['hasOwnProperty']('wasUndone')&&(_0xb255a3['wasUndone']=_0x2cf0c8['wasUndone']),_0xb255a3;},_0x444155['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x18c9b4['util']['toJSONOptions']);},_0x444155['getTypeUrl']=function(_0x41bdc8){return void 0x0===_0x41bdc8&&(_0x41bdc8='type.googleapis.com'),_0x41bdc8+'/InsertOperation';},_0x444155;}()),_0x424aae['MarkerOperation']=(function(){function _0x54f08e(_0x373af9){if(_0x373af9){for(var _0x337d66=Object['keys'](_0x373af9),_0x131dd7=0x0;_0x131dd7<_0x337d66['length'];++_0x131dd7)null!=_0x373af9[_0x337d66[_0x131dd7]]&&(this[_0x337d66[_0x131dd7]]=_0x373af9[_0x337d66[_0x131dd7]]);}}return _0x54f08e['prototype']['name']='',_0x54f08e['prototype']['oldRange']=null,_0x54f08e['prototype']['newRange']=null,_0x54f08e['prototype']['affectsData']=!0x1,_0x54f08e['prototype']['wasUndone']=!0x1,_0x54f08e['create']=function(_0x3b4a61){return new _0x54f08e(_0x3b4a61);},_0x54f08e['encode']=function(_0x596333,_0x24be79){return _0x24be79||(_0x24be79=_0x248756['create']()),null!=_0x596333['name']&&Object['hasOwnProperty']['call'](_0x596333,'name')&&_0x24be79['uint32'](0xa)['string'](_0x596333['name']),null!=_0x596333['oldRange']&&Object['hasOwnProperty']['call'](_0x596333,'oldRange')&&_0x424aae['Range']['encode'](_0x596333['oldRange'],_0x24be79['uint32'](0x12)['fork']())['ldelim'](),null!=_0x596333['newRange']&&Object['hasOwnProperty']['call'](_0x596333,'newRange')&&_0x424aae['Range']['encode'](_0x596333['newRange'],_0x24be79['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x596333['affectsData']&&Object['hasOwnProperty']['call'](_0x596333,'affectsData')&&_0x24be79['uint32'](0x20)['bool'](_0x596333['affectsData']),null!=_0x596333['wasUndone']&&Object['hasOwnProperty']['call'](_0x596333,'wasUndone')&&_0x24be79['uint32'](0x28)['bool'](_0x596333['wasUndone']),_0x24be79;},_0x54f08e['encodeDelimited']=function(_0x4bca67,_0x27ebe2){return this['encode'](_0x4bca67,_0x27ebe2)['ldelim']();},_0x54f08e['decode']=function(_0x3ce08b,_0x53bf15){_0x3ce08b instanceof _0x29a3d8||(_0x3ce08b=_0x29a3d8['create'](_0x3ce08b));for(var _0x5156e5=void 0x0===_0x53bf15?_0x3ce08b['len']:_0x3ce08b['pos']+_0x53bf15,_0x5ad830=new _0x424aae['MarkerOperation']();_0x3ce08b['pos']<_0x5156e5;){var _0x3d1a84=_0x3ce08b['uint32']();switch(_0x3d1a84>>>0x3){case 0x1:_0x5ad830['name']=_0x3ce08b['string']();break;case 0x2:_0x5ad830['oldRange']=_0x424aae['Range']['decode'](_0x3ce08b,_0x3ce08b['uint32']());break;case 0x3:_0x5ad830['newRange']=_0x424aae['Range']['decode'](_0x3ce08b,_0x3ce08b['uint32']());break;case 0x4:_0x5ad830['affectsData']=_0x3ce08b['bool']();break;case 0x5:_0x5ad830['wasUndone']=_0x3ce08b['bool']();break;default:_0x3ce08b['skipType'](0x7&_0x3d1a84);}}return _0x5ad830;},_0x54f08e['decodeDelimited']=function(_0x4ff94a){return _0x4ff94a instanceof _0x29a3d8||(_0x4ff94a=new _0x29a3d8(_0x4ff94a)),this['decode'](_0x4ff94a,_0x4ff94a['uint32']());},_0x54f08e['verify']=function(_0x490ad8){if('object'!=typeof _0x490ad8||null===_0x490ad8)return'object\x20expected';if(null!=_0x490ad8['name']&&_0x490ad8['hasOwnProperty']('name')&&!_0x227233['isString'](_0x490ad8['name']))return'name:\x20string\x20expected';var _0x5904a2;if(null!=_0x490ad8['oldRange']&&_0x490ad8['hasOwnProperty']('oldRange')&&(_0x5904a2=_0x424aae['Range']['verify'](_0x490ad8['oldRange'])))return'oldRange.'+_0x5904a2;if(null!=_0x490ad8['newRange']&&_0x490ad8['hasOwnProperty']('newRange')&&(_0x5904a2=_0x424aae['Range']['verify'](_0x490ad8['newRange'])))return'newRange.'+_0x5904a2;return null!=_0x490ad8['affectsData']&&_0x490ad8['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x490ad8['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x490ad8['wasUndone']&&_0x490ad8['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x490ad8['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x54f08e['fromObject']=function(_0x35c5c9){if(_0x35c5c9 instanceof _0x424aae['MarkerOperation'])return _0x35c5c9;var _0x512a7d=new _0x424aae['MarkerOperation']();if(null!=_0x35c5c9['name']&&(_0x512a7d['name']=String(_0x35c5c9['name'])),null!=_0x35c5c9['oldRange']){if('object'!=typeof _0x35c5c9['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x512a7d['oldRange']=_0x424aae['Range']['fromObject'](_0x35c5c9['oldRange']);}if(null!=_0x35c5c9['newRange']){if('object'!=typeof _0x35c5c9['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x512a7d['newRange']=_0x424aae['Range']['fromObject'](_0x35c5c9['newRange']);}return null!=_0x35c5c9['affectsData']&&(_0x512a7d['affectsData']=Boolean(_0x35c5c9['affectsData'])),null!=_0x35c5c9['wasUndone']&&(_0x512a7d['wasUndone']=Boolean(_0x35c5c9['wasUndone'])),_0x512a7d;},_0x54f08e['toObject']=function(_0x597d74,_0x43d1e1){_0x43d1e1||(_0x43d1e1={});var _0x6d603e={};return _0x43d1e1['defaults']&&(_0x6d603e['name']='',_0x6d603e['oldRange']=null,_0x6d603e['newRange']=null,_0x6d603e['affectsData']=!0x1,_0x6d603e['wasUndone']=!0x1),null!=_0x597d74['name']&&_0x597d74['hasOwnProperty']('name')&&(_0x6d603e['name']=_0x597d74['name']),null!=_0x597d74['oldRange']&&_0x597d74['hasOwnProperty']('oldRange')&&(_0x6d603e['oldRange']=_0x424aae['Range']['toObject'](_0x597d74['oldRange'],_0x43d1e1)),null!=_0x597d74['newRange']&&_0x597d74['hasOwnProperty']('newRange')&&(_0x6d603e['newRange']=_0x424aae['Range']['toObject'](_0x597d74['newRange'],_0x43d1e1)),null!=_0x597d74['affectsData']&&_0x597d74['hasOwnProperty']('affectsData')&&(_0x6d603e['affectsData']=_0x597d74['affectsData']),null!=_0x597d74['wasUndone']&&_0x597d74['hasOwnProperty']('wasUndone')&&(_0x6d603e['wasUndone']=_0x597d74['wasUndone']),_0x6d603e;},_0x54f08e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x18c9b4['util']['toJSONOptions']);},_0x54f08e['getTypeUrl']=function(_0x513581){return void 0x0===_0x513581&&(_0x513581='type.googleapis.com'),_0x513581+'/MarkerOperation';},_0x54f08e;}()),_0x424aae['MergeOperation']=(function(){function _0x39c697(_0x591340){if(_0x591340){for(var _0x448348=Object['keys'](_0x591340),_0x388ec0=0x0;_0x388ec0<_0x448348['length'];++_0x388ec0)null!=_0x591340[_0x448348[_0x388ec0]]&&(this[_0x448348[_0x388ec0]]=_0x591340[_0x448348[_0x388ec0]]);}}return _0x39c697['prototype']['sourcePosition']=null,_0x39c697['prototype']['targetPosition']=null,_0x39c697['prototype']['graveyardPosition']=null,_0x39c697['prototype']['howMany']=0x0,_0x39c697['prototype']['wasUndone']=!0x1,_0x39c697['create']=function(_0x490f3f){return new _0x39c697(_0x490f3f);},_0x39c697['encode']=function(_0x5e74bc,_0x4fb8cf){return _0x4fb8cf||(_0x4fb8cf=_0x248756['create']()),null!=_0x5e74bc['sourcePosition']&&Object['hasOwnProperty']['call'](_0x5e74bc,'sourcePosition')&&_0x424aae['Position']['encode'](_0x5e74bc['sourcePosition'],_0x4fb8cf['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5e74bc['targetPosition']&&Object['hasOwnProperty']['call'](_0x5e74bc,'targetPosition')&&_0x424aae['Position']['encode'](_0x5e74bc['targetPosition'],_0x4fb8cf['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5e74bc['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x5e74bc,'graveyardPosition')&&_0x424aae['Position']['encode'](_0x5e74bc['graveyardPosition'],_0x4fb8cf['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x5e74bc['howMany']&&Object['hasOwnProperty']['call'](_0x5e74bc,'howMany')&&_0x4fb8cf['uint32'](0x20)['uint32'](_0x5e74bc['howMany']),null!=_0x5e74bc['wasUndone']&&Object['hasOwnProperty']['call'](_0x5e74bc,'wasUndone')&&_0x4fb8cf['uint32'](0x28)['bool'](_0x5e74bc['wasUndone']),_0x4fb8cf;},_0x39c697['encodeDelimited']=function(_0x385973,_0x47c551){return this['encode'](_0x385973,_0x47c551)['ldelim']();},_0x39c697['decode']=function(_0xdbac1e,_0x2c45c7){_0xdbac1e instanceof _0x29a3d8||(_0xdbac1e=_0x29a3d8['create'](_0xdbac1e));for(var _0x43c630=void 0x0===_0x2c45c7?_0xdbac1e['len']:_0xdbac1e['pos']+_0x2c45c7,_0x140cc5=new _0x424aae['MergeOperation']();_0xdbac1e['pos']<_0x43c630;){var _0x220e2b=_0xdbac1e['uint32']();switch(_0x220e2b>>>0x3){case 0x1:_0x140cc5['sourcePosition']=_0x424aae['Position']['decode'](_0xdbac1e,_0xdbac1e['uint32']());break;case 0x2:_0x140cc5['targetPosition']=_0x424aae['Position']['decode'](_0xdbac1e,_0xdbac1e['uint32']());break;case 0x3:_0x140cc5['graveyardPosition']=_0x424aae['Position']['decode'](_0xdbac1e,_0xdbac1e['uint32']());break;case 0x4:_0x140cc5['howMany']=_0xdbac1e['uint32']();break;case 0x5:_0x140cc5['wasUndone']=_0xdbac1e['bool']();break;default:_0xdbac1e['skipType'](0x7&_0x220e2b);}}return _0x140cc5;},_0x39c697['decodeDelimited']=function(_0x4441e3){return _0x4441e3 instanceof _0x29a3d8||(_0x4441e3=new _0x29a3d8(_0x4441e3)),this['decode'](_0x4441e3,_0x4441e3['uint32']());},_0x39c697['verify']=function(_0x30dd85){if('object'!=typeof _0x30dd85||null===_0x30dd85)return'object\x20expected';var _0x1fb1ee;if(null!=_0x30dd85['sourcePosition']&&_0x30dd85['hasOwnProperty']('sourcePosition')&&(_0x1fb1ee=_0x424aae['Position']['verify'](_0x30dd85['sourcePosition'])))return'sourcePosition.'+_0x1fb1ee;if(null!=_0x30dd85['targetPosition']&&_0x30dd85['hasOwnProperty']('targetPosition')&&(_0x1fb1ee=_0x424aae['Position']['verify'](_0x30dd85['targetPosition'])))return'targetPosition.'+_0x1fb1ee;if(null!=_0x30dd85['graveyardPosition']&&_0x30dd85['hasOwnProperty']('graveyardPosition')&&(_0x1fb1ee=_0x424aae['Position']['verify'](_0x30dd85['graveyardPosition'])))return'graveyardPosition.'+_0x1fb1ee;return null!=_0x30dd85['howMany']&&_0x30dd85['hasOwnProperty']('howMany')&&!_0x227233['isInteger'](_0x30dd85['howMany'])?'howMany:\x20integer\x20expected':null!=_0x30dd85['wasUndone']&&_0x30dd85['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x30dd85['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x39c697['fromObject']=function(_0x49bfb2){if(_0x49bfb2 instanceof _0x424aae['MergeOperation'])return _0x49bfb2;var _0x2e7b3d=new _0x424aae['MergeOperation']();if(null!=_0x49bfb2['sourcePosition']){if('object'!=typeof _0x49bfb2['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x2e7b3d['sourcePosition']=_0x424aae['Position']['fromObject'](_0x49bfb2['sourcePosition']);}if(null!=_0x49bfb2['targetPosition']){if('object'!=typeof _0x49bfb2['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x2e7b3d['targetPosition']=_0x424aae['Position']['fromObject'](_0x49bfb2['targetPosition']);}if(null!=_0x49bfb2['graveyardPosition']){if('object'!=typeof _0x49bfb2['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x2e7b3d['graveyardPosition']=_0x424aae['Position']['fromObject'](_0x49bfb2['graveyardPosition']);}return null!=_0x49bfb2['howMany']&&(_0x2e7b3d['howMany']=_0x49bfb2['howMany']>>>0x0),null!=_0x49bfb2['wasUndone']&&(_0x2e7b3d['wasUndone']=Boolean(_0x49bfb2['wasUndone'])),_0x2e7b3d;},_0x39c697['toObject']=function(_0x512050,_0x1933dc){_0x1933dc||(_0x1933dc={});var _0x4b9a35={};return _0x1933dc['defaults']&&(_0x4b9a35['sourcePosition']=null,_0x4b9a35['targetPosition']=null,_0x4b9a35['graveyardPosition']=null,_0x4b9a35['howMany']=0x0,_0x4b9a35['wasUndone']=!0x1),null!=_0x512050['sourcePosition']&&_0x512050['hasOwnProperty']('sourcePosition')&&(_0x4b9a35['sourcePosition']=_0x424aae['Position']['toObject'](_0x512050['sourcePosition'],_0x1933dc)),null!=_0x512050['targetPosition']&&_0x512050['hasOwnProperty']('targetPosition')&&(_0x4b9a35['targetPosition']=_0x424aae['Position']['toObject'](_0x512050['targetPosition'],_0x1933dc)),null!=_0x512050['graveyardPosition']&&_0x512050['hasOwnProperty']('graveyardPosition')&&(_0x4b9a35['graveyardPosition']=_0x424aae['Position']['toObject'](_0x512050['graveyardPosition'],_0x1933dc)),null!=_0x512050['howMany']&&_0x512050['hasOwnProperty']('howMany')&&(_0x4b9a35['howMany']=_0x512050['howMany']),null!=_0x512050['wasUndone']&&_0x512050['hasOwnProperty']('wasUndone')&&(_0x4b9a35['wasUndone']=_0x512050['wasUndone']),_0x4b9a35;},_0x39c697['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x18c9b4['util']['toJSONOptions']);},_0x39c697['getTypeUrl']=function(_0x351fcc){return void 0x0===_0x351fcc&&(_0x351fcc='type.googleapis.com'),_0x351fcc+'/MergeOperation';},_0x39c697;}()),_0x424aae['MoveOperation']=(function(){function _0x54dc85(_0x1a37e8){if(_0x1a37e8){for(var _0x107f4f=Object['keys'](_0x1a37e8),_0x292b67=0x0;_0x292b67<_0x107f4f['length'];++_0x292b67)null!=_0x1a37e8[_0x107f4f[_0x292b67]]&&(this[_0x107f4f[_0x292b67]]=_0x1a37e8[_0x107f4f[_0x292b67]]);}}return _0x54dc85['prototype']['sourcePosition']=null,_0x54dc85['prototype']['howMany']=0x0,_0x54dc85['prototype']['targetPosition']=null,_0x54dc85['prototype']['wasUndone']=!0x1,_0x54dc85['create']=function(_0x3238fd){return new _0x54dc85(_0x3238fd);},_0x54dc85['encode']=function(_0x1186d1,_0x39c336){return _0x39c336||(_0x39c336=_0x248756['create']()),null!=_0x1186d1['sourcePosition']&&Object['hasOwnProperty']['call'](_0x1186d1,'sourcePosition')&&_0x424aae['Position']['encode'](_0x1186d1['sourcePosition'],_0x39c336['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1186d1['howMany']&&Object['hasOwnProperty']['call'](_0x1186d1,'howMany')&&_0x39c336['uint32'](0x10)['uint32'](_0x1186d1['howMany']),null!=_0x1186d1['targetPosition']&&Object['hasOwnProperty']['call'](_0x1186d1,'targetPosition')&&_0x424aae['Position']['encode'](_0x1186d1['targetPosition'],_0x39c336['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x1186d1['wasUndone']&&Object['hasOwnProperty']['call'](_0x1186d1,'wasUndone')&&_0x39c336['uint32'](0x20)['bool'](_0x1186d1['wasUndone']),_0x39c336;},_0x54dc85['encodeDelimited']=function(_0x355021,_0x4e42d2){return this['encode'](_0x355021,_0x4e42d2)['ldelim']();},_0x54dc85['decode']=function(_0xc76d89,_0xaabb4f){_0xc76d89 instanceof _0x29a3d8||(_0xc76d89=_0x29a3d8['create'](_0xc76d89));for(var _0x5db431=void 0x0===_0xaabb4f?_0xc76d89['len']:_0xc76d89['pos']+_0xaabb4f,_0x359faf=new _0x424aae['MoveOperation']();_0xc76d89['pos']<_0x5db431;){var _0x58ed74=_0xc76d89['uint32']();switch(_0x58ed74>>>0x3){case 0x1:_0x359faf['sourcePosition']=_0x424aae['Position']['decode'](_0xc76d89,_0xc76d89['uint32']());break;case 0x2:_0x359faf['howMany']=_0xc76d89['uint32']();break;case 0x3:_0x359faf['targetPosition']=_0x424aae['Position']['decode'](_0xc76d89,_0xc76d89['uint32']());break;case 0x4:_0x359faf['wasUndone']=_0xc76d89['bool']();break;default:_0xc76d89['skipType'](0x7&_0x58ed74);}}return _0x359faf;},_0x54dc85['decodeDelimited']=function(_0x279a36){return _0x279a36 instanceof _0x29a3d8||(_0x279a36=new _0x29a3d8(_0x279a36)),this['decode'](_0x279a36,_0x279a36['uint32']());},_0x54dc85['verify']=function(_0x511213){if('object'!=typeof _0x511213||null===_0x511213)return'object\x20expected';var _0x5e16fe;if(null!=_0x511213['sourcePosition']&&_0x511213['hasOwnProperty']('sourcePosition')&&(_0x5e16fe=_0x424aae['Position']['verify'](_0x511213['sourcePosition'])))return'sourcePosition.'+_0x5e16fe;if(null!=_0x511213['howMany']&&_0x511213['hasOwnProperty']('howMany')&&!_0x227233['isInteger'](_0x511213['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x511213['targetPosition']&&_0x511213['hasOwnProperty']('targetPosition')&&(_0x5e16fe=_0x424aae['Position']['verify'](_0x511213['targetPosition'])))return'targetPosition.'+_0x5e16fe;return null!=_0x511213['wasUndone']&&_0x511213['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x511213['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x54dc85['fromObject']=function(_0x3f8415){if(_0x3f8415 instanceof _0x424aae['MoveOperation'])return _0x3f8415;var _0x718922=new _0x424aae['MoveOperation']();if(null!=_0x3f8415['sourcePosition']){if('object'!=typeof _0x3f8415['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x718922['sourcePosition']=_0x424aae['Position']['fromObject'](_0x3f8415['sourcePosition']);}if(null!=_0x3f8415['howMany']&&(_0x718922['howMany']=_0x3f8415['howMany']>>>0x0),null!=_0x3f8415['targetPosition']){if('object'!=typeof _0x3f8415['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x718922['targetPosition']=_0x424aae['Position']['fromObject'](_0x3f8415['targetPosition']);}return null!=_0x3f8415['wasUndone']&&(_0x718922['wasUndone']=Boolean(_0x3f8415['wasUndone'])),_0x718922;},_0x54dc85['toObject']=function(_0x2e2143,_0x5948ff){_0x5948ff||(_0x5948ff={});var _0x205fa8={};return _0x5948ff['defaults']&&(_0x205fa8['sourcePosition']=null,_0x205fa8['howMany']=0x0,_0x205fa8['targetPosition']=null,_0x205fa8['wasUndone']=!0x1),null!=_0x2e2143['sourcePosition']&&_0x2e2143['hasOwnProperty']('sourcePosition')&&(_0x205fa8['sourcePosition']=_0x424aae['Position']['toObject'](_0x2e2143['sourcePosition'],_0x5948ff)),null!=_0x2e2143['howMany']&&_0x2e2143['hasOwnProperty']('howMany')&&(_0x205fa8['howMany']=_0x2e2143['howMany']),null!=_0x2e2143['targetPosition']&&_0x2e2143['hasOwnProperty']('targetPosition')&&(_0x205fa8['targetPosition']=_0x424aae['Position']['toObject'](_0x2e2143['targetPosition'],_0x5948ff)),null!=_0x2e2143['wasUndone']&&_0x2e2143['hasOwnProperty']('wasUndone')&&(_0x205fa8['wasUndone']=_0x2e2143['wasUndone']),_0x205fa8;},_0x54dc85['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x18c9b4['util']['toJSONOptions']);},_0x54dc85['getTypeUrl']=function(_0x2c1e84){return void 0x0===_0x2c1e84&&(_0x2c1e84='type.googleapis.com'),_0x2c1e84+'/MoveOperation';},_0x54dc85;}()),_0x424aae['RenameOperation']=(function(){function _0xda65cf(_0x2a3838){if(_0x2a3838){for(var _0x2c7c4f=Object['keys'](_0x2a3838),_0x1cb9cf=0x0;_0x1cb9cf<_0x2c7c4f['length'];++_0x1cb9cf)null!=_0x2a3838[_0x2c7c4f[_0x1cb9cf]]&&(this[_0x2c7c4f[_0x1cb9cf]]=_0x2a3838[_0x2c7c4f[_0x1cb9cf]]);}}return _0xda65cf['prototype']['position']=null,_0xda65cf['prototype']['oldName']='',_0xda65cf['prototype']['newName']='',_0xda65cf['prototype']['wasUndone']=!0x1,_0xda65cf['create']=function(_0x216be9){return new _0xda65cf(_0x216be9);},_0xda65cf['encode']=function(_0x38d430,_0x295bf1){return _0x295bf1||(_0x295bf1=_0x248756['create']()),null!=_0x38d430['position']&&Object['hasOwnProperty']['call'](_0x38d430,'position')&&_0x424aae['Position']['encode'](_0x38d430['position'],_0x295bf1['uint32'](0xa)['fork']())['ldelim'](),null!=_0x38d430['oldName']&&Object['hasOwnProperty']['call'](_0x38d430,'oldName')&&_0x295bf1['uint32'](0x12)['string'](_0x38d430['oldName']),null!=_0x38d430['newName']&&Object['hasOwnProperty']['call'](_0x38d430,'newName')&&_0x295bf1['uint32'](0x1a)['string'](_0x38d430['newName']),null!=_0x38d430['wasUndone']&&Object['hasOwnProperty']['call'](_0x38d430,'wasUndone')&&_0x295bf1['uint32'](0x20)['bool'](_0x38d430['wasUndone']),_0x295bf1;},_0xda65cf['encodeDelimited']=function(_0x154f5f,_0x274e93){return this['encode'](_0x154f5f,_0x274e93)['ldelim']();},_0xda65cf['decode']=function(_0x4d60f6,_0x2beaa7){_0x4d60f6 instanceof _0x29a3d8||(_0x4d60f6=_0x29a3d8['create'](_0x4d60f6));for(var _0x229041=void 0x0===_0x2beaa7?_0x4d60f6['len']:_0x4d60f6['pos']+_0x2beaa7,_0x1f359e=new _0x424aae['RenameOperation']();_0x4d60f6['pos']<_0x229041;){var _0xc1f452=_0x4d60f6['uint32']();switch(_0xc1f452>>>0x3){case 0x1:_0x1f359e['position']=_0x424aae['Position']['decode'](_0x4d60f6,_0x4d60f6['uint32']());break;case 0x2:_0x1f359e['oldName']=_0x4d60f6['string']();break;case 0x3:_0x1f359e['newName']=_0x4d60f6['string']();break;case 0x4:_0x1f359e['wasUndone']=_0x4d60f6['bool']();break;default:_0x4d60f6['skipType'](0x7&_0xc1f452);}}return _0x1f359e;},_0xda65cf['decodeDelimited']=function(_0x3780b4){return _0x3780b4 instanceof _0x29a3d8||(_0x3780b4=new _0x29a3d8(_0x3780b4)),this['decode'](_0x3780b4,_0x3780b4['uint32']());},_0xda65cf['verify']=function(_0x4785f1){if('object'!=typeof _0x4785f1||null===_0x4785f1)return'object\x20expected';if(null!=_0x4785f1['position']&&_0x4785f1['hasOwnProperty']('position')){var _0x15e369=_0x424aae['Position']['verify'](_0x4785f1['position']);if(_0x15e369)return'position.'+_0x15e369;}return null!=_0x4785f1['oldName']&&_0x4785f1['hasOwnProperty']('oldName')&&!_0x227233['isString'](_0x4785f1['oldName'])?'oldName:\x20string\x20expected':null!=_0x4785f1['newName']&&_0x4785f1['hasOwnProperty']('newName')&&!_0x227233['isString'](_0x4785f1['newName'])?'newName:\x20string\x20expected':null!=_0x4785f1['wasUndone']&&_0x4785f1['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4785f1['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xda65cf['fromObject']=function(_0x1e68cd){if(_0x1e68cd instanceof _0x424aae['RenameOperation'])return _0x1e68cd;var _0x468503=new _0x424aae['RenameOperation']();if(null!=_0x1e68cd['position']){if('object'!=typeof _0x1e68cd['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x468503['position']=_0x424aae['Position']['fromObject'](_0x1e68cd['position']);}return null!=_0x1e68cd['oldName']&&(_0x468503['oldName']=String(_0x1e68cd['oldName'])),null!=_0x1e68cd['newName']&&(_0x468503['newName']=String(_0x1e68cd['newName'])),null!=_0x1e68cd['wasUndone']&&(_0x468503['wasUndone']=Boolean(_0x1e68cd['wasUndone'])),_0x468503;},_0xda65cf['toObject']=function(_0x173efe,_0x9ec96e){_0x9ec96e||(_0x9ec96e={});var _0x9ea601={};return _0x9ec96e['defaults']&&(_0x9ea601['position']=null,_0x9ea601['oldName']='',_0x9ea601['newName']='',_0x9ea601['wasUndone']=!0x1),null!=_0x173efe['position']&&_0x173efe['hasOwnProperty']('position')&&(_0x9ea601['position']=_0x424aae['Position']['toObject'](_0x173efe['position'],_0x9ec96e)),null!=_0x173efe['oldName']&&_0x173efe['hasOwnProperty']('oldName')&&(_0x9ea601['oldName']=_0x173efe['oldName']),null!=_0x173efe['newName']&&_0x173efe['hasOwnProperty']('newName')&&(_0x9ea601['newName']=_0x173efe['newName']),null!=_0x173efe['wasUndone']&&_0x173efe['hasOwnProperty']('wasUndone')&&(_0x9ea601['wasUndone']=_0x173efe['wasUndone']),_0x9ea601;},_0xda65cf['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x18c9b4['util']['toJSONOptions']);},_0xda65cf['getTypeUrl']=function(_0x2858b6){return void 0x0===_0x2858b6&&(_0x2858b6='type.googleapis.com'),_0x2858b6+'/RenameOperation';},_0xda65cf;}()),_0x424aae['RootAttributeOperation']=(function(){function _0x2a04e9(_0x28b1b2){if(_0x28b1b2){for(var _0x3dea8d=Object['keys'](_0x28b1b2),_0x47f14=0x0;_0x47f14<_0x3dea8d['length'];++_0x47f14)null!=_0x28b1b2[_0x3dea8d[_0x47f14]]&&(this[_0x3dea8d[_0x47f14]]=_0x28b1b2[_0x3dea8d[_0x47f14]]);}}return _0x2a04e9['prototype']['root']='',_0x2a04e9['prototype']['key']='',_0x2a04e9['prototype']['oldValueBoolean']=!0x1,_0x2a04e9['prototype']['oldValueJson']='',_0x2a04e9['prototype']['newValueBoolean']=!0x1,_0x2a04e9['prototype']['newValueJson']='',_0x2a04e9['prototype']['wasUndone']=!0x1,_0x2a04e9['create']=function(_0x2db50d){return new _0x2a04e9(_0x2db50d);},_0x2a04e9['encode']=function(_0xadd9bb,_0x242d97){return _0x242d97||(_0x242d97=_0x248756['create']()),null!=_0xadd9bb['root']&&Object['hasOwnProperty']['call'](_0xadd9bb,'root')&&_0x242d97['uint32'](0xa)['string'](_0xadd9bb['root']),null!=_0xadd9bb['key']&&Object['hasOwnProperty']['call'](_0xadd9bb,'key')&&_0x242d97['uint32'](0x12)['string'](_0xadd9bb['key']),null!=_0xadd9bb['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0xadd9bb,'oldValueBoolean')&&_0x242d97['uint32'](0x18)['bool'](_0xadd9bb['oldValueBoolean']),null!=_0xadd9bb['oldValueJson']&&Object['hasOwnProperty']['call'](_0xadd9bb,'oldValueJson')&&_0x242d97['uint32'](0x22)['string'](_0xadd9bb['oldValueJson']),null!=_0xadd9bb['newValueBoolean']&&Object['hasOwnProperty']['call'](_0xadd9bb,'newValueBoolean')&&_0x242d97['uint32'](0x28)['bool'](_0xadd9bb['newValueBoolean']),null!=_0xadd9bb['newValueJson']&&Object['hasOwnProperty']['call'](_0xadd9bb,'newValueJson')&&_0x242d97['uint32'](0x32)['string'](_0xadd9bb['newValueJson']),null!=_0xadd9bb['wasUndone']&&Object['hasOwnProperty']['call'](_0xadd9bb,'wasUndone')&&_0x242d97['uint32'](0x38)['bool'](_0xadd9bb['wasUndone']),_0x242d97;},_0x2a04e9['encodeDelimited']=function(_0x459c58,_0x3a931e){return this['encode'](_0x459c58,_0x3a931e)['ldelim']();},_0x2a04e9['decode']=function(_0x59a5d5,_0x26057c){_0x59a5d5 instanceof _0x29a3d8||(_0x59a5d5=_0x29a3d8['create'](_0x59a5d5));for(var _0x2a0f80=void 0x0===_0x26057c?_0x59a5d5['len']:_0x59a5d5['pos']+_0x26057c,_0x25879c=new _0x424aae['RootAttributeOperation']();_0x59a5d5['pos']<_0x2a0f80;){var _0x3b78c3=_0x59a5d5['uint32']();switch(_0x3b78c3>>>0x3){case 0x1:_0x25879c['root']=_0x59a5d5['string']();break;case 0x2:_0x25879c['key']=_0x59a5d5['string']();break;case 0x3:_0x25879c['oldValueBoolean']=_0x59a5d5['bool']();break;case 0x4:_0x25879c['oldValueJson']=_0x59a5d5['string']();break;case 0x5:_0x25879c['newValueBoolean']=_0x59a5d5['bool']();break;case 0x6:_0x25879c['newValueJson']=_0x59a5d5['string']();break;case 0x7:_0x25879c['wasUndone']=_0x59a5d5['bool']();break;default:_0x59a5d5['skipType'](0x7&_0x3b78c3);}}return _0x25879c;},_0x2a04e9['decodeDelimited']=function(_0x1ec794){return _0x1ec794 instanceof _0x29a3d8||(_0x1ec794=new _0x29a3d8(_0x1ec794)),this['decode'](_0x1ec794,_0x1ec794['uint32']());},_0x2a04e9['verify']=function(_0xa97d5d){return'object'!=typeof _0xa97d5d||null===_0xa97d5d?'object\x20expected':null!=_0xa97d5d['root']&&_0xa97d5d['hasOwnProperty']('root')&&!_0x227233['isString'](_0xa97d5d['root'])?'root:\x20string\x20expected':null!=_0xa97d5d['key']&&_0xa97d5d['hasOwnProperty']('key')&&!_0x227233['isString'](_0xa97d5d['key'])?'key:\x20string\x20expected':null!=_0xa97d5d['oldValueBoolean']&&_0xa97d5d['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0xa97d5d['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0xa97d5d['oldValueJson']&&_0xa97d5d['hasOwnProperty']('oldValueJson')&&!_0x227233['isString'](_0xa97d5d['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0xa97d5d['newValueBoolean']&&_0xa97d5d['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0xa97d5d['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0xa97d5d['newValueJson']&&_0xa97d5d['hasOwnProperty']('newValueJson')&&!_0x227233['isString'](_0xa97d5d['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0xa97d5d['wasUndone']&&_0xa97d5d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xa97d5d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2a04e9['fromObject']=function(_0x155084){if(_0x155084 instanceof _0x424aae['RootAttributeOperation'])return _0x155084;var _0x1875a5=new _0x424aae['RootAttributeOperation']();return null!=_0x155084['root']&&(_0x1875a5['root']=String(_0x155084['root'])),null!=_0x155084['key']&&(_0x1875a5['key']=String(_0x155084['key'])),null!=_0x155084['oldValueBoolean']&&(_0x1875a5['oldValueBoolean']=Boolean(_0x155084['oldValueBoolean'])),null!=_0x155084['oldValueJson']&&(_0x1875a5['oldValueJson']=String(_0x155084['oldValueJson'])),null!=_0x155084['newValueBoolean']&&(_0x1875a5['newValueBoolean']=Boolean(_0x155084['newValueBoolean'])),null!=_0x155084['newValueJson']&&(_0x1875a5['newValueJson']=String(_0x155084['newValueJson'])),null!=_0x155084['wasUndone']&&(_0x1875a5['wasUndone']=Boolean(_0x155084['wasUndone'])),_0x1875a5;},_0x2a04e9['toObject']=function(_0x28db08,_0x10fbaa){_0x10fbaa||(_0x10fbaa={});var _0xd4bbf5={};return _0x10fbaa['defaults']&&(_0xd4bbf5['root']='',_0xd4bbf5['key']='',_0xd4bbf5['oldValueBoolean']=!0x1,_0xd4bbf5['oldValueJson']='',_0xd4bbf5['newValueBoolean']=!0x1,_0xd4bbf5['newValueJson']='',_0xd4bbf5['wasUndone']=!0x1),null!=_0x28db08['root']&&_0x28db08['hasOwnProperty']('root')&&(_0xd4bbf5['root']=_0x28db08['root']),null!=_0x28db08['key']&&_0x28db08['hasOwnProperty']('key')&&(_0xd4bbf5['key']=_0x28db08['key']),null!=_0x28db08['oldValueBoolean']&&_0x28db08['hasOwnProperty']('oldValueBoolean')&&(_0xd4bbf5['oldValueBoolean']=_0x28db08['oldValueBoolean']),null!=_0x28db08['oldValueJson']&&_0x28db08['hasOwnProperty']('oldValueJson')&&(_0xd4bbf5['oldValueJson']=_0x28db08['oldValueJson']),null!=_0x28db08['newValueBoolean']&&_0x28db08['hasOwnProperty']('newValueBoolean')&&(_0xd4bbf5['newValueBoolean']=_0x28db08['newValueBoolean']),null!=_0x28db08['newValueJson']&&_0x28db08['hasOwnProperty']('newValueJson')&&(_0xd4bbf5['newValueJson']=_0x28db08['newValueJson']),null!=_0x28db08['wasUndone']&&_0x28db08['hasOwnProperty']('wasUndone')&&(_0xd4bbf5['wasUndone']=_0x28db08['wasUndone']),_0xd4bbf5;},_0x2a04e9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x18c9b4['util']['toJSONOptions']);},_0x2a04e9['getTypeUrl']=function(_0x29a3f8){return void 0x0===_0x29a3f8&&(_0x29a3f8='type.googleapis.com'),_0x29a3f8+'/RootAttributeOperation';},_0x2a04e9;}()),_0x424aae['RootOperation']=(function(){function _0x24c592(_0x3d9d28){if(_0x3d9d28){for(var _0xae79d1=Object['keys'](_0x3d9d28),_0xf000af=0x0;_0xf000af<_0xae79d1['length'];++_0xf000af)null!=_0x3d9d28[_0xae79d1[_0xf000af]]&&(this[_0xae79d1[_0xf000af]]=_0x3d9d28[_0xae79d1[_0xf000af]]);}}return _0x24c592['prototype']['rootName']='',_0x24c592['prototype']['elementName']='',_0x24c592['prototype']['isAdd']=!0x1,_0x24c592['prototype']['wasUndone']=!0x1,_0x24c592['create']=function(_0x327046){return new _0x24c592(_0x327046);},_0x24c592['encode']=function(_0x3d8bcd,_0x32179a){return _0x32179a||(_0x32179a=_0x248756['create']()),null!=_0x3d8bcd['rootName']&&Object['hasOwnProperty']['call'](_0x3d8bcd,'rootName')&&_0x32179a['uint32'](0xa)['string'](_0x3d8bcd['rootName']),null!=_0x3d8bcd['elementName']&&Object['hasOwnProperty']['call'](_0x3d8bcd,'elementName')&&_0x32179a['uint32'](0x12)['string'](_0x3d8bcd['elementName']),null!=_0x3d8bcd['isAdd']&&Object['hasOwnProperty']['call'](_0x3d8bcd,'isAdd')&&_0x32179a['uint32'](0x18)['bool'](_0x3d8bcd['isAdd']),null!=_0x3d8bcd['wasUndone']&&Object['hasOwnProperty']['call'](_0x3d8bcd,'wasUndone')&&_0x32179a['uint32'](0x20)['bool'](_0x3d8bcd['wasUndone']),_0x32179a;},_0x24c592['encodeDelimited']=function(_0x1e0d35,_0xd1619e){return this['encode'](_0x1e0d35,_0xd1619e)['ldelim']();},_0x24c592['decode']=function(_0x18602b,_0x5c0f8d){_0x18602b instanceof _0x29a3d8||(_0x18602b=_0x29a3d8['create'](_0x18602b));for(var _0x197d7e=void 0x0===_0x5c0f8d?_0x18602b['len']:_0x18602b['pos']+_0x5c0f8d,_0x100daf=new _0x424aae['RootOperation']();_0x18602b['pos']<_0x197d7e;){var _0x3f2440=_0x18602b['uint32']();switch(_0x3f2440>>>0x3){case 0x1:_0x100daf['rootName']=_0x18602b['string']();break;case 0x2:_0x100daf['elementName']=_0x18602b['string']();break;case 0x3:_0x100daf['isAdd']=_0x18602b['bool']();break;case 0x4:_0x100daf['wasUndone']=_0x18602b['bool']();break;default:_0x18602b['skipType'](0x7&_0x3f2440);}}return _0x100daf;},_0x24c592['decodeDelimited']=function(_0x196cd1){return _0x196cd1 instanceof _0x29a3d8||(_0x196cd1=new _0x29a3d8(_0x196cd1)),this['decode'](_0x196cd1,_0x196cd1['uint32']());},_0x24c592['verify']=function(_0x1f7e65){return'object'!=typeof _0x1f7e65||null===_0x1f7e65?'object\x20expected':null!=_0x1f7e65['rootName']&&_0x1f7e65['hasOwnProperty']('rootName')&&!_0x227233['isString'](_0x1f7e65['rootName'])?'rootName:\x20string\x20expected':null!=_0x1f7e65['elementName']&&_0x1f7e65['hasOwnProperty']('elementName')&&!_0x227233['isString'](_0x1f7e65['elementName'])?'elementName:\x20string\x20expected':null!=_0x1f7e65['isAdd']&&_0x1f7e65['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x1f7e65['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x1f7e65['wasUndone']&&_0x1f7e65['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1f7e65['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x24c592['fromObject']=function(_0x417c2a){if(_0x417c2a instanceof _0x424aae['RootOperation'])return _0x417c2a;var _0x4f9f92=new _0x424aae['RootOperation']();return null!=_0x417c2a['rootName']&&(_0x4f9f92['rootName']=String(_0x417c2a['rootName'])),null!=_0x417c2a['elementName']&&(_0x4f9f92['elementName']=String(_0x417c2a['elementName'])),null!=_0x417c2a['isAdd']&&(_0x4f9f92['isAdd']=Boolean(_0x417c2a['isAdd'])),null!=_0x417c2a['wasUndone']&&(_0x4f9f92['wasUndone']=Boolean(_0x417c2a['wasUndone'])),_0x4f9f92;},_0x24c592['toObject']=function(_0x3bff43,_0x24515b){_0x24515b||(_0x24515b={});var _0x733a17={};return _0x24515b['defaults']&&(_0x733a17['rootName']='',_0x733a17['elementName']='',_0x733a17['isAdd']=!0x1,_0x733a17['wasUndone']=!0x1),null!=_0x3bff43['rootName']&&_0x3bff43['hasOwnProperty']('rootName')&&(_0x733a17['rootName']=_0x3bff43['rootName']),null!=_0x3bff43['elementName']&&_0x3bff43['hasOwnProperty']('elementName')&&(_0x733a17['elementName']=_0x3bff43['elementName']),null!=_0x3bff43['isAdd']&&_0x3bff43['hasOwnProperty']('isAdd')&&(_0x733a17['isAdd']=_0x3bff43['isAdd']),null!=_0x3bff43['wasUndone']&&_0x3bff43['hasOwnProperty']('wasUndone')&&(_0x733a17['wasUndone']=_0x3bff43['wasUndone']),_0x733a17;},_0x24c592['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x18c9b4['util']['toJSONOptions']);},_0x24c592['getTypeUrl']=function(_0x217c70){return void 0x0===_0x217c70&&(_0x217c70='type.googleapis.com'),_0x217c70+'/RootOperation';},_0x24c592;}()),_0x424aae['SplitOperation']=(function(){function _0x19851a(_0xf21ffc){if(_0xf21ffc){for(var _0x23e62d=Object['keys'](_0xf21ffc),_0x3bcd9d=0x0;_0x3bcd9d<_0x23e62d['length'];++_0x3bcd9d)null!=_0xf21ffc[_0x23e62d[_0x3bcd9d]]&&(this[_0x23e62d[_0x3bcd9d]]=_0xf21ffc[_0x23e62d[_0x3bcd9d]]);}}return _0x19851a['prototype']['splitPosition']=null,_0x19851a['prototype']['graveyardPosition']=null,_0x19851a['prototype']['howMany']=0x0,_0x19851a['prototype']['insertionPosition']=null,_0x19851a['prototype']['wasUndone']=!0x1,_0x19851a['create']=function(_0x25bac2){return new _0x19851a(_0x25bac2);},_0x19851a['encode']=function(_0x2b6104,_0x3b928a){return _0x3b928a||(_0x3b928a=_0x248756['create']()),null!=_0x2b6104['splitPosition']&&Object['hasOwnProperty']['call'](_0x2b6104,'splitPosition')&&_0x424aae['Position']['encode'](_0x2b6104['splitPosition'],_0x3b928a['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2b6104['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x2b6104,'graveyardPosition')&&_0x424aae['Position']['encode'](_0x2b6104['graveyardPosition'],_0x3b928a['uint32'](0x12)['fork']())['ldelim'](),null!=_0x2b6104['howMany']&&Object['hasOwnProperty']['call'](_0x2b6104,'howMany')&&_0x3b928a['uint32'](0x18)['uint32'](_0x2b6104['howMany']),null!=_0x2b6104['insertionPosition']&&Object['hasOwnProperty']['call'](_0x2b6104,'insertionPosition')&&_0x424aae['Position']['encode'](_0x2b6104['insertionPosition'],_0x3b928a['uint32'](0x22)['fork']())['ldelim'](),null!=_0x2b6104['wasUndone']&&Object['hasOwnProperty']['call'](_0x2b6104,'wasUndone')&&_0x3b928a['uint32'](0x28)['bool'](_0x2b6104['wasUndone']),_0x3b928a;},_0x19851a['encodeDelimited']=function(_0x14dfd3,_0x433a50){return this['encode'](_0x14dfd3,_0x433a50)['ldelim']();},_0x19851a['decode']=function(_0x5d2d59,_0xcd0b31){_0x5d2d59 instanceof _0x29a3d8||(_0x5d2d59=_0x29a3d8['create'](_0x5d2d59));for(var _0x55991e=void 0x0===_0xcd0b31?_0x5d2d59['len']:_0x5d2d59['pos']+_0xcd0b31,_0x52348c=new _0x424aae['SplitOperation']();_0x5d2d59['pos']<_0x55991e;){var _0x13b5fd=_0x5d2d59['uint32']();switch(_0x13b5fd>>>0x3){case 0x1:_0x52348c['splitPosition']=_0x424aae['Position']['decode'](_0x5d2d59,_0x5d2d59['uint32']());break;case 0x2:_0x52348c['graveyardPosition']=_0x424aae['Position']['decode'](_0x5d2d59,_0x5d2d59['uint32']());break;case 0x3:_0x52348c['howMany']=_0x5d2d59['uint32']();break;case 0x4:_0x52348c['insertionPosition']=_0x424aae['Position']['decode'](_0x5d2d59,_0x5d2d59['uint32']());break;case 0x5:_0x52348c['wasUndone']=_0x5d2d59['bool']();break;default:_0x5d2d59['skipType'](0x7&_0x13b5fd);}}return _0x52348c;},_0x19851a['decodeDelimited']=function(_0x11fd3a){return _0x11fd3a instanceof _0x29a3d8||(_0x11fd3a=new _0x29a3d8(_0x11fd3a)),this['decode'](_0x11fd3a,_0x11fd3a['uint32']());},_0x19851a['verify']=function(_0x422fb7){if('object'!=typeof _0x422fb7||null===_0x422fb7)return'object\x20expected';var _0x469cf5;if(null!=_0x422fb7['splitPosition']&&_0x422fb7['hasOwnProperty']('splitPosition')&&(_0x469cf5=_0x424aae['Position']['verify'](_0x422fb7['splitPosition'])))return'splitPosition.'+_0x469cf5;if(null!=_0x422fb7['graveyardPosition']&&_0x422fb7['hasOwnProperty']('graveyardPosition')&&(_0x469cf5=_0x424aae['Position']['verify'](_0x422fb7['graveyardPosition'])))return'graveyardPosition.'+_0x469cf5;if(null!=_0x422fb7['howMany']&&_0x422fb7['hasOwnProperty']('howMany')&&!_0x227233['isInteger'](_0x422fb7['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x422fb7['insertionPosition']&&_0x422fb7['hasOwnProperty']('insertionPosition')&&(_0x469cf5=_0x424aae['Position']['verify'](_0x422fb7['insertionPosition'])))return'insertionPosition.'+_0x469cf5;return null!=_0x422fb7['wasUndone']&&_0x422fb7['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x422fb7['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x19851a['fromObject']=function(_0x104e5e){if(_0x104e5e instanceof _0x424aae['SplitOperation'])return _0x104e5e;var _0x24aa7b=new _0x424aae['SplitOperation']();if(null!=_0x104e5e['splitPosition']){if('object'!=typeof _0x104e5e['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x24aa7b['splitPosition']=_0x424aae['Position']['fromObject'](_0x104e5e['splitPosition']);}if(null!=_0x104e5e['graveyardPosition']){if('object'!=typeof _0x104e5e['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x24aa7b['graveyardPosition']=_0x424aae['Position']['fromObject'](_0x104e5e['graveyardPosition']);}if(null!=_0x104e5e['howMany']&&(_0x24aa7b['howMany']=_0x104e5e['howMany']>>>0x0),null!=_0x104e5e['insertionPosition']){if('object'!=typeof _0x104e5e['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x24aa7b['insertionPosition']=_0x424aae['Position']['fromObject'](_0x104e5e['insertionPosition']);}return null!=_0x104e5e['wasUndone']&&(_0x24aa7b['wasUndone']=Boolean(_0x104e5e['wasUndone'])),_0x24aa7b;},_0x19851a['toObject']=function(_0x45b764,_0x160f10){_0x160f10||(_0x160f10={});var _0x4ac577={};return _0x160f10['defaults']&&(_0x4ac577['splitPosition']=null,_0x4ac577['graveyardPosition']=null,_0x4ac577['howMany']=0x0,_0x4ac577['insertionPosition']=null,_0x4ac577['wasUndone']=!0x1),null!=_0x45b764['splitPosition']&&_0x45b764['hasOwnProperty']('splitPosition')&&(_0x4ac577['splitPosition']=_0x424aae['Position']['toObject'](_0x45b764['splitPosition'],_0x160f10)),null!=_0x45b764['graveyardPosition']&&_0x45b764['hasOwnProperty']('graveyardPosition')&&(_0x4ac577['graveyardPosition']=_0x424aae['Position']['toObject'](_0x45b764['graveyardPosition'],_0x160f10)),null!=_0x45b764['howMany']&&_0x45b764['hasOwnProperty']('howMany')&&(_0x4ac577['howMany']=_0x45b764['howMany']),null!=_0x45b764['insertionPosition']&&_0x45b764['hasOwnProperty']('insertionPosition')&&(_0x4ac577['insertionPosition']=_0x424aae['Position']['toObject'](_0x45b764['insertionPosition'],_0x160f10)),null!=_0x45b764['wasUndone']&&_0x45b764['hasOwnProperty']('wasUndone')&&(_0x4ac577['wasUndone']=_0x45b764['wasUndone']),_0x4ac577;},_0x19851a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x18c9b4['util']['toJSONOptions']);},_0x19851a['getTypeUrl']=function(_0x51e0ff){return void 0x0===_0x51e0ff&&(_0x51e0ff='type.googleapis.com'),_0x51e0ff+'/SplitOperation';},_0x19851a;}()),_0x424aae['Position']=(function(){function _0x3bb919(_0x3180f1){if(this['path']=[],_0x3180f1){for(var _0x58a765=Object['keys'](_0x3180f1),_0x4298b7=0x0;_0x4298b7<_0x58a765['length'];++_0x4298b7)null!=_0x3180f1[_0x58a765[_0x4298b7]]&&(this[_0x58a765[_0x4298b7]]=_0x3180f1[_0x58a765[_0x4298b7]]);}}return _0x3bb919['prototype']['root']='',_0x3bb919['prototype']['rootMain']=!0x1,_0x3bb919['prototype']['rootGraveyard']=!0x1,_0x3bb919['prototype']['path']=_0x227233['emptyArray'],_0x3bb919['prototype']['stickiness']='',_0x3bb919['create']=function(_0x3070b0){return new _0x3bb919(_0x3070b0);},_0x3bb919['encode']=function(_0x1670b0,_0x20a2ec){if(_0x20a2ec||(_0x20a2ec=_0x248756['create']()),null!=_0x1670b0['root']&&Object['hasOwnProperty']['call'](_0x1670b0,'root')&&_0x20a2ec['uint32'](0xa)['string'](_0x1670b0['root']),null!=_0x1670b0['rootMain']&&Object['hasOwnProperty']['call'](_0x1670b0,'rootMain')&&_0x20a2ec['uint32'](0x10)['bool'](_0x1670b0['rootMain']),null!=_0x1670b0['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x1670b0,'rootGraveyard')&&_0x20a2ec['uint32'](0x18)['bool'](_0x1670b0['rootGraveyard']),null!=_0x1670b0['path']&&_0x1670b0['path']['length']){_0x20a2ec['uint32'](0x22)['fork']();for(var _0x523b20=0x0;_0x523b20<_0x1670b0['path']['length'];++_0x523b20)_0x20a2ec['uint32'](_0x1670b0['path'][_0x523b20]);_0x20a2ec['ldelim']();}return null!=_0x1670b0['stickiness']&&Object['hasOwnProperty']['call'](_0x1670b0,'stickiness')&&_0x20a2ec['uint32'](0x2a)['string'](_0x1670b0['stickiness']),_0x20a2ec;},_0x3bb919['encodeDelimited']=function(_0x3c13c3,_0x560d4a){return this['encode'](_0x3c13c3,_0x560d4a)['ldelim']();},_0x3bb919['decode']=function(_0x1c7c96,_0x4d20bd){_0x1c7c96 instanceof _0x29a3d8||(_0x1c7c96=_0x29a3d8['create'](_0x1c7c96));for(var _0x3a7e47=void 0x0===_0x4d20bd?_0x1c7c96['len']:_0x1c7c96['pos']+_0x4d20bd,_0x5526dc=new _0x424aae['Position']();_0x1c7c96['pos']<_0x3a7e47;){var _0x5e084c=_0x1c7c96['uint32']();switch(_0x5e084c>>>0x3){case 0x1:_0x5526dc['root']=_0x1c7c96['string']();break;case 0x2:_0x5526dc['rootMain']=_0x1c7c96['bool']();break;case 0x3:_0x5526dc['rootGraveyard']=_0x1c7c96['bool']();break;case 0x4:if(_0x5526dc['path']&&_0x5526dc['path']['length']||(_0x5526dc['path']=[]),0x2==(0x7&_0x5e084c)){for(var _0x5a02e6=_0x1c7c96['uint32']()+_0x1c7c96['pos'];_0x1c7c96['pos']<_0x5a02e6;)_0x5526dc['path']['push'](_0x1c7c96['uint32']());}else _0x5526dc['path']['push'](_0x1c7c96['uint32']());break;case 0x5:_0x5526dc['stickiness']=_0x1c7c96['string']();break;default:_0x1c7c96['skipType'](0x7&_0x5e084c);}}return _0x5526dc;},_0x3bb919['decodeDelimited']=function(_0x2f6ce0){return _0x2f6ce0 instanceof _0x29a3d8||(_0x2f6ce0=new _0x29a3d8(_0x2f6ce0)),this['decode'](_0x2f6ce0,_0x2f6ce0['uint32']());},_0x3bb919['verify']=function(_0x4421aa){if('object'!=typeof _0x4421aa||null===_0x4421aa)return'object\x20expected';if(null!=_0x4421aa['root']&&_0x4421aa['hasOwnProperty']('root')&&!_0x227233['isString'](_0x4421aa['root']))return'root:\x20string\x20expected';if(null!=_0x4421aa['rootMain']&&_0x4421aa['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x4421aa['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x4421aa['rootGraveyard']&&_0x4421aa['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x4421aa['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x4421aa['path']&&_0x4421aa['hasOwnProperty']('path')){if(!Array['isArray'](_0x4421aa['path']))return'path:\x20array\x20expected';for(var _0x312ede=0x0;_0x312ede<_0x4421aa['path']['length'];++_0x312ede)if(!_0x227233['isInteger'](_0x4421aa['path'][_0x312ede]))return'path:\x20integer[]\x20expected';}return null!=_0x4421aa['stickiness']&&_0x4421aa['hasOwnProperty']('stickiness')&&!_0x227233['isString'](_0x4421aa['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x3bb919['fromObject']=function(_0x8b739b){if(_0x8b739b instanceof _0x424aae['Position'])return _0x8b739b;var _0x472c06=new _0x424aae['Position']();if(null!=_0x8b739b['root']&&(_0x472c06['root']=String(_0x8b739b['root'])),null!=_0x8b739b['rootMain']&&(_0x472c06['rootMain']=Boolean(_0x8b739b['rootMain'])),null!=_0x8b739b['rootGraveyard']&&(_0x472c06['rootGraveyard']=Boolean(_0x8b739b['rootGraveyard'])),_0x8b739b['path']){if(!Array['isArray'](_0x8b739b['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x472c06['path']=[];for(var _0x26fb9e=0x0;_0x26fb9e<_0x8b739b['path']['length'];++_0x26fb9e)_0x472c06['path'][_0x26fb9e]=_0x8b739b['path'][_0x26fb9e]>>>0x0;}return null!=_0x8b739b['stickiness']&&(_0x472c06['stickiness']=String(_0x8b739b['stickiness'])),_0x472c06;},_0x3bb919['toObject']=function(_0x54441f,_0xd0af57){_0xd0af57||(_0xd0af57={});var _0x59c475={};if((_0xd0af57['arrays']||_0xd0af57['defaults'])&&(_0x59c475['path']=[]),_0xd0af57['defaults']&&(_0x59c475['root']='',_0x59c475['rootMain']=!0x1,_0x59c475['rootGraveyard']=!0x1,_0x59c475['stickiness']=''),null!=_0x54441f['root']&&_0x54441f['hasOwnProperty']('root')&&(_0x59c475['root']=_0x54441f['root']),null!=_0x54441f['rootMain']&&_0x54441f['hasOwnProperty']('rootMain')&&(_0x59c475['rootMain']=_0x54441f['rootMain']),null!=_0x54441f['rootGraveyard']&&_0x54441f['hasOwnProperty']('rootGraveyard')&&(_0x59c475['rootGraveyard']=_0x54441f['rootGraveyard']),_0x54441f['path']&&_0x54441f['path']['length']){_0x59c475['path']=[];for(var _0x1b5046=0x0;_0x1b5046<_0x54441f['path']['length'];++_0x1b5046)_0x59c475['path'][_0x1b5046]=_0x54441f['path'][_0x1b5046];}return null!=_0x54441f['stickiness']&&_0x54441f['hasOwnProperty']('stickiness')&&(_0x59c475['stickiness']=_0x54441f['stickiness']),_0x59c475;},_0x3bb919['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x18c9b4['util']['toJSONOptions']);},_0x3bb919['getTypeUrl']=function(_0x49f017){return void 0x0===_0x49f017&&(_0x49f017='type.googleapis.com'),_0x49f017+'/Position';},_0x3bb919;}()),_0x424aae['Range']=(function(){function _0x4354a8(_0x2d33c4){if(_0x2d33c4){for(var _0x2a7ccd=Object['keys'](_0x2d33c4),_0x279fcb=0x0;_0x279fcb<_0x2a7ccd['length'];++_0x279fcb)null!=_0x2d33c4[_0x2a7ccd[_0x279fcb]]&&(this[_0x2a7ccd[_0x279fcb]]=_0x2d33c4[_0x2a7ccd[_0x279fcb]]);}}return _0x4354a8['prototype']['start']=null,_0x4354a8['prototype']['end']=null,_0x4354a8['create']=function(_0x26852d){return new _0x4354a8(_0x26852d);},_0x4354a8['encode']=function(_0x24020e,_0x4f0245){return _0x4f0245||(_0x4f0245=_0x248756['create']()),null!=_0x24020e['start']&&Object['hasOwnProperty']['call'](_0x24020e,'start')&&_0x424aae['Position']['encode'](_0x24020e['start'],_0x4f0245['uint32'](0xa)['fork']())['ldelim'](),null!=_0x24020e['end']&&Object['hasOwnProperty']['call'](_0x24020e,'end')&&_0x424aae['Position']['encode'](_0x24020e['end'],_0x4f0245['uint32'](0x12)['fork']())['ldelim'](),_0x4f0245;},_0x4354a8['encodeDelimited']=function(_0x24ca8c,_0x4f887d){return this['encode'](_0x24ca8c,_0x4f887d)['ldelim']();},_0x4354a8['decode']=function(_0x340aad,_0x5b6870){_0x340aad instanceof _0x29a3d8||(_0x340aad=_0x29a3d8['create'](_0x340aad));for(var _0x27c044=void 0x0===_0x5b6870?_0x340aad['len']:_0x340aad['pos']+_0x5b6870,_0x1bb295=new _0x424aae['Range']();_0x340aad['pos']<_0x27c044;){var _0x433e06=_0x340aad['uint32']();switch(_0x433e06>>>0x3){case 0x1:_0x1bb295['start']=_0x424aae['Position']['decode'](_0x340aad,_0x340aad['uint32']());break;case 0x2:_0x1bb295['end']=_0x424aae['Position']['decode'](_0x340aad,_0x340aad['uint32']());break;default:_0x340aad['skipType'](0x7&_0x433e06);}}return _0x1bb295;},_0x4354a8['decodeDelimited']=function(_0x49fee5){return _0x49fee5 instanceof _0x29a3d8||(_0x49fee5=new _0x29a3d8(_0x49fee5)),this['decode'](_0x49fee5,_0x49fee5['uint32']());},_0x4354a8['verify']=function(_0x10edf0){if('object'!=typeof _0x10edf0||null===_0x10edf0)return'object\x20expected';var _0x3ac773;if(null!=_0x10edf0['start']&&_0x10edf0['hasOwnProperty']('start')&&(_0x3ac773=_0x424aae['Position']['verify'](_0x10edf0['start'])))return'start.'+_0x3ac773;if(null!=_0x10edf0['end']&&_0x10edf0['hasOwnProperty']('end')&&(_0x3ac773=_0x424aae['Position']['verify'](_0x10edf0['end'])))return'end.'+_0x3ac773;return null;},_0x4354a8['fromObject']=function(_0x227fe7){if(_0x227fe7 instanceof _0x424aae['Range'])return _0x227fe7;var _0x131236=new _0x424aae['Range']();if(null!=_0x227fe7['start']){if('object'!=typeof _0x227fe7['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x131236['start']=_0x424aae['Position']['fromObject'](_0x227fe7['start']);}if(null!=_0x227fe7['end']){if('object'!=typeof _0x227fe7['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x131236['end']=_0x424aae['Position']['fromObject'](_0x227fe7['end']);}return _0x131236;},_0x4354a8['toObject']=function(_0x3c19f8,_0x33b99f){_0x33b99f||(_0x33b99f={});var _0x39b482={};return _0x33b99f['defaults']&&(_0x39b482['start']=null,_0x39b482['end']=null),null!=_0x3c19f8['start']&&_0x3c19f8['hasOwnProperty']('start')&&(_0x39b482['start']=_0x424aae['Position']['toObject'](_0x3c19f8['start'],_0x33b99f)),null!=_0x3c19f8['end']&&_0x3c19f8['hasOwnProperty']('end')&&(_0x39b482['end']=_0x424aae['Position']['toObject'](_0x3c19f8['end'],_0x33b99f)),_0x39b482;},_0x4354a8['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x18c9b4['util']['toJSONOptions']);},_0x4354a8['getTypeUrl']=function(_0x772e30){return void 0x0===_0x772e30&&(_0x772e30='type.googleapis.com'),_0x772e30+'/Range';},_0x4354a8;}()),_0x424aae['Element']=(function(){function _0x28c0ac(_0x3e8c81){if(this['children']=[],this['attributesBoolean']={},_0x3e8c81){for(var _0x3829c3=Object['keys'](_0x3e8c81),_0x543e40=0x0;_0x543e40<_0x3829c3['length'];++_0x543e40)null!=_0x3e8c81[_0x3829c3[_0x543e40]]&&(this[_0x3829c3[_0x543e40]]=_0x3e8c81[_0x3829c3[_0x543e40]]);}}return _0x28c0ac['prototype']['name']='',_0x28c0ac['prototype']['children']=_0x227233['emptyArray'],_0x28c0ac['prototype']['data']='',_0x28c0ac['prototype']['attributesBoolean']=_0x227233['emptyObject'],_0x28c0ac['prototype']['attributesJson']='',_0x28c0ac['create']=function(_0x47b1a0){return new _0x28c0ac(_0x47b1a0);},_0x28c0ac['encode']=function(_0xa27b54,_0xf05aca){if(_0xf05aca||(_0xf05aca=_0x248756['create']()),null!=_0xa27b54['name']&&Object['hasOwnProperty']['call'](_0xa27b54,'name')&&_0xf05aca['uint32'](0xa)['string'](_0xa27b54['name']),null!=_0xa27b54['children']&&_0xa27b54['children']['length']){for(var _0x2f4ad7=0x0;_0x2f4ad7<_0xa27b54['children']['length'];++_0x2f4ad7)_0x424aae['Element']['encode'](_0xa27b54['children'][_0x2f4ad7],_0xf05aca['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0xa27b54['data']&&Object['hasOwnProperty']['call'](_0xa27b54,'data')&&_0xf05aca['uint32'](0x1a)['string'](_0xa27b54['data']),null!=_0xa27b54['attributesBoolean']&&Object['hasOwnProperty']['call'](_0xa27b54,'attributesBoolean')){var _0x28e8c5=Object['keys'](_0xa27b54['attributesBoolean']);for(_0x2f4ad7=0x0;_0x2f4ad7<_0x28e8c5['length'];++_0x2f4ad7)_0xf05aca['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x28e8c5[_0x2f4ad7])['uint32'](0x10)['bool'](_0xa27b54['attributesBoolean'][_0x28e8c5[_0x2f4ad7]])['ldelim']();}return null!=_0xa27b54['attributesJson']&&Object['hasOwnProperty']['call'](_0xa27b54,'attributesJson')&&_0xf05aca['uint32'](0x2a)['string'](_0xa27b54['attributesJson']),_0xf05aca;},_0x28c0ac['encodeDelimited']=function(_0x87babc,_0x138eef){return this['encode'](_0x87babc,_0x138eef)['ldelim']();},_0x28c0ac['decode']=function(_0x3a5827,_0x32382f){_0x3a5827 instanceof _0x29a3d8||(_0x3a5827=_0x29a3d8['create'](_0x3a5827));for(var _0x108812,_0x492968,_0x27b797=void 0x0===_0x32382f?_0x3a5827['len']:_0x3a5827['pos']+_0x32382f,_0x296e6a=new _0x424aae['Element']();_0x3a5827['pos']<_0x27b797;){var _0x37c92a=_0x3a5827['uint32']();switch(_0x37c92a>>>0x3){case 0x1:_0x296e6a['name']=_0x3a5827['string']();break;case 0x2:_0x296e6a['children']&&_0x296e6a['children']['length']||(_0x296e6a['children']=[]),_0x296e6a['children']['push'](_0x424aae['Element']['decode'](_0x3a5827,_0x3a5827['uint32']()));break;case 0x3:_0x296e6a['data']=_0x3a5827['string']();break;case 0x4:_0x296e6a['attributesBoolean']===_0x227233['emptyObject']&&(_0x296e6a['attributesBoolean']={});var _0x16ec4f=_0x3a5827['uint32']()+_0x3a5827['pos'];for(_0x108812='',_0x492968=!0x1;_0x3a5827['pos']<_0x16ec4f;){var _0x14cd80=_0x3a5827['uint32']();switch(_0x14cd80>>>0x3){case 0x1:_0x108812=_0x3a5827['string']();break;case 0x2:_0x492968=_0x3a5827['bool']();break;default:_0x3a5827['skipType'](0x7&_0x14cd80);}}_0x296e6a['attributesBoolean'][_0x108812]=_0x492968;break;case 0x5:_0x296e6a['attributesJson']=_0x3a5827['string']();break;default:_0x3a5827['skipType'](0x7&_0x37c92a);}}return _0x296e6a;},_0x28c0ac['decodeDelimited']=function(_0x389ae7){return _0x389ae7 instanceof _0x29a3d8||(_0x389ae7=new _0x29a3d8(_0x389ae7)),this['decode'](_0x389ae7,_0x389ae7['uint32']());},_0x28c0ac['verify']=function(_0x4be581){if('object'!=typeof _0x4be581||null===_0x4be581)return'object\x20expected';if(null!=_0x4be581['name']&&_0x4be581['hasOwnProperty']('name')&&!_0x227233['isString'](_0x4be581['name']))return'name:\x20string\x20expected';if(null!=_0x4be581['children']&&_0x4be581['hasOwnProperty']('children')){if(!Array['isArray'](_0x4be581['children']))return'children:\x20array\x20expected';for(var _0x3617ea=0x0;_0x3617ea<_0x4be581['children']['length'];++_0x3617ea){var _0x3590a4=_0x424aae['Element']['verify'](_0x4be581['children'][_0x3617ea]);if(_0x3590a4)return'children.'+_0x3590a4;}}if(null!=_0x4be581['data']&&_0x4be581['hasOwnProperty']('data')&&!_0x227233['isString'](_0x4be581['data']))return'data:\x20string\x20expected';if(null!=_0x4be581['attributesBoolean']&&_0x4be581['hasOwnProperty']('attributesBoolean')){if(!_0x227233['isObject'](_0x4be581['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x437607=Object['keys'](_0x4be581['attributesBoolean']);for(_0x3617ea=0x0;_0x3617ea<_0x437607['length'];++_0x3617ea)if('boolean'!=typeof _0x4be581['attributesBoolean'][_0x437607[_0x3617ea]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x4be581['attributesJson']&&_0x4be581['hasOwnProperty']('attributesJson')&&!_0x227233['isString'](_0x4be581['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x28c0ac['fromObject']=function(_0x194187){if(_0x194187 instanceof _0x424aae['Element'])return _0x194187;var _0x34973c=new _0x424aae['Element']();if(null!=_0x194187['name']&&(_0x34973c['name']=String(_0x194187['name'])),_0x194187['children']){if(!Array['isArray'](_0x194187['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x34973c['children']=[];for(var _0x6d2a0d=0x0;_0x6d2a0d<_0x194187['children']['length'];++_0x6d2a0d){if('object'!=typeof _0x194187['children'][_0x6d2a0d])throw TypeError('.Element.children:\x20object\x20expected');_0x34973c['children'][_0x6d2a0d]=_0x424aae['Element']['fromObject'](_0x194187['children'][_0x6d2a0d]);}}if(null!=_0x194187['data']&&(_0x34973c['data']=String(_0x194187['data'])),_0x194187['attributesBoolean']){if('object'!=typeof _0x194187['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x34973c['attributesBoolean']={};var _0x5b824e=Object['keys'](_0x194187['attributesBoolean']);for(_0x6d2a0d=0x0;_0x6d2a0d<_0x5b824e['length'];++_0x6d2a0d)_0x34973c['attributesBoolean'][_0x5b824e[_0x6d2a0d]]=Boolean(_0x194187['attributesBoolean'][_0x5b824e[_0x6d2a0d]]);}return null!=_0x194187['attributesJson']&&(_0x34973c['attributesJson']=String(_0x194187['attributesJson'])),_0x34973c;},_0x28c0ac['toObject']=function(_0x496d09,_0x16f61d){_0x16f61d||(_0x16f61d={});var _0x1e6e72,_0x51e513={};if((_0x16f61d['arrays']||_0x16f61d['defaults'])&&(_0x51e513['children']=[]),(_0x16f61d['objects']||_0x16f61d['defaults'])&&(_0x51e513['attributesBoolean']={}),_0x16f61d['defaults']&&(_0x51e513['name']='',_0x51e513['data']='',_0x51e513['attributesJson']=''),null!=_0x496d09['name']&&_0x496d09['hasOwnProperty']('name')&&(_0x51e513['name']=_0x496d09['name']),_0x496d09['children']&&_0x496d09['children']['length']){_0x51e513['children']=[];for(var _0x5c7339=0x0;_0x5c7339<_0x496d09['children']['length'];++_0x5c7339)_0x51e513['children'][_0x5c7339]=_0x424aae['Element']['toObject'](_0x496d09['children'][_0x5c7339],_0x16f61d);}if(null!=_0x496d09['data']&&_0x496d09['hasOwnProperty']('data')&&(_0x51e513['data']=_0x496d09['data']),_0x496d09['attributesBoolean']&&(_0x1e6e72=Object['keys'](_0x496d09['attributesBoolean']))['length']){_0x51e513['attributesBoolean']={};for(_0x5c7339=0x0;_0x5c7339<_0x1e6e72['length'];++_0x5c7339)_0x51e513['attributesBoolean'][_0x1e6e72[_0x5c7339]]=_0x496d09['attributesBoolean'][_0x1e6e72[_0x5c7339]];}return null!=_0x496d09['attributesJson']&&_0x496d09['hasOwnProperty']('attributesJson')&&(_0x51e513['attributesJson']=_0x496d09['attributesJson']),_0x51e513;},_0x28c0ac['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x18c9b4['util']['toJSONOptions']);},_0x28c0ac['getTypeUrl']=function(_0x5eb9d3){return void 0x0===_0x5eb9d3&&(_0x5eb9d3='type.googleapis.com'),_0x5eb9d3+'/Element';},_0x28c0ac;}()),_0x424aae;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x322eb6){return new w(this['_protobufRoot'][_0x322eb6]);}}class w{['_protobuf'];constructor(_0x1720e8){this['_protobuf']=_0x1720e8;}['compress'](_0x2e1bc0){const _0x1a4efd=this['_protobuf']['verify'](_0x2e1bc0);if(_0x1a4efd)throw Error(_0x1a4efd);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x2e1bc0))['finish']();}['decompress'](_0x138e83){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x138e83),{'oneofs':!0x0});}}function g(_0x149ad5,_0x56d7d3){const _0x5f14c6=_0x4ffd51(_0x149ad5);return _0x5f14c6['path'][_0x5f14c6['path']['length']-0x1]+=_0x56d7d3,_0x5f14c6;}function _(_0x2dec18,_0x4100d0){return _0x2dec18['root']===_0x4100d0['root']&&_0x1c8313(_0x2dec18['path'],_0x4100d0['path']);}function $(_0x297bef){P(_0x297bef,_0x35ad09=>('main'==_0x35ad09['root']?(_0x35ad09['rootMain']=!0x0,delete _0x35ad09['root']):'$graveyard'==_0x35ad09['root']&&(_0x35ad09['rootGraveyard']=!0x0,delete _0x35ad09['root']),_0x35ad09));}function J(_0x5d5e7a){P(_0x5d5e7a,_0x1f142f=>(_0x1f142f['rootMain']?(_0x1f142f['root']='main',delete _0x1f142f['rootMain']):_0x1f142f['rootGraveyard']&&(_0x1f142f['root']='$graveyard',delete _0x1f142f['rootGraveyard']),_0x1f142f));}function P(_0x4683ff,_0x66b754){for(const _0x19eda5 in _0x4683ff){const _0x2ae9a3=_0x4683ff[_0x19eda5];'nodes'!==_0x19eda5&&_0x163d5f(_0x2ae9a3)&&(_0x2ae9a3['path']&&(_0x2ae9a3['root']||_0x2ae9a3['rootMain']||_0x2ae9a3['rootGraveyard'])?_0x4683ff[_0x19eda5]=_0x66b754(_0x2ae9a3):P(_0x2ae9a3,_0x66b754));}return _0x4683ff;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x3edb3e,_0x353687,_0x3457d8){this['_id']=_0x3edb3e,this['_operationName']=_0x353687,this['_protobufDescriptor']=_0x3457d8;}['compress'](_0x421d66,_0x1c346d){const _0x22b303=_0x1c346d['shift']();return $(_0x22b303),_0x421d66['buffers']['push'](this['_protobufDescriptor']['compress'](_0x22b303)),_0x421d66['types']['push'](this['_id']),!0x0;}['decompress'](_0x57439b,_0x10aff1){_0x10aff1['types']['shift']();const _0x113180=this['_protobufDescriptor']['decompress'](_0x10aff1['buffers']['shift']());J(_0x113180),_0x113180['__className']=this['_operationName'],_0x57439b['push'](_0x113180);}}class s extends e{['compress'](_0x427d6c,_0x374acc){const _0xf72bb=_0x374acc['shift']();return this['_serializeOneOf']('oldValue',_0xf72bb),this['_serializeOneOf']('newValue',_0xf72bb),$(_0xf72bb),_0x427d6c['buffers']['push'](this['_protobufDescriptor']['compress'](_0xf72bb)),_0x427d6c['types']['push'](this['_id']),!0x0;}['decompress'](_0x3cf4f6,_0x147239){const {types:_0x561a4c,buffers:_0x176d6e}=_0x147239,_0x2c70c3=this['_protobufDescriptor']['decompress'](_0x176d6e['shift']());_0x561a4c['shift'](),this['_deserializeOneOf']('oldValue',_0x2c70c3),this['_deserializeOneOf']('newValue',_0x2c70c3),J(_0x2c70c3),_0x2c70c3['__className']=this['_operationName'],_0x3cf4f6['push'](_0x2c70c3);}['_serializeOneOf'](_0x312bef,_0x274279){const _0x9b42bd=_0x274279[_0x312bef];'boolean'==typeof _0x9b42bd?_0x274279[_0x312bef+'Boolean']=_0x9b42bd:_0x274279[_0x312bef+'Json']=JSON['stringify'](_0x9b42bd);}['_deserializeOneOf'](_0x23bf0f,_0x4842cd){const _0x1fc7d0=_0x23bf0f+'Json';_0x4842cd[_0x1fc7d0]?(_0x4842cd[_0x23bf0f]=JSON['parse'](_0x4842cd[_0x1fc7d0]),delete _0x4842cd[_0x1fc7d0]):(_0x4842cd[_0x23bf0f]=_0x4842cd[_0x23bf0f+'Boolean'],delete _0x4842cd[_0x23bf0f+'Boolean']);}}class i extends e{['compress'](_0x50574a,_0x417614){const _0x263e05=_0x417614['shift']();return this['_serializeNodesAttributes'](_0x263e05['nodes']),$(_0x263e05),_0x50574a['buffers']['push'](this['_protobufDescriptor']['compress'](_0x263e05)),_0x50574a['types']['push'](this['_id']),!0x0;}['decompress'](_0x27a3ea,_0x321b7b){const {types:_0x453997,buffers:_0x4aeb2d}=_0x321b7b,_0x206af4=this['_protobufDescriptor']['decompress'](_0x4aeb2d['shift']());_0x453997['shift'](),_0x206af4['nodes']||(_0x206af4['nodes']=[]),this['_deserializeNodesAttributes'](_0x206af4['nodes']),J(_0x206af4),_0x206af4['__className']=this['_operationName'],_0x27a3ea['push'](_0x206af4);}['_serializeNodesAttributes'](_0x28b054){for(const _0x21f7c6 of _0x28b054){if(_0x21f7c6['attributes']){const _0x22b115=_0x21f7c6['attributes'];this['_areValuesBoolean'](_0x22b115)?_0x21f7c6['attributesBoolean']=_0x22b115:_0x21f7c6['attributesJson']=JSON['stringify'](_0x22b115);}_0x21f7c6['children']&&this['_serializeNodesAttributes'](_0x21f7c6['children']);}}['_deserializeNodesAttributes'](_0x4b19b9){for(const _0x44f226 of _0x4b19b9)(_0x44f226['attributesBoolean']||_0x44f226['attributesJson'])&&(_0x44f226['attributesBoolean']?(_0x44f226['attributes']=_0x44f226['attributesBoolean'],delete _0x44f226['attributesBoolean']):(_0x44f226['attributes']=JSON['parse'](_0x44f226['attributesJson']),delete _0x44f226['attributesJson'])),_0x44f226['children']&&this['_deserializeNodesAttributes'](_0x44f226['children']);}['_areValuesBoolean'](_0x2fbcd3){return Object['keys'](_0x2fbcd3)['every'](_0x2a0014=>'boolean'==typeof _0x2fbcd3[_0x2a0014]);}}class n extends e{['decompress'](_0x35db05,_0x30ae42){super['decompress'](_0x35db05,_0x30ae42);const _0xd53df=_0x35db05[_0x35db05['length']-0x1];_0xd53df['oldRange']||(_0xd53df['oldRange']=null),_0xd53df['newRange']||(_0xd53df['newRange']=null);}}class p extends e{['compress'](_0x59cc97,_0x13f850){return _0x13f850['shift'](),_0x59cc97['types']['push'](this['_id']),!0x0;}['decompress'](_0x5ebab6,_0x17d145){_0x17d145['types']['shift'](),_0x5ebab6['push']({'__className':this['_operationName']});}}class m extends n{['_omittedNamespace'];constructor(_0x59ea37,_0x5a6690,_0x4f5c30,_0x134360){super(_0x59ea37,_0x5a6690,_0x4f5c30),this['_omittedNamespace']=_0x134360+':';}['compress'](_0x2132fb,_0x2f9ae2){return!('MarkerOperation'!=_0x2f9ae2[0x0]['__className']||!_0x2f9ae2[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x2f9ae2[0x0]['name']=_0x2f9ae2[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x2132fb,_0x2f9ae2),!0x0);}['decompress'](_0x344899,_0x8d8e9c){super['decompress'](_0x344899,_0x8d8e9c);const _0x21106f=_0x344899[_0x344899['length']-0x1];_0x21106f['name']=this['_omittedNamespace']+_0x21106f['name'];}}class O{['_id'];['_context'];constructor(_0x23ddcf,_0xa43f00){this['_id']=_0x23ddcf,this['_context']=_0xa43f00;}['compress'](_0x142ddb,_0x5938d8){let _0x300595;for(;_0x5938d8['length']>0x1&&this['_compareOperations'](_0x5938d8[0x0],_0x5938d8[0x1]);)_0x300595?(_0x300595=this['_combineNext'](_0x5938d8['shift'](),_0x300595),_0x142ddb['types']['push'](0x0)):(_0x300595=_0x4ffd51(_0x5938d8['shift']()),_0x142ddb['types']['push'](this['_id']));return!!_0x300595&&(_0x300595=this['_combineNext'](_0x5938d8['shift'](),_0x300595),_0x142ddb['types']['push'](0x0),_0x142ddb['buffers']['push'](this['_compressSingleOperation'](_0x300595)),!0x0);}['decompress'](_0x2291b0,_0x483ca6){const _0x141e47=this['_decompressSingleOperation'](_0x483ca6);for(;0x0==_0x483ca6['types'][0x0];)_0x483ca6['types']['shift'](),_0x2291b0['push'](this['_splitCurrent'](_0x141e47));_0x2291b0['push'](_0x141e47);}}class a extends O{['_combineNext'](_0x2960cf,_0x6f194d){return _0x6f194d['nodes'][0x0]['data']+=_0x2960cf['nodes'][0x0]['data'],_0x6f194d;}['_splitCurrent'](_0x1c9fa0){const _0x4e5bac=_0x4ffd51(_0x1c9fa0),_0x25ccfb=_0x4e5bac['nodes'][0x0],_0x35dc64=_0x1c9fa0['nodes'][0x0],_0xf0c450=_0x35dc64['data'][Symbol['iterator']]()['next']()['value'],_0x48e377=_0xf0c450['length'];return _0x25ccfb['data']=_0xf0c450,_0x35dc64['data']=_0x35dc64['data']['substr'](_0x48e377),_0x1c9fa0['position']=g(_0x1c9fa0['position'],_0x48e377),_0x4e5bac;}['_compareOperations'](_0x275286,_0x3a5e51){if(this['_checkOperation'](_0x275286)&&this['_checkOperation'](_0x3a5e51)){const _0x5af7a8=_0x275286['nodes'][0x0]['data']['length'],_0x37f24e=_(g(_0x275286['position'],_0x5af7a8),_0x3a5e51['position']),_0x2be10c=_0x275286['nodes'][0x0],_0x156257=_0x3a5e51['nodes'][0x0];return _0x37f24e&&this['_compareAttributes'](_0x2be10c,_0x156257);}return!0x1;}['_compressSingleOperation'](_0x36f53c){const _0x5181d1={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x5181d1,[_0x36f53c]),_0x5181d1['buffers'][0x0];}['_decompressSingleOperation'](_0x56bbd1){const _0x2da96d=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x2da96d,_0x56bbd1),_0x2da96d[0x0];}['_checkOperation'](_0x1f9b9a){return'InsertOperation'==_0x1f9b9a['__className']&&0x1==_0x1f9b9a['nodes']['length']&&_0x1f9b9a['nodes'][0x0]['data']&&!_0x1f9b9a['wasUndone']&&0x1==Array['from'](_0x1f9b9a['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x467051,_0x2609a1){const _0x416205=Object['keys'](_0x467051['attributes']||{}),_0x1cde79=Object['keys'](_0x2609a1['attributes']||{});return _0x416205['length']===_0x1cde79['length']&&_0x416205['every'](_0x38b47e=>_0x2609a1['attributes'][_0x38b47e]&&_0x2609a1['attributes'][_0x38b47e]===_0x467051['attributes'][_0x38b47e]);}}class c extends O{['_combineNext'](_0x115c38,_0x584c0a){return _0x584c0a['howMany']++,_0x584c0a['sourcePosition']=_0x4ffd51(_0x115c38['sourcePosition']),_0x584c0a;}['_splitCurrent'](_0x536b5f){const _0x4c1a8b=_0x4ffd51(_0x536b5f);return _0x536b5f['howMany']--,_0x4c1a8b['howMany']=0x1,_0x4c1a8b['sourcePosition']=g(_0x4c1a8b['sourcePosition'],_0x536b5f['howMany']),_0x4c1a8b;}['_compareOperations'](_0x5dfae8,_0x4bdce2){return!(!this['_checkOperation'](_0x5dfae8)||!this['_checkOperation'](_0x4bdce2))&&(_(g(_0x5dfae8['sourcePosition'],-0x1),_0x4bdce2['sourcePosition'])&&_(_0x5dfae8['targetPosition'],_0x4bdce2['targetPosition']));}['_compressSingleOperation'](_0x3c5fb1){const _0x454865={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x454865,[_0x3c5fb1]),_0x454865['buffers'][0x0];}['_decompressSingleOperation'](_0x4cb366){const _0x51ffeb=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x51ffeb,_0x4cb366),_0x51ffeb[0x0];}['_checkOperation'](_0x59e4d2){return'MoveOperation'==_0x59e4d2['__className']&&'$graveyard'==_0x59e4d2['targetPosition']['root']&&0x1==_0x59e4d2['howMany']&&!_0x59e4d2['wasUndone'];}}class h extends O{['_combineNext'](_0x4adaed,_0xe85f18){return _0xe85f18['howMany']++,_0xe85f18;}['_splitCurrent'](_0x4176d4){const _0x2c568f=_0x4ffd51(_0x4176d4);return _0x2c568f['howMany']=0x1,_0x4176d4['howMany']--,_0x2c568f;}['_compareOperations'](_0x106990,_0x3571ac){return!(!this['_checkOperation'](_0x106990)||!this['_checkOperation'](_0x3571ac))&&(_(_0x106990['sourcePosition'],_0x3571ac['sourcePosition'])&&_(_0x106990['targetPosition'],_0x3571ac['targetPosition']));}['_compressSingleOperation'](_0x7b9a9f){const _0x4231d6={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x4231d6,[_0x7b9a9f]),_0x4231d6['buffers'][0x0];}['_decompressSingleOperation'](_0x20b99d){const _0xd317ac=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0xd317ac,_0x20b99d),_0xd317ac[0x0];}['_checkOperation'](_0x443522){return'MoveOperation'==_0x443522['__className']&&'$graveyard'==_0x443522['targetPosition']['root']&&0x1==_0x443522['howMany']&&!_0x443522['wasUndone'];}}class f extends O{['compress'](_0x571cfc,_0x5df043){if(!this['_compareOperations'](_0x5df043[0x0],_0x5df043[0x1]))return!0x1;const _0x37fe97=_0x5df043['shift']();return _0x37fe97['oldRange']=null,_0x37fe97['newRange']&&_(_0x37fe97['newRange']['start'],_0x37fe97['newRange']['end'])&&(_0x37fe97['newRange']['end']=null),_0x5df043['shift'](),_0x571cfc['types']['push'](this['_id']),_0x571cfc['types']['push'](0x0),_0x571cfc['buffers']['push'](this['_compressSingleOperation'](_0x37fe97)),!0x0;}['decompress'](_0x2b5f20,_0x17872e){const _0x57eb16=this['_decompressSingleOperation'](_0x17872e);_0x57eb16['newRange']&&!_0x57eb16['newRange']['end']&&(_0x57eb16['newRange']['end']=_0x4ffd51(_0x57eb16['newRange']['start']));const _0x152104=_0x4ffd51(_0x57eb16);_0x152104['newRange']&&(_0x152104['newRange']['start']['stickiness']='toNone',_0x152104['newRange']['end']=_0x4ffd51(_0x152104['newRange']['start'])),_0x152104['name']='user:position:'+_0x152104['name']['split'](':')[0x2],_0x17872e['types']['shift'](),_0x2b5f20['push'](_0x57eb16),_0x2b5f20['push'](_0x152104);}['_compressSingleOperation'](_0x3720ea){const _0x53f03f={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x53f03f,[_0x3720ea]),_0x53f03f['buffers'][0x0];}['_decompressSingleOperation'](_0x4f7b77){const _0x592948=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x592948,_0x4f7b77),_0x592948[0x0];}['_compareOperations'](_0x4bb755,_0x530a71){return!(!_0x4bb755||!_0x530a71)&&('MarkerOperation'==_0x4bb755['__className']&&'MarkerOperation'==_0x530a71['__className']&&!(!_0x4bb755['name']['startsWith']('user:')||!_0x530a71['name']['startsWith']('user:')||_0x4bb755['name']==_0x530a71['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x1bf91d=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new m(0x12,'MarkerOperation',_0x1bf91d,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new m(0x13,'MarkerOperation',_0x1bf91d,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',a),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x37095a){if(!_0x37095a||!_0x37095a[0x0])throw new _0x1d0790('no-operations-provided',this);const _0xdf0cc0={'types':[],'buffers':[],'baseVersion':_0x37095a[0x0]['baseVersion']};for(;_0x37095a['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0xdf0cc0,_0x37095a)||this['_getCompressorByName']('TypingAction')['compress'](_0xdf0cc0,_0x37095a)||this['_getCompressorByName']('DeletingAction')['compress'](_0xdf0cc0,_0x37095a)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0xdf0cc0,_0x37095a)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0xdf0cc0,_0x37095a)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0xdf0cc0,_0x37095a)||this['_getCompressorByName'](_0x37095a[0x0]['__className'])['compress'](_0xdf0cc0,_0x37095a);return _0xdf0cc0;}['decompress'](_0x460c7c){const _0x28b695=[];for(;_0x460c7c['types']['length'];){const _0x2ebe4f=this['_compressorById']['get'](_0x460c7c['types'][0x0]);if(!_0x2ebe4f)throw new _0x1d0790('decompress-compressor-not-found',this,{'type':_0x460c7c['types'][0x0]});_0x2ebe4f['decompress'](_0x28b695,_0x460c7c);}return _0x28b695['forEach']((_0x170009,_0x55f1d1)=>_0x170009['baseVersion']=_0x460c7c['baseVersion']+_0x55f1d1),_0x28b695;}['_getCompressorByName'](_0x189b29){return this['_compressorByName']['get'](_0x189b29);}['_registerOperationCompressor'](_0x3fa76,_0x4c74f4,_0x1f5082){const _0x42442a=new _0x1f5082(_0x3fa76,_0x4c74f4,this['_protobufFactory']['getDescriptor'](_0x4c74f4));this['_registerCompressor'](_0x3fa76,_0x4c74f4,_0x42442a);}['_registerActionCompressor'](_0x6987bb,_0x19caf9,_0x596437){const _0x518592=new _0x596437(_0x6987bb,this);this['_registerCompressor'](_0x6987bb,_0x19caf9,_0x518592);}['_registerCompressor'](_0x2fedea,_0x52de4e,_0x3baf88){this['_compressorById']['set'](_0x2fedea,_0x3baf88),this['_compressorByName']['set'](_0x52de4e,_0x3baf88);}}export{y as Compressor};
|
|
23
|
+
import{CKEditorError as _0x57ff5}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x39681b from'protobufjs/minimal.js';import{cloneDeep as _0x555d2c,isEqual as _0x354e60,isObject as _0x49fdc9}from'es-toolkit/compat';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x430090=_0x39681b['Reader'],_0x143594=_0x39681b['Writer'],_0x90ffa6=_0x39681b['util'],_0x2b1825=_0x39681b['roots']['default']||(_0x39681b['roots']['default']={});return _0x2b1825['AttributeOperation']=(function(){function _0x55b169(_0x4958c4){if(_0x4958c4){for(var _0x3b8a89=Object['keys'](_0x4958c4),_0x585407=0x0;_0x585407<_0x3b8a89['length'];++_0x585407)null!=_0x4958c4[_0x3b8a89[_0x585407]]&&(this[_0x3b8a89[_0x585407]]=_0x4958c4[_0x3b8a89[_0x585407]]);}}return _0x55b169['prototype']['range']=null,_0x55b169['prototype']['key']='',_0x55b169['prototype']['oldValueBoolean']=!0x1,_0x55b169['prototype']['oldValueJson']='',_0x55b169['prototype']['newValueBoolean']=!0x1,_0x55b169['prototype']['newValueJson']='',_0x55b169['prototype']['wasUndone']=!0x1,_0x55b169['create']=function(_0x60cb08){return new _0x55b169(_0x60cb08);},_0x55b169['encode']=function(_0x112627,_0x2acc64){return _0x2acc64||(_0x2acc64=_0x143594['create']()),null!=_0x112627['range']&&Object['hasOwnProperty']['call'](_0x112627,'range')&&_0x2b1825['Range']['encode'](_0x112627['range'],_0x2acc64['uint32'](0xa)['fork']())['ldelim'](),null!=_0x112627['key']&&Object['hasOwnProperty']['call'](_0x112627,'key')&&_0x2acc64['uint32'](0x12)['string'](_0x112627['key']),null!=_0x112627['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x112627,'oldValueBoolean')&&_0x2acc64['uint32'](0x18)['bool'](_0x112627['oldValueBoolean']),null!=_0x112627['oldValueJson']&&Object['hasOwnProperty']['call'](_0x112627,'oldValueJson')&&_0x2acc64['uint32'](0x22)['string'](_0x112627['oldValueJson']),null!=_0x112627['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x112627,'newValueBoolean')&&_0x2acc64['uint32'](0x28)['bool'](_0x112627['newValueBoolean']),null!=_0x112627['newValueJson']&&Object['hasOwnProperty']['call'](_0x112627,'newValueJson')&&_0x2acc64['uint32'](0x32)['string'](_0x112627['newValueJson']),null!=_0x112627['wasUndone']&&Object['hasOwnProperty']['call'](_0x112627,'wasUndone')&&_0x2acc64['uint32'](0x38)['bool'](_0x112627['wasUndone']),_0x2acc64;},_0x55b169['encodeDelimited']=function(_0xead014,_0x2002fb){return this['encode'](_0xead014,_0x2002fb)['ldelim']();},_0x55b169['decode']=function(_0x4633d0,_0x223537){_0x4633d0 instanceof _0x430090||(_0x4633d0=_0x430090['create'](_0x4633d0));for(var _0x101ce6=void 0x0===_0x223537?_0x4633d0['len']:_0x4633d0['pos']+_0x223537,_0x44e499=new _0x2b1825['AttributeOperation']();_0x4633d0['pos']<_0x101ce6;){var _0x186749=_0x4633d0['uint32']();switch(_0x186749>>>0x3){case 0x1:_0x44e499['range']=_0x2b1825['Range']['decode'](_0x4633d0,_0x4633d0['uint32']());break;case 0x2:_0x44e499['key']=_0x4633d0['string']();break;case 0x3:_0x44e499['oldValueBoolean']=_0x4633d0['bool']();break;case 0x4:_0x44e499['oldValueJson']=_0x4633d0['string']();break;case 0x5:_0x44e499['newValueBoolean']=_0x4633d0['bool']();break;case 0x6:_0x44e499['newValueJson']=_0x4633d0['string']();break;case 0x7:_0x44e499['wasUndone']=_0x4633d0['bool']();break;default:_0x4633d0['skipType'](0x7&_0x186749);}}return _0x44e499;},_0x55b169['decodeDelimited']=function(_0x149844){return _0x149844 instanceof _0x430090||(_0x149844=new _0x430090(_0x149844)),this['decode'](_0x149844,_0x149844['uint32']());},_0x55b169['verify']=function(_0x5d0cc6){if('object'!=typeof _0x5d0cc6||null===_0x5d0cc6)return'object\x20expected';if(null!=_0x5d0cc6['range']&&_0x5d0cc6['hasOwnProperty']('range')){var _0xa36de7=_0x2b1825['Range']['verify'](_0x5d0cc6['range']);if(_0xa36de7)return'range.'+_0xa36de7;}return null!=_0x5d0cc6['key']&&_0x5d0cc6['hasOwnProperty']('key')&&!_0x90ffa6['isString'](_0x5d0cc6['key'])?'key:\x20string\x20expected':null!=_0x5d0cc6['oldValueBoolean']&&_0x5d0cc6['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x5d0cc6['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x5d0cc6['oldValueJson']&&_0x5d0cc6['hasOwnProperty']('oldValueJson')&&!_0x90ffa6['isString'](_0x5d0cc6['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x5d0cc6['newValueBoolean']&&_0x5d0cc6['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x5d0cc6['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x5d0cc6['newValueJson']&&_0x5d0cc6['hasOwnProperty']('newValueJson')&&!_0x90ffa6['isString'](_0x5d0cc6['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x5d0cc6['wasUndone']&&_0x5d0cc6['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5d0cc6['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x55b169['fromObject']=function(_0x4829b5){if(_0x4829b5 instanceof _0x2b1825['AttributeOperation'])return _0x4829b5;var _0x148ea7=new _0x2b1825['AttributeOperation']();if(null!=_0x4829b5['range']){if('object'!=typeof _0x4829b5['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x148ea7['range']=_0x2b1825['Range']['fromObject'](_0x4829b5['range']);}return null!=_0x4829b5['key']&&(_0x148ea7['key']=String(_0x4829b5['key'])),null!=_0x4829b5['oldValueBoolean']&&(_0x148ea7['oldValueBoolean']=Boolean(_0x4829b5['oldValueBoolean'])),null!=_0x4829b5['oldValueJson']&&(_0x148ea7['oldValueJson']=String(_0x4829b5['oldValueJson'])),null!=_0x4829b5['newValueBoolean']&&(_0x148ea7['newValueBoolean']=Boolean(_0x4829b5['newValueBoolean'])),null!=_0x4829b5['newValueJson']&&(_0x148ea7['newValueJson']=String(_0x4829b5['newValueJson'])),null!=_0x4829b5['wasUndone']&&(_0x148ea7['wasUndone']=Boolean(_0x4829b5['wasUndone'])),_0x148ea7;},_0x55b169['toObject']=function(_0x346b28,_0x443fe2){_0x443fe2||(_0x443fe2={});var _0x205e04={};return _0x443fe2['defaults']&&(_0x205e04['range']=null,_0x205e04['key']='',_0x205e04['oldValueBoolean']=!0x1,_0x205e04['oldValueJson']='',_0x205e04['newValueBoolean']=!0x1,_0x205e04['newValueJson']='',_0x205e04['wasUndone']=!0x1),null!=_0x346b28['range']&&_0x346b28['hasOwnProperty']('range')&&(_0x205e04['range']=_0x2b1825['Range']['toObject'](_0x346b28['range'],_0x443fe2)),null!=_0x346b28['key']&&_0x346b28['hasOwnProperty']('key')&&(_0x205e04['key']=_0x346b28['key']),null!=_0x346b28['oldValueBoolean']&&_0x346b28['hasOwnProperty']('oldValueBoolean')&&(_0x205e04['oldValueBoolean']=_0x346b28['oldValueBoolean']),null!=_0x346b28['oldValueJson']&&_0x346b28['hasOwnProperty']('oldValueJson')&&(_0x205e04['oldValueJson']=_0x346b28['oldValueJson']),null!=_0x346b28['newValueBoolean']&&_0x346b28['hasOwnProperty']('newValueBoolean')&&(_0x205e04['newValueBoolean']=_0x346b28['newValueBoolean']),null!=_0x346b28['newValueJson']&&_0x346b28['hasOwnProperty']('newValueJson')&&(_0x205e04['newValueJson']=_0x346b28['newValueJson']),null!=_0x346b28['wasUndone']&&_0x346b28['hasOwnProperty']('wasUndone')&&(_0x205e04['wasUndone']=_0x346b28['wasUndone']),_0x205e04;},_0x55b169['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x39681b['util']['toJSONOptions']);},_0x55b169['getTypeUrl']=function(_0x15e1cf){return void 0x0===_0x15e1cf&&(_0x15e1cf='type.googleapis.com'),_0x15e1cf+'/AttributeOperation';},_0x55b169;}()),_0x2b1825['InsertOperation']=(function(){function _0x34e650(_0x3a645a){if(this['nodes']=[],_0x3a645a){for(var _0x221e48=Object['keys'](_0x3a645a),_0x3fe99f=0x0;_0x3fe99f<_0x221e48['length'];++_0x3fe99f)null!=_0x3a645a[_0x221e48[_0x3fe99f]]&&(this[_0x221e48[_0x3fe99f]]=_0x3a645a[_0x221e48[_0x3fe99f]]);}}return _0x34e650['prototype']['position']=null,_0x34e650['prototype']['nodes']=_0x90ffa6['emptyArray'],_0x34e650['prototype']['shouldReceiveAttributes']=!0x1,_0x34e650['prototype']['wasUndone']=!0x1,_0x34e650['create']=function(_0x10f079){return new _0x34e650(_0x10f079);},_0x34e650['encode']=function(_0x11dd49,_0x4c99b3){if(_0x4c99b3||(_0x4c99b3=_0x143594['create']()),null!=_0x11dd49['position']&&Object['hasOwnProperty']['call'](_0x11dd49,'position')&&_0x2b1825['Position']['encode'](_0x11dd49['position'],_0x4c99b3['uint32'](0xa)['fork']())['ldelim'](),null!=_0x11dd49['nodes']&&_0x11dd49['nodes']['length']){for(var _0x110c20=0x0;_0x110c20<_0x11dd49['nodes']['length'];++_0x110c20)_0x2b1825['Element']['encode'](_0x11dd49['nodes'][_0x110c20],_0x4c99b3['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x11dd49['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x11dd49,'shouldReceiveAttributes')&&_0x4c99b3['uint32'](0x18)['bool'](_0x11dd49['shouldReceiveAttributes']),null!=_0x11dd49['wasUndone']&&Object['hasOwnProperty']['call'](_0x11dd49,'wasUndone')&&_0x4c99b3['uint32'](0x20)['bool'](_0x11dd49['wasUndone']),_0x4c99b3;},_0x34e650['encodeDelimited']=function(_0xae7591,_0x3a9aa1){return this['encode'](_0xae7591,_0x3a9aa1)['ldelim']();},_0x34e650['decode']=function(_0x272ac4,_0x3db86a){_0x272ac4 instanceof _0x430090||(_0x272ac4=_0x430090['create'](_0x272ac4));for(var _0x37a318=void 0x0===_0x3db86a?_0x272ac4['len']:_0x272ac4['pos']+_0x3db86a,_0x4c2e20=new _0x2b1825['InsertOperation']();_0x272ac4['pos']<_0x37a318;){var _0x5d0d37=_0x272ac4['uint32']();switch(_0x5d0d37>>>0x3){case 0x1:_0x4c2e20['position']=_0x2b1825['Position']['decode'](_0x272ac4,_0x272ac4['uint32']());break;case 0x2:_0x4c2e20['nodes']&&_0x4c2e20['nodes']['length']||(_0x4c2e20['nodes']=[]),_0x4c2e20['nodes']['push'](_0x2b1825['Element']['decode'](_0x272ac4,_0x272ac4['uint32']()));break;case 0x3:_0x4c2e20['shouldReceiveAttributes']=_0x272ac4['bool']();break;case 0x4:_0x4c2e20['wasUndone']=_0x272ac4['bool']();break;default:_0x272ac4['skipType'](0x7&_0x5d0d37);}}return _0x4c2e20;},_0x34e650['decodeDelimited']=function(_0x3ffe1e){return _0x3ffe1e instanceof _0x430090||(_0x3ffe1e=new _0x430090(_0x3ffe1e)),this['decode'](_0x3ffe1e,_0x3ffe1e['uint32']());},_0x34e650['verify']=function(_0x32c8b7){if('object'!=typeof _0x32c8b7||null===_0x32c8b7)return'object\x20expected';if(null!=_0x32c8b7['position']&&_0x32c8b7['hasOwnProperty']('position')&&(_0x2c3e8c=_0x2b1825['Position']['verify'](_0x32c8b7['position'])))return'position.'+_0x2c3e8c;if(null!=_0x32c8b7['nodes']&&_0x32c8b7['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x32c8b7['nodes']))return'nodes:\x20array\x20expected';for(var _0x449e4f=0x0;_0x449e4f<_0x32c8b7['nodes']['length'];++_0x449e4f){var _0x2c3e8c;if(_0x2c3e8c=_0x2b1825['Element']['verify'](_0x32c8b7['nodes'][_0x449e4f]))return'nodes.'+_0x2c3e8c;}}return null!=_0x32c8b7['shouldReceiveAttributes']&&_0x32c8b7['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x32c8b7['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x32c8b7['wasUndone']&&_0x32c8b7['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x32c8b7['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x34e650['fromObject']=function(_0x51dedd){if(_0x51dedd instanceof _0x2b1825['InsertOperation'])return _0x51dedd;var _0x3bba7b=new _0x2b1825['InsertOperation']();if(null!=_0x51dedd['position']){if('object'!=typeof _0x51dedd['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x3bba7b['position']=_0x2b1825['Position']['fromObject'](_0x51dedd['position']);}if(_0x51dedd['nodes']){if(!Array['isArray'](_0x51dedd['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x3bba7b['nodes']=[];for(var _0x805821=0x0;_0x805821<_0x51dedd['nodes']['length'];++_0x805821){if('object'!=typeof _0x51dedd['nodes'][_0x805821])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x3bba7b['nodes'][_0x805821]=_0x2b1825['Element']['fromObject'](_0x51dedd['nodes'][_0x805821]);}}return null!=_0x51dedd['shouldReceiveAttributes']&&(_0x3bba7b['shouldReceiveAttributes']=Boolean(_0x51dedd['shouldReceiveAttributes'])),null!=_0x51dedd['wasUndone']&&(_0x3bba7b['wasUndone']=Boolean(_0x51dedd['wasUndone'])),_0x3bba7b;},_0x34e650['toObject']=function(_0x2b59af,_0x311137){_0x311137||(_0x311137={});var _0x3cac58={};if((_0x311137['arrays']||_0x311137['defaults'])&&(_0x3cac58['nodes']=[]),_0x311137['defaults']&&(_0x3cac58['position']=null,_0x3cac58['shouldReceiveAttributes']=!0x1,_0x3cac58['wasUndone']=!0x1),null!=_0x2b59af['position']&&_0x2b59af['hasOwnProperty']('position')&&(_0x3cac58['position']=_0x2b1825['Position']['toObject'](_0x2b59af['position'],_0x311137)),_0x2b59af['nodes']&&_0x2b59af['nodes']['length']){_0x3cac58['nodes']=[];for(var _0x7b3fcd=0x0;_0x7b3fcd<_0x2b59af['nodes']['length'];++_0x7b3fcd)_0x3cac58['nodes'][_0x7b3fcd]=_0x2b1825['Element']['toObject'](_0x2b59af['nodes'][_0x7b3fcd],_0x311137);}return null!=_0x2b59af['shouldReceiveAttributes']&&_0x2b59af['hasOwnProperty']('shouldReceiveAttributes')&&(_0x3cac58['shouldReceiveAttributes']=_0x2b59af['shouldReceiveAttributes']),null!=_0x2b59af['wasUndone']&&_0x2b59af['hasOwnProperty']('wasUndone')&&(_0x3cac58['wasUndone']=_0x2b59af['wasUndone']),_0x3cac58;},_0x34e650['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x39681b['util']['toJSONOptions']);},_0x34e650['getTypeUrl']=function(_0x2765b7){return void 0x0===_0x2765b7&&(_0x2765b7='type.googleapis.com'),_0x2765b7+'/InsertOperation';},_0x34e650;}()),_0x2b1825['MarkerOperation']=(function(){function _0x2f7e4a(_0x303b22){if(_0x303b22){for(var _0x5827a4=Object['keys'](_0x303b22),_0x5b9744=0x0;_0x5b9744<_0x5827a4['length'];++_0x5b9744)null!=_0x303b22[_0x5827a4[_0x5b9744]]&&(this[_0x5827a4[_0x5b9744]]=_0x303b22[_0x5827a4[_0x5b9744]]);}}return _0x2f7e4a['prototype']['name']='',_0x2f7e4a['prototype']['oldRange']=null,_0x2f7e4a['prototype']['newRange']=null,_0x2f7e4a['prototype']['affectsData']=!0x1,_0x2f7e4a['prototype']['wasUndone']=!0x1,_0x2f7e4a['create']=function(_0x61bc43){return new _0x2f7e4a(_0x61bc43);},_0x2f7e4a['encode']=function(_0x16cd31,_0xa3e21a){return _0xa3e21a||(_0xa3e21a=_0x143594['create']()),null!=_0x16cd31['name']&&Object['hasOwnProperty']['call'](_0x16cd31,'name')&&_0xa3e21a['uint32'](0xa)['string'](_0x16cd31['name']),null!=_0x16cd31['oldRange']&&Object['hasOwnProperty']['call'](_0x16cd31,'oldRange')&&_0x2b1825['Range']['encode'](_0x16cd31['oldRange'],_0xa3e21a['uint32'](0x12)['fork']())['ldelim'](),null!=_0x16cd31['newRange']&&Object['hasOwnProperty']['call'](_0x16cd31,'newRange')&&_0x2b1825['Range']['encode'](_0x16cd31['newRange'],_0xa3e21a['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x16cd31['affectsData']&&Object['hasOwnProperty']['call'](_0x16cd31,'affectsData')&&_0xa3e21a['uint32'](0x20)['bool'](_0x16cd31['affectsData']),null!=_0x16cd31['wasUndone']&&Object['hasOwnProperty']['call'](_0x16cd31,'wasUndone')&&_0xa3e21a['uint32'](0x28)['bool'](_0x16cd31['wasUndone']),_0xa3e21a;},_0x2f7e4a['encodeDelimited']=function(_0x1af7d1,_0x204df6){return this['encode'](_0x1af7d1,_0x204df6)['ldelim']();},_0x2f7e4a['decode']=function(_0x5d1d1f,_0x45fecb){_0x5d1d1f instanceof _0x430090||(_0x5d1d1f=_0x430090['create'](_0x5d1d1f));for(var _0x1cdcbf=void 0x0===_0x45fecb?_0x5d1d1f['len']:_0x5d1d1f['pos']+_0x45fecb,_0x553755=new _0x2b1825['MarkerOperation']();_0x5d1d1f['pos']<_0x1cdcbf;){var _0x3469d2=_0x5d1d1f['uint32']();switch(_0x3469d2>>>0x3){case 0x1:_0x553755['name']=_0x5d1d1f['string']();break;case 0x2:_0x553755['oldRange']=_0x2b1825['Range']['decode'](_0x5d1d1f,_0x5d1d1f['uint32']());break;case 0x3:_0x553755['newRange']=_0x2b1825['Range']['decode'](_0x5d1d1f,_0x5d1d1f['uint32']());break;case 0x4:_0x553755['affectsData']=_0x5d1d1f['bool']();break;case 0x5:_0x553755['wasUndone']=_0x5d1d1f['bool']();break;default:_0x5d1d1f['skipType'](0x7&_0x3469d2);}}return _0x553755;},_0x2f7e4a['decodeDelimited']=function(_0x39d38b){return _0x39d38b instanceof _0x430090||(_0x39d38b=new _0x430090(_0x39d38b)),this['decode'](_0x39d38b,_0x39d38b['uint32']());},_0x2f7e4a['verify']=function(_0x4577c0){if('object'!=typeof _0x4577c0||null===_0x4577c0)return'object\x20expected';if(null!=_0x4577c0['name']&&_0x4577c0['hasOwnProperty']('name')&&!_0x90ffa6['isString'](_0x4577c0['name']))return'name:\x20string\x20expected';var _0x2f467a;if(null!=_0x4577c0['oldRange']&&_0x4577c0['hasOwnProperty']('oldRange')&&(_0x2f467a=_0x2b1825['Range']['verify'](_0x4577c0['oldRange'])))return'oldRange.'+_0x2f467a;if(null!=_0x4577c0['newRange']&&_0x4577c0['hasOwnProperty']('newRange')&&(_0x2f467a=_0x2b1825['Range']['verify'](_0x4577c0['newRange'])))return'newRange.'+_0x2f467a;return null!=_0x4577c0['affectsData']&&_0x4577c0['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x4577c0['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x4577c0['wasUndone']&&_0x4577c0['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4577c0['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2f7e4a['fromObject']=function(_0x46f509){if(_0x46f509 instanceof _0x2b1825['MarkerOperation'])return _0x46f509;var _0x3162bd=new _0x2b1825['MarkerOperation']();if(null!=_0x46f509['name']&&(_0x3162bd['name']=String(_0x46f509['name'])),null!=_0x46f509['oldRange']){if('object'!=typeof _0x46f509['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x3162bd['oldRange']=_0x2b1825['Range']['fromObject'](_0x46f509['oldRange']);}if(null!=_0x46f509['newRange']){if('object'!=typeof _0x46f509['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x3162bd['newRange']=_0x2b1825['Range']['fromObject'](_0x46f509['newRange']);}return null!=_0x46f509['affectsData']&&(_0x3162bd['affectsData']=Boolean(_0x46f509['affectsData'])),null!=_0x46f509['wasUndone']&&(_0x3162bd['wasUndone']=Boolean(_0x46f509['wasUndone'])),_0x3162bd;},_0x2f7e4a['toObject']=function(_0x506f7d,_0x382428){_0x382428||(_0x382428={});var _0x44a5ae={};return _0x382428['defaults']&&(_0x44a5ae['name']='',_0x44a5ae['oldRange']=null,_0x44a5ae['newRange']=null,_0x44a5ae['affectsData']=!0x1,_0x44a5ae['wasUndone']=!0x1),null!=_0x506f7d['name']&&_0x506f7d['hasOwnProperty']('name')&&(_0x44a5ae['name']=_0x506f7d['name']),null!=_0x506f7d['oldRange']&&_0x506f7d['hasOwnProperty']('oldRange')&&(_0x44a5ae['oldRange']=_0x2b1825['Range']['toObject'](_0x506f7d['oldRange'],_0x382428)),null!=_0x506f7d['newRange']&&_0x506f7d['hasOwnProperty']('newRange')&&(_0x44a5ae['newRange']=_0x2b1825['Range']['toObject'](_0x506f7d['newRange'],_0x382428)),null!=_0x506f7d['affectsData']&&_0x506f7d['hasOwnProperty']('affectsData')&&(_0x44a5ae['affectsData']=_0x506f7d['affectsData']),null!=_0x506f7d['wasUndone']&&_0x506f7d['hasOwnProperty']('wasUndone')&&(_0x44a5ae['wasUndone']=_0x506f7d['wasUndone']),_0x44a5ae;},_0x2f7e4a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x39681b['util']['toJSONOptions']);},_0x2f7e4a['getTypeUrl']=function(_0x28a470){return void 0x0===_0x28a470&&(_0x28a470='type.googleapis.com'),_0x28a470+'/MarkerOperation';},_0x2f7e4a;}()),_0x2b1825['MergeOperation']=(function(){function _0x29dffd(_0x6b0849){if(_0x6b0849){for(var _0x14d4dc=Object['keys'](_0x6b0849),_0xc12a1a=0x0;_0xc12a1a<_0x14d4dc['length'];++_0xc12a1a)null!=_0x6b0849[_0x14d4dc[_0xc12a1a]]&&(this[_0x14d4dc[_0xc12a1a]]=_0x6b0849[_0x14d4dc[_0xc12a1a]]);}}return _0x29dffd['prototype']['sourcePosition']=null,_0x29dffd['prototype']['targetPosition']=null,_0x29dffd['prototype']['graveyardPosition']=null,_0x29dffd['prototype']['howMany']=0x0,_0x29dffd['prototype']['wasUndone']=!0x1,_0x29dffd['create']=function(_0x29f319){return new _0x29dffd(_0x29f319);},_0x29dffd['encode']=function(_0x5d7a0d,_0x4243c4){return _0x4243c4||(_0x4243c4=_0x143594['create']()),null!=_0x5d7a0d['sourcePosition']&&Object['hasOwnProperty']['call'](_0x5d7a0d,'sourcePosition')&&_0x2b1825['Position']['encode'](_0x5d7a0d['sourcePosition'],_0x4243c4['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5d7a0d['targetPosition']&&Object['hasOwnProperty']['call'](_0x5d7a0d,'targetPosition')&&_0x2b1825['Position']['encode'](_0x5d7a0d['targetPosition'],_0x4243c4['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5d7a0d['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x5d7a0d,'graveyardPosition')&&_0x2b1825['Position']['encode'](_0x5d7a0d['graveyardPosition'],_0x4243c4['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x5d7a0d['howMany']&&Object['hasOwnProperty']['call'](_0x5d7a0d,'howMany')&&_0x4243c4['uint32'](0x20)['uint32'](_0x5d7a0d['howMany']),null!=_0x5d7a0d['wasUndone']&&Object['hasOwnProperty']['call'](_0x5d7a0d,'wasUndone')&&_0x4243c4['uint32'](0x28)['bool'](_0x5d7a0d['wasUndone']),_0x4243c4;},_0x29dffd['encodeDelimited']=function(_0x3a1a85,_0x508e2b){return this['encode'](_0x3a1a85,_0x508e2b)['ldelim']();},_0x29dffd['decode']=function(_0x241044,_0x422d53){_0x241044 instanceof _0x430090||(_0x241044=_0x430090['create'](_0x241044));for(var _0x1a2b36=void 0x0===_0x422d53?_0x241044['len']:_0x241044['pos']+_0x422d53,_0x2585da=new _0x2b1825['MergeOperation']();_0x241044['pos']<_0x1a2b36;){var _0x587280=_0x241044['uint32']();switch(_0x587280>>>0x3){case 0x1:_0x2585da['sourcePosition']=_0x2b1825['Position']['decode'](_0x241044,_0x241044['uint32']());break;case 0x2:_0x2585da['targetPosition']=_0x2b1825['Position']['decode'](_0x241044,_0x241044['uint32']());break;case 0x3:_0x2585da['graveyardPosition']=_0x2b1825['Position']['decode'](_0x241044,_0x241044['uint32']());break;case 0x4:_0x2585da['howMany']=_0x241044['uint32']();break;case 0x5:_0x2585da['wasUndone']=_0x241044['bool']();break;default:_0x241044['skipType'](0x7&_0x587280);}}return _0x2585da;},_0x29dffd['decodeDelimited']=function(_0xef048c){return _0xef048c instanceof _0x430090||(_0xef048c=new _0x430090(_0xef048c)),this['decode'](_0xef048c,_0xef048c['uint32']());},_0x29dffd['verify']=function(_0xf6654){if('object'!=typeof _0xf6654||null===_0xf6654)return'object\x20expected';var _0x48b4d9;if(null!=_0xf6654['sourcePosition']&&_0xf6654['hasOwnProperty']('sourcePosition')&&(_0x48b4d9=_0x2b1825['Position']['verify'](_0xf6654['sourcePosition'])))return'sourcePosition.'+_0x48b4d9;if(null!=_0xf6654['targetPosition']&&_0xf6654['hasOwnProperty']('targetPosition')&&(_0x48b4d9=_0x2b1825['Position']['verify'](_0xf6654['targetPosition'])))return'targetPosition.'+_0x48b4d9;if(null!=_0xf6654['graveyardPosition']&&_0xf6654['hasOwnProperty']('graveyardPosition')&&(_0x48b4d9=_0x2b1825['Position']['verify'](_0xf6654['graveyardPosition'])))return'graveyardPosition.'+_0x48b4d9;return null!=_0xf6654['howMany']&&_0xf6654['hasOwnProperty']('howMany')&&!_0x90ffa6['isInteger'](_0xf6654['howMany'])?'howMany:\x20integer\x20expected':null!=_0xf6654['wasUndone']&&_0xf6654['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xf6654['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x29dffd['fromObject']=function(_0x52432a){if(_0x52432a instanceof _0x2b1825['MergeOperation'])return _0x52432a;var _0x37089f=new _0x2b1825['MergeOperation']();if(null!=_0x52432a['sourcePosition']){if('object'!=typeof _0x52432a['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x37089f['sourcePosition']=_0x2b1825['Position']['fromObject'](_0x52432a['sourcePosition']);}if(null!=_0x52432a['targetPosition']){if('object'!=typeof _0x52432a['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x37089f['targetPosition']=_0x2b1825['Position']['fromObject'](_0x52432a['targetPosition']);}if(null!=_0x52432a['graveyardPosition']){if('object'!=typeof _0x52432a['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x37089f['graveyardPosition']=_0x2b1825['Position']['fromObject'](_0x52432a['graveyardPosition']);}return null!=_0x52432a['howMany']&&(_0x37089f['howMany']=_0x52432a['howMany']>>>0x0),null!=_0x52432a['wasUndone']&&(_0x37089f['wasUndone']=Boolean(_0x52432a['wasUndone'])),_0x37089f;},_0x29dffd['toObject']=function(_0x1e54ec,_0xd3bc7c){_0xd3bc7c||(_0xd3bc7c={});var _0x4fff4d={};return _0xd3bc7c['defaults']&&(_0x4fff4d['sourcePosition']=null,_0x4fff4d['targetPosition']=null,_0x4fff4d['graveyardPosition']=null,_0x4fff4d['howMany']=0x0,_0x4fff4d['wasUndone']=!0x1),null!=_0x1e54ec['sourcePosition']&&_0x1e54ec['hasOwnProperty']('sourcePosition')&&(_0x4fff4d['sourcePosition']=_0x2b1825['Position']['toObject'](_0x1e54ec['sourcePosition'],_0xd3bc7c)),null!=_0x1e54ec['targetPosition']&&_0x1e54ec['hasOwnProperty']('targetPosition')&&(_0x4fff4d['targetPosition']=_0x2b1825['Position']['toObject'](_0x1e54ec['targetPosition'],_0xd3bc7c)),null!=_0x1e54ec['graveyardPosition']&&_0x1e54ec['hasOwnProperty']('graveyardPosition')&&(_0x4fff4d['graveyardPosition']=_0x2b1825['Position']['toObject'](_0x1e54ec['graveyardPosition'],_0xd3bc7c)),null!=_0x1e54ec['howMany']&&_0x1e54ec['hasOwnProperty']('howMany')&&(_0x4fff4d['howMany']=_0x1e54ec['howMany']),null!=_0x1e54ec['wasUndone']&&_0x1e54ec['hasOwnProperty']('wasUndone')&&(_0x4fff4d['wasUndone']=_0x1e54ec['wasUndone']),_0x4fff4d;},_0x29dffd['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x39681b['util']['toJSONOptions']);},_0x29dffd['getTypeUrl']=function(_0x5c4d03){return void 0x0===_0x5c4d03&&(_0x5c4d03='type.googleapis.com'),_0x5c4d03+'/MergeOperation';},_0x29dffd;}()),_0x2b1825['MoveOperation']=(function(){function _0x1ec45a(_0x522ce2){if(_0x522ce2){for(var _0x480f31=Object['keys'](_0x522ce2),_0xa7868=0x0;_0xa7868<_0x480f31['length'];++_0xa7868)null!=_0x522ce2[_0x480f31[_0xa7868]]&&(this[_0x480f31[_0xa7868]]=_0x522ce2[_0x480f31[_0xa7868]]);}}return _0x1ec45a['prototype']['sourcePosition']=null,_0x1ec45a['prototype']['howMany']=0x0,_0x1ec45a['prototype']['targetPosition']=null,_0x1ec45a['prototype']['wasUndone']=!0x1,_0x1ec45a['create']=function(_0xb25990){return new _0x1ec45a(_0xb25990);},_0x1ec45a['encode']=function(_0x428a45,_0x58d15c){return _0x58d15c||(_0x58d15c=_0x143594['create']()),null!=_0x428a45['sourcePosition']&&Object['hasOwnProperty']['call'](_0x428a45,'sourcePosition')&&_0x2b1825['Position']['encode'](_0x428a45['sourcePosition'],_0x58d15c['uint32'](0xa)['fork']())['ldelim'](),null!=_0x428a45['howMany']&&Object['hasOwnProperty']['call'](_0x428a45,'howMany')&&_0x58d15c['uint32'](0x10)['uint32'](_0x428a45['howMany']),null!=_0x428a45['targetPosition']&&Object['hasOwnProperty']['call'](_0x428a45,'targetPosition')&&_0x2b1825['Position']['encode'](_0x428a45['targetPosition'],_0x58d15c['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x428a45['wasUndone']&&Object['hasOwnProperty']['call'](_0x428a45,'wasUndone')&&_0x58d15c['uint32'](0x20)['bool'](_0x428a45['wasUndone']),_0x58d15c;},_0x1ec45a['encodeDelimited']=function(_0x3a78eb,_0x2404c2){return this['encode'](_0x3a78eb,_0x2404c2)['ldelim']();},_0x1ec45a['decode']=function(_0x158e52,_0x27d7c1){_0x158e52 instanceof _0x430090||(_0x158e52=_0x430090['create'](_0x158e52));for(var _0x1a54bf=void 0x0===_0x27d7c1?_0x158e52['len']:_0x158e52['pos']+_0x27d7c1,_0x3fd184=new _0x2b1825['MoveOperation']();_0x158e52['pos']<_0x1a54bf;){var _0x568ab0=_0x158e52['uint32']();switch(_0x568ab0>>>0x3){case 0x1:_0x3fd184['sourcePosition']=_0x2b1825['Position']['decode'](_0x158e52,_0x158e52['uint32']());break;case 0x2:_0x3fd184['howMany']=_0x158e52['uint32']();break;case 0x3:_0x3fd184['targetPosition']=_0x2b1825['Position']['decode'](_0x158e52,_0x158e52['uint32']());break;case 0x4:_0x3fd184['wasUndone']=_0x158e52['bool']();break;default:_0x158e52['skipType'](0x7&_0x568ab0);}}return _0x3fd184;},_0x1ec45a['decodeDelimited']=function(_0x4c801b){return _0x4c801b instanceof _0x430090||(_0x4c801b=new _0x430090(_0x4c801b)),this['decode'](_0x4c801b,_0x4c801b['uint32']());},_0x1ec45a['verify']=function(_0x4ce243){if('object'!=typeof _0x4ce243||null===_0x4ce243)return'object\x20expected';var _0x30de32;if(null!=_0x4ce243['sourcePosition']&&_0x4ce243['hasOwnProperty']('sourcePosition')&&(_0x30de32=_0x2b1825['Position']['verify'](_0x4ce243['sourcePosition'])))return'sourcePosition.'+_0x30de32;if(null!=_0x4ce243['howMany']&&_0x4ce243['hasOwnProperty']('howMany')&&!_0x90ffa6['isInteger'](_0x4ce243['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x4ce243['targetPosition']&&_0x4ce243['hasOwnProperty']('targetPosition')&&(_0x30de32=_0x2b1825['Position']['verify'](_0x4ce243['targetPosition'])))return'targetPosition.'+_0x30de32;return null!=_0x4ce243['wasUndone']&&_0x4ce243['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4ce243['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1ec45a['fromObject']=function(_0x24e358){if(_0x24e358 instanceof _0x2b1825['MoveOperation'])return _0x24e358;var _0x5444b2=new _0x2b1825['MoveOperation']();if(null!=_0x24e358['sourcePosition']){if('object'!=typeof _0x24e358['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x5444b2['sourcePosition']=_0x2b1825['Position']['fromObject'](_0x24e358['sourcePosition']);}if(null!=_0x24e358['howMany']&&(_0x5444b2['howMany']=_0x24e358['howMany']>>>0x0),null!=_0x24e358['targetPosition']){if('object'!=typeof _0x24e358['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x5444b2['targetPosition']=_0x2b1825['Position']['fromObject'](_0x24e358['targetPosition']);}return null!=_0x24e358['wasUndone']&&(_0x5444b2['wasUndone']=Boolean(_0x24e358['wasUndone'])),_0x5444b2;},_0x1ec45a['toObject']=function(_0x4292e6,_0x2781a4){_0x2781a4||(_0x2781a4={});var _0x12d882={};return _0x2781a4['defaults']&&(_0x12d882['sourcePosition']=null,_0x12d882['howMany']=0x0,_0x12d882['targetPosition']=null,_0x12d882['wasUndone']=!0x1),null!=_0x4292e6['sourcePosition']&&_0x4292e6['hasOwnProperty']('sourcePosition')&&(_0x12d882['sourcePosition']=_0x2b1825['Position']['toObject'](_0x4292e6['sourcePosition'],_0x2781a4)),null!=_0x4292e6['howMany']&&_0x4292e6['hasOwnProperty']('howMany')&&(_0x12d882['howMany']=_0x4292e6['howMany']),null!=_0x4292e6['targetPosition']&&_0x4292e6['hasOwnProperty']('targetPosition')&&(_0x12d882['targetPosition']=_0x2b1825['Position']['toObject'](_0x4292e6['targetPosition'],_0x2781a4)),null!=_0x4292e6['wasUndone']&&_0x4292e6['hasOwnProperty']('wasUndone')&&(_0x12d882['wasUndone']=_0x4292e6['wasUndone']),_0x12d882;},_0x1ec45a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x39681b['util']['toJSONOptions']);},_0x1ec45a['getTypeUrl']=function(_0x35eafc){return void 0x0===_0x35eafc&&(_0x35eafc='type.googleapis.com'),_0x35eafc+'/MoveOperation';},_0x1ec45a;}()),_0x2b1825['RenameOperation']=(function(){function _0x15043f(_0x780ec4){if(_0x780ec4){for(var _0x3eb5d9=Object['keys'](_0x780ec4),_0x5127e1=0x0;_0x5127e1<_0x3eb5d9['length'];++_0x5127e1)null!=_0x780ec4[_0x3eb5d9[_0x5127e1]]&&(this[_0x3eb5d9[_0x5127e1]]=_0x780ec4[_0x3eb5d9[_0x5127e1]]);}}return _0x15043f['prototype']['position']=null,_0x15043f['prototype']['oldName']='',_0x15043f['prototype']['newName']='',_0x15043f['prototype']['wasUndone']=!0x1,_0x15043f['create']=function(_0x5dba12){return new _0x15043f(_0x5dba12);},_0x15043f['encode']=function(_0x560d3d,_0x4400f4){return _0x4400f4||(_0x4400f4=_0x143594['create']()),null!=_0x560d3d['position']&&Object['hasOwnProperty']['call'](_0x560d3d,'position')&&_0x2b1825['Position']['encode'](_0x560d3d['position'],_0x4400f4['uint32'](0xa)['fork']())['ldelim'](),null!=_0x560d3d['oldName']&&Object['hasOwnProperty']['call'](_0x560d3d,'oldName')&&_0x4400f4['uint32'](0x12)['string'](_0x560d3d['oldName']),null!=_0x560d3d['newName']&&Object['hasOwnProperty']['call'](_0x560d3d,'newName')&&_0x4400f4['uint32'](0x1a)['string'](_0x560d3d['newName']),null!=_0x560d3d['wasUndone']&&Object['hasOwnProperty']['call'](_0x560d3d,'wasUndone')&&_0x4400f4['uint32'](0x20)['bool'](_0x560d3d['wasUndone']),_0x4400f4;},_0x15043f['encodeDelimited']=function(_0x28d733,_0x4dbc4a){return this['encode'](_0x28d733,_0x4dbc4a)['ldelim']();},_0x15043f['decode']=function(_0x4056dd,_0x36d029){_0x4056dd instanceof _0x430090||(_0x4056dd=_0x430090['create'](_0x4056dd));for(var _0x295e52=void 0x0===_0x36d029?_0x4056dd['len']:_0x4056dd['pos']+_0x36d029,_0x316101=new _0x2b1825['RenameOperation']();_0x4056dd['pos']<_0x295e52;){var _0x5e9c0c=_0x4056dd['uint32']();switch(_0x5e9c0c>>>0x3){case 0x1:_0x316101['position']=_0x2b1825['Position']['decode'](_0x4056dd,_0x4056dd['uint32']());break;case 0x2:_0x316101['oldName']=_0x4056dd['string']();break;case 0x3:_0x316101['newName']=_0x4056dd['string']();break;case 0x4:_0x316101['wasUndone']=_0x4056dd['bool']();break;default:_0x4056dd['skipType'](0x7&_0x5e9c0c);}}return _0x316101;},_0x15043f['decodeDelimited']=function(_0x3ea5de){return _0x3ea5de instanceof _0x430090||(_0x3ea5de=new _0x430090(_0x3ea5de)),this['decode'](_0x3ea5de,_0x3ea5de['uint32']());},_0x15043f['verify']=function(_0x4d470e){if('object'!=typeof _0x4d470e||null===_0x4d470e)return'object\x20expected';if(null!=_0x4d470e['position']&&_0x4d470e['hasOwnProperty']('position')){var _0x53937a=_0x2b1825['Position']['verify'](_0x4d470e['position']);if(_0x53937a)return'position.'+_0x53937a;}return null!=_0x4d470e['oldName']&&_0x4d470e['hasOwnProperty']('oldName')&&!_0x90ffa6['isString'](_0x4d470e['oldName'])?'oldName:\x20string\x20expected':null!=_0x4d470e['newName']&&_0x4d470e['hasOwnProperty']('newName')&&!_0x90ffa6['isString'](_0x4d470e['newName'])?'newName:\x20string\x20expected':null!=_0x4d470e['wasUndone']&&_0x4d470e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4d470e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x15043f['fromObject']=function(_0x568abf){if(_0x568abf instanceof _0x2b1825['RenameOperation'])return _0x568abf;var _0x37f4bc=new _0x2b1825['RenameOperation']();if(null!=_0x568abf['position']){if('object'!=typeof _0x568abf['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x37f4bc['position']=_0x2b1825['Position']['fromObject'](_0x568abf['position']);}return null!=_0x568abf['oldName']&&(_0x37f4bc['oldName']=String(_0x568abf['oldName'])),null!=_0x568abf['newName']&&(_0x37f4bc['newName']=String(_0x568abf['newName'])),null!=_0x568abf['wasUndone']&&(_0x37f4bc['wasUndone']=Boolean(_0x568abf['wasUndone'])),_0x37f4bc;},_0x15043f['toObject']=function(_0x345495,_0x31222f){_0x31222f||(_0x31222f={});var _0x59db8d={};return _0x31222f['defaults']&&(_0x59db8d['position']=null,_0x59db8d['oldName']='',_0x59db8d['newName']='',_0x59db8d['wasUndone']=!0x1),null!=_0x345495['position']&&_0x345495['hasOwnProperty']('position')&&(_0x59db8d['position']=_0x2b1825['Position']['toObject'](_0x345495['position'],_0x31222f)),null!=_0x345495['oldName']&&_0x345495['hasOwnProperty']('oldName')&&(_0x59db8d['oldName']=_0x345495['oldName']),null!=_0x345495['newName']&&_0x345495['hasOwnProperty']('newName')&&(_0x59db8d['newName']=_0x345495['newName']),null!=_0x345495['wasUndone']&&_0x345495['hasOwnProperty']('wasUndone')&&(_0x59db8d['wasUndone']=_0x345495['wasUndone']),_0x59db8d;},_0x15043f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x39681b['util']['toJSONOptions']);},_0x15043f['getTypeUrl']=function(_0x47a34f){return void 0x0===_0x47a34f&&(_0x47a34f='type.googleapis.com'),_0x47a34f+'/RenameOperation';},_0x15043f;}()),_0x2b1825['RootAttributeOperation']=(function(){function _0x1dced7(_0x10ee23){if(_0x10ee23){for(var _0x5414bc=Object['keys'](_0x10ee23),_0xf40c2d=0x0;_0xf40c2d<_0x5414bc['length'];++_0xf40c2d)null!=_0x10ee23[_0x5414bc[_0xf40c2d]]&&(this[_0x5414bc[_0xf40c2d]]=_0x10ee23[_0x5414bc[_0xf40c2d]]);}}return _0x1dced7['prototype']['root']='',_0x1dced7['prototype']['key']='',_0x1dced7['prototype']['oldValueBoolean']=!0x1,_0x1dced7['prototype']['oldValueJson']='',_0x1dced7['prototype']['newValueBoolean']=!0x1,_0x1dced7['prototype']['newValueJson']='',_0x1dced7['prototype']['wasUndone']=!0x1,_0x1dced7['create']=function(_0x19001a){return new _0x1dced7(_0x19001a);},_0x1dced7['encode']=function(_0x3f4dfd,_0x17d306){return _0x17d306||(_0x17d306=_0x143594['create']()),null!=_0x3f4dfd['root']&&Object['hasOwnProperty']['call'](_0x3f4dfd,'root')&&_0x17d306['uint32'](0xa)['string'](_0x3f4dfd['root']),null!=_0x3f4dfd['key']&&Object['hasOwnProperty']['call'](_0x3f4dfd,'key')&&_0x17d306['uint32'](0x12)['string'](_0x3f4dfd['key']),null!=_0x3f4dfd['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x3f4dfd,'oldValueBoolean')&&_0x17d306['uint32'](0x18)['bool'](_0x3f4dfd['oldValueBoolean']),null!=_0x3f4dfd['oldValueJson']&&Object['hasOwnProperty']['call'](_0x3f4dfd,'oldValueJson')&&_0x17d306['uint32'](0x22)['string'](_0x3f4dfd['oldValueJson']),null!=_0x3f4dfd['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x3f4dfd,'newValueBoolean')&&_0x17d306['uint32'](0x28)['bool'](_0x3f4dfd['newValueBoolean']),null!=_0x3f4dfd['newValueJson']&&Object['hasOwnProperty']['call'](_0x3f4dfd,'newValueJson')&&_0x17d306['uint32'](0x32)['string'](_0x3f4dfd['newValueJson']),null!=_0x3f4dfd['wasUndone']&&Object['hasOwnProperty']['call'](_0x3f4dfd,'wasUndone')&&_0x17d306['uint32'](0x38)['bool'](_0x3f4dfd['wasUndone']),_0x17d306;},_0x1dced7['encodeDelimited']=function(_0x2df529,_0x4ee18c){return this['encode'](_0x2df529,_0x4ee18c)['ldelim']();},_0x1dced7['decode']=function(_0x286f6b,_0x128b71){_0x286f6b instanceof _0x430090||(_0x286f6b=_0x430090['create'](_0x286f6b));for(var _0x597695=void 0x0===_0x128b71?_0x286f6b['len']:_0x286f6b['pos']+_0x128b71,_0x12f342=new _0x2b1825['RootAttributeOperation']();_0x286f6b['pos']<_0x597695;){var _0xfa0cfd=_0x286f6b['uint32']();switch(_0xfa0cfd>>>0x3){case 0x1:_0x12f342['root']=_0x286f6b['string']();break;case 0x2:_0x12f342['key']=_0x286f6b['string']();break;case 0x3:_0x12f342['oldValueBoolean']=_0x286f6b['bool']();break;case 0x4:_0x12f342['oldValueJson']=_0x286f6b['string']();break;case 0x5:_0x12f342['newValueBoolean']=_0x286f6b['bool']();break;case 0x6:_0x12f342['newValueJson']=_0x286f6b['string']();break;case 0x7:_0x12f342['wasUndone']=_0x286f6b['bool']();break;default:_0x286f6b['skipType'](0x7&_0xfa0cfd);}}return _0x12f342;},_0x1dced7['decodeDelimited']=function(_0x303289){return _0x303289 instanceof _0x430090||(_0x303289=new _0x430090(_0x303289)),this['decode'](_0x303289,_0x303289['uint32']());},_0x1dced7['verify']=function(_0x13626b){return'object'!=typeof _0x13626b||null===_0x13626b?'object\x20expected':null!=_0x13626b['root']&&_0x13626b['hasOwnProperty']('root')&&!_0x90ffa6['isString'](_0x13626b['root'])?'root:\x20string\x20expected':null!=_0x13626b['key']&&_0x13626b['hasOwnProperty']('key')&&!_0x90ffa6['isString'](_0x13626b['key'])?'key:\x20string\x20expected':null!=_0x13626b['oldValueBoolean']&&_0x13626b['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x13626b['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x13626b['oldValueJson']&&_0x13626b['hasOwnProperty']('oldValueJson')&&!_0x90ffa6['isString'](_0x13626b['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x13626b['newValueBoolean']&&_0x13626b['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x13626b['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x13626b['newValueJson']&&_0x13626b['hasOwnProperty']('newValueJson')&&!_0x90ffa6['isString'](_0x13626b['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x13626b['wasUndone']&&_0x13626b['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x13626b['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1dced7['fromObject']=function(_0x56d2a7){if(_0x56d2a7 instanceof _0x2b1825['RootAttributeOperation'])return _0x56d2a7;var _0x53423c=new _0x2b1825['RootAttributeOperation']();return null!=_0x56d2a7['root']&&(_0x53423c['root']=String(_0x56d2a7['root'])),null!=_0x56d2a7['key']&&(_0x53423c['key']=String(_0x56d2a7['key'])),null!=_0x56d2a7['oldValueBoolean']&&(_0x53423c['oldValueBoolean']=Boolean(_0x56d2a7['oldValueBoolean'])),null!=_0x56d2a7['oldValueJson']&&(_0x53423c['oldValueJson']=String(_0x56d2a7['oldValueJson'])),null!=_0x56d2a7['newValueBoolean']&&(_0x53423c['newValueBoolean']=Boolean(_0x56d2a7['newValueBoolean'])),null!=_0x56d2a7['newValueJson']&&(_0x53423c['newValueJson']=String(_0x56d2a7['newValueJson'])),null!=_0x56d2a7['wasUndone']&&(_0x53423c['wasUndone']=Boolean(_0x56d2a7['wasUndone'])),_0x53423c;},_0x1dced7['toObject']=function(_0x439b37,_0x28dae1){_0x28dae1||(_0x28dae1={});var _0x2ab7c8={};return _0x28dae1['defaults']&&(_0x2ab7c8['root']='',_0x2ab7c8['key']='',_0x2ab7c8['oldValueBoolean']=!0x1,_0x2ab7c8['oldValueJson']='',_0x2ab7c8['newValueBoolean']=!0x1,_0x2ab7c8['newValueJson']='',_0x2ab7c8['wasUndone']=!0x1),null!=_0x439b37['root']&&_0x439b37['hasOwnProperty']('root')&&(_0x2ab7c8['root']=_0x439b37['root']),null!=_0x439b37['key']&&_0x439b37['hasOwnProperty']('key')&&(_0x2ab7c8['key']=_0x439b37['key']),null!=_0x439b37['oldValueBoolean']&&_0x439b37['hasOwnProperty']('oldValueBoolean')&&(_0x2ab7c8['oldValueBoolean']=_0x439b37['oldValueBoolean']),null!=_0x439b37['oldValueJson']&&_0x439b37['hasOwnProperty']('oldValueJson')&&(_0x2ab7c8['oldValueJson']=_0x439b37['oldValueJson']),null!=_0x439b37['newValueBoolean']&&_0x439b37['hasOwnProperty']('newValueBoolean')&&(_0x2ab7c8['newValueBoolean']=_0x439b37['newValueBoolean']),null!=_0x439b37['newValueJson']&&_0x439b37['hasOwnProperty']('newValueJson')&&(_0x2ab7c8['newValueJson']=_0x439b37['newValueJson']),null!=_0x439b37['wasUndone']&&_0x439b37['hasOwnProperty']('wasUndone')&&(_0x2ab7c8['wasUndone']=_0x439b37['wasUndone']),_0x2ab7c8;},_0x1dced7['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x39681b['util']['toJSONOptions']);},_0x1dced7['getTypeUrl']=function(_0x48bf1a){return void 0x0===_0x48bf1a&&(_0x48bf1a='type.googleapis.com'),_0x48bf1a+'/RootAttributeOperation';},_0x1dced7;}()),_0x2b1825['RootOperation']=(function(){function _0xb7d853(_0x2892be){if(_0x2892be){for(var _0x515567=Object['keys'](_0x2892be),_0x184cf5=0x0;_0x184cf5<_0x515567['length'];++_0x184cf5)null!=_0x2892be[_0x515567[_0x184cf5]]&&(this[_0x515567[_0x184cf5]]=_0x2892be[_0x515567[_0x184cf5]]);}}return _0xb7d853['prototype']['rootName']='',_0xb7d853['prototype']['elementName']='',_0xb7d853['prototype']['isAdd']=!0x1,_0xb7d853['prototype']['wasUndone']=!0x1,_0xb7d853['create']=function(_0x2e4c02){return new _0xb7d853(_0x2e4c02);},_0xb7d853['encode']=function(_0xedaa2d,_0x2513b6){return _0x2513b6||(_0x2513b6=_0x143594['create']()),null!=_0xedaa2d['rootName']&&Object['hasOwnProperty']['call'](_0xedaa2d,'rootName')&&_0x2513b6['uint32'](0xa)['string'](_0xedaa2d['rootName']),null!=_0xedaa2d['elementName']&&Object['hasOwnProperty']['call'](_0xedaa2d,'elementName')&&_0x2513b6['uint32'](0x12)['string'](_0xedaa2d['elementName']),null!=_0xedaa2d['isAdd']&&Object['hasOwnProperty']['call'](_0xedaa2d,'isAdd')&&_0x2513b6['uint32'](0x18)['bool'](_0xedaa2d['isAdd']),null!=_0xedaa2d['wasUndone']&&Object['hasOwnProperty']['call'](_0xedaa2d,'wasUndone')&&_0x2513b6['uint32'](0x20)['bool'](_0xedaa2d['wasUndone']),_0x2513b6;},_0xb7d853['encodeDelimited']=function(_0x1ca4a7,_0x47127a){return this['encode'](_0x1ca4a7,_0x47127a)['ldelim']();},_0xb7d853['decode']=function(_0x3bf9e0,_0x40d0ce){_0x3bf9e0 instanceof _0x430090||(_0x3bf9e0=_0x430090['create'](_0x3bf9e0));for(var _0x20d80d=void 0x0===_0x40d0ce?_0x3bf9e0['len']:_0x3bf9e0['pos']+_0x40d0ce,_0x49bbc8=new _0x2b1825['RootOperation']();_0x3bf9e0['pos']<_0x20d80d;){var _0x3e2270=_0x3bf9e0['uint32']();switch(_0x3e2270>>>0x3){case 0x1:_0x49bbc8['rootName']=_0x3bf9e0['string']();break;case 0x2:_0x49bbc8['elementName']=_0x3bf9e0['string']();break;case 0x3:_0x49bbc8['isAdd']=_0x3bf9e0['bool']();break;case 0x4:_0x49bbc8['wasUndone']=_0x3bf9e0['bool']();break;default:_0x3bf9e0['skipType'](0x7&_0x3e2270);}}return _0x49bbc8;},_0xb7d853['decodeDelimited']=function(_0x314dda){return _0x314dda instanceof _0x430090||(_0x314dda=new _0x430090(_0x314dda)),this['decode'](_0x314dda,_0x314dda['uint32']());},_0xb7d853['verify']=function(_0x109e6d){return'object'!=typeof _0x109e6d||null===_0x109e6d?'object\x20expected':null!=_0x109e6d['rootName']&&_0x109e6d['hasOwnProperty']('rootName')&&!_0x90ffa6['isString'](_0x109e6d['rootName'])?'rootName:\x20string\x20expected':null!=_0x109e6d['elementName']&&_0x109e6d['hasOwnProperty']('elementName')&&!_0x90ffa6['isString'](_0x109e6d['elementName'])?'elementName:\x20string\x20expected':null!=_0x109e6d['isAdd']&&_0x109e6d['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x109e6d['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x109e6d['wasUndone']&&_0x109e6d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x109e6d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xb7d853['fromObject']=function(_0x293bdf){if(_0x293bdf instanceof _0x2b1825['RootOperation'])return _0x293bdf;var _0x4d4938=new _0x2b1825['RootOperation']();return null!=_0x293bdf['rootName']&&(_0x4d4938['rootName']=String(_0x293bdf['rootName'])),null!=_0x293bdf['elementName']&&(_0x4d4938['elementName']=String(_0x293bdf['elementName'])),null!=_0x293bdf['isAdd']&&(_0x4d4938['isAdd']=Boolean(_0x293bdf['isAdd'])),null!=_0x293bdf['wasUndone']&&(_0x4d4938['wasUndone']=Boolean(_0x293bdf['wasUndone'])),_0x4d4938;},_0xb7d853['toObject']=function(_0x1f8944,_0x2b451f){_0x2b451f||(_0x2b451f={});var _0x16a183={};return _0x2b451f['defaults']&&(_0x16a183['rootName']='',_0x16a183['elementName']='',_0x16a183['isAdd']=!0x1,_0x16a183['wasUndone']=!0x1),null!=_0x1f8944['rootName']&&_0x1f8944['hasOwnProperty']('rootName')&&(_0x16a183['rootName']=_0x1f8944['rootName']),null!=_0x1f8944['elementName']&&_0x1f8944['hasOwnProperty']('elementName')&&(_0x16a183['elementName']=_0x1f8944['elementName']),null!=_0x1f8944['isAdd']&&_0x1f8944['hasOwnProperty']('isAdd')&&(_0x16a183['isAdd']=_0x1f8944['isAdd']),null!=_0x1f8944['wasUndone']&&_0x1f8944['hasOwnProperty']('wasUndone')&&(_0x16a183['wasUndone']=_0x1f8944['wasUndone']),_0x16a183;},_0xb7d853['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x39681b['util']['toJSONOptions']);},_0xb7d853['getTypeUrl']=function(_0x8b81b5){return void 0x0===_0x8b81b5&&(_0x8b81b5='type.googleapis.com'),_0x8b81b5+'/RootOperation';},_0xb7d853;}()),_0x2b1825['SplitOperation']=(function(){function _0x4b9c77(_0x3dc296){if(_0x3dc296){for(var _0x5c967c=Object['keys'](_0x3dc296),_0x3e3520=0x0;_0x3e3520<_0x5c967c['length'];++_0x3e3520)null!=_0x3dc296[_0x5c967c[_0x3e3520]]&&(this[_0x5c967c[_0x3e3520]]=_0x3dc296[_0x5c967c[_0x3e3520]]);}}return _0x4b9c77['prototype']['splitPosition']=null,_0x4b9c77['prototype']['graveyardPosition']=null,_0x4b9c77['prototype']['howMany']=0x0,_0x4b9c77['prototype']['insertionPosition']=null,_0x4b9c77['prototype']['wasUndone']=!0x1,_0x4b9c77['create']=function(_0x5a9c0e){return new _0x4b9c77(_0x5a9c0e);},_0x4b9c77['encode']=function(_0x11860c,_0x31fa53){return _0x31fa53||(_0x31fa53=_0x143594['create']()),null!=_0x11860c['splitPosition']&&Object['hasOwnProperty']['call'](_0x11860c,'splitPosition')&&_0x2b1825['Position']['encode'](_0x11860c['splitPosition'],_0x31fa53['uint32'](0xa)['fork']())['ldelim'](),null!=_0x11860c['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x11860c,'graveyardPosition')&&_0x2b1825['Position']['encode'](_0x11860c['graveyardPosition'],_0x31fa53['uint32'](0x12)['fork']())['ldelim'](),null!=_0x11860c['howMany']&&Object['hasOwnProperty']['call'](_0x11860c,'howMany')&&_0x31fa53['uint32'](0x18)['uint32'](_0x11860c['howMany']),null!=_0x11860c['insertionPosition']&&Object['hasOwnProperty']['call'](_0x11860c,'insertionPosition')&&_0x2b1825['Position']['encode'](_0x11860c['insertionPosition'],_0x31fa53['uint32'](0x22)['fork']())['ldelim'](),null!=_0x11860c['wasUndone']&&Object['hasOwnProperty']['call'](_0x11860c,'wasUndone')&&_0x31fa53['uint32'](0x28)['bool'](_0x11860c['wasUndone']),_0x31fa53;},_0x4b9c77['encodeDelimited']=function(_0xc3f8bd,_0x54404d){return this['encode'](_0xc3f8bd,_0x54404d)['ldelim']();},_0x4b9c77['decode']=function(_0xbdb7fe,_0x3e2254){_0xbdb7fe instanceof _0x430090||(_0xbdb7fe=_0x430090['create'](_0xbdb7fe));for(var _0x4869cb=void 0x0===_0x3e2254?_0xbdb7fe['len']:_0xbdb7fe['pos']+_0x3e2254,_0x5dca5c=new _0x2b1825['SplitOperation']();_0xbdb7fe['pos']<_0x4869cb;){var _0x41306c=_0xbdb7fe['uint32']();switch(_0x41306c>>>0x3){case 0x1:_0x5dca5c['splitPosition']=_0x2b1825['Position']['decode'](_0xbdb7fe,_0xbdb7fe['uint32']());break;case 0x2:_0x5dca5c['graveyardPosition']=_0x2b1825['Position']['decode'](_0xbdb7fe,_0xbdb7fe['uint32']());break;case 0x3:_0x5dca5c['howMany']=_0xbdb7fe['uint32']();break;case 0x4:_0x5dca5c['insertionPosition']=_0x2b1825['Position']['decode'](_0xbdb7fe,_0xbdb7fe['uint32']());break;case 0x5:_0x5dca5c['wasUndone']=_0xbdb7fe['bool']();break;default:_0xbdb7fe['skipType'](0x7&_0x41306c);}}return _0x5dca5c;},_0x4b9c77['decodeDelimited']=function(_0x4faa1f){return _0x4faa1f instanceof _0x430090||(_0x4faa1f=new _0x430090(_0x4faa1f)),this['decode'](_0x4faa1f,_0x4faa1f['uint32']());},_0x4b9c77['verify']=function(_0x19c09a){if('object'!=typeof _0x19c09a||null===_0x19c09a)return'object\x20expected';var _0x26978a;if(null!=_0x19c09a['splitPosition']&&_0x19c09a['hasOwnProperty']('splitPosition')&&(_0x26978a=_0x2b1825['Position']['verify'](_0x19c09a['splitPosition'])))return'splitPosition.'+_0x26978a;if(null!=_0x19c09a['graveyardPosition']&&_0x19c09a['hasOwnProperty']('graveyardPosition')&&(_0x26978a=_0x2b1825['Position']['verify'](_0x19c09a['graveyardPosition'])))return'graveyardPosition.'+_0x26978a;if(null!=_0x19c09a['howMany']&&_0x19c09a['hasOwnProperty']('howMany')&&!_0x90ffa6['isInteger'](_0x19c09a['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x19c09a['insertionPosition']&&_0x19c09a['hasOwnProperty']('insertionPosition')&&(_0x26978a=_0x2b1825['Position']['verify'](_0x19c09a['insertionPosition'])))return'insertionPosition.'+_0x26978a;return null!=_0x19c09a['wasUndone']&&_0x19c09a['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x19c09a['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4b9c77['fromObject']=function(_0x4d2861){if(_0x4d2861 instanceof _0x2b1825['SplitOperation'])return _0x4d2861;var _0x13524f=new _0x2b1825['SplitOperation']();if(null!=_0x4d2861['splitPosition']){if('object'!=typeof _0x4d2861['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x13524f['splitPosition']=_0x2b1825['Position']['fromObject'](_0x4d2861['splitPosition']);}if(null!=_0x4d2861['graveyardPosition']){if('object'!=typeof _0x4d2861['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x13524f['graveyardPosition']=_0x2b1825['Position']['fromObject'](_0x4d2861['graveyardPosition']);}if(null!=_0x4d2861['howMany']&&(_0x13524f['howMany']=_0x4d2861['howMany']>>>0x0),null!=_0x4d2861['insertionPosition']){if('object'!=typeof _0x4d2861['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x13524f['insertionPosition']=_0x2b1825['Position']['fromObject'](_0x4d2861['insertionPosition']);}return null!=_0x4d2861['wasUndone']&&(_0x13524f['wasUndone']=Boolean(_0x4d2861['wasUndone'])),_0x13524f;},_0x4b9c77['toObject']=function(_0x3a6ffd,_0x20d230){_0x20d230||(_0x20d230={});var _0x3516bc={};return _0x20d230['defaults']&&(_0x3516bc['splitPosition']=null,_0x3516bc['graveyardPosition']=null,_0x3516bc['howMany']=0x0,_0x3516bc['insertionPosition']=null,_0x3516bc['wasUndone']=!0x1),null!=_0x3a6ffd['splitPosition']&&_0x3a6ffd['hasOwnProperty']('splitPosition')&&(_0x3516bc['splitPosition']=_0x2b1825['Position']['toObject'](_0x3a6ffd['splitPosition'],_0x20d230)),null!=_0x3a6ffd['graveyardPosition']&&_0x3a6ffd['hasOwnProperty']('graveyardPosition')&&(_0x3516bc['graveyardPosition']=_0x2b1825['Position']['toObject'](_0x3a6ffd['graveyardPosition'],_0x20d230)),null!=_0x3a6ffd['howMany']&&_0x3a6ffd['hasOwnProperty']('howMany')&&(_0x3516bc['howMany']=_0x3a6ffd['howMany']),null!=_0x3a6ffd['insertionPosition']&&_0x3a6ffd['hasOwnProperty']('insertionPosition')&&(_0x3516bc['insertionPosition']=_0x2b1825['Position']['toObject'](_0x3a6ffd['insertionPosition'],_0x20d230)),null!=_0x3a6ffd['wasUndone']&&_0x3a6ffd['hasOwnProperty']('wasUndone')&&(_0x3516bc['wasUndone']=_0x3a6ffd['wasUndone']),_0x3516bc;},_0x4b9c77['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x39681b['util']['toJSONOptions']);},_0x4b9c77['getTypeUrl']=function(_0x40e4b3){return void 0x0===_0x40e4b3&&(_0x40e4b3='type.googleapis.com'),_0x40e4b3+'/SplitOperation';},_0x4b9c77;}()),_0x2b1825['Position']=(function(){function _0x324cf3(_0x3e10f3){if(this['path']=[],_0x3e10f3){for(var _0x404051=Object['keys'](_0x3e10f3),_0x11944e=0x0;_0x11944e<_0x404051['length'];++_0x11944e)null!=_0x3e10f3[_0x404051[_0x11944e]]&&(this[_0x404051[_0x11944e]]=_0x3e10f3[_0x404051[_0x11944e]]);}}return _0x324cf3['prototype']['root']='',_0x324cf3['prototype']['rootMain']=!0x1,_0x324cf3['prototype']['rootGraveyard']=!0x1,_0x324cf3['prototype']['path']=_0x90ffa6['emptyArray'],_0x324cf3['prototype']['stickiness']='',_0x324cf3['create']=function(_0x43b738){return new _0x324cf3(_0x43b738);},_0x324cf3['encode']=function(_0x2284b7,_0x31bd30){if(_0x31bd30||(_0x31bd30=_0x143594['create']()),null!=_0x2284b7['root']&&Object['hasOwnProperty']['call'](_0x2284b7,'root')&&_0x31bd30['uint32'](0xa)['string'](_0x2284b7['root']),null!=_0x2284b7['rootMain']&&Object['hasOwnProperty']['call'](_0x2284b7,'rootMain')&&_0x31bd30['uint32'](0x10)['bool'](_0x2284b7['rootMain']),null!=_0x2284b7['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x2284b7,'rootGraveyard')&&_0x31bd30['uint32'](0x18)['bool'](_0x2284b7['rootGraveyard']),null!=_0x2284b7['path']&&_0x2284b7['path']['length']){_0x31bd30['uint32'](0x22)['fork']();for(var _0x47e22=0x0;_0x47e22<_0x2284b7['path']['length'];++_0x47e22)_0x31bd30['uint32'](_0x2284b7['path'][_0x47e22]);_0x31bd30['ldelim']();}return null!=_0x2284b7['stickiness']&&Object['hasOwnProperty']['call'](_0x2284b7,'stickiness')&&_0x31bd30['uint32'](0x2a)['string'](_0x2284b7['stickiness']),_0x31bd30;},_0x324cf3['encodeDelimited']=function(_0x3061ac,_0x5d4b9b){return this['encode'](_0x3061ac,_0x5d4b9b)['ldelim']();},_0x324cf3['decode']=function(_0x4fc0a6,_0x2196cb){_0x4fc0a6 instanceof _0x430090||(_0x4fc0a6=_0x430090['create'](_0x4fc0a6));for(var _0x101760=void 0x0===_0x2196cb?_0x4fc0a6['len']:_0x4fc0a6['pos']+_0x2196cb,_0x376789=new _0x2b1825['Position']();_0x4fc0a6['pos']<_0x101760;){var _0xfda4d1=_0x4fc0a6['uint32']();switch(_0xfda4d1>>>0x3){case 0x1:_0x376789['root']=_0x4fc0a6['string']();break;case 0x2:_0x376789['rootMain']=_0x4fc0a6['bool']();break;case 0x3:_0x376789['rootGraveyard']=_0x4fc0a6['bool']();break;case 0x4:if(_0x376789['path']&&_0x376789['path']['length']||(_0x376789['path']=[]),0x2==(0x7&_0xfda4d1)){for(var _0x3333fe=_0x4fc0a6['uint32']()+_0x4fc0a6['pos'];_0x4fc0a6['pos']<_0x3333fe;)_0x376789['path']['push'](_0x4fc0a6['uint32']());}else _0x376789['path']['push'](_0x4fc0a6['uint32']());break;case 0x5:_0x376789['stickiness']=_0x4fc0a6['string']();break;default:_0x4fc0a6['skipType'](0x7&_0xfda4d1);}}return _0x376789;},_0x324cf3['decodeDelimited']=function(_0x42c6ab){return _0x42c6ab instanceof _0x430090||(_0x42c6ab=new _0x430090(_0x42c6ab)),this['decode'](_0x42c6ab,_0x42c6ab['uint32']());},_0x324cf3['verify']=function(_0x51f0f1){if('object'!=typeof _0x51f0f1||null===_0x51f0f1)return'object\x20expected';if(null!=_0x51f0f1['root']&&_0x51f0f1['hasOwnProperty']('root')&&!_0x90ffa6['isString'](_0x51f0f1['root']))return'root:\x20string\x20expected';if(null!=_0x51f0f1['rootMain']&&_0x51f0f1['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x51f0f1['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x51f0f1['rootGraveyard']&&_0x51f0f1['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x51f0f1['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x51f0f1['path']&&_0x51f0f1['hasOwnProperty']('path')){if(!Array['isArray'](_0x51f0f1['path']))return'path:\x20array\x20expected';for(var _0x4b7e6a=0x0;_0x4b7e6a<_0x51f0f1['path']['length'];++_0x4b7e6a)if(!_0x90ffa6['isInteger'](_0x51f0f1['path'][_0x4b7e6a]))return'path:\x20integer[]\x20expected';}return null!=_0x51f0f1['stickiness']&&_0x51f0f1['hasOwnProperty']('stickiness')&&!_0x90ffa6['isString'](_0x51f0f1['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x324cf3['fromObject']=function(_0x1c3093){if(_0x1c3093 instanceof _0x2b1825['Position'])return _0x1c3093;var _0x46a466=new _0x2b1825['Position']();if(null!=_0x1c3093['root']&&(_0x46a466['root']=String(_0x1c3093['root'])),null!=_0x1c3093['rootMain']&&(_0x46a466['rootMain']=Boolean(_0x1c3093['rootMain'])),null!=_0x1c3093['rootGraveyard']&&(_0x46a466['rootGraveyard']=Boolean(_0x1c3093['rootGraveyard'])),_0x1c3093['path']){if(!Array['isArray'](_0x1c3093['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x46a466['path']=[];for(var _0x604fb=0x0;_0x604fb<_0x1c3093['path']['length'];++_0x604fb)_0x46a466['path'][_0x604fb]=_0x1c3093['path'][_0x604fb]>>>0x0;}return null!=_0x1c3093['stickiness']&&(_0x46a466['stickiness']=String(_0x1c3093['stickiness'])),_0x46a466;},_0x324cf3['toObject']=function(_0x2d1868,_0x4b719){_0x4b719||(_0x4b719={});var _0x2bd5f2={};if((_0x4b719['arrays']||_0x4b719['defaults'])&&(_0x2bd5f2['path']=[]),_0x4b719['defaults']&&(_0x2bd5f2['root']='',_0x2bd5f2['rootMain']=!0x1,_0x2bd5f2['rootGraveyard']=!0x1,_0x2bd5f2['stickiness']=''),null!=_0x2d1868['root']&&_0x2d1868['hasOwnProperty']('root')&&(_0x2bd5f2['root']=_0x2d1868['root']),null!=_0x2d1868['rootMain']&&_0x2d1868['hasOwnProperty']('rootMain')&&(_0x2bd5f2['rootMain']=_0x2d1868['rootMain']),null!=_0x2d1868['rootGraveyard']&&_0x2d1868['hasOwnProperty']('rootGraveyard')&&(_0x2bd5f2['rootGraveyard']=_0x2d1868['rootGraveyard']),_0x2d1868['path']&&_0x2d1868['path']['length']){_0x2bd5f2['path']=[];for(var _0x56345c=0x0;_0x56345c<_0x2d1868['path']['length'];++_0x56345c)_0x2bd5f2['path'][_0x56345c]=_0x2d1868['path'][_0x56345c];}return null!=_0x2d1868['stickiness']&&_0x2d1868['hasOwnProperty']('stickiness')&&(_0x2bd5f2['stickiness']=_0x2d1868['stickiness']),_0x2bd5f2;},_0x324cf3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x39681b['util']['toJSONOptions']);},_0x324cf3['getTypeUrl']=function(_0xbcb170){return void 0x0===_0xbcb170&&(_0xbcb170='type.googleapis.com'),_0xbcb170+'/Position';},_0x324cf3;}()),_0x2b1825['Range']=(function(){function _0x176106(_0x5cef49){if(_0x5cef49){for(var _0x38d16c=Object['keys'](_0x5cef49),_0x2ffe44=0x0;_0x2ffe44<_0x38d16c['length'];++_0x2ffe44)null!=_0x5cef49[_0x38d16c[_0x2ffe44]]&&(this[_0x38d16c[_0x2ffe44]]=_0x5cef49[_0x38d16c[_0x2ffe44]]);}}return _0x176106['prototype']['start']=null,_0x176106['prototype']['end']=null,_0x176106['create']=function(_0xa06f6f){return new _0x176106(_0xa06f6f);},_0x176106['encode']=function(_0x4a7f65,_0x499a9f){return _0x499a9f||(_0x499a9f=_0x143594['create']()),null!=_0x4a7f65['start']&&Object['hasOwnProperty']['call'](_0x4a7f65,'start')&&_0x2b1825['Position']['encode'](_0x4a7f65['start'],_0x499a9f['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4a7f65['end']&&Object['hasOwnProperty']['call'](_0x4a7f65,'end')&&_0x2b1825['Position']['encode'](_0x4a7f65['end'],_0x499a9f['uint32'](0x12)['fork']())['ldelim'](),_0x499a9f;},_0x176106['encodeDelimited']=function(_0x5702ad,_0x1692b8){return this['encode'](_0x5702ad,_0x1692b8)['ldelim']();},_0x176106['decode']=function(_0xaa9255,_0x5d8b06){_0xaa9255 instanceof _0x430090||(_0xaa9255=_0x430090['create'](_0xaa9255));for(var _0x30c72c=void 0x0===_0x5d8b06?_0xaa9255['len']:_0xaa9255['pos']+_0x5d8b06,_0x12a0c8=new _0x2b1825['Range']();_0xaa9255['pos']<_0x30c72c;){var _0x4359cd=_0xaa9255['uint32']();switch(_0x4359cd>>>0x3){case 0x1:_0x12a0c8['start']=_0x2b1825['Position']['decode'](_0xaa9255,_0xaa9255['uint32']());break;case 0x2:_0x12a0c8['end']=_0x2b1825['Position']['decode'](_0xaa9255,_0xaa9255['uint32']());break;default:_0xaa9255['skipType'](0x7&_0x4359cd);}}return _0x12a0c8;},_0x176106['decodeDelimited']=function(_0x5a18ff){return _0x5a18ff instanceof _0x430090||(_0x5a18ff=new _0x430090(_0x5a18ff)),this['decode'](_0x5a18ff,_0x5a18ff['uint32']());},_0x176106['verify']=function(_0xdfe674){if('object'!=typeof _0xdfe674||null===_0xdfe674)return'object\x20expected';var _0x19be83;if(null!=_0xdfe674['start']&&_0xdfe674['hasOwnProperty']('start')&&(_0x19be83=_0x2b1825['Position']['verify'](_0xdfe674['start'])))return'start.'+_0x19be83;if(null!=_0xdfe674['end']&&_0xdfe674['hasOwnProperty']('end')&&(_0x19be83=_0x2b1825['Position']['verify'](_0xdfe674['end'])))return'end.'+_0x19be83;return null;},_0x176106['fromObject']=function(_0x77fae3){if(_0x77fae3 instanceof _0x2b1825['Range'])return _0x77fae3;var _0xfb6c07=new _0x2b1825['Range']();if(null!=_0x77fae3['start']){if('object'!=typeof _0x77fae3['start'])throw TypeError('.Range.start:\x20object\x20expected');_0xfb6c07['start']=_0x2b1825['Position']['fromObject'](_0x77fae3['start']);}if(null!=_0x77fae3['end']){if('object'!=typeof _0x77fae3['end'])throw TypeError('.Range.end:\x20object\x20expected');_0xfb6c07['end']=_0x2b1825['Position']['fromObject'](_0x77fae3['end']);}return _0xfb6c07;},_0x176106['toObject']=function(_0x1b5c9e,_0x103540){_0x103540||(_0x103540={});var _0x311852={};return _0x103540['defaults']&&(_0x311852['start']=null,_0x311852['end']=null),null!=_0x1b5c9e['start']&&_0x1b5c9e['hasOwnProperty']('start')&&(_0x311852['start']=_0x2b1825['Position']['toObject'](_0x1b5c9e['start'],_0x103540)),null!=_0x1b5c9e['end']&&_0x1b5c9e['hasOwnProperty']('end')&&(_0x311852['end']=_0x2b1825['Position']['toObject'](_0x1b5c9e['end'],_0x103540)),_0x311852;},_0x176106['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x39681b['util']['toJSONOptions']);},_0x176106['getTypeUrl']=function(_0x2f55f1){return void 0x0===_0x2f55f1&&(_0x2f55f1='type.googleapis.com'),_0x2f55f1+'/Range';},_0x176106;}()),_0x2b1825['Element']=(function(){function _0x1da0e5(_0x30bfd3){if(this['children']=[],this['attributesBoolean']={},_0x30bfd3){for(var _0xa69e6e=Object['keys'](_0x30bfd3),_0x3dde06=0x0;_0x3dde06<_0xa69e6e['length'];++_0x3dde06)null!=_0x30bfd3[_0xa69e6e[_0x3dde06]]&&(this[_0xa69e6e[_0x3dde06]]=_0x30bfd3[_0xa69e6e[_0x3dde06]]);}}return _0x1da0e5['prototype']['name']='',_0x1da0e5['prototype']['children']=_0x90ffa6['emptyArray'],_0x1da0e5['prototype']['data']='',_0x1da0e5['prototype']['attributesBoolean']=_0x90ffa6['emptyObject'],_0x1da0e5['prototype']['attributesJson']='',_0x1da0e5['create']=function(_0x5ac0d6){return new _0x1da0e5(_0x5ac0d6);},_0x1da0e5['encode']=function(_0x54749e,_0x4180e4){if(_0x4180e4||(_0x4180e4=_0x143594['create']()),null!=_0x54749e['name']&&Object['hasOwnProperty']['call'](_0x54749e,'name')&&_0x4180e4['uint32'](0xa)['string'](_0x54749e['name']),null!=_0x54749e['children']&&_0x54749e['children']['length']){for(var _0x25d997=0x0;_0x25d997<_0x54749e['children']['length'];++_0x25d997)_0x2b1825['Element']['encode'](_0x54749e['children'][_0x25d997],_0x4180e4['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x54749e['data']&&Object['hasOwnProperty']['call'](_0x54749e,'data')&&_0x4180e4['uint32'](0x1a)['string'](_0x54749e['data']),null!=_0x54749e['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x54749e,'attributesBoolean')){var _0x46e607=Object['keys'](_0x54749e['attributesBoolean']);for(_0x25d997=0x0;_0x25d997<_0x46e607['length'];++_0x25d997)_0x4180e4['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x46e607[_0x25d997])['uint32'](0x10)['bool'](_0x54749e['attributesBoolean'][_0x46e607[_0x25d997]])['ldelim']();}return null!=_0x54749e['attributesJson']&&Object['hasOwnProperty']['call'](_0x54749e,'attributesJson')&&_0x4180e4['uint32'](0x2a)['string'](_0x54749e['attributesJson']),_0x4180e4;},_0x1da0e5['encodeDelimited']=function(_0x54715e,_0x180c4c){return this['encode'](_0x54715e,_0x180c4c)['ldelim']();},_0x1da0e5['decode']=function(_0x52a539,_0x4faa63){_0x52a539 instanceof _0x430090||(_0x52a539=_0x430090['create'](_0x52a539));for(var _0x2e2943,_0xa7938d,_0x47e70d=void 0x0===_0x4faa63?_0x52a539['len']:_0x52a539['pos']+_0x4faa63,_0x4400c0=new _0x2b1825['Element']();_0x52a539['pos']<_0x47e70d;){var _0x1c087a=_0x52a539['uint32']();switch(_0x1c087a>>>0x3){case 0x1:_0x4400c0['name']=_0x52a539['string']();break;case 0x2:_0x4400c0['children']&&_0x4400c0['children']['length']||(_0x4400c0['children']=[]),_0x4400c0['children']['push'](_0x2b1825['Element']['decode'](_0x52a539,_0x52a539['uint32']()));break;case 0x3:_0x4400c0['data']=_0x52a539['string']();break;case 0x4:_0x4400c0['attributesBoolean']===_0x90ffa6['emptyObject']&&(_0x4400c0['attributesBoolean']={});var _0x322356=_0x52a539['uint32']()+_0x52a539['pos'];for(_0x2e2943='',_0xa7938d=!0x1;_0x52a539['pos']<_0x322356;){var _0x1c1e4e=_0x52a539['uint32']();switch(_0x1c1e4e>>>0x3){case 0x1:_0x2e2943=_0x52a539['string']();break;case 0x2:_0xa7938d=_0x52a539['bool']();break;default:_0x52a539['skipType'](0x7&_0x1c1e4e);}}_0x4400c0['attributesBoolean'][_0x2e2943]=_0xa7938d;break;case 0x5:_0x4400c0['attributesJson']=_0x52a539['string']();break;default:_0x52a539['skipType'](0x7&_0x1c087a);}}return _0x4400c0;},_0x1da0e5['decodeDelimited']=function(_0x448371){return _0x448371 instanceof _0x430090||(_0x448371=new _0x430090(_0x448371)),this['decode'](_0x448371,_0x448371['uint32']());},_0x1da0e5['verify']=function(_0xc544c6){if('object'!=typeof _0xc544c6||null===_0xc544c6)return'object\x20expected';if(null!=_0xc544c6['name']&&_0xc544c6['hasOwnProperty']('name')&&!_0x90ffa6['isString'](_0xc544c6['name']))return'name:\x20string\x20expected';if(null!=_0xc544c6['children']&&_0xc544c6['hasOwnProperty']('children')){if(!Array['isArray'](_0xc544c6['children']))return'children:\x20array\x20expected';for(var _0x12cd5a=0x0;_0x12cd5a<_0xc544c6['children']['length'];++_0x12cd5a){var _0x337376=_0x2b1825['Element']['verify'](_0xc544c6['children'][_0x12cd5a]);if(_0x337376)return'children.'+_0x337376;}}if(null!=_0xc544c6['data']&&_0xc544c6['hasOwnProperty']('data')&&!_0x90ffa6['isString'](_0xc544c6['data']))return'data:\x20string\x20expected';if(null!=_0xc544c6['attributesBoolean']&&_0xc544c6['hasOwnProperty']('attributesBoolean')){if(!_0x90ffa6['isObject'](_0xc544c6['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x31a7f5=Object['keys'](_0xc544c6['attributesBoolean']);for(_0x12cd5a=0x0;_0x12cd5a<_0x31a7f5['length'];++_0x12cd5a)if('boolean'!=typeof _0xc544c6['attributesBoolean'][_0x31a7f5[_0x12cd5a]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0xc544c6['attributesJson']&&_0xc544c6['hasOwnProperty']('attributesJson')&&!_0x90ffa6['isString'](_0xc544c6['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x1da0e5['fromObject']=function(_0x554e85){if(_0x554e85 instanceof _0x2b1825['Element'])return _0x554e85;var _0x5ab6fd=new _0x2b1825['Element']();if(null!=_0x554e85['name']&&(_0x5ab6fd['name']=String(_0x554e85['name'])),_0x554e85['children']){if(!Array['isArray'](_0x554e85['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x5ab6fd['children']=[];for(var _0x588ef4=0x0;_0x588ef4<_0x554e85['children']['length'];++_0x588ef4){if('object'!=typeof _0x554e85['children'][_0x588ef4])throw TypeError('.Element.children:\x20object\x20expected');_0x5ab6fd['children'][_0x588ef4]=_0x2b1825['Element']['fromObject'](_0x554e85['children'][_0x588ef4]);}}if(null!=_0x554e85['data']&&(_0x5ab6fd['data']=String(_0x554e85['data'])),_0x554e85['attributesBoolean']){if('object'!=typeof _0x554e85['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x5ab6fd['attributesBoolean']={};var _0x4f4f47=Object['keys'](_0x554e85['attributesBoolean']);for(_0x588ef4=0x0;_0x588ef4<_0x4f4f47['length'];++_0x588ef4)_0x5ab6fd['attributesBoolean'][_0x4f4f47[_0x588ef4]]=Boolean(_0x554e85['attributesBoolean'][_0x4f4f47[_0x588ef4]]);}return null!=_0x554e85['attributesJson']&&(_0x5ab6fd['attributesJson']=String(_0x554e85['attributesJson'])),_0x5ab6fd;},_0x1da0e5['toObject']=function(_0x577452,_0x22c24f){_0x22c24f||(_0x22c24f={});var _0x465843,_0x26d3cb={};if((_0x22c24f['arrays']||_0x22c24f['defaults'])&&(_0x26d3cb['children']=[]),(_0x22c24f['objects']||_0x22c24f['defaults'])&&(_0x26d3cb['attributesBoolean']={}),_0x22c24f['defaults']&&(_0x26d3cb['name']='',_0x26d3cb['data']='',_0x26d3cb['attributesJson']=''),null!=_0x577452['name']&&_0x577452['hasOwnProperty']('name')&&(_0x26d3cb['name']=_0x577452['name']),_0x577452['children']&&_0x577452['children']['length']){_0x26d3cb['children']=[];for(var _0x1dce27=0x0;_0x1dce27<_0x577452['children']['length'];++_0x1dce27)_0x26d3cb['children'][_0x1dce27]=_0x2b1825['Element']['toObject'](_0x577452['children'][_0x1dce27],_0x22c24f);}if(null!=_0x577452['data']&&_0x577452['hasOwnProperty']('data')&&(_0x26d3cb['data']=_0x577452['data']),_0x577452['attributesBoolean']&&(_0x465843=Object['keys'](_0x577452['attributesBoolean']))['length']){_0x26d3cb['attributesBoolean']={};for(_0x1dce27=0x0;_0x1dce27<_0x465843['length'];++_0x1dce27)_0x26d3cb['attributesBoolean'][_0x465843[_0x1dce27]]=_0x577452['attributesBoolean'][_0x465843[_0x1dce27]];}return null!=_0x577452['attributesJson']&&_0x577452['hasOwnProperty']('attributesJson')&&(_0x26d3cb['attributesJson']=_0x577452['attributesJson']),_0x26d3cb;},_0x1da0e5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x39681b['util']['toJSONOptions']);},_0x1da0e5['getTypeUrl']=function(_0x12c569){return void 0x0===_0x12c569&&(_0x12c569='type.googleapis.com'),_0x12c569+'/Element';},_0x1da0e5;}()),_0x2b1825;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x1aa545){return new w(this['_protobufRoot'][_0x1aa545]);}}class w{['_protobuf'];constructor(_0x977405){this['_protobuf']=_0x977405;}['compress'](_0x47c76e){const _0x2afe65=this['_protobuf']['verify'](_0x47c76e);if(_0x2afe65)throw Error(_0x2afe65);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x47c76e))['finish']();}['decompress'](_0x436404){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x436404),{'oneofs':!0x0});}}function g(_0x5b43f6,_0x32c955){const _0x53b401=_0x555d2c(_0x5b43f6);return _0x53b401['path'][_0x53b401['path']['length']-0x1]+=_0x32c955,_0x53b401;}function _(_0x5c8790,_0x572bc3){return _0x5c8790['root']===_0x572bc3['root']&&_0x354e60(_0x5c8790['path'],_0x572bc3['path']);}function $(_0x2b09ad){P(_0x2b09ad,_0xcf2180=>('main'==_0xcf2180['root']?(_0xcf2180['rootMain']=!0x0,delete _0xcf2180['root']):'$graveyard'==_0xcf2180['root']&&(_0xcf2180['rootGraveyard']=!0x0,delete _0xcf2180['root']),_0xcf2180));}function J(_0x5d79de){P(_0x5d79de,_0x278ab0=>(_0x278ab0['rootMain']?(_0x278ab0['root']='main',delete _0x278ab0['rootMain']):_0x278ab0['rootGraveyard']&&(_0x278ab0['root']='$graveyard',delete _0x278ab0['rootGraveyard']),_0x278ab0));}function P(_0x3c064d,_0x5d7e84){for(const _0x3cdde3 in _0x3c064d){const _0x29331d=_0x3c064d[_0x3cdde3];'nodes'!==_0x3cdde3&&_0x49fdc9(_0x29331d)&&(_0x29331d['path']&&(_0x29331d['root']||_0x29331d['rootMain']||_0x29331d['rootGraveyard'])?_0x3c064d[_0x3cdde3]=_0x5d7e84(_0x29331d):P(_0x29331d,_0x5d7e84));}return _0x3c064d;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x17a666,_0x45a2bb,_0x48448b){this['_id']=_0x17a666,this['_operationName']=_0x45a2bb,this['_protobufDescriptor']=_0x48448b;}['compress'](_0x3166bb,_0x3f24be){const _0x362cc2=_0x3f24be['shift']();return $(_0x362cc2),_0x3166bb['buffers']['push'](this['_protobufDescriptor']['compress'](_0x362cc2)),_0x3166bb['types']['push'](this['_id']),!0x0;}['decompress'](_0x5a8360,_0x160fe8){_0x160fe8['types']['shift']();const _0x1a5184=this['_protobufDescriptor']['decompress'](_0x160fe8['buffers']['shift']());J(_0x1a5184),_0x1a5184['__className']=this['_operationName'],_0x5a8360['push'](_0x1a5184);}}class s extends e{['compress'](_0x3084bd,_0x47646){const _0x2bf793=_0x47646['shift']();return this['_serializeOneOf']('oldValue',_0x2bf793),this['_serializeOneOf']('newValue',_0x2bf793),$(_0x2bf793),_0x3084bd['buffers']['push'](this['_protobufDescriptor']['compress'](_0x2bf793)),_0x3084bd['types']['push'](this['_id']),!0x0;}['decompress'](_0x48abf0,_0x21f0f3){const {types:_0x2ff454,buffers:_0x3dbd64}=_0x21f0f3,_0x56441a=this['_protobufDescriptor']['decompress'](_0x3dbd64['shift']());_0x2ff454['shift'](),this['_deserializeOneOf']('oldValue',_0x56441a),this['_deserializeOneOf']('newValue',_0x56441a),J(_0x56441a),_0x56441a['__className']=this['_operationName'],_0x48abf0['push'](_0x56441a);}['_serializeOneOf'](_0x2e92af,_0xca3a42){const _0x94ac10=_0xca3a42[_0x2e92af];'boolean'==typeof _0x94ac10?_0xca3a42[_0x2e92af+'Boolean']=_0x94ac10:_0xca3a42[_0x2e92af+'Json']=JSON['stringify'](_0x94ac10);}['_deserializeOneOf'](_0x4b799c,_0x4174b6){const _0xa983d7=_0x4b799c+'Json';_0x4174b6[_0xa983d7]?(_0x4174b6[_0x4b799c]=JSON['parse'](_0x4174b6[_0xa983d7]),delete _0x4174b6[_0xa983d7]):(_0x4174b6[_0x4b799c]=_0x4174b6[_0x4b799c+'Boolean'],delete _0x4174b6[_0x4b799c+'Boolean']);}}class i extends e{['compress'](_0x3cc722,_0x38c706){const _0x5b1c8e=_0x38c706['shift']();return this['_serializeNodesAttributes'](_0x5b1c8e['nodes']),$(_0x5b1c8e),_0x3cc722['buffers']['push'](this['_protobufDescriptor']['compress'](_0x5b1c8e)),_0x3cc722['types']['push'](this['_id']),!0x0;}['decompress'](_0x43485e,_0xbc51aa){const {types:_0x49484c,buffers:_0x2bc0a9}=_0xbc51aa,_0x41db41=this['_protobufDescriptor']['decompress'](_0x2bc0a9['shift']());_0x49484c['shift'](),_0x41db41['nodes']||(_0x41db41['nodes']=[]),this['_deserializeNodesAttributes'](_0x41db41['nodes']),J(_0x41db41),_0x41db41['__className']=this['_operationName'],_0x43485e['push'](_0x41db41);}['_serializeNodesAttributes'](_0x59752a){for(const _0x4a1697 of _0x59752a){if(_0x4a1697['attributes']){const _0x4ba4f3=_0x4a1697['attributes'];this['_areValuesBoolean'](_0x4ba4f3)?_0x4a1697['attributesBoolean']=_0x4ba4f3:_0x4a1697['attributesJson']=JSON['stringify'](_0x4ba4f3);}_0x4a1697['children']&&this['_serializeNodesAttributes'](_0x4a1697['children']);}}['_deserializeNodesAttributes'](_0x3ee5b5){for(const _0x56c2b3 of _0x3ee5b5)(_0x56c2b3['attributesBoolean']||_0x56c2b3['attributesJson'])&&(_0x56c2b3['attributesBoolean']?(_0x56c2b3['attributes']=_0x56c2b3['attributesBoolean'],delete _0x56c2b3['attributesBoolean']):(_0x56c2b3['attributes']=JSON['parse'](_0x56c2b3['attributesJson']),delete _0x56c2b3['attributesJson'])),_0x56c2b3['children']&&this['_deserializeNodesAttributes'](_0x56c2b3['children']);}['_areValuesBoolean'](_0x2885bd){return Object['keys'](_0x2885bd)['every'](_0x2f3116=>'boolean'==typeof _0x2885bd[_0x2f3116]);}}class n extends e{['decompress'](_0x487f4d,_0x2cab42){super['decompress'](_0x487f4d,_0x2cab42);const _0x454562=_0x487f4d[_0x487f4d['length']-0x1];_0x454562['oldRange']||(_0x454562['oldRange']=null),_0x454562['newRange']||(_0x454562['newRange']=null);}}class p extends e{['compress'](_0x31cdbb,_0x4d2f7c){return _0x4d2f7c['shift'](),_0x31cdbb['types']['push'](this['_id']),!0x0;}['decompress'](_0x14351c,_0x116be9){_0x116be9['types']['shift'](),_0x14351c['push']({'__className':this['_operationName']});}}class m extends n{['_omittedNamespace'];constructor(_0x768fa,_0x1d6778,_0x5a1355,_0x2ebc13){super(_0x768fa,_0x1d6778,_0x5a1355),this['_omittedNamespace']=_0x2ebc13+':';}['compress'](_0x1941c9,_0x50d50c){return!('MarkerOperation'!=_0x50d50c[0x0]['__className']||!_0x50d50c[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x50d50c[0x0]['name']=_0x50d50c[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x1941c9,_0x50d50c),!0x0);}['decompress'](_0x1f2b2d,_0xe72411){super['decompress'](_0x1f2b2d,_0xe72411);const _0xb7a4cc=_0x1f2b2d[_0x1f2b2d['length']-0x1];_0xb7a4cc['name']=this['_omittedNamespace']+_0xb7a4cc['name'];}}class O{['_id'];['_context'];constructor(_0x5b9bb5,_0xd68f2a){this['_id']=_0x5b9bb5,this['_context']=_0xd68f2a;}['compress'](_0x26d19f,_0x57c6f2){let _0x26d9fb;for(;_0x57c6f2['length']>0x1&&this['_compareOperations'](_0x57c6f2[0x0],_0x57c6f2[0x1]);)_0x26d9fb?(_0x26d9fb=this['_combineNext'](_0x57c6f2['shift'](),_0x26d9fb),_0x26d19f['types']['push'](0x0)):(_0x26d9fb=_0x555d2c(_0x57c6f2['shift']()),_0x26d19f['types']['push'](this['_id']));return!!_0x26d9fb&&(_0x26d9fb=this['_combineNext'](_0x57c6f2['shift'](),_0x26d9fb),_0x26d19f['types']['push'](0x0),_0x26d19f['buffers']['push'](this['_compressSingleOperation'](_0x26d9fb)),!0x0);}['decompress'](_0xc229cc,_0x48f386){const _0x4a16f8=this['_decompressSingleOperation'](_0x48f386);for(;0x0==_0x48f386['types'][0x0];)_0x48f386['types']['shift'](),_0xc229cc['push'](this['_splitCurrent'](_0x4a16f8));_0xc229cc['push'](_0x4a16f8);}}class a extends O{['_combineNext'](_0x585962,_0x51538a){return _0x51538a['nodes'][0x0]['data']+=_0x585962['nodes'][0x0]['data'],_0x51538a;}['_splitCurrent'](_0x3a2c5c){const _0x189d25=_0x555d2c(_0x3a2c5c),_0x141a4e=_0x189d25['nodes'][0x0],_0xf28d3d=_0x3a2c5c['nodes'][0x0],_0x5b73c4=_0xf28d3d['data'][Symbol['iterator']]()['next']()['value'],_0x260caa=_0x5b73c4['length'];return _0x141a4e['data']=_0x5b73c4,_0xf28d3d['data']=_0xf28d3d['data']['substr'](_0x260caa),_0x3a2c5c['position']=g(_0x3a2c5c['position'],_0x260caa),_0x189d25;}['_compareOperations'](_0x5f1e74,_0x15e93b){if(this['_checkOperation'](_0x5f1e74)&&this['_checkOperation'](_0x15e93b)){const _0x504596=_0x5f1e74['nodes'][0x0]['data']['length'],_0x22c7f6=_(g(_0x5f1e74['position'],_0x504596),_0x15e93b['position']),_0x4f6eb1=_0x5f1e74['nodes'][0x0],_0x56cf3f=_0x15e93b['nodes'][0x0];return _0x22c7f6&&this['_compareAttributes'](_0x4f6eb1,_0x56cf3f);}return!0x1;}['_compressSingleOperation'](_0x3cdf99){const _0x4a81fe={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x4a81fe,[_0x3cdf99]),_0x4a81fe['buffers'][0x0];}['_decompressSingleOperation'](_0x34b276){const _0x119d47=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x119d47,_0x34b276),_0x119d47[0x0];}['_checkOperation'](_0x5453e6){return'InsertOperation'==_0x5453e6['__className']&&0x1==_0x5453e6['nodes']['length']&&_0x5453e6['nodes'][0x0]['data']&&!_0x5453e6['wasUndone']&&0x1==Array['from'](_0x5453e6['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x5c0140,_0x5b7da7){const _0x308a0f=Object['keys'](_0x5c0140['attributes']||{}),_0xa0f05=Object['keys'](_0x5b7da7['attributes']||{});return _0x308a0f['length']===_0xa0f05['length']&&_0x308a0f['every'](_0x229307=>_0x5b7da7['attributes'][_0x229307]&&_0x5b7da7['attributes'][_0x229307]===_0x5c0140['attributes'][_0x229307]);}}class c extends O{['_combineNext'](_0x51685e,_0x37994d){return _0x37994d['howMany']++,_0x37994d['sourcePosition']=_0x555d2c(_0x51685e['sourcePosition']),_0x37994d;}['_splitCurrent'](_0x14e837){const _0x1060ff=_0x555d2c(_0x14e837);return _0x14e837['howMany']--,_0x1060ff['howMany']=0x1,_0x1060ff['sourcePosition']=g(_0x1060ff['sourcePosition'],_0x14e837['howMany']),_0x1060ff;}['_compareOperations'](_0x205451,_0x50ff60){return!(!this['_checkOperation'](_0x205451)||!this['_checkOperation'](_0x50ff60))&&(_(g(_0x205451['sourcePosition'],-0x1),_0x50ff60['sourcePosition'])&&_(_0x205451['targetPosition'],_0x50ff60['targetPosition']));}['_compressSingleOperation'](_0x4271b7){const _0x585726={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x585726,[_0x4271b7]),_0x585726['buffers'][0x0];}['_decompressSingleOperation'](_0x3cbb8c){const _0x524c24=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x524c24,_0x3cbb8c),_0x524c24[0x0];}['_checkOperation'](_0x1b91fc){return'MoveOperation'==_0x1b91fc['__className']&&'$graveyard'==_0x1b91fc['targetPosition']['root']&&0x1==_0x1b91fc['howMany']&&!_0x1b91fc['wasUndone'];}}class h extends O{['_combineNext'](_0x57eae1,_0x349ffe){return _0x349ffe['howMany']++,_0x349ffe;}['_splitCurrent'](_0xb97643){const _0x4b2235=_0x555d2c(_0xb97643);return _0x4b2235['howMany']=0x1,_0xb97643['howMany']--,_0x4b2235;}['_compareOperations'](_0x4d0dc9,_0xcf6c88){return!(!this['_checkOperation'](_0x4d0dc9)||!this['_checkOperation'](_0xcf6c88))&&(_(_0x4d0dc9['sourcePosition'],_0xcf6c88['sourcePosition'])&&_(_0x4d0dc9['targetPosition'],_0xcf6c88['targetPosition']));}['_compressSingleOperation'](_0x303618){const _0x4ca1b0={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x4ca1b0,[_0x303618]),_0x4ca1b0['buffers'][0x0];}['_decompressSingleOperation'](_0x467220){const _0x3c6fdf=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x3c6fdf,_0x467220),_0x3c6fdf[0x0];}['_checkOperation'](_0x16749f){return'MoveOperation'==_0x16749f['__className']&&'$graveyard'==_0x16749f['targetPosition']['root']&&0x1==_0x16749f['howMany']&&!_0x16749f['wasUndone'];}}class f extends O{['compress'](_0x545749,_0x14f330){if(!this['_compareOperations'](_0x14f330[0x0],_0x14f330[0x1]))return!0x1;const _0x4ead89=_0x14f330['shift']();return _0x4ead89['oldRange']=null,_0x4ead89['newRange']&&_(_0x4ead89['newRange']['start'],_0x4ead89['newRange']['end'])&&(_0x4ead89['newRange']['end']=null),_0x14f330['shift'](),_0x545749['types']['push'](this['_id']),_0x545749['types']['push'](0x0),_0x545749['buffers']['push'](this['_compressSingleOperation'](_0x4ead89)),!0x0;}['decompress'](_0x395050,_0x363d42){const _0x534388=this['_decompressSingleOperation'](_0x363d42);_0x534388['newRange']&&!_0x534388['newRange']['end']&&(_0x534388['newRange']['end']=_0x555d2c(_0x534388['newRange']['start']));const _0x3206a2=_0x555d2c(_0x534388);_0x3206a2['newRange']&&(_0x3206a2['newRange']['start']['stickiness']='toNone',_0x3206a2['newRange']['end']=_0x555d2c(_0x3206a2['newRange']['start'])),_0x3206a2['name']='user:position:'+_0x3206a2['name']['split'](':')[0x2],_0x363d42['types']['shift'](),_0x395050['push'](_0x534388),_0x395050['push'](_0x3206a2);}['_compressSingleOperation'](_0x48f33c){const _0x36508d={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x36508d,[_0x48f33c]),_0x36508d['buffers'][0x0];}['_decompressSingleOperation'](_0x40b960){const _0x47b2bb=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x47b2bb,_0x40b960),_0x47b2bb[0x0];}['_compareOperations'](_0x1d80de,_0x418221){return!(!_0x1d80de||!_0x418221)&&('MarkerOperation'==_0x1d80de['__className']&&'MarkerOperation'==_0x418221['__className']&&!(!_0x1d80de['name']['startsWith']('user:')||!_0x418221['name']['startsWith']('user:')||_0x1d80de['name']==_0x418221['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x2500bc=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new m(0x12,'MarkerOperation',_0x2500bc,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new m(0x13,'MarkerOperation',_0x2500bc,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',a),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x41a743){if(!_0x41a743||!_0x41a743[0x0])throw new _0x57ff5('no-operations-provided',this);const _0x362985={'types':[],'buffers':[],'baseVersion':_0x41a743[0x0]['baseVersion']};for(;_0x41a743['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x362985,_0x41a743)||this['_getCompressorByName']('TypingAction')['compress'](_0x362985,_0x41a743)||this['_getCompressorByName']('DeletingAction')['compress'](_0x362985,_0x41a743)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x362985,_0x41a743)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x362985,_0x41a743)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x362985,_0x41a743)||this['_getCompressorByName'](_0x41a743[0x0]['__className'])['compress'](_0x362985,_0x41a743);return _0x362985;}['decompress'](_0x5cb8c4){const _0x1752a1=[];for(;_0x5cb8c4['types']['length'];){const _0x3c2810=this['_compressorById']['get'](_0x5cb8c4['types'][0x0]);if(!_0x3c2810)throw new _0x57ff5('decompress-compressor-not-found',this,{'type':_0x5cb8c4['types'][0x0]});_0x3c2810['decompress'](_0x1752a1,_0x5cb8c4);}return _0x1752a1['forEach']((_0x41ebef,_0x2f07fa)=>_0x41ebef['baseVersion']=_0x5cb8c4['baseVersion']+_0x2f07fa),_0x1752a1;}['_getCompressorByName'](_0x4ac795){return this['_compressorByName']['get'](_0x4ac795);}['_registerOperationCompressor'](_0x5ae6d0,_0x20e38c,_0x30e325){const _0x5ba994=new _0x30e325(_0x5ae6d0,_0x20e38c,this['_protobufFactory']['getDescriptor'](_0x20e38c));this['_registerCompressor'](_0x5ae6d0,_0x20e38c,_0x5ba994);}['_registerActionCompressor'](_0x3328a4,_0x347ee7,_0x246b2c){const _0x58e5a2=new _0x246b2c(_0x3328a4,this);this['_registerCompressor'](_0x3328a4,_0x347ee7,_0x58e5a2);}['_registerCompressor'](_0x335eaf,_0x54fd83,_0x3da0e4){this['_compressorById']['set'](_0x335eaf,_0x3da0e4),this['_compressorByName']['set'](_0x54fd83,_0x3da0e4);}}export{y as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "47.1.0-alpha.
|
|
3
|
+
"version": "47.1.0-alpha.2",
|
|
4
4
|
"description": "CKEditor 5 operations compressor for real-time collaboration.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://ckeditor.com/collaboration/real-time/",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ckeditor/ckeditor5-utils": "47.1.0-alpha.
|
|
37
|
-
"ckeditor5": "47.1.0-alpha.
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "47.1.0-alpha.2",
|
|
37
|
+
"ckeditor5": "47.1.0-alpha.2",
|
|
38
38
|
"es-toolkit": "1.39.5",
|
|
39
39
|
"protobufjs": "7.5.0"
|
|
40
40
|
},
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x14a7(_0x16d7db,_0x247b54){const _0x1b3e35=_0x1b3e();return _0x14a7=function(_0x14a782,_0x483f2a){_0x14a782=_0x14a782-0x158;let _0x3297e7=_0x1b3e35[_0x14a782];return _0x3297e7;},_0x14a7(_0x16d7db,_0x247b54);}const _0x20c579=_0x14a7;(function(_0x2a76d2,_0x354772){const _0x22d6d2=_0x14a7,_0x146335=_0x2a76d2();while(!![]){try{const _0x212514=-parseInt(_0x22d6d2(0x169))/0x1+-parseInt(_0x22d6d2(0x160))/0x2+-parseInt(_0x22d6d2(0x15c))/0x3+parseInt(_0x22d6d2(0x16c))/0x4+parseInt(_0x22d6d2(0x16a))/0x5+parseInt(_0x22d6d2(0x164))/0x6+parseInt(_0x22d6d2(0x166))/0x7;if(_0x212514===_0x354772)break;else _0x146335['push'](_0x146335['shift']());}catch(_0x2ecea3){_0x146335['push'](_0x146335['shift']());}}}(_0x1b3e,0x6b027));import{cloneDeep as _0x2818cb}from'es-toolkit/compat';function _0x1b3e(){const _0x3a95d9=['2366637ebjBVu','_splitCurrent','_combineNext','501080NVLpYe','1453325sGXkYd','shift','2488704OWbxOm','decompress','_decompressSingleOperation','buffers','_compressSingleOperation','1104216FnGjeB','_context','_compareOperations','length','663722UySpMt','_id','push','types','2330352gZIUCw','compress'];_0x1b3e=function(){return _0x3a95d9;};return _0x1b3e();}export class ActionCompressor{[_0x20c579(0x161)];[_0x20c579(0x15d)];constructor(_0x442099,_0x492517){const _0x42c6d4=_0x20c579;this[_0x42c6d4(0x161)]=_0x442099,this[_0x42c6d4(0x15d)]=_0x492517;}[_0x20c579(0x165)](_0x2502e6,_0x8f7982){const _0x5c7a64=_0x20c579;let _0x4787b8;for(;_0x8f7982[_0x5c7a64(0x15f)]>0x1&&this[_0x5c7a64(0x15e)](_0x8f7982[0x0],_0x8f7982[0x1]);)_0x4787b8?(_0x4787b8=this[_0x5c7a64(0x168)](_0x8f7982[_0x5c7a64(0x16b)](),_0x4787b8),_0x2502e6[_0x5c7a64(0x163)][_0x5c7a64(0x162)](0x0)):(_0x4787b8=_0x2818cb(_0x8f7982[_0x5c7a64(0x16b)]()),_0x2502e6[_0x5c7a64(0x163)][_0x5c7a64(0x162)](this[_0x5c7a64(0x161)]));return!!_0x4787b8&&(_0x4787b8=this[_0x5c7a64(0x168)](_0x8f7982[_0x5c7a64(0x16b)](),_0x4787b8),_0x2502e6[_0x5c7a64(0x163)][_0x5c7a64(0x162)](0x0),_0x2502e6[_0x5c7a64(0x15a)][_0x5c7a64(0x162)](this[_0x5c7a64(0x15b)](_0x4787b8)),!0x0);}[_0x20c579(0x158)](_0x3edc8f,_0x4dd9b9){const _0x36315d=_0x20c579,_0x173901=this[_0x36315d(0x159)](_0x4dd9b9);for(;0x0==_0x4dd9b9[_0x36315d(0x163)][0x0];)_0x4dd9b9[_0x36315d(0x163)][_0x36315d(0x16b)](),_0x3edc8f[_0x36315d(0x162)](this[_0x36315d(0x167)](_0x173901));_0x3edc8f[_0x36315d(0x162)](_0x173901);}}
|