@ckeditor/ckeditor5-operations-compressor 47.6.0-alpha.8 → 47.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +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/errors.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 _0x57c96d=_0x24532a['Reader'],_0x1c76e5=_0x24532a['Writer'],_0x368f67=_0x24532a['util'],_0x12d128=_0x24532a['roots']['default']||(_0x24532a['roots']['default']={});return _0x12d128['AttributeOperation']=(function(){function _0x43cce4(_0x59d13a){if(_0x59d13a){for(var _0x37932a=Object['keys'](_0x59d13a),_0x20befe=0x0;_0x20befe<_0x37932a['length'];++_0x20befe)null!=_0x59d13a[_0x37932a[_0x20befe]]&&(this[_0x37932a[_0x20befe]]=_0x59d13a[_0x37932a[_0x20befe]]);}}return _0x43cce4['prototype']['range']=null,_0x43cce4['prototype']['key']='',_0x43cce4['prototype']['oldValueBoolean']=!0x1,_0x43cce4['prototype']['oldValueJson']='',_0x43cce4['prototype']['newValueBoolean']=!0x1,_0x43cce4['prototype']['newValueJson']='',_0x43cce4['prototype']['wasUndone']=!0x1,_0x43cce4['create']=function(_0x37cbbb){return new _0x43cce4(_0x37cbbb);},_0x43cce4['encode']=function(_0x181307,_0x1f9313){return _0x1f9313||(_0x1f9313=_0x1c76e5['create']()),null!=_0x181307['range']&&Object['hasOwnProperty']['call'](_0x181307,'range')&&_0x12d128['Range']['encode'](_0x181307['range'],_0x1f9313['uint32'](0xa)['fork']())['ldelim'](),null!=_0x181307['key']&&Object['hasOwnProperty']['call'](_0x181307,'key')&&_0x1f9313['uint32'](0x12)['string'](_0x181307['key']),null!=_0x181307['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x181307,'oldValueBoolean')&&_0x1f9313['uint32'](0x18)['bool'](_0x181307['oldValueBoolean']),null!=_0x181307['oldValueJson']&&Object['hasOwnProperty']['call'](_0x181307,'oldValueJson')&&_0x1f9313['uint32'](0x22)['string'](_0x181307['oldValueJson']),null!=_0x181307['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x181307,'newValueBoolean')&&_0x1f9313['uint32'](0x28)['bool'](_0x181307['newValueBoolean']),null!=_0x181307['newValueJson']&&Object['hasOwnProperty']['call'](_0x181307,'newValueJson')&&_0x1f9313['uint32'](0x32)['string'](_0x181307['newValueJson']),null!=_0x181307['wasUndone']&&Object['hasOwnProperty']['call'](_0x181307,'wasUndone')&&_0x1f9313['uint32'](0x38)['bool'](_0x181307['wasUndone']),_0x1f9313;},_0x43cce4['encodeDelimited']=function(_0x2f52f0,_0x2b50b4){return this['encode'](_0x2f52f0,_0x2b50b4)['ldelim']();},_0x43cce4['decode']=function(_0x51d523,_0x1e6b69){_0x51d523 instanceof _0x57c96d||(_0x51d523=_0x57c96d['create'](_0x51d523));for(var _0x350f5f=void 0x0===_0x1e6b69?_0x51d523['len']:_0x51d523['pos']+_0x1e6b69,_0x39464e=new _0x12d128['AttributeOperation']();_0x51d523['pos']<_0x350f5f;){var _0x6f6fe0=_0x51d523['uint32']();switch(_0x6f6fe0>>>0x3){case 0x1:_0x39464e['range']=_0x12d128['Range']['decode'](_0x51d523,_0x51d523['uint32']());break;case 0x2:_0x39464e['key']=_0x51d523['string']();break;case 0x3:_0x39464e['oldValueBoolean']=_0x51d523['bool']();break;case 0x4:_0x39464e['oldValueJson']=_0x51d523['string']();break;case 0x5:_0x39464e['newValueBoolean']=_0x51d523['bool']();break;case 0x6:_0x39464e['newValueJson']=_0x51d523['string']();break;case 0x7:_0x39464e['wasUndone']=_0x51d523['bool']();break;default:_0x51d523['skipType'](0x7&_0x6f6fe0);}}return _0x39464e;},_0x43cce4['decodeDelimited']=function(_0x265c20){return _0x265c20 instanceof _0x57c96d||(_0x265c20=new _0x57c96d(_0x265c20)),this['decode'](_0x265c20,_0x265c20['uint32']());},_0x43cce4['verify']=function(_0x22d489){if('object'!=typeof _0x22d489||null===_0x22d489)return'object\x20expected';if(null!=_0x22d489['range']&&_0x22d489['hasOwnProperty']('range')){var _0x2663c9=_0x12d128['Range']['verify'](_0x22d489['range']);if(_0x2663c9)return'range.'+_0x2663c9;}return null!=_0x22d489['key']&&_0x22d489['hasOwnProperty']('key')&&!_0x368f67['isString'](_0x22d489['key'])?'key:\x20string\x20expected':null!=_0x22d489['oldValueBoolean']&&_0x22d489['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x22d489['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x22d489['oldValueJson']&&_0x22d489['hasOwnProperty']('oldValueJson')&&!_0x368f67['isString'](_0x22d489['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x22d489['newValueBoolean']&&_0x22d489['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x22d489['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x22d489['newValueJson']&&_0x22d489['hasOwnProperty']('newValueJson')&&!_0x368f67['isString'](_0x22d489['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x22d489['wasUndone']&&_0x22d489['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x22d489['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x43cce4['fromObject']=function(_0x195983){if(_0x195983 instanceof _0x12d128['AttributeOperation'])return _0x195983;var _0x13d94f=new _0x12d128['AttributeOperation']();if(null!=_0x195983['range']){if('object'!=typeof _0x195983['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x13d94f['range']=_0x12d128['Range']['fromObject'](_0x195983['range']);}return null!=_0x195983['key']&&(_0x13d94f['key']=String(_0x195983['key'])),null!=_0x195983['oldValueBoolean']&&(_0x13d94f['oldValueBoolean']=Boolean(_0x195983['oldValueBoolean'])),null!=_0x195983['oldValueJson']&&(_0x13d94f['oldValueJson']=String(_0x195983['oldValueJson'])),null!=_0x195983['newValueBoolean']&&(_0x13d94f['newValueBoolean']=Boolean(_0x195983['newValueBoolean'])),null!=_0x195983['newValueJson']&&(_0x13d94f['newValueJson']=String(_0x195983['newValueJson'])),null!=_0x195983['wasUndone']&&(_0x13d94f['wasUndone']=Boolean(_0x195983['wasUndone'])),_0x13d94f;},_0x43cce4['toObject']=function(_0x1e411e,_0x1fcd27){_0x1fcd27||(_0x1fcd27={});var _0x5209bd={};return _0x1fcd27['defaults']&&(_0x5209bd['range']=null,_0x5209bd['key']='',_0x5209bd['oldValueBoolean']=!0x1,_0x5209bd['oldValueJson']='',_0x5209bd['newValueBoolean']=!0x1,_0x5209bd['newValueJson']='',_0x5209bd['wasUndone']=!0x1),null!=_0x1e411e['range']&&_0x1e411e['hasOwnProperty']('range')&&(_0x5209bd['range']=_0x12d128['Range']['toObject'](_0x1e411e['range'],_0x1fcd27)),null!=_0x1e411e['key']&&_0x1e411e['hasOwnProperty']('key')&&(_0x5209bd['key']=_0x1e411e['key']),null!=_0x1e411e['oldValueBoolean']&&_0x1e411e['hasOwnProperty']('oldValueBoolean')&&(_0x5209bd['oldValueBoolean']=_0x1e411e['oldValueBoolean']),null!=_0x1e411e['oldValueJson']&&_0x1e411e['hasOwnProperty']('oldValueJson')&&(_0x5209bd['oldValueJson']=_0x1e411e['oldValueJson']),null!=_0x1e411e['newValueBoolean']&&_0x1e411e['hasOwnProperty']('newValueBoolean')&&(_0x5209bd['newValueBoolean']=_0x1e411e['newValueBoolean']),null!=_0x1e411e['newValueJson']&&_0x1e411e['hasOwnProperty']('newValueJson')&&(_0x5209bd['newValueJson']=_0x1e411e['newValueJson']),null!=_0x1e411e['wasUndone']&&_0x1e411e['hasOwnProperty']('wasUndone')&&(_0x5209bd['wasUndone']=_0x1e411e['wasUndone']),_0x5209bd;},_0x43cce4['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24532a['util']['toJSONOptions']);},_0x43cce4['getTypeUrl']=function(_0x3d1e98){return void 0x0===_0x3d1e98&&(_0x3d1e98='type.googleapis.com'),_0x3d1e98+'/AttributeOperation';},_0x43cce4;}()),_0x12d128['InsertOperation']=(function(){function _0x43af35(_0x540f8d){if(this['nodes']=[],_0x540f8d){for(var _0x40ec26=Object['keys'](_0x540f8d),_0x35a141=0x0;_0x35a141<_0x40ec26['length'];++_0x35a141)null!=_0x540f8d[_0x40ec26[_0x35a141]]&&(this[_0x40ec26[_0x35a141]]=_0x540f8d[_0x40ec26[_0x35a141]]);}}return _0x43af35['prototype']['position']=null,_0x43af35['prototype']['nodes']=_0x368f67['emptyArray'],_0x43af35['prototype']['shouldReceiveAttributes']=!0x1,_0x43af35['prototype']['wasUndone']=!0x1,_0x43af35['create']=function(_0x537e7c){return new _0x43af35(_0x537e7c);},_0x43af35['encode']=function(_0x5ac732,_0x36c61a){if(_0x36c61a||(_0x36c61a=_0x1c76e5['create']()),null!=_0x5ac732['position']&&Object['hasOwnProperty']['call'](_0x5ac732,'position')&&_0x12d128['Position']['encode'](_0x5ac732['position'],_0x36c61a['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5ac732['nodes']&&_0x5ac732['nodes']['length']){for(var _0x5ed1f4=0x0;_0x5ed1f4<_0x5ac732['nodes']['length'];++_0x5ed1f4)_0x12d128['Element']['encode'](_0x5ac732['nodes'][_0x5ed1f4],_0x36c61a['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x5ac732['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x5ac732,'shouldReceiveAttributes')&&_0x36c61a['uint32'](0x18)['bool'](_0x5ac732['shouldReceiveAttributes']),null!=_0x5ac732['wasUndone']&&Object['hasOwnProperty']['call'](_0x5ac732,'wasUndone')&&_0x36c61a['uint32'](0x20)['bool'](_0x5ac732['wasUndone']),_0x36c61a;},_0x43af35['encodeDelimited']=function(_0x24e2e8,_0x18b4c7){return this['encode'](_0x24e2e8,_0x18b4c7)['ldelim']();},_0x43af35['decode']=function(_0x419837,_0x436cc9){_0x419837 instanceof _0x57c96d||(_0x419837=_0x57c96d['create'](_0x419837));for(var _0xb2317d=void 0x0===_0x436cc9?_0x419837['len']:_0x419837['pos']+_0x436cc9,_0x2e1f60=new _0x12d128['InsertOperation']();_0x419837['pos']<_0xb2317d;){var _0x1fedbc=_0x419837['uint32']();switch(_0x1fedbc>>>0x3){case 0x1:_0x2e1f60['position']=_0x12d128['Position']['decode'](_0x419837,_0x419837['uint32']());break;case 0x2:_0x2e1f60['nodes']&&_0x2e1f60['nodes']['length']||(_0x2e1f60['nodes']=[]),_0x2e1f60['nodes']['push'](_0x12d128['Element']['decode'](_0x419837,_0x419837['uint32']()));break;case 0x3:_0x2e1f60['shouldReceiveAttributes']=_0x419837['bool']();break;case 0x4:_0x2e1f60['wasUndone']=_0x419837['bool']();break;default:_0x419837['skipType'](0x7&_0x1fedbc);}}return _0x2e1f60;},_0x43af35['decodeDelimited']=function(_0x168af8){return _0x168af8 instanceof _0x57c96d||(_0x168af8=new _0x57c96d(_0x168af8)),this['decode'](_0x168af8,_0x168af8['uint32']());},_0x43af35['verify']=function(_0x429564){if('object'!=typeof _0x429564||null===_0x429564)return'object\x20expected';if(null!=_0x429564['position']&&_0x429564['hasOwnProperty']('position')&&(_0x3eb02b=_0x12d128['Position']['verify'](_0x429564['position'])))return'position.'+_0x3eb02b;if(null!=_0x429564['nodes']&&_0x429564['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x429564['nodes']))return'nodes:\x20array\x20expected';for(var _0x57c81c=0x0;_0x57c81c<_0x429564['nodes']['length'];++_0x57c81c){var _0x3eb02b;if(_0x3eb02b=_0x12d128['Element']['verify'](_0x429564['nodes'][_0x57c81c]))return'nodes.'+_0x3eb02b;}}return null!=_0x429564['shouldReceiveAttributes']&&_0x429564['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x429564['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x429564['wasUndone']&&_0x429564['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x429564['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x43af35['fromObject']=function(_0x4105d0){if(_0x4105d0 instanceof _0x12d128['InsertOperation'])return _0x4105d0;var _0x228d33=new _0x12d128['InsertOperation']();if(null!=_0x4105d0['position']){if('object'!=typeof _0x4105d0['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x228d33['position']=_0x12d128['Position']['fromObject'](_0x4105d0['position']);}if(_0x4105d0['nodes']){if(!Array['isArray'](_0x4105d0['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x228d33['nodes']=[];for(var _0x2b3890=0x0;_0x2b3890<_0x4105d0['nodes']['length'];++_0x2b3890){if('object'!=typeof _0x4105d0['nodes'][_0x2b3890])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x228d33['nodes'][_0x2b3890]=_0x12d128['Element']['fromObject'](_0x4105d0['nodes'][_0x2b3890]);}}return null!=_0x4105d0['shouldReceiveAttributes']&&(_0x228d33['shouldReceiveAttributes']=Boolean(_0x4105d0['shouldReceiveAttributes'])),null!=_0x4105d0['wasUndone']&&(_0x228d33['wasUndone']=Boolean(_0x4105d0['wasUndone'])),_0x228d33;},_0x43af35['toObject']=function(_0x133b9a,_0x4b454c){_0x4b454c||(_0x4b454c={});var _0x46afcf={};if((_0x4b454c['arrays']||_0x4b454c['defaults'])&&(_0x46afcf['nodes']=[]),_0x4b454c['defaults']&&(_0x46afcf['position']=null,_0x46afcf['shouldReceiveAttributes']=!0x1,_0x46afcf['wasUndone']=!0x1),null!=_0x133b9a['position']&&_0x133b9a['hasOwnProperty']('position')&&(_0x46afcf['position']=_0x12d128['Position']['toObject'](_0x133b9a['position'],_0x4b454c)),_0x133b9a['nodes']&&_0x133b9a['nodes']['length']){_0x46afcf['nodes']=[];for(var _0x2bde38=0x0;_0x2bde38<_0x133b9a['nodes']['length'];++_0x2bde38)_0x46afcf['nodes'][_0x2bde38]=_0x12d128['Element']['toObject'](_0x133b9a['nodes'][_0x2bde38],_0x4b454c);}return null!=_0x133b9a['shouldReceiveAttributes']&&_0x133b9a['hasOwnProperty']('shouldReceiveAttributes')&&(_0x46afcf['shouldReceiveAttributes']=_0x133b9a['shouldReceiveAttributes']),null!=_0x133b9a['wasUndone']&&_0x133b9a['hasOwnProperty']('wasUndone')&&(_0x46afcf['wasUndone']=_0x133b9a['wasUndone']),_0x46afcf;},_0x43af35['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24532a['util']['toJSONOptions']);},_0x43af35['getTypeUrl']=function(_0x2260dc){return void 0x0===_0x2260dc&&(_0x2260dc='type.googleapis.com'),_0x2260dc+'/InsertOperation';},_0x43af35;}()),_0x12d128['MarkerOperation']=(function(){function _0x452018(_0x298f5c){if(_0x298f5c){for(var _0x2791d8=Object['keys'](_0x298f5c),_0x8af5c2=0x0;_0x8af5c2<_0x2791d8['length'];++_0x8af5c2)null!=_0x298f5c[_0x2791d8[_0x8af5c2]]&&(this[_0x2791d8[_0x8af5c2]]=_0x298f5c[_0x2791d8[_0x8af5c2]]);}}return _0x452018['prototype']['name']='',_0x452018['prototype']['oldRange']=null,_0x452018['prototype']['newRange']=null,_0x452018['prototype']['affectsData']=!0x1,_0x452018['prototype']['wasUndone']=!0x1,_0x452018['create']=function(_0x20e813){return new _0x452018(_0x20e813);},_0x452018['encode']=function(_0x337e58,_0x1f98e2){return _0x1f98e2||(_0x1f98e2=_0x1c76e5['create']()),null!=_0x337e58['name']&&Object['hasOwnProperty']['call'](_0x337e58,'name')&&_0x1f98e2['uint32'](0xa)['string'](_0x337e58['name']),null!=_0x337e58['oldRange']&&Object['hasOwnProperty']['call'](_0x337e58,'oldRange')&&_0x12d128['Range']['encode'](_0x337e58['oldRange'],_0x1f98e2['uint32'](0x12)['fork']())['ldelim'](),null!=_0x337e58['newRange']&&Object['hasOwnProperty']['call'](_0x337e58,'newRange')&&_0x12d128['Range']['encode'](_0x337e58['newRange'],_0x1f98e2['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x337e58['affectsData']&&Object['hasOwnProperty']['call'](_0x337e58,'affectsData')&&_0x1f98e2['uint32'](0x20)['bool'](_0x337e58['affectsData']),null!=_0x337e58['wasUndone']&&Object['hasOwnProperty']['call'](_0x337e58,'wasUndone')&&_0x1f98e2['uint32'](0x28)['bool'](_0x337e58['wasUndone']),_0x1f98e2;},_0x452018['encodeDelimited']=function(_0x1d1acb,_0xa9b5d5){return this['encode'](_0x1d1acb,_0xa9b5d5)['ldelim']();},_0x452018['decode']=function(_0x2e97d9,_0x770cb6){_0x2e97d9 instanceof _0x57c96d||(_0x2e97d9=_0x57c96d['create'](_0x2e97d9));for(var _0x23be07=void 0x0===_0x770cb6?_0x2e97d9['len']:_0x2e97d9['pos']+_0x770cb6,_0x165bf1=new _0x12d128['MarkerOperation']();_0x2e97d9['pos']<_0x23be07;){var _0x3daea1=_0x2e97d9['uint32']();switch(_0x3daea1>>>0x3){case 0x1:_0x165bf1['name']=_0x2e97d9['string']();break;case 0x2:_0x165bf1['oldRange']=_0x12d128['Range']['decode'](_0x2e97d9,_0x2e97d9['uint32']());break;case 0x3:_0x165bf1['newRange']=_0x12d128['Range']['decode'](_0x2e97d9,_0x2e97d9['uint32']());break;case 0x4:_0x165bf1['affectsData']=_0x2e97d9['bool']();break;case 0x5:_0x165bf1['wasUndone']=_0x2e97d9['bool']();break;default:_0x2e97d9['skipType'](0x7&_0x3daea1);}}return _0x165bf1;},_0x452018['decodeDelimited']=function(_0x5a1e42){return _0x5a1e42 instanceof _0x57c96d||(_0x5a1e42=new _0x57c96d(_0x5a1e42)),this['decode'](_0x5a1e42,_0x5a1e42['uint32']());},_0x452018['verify']=function(_0x6a79ee){if('object'!=typeof _0x6a79ee||null===_0x6a79ee)return'object\x20expected';if(null!=_0x6a79ee['name']&&_0x6a79ee['hasOwnProperty']('name')&&!_0x368f67['isString'](_0x6a79ee['name']))return'name:\x20string\x20expected';var _0x563d0e;if(null!=_0x6a79ee['oldRange']&&_0x6a79ee['hasOwnProperty']('oldRange')&&(_0x563d0e=_0x12d128['Range']['verify'](_0x6a79ee['oldRange'])))return'oldRange.'+_0x563d0e;if(null!=_0x6a79ee['newRange']&&_0x6a79ee['hasOwnProperty']('newRange')&&(_0x563d0e=_0x12d128['Range']['verify'](_0x6a79ee['newRange'])))return'newRange.'+_0x563d0e;return null!=_0x6a79ee['affectsData']&&_0x6a79ee['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x6a79ee['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x6a79ee['wasUndone']&&_0x6a79ee['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x6a79ee['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x452018['fromObject']=function(_0x4a3fdb){if(_0x4a3fdb instanceof _0x12d128['MarkerOperation'])return _0x4a3fdb;var _0x44b184=new _0x12d128['MarkerOperation']();if(null!=_0x4a3fdb['name']&&(_0x44b184['name']=String(_0x4a3fdb['name'])),null!=_0x4a3fdb['oldRange']){if('object'!=typeof _0x4a3fdb['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x44b184['oldRange']=_0x12d128['Range']['fromObject'](_0x4a3fdb['oldRange']);}if(null!=_0x4a3fdb['newRange']){if('object'!=typeof _0x4a3fdb['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x44b184['newRange']=_0x12d128['Range']['fromObject'](_0x4a3fdb['newRange']);}return null!=_0x4a3fdb['affectsData']&&(_0x44b184['affectsData']=Boolean(_0x4a3fdb['affectsData'])),null!=_0x4a3fdb['wasUndone']&&(_0x44b184['wasUndone']=Boolean(_0x4a3fdb['wasUndone'])),_0x44b184;},_0x452018['toObject']=function(_0x1e563b,_0x4becaf){_0x4becaf||(_0x4becaf={});var _0x390d5a={};return _0x4becaf['defaults']&&(_0x390d5a['name']='',_0x390d5a['oldRange']=null,_0x390d5a['newRange']=null,_0x390d5a['affectsData']=!0x1,_0x390d5a['wasUndone']=!0x1),null!=_0x1e563b['name']&&_0x1e563b['hasOwnProperty']('name')&&(_0x390d5a['name']=_0x1e563b['name']),null!=_0x1e563b['oldRange']&&_0x1e563b['hasOwnProperty']('oldRange')&&(_0x390d5a['oldRange']=_0x12d128['Range']['toObject'](_0x1e563b['oldRange'],_0x4becaf)),null!=_0x1e563b['newRange']&&_0x1e563b['hasOwnProperty']('newRange')&&(_0x390d5a['newRange']=_0x12d128['Range']['toObject'](_0x1e563b['newRange'],_0x4becaf)),null!=_0x1e563b['affectsData']&&_0x1e563b['hasOwnProperty']('affectsData')&&(_0x390d5a['affectsData']=_0x1e563b['affectsData']),null!=_0x1e563b['wasUndone']&&_0x1e563b['hasOwnProperty']('wasUndone')&&(_0x390d5a['wasUndone']=_0x1e563b['wasUndone']),_0x390d5a;},_0x452018['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24532a['util']['toJSONOptions']);},_0x452018['getTypeUrl']=function(_0x488763){return void 0x0===_0x488763&&(_0x488763='type.googleapis.com'),_0x488763+'/MarkerOperation';},_0x452018;}()),_0x12d128['MergeOperation']=(function(){function _0x1540e3(_0x52b42d){if(_0x52b42d){for(var _0x36c294=Object['keys'](_0x52b42d),_0x457b98=0x0;_0x457b98<_0x36c294['length'];++_0x457b98)null!=_0x52b42d[_0x36c294[_0x457b98]]&&(this[_0x36c294[_0x457b98]]=_0x52b42d[_0x36c294[_0x457b98]]);}}return _0x1540e3['prototype']['sourcePosition']=null,_0x1540e3['prototype']['targetPosition']=null,_0x1540e3['prototype']['graveyardPosition']=null,_0x1540e3['prototype']['howMany']=0x0,_0x1540e3['prototype']['wasUndone']=!0x1,_0x1540e3['create']=function(_0x227e3c){return new _0x1540e3(_0x227e3c);},_0x1540e3['encode']=function(_0xbdf4ca,_0x441240){return _0x441240||(_0x441240=_0x1c76e5['create']()),null!=_0xbdf4ca['sourcePosition']&&Object['hasOwnProperty']['call'](_0xbdf4ca,'sourcePosition')&&_0x12d128['Position']['encode'](_0xbdf4ca['sourcePosition'],_0x441240['uint32'](0xa)['fork']())['ldelim'](),null!=_0xbdf4ca['targetPosition']&&Object['hasOwnProperty']['call'](_0xbdf4ca,'targetPosition')&&_0x12d128['Position']['encode'](_0xbdf4ca['targetPosition'],_0x441240['uint32'](0x12)['fork']())['ldelim'](),null!=_0xbdf4ca['graveyardPosition']&&Object['hasOwnProperty']['call'](_0xbdf4ca,'graveyardPosition')&&_0x12d128['Position']['encode'](_0xbdf4ca['graveyardPosition'],_0x441240['uint32'](0x1a)['fork']())['ldelim'](),null!=_0xbdf4ca['howMany']&&Object['hasOwnProperty']['call'](_0xbdf4ca,'howMany')&&_0x441240['uint32'](0x20)['uint32'](_0xbdf4ca['howMany']),null!=_0xbdf4ca['wasUndone']&&Object['hasOwnProperty']['call'](_0xbdf4ca,'wasUndone')&&_0x441240['uint32'](0x28)['bool'](_0xbdf4ca['wasUndone']),_0x441240;},_0x1540e3['encodeDelimited']=function(_0x2e25fd,_0x31ea51){return this['encode'](_0x2e25fd,_0x31ea51)['ldelim']();},_0x1540e3['decode']=function(_0x46847b,_0x4d1341){_0x46847b instanceof _0x57c96d||(_0x46847b=_0x57c96d['create'](_0x46847b));for(var _0xff0ff6=void 0x0===_0x4d1341?_0x46847b['len']:_0x46847b['pos']+_0x4d1341,_0x33e0c1=new _0x12d128['MergeOperation']();_0x46847b['pos']<_0xff0ff6;){var _0x161656=_0x46847b['uint32']();switch(_0x161656>>>0x3){case 0x1:_0x33e0c1['sourcePosition']=_0x12d128['Position']['decode'](_0x46847b,_0x46847b['uint32']());break;case 0x2:_0x33e0c1['targetPosition']=_0x12d128['Position']['decode'](_0x46847b,_0x46847b['uint32']());break;case 0x3:_0x33e0c1['graveyardPosition']=_0x12d128['Position']['decode'](_0x46847b,_0x46847b['uint32']());break;case 0x4:_0x33e0c1['howMany']=_0x46847b['uint32']();break;case 0x5:_0x33e0c1['wasUndone']=_0x46847b['bool']();break;default:_0x46847b['skipType'](0x7&_0x161656);}}return _0x33e0c1;},_0x1540e3['decodeDelimited']=function(_0xd3ed60){return _0xd3ed60 instanceof _0x57c96d||(_0xd3ed60=new _0x57c96d(_0xd3ed60)),this['decode'](_0xd3ed60,_0xd3ed60['uint32']());},_0x1540e3['verify']=function(_0x5e2fed){if('object'!=typeof _0x5e2fed||null===_0x5e2fed)return'object\x20expected';var _0xf1c981;if(null!=_0x5e2fed['sourcePosition']&&_0x5e2fed['hasOwnProperty']('sourcePosition')&&(_0xf1c981=_0x12d128['Position']['verify'](_0x5e2fed['sourcePosition'])))return'sourcePosition.'+_0xf1c981;if(null!=_0x5e2fed['targetPosition']&&_0x5e2fed['hasOwnProperty']('targetPosition')&&(_0xf1c981=_0x12d128['Position']['verify'](_0x5e2fed['targetPosition'])))return'targetPosition.'+_0xf1c981;if(null!=_0x5e2fed['graveyardPosition']&&_0x5e2fed['hasOwnProperty']('graveyardPosition')&&(_0xf1c981=_0x12d128['Position']['verify'](_0x5e2fed['graveyardPosition'])))return'graveyardPosition.'+_0xf1c981;return null!=_0x5e2fed['howMany']&&_0x5e2fed['hasOwnProperty']('howMany')&&!_0x368f67['isInteger'](_0x5e2fed['howMany'])?'howMany:\x20integer\x20expected':null!=_0x5e2fed['wasUndone']&&_0x5e2fed['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5e2fed['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1540e3['fromObject']=function(_0x3a8f2f){if(_0x3a8f2f instanceof _0x12d128['MergeOperation'])return _0x3a8f2f;var _0x50f466=new _0x12d128['MergeOperation']();if(null!=_0x3a8f2f['sourcePosition']){if('object'!=typeof _0x3a8f2f['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x50f466['sourcePosition']=_0x12d128['Position']['fromObject'](_0x3a8f2f['sourcePosition']);}if(null!=_0x3a8f2f['targetPosition']){if('object'!=typeof _0x3a8f2f['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x50f466['targetPosition']=_0x12d128['Position']['fromObject'](_0x3a8f2f['targetPosition']);}if(null!=_0x3a8f2f['graveyardPosition']){if('object'!=typeof _0x3a8f2f['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x50f466['graveyardPosition']=_0x12d128['Position']['fromObject'](_0x3a8f2f['graveyardPosition']);}return null!=_0x3a8f2f['howMany']&&(_0x50f466['howMany']=_0x3a8f2f['howMany']>>>0x0),null!=_0x3a8f2f['wasUndone']&&(_0x50f466['wasUndone']=Boolean(_0x3a8f2f['wasUndone'])),_0x50f466;},_0x1540e3['toObject']=function(_0xd7efd6,_0xdf9554){_0xdf9554||(_0xdf9554={});var _0x499efe={};return _0xdf9554['defaults']&&(_0x499efe['sourcePosition']=null,_0x499efe['targetPosition']=null,_0x499efe['graveyardPosition']=null,_0x499efe['howMany']=0x0,_0x499efe['wasUndone']=!0x1),null!=_0xd7efd6['sourcePosition']&&_0xd7efd6['hasOwnProperty']('sourcePosition')&&(_0x499efe['sourcePosition']=_0x12d128['Position']['toObject'](_0xd7efd6['sourcePosition'],_0xdf9554)),null!=_0xd7efd6['targetPosition']&&_0xd7efd6['hasOwnProperty']('targetPosition')&&(_0x499efe['targetPosition']=_0x12d128['Position']['toObject'](_0xd7efd6['targetPosition'],_0xdf9554)),null!=_0xd7efd6['graveyardPosition']&&_0xd7efd6['hasOwnProperty']('graveyardPosition')&&(_0x499efe['graveyardPosition']=_0x12d128['Position']['toObject'](_0xd7efd6['graveyardPosition'],_0xdf9554)),null!=_0xd7efd6['howMany']&&_0xd7efd6['hasOwnProperty']('howMany')&&(_0x499efe['howMany']=_0xd7efd6['howMany']),null!=_0xd7efd6['wasUndone']&&_0xd7efd6['hasOwnProperty']('wasUndone')&&(_0x499efe['wasUndone']=_0xd7efd6['wasUndone']),_0x499efe;},_0x1540e3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24532a['util']['toJSONOptions']);},_0x1540e3['getTypeUrl']=function(_0x1437ca){return void 0x0===_0x1437ca&&(_0x1437ca='type.googleapis.com'),_0x1437ca+'/MergeOperation';},_0x1540e3;}()),_0x12d128['MoveOperation']=(function(){function _0xc03911(_0x3de523){if(_0x3de523){for(var _0x3ebe91=Object['keys'](_0x3de523),_0x36dc9a=0x0;_0x36dc9a<_0x3ebe91['length'];++_0x36dc9a)null!=_0x3de523[_0x3ebe91[_0x36dc9a]]&&(this[_0x3ebe91[_0x36dc9a]]=_0x3de523[_0x3ebe91[_0x36dc9a]]);}}return _0xc03911['prototype']['sourcePosition']=null,_0xc03911['prototype']['howMany']=0x0,_0xc03911['prototype']['targetPosition']=null,_0xc03911['prototype']['wasUndone']=!0x1,_0xc03911['create']=function(_0x3c0833){return new _0xc03911(_0x3c0833);},_0xc03911['encode']=function(_0x3ce515,_0x43dc56){return _0x43dc56||(_0x43dc56=_0x1c76e5['create']()),null!=_0x3ce515['sourcePosition']&&Object['hasOwnProperty']['call'](_0x3ce515,'sourcePosition')&&_0x12d128['Position']['encode'](_0x3ce515['sourcePosition'],_0x43dc56['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3ce515['howMany']&&Object['hasOwnProperty']['call'](_0x3ce515,'howMany')&&_0x43dc56['uint32'](0x10)['uint32'](_0x3ce515['howMany']),null!=_0x3ce515['targetPosition']&&Object['hasOwnProperty']['call'](_0x3ce515,'targetPosition')&&_0x12d128['Position']['encode'](_0x3ce515['targetPosition'],_0x43dc56['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x3ce515['wasUndone']&&Object['hasOwnProperty']['call'](_0x3ce515,'wasUndone')&&_0x43dc56['uint32'](0x20)['bool'](_0x3ce515['wasUndone']),_0x43dc56;},_0xc03911['encodeDelimited']=function(_0x1e4c3b,_0x2f60d7){return this['encode'](_0x1e4c3b,_0x2f60d7)['ldelim']();},_0xc03911['decode']=function(_0x4563cd,_0x3c8230){_0x4563cd instanceof _0x57c96d||(_0x4563cd=_0x57c96d['create'](_0x4563cd));for(var _0x34c84f=void 0x0===_0x3c8230?_0x4563cd['len']:_0x4563cd['pos']+_0x3c8230,_0x7ed9ce=new _0x12d128['MoveOperation']();_0x4563cd['pos']<_0x34c84f;){var _0x5a0ce1=_0x4563cd['uint32']();switch(_0x5a0ce1>>>0x3){case 0x1:_0x7ed9ce['sourcePosition']=_0x12d128['Position']['decode'](_0x4563cd,_0x4563cd['uint32']());break;case 0x2:_0x7ed9ce['howMany']=_0x4563cd['uint32']();break;case 0x3:_0x7ed9ce['targetPosition']=_0x12d128['Position']['decode'](_0x4563cd,_0x4563cd['uint32']());break;case 0x4:_0x7ed9ce['wasUndone']=_0x4563cd['bool']();break;default:_0x4563cd['skipType'](0x7&_0x5a0ce1);}}return _0x7ed9ce;},_0xc03911['decodeDelimited']=function(_0x4c7a77){return _0x4c7a77 instanceof _0x57c96d||(_0x4c7a77=new _0x57c96d(_0x4c7a77)),this['decode'](_0x4c7a77,_0x4c7a77['uint32']());},_0xc03911['verify']=function(_0x2e4e30){if('object'!=typeof _0x2e4e30||null===_0x2e4e30)return'object\x20expected';var _0x4a8f3c;if(null!=_0x2e4e30['sourcePosition']&&_0x2e4e30['hasOwnProperty']('sourcePosition')&&(_0x4a8f3c=_0x12d128['Position']['verify'](_0x2e4e30['sourcePosition'])))return'sourcePosition.'+_0x4a8f3c;if(null!=_0x2e4e30['howMany']&&_0x2e4e30['hasOwnProperty']('howMany')&&!_0x368f67['isInteger'](_0x2e4e30['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x2e4e30['targetPosition']&&_0x2e4e30['hasOwnProperty']('targetPosition')&&(_0x4a8f3c=_0x12d128['Position']['verify'](_0x2e4e30['targetPosition'])))return'targetPosition.'+_0x4a8f3c;return null!=_0x2e4e30['wasUndone']&&_0x2e4e30['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2e4e30['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xc03911['fromObject']=function(_0x301595){if(_0x301595 instanceof _0x12d128['MoveOperation'])return _0x301595;var _0x49d573=new _0x12d128['MoveOperation']();if(null!=_0x301595['sourcePosition']){if('object'!=typeof _0x301595['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x49d573['sourcePosition']=_0x12d128['Position']['fromObject'](_0x301595['sourcePosition']);}if(null!=_0x301595['howMany']&&(_0x49d573['howMany']=_0x301595['howMany']>>>0x0),null!=_0x301595['targetPosition']){if('object'!=typeof _0x301595['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x49d573['targetPosition']=_0x12d128['Position']['fromObject'](_0x301595['targetPosition']);}return null!=_0x301595['wasUndone']&&(_0x49d573['wasUndone']=Boolean(_0x301595['wasUndone'])),_0x49d573;},_0xc03911['toObject']=function(_0x2858e2,_0x31378b){_0x31378b||(_0x31378b={});var _0x21d3e0={};return _0x31378b['defaults']&&(_0x21d3e0['sourcePosition']=null,_0x21d3e0['howMany']=0x0,_0x21d3e0['targetPosition']=null,_0x21d3e0['wasUndone']=!0x1),null!=_0x2858e2['sourcePosition']&&_0x2858e2['hasOwnProperty']('sourcePosition')&&(_0x21d3e0['sourcePosition']=_0x12d128['Position']['toObject'](_0x2858e2['sourcePosition'],_0x31378b)),null!=_0x2858e2['howMany']&&_0x2858e2['hasOwnProperty']('howMany')&&(_0x21d3e0['howMany']=_0x2858e2['howMany']),null!=_0x2858e2['targetPosition']&&_0x2858e2['hasOwnProperty']('targetPosition')&&(_0x21d3e0['targetPosition']=_0x12d128['Position']['toObject'](_0x2858e2['targetPosition'],_0x31378b)),null!=_0x2858e2['wasUndone']&&_0x2858e2['hasOwnProperty']('wasUndone')&&(_0x21d3e0['wasUndone']=_0x2858e2['wasUndone']),_0x21d3e0;},_0xc03911['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24532a['util']['toJSONOptions']);},_0xc03911['getTypeUrl']=function(_0x33d0ca){return void 0x0===_0x33d0ca&&(_0x33d0ca='type.googleapis.com'),_0x33d0ca+'/MoveOperation';},_0xc03911;}()),_0x12d128['RenameOperation']=(function(){function _0x48b163(_0x36fe73){if(_0x36fe73){for(var _0x53eda0=Object['keys'](_0x36fe73),_0x5c2ab1=0x0;_0x5c2ab1<_0x53eda0['length'];++_0x5c2ab1)null!=_0x36fe73[_0x53eda0[_0x5c2ab1]]&&(this[_0x53eda0[_0x5c2ab1]]=_0x36fe73[_0x53eda0[_0x5c2ab1]]);}}return _0x48b163['prototype']['position']=null,_0x48b163['prototype']['oldName']='',_0x48b163['prototype']['newName']='',_0x48b163['prototype']['wasUndone']=!0x1,_0x48b163['create']=function(_0x89e29){return new _0x48b163(_0x89e29);},_0x48b163['encode']=function(_0x4506b4,_0x32114a){return _0x32114a||(_0x32114a=_0x1c76e5['create']()),null!=_0x4506b4['position']&&Object['hasOwnProperty']['call'](_0x4506b4,'position')&&_0x12d128['Position']['encode'](_0x4506b4['position'],_0x32114a['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4506b4['oldName']&&Object['hasOwnProperty']['call'](_0x4506b4,'oldName')&&_0x32114a['uint32'](0x12)['string'](_0x4506b4['oldName']),null!=_0x4506b4['newName']&&Object['hasOwnProperty']['call'](_0x4506b4,'newName')&&_0x32114a['uint32'](0x1a)['string'](_0x4506b4['newName']),null!=_0x4506b4['wasUndone']&&Object['hasOwnProperty']['call'](_0x4506b4,'wasUndone')&&_0x32114a['uint32'](0x20)['bool'](_0x4506b4['wasUndone']),_0x32114a;},_0x48b163['encodeDelimited']=function(_0x22b473,_0x13e2ac){return this['encode'](_0x22b473,_0x13e2ac)['ldelim']();},_0x48b163['decode']=function(_0x4620de,_0x9512d9){_0x4620de instanceof _0x57c96d||(_0x4620de=_0x57c96d['create'](_0x4620de));for(var _0x5efd21=void 0x0===_0x9512d9?_0x4620de['len']:_0x4620de['pos']+_0x9512d9,_0xa437dd=new _0x12d128['RenameOperation']();_0x4620de['pos']<_0x5efd21;){var _0xef030=_0x4620de['uint32']();switch(_0xef030>>>0x3){case 0x1:_0xa437dd['position']=_0x12d128['Position']['decode'](_0x4620de,_0x4620de['uint32']());break;case 0x2:_0xa437dd['oldName']=_0x4620de['string']();break;case 0x3:_0xa437dd['newName']=_0x4620de['string']();break;case 0x4:_0xa437dd['wasUndone']=_0x4620de['bool']();break;default:_0x4620de['skipType'](0x7&_0xef030);}}return _0xa437dd;},_0x48b163['decodeDelimited']=function(_0x5534b5){return _0x5534b5 instanceof _0x57c96d||(_0x5534b5=new _0x57c96d(_0x5534b5)),this['decode'](_0x5534b5,_0x5534b5['uint32']());},_0x48b163['verify']=function(_0x1e5768){if('object'!=typeof _0x1e5768||null===_0x1e5768)return'object\x20expected';if(null!=_0x1e5768['position']&&_0x1e5768['hasOwnProperty']('position')){var _0x3ee66d=_0x12d128['Position']['verify'](_0x1e5768['position']);if(_0x3ee66d)return'position.'+_0x3ee66d;}return null!=_0x1e5768['oldName']&&_0x1e5768['hasOwnProperty']('oldName')&&!_0x368f67['isString'](_0x1e5768['oldName'])?'oldName:\x20string\x20expected':null!=_0x1e5768['newName']&&_0x1e5768['hasOwnProperty']('newName')&&!_0x368f67['isString'](_0x1e5768['newName'])?'newName:\x20string\x20expected':null!=_0x1e5768['wasUndone']&&_0x1e5768['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1e5768['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x48b163['fromObject']=function(_0x4735e5){if(_0x4735e5 instanceof _0x12d128['RenameOperation'])return _0x4735e5;var _0x529a94=new _0x12d128['RenameOperation']();if(null!=_0x4735e5['position']){if('object'!=typeof _0x4735e5['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x529a94['position']=_0x12d128['Position']['fromObject'](_0x4735e5['position']);}return null!=_0x4735e5['oldName']&&(_0x529a94['oldName']=String(_0x4735e5['oldName'])),null!=_0x4735e5['newName']&&(_0x529a94['newName']=String(_0x4735e5['newName'])),null!=_0x4735e5['wasUndone']&&(_0x529a94['wasUndone']=Boolean(_0x4735e5['wasUndone'])),_0x529a94;},_0x48b163['toObject']=function(_0x38aede,_0x5cc603){_0x5cc603||(_0x5cc603={});var _0x2d8ff2={};return _0x5cc603['defaults']&&(_0x2d8ff2['position']=null,_0x2d8ff2['oldName']='',_0x2d8ff2['newName']='',_0x2d8ff2['wasUndone']=!0x1),null!=_0x38aede['position']&&_0x38aede['hasOwnProperty']('position')&&(_0x2d8ff2['position']=_0x12d128['Position']['toObject'](_0x38aede['position'],_0x5cc603)),null!=_0x38aede['oldName']&&_0x38aede['hasOwnProperty']('oldName')&&(_0x2d8ff2['oldName']=_0x38aede['oldName']),null!=_0x38aede['newName']&&_0x38aede['hasOwnProperty']('newName')&&(_0x2d8ff2['newName']=_0x38aede['newName']),null!=_0x38aede['wasUndone']&&_0x38aede['hasOwnProperty']('wasUndone')&&(_0x2d8ff2['wasUndone']=_0x38aede['wasUndone']),_0x2d8ff2;},_0x48b163['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24532a['util']['toJSONOptions']);},_0x48b163['getTypeUrl']=function(_0x349155){return void 0x0===_0x349155&&(_0x349155='type.googleapis.com'),_0x349155+'/RenameOperation';},_0x48b163;}()),_0x12d128['RootAttributeOperation']=(function(){function _0x454433(_0x13c33b){if(_0x13c33b){for(var _0x55a8c2=Object['keys'](_0x13c33b),_0x27cb80=0x0;_0x27cb80<_0x55a8c2['length'];++_0x27cb80)null!=_0x13c33b[_0x55a8c2[_0x27cb80]]&&(this[_0x55a8c2[_0x27cb80]]=_0x13c33b[_0x55a8c2[_0x27cb80]]);}}return _0x454433['prototype']['root']='',_0x454433['prototype']['key']='',_0x454433['prototype']['oldValueBoolean']=!0x1,_0x454433['prototype']['oldValueJson']='',_0x454433['prototype']['newValueBoolean']=!0x1,_0x454433['prototype']['newValueJson']='',_0x454433['prototype']['wasUndone']=!0x1,_0x454433['create']=function(_0x266794){return new _0x454433(_0x266794);},_0x454433['encode']=function(_0x208ec0,_0x44392a){return _0x44392a||(_0x44392a=_0x1c76e5['create']()),null!=_0x208ec0['root']&&Object['hasOwnProperty']['call'](_0x208ec0,'root')&&_0x44392a['uint32'](0xa)['string'](_0x208ec0['root']),null!=_0x208ec0['key']&&Object['hasOwnProperty']['call'](_0x208ec0,'key')&&_0x44392a['uint32'](0x12)['string'](_0x208ec0['key']),null!=_0x208ec0['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x208ec0,'oldValueBoolean')&&_0x44392a['uint32'](0x18)['bool'](_0x208ec0['oldValueBoolean']),null!=_0x208ec0['oldValueJson']&&Object['hasOwnProperty']['call'](_0x208ec0,'oldValueJson')&&_0x44392a['uint32'](0x22)['string'](_0x208ec0['oldValueJson']),null!=_0x208ec0['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x208ec0,'newValueBoolean')&&_0x44392a['uint32'](0x28)['bool'](_0x208ec0['newValueBoolean']),null!=_0x208ec0['newValueJson']&&Object['hasOwnProperty']['call'](_0x208ec0,'newValueJson')&&_0x44392a['uint32'](0x32)['string'](_0x208ec0['newValueJson']),null!=_0x208ec0['wasUndone']&&Object['hasOwnProperty']['call'](_0x208ec0,'wasUndone')&&_0x44392a['uint32'](0x38)['bool'](_0x208ec0['wasUndone']),_0x44392a;},_0x454433['encodeDelimited']=function(_0xd29211,_0xcf8333){return this['encode'](_0xd29211,_0xcf8333)['ldelim']();},_0x454433['decode']=function(_0x4a6b5e,_0x254a6c){_0x4a6b5e instanceof _0x57c96d||(_0x4a6b5e=_0x57c96d['create'](_0x4a6b5e));for(var _0x3b3656=void 0x0===_0x254a6c?_0x4a6b5e['len']:_0x4a6b5e['pos']+_0x254a6c,_0x2cba67=new _0x12d128['RootAttributeOperation']();_0x4a6b5e['pos']<_0x3b3656;){var _0x206aa9=_0x4a6b5e['uint32']();switch(_0x206aa9>>>0x3){case 0x1:_0x2cba67['root']=_0x4a6b5e['string']();break;case 0x2:_0x2cba67['key']=_0x4a6b5e['string']();break;case 0x3:_0x2cba67['oldValueBoolean']=_0x4a6b5e['bool']();break;case 0x4:_0x2cba67['oldValueJson']=_0x4a6b5e['string']();break;case 0x5:_0x2cba67['newValueBoolean']=_0x4a6b5e['bool']();break;case 0x6:_0x2cba67['newValueJson']=_0x4a6b5e['string']();break;case 0x7:_0x2cba67['wasUndone']=_0x4a6b5e['bool']();break;default:_0x4a6b5e['skipType'](0x7&_0x206aa9);}}return _0x2cba67;},_0x454433['decodeDelimited']=function(_0x3bb06d){return _0x3bb06d instanceof _0x57c96d||(_0x3bb06d=new _0x57c96d(_0x3bb06d)),this['decode'](_0x3bb06d,_0x3bb06d['uint32']());},_0x454433['verify']=function(_0xd1d08d){return'object'!=typeof _0xd1d08d||null===_0xd1d08d?'object\x20expected':null!=_0xd1d08d['root']&&_0xd1d08d['hasOwnProperty']('root')&&!_0x368f67['isString'](_0xd1d08d['root'])?'root:\x20string\x20expected':null!=_0xd1d08d['key']&&_0xd1d08d['hasOwnProperty']('key')&&!_0x368f67['isString'](_0xd1d08d['key'])?'key:\x20string\x20expected':null!=_0xd1d08d['oldValueBoolean']&&_0xd1d08d['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0xd1d08d['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0xd1d08d['oldValueJson']&&_0xd1d08d['hasOwnProperty']('oldValueJson')&&!_0x368f67['isString'](_0xd1d08d['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0xd1d08d['newValueBoolean']&&_0xd1d08d['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0xd1d08d['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0xd1d08d['newValueJson']&&_0xd1d08d['hasOwnProperty']('newValueJson')&&!_0x368f67['isString'](_0xd1d08d['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0xd1d08d['wasUndone']&&_0xd1d08d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xd1d08d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x454433['fromObject']=function(_0x393e06){if(_0x393e06 instanceof _0x12d128['RootAttributeOperation'])return _0x393e06;var _0x4694a3=new _0x12d128['RootAttributeOperation']();return null!=_0x393e06['root']&&(_0x4694a3['root']=String(_0x393e06['root'])),null!=_0x393e06['key']&&(_0x4694a3['key']=String(_0x393e06['key'])),null!=_0x393e06['oldValueBoolean']&&(_0x4694a3['oldValueBoolean']=Boolean(_0x393e06['oldValueBoolean'])),null!=_0x393e06['oldValueJson']&&(_0x4694a3['oldValueJson']=String(_0x393e06['oldValueJson'])),null!=_0x393e06['newValueBoolean']&&(_0x4694a3['newValueBoolean']=Boolean(_0x393e06['newValueBoolean'])),null!=_0x393e06['newValueJson']&&(_0x4694a3['newValueJson']=String(_0x393e06['newValueJson'])),null!=_0x393e06['wasUndone']&&(_0x4694a3['wasUndone']=Boolean(_0x393e06['wasUndone'])),_0x4694a3;},_0x454433['toObject']=function(_0x232b7b,_0x571833){_0x571833||(_0x571833={});var _0x57f7ae={};return _0x571833['defaults']&&(_0x57f7ae['root']='',_0x57f7ae['key']='',_0x57f7ae['oldValueBoolean']=!0x1,_0x57f7ae['oldValueJson']='',_0x57f7ae['newValueBoolean']=!0x1,_0x57f7ae['newValueJson']='',_0x57f7ae['wasUndone']=!0x1),null!=_0x232b7b['root']&&_0x232b7b['hasOwnProperty']('root')&&(_0x57f7ae['root']=_0x232b7b['root']),null!=_0x232b7b['key']&&_0x232b7b['hasOwnProperty']('key')&&(_0x57f7ae['key']=_0x232b7b['key']),null!=_0x232b7b['oldValueBoolean']&&_0x232b7b['hasOwnProperty']('oldValueBoolean')&&(_0x57f7ae['oldValueBoolean']=_0x232b7b['oldValueBoolean']),null!=_0x232b7b['oldValueJson']&&_0x232b7b['hasOwnProperty']('oldValueJson')&&(_0x57f7ae['oldValueJson']=_0x232b7b['oldValueJson']),null!=_0x232b7b['newValueBoolean']&&_0x232b7b['hasOwnProperty']('newValueBoolean')&&(_0x57f7ae['newValueBoolean']=_0x232b7b['newValueBoolean']),null!=_0x232b7b['newValueJson']&&_0x232b7b['hasOwnProperty']('newValueJson')&&(_0x57f7ae['newValueJson']=_0x232b7b['newValueJson']),null!=_0x232b7b['wasUndone']&&_0x232b7b['hasOwnProperty']('wasUndone')&&(_0x57f7ae['wasUndone']=_0x232b7b['wasUndone']),_0x57f7ae;},_0x454433['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24532a['util']['toJSONOptions']);},_0x454433['getTypeUrl']=function(_0x1e8ff2){return void 0x0===_0x1e8ff2&&(_0x1e8ff2='type.googleapis.com'),_0x1e8ff2+'/RootAttributeOperation';},_0x454433;}()),_0x12d128['RootOperation']=(function(){function _0x28a80c(_0xaf783c){if(_0xaf783c){for(var _0x589c89=Object['keys'](_0xaf783c),_0xc6b374=0x0;_0xc6b374<_0x589c89['length'];++_0xc6b374)null!=_0xaf783c[_0x589c89[_0xc6b374]]&&(this[_0x589c89[_0xc6b374]]=_0xaf783c[_0x589c89[_0xc6b374]]);}}return _0x28a80c['prototype']['rootName']='',_0x28a80c['prototype']['elementName']='',_0x28a80c['prototype']['isAdd']=!0x1,_0x28a80c['prototype']['wasUndone']=!0x1,_0x28a80c['create']=function(_0x17028a){return new _0x28a80c(_0x17028a);},_0x28a80c['encode']=function(_0x153980,_0x403c1c){return _0x403c1c||(_0x403c1c=_0x1c76e5['create']()),null!=_0x153980['rootName']&&Object['hasOwnProperty']['call'](_0x153980,'rootName')&&_0x403c1c['uint32'](0xa)['string'](_0x153980['rootName']),null!=_0x153980['elementName']&&Object['hasOwnProperty']['call'](_0x153980,'elementName')&&_0x403c1c['uint32'](0x12)['string'](_0x153980['elementName']),null!=_0x153980['isAdd']&&Object['hasOwnProperty']['call'](_0x153980,'isAdd')&&_0x403c1c['uint32'](0x18)['bool'](_0x153980['isAdd']),null!=_0x153980['wasUndone']&&Object['hasOwnProperty']['call'](_0x153980,'wasUndone')&&_0x403c1c['uint32'](0x20)['bool'](_0x153980['wasUndone']),_0x403c1c;},_0x28a80c['encodeDelimited']=function(_0x5d4c14,_0x96b4f1){return this['encode'](_0x5d4c14,_0x96b4f1)['ldelim']();},_0x28a80c['decode']=function(_0x289c38,_0x2e449c){_0x289c38 instanceof _0x57c96d||(_0x289c38=_0x57c96d['create'](_0x289c38));for(var _0x3bb72f=void 0x0===_0x2e449c?_0x289c38['len']:_0x289c38['pos']+_0x2e449c,_0x4688d1=new _0x12d128['RootOperation']();_0x289c38['pos']<_0x3bb72f;){var _0x382cb5=_0x289c38['uint32']();switch(_0x382cb5>>>0x3){case 0x1:_0x4688d1['rootName']=_0x289c38['string']();break;case 0x2:_0x4688d1['elementName']=_0x289c38['string']();break;case 0x3:_0x4688d1['isAdd']=_0x289c38['bool']();break;case 0x4:_0x4688d1['wasUndone']=_0x289c38['bool']();break;default:_0x289c38['skipType'](0x7&_0x382cb5);}}return _0x4688d1;},_0x28a80c['decodeDelimited']=function(_0x475669){return _0x475669 instanceof _0x57c96d||(_0x475669=new _0x57c96d(_0x475669)),this['decode'](_0x475669,_0x475669['uint32']());},_0x28a80c['verify']=function(_0x5b7f91){return'object'!=typeof _0x5b7f91||null===_0x5b7f91?'object\x20expected':null!=_0x5b7f91['rootName']&&_0x5b7f91['hasOwnProperty']('rootName')&&!_0x368f67['isString'](_0x5b7f91['rootName'])?'rootName:\x20string\x20expected':null!=_0x5b7f91['elementName']&&_0x5b7f91['hasOwnProperty']('elementName')&&!_0x368f67['isString'](_0x5b7f91['elementName'])?'elementName:\x20string\x20expected':null!=_0x5b7f91['isAdd']&&_0x5b7f91['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x5b7f91['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x5b7f91['wasUndone']&&_0x5b7f91['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5b7f91['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x28a80c['fromObject']=function(_0x426a58){if(_0x426a58 instanceof _0x12d128['RootOperation'])return _0x426a58;var _0x8077ef=new _0x12d128['RootOperation']();return null!=_0x426a58['rootName']&&(_0x8077ef['rootName']=String(_0x426a58['rootName'])),null!=_0x426a58['elementName']&&(_0x8077ef['elementName']=String(_0x426a58['elementName'])),null!=_0x426a58['isAdd']&&(_0x8077ef['isAdd']=Boolean(_0x426a58['isAdd'])),null!=_0x426a58['wasUndone']&&(_0x8077ef['wasUndone']=Boolean(_0x426a58['wasUndone'])),_0x8077ef;},_0x28a80c['toObject']=function(_0x5a3417,_0x2e4f68){_0x2e4f68||(_0x2e4f68={});var _0x4d04fb={};return _0x2e4f68['defaults']&&(_0x4d04fb['rootName']='',_0x4d04fb['elementName']='',_0x4d04fb['isAdd']=!0x1,_0x4d04fb['wasUndone']=!0x1),null!=_0x5a3417['rootName']&&_0x5a3417['hasOwnProperty']('rootName')&&(_0x4d04fb['rootName']=_0x5a3417['rootName']),null!=_0x5a3417['elementName']&&_0x5a3417['hasOwnProperty']('elementName')&&(_0x4d04fb['elementName']=_0x5a3417['elementName']),null!=_0x5a3417['isAdd']&&_0x5a3417['hasOwnProperty']('isAdd')&&(_0x4d04fb['isAdd']=_0x5a3417['isAdd']),null!=_0x5a3417['wasUndone']&&_0x5a3417['hasOwnProperty']('wasUndone')&&(_0x4d04fb['wasUndone']=_0x5a3417['wasUndone']),_0x4d04fb;},_0x28a80c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24532a['util']['toJSONOptions']);},_0x28a80c['getTypeUrl']=function(_0xa11485){return void 0x0===_0xa11485&&(_0xa11485='type.googleapis.com'),_0xa11485+'/RootOperation';},_0x28a80c;}()),_0x12d128['SplitOperation']=(function(){function _0xe9210(_0x54ce07){if(_0x54ce07){for(var _0x329b76=Object['keys'](_0x54ce07),_0x3d6135=0x0;_0x3d6135<_0x329b76['length'];++_0x3d6135)null!=_0x54ce07[_0x329b76[_0x3d6135]]&&(this[_0x329b76[_0x3d6135]]=_0x54ce07[_0x329b76[_0x3d6135]]);}}return _0xe9210['prototype']['splitPosition']=null,_0xe9210['prototype']['graveyardPosition']=null,_0xe9210['prototype']['howMany']=0x0,_0xe9210['prototype']['insertionPosition']=null,_0xe9210['prototype']['wasUndone']=!0x1,_0xe9210['create']=function(_0x5c689f){return new _0xe9210(_0x5c689f);},_0xe9210['encode']=function(_0xe8daa1,_0x4d592d){return _0x4d592d||(_0x4d592d=_0x1c76e5['create']()),null!=_0xe8daa1['splitPosition']&&Object['hasOwnProperty']['call'](_0xe8daa1,'splitPosition')&&_0x12d128['Position']['encode'](_0xe8daa1['splitPosition'],_0x4d592d['uint32'](0xa)['fork']())['ldelim'](),null!=_0xe8daa1['graveyardPosition']&&Object['hasOwnProperty']['call'](_0xe8daa1,'graveyardPosition')&&_0x12d128['Position']['encode'](_0xe8daa1['graveyardPosition'],_0x4d592d['uint32'](0x12)['fork']())['ldelim'](),null!=_0xe8daa1['howMany']&&Object['hasOwnProperty']['call'](_0xe8daa1,'howMany')&&_0x4d592d['uint32'](0x18)['uint32'](_0xe8daa1['howMany']),null!=_0xe8daa1['insertionPosition']&&Object['hasOwnProperty']['call'](_0xe8daa1,'insertionPosition')&&_0x12d128['Position']['encode'](_0xe8daa1['insertionPosition'],_0x4d592d['uint32'](0x22)['fork']())['ldelim'](),null!=_0xe8daa1['wasUndone']&&Object['hasOwnProperty']['call'](_0xe8daa1,'wasUndone')&&_0x4d592d['uint32'](0x28)['bool'](_0xe8daa1['wasUndone']),_0x4d592d;},_0xe9210['encodeDelimited']=function(_0x2e1be3,_0x1c7294){return this['encode'](_0x2e1be3,_0x1c7294)['ldelim']();},_0xe9210['decode']=function(_0x434cc3,_0x83e08b){_0x434cc3 instanceof _0x57c96d||(_0x434cc3=_0x57c96d['create'](_0x434cc3));for(var _0x42c725=void 0x0===_0x83e08b?_0x434cc3['len']:_0x434cc3['pos']+_0x83e08b,_0x18c961=new _0x12d128['SplitOperation']();_0x434cc3['pos']<_0x42c725;){var _0x24dc47=_0x434cc3['uint32']();switch(_0x24dc47>>>0x3){case 0x1:_0x18c961['splitPosition']=_0x12d128['Position']['decode'](_0x434cc3,_0x434cc3['uint32']());break;case 0x2:_0x18c961['graveyardPosition']=_0x12d128['Position']['decode'](_0x434cc3,_0x434cc3['uint32']());break;case 0x3:_0x18c961['howMany']=_0x434cc3['uint32']();break;case 0x4:_0x18c961['insertionPosition']=_0x12d128['Position']['decode'](_0x434cc3,_0x434cc3['uint32']());break;case 0x5:_0x18c961['wasUndone']=_0x434cc3['bool']();break;default:_0x434cc3['skipType'](0x7&_0x24dc47);}}return _0x18c961;},_0xe9210['decodeDelimited']=function(_0x14bf02){return _0x14bf02 instanceof _0x57c96d||(_0x14bf02=new _0x57c96d(_0x14bf02)),this['decode'](_0x14bf02,_0x14bf02['uint32']());},_0xe9210['verify']=function(_0x190da2){if('object'!=typeof _0x190da2||null===_0x190da2)return'object\x20expected';var _0x3aad57;if(null!=_0x190da2['splitPosition']&&_0x190da2['hasOwnProperty']('splitPosition')&&(_0x3aad57=_0x12d128['Position']['verify'](_0x190da2['splitPosition'])))return'splitPosition.'+_0x3aad57;if(null!=_0x190da2['graveyardPosition']&&_0x190da2['hasOwnProperty']('graveyardPosition')&&(_0x3aad57=_0x12d128['Position']['verify'](_0x190da2['graveyardPosition'])))return'graveyardPosition.'+_0x3aad57;if(null!=_0x190da2['howMany']&&_0x190da2['hasOwnProperty']('howMany')&&!_0x368f67['isInteger'](_0x190da2['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x190da2['insertionPosition']&&_0x190da2['hasOwnProperty']('insertionPosition')&&(_0x3aad57=_0x12d128['Position']['verify'](_0x190da2['insertionPosition'])))return'insertionPosition.'+_0x3aad57;return null!=_0x190da2['wasUndone']&&_0x190da2['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x190da2['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xe9210['fromObject']=function(_0xc4db92){if(_0xc4db92 instanceof _0x12d128['SplitOperation'])return _0xc4db92;var _0x12145c=new _0x12d128['SplitOperation']();if(null!=_0xc4db92['splitPosition']){if('object'!=typeof _0xc4db92['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x12145c['splitPosition']=_0x12d128['Position']['fromObject'](_0xc4db92['splitPosition']);}if(null!=_0xc4db92['graveyardPosition']){if('object'!=typeof _0xc4db92['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x12145c['graveyardPosition']=_0x12d128['Position']['fromObject'](_0xc4db92['graveyardPosition']);}if(null!=_0xc4db92['howMany']&&(_0x12145c['howMany']=_0xc4db92['howMany']>>>0x0),null!=_0xc4db92['insertionPosition']){if('object'!=typeof _0xc4db92['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x12145c['insertionPosition']=_0x12d128['Position']['fromObject'](_0xc4db92['insertionPosition']);}return null!=_0xc4db92['wasUndone']&&(_0x12145c['wasUndone']=Boolean(_0xc4db92['wasUndone'])),_0x12145c;},_0xe9210['toObject']=function(_0x56989c,_0x424d81){_0x424d81||(_0x424d81={});var _0x5b1b91={};return _0x424d81['defaults']&&(_0x5b1b91['splitPosition']=null,_0x5b1b91['graveyardPosition']=null,_0x5b1b91['howMany']=0x0,_0x5b1b91['insertionPosition']=null,_0x5b1b91['wasUndone']=!0x1),null!=_0x56989c['splitPosition']&&_0x56989c['hasOwnProperty']('splitPosition')&&(_0x5b1b91['splitPosition']=_0x12d128['Position']['toObject'](_0x56989c['splitPosition'],_0x424d81)),null!=_0x56989c['graveyardPosition']&&_0x56989c['hasOwnProperty']('graveyardPosition')&&(_0x5b1b91['graveyardPosition']=_0x12d128['Position']['toObject'](_0x56989c['graveyardPosition'],_0x424d81)),null!=_0x56989c['howMany']&&_0x56989c['hasOwnProperty']('howMany')&&(_0x5b1b91['howMany']=_0x56989c['howMany']),null!=_0x56989c['insertionPosition']&&_0x56989c['hasOwnProperty']('insertionPosition')&&(_0x5b1b91['insertionPosition']=_0x12d128['Position']['toObject'](_0x56989c['insertionPosition'],_0x424d81)),null!=_0x56989c['wasUndone']&&_0x56989c['hasOwnProperty']('wasUndone')&&(_0x5b1b91['wasUndone']=_0x56989c['wasUndone']),_0x5b1b91;},_0xe9210['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24532a['util']['toJSONOptions']);},_0xe9210['getTypeUrl']=function(_0x57cab3){return void 0x0===_0x57cab3&&(_0x57cab3='type.googleapis.com'),_0x57cab3+'/SplitOperation';},_0xe9210;}()),_0x12d128['Position']=(function(){function _0x575b64(_0x119f21){if(this['path']=[],_0x119f21){for(var _0x12de04=Object['keys'](_0x119f21),_0x1708b1=0x0;_0x1708b1<_0x12de04['length'];++_0x1708b1)null!=_0x119f21[_0x12de04[_0x1708b1]]&&(this[_0x12de04[_0x1708b1]]=_0x119f21[_0x12de04[_0x1708b1]]);}}return _0x575b64['prototype']['root']='',_0x575b64['prototype']['rootMain']=!0x1,_0x575b64['prototype']['rootGraveyard']=!0x1,_0x575b64['prototype']['path']=_0x368f67['emptyArray'],_0x575b64['prototype']['stickiness']='',_0x575b64['create']=function(_0x577e1a){return new _0x575b64(_0x577e1a);},_0x575b64['encode']=function(_0x3efd6d,_0x4bc53c){if(_0x4bc53c||(_0x4bc53c=_0x1c76e5['create']()),null!=_0x3efd6d['root']&&Object['hasOwnProperty']['call'](_0x3efd6d,'root')&&_0x4bc53c['uint32'](0xa)['string'](_0x3efd6d['root']),null!=_0x3efd6d['rootMain']&&Object['hasOwnProperty']['call'](_0x3efd6d,'rootMain')&&_0x4bc53c['uint32'](0x10)['bool'](_0x3efd6d['rootMain']),null!=_0x3efd6d['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x3efd6d,'rootGraveyard')&&_0x4bc53c['uint32'](0x18)['bool'](_0x3efd6d['rootGraveyard']),null!=_0x3efd6d['path']&&_0x3efd6d['path']['length']){_0x4bc53c['uint32'](0x22)['fork']();for(var _0x37d92d=0x0;_0x37d92d<_0x3efd6d['path']['length'];++_0x37d92d)_0x4bc53c['uint32'](_0x3efd6d['path'][_0x37d92d]);_0x4bc53c['ldelim']();}return null!=_0x3efd6d['stickiness']&&Object['hasOwnProperty']['call'](_0x3efd6d,'stickiness')&&_0x4bc53c['uint32'](0x2a)['string'](_0x3efd6d['stickiness']),_0x4bc53c;},_0x575b64['encodeDelimited']=function(_0x5af1c4,_0xdae9bd){return this['encode'](_0x5af1c4,_0xdae9bd)['ldelim']();},_0x575b64['decode']=function(_0x41ff25,_0x439589){_0x41ff25 instanceof _0x57c96d||(_0x41ff25=_0x57c96d['create'](_0x41ff25));for(var _0x309017=void 0x0===_0x439589?_0x41ff25['len']:_0x41ff25['pos']+_0x439589,_0x3bf4d9=new _0x12d128['Position']();_0x41ff25['pos']<_0x309017;){var _0xb9755c=_0x41ff25['uint32']();switch(_0xb9755c>>>0x3){case 0x1:_0x3bf4d9['root']=_0x41ff25['string']();break;case 0x2:_0x3bf4d9['rootMain']=_0x41ff25['bool']();break;case 0x3:_0x3bf4d9['rootGraveyard']=_0x41ff25['bool']();break;case 0x4:if(_0x3bf4d9['path']&&_0x3bf4d9['path']['length']||(_0x3bf4d9['path']=[]),0x2==(0x7&_0xb9755c)){for(var _0x15e3f0=_0x41ff25['uint32']()+_0x41ff25['pos'];_0x41ff25['pos']<_0x15e3f0;)_0x3bf4d9['path']['push'](_0x41ff25['uint32']());}else _0x3bf4d9['path']['push'](_0x41ff25['uint32']());break;case 0x5:_0x3bf4d9['stickiness']=_0x41ff25['string']();break;default:_0x41ff25['skipType'](0x7&_0xb9755c);}}return _0x3bf4d9;},_0x575b64['decodeDelimited']=function(_0x2d813b){return _0x2d813b instanceof _0x57c96d||(_0x2d813b=new _0x57c96d(_0x2d813b)),this['decode'](_0x2d813b,_0x2d813b['uint32']());},_0x575b64['verify']=function(_0x3730e1){if('object'!=typeof _0x3730e1||null===_0x3730e1)return'object\x20expected';if(null!=_0x3730e1['root']&&_0x3730e1['hasOwnProperty']('root')&&!_0x368f67['isString'](_0x3730e1['root']))return'root:\x20string\x20expected';if(null!=_0x3730e1['rootMain']&&_0x3730e1['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x3730e1['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x3730e1['rootGraveyard']&&_0x3730e1['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x3730e1['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x3730e1['path']&&_0x3730e1['hasOwnProperty']('path')){if(!Array['isArray'](_0x3730e1['path']))return'path:\x20array\x20expected';for(var _0x3532b7=0x0;_0x3532b7<_0x3730e1['path']['length'];++_0x3532b7)if(!_0x368f67['isInteger'](_0x3730e1['path'][_0x3532b7]))return'path:\x20integer[]\x20expected';}return null!=_0x3730e1['stickiness']&&_0x3730e1['hasOwnProperty']('stickiness')&&!_0x368f67['isString'](_0x3730e1['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x575b64['fromObject']=function(_0x2536d2){if(_0x2536d2 instanceof _0x12d128['Position'])return _0x2536d2;var _0x1c83ff=new _0x12d128['Position']();if(null!=_0x2536d2['root']&&(_0x1c83ff['root']=String(_0x2536d2['root'])),null!=_0x2536d2['rootMain']&&(_0x1c83ff['rootMain']=Boolean(_0x2536d2['rootMain'])),null!=_0x2536d2['rootGraveyard']&&(_0x1c83ff['rootGraveyard']=Boolean(_0x2536d2['rootGraveyard'])),_0x2536d2['path']){if(!Array['isArray'](_0x2536d2['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x1c83ff['path']=[];for(var _0x2be7f9=0x0;_0x2be7f9<_0x2536d2['path']['length'];++_0x2be7f9)_0x1c83ff['path'][_0x2be7f9]=_0x2536d2['path'][_0x2be7f9]>>>0x0;}return null!=_0x2536d2['stickiness']&&(_0x1c83ff['stickiness']=String(_0x2536d2['stickiness'])),_0x1c83ff;},_0x575b64['toObject']=function(_0x345162,_0x25b8d3){_0x25b8d3||(_0x25b8d3={});var _0x2e1518={};if((_0x25b8d3['arrays']||_0x25b8d3['defaults'])&&(_0x2e1518['path']=[]),_0x25b8d3['defaults']&&(_0x2e1518['root']='',_0x2e1518['rootMain']=!0x1,_0x2e1518['rootGraveyard']=!0x1,_0x2e1518['stickiness']=''),null!=_0x345162['root']&&_0x345162['hasOwnProperty']('root')&&(_0x2e1518['root']=_0x345162['root']),null!=_0x345162['rootMain']&&_0x345162['hasOwnProperty']('rootMain')&&(_0x2e1518['rootMain']=_0x345162['rootMain']),null!=_0x345162['rootGraveyard']&&_0x345162['hasOwnProperty']('rootGraveyard')&&(_0x2e1518['rootGraveyard']=_0x345162['rootGraveyard']),_0x345162['path']&&_0x345162['path']['length']){_0x2e1518['path']=[];for(var _0x1c630f=0x0;_0x1c630f<_0x345162['path']['length'];++_0x1c630f)_0x2e1518['path'][_0x1c630f]=_0x345162['path'][_0x1c630f];}return null!=_0x345162['stickiness']&&_0x345162['hasOwnProperty']('stickiness')&&(_0x2e1518['stickiness']=_0x345162['stickiness']),_0x2e1518;},_0x575b64['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24532a['util']['toJSONOptions']);},_0x575b64['getTypeUrl']=function(_0x2f11ee){return void 0x0===_0x2f11ee&&(_0x2f11ee='type.googleapis.com'),_0x2f11ee+'/Position';},_0x575b64;}()),_0x12d128['Range']=(function(){function _0x4b08a2(_0x3b5549){if(_0x3b5549){for(var _0x136976=Object['keys'](_0x3b5549),_0x2366ec=0x0;_0x2366ec<_0x136976['length'];++_0x2366ec)null!=_0x3b5549[_0x136976[_0x2366ec]]&&(this[_0x136976[_0x2366ec]]=_0x3b5549[_0x136976[_0x2366ec]]);}}return _0x4b08a2['prototype']['start']=null,_0x4b08a2['prototype']['end']=null,_0x4b08a2['create']=function(_0x35bca3){return new _0x4b08a2(_0x35bca3);},_0x4b08a2['encode']=function(_0x5c8cf1,_0x413b4b){return _0x413b4b||(_0x413b4b=_0x1c76e5['create']()),null!=_0x5c8cf1['start']&&Object['hasOwnProperty']['call'](_0x5c8cf1,'start')&&_0x12d128['Position']['encode'](_0x5c8cf1['start'],_0x413b4b['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5c8cf1['end']&&Object['hasOwnProperty']['call'](_0x5c8cf1,'end')&&_0x12d128['Position']['encode'](_0x5c8cf1['end'],_0x413b4b['uint32'](0x12)['fork']())['ldelim'](),_0x413b4b;},_0x4b08a2['encodeDelimited']=function(_0x5a862f,_0x3b14e9){return this['encode'](_0x5a862f,_0x3b14e9)['ldelim']();},_0x4b08a2['decode']=function(_0x10b846,_0x3afa57){_0x10b846 instanceof _0x57c96d||(_0x10b846=_0x57c96d['create'](_0x10b846));for(var _0x306372=void 0x0===_0x3afa57?_0x10b846['len']:_0x10b846['pos']+_0x3afa57,_0x2796f3=new _0x12d128['Range']();_0x10b846['pos']<_0x306372;){var _0x14bc05=_0x10b846['uint32']();switch(_0x14bc05>>>0x3){case 0x1:_0x2796f3['start']=_0x12d128['Position']['decode'](_0x10b846,_0x10b846['uint32']());break;case 0x2:_0x2796f3['end']=_0x12d128['Position']['decode'](_0x10b846,_0x10b846['uint32']());break;default:_0x10b846['skipType'](0x7&_0x14bc05);}}return _0x2796f3;},_0x4b08a2['decodeDelimited']=function(_0x44dd86){return _0x44dd86 instanceof _0x57c96d||(_0x44dd86=new _0x57c96d(_0x44dd86)),this['decode'](_0x44dd86,_0x44dd86['uint32']());},_0x4b08a2['verify']=function(_0x1129d7){if('object'!=typeof _0x1129d7||null===_0x1129d7)return'object\x20expected';var _0x2397b;if(null!=_0x1129d7['start']&&_0x1129d7['hasOwnProperty']('start')&&(_0x2397b=_0x12d128['Position']['verify'](_0x1129d7['start'])))return'start.'+_0x2397b;if(null!=_0x1129d7['end']&&_0x1129d7['hasOwnProperty']('end')&&(_0x2397b=_0x12d128['Position']['verify'](_0x1129d7['end'])))return'end.'+_0x2397b;return null;},_0x4b08a2['fromObject']=function(_0x448124){if(_0x448124 instanceof _0x12d128['Range'])return _0x448124;var _0x3f8443=new _0x12d128['Range']();if(null!=_0x448124['start']){if('object'!=typeof _0x448124['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x3f8443['start']=_0x12d128['Position']['fromObject'](_0x448124['start']);}if(null!=_0x448124['end']){if('object'!=typeof _0x448124['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x3f8443['end']=_0x12d128['Position']['fromObject'](_0x448124['end']);}return _0x3f8443;},_0x4b08a2['toObject']=function(_0x3df23f,_0x39de03){_0x39de03||(_0x39de03={});var _0x3ef318={};return _0x39de03['defaults']&&(_0x3ef318['start']=null,_0x3ef318['end']=null),null!=_0x3df23f['start']&&_0x3df23f['hasOwnProperty']('start')&&(_0x3ef318['start']=_0x12d128['Position']['toObject'](_0x3df23f['start'],_0x39de03)),null!=_0x3df23f['end']&&_0x3df23f['hasOwnProperty']('end')&&(_0x3ef318['end']=_0x12d128['Position']['toObject'](_0x3df23f['end'],_0x39de03)),_0x3ef318;},_0x4b08a2['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24532a['util']['toJSONOptions']);},_0x4b08a2['getTypeUrl']=function(_0x333c88){return void 0x0===_0x333c88&&(_0x333c88='type.googleapis.com'),_0x333c88+'/Range';},_0x4b08a2;}()),_0x12d128['Element']=(function(){function _0x5111fa(_0x2b23ff){if(this['children']=[],this['attributesBoolean']={},_0x2b23ff){for(var _0x4de790=Object['keys'](_0x2b23ff),_0xd1ead9=0x0;_0xd1ead9<_0x4de790['length'];++_0xd1ead9)null!=_0x2b23ff[_0x4de790[_0xd1ead9]]&&(this[_0x4de790[_0xd1ead9]]=_0x2b23ff[_0x4de790[_0xd1ead9]]);}}return _0x5111fa['prototype']['name']='',_0x5111fa['prototype']['children']=_0x368f67['emptyArray'],_0x5111fa['prototype']['data']='',_0x5111fa['prototype']['attributesBoolean']=_0x368f67['emptyObject'],_0x5111fa['prototype']['attributesJson']='',_0x5111fa['create']=function(_0x531ecb){return new _0x5111fa(_0x531ecb);},_0x5111fa['encode']=function(_0x44c4bb,_0x46ea04){if(_0x46ea04||(_0x46ea04=_0x1c76e5['create']()),null!=_0x44c4bb['name']&&Object['hasOwnProperty']['call'](_0x44c4bb,'name')&&_0x46ea04['uint32'](0xa)['string'](_0x44c4bb['name']),null!=_0x44c4bb['children']&&_0x44c4bb['children']['length']){for(var _0x231974=0x0;_0x231974<_0x44c4bb['children']['length'];++_0x231974)_0x12d128['Element']['encode'](_0x44c4bb['children'][_0x231974],_0x46ea04['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x44c4bb['data']&&Object['hasOwnProperty']['call'](_0x44c4bb,'data')&&_0x46ea04['uint32'](0x1a)['string'](_0x44c4bb['data']),null!=_0x44c4bb['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x44c4bb,'attributesBoolean')){var _0x15690e=Object['keys'](_0x44c4bb['attributesBoolean']);for(_0x231974=0x0;_0x231974<_0x15690e['length'];++_0x231974)_0x46ea04['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x15690e[_0x231974])['uint32'](0x10)['bool'](_0x44c4bb['attributesBoolean'][_0x15690e[_0x231974]])['ldelim']();}return null!=_0x44c4bb['attributesJson']&&Object['hasOwnProperty']['call'](_0x44c4bb,'attributesJson')&&_0x46ea04['uint32'](0x2a)['string'](_0x44c4bb['attributesJson']),_0x46ea04;},_0x5111fa['encodeDelimited']=function(_0x1ee584,_0x18e42f){return this['encode'](_0x1ee584,_0x18e42f)['ldelim']();},_0x5111fa['decode']=function(_0x206589,_0x157918){_0x206589 instanceof _0x57c96d||(_0x206589=_0x57c96d['create'](_0x206589));for(var _0x45fc5f,_0x273f1d,_0x460f54=void 0x0===_0x157918?_0x206589['len']:_0x206589['pos']+_0x157918,_0x294f6e=new _0x12d128['Element']();_0x206589['pos']<_0x460f54;){var _0x4f59bf=_0x206589['uint32']();switch(_0x4f59bf>>>0x3){case 0x1:_0x294f6e['name']=_0x206589['string']();break;case 0x2:_0x294f6e['children']&&_0x294f6e['children']['length']||(_0x294f6e['children']=[]),_0x294f6e['children']['push'](_0x12d128['Element']['decode'](_0x206589,_0x206589['uint32']()));break;case 0x3:_0x294f6e['data']=_0x206589['string']();break;case 0x4:_0x294f6e['attributesBoolean']===_0x368f67['emptyObject']&&(_0x294f6e['attributesBoolean']={});var _0x1d5e6e=_0x206589['uint32']()+_0x206589['pos'];for(_0x45fc5f='',_0x273f1d=!0x1;_0x206589['pos']<_0x1d5e6e;){var _0x2e938d=_0x206589['uint32']();switch(_0x2e938d>>>0x3){case 0x1:_0x45fc5f=_0x206589['string']();break;case 0x2:_0x273f1d=_0x206589['bool']();break;default:_0x206589['skipType'](0x7&_0x2e938d);}}_0x294f6e['attributesBoolean'][_0x45fc5f]=_0x273f1d;break;case 0x5:_0x294f6e['attributesJson']=_0x206589['string']();break;default:_0x206589['skipType'](0x7&_0x4f59bf);}}return _0x294f6e;},_0x5111fa['decodeDelimited']=function(_0x49a312){return _0x49a312 instanceof _0x57c96d||(_0x49a312=new _0x57c96d(_0x49a312)),this['decode'](_0x49a312,_0x49a312['uint32']());},_0x5111fa['verify']=function(_0x2172be){if('object'!=typeof _0x2172be||null===_0x2172be)return'object\x20expected';if(null!=_0x2172be['name']&&_0x2172be['hasOwnProperty']('name')&&!_0x368f67['isString'](_0x2172be['name']))return'name:\x20string\x20expected';if(null!=_0x2172be['children']&&_0x2172be['hasOwnProperty']('children')){if(!Array['isArray'](_0x2172be['children']))return'children:\x20array\x20expected';for(var _0x203e11=0x0;_0x203e11<_0x2172be['children']['length'];++_0x203e11){var _0x4a46a2=_0x12d128['Element']['verify'](_0x2172be['children'][_0x203e11]);if(_0x4a46a2)return'children.'+_0x4a46a2;}}if(null!=_0x2172be['data']&&_0x2172be['hasOwnProperty']('data')&&!_0x368f67['isString'](_0x2172be['data']))return'data:\x20string\x20expected';if(null!=_0x2172be['attributesBoolean']&&_0x2172be['hasOwnProperty']('attributesBoolean')){if(!_0x368f67['isObject'](_0x2172be['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x11247c=Object['keys'](_0x2172be['attributesBoolean']);for(_0x203e11=0x0;_0x203e11<_0x11247c['length'];++_0x203e11)if('boolean'!=typeof _0x2172be['attributesBoolean'][_0x11247c[_0x203e11]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x2172be['attributesJson']&&_0x2172be['hasOwnProperty']('attributesJson')&&!_0x368f67['isString'](_0x2172be['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x5111fa['fromObject']=function(_0x27ae71){if(_0x27ae71 instanceof _0x12d128['Element'])return _0x27ae71;var _0x6f0cff=new _0x12d128['Element']();if(null!=_0x27ae71['name']&&(_0x6f0cff['name']=String(_0x27ae71['name'])),_0x27ae71['children']){if(!Array['isArray'](_0x27ae71['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x6f0cff['children']=[];for(var _0x251e08=0x0;_0x251e08<_0x27ae71['children']['length'];++_0x251e08){if('object'!=typeof _0x27ae71['children'][_0x251e08])throw TypeError('.Element.children:\x20object\x20expected');_0x6f0cff['children'][_0x251e08]=_0x12d128['Element']['fromObject'](_0x27ae71['children'][_0x251e08]);}}if(null!=_0x27ae71['data']&&(_0x6f0cff['data']=String(_0x27ae71['data'])),_0x27ae71['attributesBoolean']){if('object'!=typeof _0x27ae71['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x6f0cff['attributesBoolean']={};var _0xabde9=Object['keys'](_0x27ae71['attributesBoolean']);for(_0x251e08=0x0;_0x251e08<_0xabde9['length'];++_0x251e08)_0x6f0cff['attributesBoolean'][_0xabde9[_0x251e08]]=Boolean(_0x27ae71['attributesBoolean'][_0xabde9[_0x251e08]]);}return null!=_0x27ae71['attributesJson']&&(_0x6f0cff['attributesJson']=String(_0x27ae71['attributesJson'])),_0x6f0cff;},_0x5111fa['toObject']=function(_0x1efc59,_0x19487c){_0x19487c||(_0x19487c={});var _0x1f931e,_0x12838b={};if((_0x19487c['arrays']||_0x19487c['defaults'])&&(_0x12838b['children']=[]),(_0x19487c['objects']||_0x19487c['defaults'])&&(_0x12838b['attributesBoolean']={}),_0x19487c['defaults']&&(_0x12838b['name']='',_0x12838b['data']='',_0x12838b['attributesJson']=''),null!=_0x1efc59['name']&&_0x1efc59['hasOwnProperty']('name')&&(_0x12838b['name']=_0x1efc59['name']),_0x1efc59['children']&&_0x1efc59['children']['length']){_0x12838b['children']=[];for(var _0x5bc3de=0x0;_0x5bc3de<_0x1efc59['children']['length'];++_0x5bc3de)_0x12838b['children'][_0x5bc3de]=_0x12d128['Element']['toObject'](_0x1efc59['children'][_0x5bc3de],_0x19487c);}if(null!=_0x1efc59['data']&&_0x1efc59['hasOwnProperty']('data')&&(_0x12838b['data']=_0x1efc59['data']),_0x1efc59['attributesBoolean']&&(_0x1f931e=Object['keys'](_0x1efc59['attributesBoolean']))['length']){_0x12838b['attributesBoolean']={};for(_0x5bc3de=0x0;_0x5bc3de<_0x1f931e['length'];++_0x5bc3de)_0x12838b['attributesBoolean'][_0x1f931e[_0x5bc3de]]=_0x1efc59['attributesBoolean'][_0x1f931e[_0x5bc3de]];}return null!=_0x1efc59['attributesJson']&&_0x1efc59['hasOwnProperty']('attributesJson')&&(_0x12838b['attributesJson']=_0x1efc59['attributesJson']),_0x12838b;},_0x5111fa['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24532a['util']['toJSONOptions']);},_0x5111fa['getTypeUrl']=function(_0x11a702){return void 0x0===_0x11a702&&(_0x11a702='type.googleapis.com'),_0x11a702+'/Element';},_0x5111fa;}()),_0x12d128;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x4dbe16){return new w(this['_protobufRoot'][_0x4dbe16]);}}class w{['_protobuf'];constructor(_0x55c670){this['_protobuf']=_0x55c670;}['compress'](_0x52f85e){const _0x540897=this['_protobuf']['verify'](_0x52f85e);if(_0x540897)throw Error(_0x540897);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x52f85e))['finish']();}['decompress'](_0x14520d){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x14520d),{'oneofs':!0x0});}}function g(_0x737c15,_0xea3983){const _0x3f6e6a=_0x2c72b4(_0x737c15);return _0x3f6e6a['path'][_0x3f6e6a['path']['length']-0x1]+=_0xea3983,_0x3f6e6a;}function _(_0x5ef3dc,_0x2aa93d){return _0x5ef3dc['root']===_0x2aa93d['root']&&_0x2b94f8(_0x5ef3dc['path'],_0x2aa93d['path']);}function $(_0x5686f5){P(_0x5686f5,_0x5f0448=>('main'==_0x5f0448['root']?(_0x5f0448['rootMain']=!0x0,delete _0x5f0448['root']):'$graveyard'==_0x5f0448['root']&&(_0x5f0448['rootGraveyard']=!0x0,delete _0x5f0448['root']),_0x5f0448));}function J(_0xcbc2d4){P(_0xcbc2d4,_0x28a6d0=>(_0x28a6d0['rootMain']?(_0x28a6d0['root']='main',delete _0x28a6d0['rootMain']):_0x28a6d0['rootGraveyard']&&(_0x28a6d0['root']='$graveyard',delete _0x28a6d0['rootGraveyard']),_0x28a6d0));}function P(_0x386ca4,_0x4457de){for(const _0x433a11 in _0x386ca4){const _0x295c80=_0x386ca4[_0x433a11];'nodes'!==_0x433a11&&_0x665a28(_0x295c80)&&(_0x295c80['path']&&(_0x295c80['root']||_0x295c80['rootMain']||_0x295c80['rootGraveyard'])?_0x386ca4[_0x433a11]=_0x4457de(_0x295c80):P(_0x295c80,_0x4457de));}return _0x386ca4;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x5bfb89,_0x293cfe,_0x57eb2c){this['_id']=_0x5bfb89,this['_operationName']=_0x293cfe,this['_protobufDescriptor']=_0x57eb2c;}['compress'](_0x5196bf,_0xbef224){const _0x3d132b=_0xbef224['operations'][_0xbef224['index']++];return $(_0x3d132b),_0x5196bf['buffers']['push'](this['_protobufDescriptor']['compress'](_0x3d132b)),_0x5196bf['types']['push'](this['_id']),!0x0;}['decompress'](_0x3f859e,_0x31d841){_0x31d841['typeIndex']++;const _0xcbcbed=_0x31d841['buffers'][_0x31d841['bufferIndex']++],_0x8f536c=this['_protobufDescriptor']['decompress'](_0xcbcbed);J(_0x8f536c),_0x8f536c['__className']=this['_operationName'],_0x3f859e['push'](_0x8f536c);}}class s extends e{['compress'](_0x207641,_0x2b38a9){const _0x2ca0cd=_0x2b38a9['operations'][_0x2b38a9['index']++];return this['_serializeOneOf']('oldValue',_0x2ca0cd),this['_serializeOneOf']('newValue',_0x2ca0cd),$(_0x2ca0cd),_0x207641['buffers']['push'](this['_protobufDescriptor']['compress'](_0x2ca0cd)),_0x207641['types']['push'](this['_id']),!0x0;}['decompress'](_0x44a308,_0xe9aaee){_0xe9aaee['typeIndex']++;const _0xc5030e=_0xe9aaee['buffers'][_0xe9aaee['bufferIndex']++],_0xb0011e=this['_protobufDescriptor']['decompress'](_0xc5030e);this['_deserializeOneOf']('oldValue',_0xb0011e),this['_deserializeOneOf']('newValue',_0xb0011e),J(_0xb0011e),_0xb0011e['__className']=this['_operationName'],_0x44a308['push'](_0xb0011e);}['_serializeOneOf'](_0x5e8817,_0x580c7a){const _0x2f887b=_0x580c7a[_0x5e8817];'boolean'==typeof _0x2f887b?_0x580c7a[_0x5e8817+'Boolean']=_0x2f887b:_0x580c7a[_0x5e8817+'Json']=JSON['stringify'](_0x2f887b);}['_deserializeOneOf'](_0x666121,_0xcce99){const _0x2afcd2=_0x666121+'Json';_0xcce99[_0x2afcd2]?(_0xcce99[_0x666121]=JSON['parse'](_0xcce99[_0x2afcd2]),delete _0xcce99[_0x2afcd2]):(_0xcce99[_0x666121]=_0xcce99[_0x666121+'Boolean'],delete _0xcce99[_0x666121+'Boolean']);}}class i extends e{['compress'](_0x108cb4,_0x1952b4){const _0x9d154f=_0x1952b4['operations'][_0x1952b4['index']++];return this['_serializeNodesAttributes'](_0x9d154f['nodes']),$(_0x9d154f),_0x108cb4['buffers']['push'](this['_protobufDescriptor']['compress'](_0x9d154f)),_0x108cb4['types']['push'](this['_id']),!0x0;}['decompress'](_0x63c4df,_0x52f167){_0x52f167['typeIndex']++;const _0x4315f3=_0x52f167['buffers'][_0x52f167['bufferIndex']++],_0x121aad=this['_protobufDescriptor']['decompress'](_0x4315f3);_0x121aad['nodes']||(_0x121aad['nodes']=[]),this['_deserializeNodesAttributes'](_0x121aad['nodes']),J(_0x121aad),_0x121aad['__className']=this['_operationName'],_0x63c4df['push'](_0x121aad);}['_serializeNodesAttributes'](_0x321f6a){for(const _0x3605ce of _0x321f6a){if(_0x3605ce['attributes']){const _0x4f7e29=_0x3605ce['attributes'];this['_areValuesBoolean'](_0x4f7e29)?_0x3605ce['attributesBoolean']=_0x4f7e29:_0x3605ce['attributesJson']=JSON['stringify'](_0x4f7e29);}_0x3605ce['children']&&this['_serializeNodesAttributes'](_0x3605ce['children']);}}['_deserializeNodesAttributes'](_0x13eb5f){for(const _0x74bad2 of _0x13eb5f)(_0x74bad2['attributesBoolean']||_0x74bad2['attributesJson'])&&(_0x74bad2['attributesBoolean']?(_0x74bad2['attributes']=_0x74bad2['attributesBoolean'],delete _0x74bad2['attributesBoolean']):(_0x74bad2['attributes']=JSON['parse'](_0x74bad2['attributesJson']),delete _0x74bad2['attributesJson'])),_0x74bad2['children']&&this['_deserializeNodesAttributes'](_0x74bad2['children']);}['_areValuesBoolean'](_0x12ea2b){return Object['keys'](_0x12ea2b)['every'](_0x1268b2=>'boolean'==typeof _0x12ea2b[_0x1268b2]);}}class n extends e{['decompress'](_0x524e2c,_0x3a6e4f){super['decompress'](_0x524e2c,_0x3a6e4f);const _0x5bbfcc=_0x524e2c[_0x524e2c['length']-0x1];_0x5bbfcc['oldRange']||(_0x5bbfcc['oldRange']=null),_0x5bbfcc['newRange']||(_0x5bbfcc['newRange']=null);}}class p extends e{['compress'](_0x3e573a,_0x27ed28){return _0x27ed28['index']++,_0x3e573a['types']['push'](this['_id']),!0x0;}['decompress'](_0x2979d4,_0x57c938){_0x57c938['typeIndex']++,_0x2979d4['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x31a831,_0x4fe488,_0x3f5d89,_0xa0f74c){super(_0x31a831,_0x4fe488,_0x3f5d89),this['_omittedNamespace']=_0xa0f74c+':';}['compress'](_0x5eae10,_0x371041){const _0x1e9174=_0x371041['operations'][_0x371041['index']];return!('MarkerOperation'!=_0x1e9174['__className']||!_0x1e9174['name']['startsWith'](this['_omittedNamespace']))&&(_0x1e9174['name']=_0x1e9174['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x5eae10,_0x371041),!0x0);}['decompress'](_0x15c68f,_0x4d1a2c){super['decompress'](_0x15c68f,_0x4d1a2c);const _0x43dda4=_0x15c68f[_0x15c68f['length']-0x1];_0x43dda4['name']=this['_omittedNamespace']+_0x43dda4['name'];}}class O{['_id'];['_context'];constructor(_0x1feddb,_0x2a4747){this['_id']=_0x1feddb,this['_context']=_0x2a4747;}['compress'](_0x58c21c,_0x7f32e3){let _0x4e296a,_0x33d6da=_0x7f32e3['operations'][_0x7f32e3['index']],_0x36b80b=_0x7f32e3['operations'][_0x7f32e3['index']+0x1];for(;_0x36b80b&&this['_compareOperations'](_0x33d6da,_0x36b80b);)_0x4e296a?(_0x4e296a=this['_combineNext'](_0x33d6da,_0x4e296a),_0x58c21c['types']['push'](0x0)):(_0x4e296a=_0x2c72b4(_0x33d6da),_0x58c21c['types']['push'](this['_id'])),_0x7f32e3['index']++,_0x33d6da=_0x7f32e3['operations'][_0x7f32e3['index']],_0x36b80b=_0x7f32e3['operations'][_0x7f32e3['index']+0x1];return!!_0x4e296a&&(_0x4e296a=this['_combineNext'](_0x7f32e3['operations'][_0x7f32e3['index']++],_0x4e296a),_0x58c21c['types']['push'](0x0),_0x58c21c['buffers']['push'](this['_compressSingleOperation'](_0x4e296a)),!0x0);}['decompress'](_0x51ded8,_0x1c03f5){const _0x29765b=this['_decompressSingleOperation'](_0x1c03f5);for(;0x0==_0x1c03f5['types'][_0x1c03f5['typeIndex']];)_0x1c03f5['typeIndex']++,_0x51ded8['push'](this['_splitCurrent'](_0x29765b));_0x51ded8['push'](_0x29765b);}}class c extends O{['_combineNext'](_0x4a7856,_0x46d7ee){return _0x46d7ee['nodes'][0x0]['data']+=_0x4a7856['nodes'][0x0]['data'],_0x46d7ee;}['_splitCurrent'](_0x596e87){const _0x10109b=_0x2c72b4(_0x596e87),_0x1ae334=_0x10109b['nodes'][0x0],_0x1827c9=_0x596e87['nodes'][0x0],_0x25aaf1=_0x1827c9['data'][Symbol['iterator']]()['next']()['value'],_0x30c399=_0x25aaf1['length'];return _0x1ae334['data']=_0x25aaf1,_0x1827c9['data']=_0x1827c9['data']['substr'](_0x30c399),_0x596e87['position']=g(_0x596e87['position'],_0x30c399),_0x10109b;}['_compareOperations'](_0x1d522e,_0x2b5a0c){if(this['_checkOperation'](_0x1d522e)&&this['_checkOperation'](_0x2b5a0c)){const _0x181f7d=_0x1d522e['nodes'][0x0]['data']['length'],_0x4d36a0=_(g(_0x1d522e['position'],_0x181f7d),_0x2b5a0c['position']),_0x19d340=_0x1d522e['nodes'][0x0],_0x30e8cb=_0x2b5a0c['nodes'][0x0];return _0x4d36a0&&this['_compareAttributes'](_0x19d340,_0x30e8cb);}return!0x1;}['_compressSingleOperation'](_0x4092e4){const _0xe5ace3={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0xe5ace3,{'operations':[_0x4092e4],'index':0x0}),_0xe5ace3['buffers'][0x0];}['_decompressSingleOperation'](_0x3737f3){const _0x292977=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x292977,_0x3737f3),_0x292977[0x0];}['_checkOperation'](_0x393162){return'InsertOperation'==_0x393162['__className']&&0x1==_0x393162['nodes']['length']&&_0x393162['nodes'][0x0]['data']&&!_0x393162['wasUndone']&&0x1==Array['from'](_0x393162['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x93d9fe,_0x55802c){const _0x5db6fb=Object['keys'](_0x93d9fe['attributes']||{}),_0xec00b4=Object['keys'](_0x55802c['attributes']||{});return _0x5db6fb['length']===_0xec00b4['length']&&_0x5db6fb['every'](_0x2c7763=>_0x55802c['attributes'][_0x2c7763]&&_0x55802c['attributes'][_0x2c7763]===_0x93d9fe['attributes'][_0x2c7763]);}}class m extends O{['_combineNext'](_0x44c52f,_0x1f2db5){return _0x1f2db5['howMany']++,_0x1f2db5['sourcePosition']=_0x2c72b4(_0x44c52f['sourcePosition']),_0x1f2db5;}['_splitCurrent'](_0x3673a8){const _0x9cc14c=_0x2c72b4(_0x3673a8);return _0x3673a8['howMany']--,_0x9cc14c['howMany']=0x1,_0x9cc14c['sourcePosition']=g(_0x9cc14c['sourcePosition'],_0x3673a8['howMany']),_0x9cc14c;}['_compareOperations'](_0x3acd21,_0x4ccdeb){return!(!this['_checkOperation'](_0x3acd21)||!this['_checkOperation'](_0x4ccdeb))&&(_(g(_0x3acd21['sourcePosition'],-0x1),_0x4ccdeb['sourcePosition'])&&_(_0x3acd21['targetPosition'],_0x4ccdeb['targetPosition']));}['_compressSingleOperation'](_0x56ebf9){const _0x46e942={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x46e942,{'operations':[_0x56ebf9],'index':0x0}),_0x46e942['buffers'][0x0];}['_decompressSingleOperation'](_0xc717d2){const _0x304de7=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x304de7,_0xc717d2),_0x304de7[0x0];}['_checkOperation'](_0x558e21){return'MoveOperation'==_0x558e21['__className']&&'$graveyard'==_0x558e21['targetPosition']['root']&&0x1==_0x558e21['howMany']&&!_0x558e21['wasUndone'];}}class h extends O{['_combineNext'](_0x339587,_0xd12c89){return _0xd12c89['howMany']++,_0xd12c89;}['_splitCurrent'](_0x29ca0b){const _0x51805d=_0x2c72b4(_0x29ca0b);return _0x51805d['howMany']=0x1,_0x29ca0b['howMany']--,_0x51805d;}['_compareOperations'](_0x3d060a,_0x2f3f53){return!(!this['_checkOperation'](_0x3d060a)||!this['_checkOperation'](_0x2f3f53))&&(_(_0x3d060a['sourcePosition'],_0x2f3f53['sourcePosition'])&&_(_0x3d060a['targetPosition'],_0x2f3f53['targetPosition']));}['_compressSingleOperation'](_0x54a5ff){const _0x5d2d85={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x5d2d85,{'operations':[_0x54a5ff],'index':0x0}),_0x5d2d85['buffers'][0x0];}['_decompressSingleOperation'](_0x5612f8){const _0x2c2827=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x2c2827,_0x5612f8),_0x2c2827[0x0];}['_checkOperation'](_0x6cdfa8){return'MoveOperation'==_0x6cdfa8['__className']&&'$graveyard'==_0x6cdfa8['targetPosition']['root']&&0x1==_0x6cdfa8['howMany']&&!_0x6cdfa8['wasUndone'];}}class f extends O{['compress'](_0x5860c7,_0x606eb){if(!this['_compareOperations'](_0x606eb['operations'][_0x606eb['index']],_0x606eb['operations'][_0x606eb['index']+0x1]))return!0x1;const _0x107734=_0x606eb['operations'][_0x606eb['index']++];return _0x107734['oldRange']=null,_0x107734['newRange']&&_(_0x107734['newRange']['start'],_0x107734['newRange']['end'])&&(_0x107734['newRange']['end']=null),_0x606eb['index']++,_0x5860c7['types']['push'](this['_id']),_0x5860c7['types']['push'](0x0),_0x5860c7['buffers']['push'](this['_compressSingleOperation'](_0x107734)),!0x0;}['decompress'](_0x53ec6b,_0x2ade36){const _0x2a6e1a=this['_decompressSingleOperation'](_0x2ade36);_0x2a6e1a['newRange']&&!_0x2a6e1a['newRange']['end']&&(_0x2a6e1a['newRange']['end']=_0x2c72b4(_0x2a6e1a['newRange']['start']));const _0x18b680=_0x2c72b4(_0x2a6e1a);_0x18b680['newRange']&&(_0x18b680['newRange']['start']['stickiness']='toNone',_0x18b680['newRange']['end']=_0x2c72b4(_0x18b680['newRange']['start'])),_0x18b680['name']='user:position:'+_0x18b680['name']['split'](':')[0x2],_0x2ade36['typeIndex']++,_0x53ec6b['push'](_0x2a6e1a),_0x53ec6b['push'](_0x18b680);}['_compressSingleOperation'](_0x508b9d){const _0x4ac4ad={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x4ac4ad,{'operations':[_0x508b9d],'index':0x0}),_0x4ac4ad['buffers'][0x0];}['_decompressSingleOperation'](_0x512922){const _0x20f41f=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x20f41f,_0x512922),_0x20f41f[0x0];}['_compareOperations'](_0x566c57,_0x335486){return!(!_0x566c57||!_0x335486)&&('MarkerOperation'==_0x566c57['__className']&&'MarkerOperation'==_0x335486['__className']&&!(!_0x566c57['name']['startsWith']('user:')||!_0x335486['name']['startsWith']('user:')||_0x566c57['name']==_0x335486['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x14cae5=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new a(0x12,'MarkerOperation',_0x14cae5,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x14cae5,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',c),this['_registerActionCompressor'](0x65,'DeletingAction',m),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x4dc6a4){if(!_0x4dc6a4||!_0x4dc6a4[0x0])throw new _0xe8284f('no-operations-provided',this);const _0x25d2f9={'operations':_0x4dc6a4,'index':0x0},_0x5ff4d8={'types':[],'buffers':[],'baseVersion':_0x4dc6a4[0x0]['baseVersion']};for(;_0x25d2f9['index']<_0x25d2f9['operations']['length'];){if(this['_getCompressorByName']('UserSelectionAction')['compress'](_0x5ff4d8,_0x25d2f9))continue;if(this['_getCompressorByName']('TypingAction')['compress'](_0x5ff4d8,_0x25d2f9))continue;if(this['_getCompressorByName']('DeletingAction')['compress'](_0x5ff4d8,_0x25d2f9))continue;if(this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x5ff4d8,_0x25d2f9))continue;if(this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x5ff4d8,_0x25d2f9))continue;if(this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x5ff4d8,_0x25d2f9))continue;const _0x11d05c=_0x25d2f9['operations'][_0x25d2f9['index']]['__className'];this['_getCompressorByName'](_0x11d05c)['compress'](_0x5ff4d8,_0x25d2f9);}return _0x5ff4d8;}['decompress'](_0x5ebeed){const _0x3757a5=[],_0x5cace4={'types':_0x5ebeed['types'],'buffers':_0x5ebeed['buffers'],'baseVersion':_0x5ebeed['baseVersion'],'typeIndex':0x0,'bufferIndex':0x0};for(;_0x5cace4['typeIndex']<_0x5cace4['types']['length'];){const _0x94b7d7=_0x5cace4['types'][_0x5cace4['typeIndex']],_0x33ffb0=this['_compressorById']['get'](_0x94b7d7);if(!_0x33ffb0)throw new _0xe8284f('decompress-compressor-not-found',this,{'type':_0x94b7d7});_0x33ffb0['decompress'](_0x3757a5,_0x5cace4);}return _0x3757a5['forEach']((_0x5d6842,_0x4e75d4)=>_0x5d6842['baseVersion']=_0x5ebeed['baseVersion']+_0x4e75d4),_0x3757a5;}['_getCompressorByName'](_0x5a5547){return this['_compressorByName']['get'](_0x5a5547);}['_registerOperationCompressor'](_0x4750bd,_0xde4f08,_0x7bf204){const _0x185502=new _0x7bf204(_0x4750bd,_0xde4f08,this['_protobufFactory']['getDescriptor'](_0xde4f08));this['_registerCompressor'](_0x4750bd,_0xde4f08,_0x185502);}['_registerActionCompressor'](_0x38ec81,_0x1a5565,_0x183c27){const _0xcc87fe=new _0x183c27(_0x38ec81,this);this['_registerCompressor'](_0x38ec81,_0x1a5565,_0xcc87fe);}['_registerCompressor'](_0x449052,_0x225a3f,_0x2e5944){this['_compressorById']['set'](_0x449052,_0x2e5944),this['_compressorByName']['set'](_0x225a3f,_0x2e5944);}}export{y as Compressor};
|
|
23
|
+
import{CKEditorError as _0x2b91dc}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x3929e6 from'protobufjs/minimal.js';import{cloneDeep as _0x5d38c1,isEqual as _0x3cb4a6,isObject as _0x7d1e98}from'es-toolkit/compat';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x45f82d=_0x3929e6['Reader'],_0x1e2b30=_0x3929e6['Writer'],_0x12e1b1=_0x3929e6['util'],_0x5b532f=_0x3929e6['roots']['default']||(_0x3929e6['roots']['default']={});return _0x5b532f['AttributeOperation']=(function(){function _0x4def73(_0x4219e6){if(_0x4219e6){for(var _0x5967c4=Object['keys'](_0x4219e6),_0x1d04bd=0x0;_0x1d04bd<_0x5967c4['length'];++_0x1d04bd)null!=_0x4219e6[_0x5967c4[_0x1d04bd]]&&(this[_0x5967c4[_0x1d04bd]]=_0x4219e6[_0x5967c4[_0x1d04bd]]);}}return _0x4def73['prototype']['range']=null,_0x4def73['prototype']['key']='',_0x4def73['prototype']['oldValueBoolean']=!0x1,_0x4def73['prototype']['oldValueJson']='',_0x4def73['prototype']['newValueBoolean']=!0x1,_0x4def73['prototype']['newValueJson']='',_0x4def73['prototype']['wasUndone']=!0x1,_0x4def73['create']=function(_0x4bbe78){return new _0x4def73(_0x4bbe78);},_0x4def73['encode']=function(_0x3ba09a,_0x5e9dbb){return _0x5e9dbb||(_0x5e9dbb=_0x1e2b30['create']()),null!=_0x3ba09a['range']&&Object['hasOwnProperty']['call'](_0x3ba09a,'range')&&_0x5b532f['Range']['encode'](_0x3ba09a['range'],_0x5e9dbb['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3ba09a['key']&&Object['hasOwnProperty']['call'](_0x3ba09a,'key')&&_0x5e9dbb['uint32'](0x12)['string'](_0x3ba09a['key']),null!=_0x3ba09a['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x3ba09a,'oldValueBoolean')&&_0x5e9dbb['uint32'](0x18)['bool'](_0x3ba09a['oldValueBoolean']),null!=_0x3ba09a['oldValueJson']&&Object['hasOwnProperty']['call'](_0x3ba09a,'oldValueJson')&&_0x5e9dbb['uint32'](0x22)['string'](_0x3ba09a['oldValueJson']),null!=_0x3ba09a['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x3ba09a,'newValueBoolean')&&_0x5e9dbb['uint32'](0x28)['bool'](_0x3ba09a['newValueBoolean']),null!=_0x3ba09a['newValueJson']&&Object['hasOwnProperty']['call'](_0x3ba09a,'newValueJson')&&_0x5e9dbb['uint32'](0x32)['string'](_0x3ba09a['newValueJson']),null!=_0x3ba09a['wasUndone']&&Object['hasOwnProperty']['call'](_0x3ba09a,'wasUndone')&&_0x5e9dbb['uint32'](0x38)['bool'](_0x3ba09a['wasUndone']),_0x5e9dbb;},_0x4def73['encodeDelimited']=function(_0x5d5b3a,_0x50921e){return this['encode'](_0x5d5b3a,_0x50921e)['ldelim']();},_0x4def73['decode']=function(_0x21d23f,_0x2c3343){_0x21d23f instanceof _0x45f82d||(_0x21d23f=_0x45f82d['create'](_0x21d23f));for(var _0x1b9b72=void 0x0===_0x2c3343?_0x21d23f['len']:_0x21d23f['pos']+_0x2c3343,_0x9d2281=new _0x5b532f['AttributeOperation']();_0x21d23f['pos']<_0x1b9b72;){var _0x289c39=_0x21d23f['uint32']();switch(_0x289c39>>>0x3){case 0x1:_0x9d2281['range']=_0x5b532f['Range']['decode'](_0x21d23f,_0x21d23f['uint32']());break;case 0x2:_0x9d2281['key']=_0x21d23f['string']();break;case 0x3:_0x9d2281['oldValueBoolean']=_0x21d23f['bool']();break;case 0x4:_0x9d2281['oldValueJson']=_0x21d23f['string']();break;case 0x5:_0x9d2281['newValueBoolean']=_0x21d23f['bool']();break;case 0x6:_0x9d2281['newValueJson']=_0x21d23f['string']();break;case 0x7:_0x9d2281['wasUndone']=_0x21d23f['bool']();break;default:_0x21d23f['skipType'](0x7&_0x289c39);}}return _0x9d2281;},_0x4def73['decodeDelimited']=function(_0x3ada79){return _0x3ada79 instanceof _0x45f82d||(_0x3ada79=new _0x45f82d(_0x3ada79)),this['decode'](_0x3ada79,_0x3ada79['uint32']());},_0x4def73['verify']=function(_0x4b246d){if('object'!=typeof _0x4b246d||null===_0x4b246d)return'object\x20expected';if(null!=_0x4b246d['range']&&_0x4b246d['hasOwnProperty']('range')){var _0x305902=_0x5b532f['Range']['verify'](_0x4b246d['range']);if(_0x305902)return'range.'+_0x305902;}return null!=_0x4b246d['key']&&_0x4b246d['hasOwnProperty']('key')&&!_0x12e1b1['isString'](_0x4b246d['key'])?'key:\x20string\x20expected':null!=_0x4b246d['oldValueBoolean']&&_0x4b246d['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x4b246d['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x4b246d['oldValueJson']&&_0x4b246d['hasOwnProperty']('oldValueJson')&&!_0x12e1b1['isString'](_0x4b246d['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x4b246d['newValueBoolean']&&_0x4b246d['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x4b246d['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x4b246d['newValueJson']&&_0x4b246d['hasOwnProperty']('newValueJson')&&!_0x12e1b1['isString'](_0x4b246d['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x4b246d['wasUndone']&&_0x4b246d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4b246d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4def73['fromObject']=function(_0x5b0ba4){if(_0x5b0ba4 instanceof _0x5b532f['AttributeOperation'])return _0x5b0ba4;var _0x1b78b8=new _0x5b532f['AttributeOperation']();if(null!=_0x5b0ba4['range']){if('object'!=typeof _0x5b0ba4['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x1b78b8['range']=_0x5b532f['Range']['fromObject'](_0x5b0ba4['range']);}return null!=_0x5b0ba4['key']&&(_0x1b78b8['key']=String(_0x5b0ba4['key'])),null!=_0x5b0ba4['oldValueBoolean']&&(_0x1b78b8['oldValueBoolean']=Boolean(_0x5b0ba4['oldValueBoolean'])),null!=_0x5b0ba4['oldValueJson']&&(_0x1b78b8['oldValueJson']=String(_0x5b0ba4['oldValueJson'])),null!=_0x5b0ba4['newValueBoolean']&&(_0x1b78b8['newValueBoolean']=Boolean(_0x5b0ba4['newValueBoolean'])),null!=_0x5b0ba4['newValueJson']&&(_0x1b78b8['newValueJson']=String(_0x5b0ba4['newValueJson'])),null!=_0x5b0ba4['wasUndone']&&(_0x1b78b8['wasUndone']=Boolean(_0x5b0ba4['wasUndone'])),_0x1b78b8;},_0x4def73['toObject']=function(_0x3dd328,_0x21541e){_0x21541e||(_0x21541e={});var _0x2526d1={};return _0x21541e['defaults']&&(_0x2526d1['range']=null,_0x2526d1['key']='',_0x2526d1['oldValueBoolean']=!0x1,_0x2526d1['oldValueJson']='',_0x2526d1['newValueBoolean']=!0x1,_0x2526d1['newValueJson']='',_0x2526d1['wasUndone']=!0x1),null!=_0x3dd328['range']&&_0x3dd328['hasOwnProperty']('range')&&(_0x2526d1['range']=_0x5b532f['Range']['toObject'](_0x3dd328['range'],_0x21541e)),null!=_0x3dd328['key']&&_0x3dd328['hasOwnProperty']('key')&&(_0x2526d1['key']=_0x3dd328['key']),null!=_0x3dd328['oldValueBoolean']&&_0x3dd328['hasOwnProperty']('oldValueBoolean')&&(_0x2526d1['oldValueBoolean']=_0x3dd328['oldValueBoolean']),null!=_0x3dd328['oldValueJson']&&_0x3dd328['hasOwnProperty']('oldValueJson')&&(_0x2526d1['oldValueJson']=_0x3dd328['oldValueJson']),null!=_0x3dd328['newValueBoolean']&&_0x3dd328['hasOwnProperty']('newValueBoolean')&&(_0x2526d1['newValueBoolean']=_0x3dd328['newValueBoolean']),null!=_0x3dd328['newValueJson']&&_0x3dd328['hasOwnProperty']('newValueJson')&&(_0x2526d1['newValueJson']=_0x3dd328['newValueJson']),null!=_0x3dd328['wasUndone']&&_0x3dd328['hasOwnProperty']('wasUndone')&&(_0x2526d1['wasUndone']=_0x3dd328['wasUndone']),_0x2526d1;},_0x4def73['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3929e6['util']['toJSONOptions']);},_0x4def73['getTypeUrl']=function(_0x1f174a){return void 0x0===_0x1f174a&&(_0x1f174a='type.googleapis.com'),_0x1f174a+'/AttributeOperation';},_0x4def73;}()),_0x5b532f['InsertOperation']=(function(){function _0x499597(_0x309b7c){if(this['nodes']=[],_0x309b7c){for(var _0x414fe6=Object['keys'](_0x309b7c),_0x51e4c3=0x0;_0x51e4c3<_0x414fe6['length'];++_0x51e4c3)null!=_0x309b7c[_0x414fe6[_0x51e4c3]]&&(this[_0x414fe6[_0x51e4c3]]=_0x309b7c[_0x414fe6[_0x51e4c3]]);}}return _0x499597['prototype']['position']=null,_0x499597['prototype']['nodes']=_0x12e1b1['emptyArray'],_0x499597['prototype']['shouldReceiveAttributes']=!0x1,_0x499597['prototype']['wasUndone']=!0x1,_0x499597['create']=function(_0x1c0a45){return new _0x499597(_0x1c0a45);},_0x499597['encode']=function(_0x2a064c,_0x36c106){if(_0x36c106||(_0x36c106=_0x1e2b30['create']()),null!=_0x2a064c['position']&&Object['hasOwnProperty']['call'](_0x2a064c,'position')&&_0x5b532f['Position']['encode'](_0x2a064c['position'],_0x36c106['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2a064c['nodes']&&_0x2a064c['nodes']['length']){for(var _0x573ee1=0x0;_0x573ee1<_0x2a064c['nodes']['length'];++_0x573ee1)_0x5b532f['Element']['encode'](_0x2a064c['nodes'][_0x573ee1],_0x36c106['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x2a064c['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x2a064c,'shouldReceiveAttributes')&&_0x36c106['uint32'](0x18)['bool'](_0x2a064c['shouldReceiveAttributes']),null!=_0x2a064c['wasUndone']&&Object['hasOwnProperty']['call'](_0x2a064c,'wasUndone')&&_0x36c106['uint32'](0x20)['bool'](_0x2a064c['wasUndone']),_0x36c106;},_0x499597['encodeDelimited']=function(_0x152212,_0x4afd20){return this['encode'](_0x152212,_0x4afd20)['ldelim']();},_0x499597['decode']=function(_0xd6d0a5,_0x90471c){_0xd6d0a5 instanceof _0x45f82d||(_0xd6d0a5=_0x45f82d['create'](_0xd6d0a5));for(var _0x3eea70=void 0x0===_0x90471c?_0xd6d0a5['len']:_0xd6d0a5['pos']+_0x90471c,_0x15fcfc=new _0x5b532f['InsertOperation']();_0xd6d0a5['pos']<_0x3eea70;){var _0x25acd5=_0xd6d0a5['uint32']();switch(_0x25acd5>>>0x3){case 0x1:_0x15fcfc['position']=_0x5b532f['Position']['decode'](_0xd6d0a5,_0xd6d0a5['uint32']());break;case 0x2:_0x15fcfc['nodes']&&_0x15fcfc['nodes']['length']||(_0x15fcfc['nodes']=[]),_0x15fcfc['nodes']['push'](_0x5b532f['Element']['decode'](_0xd6d0a5,_0xd6d0a5['uint32']()));break;case 0x3:_0x15fcfc['shouldReceiveAttributes']=_0xd6d0a5['bool']();break;case 0x4:_0x15fcfc['wasUndone']=_0xd6d0a5['bool']();break;default:_0xd6d0a5['skipType'](0x7&_0x25acd5);}}return _0x15fcfc;},_0x499597['decodeDelimited']=function(_0x88e366){return _0x88e366 instanceof _0x45f82d||(_0x88e366=new _0x45f82d(_0x88e366)),this['decode'](_0x88e366,_0x88e366['uint32']());},_0x499597['verify']=function(_0x33560f){if('object'!=typeof _0x33560f||null===_0x33560f)return'object\x20expected';if(null!=_0x33560f['position']&&_0x33560f['hasOwnProperty']('position')&&(_0x3e8b96=_0x5b532f['Position']['verify'](_0x33560f['position'])))return'position.'+_0x3e8b96;if(null!=_0x33560f['nodes']&&_0x33560f['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x33560f['nodes']))return'nodes:\x20array\x20expected';for(var _0x56d11d=0x0;_0x56d11d<_0x33560f['nodes']['length'];++_0x56d11d){var _0x3e8b96;if(_0x3e8b96=_0x5b532f['Element']['verify'](_0x33560f['nodes'][_0x56d11d]))return'nodes.'+_0x3e8b96;}}return null!=_0x33560f['shouldReceiveAttributes']&&_0x33560f['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x33560f['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x33560f['wasUndone']&&_0x33560f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x33560f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x499597['fromObject']=function(_0x1e6523){if(_0x1e6523 instanceof _0x5b532f['InsertOperation'])return _0x1e6523;var _0x5aedcc=new _0x5b532f['InsertOperation']();if(null!=_0x1e6523['position']){if('object'!=typeof _0x1e6523['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x5aedcc['position']=_0x5b532f['Position']['fromObject'](_0x1e6523['position']);}if(_0x1e6523['nodes']){if(!Array['isArray'](_0x1e6523['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x5aedcc['nodes']=[];for(var _0x41bab1=0x0;_0x41bab1<_0x1e6523['nodes']['length'];++_0x41bab1){if('object'!=typeof _0x1e6523['nodes'][_0x41bab1])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x5aedcc['nodes'][_0x41bab1]=_0x5b532f['Element']['fromObject'](_0x1e6523['nodes'][_0x41bab1]);}}return null!=_0x1e6523['shouldReceiveAttributes']&&(_0x5aedcc['shouldReceiveAttributes']=Boolean(_0x1e6523['shouldReceiveAttributes'])),null!=_0x1e6523['wasUndone']&&(_0x5aedcc['wasUndone']=Boolean(_0x1e6523['wasUndone'])),_0x5aedcc;},_0x499597['toObject']=function(_0x2496ae,_0x43a687){_0x43a687||(_0x43a687={});var _0x3347c9={};if((_0x43a687['arrays']||_0x43a687['defaults'])&&(_0x3347c9['nodes']=[]),_0x43a687['defaults']&&(_0x3347c9['position']=null,_0x3347c9['shouldReceiveAttributes']=!0x1,_0x3347c9['wasUndone']=!0x1),null!=_0x2496ae['position']&&_0x2496ae['hasOwnProperty']('position')&&(_0x3347c9['position']=_0x5b532f['Position']['toObject'](_0x2496ae['position'],_0x43a687)),_0x2496ae['nodes']&&_0x2496ae['nodes']['length']){_0x3347c9['nodes']=[];for(var _0x511496=0x0;_0x511496<_0x2496ae['nodes']['length'];++_0x511496)_0x3347c9['nodes'][_0x511496]=_0x5b532f['Element']['toObject'](_0x2496ae['nodes'][_0x511496],_0x43a687);}return null!=_0x2496ae['shouldReceiveAttributes']&&_0x2496ae['hasOwnProperty']('shouldReceiveAttributes')&&(_0x3347c9['shouldReceiveAttributes']=_0x2496ae['shouldReceiveAttributes']),null!=_0x2496ae['wasUndone']&&_0x2496ae['hasOwnProperty']('wasUndone')&&(_0x3347c9['wasUndone']=_0x2496ae['wasUndone']),_0x3347c9;},_0x499597['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3929e6['util']['toJSONOptions']);},_0x499597['getTypeUrl']=function(_0x5cbc5d){return void 0x0===_0x5cbc5d&&(_0x5cbc5d='type.googleapis.com'),_0x5cbc5d+'/InsertOperation';},_0x499597;}()),_0x5b532f['MarkerOperation']=(function(){function _0x5e2fe5(_0x87d1d5){if(_0x87d1d5){for(var _0x3af307=Object['keys'](_0x87d1d5),_0x1d89a9=0x0;_0x1d89a9<_0x3af307['length'];++_0x1d89a9)null!=_0x87d1d5[_0x3af307[_0x1d89a9]]&&(this[_0x3af307[_0x1d89a9]]=_0x87d1d5[_0x3af307[_0x1d89a9]]);}}return _0x5e2fe5['prototype']['name']='',_0x5e2fe5['prototype']['oldRange']=null,_0x5e2fe5['prototype']['newRange']=null,_0x5e2fe5['prototype']['affectsData']=!0x1,_0x5e2fe5['prototype']['wasUndone']=!0x1,_0x5e2fe5['create']=function(_0x56e6a3){return new _0x5e2fe5(_0x56e6a3);},_0x5e2fe5['encode']=function(_0x120c22,_0x299c36){return _0x299c36||(_0x299c36=_0x1e2b30['create']()),null!=_0x120c22['name']&&Object['hasOwnProperty']['call'](_0x120c22,'name')&&_0x299c36['uint32'](0xa)['string'](_0x120c22['name']),null!=_0x120c22['oldRange']&&Object['hasOwnProperty']['call'](_0x120c22,'oldRange')&&_0x5b532f['Range']['encode'](_0x120c22['oldRange'],_0x299c36['uint32'](0x12)['fork']())['ldelim'](),null!=_0x120c22['newRange']&&Object['hasOwnProperty']['call'](_0x120c22,'newRange')&&_0x5b532f['Range']['encode'](_0x120c22['newRange'],_0x299c36['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x120c22['affectsData']&&Object['hasOwnProperty']['call'](_0x120c22,'affectsData')&&_0x299c36['uint32'](0x20)['bool'](_0x120c22['affectsData']),null!=_0x120c22['wasUndone']&&Object['hasOwnProperty']['call'](_0x120c22,'wasUndone')&&_0x299c36['uint32'](0x28)['bool'](_0x120c22['wasUndone']),_0x299c36;},_0x5e2fe5['encodeDelimited']=function(_0x860a6f,_0xdf88f2){return this['encode'](_0x860a6f,_0xdf88f2)['ldelim']();},_0x5e2fe5['decode']=function(_0x39f645,_0x2ec682){_0x39f645 instanceof _0x45f82d||(_0x39f645=_0x45f82d['create'](_0x39f645));for(var _0x283767=void 0x0===_0x2ec682?_0x39f645['len']:_0x39f645['pos']+_0x2ec682,_0xbc0eb7=new _0x5b532f['MarkerOperation']();_0x39f645['pos']<_0x283767;){var _0x1fbf35=_0x39f645['uint32']();switch(_0x1fbf35>>>0x3){case 0x1:_0xbc0eb7['name']=_0x39f645['string']();break;case 0x2:_0xbc0eb7['oldRange']=_0x5b532f['Range']['decode'](_0x39f645,_0x39f645['uint32']());break;case 0x3:_0xbc0eb7['newRange']=_0x5b532f['Range']['decode'](_0x39f645,_0x39f645['uint32']());break;case 0x4:_0xbc0eb7['affectsData']=_0x39f645['bool']();break;case 0x5:_0xbc0eb7['wasUndone']=_0x39f645['bool']();break;default:_0x39f645['skipType'](0x7&_0x1fbf35);}}return _0xbc0eb7;},_0x5e2fe5['decodeDelimited']=function(_0x15d2b3){return _0x15d2b3 instanceof _0x45f82d||(_0x15d2b3=new _0x45f82d(_0x15d2b3)),this['decode'](_0x15d2b3,_0x15d2b3['uint32']());},_0x5e2fe5['verify']=function(_0xadad89){if('object'!=typeof _0xadad89||null===_0xadad89)return'object\x20expected';if(null!=_0xadad89['name']&&_0xadad89['hasOwnProperty']('name')&&!_0x12e1b1['isString'](_0xadad89['name']))return'name:\x20string\x20expected';var _0x17a2e6;if(null!=_0xadad89['oldRange']&&_0xadad89['hasOwnProperty']('oldRange')&&(_0x17a2e6=_0x5b532f['Range']['verify'](_0xadad89['oldRange'])))return'oldRange.'+_0x17a2e6;if(null!=_0xadad89['newRange']&&_0xadad89['hasOwnProperty']('newRange')&&(_0x17a2e6=_0x5b532f['Range']['verify'](_0xadad89['newRange'])))return'newRange.'+_0x17a2e6;return null!=_0xadad89['affectsData']&&_0xadad89['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0xadad89['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0xadad89['wasUndone']&&_0xadad89['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xadad89['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5e2fe5['fromObject']=function(_0x1dc429){if(_0x1dc429 instanceof _0x5b532f['MarkerOperation'])return _0x1dc429;var _0x491f92=new _0x5b532f['MarkerOperation']();if(null!=_0x1dc429['name']&&(_0x491f92['name']=String(_0x1dc429['name'])),null!=_0x1dc429['oldRange']){if('object'!=typeof _0x1dc429['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x491f92['oldRange']=_0x5b532f['Range']['fromObject'](_0x1dc429['oldRange']);}if(null!=_0x1dc429['newRange']){if('object'!=typeof _0x1dc429['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x491f92['newRange']=_0x5b532f['Range']['fromObject'](_0x1dc429['newRange']);}return null!=_0x1dc429['affectsData']&&(_0x491f92['affectsData']=Boolean(_0x1dc429['affectsData'])),null!=_0x1dc429['wasUndone']&&(_0x491f92['wasUndone']=Boolean(_0x1dc429['wasUndone'])),_0x491f92;},_0x5e2fe5['toObject']=function(_0x157337,_0x50f5ee){_0x50f5ee||(_0x50f5ee={});var _0x44be3b={};return _0x50f5ee['defaults']&&(_0x44be3b['name']='',_0x44be3b['oldRange']=null,_0x44be3b['newRange']=null,_0x44be3b['affectsData']=!0x1,_0x44be3b['wasUndone']=!0x1),null!=_0x157337['name']&&_0x157337['hasOwnProperty']('name')&&(_0x44be3b['name']=_0x157337['name']),null!=_0x157337['oldRange']&&_0x157337['hasOwnProperty']('oldRange')&&(_0x44be3b['oldRange']=_0x5b532f['Range']['toObject'](_0x157337['oldRange'],_0x50f5ee)),null!=_0x157337['newRange']&&_0x157337['hasOwnProperty']('newRange')&&(_0x44be3b['newRange']=_0x5b532f['Range']['toObject'](_0x157337['newRange'],_0x50f5ee)),null!=_0x157337['affectsData']&&_0x157337['hasOwnProperty']('affectsData')&&(_0x44be3b['affectsData']=_0x157337['affectsData']),null!=_0x157337['wasUndone']&&_0x157337['hasOwnProperty']('wasUndone')&&(_0x44be3b['wasUndone']=_0x157337['wasUndone']),_0x44be3b;},_0x5e2fe5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3929e6['util']['toJSONOptions']);},_0x5e2fe5['getTypeUrl']=function(_0x13dd7b){return void 0x0===_0x13dd7b&&(_0x13dd7b='type.googleapis.com'),_0x13dd7b+'/MarkerOperation';},_0x5e2fe5;}()),_0x5b532f['MergeOperation']=(function(){function _0x429a0a(_0x58a963){if(_0x58a963){for(var _0x2c6122=Object['keys'](_0x58a963),_0x3d7baf=0x0;_0x3d7baf<_0x2c6122['length'];++_0x3d7baf)null!=_0x58a963[_0x2c6122[_0x3d7baf]]&&(this[_0x2c6122[_0x3d7baf]]=_0x58a963[_0x2c6122[_0x3d7baf]]);}}return _0x429a0a['prototype']['sourcePosition']=null,_0x429a0a['prototype']['targetPosition']=null,_0x429a0a['prototype']['graveyardPosition']=null,_0x429a0a['prototype']['howMany']=0x0,_0x429a0a['prototype']['wasUndone']=!0x1,_0x429a0a['create']=function(_0x5ba91e){return new _0x429a0a(_0x5ba91e);},_0x429a0a['encode']=function(_0x17ca60,_0x41ea5b){return _0x41ea5b||(_0x41ea5b=_0x1e2b30['create']()),null!=_0x17ca60['sourcePosition']&&Object['hasOwnProperty']['call'](_0x17ca60,'sourcePosition')&&_0x5b532f['Position']['encode'](_0x17ca60['sourcePosition'],_0x41ea5b['uint32'](0xa)['fork']())['ldelim'](),null!=_0x17ca60['targetPosition']&&Object['hasOwnProperty']['call'](_0x17ca60,'targetPosition')&&_0x5b532f['Position']['encode'](_0x17ca60['targetPosition'],_0x41ea5b['uint32'](0x12)['fork']())['ldelim'](),null!=_0x17ca60['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x17ca60,'graveyardPosition')&&_0x5b532f['Position']['encode'](_0x17ca60['graveyardPosition'],_0x41ea5b['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x17ca60['howMany']&&Object['hasOwnProperty']['call'](_0x17ca60,'howMany')&&_0x41ea5b['uint32'](0x20)['uint32'](_0x17ca60['howMany']),null!=_0x17ca60['wasUndone']&&Object['hasOwnProperty']['call'](_0x17ca60,'wasUndone')&&_0x41ea5b['uint32'](0x28)['bool'](_0x17ca60['wasUndone']),_0x41ea5b;},_0x429a0a['encodeDelimited']=function(_0xe863d9,_0x1da523){return this['encode'](_0xe863d9,_0x1da523)['ldelim']();},_0x429a0a['decode']=function(_0x2d46bb,_0x493c6f){_0x2d46bb instanceof _0x45f82d||(_0x2d46bb=_0x45f82d['create'](_0x2d46bb));for(var _0x8927be=void 0x0===_0x493c6f?_0x2d46bb['len']:_0x2d46bb['pos']+_0x493c6f,_0x1c8793=new _0x5b532f['MergeOperation']();_0x2d46bb['pos']<_0x8927be;){var _0x55910e=_0x2d46bb['uint32']();switch(_0x55910e>>>0x3){case 0x1:_0x1c8793['sourcePosition']=_0x5b532f['Position']['decode'](_0x2d46bb,_0x2d46bb['uint32']());break;case 0x2:_0x1c8793['targetPosition']=_0x5b532f['Position']['decode'](_0x2d46bb,_0x2d46bb['uint32']());break;case 0x3:_0x1c8793['graveyardPosition']=_0x5b532f['Position']['decode'](_0x2d46bb,_0x2d46bb['uint32']());break;case 0x4:_0x1c8793['howMany']=_0x2d46bb['uint32']();break;case 0x5:_0x1c8793['wasUndone']=_0x2d46bb['bool']();break;default:_0x2d46bb['skipType'](0x7&_0x55910e);}}return _0x1c8793;},_0x429a0a['decodeDelimited']=function(_0x3be01a){return _0x3be01a instanceof _0x45f82d||(_0x3be01a=new _0x45f82d(_0x3be01a)),this['decode'](_0x3be01a,_0x3be01a['uint32']());},_0x429a0a['verify']=function(_0x20f02f){if('object'!=typeof _0x20f02f||null===_0x20f02f)return'object\x20expected';var _0x184a5a;if(null!=_0x20f02f['sourcePosition']&&_0x20f02f['hasOwnProperty']('sourcePosition')&&(_0x184a5a=_0x5b532f['Position']['verify'](_0x20f02f['sourcePosition'])))return'sourcePosition.'+_0x184a5a;if(null!=_0x20f02f['targetPosition']&&_0x20f02f['hasOwnProperty']('targetPosition')&&(_0x184a5a=_0x5b532f['Position']['verify'](_0x20f02f['targetPosition'])))return'targetPosition.'+_0x184a5a;if(null!=_0x20f02f['graveyardPosition']&&_0x20f02f['hasOwnProperty']('graveyardPosition')&&(_0x184a5a=_0x5b532f['Position']['verify'](_0x20f02f['graveyardPosition'])))return'graveyardPosition.'+_0x184a5a;return null!=_0x20f02f['howMany']&&_0x20f02f['hasOwnProperty']('howMany')&&!_0x12e1b1['isInteger'](_0x20f02f['howMany'])?'howMany:\x20integer\x20expected':null!=_0x20f02f['wasUndone']&&_0x20f02f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x20f02f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x429a0a['fromObject']=function(_0x2a9636){if(_0x2a9636 instanceof _0x5b532f['MergeOperation'])return _0x2a9636;var _0x16fc8d=new _0x5b532f['MergeOperation']();if(null!=_0x2a9636['sourcePosition']){if('object'!=typeof _0x2a9636['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x16fc8d['sourcePosition']=_0x5b532f['Position']['fromObject'](_0x2a9636['sourcePosition']);}if(null!=_0x2a9636['targetPosition']){if('object'!=typeof _0x2a9636['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x16fc8d['targetPosition']=_0x5b532f['Position']['fromObject'](_0x2a9636['targetPosition']);}if(null!=_0x2a9636['graveyardPosition']){if('object'!=typeof _0x2a9636['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x16fc8d['graveyardPosition']=_0x5b532f['Position']['fromObject'](_0x2a9636['graveyardPosition']);}return null!=_0x2a9636['howMany']&&(_0x16fc8d['howMany']=_0x2a9636['howMany']>>>0x0),null!=_0x2a9636['wasUndone']&&(_0x16fc8d['wasUndone']=Boolean(_0x2a9636['wasUndone'])),_0x16fc8d;},_0x429a0a['toObject']=function(_0x53c6d2,_0x20df9f){_0x20df9f||(_0x20df9f={});var _0x5bee54={};return _0x20df9f['defaults']&&(_0x5bee54['sourcePosition']=null,_0x5bee54['targetPosition']=null,_0x5bee54['graveyardPosition']=null,_0x5bee54['howMany']=0x0,_0x5bee54['wasUndone']=!0x1),null!=_0x53c6d2['sourcePosition']&&_0x53c6d2['hasOwnProperty']('sourcePosition')&&(_0x5bee54['sourcePosition']=_0x5b532f['Position']['toObject'](_0x53c6d2['sourcePosition'],_0x20df9f)),null!=_0x53c6d2['targetPosition']&&_0x53c6d2['hasOwnProperty']('targetPosition')&&(_0x5bee54['targetPosition']=_0x5b532f['Position']['toObject'](_0x53c6d2['targetPosition'],_0x20df9f)),null!=_0x53c6d2['graveyardPosition']&&_0x53c6d2['hasOwnProperty']('graveyardPosition')&&(_0x5bee54['graveyardPosition']=_0x5b532f['Position']['toObject'](_0x53c6d2['graveyardPosition'],_0x20df9f)),null!=_0x53c6d2['howMany']&&_0x53c6d2['hasOwnProperty']('howMany')&&(_0x5bee54['howMany']=_0x53c6d2['howMany']),null!=_0x53c6d2['wasUndone']&&_0x53c6d2['hasOwnProperty']('wasUndone')&&(_0x5bee54['wasUndone']=_0x53c6d2['wasUndone']),_0x5bee54;},_0x429a0a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3929e6['util']['toJSONOptions']);},_0x429a0a['getTypeUrl']=function(_0x5c2467){return void 0x0===_0x5c2467&&(_0x5c2467='type.googleapis.com'),_0x5c2467+'/MergeOperation';},_0x429a0a;}()),_0x5b532f['MoveOperation']=(function(){function _0x33b542(_0x1c95ee){if(_0x1c95ee){for(var _0x4f98a0=Object['keys'](_0x1c95ee),_0x52e4bc=0x0;_0x52e4bc<_0x4f98a0['length'];++_0x52e4bc)null!=_0x1c95ee[_0x4f98a0[_0x52e4bc]]&&(this[_0x4f98a0[_0x52e4bc]]=_0x1c95ee[_0x4f98a0[_0x52e4bc]]);}}return _0x33b542['prototype']['sourcePosition']=null,_0x33b542['prototype']['howMany']=0x0,_0x33b542['prototype']['targetPosition']=null,_0x33b542['prototype']['wasUndone']=!0x1,_0x33b542['create']=function(_0x553a0a){return new _0x33b542(_0x553a0a);},_0x33b542['encode']=function(_0x5e90d8,_0x470cd3){return _0x470cd3||(_0x470cd3=_0x1e2b30['create']()),null!=_0x5e90d8['sourcePosition']&&Object['hasOwnProperty']['call'](_0x5e90d8,'sourcePosition')&&_0x5b532f['Position']['encode'](_0x5e90d8['sourcePosition'],_0x470cd3['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5e90d8['howMany']&&Object['hasOwnProperty']['call'](_0x5e90d8,'howMany')&&_0x470cd3['uint32'](0x10)['uint32'](_0x5e90d8['howMany']),null!=_0x5e90d8['targetPosition']&&Object['hasOwnProperty']['call'](_0x5e90d8,'targetPosition')&&_0x5b532f['Position']['encode'](_0x5e90d8['targetPosition'],_0x470cd3['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x5e90d8['wasUndone']&&Object['hasOwnProperty']['call'](_0x5e90d8,'wasUndone')&&_0x470cd3['uint32'](0x20)['bool'](_0x5e90d8['wasUndone']),_0x470cd3;},_0x33b542['encodeDelimited']=function(_0x22e9bf,_0x64ab15){return this['encode'](_0x22e9bf,_0x64ab15)['ldelim']();},_0x33b542['decode']=function(_0x163755,_0x57ade5){_0x163755 instanceof _0x45f82d||(_0x163755=_0x45f82d['create'](_0x163755));for(var _0x43625e=void 0x0===_0x57ade5?_0x163755['len']:_0x163755['pos']+_0x57ade5,_0x43bc03=new _0x5b532f['MoveOperation']();_0x163755['pos']<_0x43625e;){var _0x615354=_0x163755['uint32']();switch(_0x615354>>>0x3){case 0x1:_0x43bc03['sourcePosition']=_0x5b532f['Position']['decode'](_0x163755,_0x163755['uint32']());break;case 0x2:_0x43bc03['howMany']=_0x163755['uint32']();break;case 0x3:_0x43bc03['targetPosition']=_0x5b532f['Position']['decode'](_0x163755,_0x163755['uint32']());break;case 0x4:_0x43bc03['wasUndone']=_0x163755['bool']();break;default:_0x163755['skipType'](0x7&_0x615354);}}return _0x43bc03;},_0x33b542['decodeDelimited']=function(_0x304fc5){return _0x304fc5 instanceof _0x45f82d||(_0x304fc5=new _0x45f82d(_0x304fc5)),this['decode'](_0x304fc5,_0x304fc5['uint32']());},_0x33b542['verify']=function(_0x4e7c27){if('object'!=typeof _0x4e7c27||null===_0x4e7c27)return'object\x20expected';var _0x43e365;if(null!=_0x4e7c27['sourcePosition']&&_0x4e7c27['hasOwnProperty']('sourcePosition')&&(_0x43e365=_0x5b532f['Position']['verify'](_0x4e7c27['sourcePosition'])))return'sourcePosition.'+_0x43e365;if(null!=_0x4e7c27['howMany']&&_0x4e7c27['hasOwnProperty']('howMany')&&!_0x12e1b1['isInteger'](_0x4e7c27['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x4e7c27['targetPosition']&&_0x4e7c27['hasOwnProperty']('targetPosition')&&(_0x43e365=_0x5b532f['Position']['verify'](_0x4e7c27['targetPosition'])))return'targetPosition.'+_0x43e365;return null!=_0x4e7c27['wasUndone']&&_0x4e7c27['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4e7c27['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x33b542['fromObject']=function(_0x4c4607){if(_0x4c4607 instanceof _0x5b532f['MoveOperation'])return _0x4c4607;var _0x3a66b2=new _0x5b532f['MoveOperation']();if(null!=_0x4c4607['sourcePosition']){if('object'!=typeof _0x4c4607['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x3a66b2['sourcePosition']=_0x5b532f['Position']['fromObject'](_0x4c4607['sourcePosition']);}if(null!=_0x4c4607['howMany']&&(_0x3a66b2['howMany']=_0x4c4607['howMany']>>>0x0),null!=_0x4c4607['targetPosition']){if('object'!=typeof _0x4c4607['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x3a66b2['targetPosition']=_0x5b532f['Position']['fromObject'](_0x4c4607['targetPosition']);}return null!=_0x4c4607['wasUndone']&&(_0x3a66b2['wasUndone']=Boolean(_0x4c4607['wasUndone'])),_0x3a66b2;},_0x33b542['toObject']=function(_0x4271cc,_0x203f2c){_0x203f2c||(_0x203f2c={});var _0x5435ac={};return _0x203f2c['defaults']&&(_0x5435ac['sourcePosition']=null,_0x5435ac['howMany']=0x0,_0x5435ac['targetPosition']=null,_0x5435ac['wasUndone']=!0x1),null!=_0x4271cc['sourcePosition']&&_0x4271cc['hasOwnProperty']('sourcePosition')&&(_0x5435ac['sourcePosition']=_0x5b532f['Position']['toObject'](_0x4271cc['sourcePosition'],_0x203f2c)),null!=_0x4271cc['howMany']&&_0x4271cc['hasOwnProperty']('howMany')&&(_0x5435ac['howMany']=_0x4271cc['howMany']),null!=_0x4271cc['targetPosition']&&_0x4271cc['hasOwnProperty']('targetPosition')&&(_0x5435ac['targetPosition']=_0x5b532f['Position']['toObject'](_0x4271cc['targetPosition'],_0x203f2c)),null!=_0x4271cc['wasUndone']&&_0x4271cc['hasOwnProperty']('wasUndone')&&(_0x5435ac['wasUndone']=_0x4271cc['wasUndone']),_0x5435ac;},_0x33b542['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3929e6['util']['toJSONOptions']);},_0x33b542['getTypeUrl']=function(_0x16d63e){return void 0x0===_0x16d63e&&(_0x16d63e='type.googleapis.com'),_0x16d63e+'/MoveOperation';},_0x33b542;}()),_0x5b532f['RenameOperation']=(function(){function _0x3f2a0c(_0x8fd72a){if(_0x8fd72a){for(var _0x3aa091=Object['keys'](_0x8fd72a),_0x24853c=0x0;_0x24853c<_0x3aa091['length'];++_0x24853c)null!=_0x8fd72a[_0x3aa091[_0x24853c]]&&(this[_0x3aa091[_0x24853c]]=_0x8fd72a[_0x3aa091[_0x24853c]]);}}return _0x3f2a0c['prototype']['position']=null,_0x3f2a0c['prototype']['oldName']='',_0x3f2a0c['prototype']['newName']='',_0x3f2a0c['prototype']['wasUndone']=!0x1,_0x3f2a0c['create']=function(_0x519ab5){return new _0x3f2a0c(_0x519ab5);},_0x3f2a0c['encode']=function(_0x3b1965,_0x1cf923){return _0x1cf923||(_0x1cf923=_0x1e2b30['create']()),null!=_0x3b1965['position']&&Object['hasOwnProperty']['call'](_0x3b1965,'position')&&_0x5b532f['Position']['encode'](_0x3b1965['position'],_0x1cf923['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3b1965['oldName']&&Object['hasOwnProperty']['call'](_0x3b1965,'oldName')&&_0x1cf923['uint32'](0x12)['string'](_0x3b1965['oldName']),null!=_0x3b1965['newName']&&Object['hasOwnProperty']['call'](_0x3b1965,'newName')&&_0x1cf923['uint32'](0x1a)['string'](_0x3b1965['newName']),null!=_0x3b1965['wasUndone']&&Object['hasOwnProperty']['call'](_0x3b1965,'wasUndone')&&_0x1cf923['uint32'](0x20)['bool'](_0x3b1965['wasUndone']),_0x1cf923;},_0x3f2a0c['encodeDelimited']=function(_0x1c931b,_0x1bfe9c){return this['encode'](_0x1c931b,_0x1bfe9c)['ldelim']();},_0x3f2a0c['decode']=function(_0xb5595a,_0x140f30){_0xb5595a instanceof _0x45f82d||(_0xb5595a=_0x45f82d['create'](_0xb5595a));for(var _0x256a21=void 0x0===_0x140f30?_0xb5595a['len']:_0xb5595a['pos']+_0x140f30,_0x130001=new _0x5b532f['RenameOperation']();_0xb5595a['pos']<_0x256a21;){var _0x2dd119=_0xb5595a['uint32']();switch(_0x2dd119>>>0x3){case 0x1:_0x130001['position']=_0x5b532f['Position']['decode'](_0xb5595a,_0xb5595a['uint32']());break;case 0x2:_0x130001['oldName']=_0xb5595a['string']();break;case 0x3:_0x130001['newName']=_0xb5595a['string']();break;case 0x4:_0x130001['wasUndone']=_0xb5595a['bool']();break;default:_0xb5595a['skipType'](0x7&_0x2dd119);}}return _0x130001;},_0x3f2a0c['decodeDelimited']=function(_0x3c9b44){return _0x3c9b44 instanceof _0x45f82d||(_0x3c9b44=new _0x45f82d(_0x3c9b44)),this['decode'](_0x3c9b44,_0x3c9b44['uint32']());},_0x3f2a0c['verify']=function(_0x3acc80){if('object'!=typeof _0x3acc80||null===_0x3acc80)return'object\x20expected';if(null!=_0x3acc80['position']&&_0x3acc80['hasOwnProperty']('position')){var _0x2e4abc=_0x5b532f['Position']['verify'](_0x3acc80['position']);if(_0x2e4abc)return'position.'+_0x2e4abc;}return null!=_0x3acc80['oldName']&&_0x3acc80['hasOwnProperty']('oldName')&&!_0x12e1b1['isString'](_0x3acc80['oldName'])?'oldName:\x20string\x20expected':null!=_0x3acc80['newName']&&_0x3acc80['hasOwnProperty']('newName')&&!_0x12e1b1['isString'](_0x3acc80['newName'])?'newName:\x20string\x20expected':null!=_0x3acc80['wasUndone']&&_0x3acc80['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3acc80['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3f2a0c['fromObject']=function(_0x136b50){if(_0x136b50 instanceof _0x5b532f['RenameOperation'])return _0x136b50;var _0x2e7a09=new _0x5b532f['RenameOperation']();if(null!=_0x136b50['position']){if('object'!=typeof _0x136b50['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x2e7a09['position']=_0x5b532f['Position']['fromObject'](_0x136b50['position']);}return null!=_0x136b50['oldName']&&(_0x2e7a09['oldName']=String(_0x136b50['oldName'])),null!=_0x136b50['newName']&&(_0x2e7a09['newName']=String(_0x136b50['newName'])),null!=_0x136b50['wasUndone']&&(_0x2e7a09['wasUndone']=Boolean(_0x136b50['wasUndone'])),_0x2e7a09;},_0x3f2a0c['toObject']=function(_0x2743fc,_0x2016b2){_0x2016b2||(_0x2016b2={});var _0x1fa52d={};return _0x2016b2['defaults']&&(_0x1fa52d['position']=null,_0x1fa52d['oldName']='',_0x1fa52d['newName']='',_0x1fa52d['wasUndone']=!0x1),null!=_0x2743fc['position']&&_0x2743fc['hasOwnProperty']('position')&&(_0x1fa52d['position']=_0x5b532f['Position']['toObject'](_0x2743fc['position'],_0x2016b2)),null!=_0x2743fc['oldName']&&_0x2743fc['hasOwnProperty']('oldName')&&(_0x1fa52d['oldName']=_0x2743fc['oldName']),null!=_0x2743fc['newName']&&_0x2743fc['hasOwnProperty']('newName')&&(_0x1fa52d['newName']=_0x2743fc['newName']),null!=_0x2743fc['wasUndone']&&_0x2743fc['hasOwnProperty']('wasUndone')&&(_0x1fa52d['wasUndone']=_0x2743fc['wasUndone']),_0x1fa52d;},_0x3f2a0c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3929e6['util']['toJSONOptions']);},_0x3f2a0c['getTypeUrl']=function(_0x583e1a){return void 0x0===_0x583e1a&&(_0x583e1a='type.googleapis.com'),_0x583e1a+'/RenameOperation';},_0x3f2a0c;}()),_0x5b532f['RootAttributeOperation']=(function(){function _0x3b1f8f(_0x12bfc9){if(_0x12bfc9){for(var _0x3a1104=Object['keys'](_0x12bfc9),_0x1b9631=0x0;_0x1b9631<_0x3a1104['length'];++_0x1b9631)null!=_0x12bfc9[_0x3a1104[_0x1b9631]]&&(this[_0x3a1104[_0x1b9631]]=_0x12bfc9[_0x3a1104[_0x1b9631]]);}}return _0x3b1f8f['prototype']['root']='',_0x3b1f8f['prototype']['key']='',_0x3b1f8f['prototype']['oldValueBoolean']=!0x1,_0x3b1f8f['prototype']['oldValueJson']='',_0x3b1f8f['prototype']['newValueBoolean']=!0x1,_0x3b1f8f['prototype']['newValueJson']='',_0x3b1f8f['prototype']['wasUndone']=!0x1,_0x3b1f8f['create']=function(_0x39c747){return new _0x3b1f8f(_0x39c747);},_0x3b1f8f['encode']=function(_0x4a0fa7,_0x22b9d9){return _0x22b9d9||(_0x22b9d9=_0x1e2b30['create']()),null!=_0x4a0fa7['root']&&Object['hasOwnProperty']['call'](_0x4a0fa7,'root')&&_0x22b9d9['uint32'](0xa)['string'](_0x4a0fa7['root']),null!=_0x4a0fa7['key']&&Object['hasOwnProperty']['call'](_0x4a0fa7,'key')&&_0x22b9d9['uint32'](0x12)['string'](_0x4a0fa7['key']),null!=_0x4a0fa7['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x4a0fa7,'oldValueBoolean')&&_0x22b9d9['uint32'](0x18)['bool'](_0x4a0fa7['oldValueBoolean']),null!=_0x4a0fa7['oldValueJson']&&Object['hasOwnProperty']['call'](_0x4a0fa7,'oldValueJson')&&_0x22b9d9['uint32'](0x22)['string'](_0x4a0fa7['oldValueJson']),null!=_0x4a0fa7['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x4a0fa7,'newValueBoolean')&&_0x22b9d9['uint32'](0x28)['bool'](_0x4a0fa7['newValueBoolean']),null!=_0x4a0fa7['newValueJson']&&Object['hasOwnProperty']['call'](_0x4a0fa7,'newValueJson')&&_0x22b9d9['uint32'](0x32)['string'](_0x4a0fa7['newValueJson']),null!=_0x4a0fa7['wasUndone']&&Object['hasOwnProperty']['call'](_0x4a0fa7,'wasUndone')&&_0x22b9d9['uint32'](0x38)['bool'](_0x4a0fa7['wasUndone']),_0x22b9d9;},_0x3b1f8f['encodeDelimited']=function(_0x5c9679,_0x499bc0){return this['encode'](_0x5c9679,_0x499bc0)['ldelim']();},_0x3b1f8f['decode']=function(_0x796b1d,_0x185b3f){_0x796b1d instanceof _0x45f82d||(_0x796b1d=_0x45f82d['create'](_0x796b1d));for(var _0x4af82c=void 0x0===_0x185b3f?_0x796b1d['len']:_0x796b1d['pos']+_0x185b3f,_0x4901d0=new _0x5b532f['RootAttributeOperation']();_0x796b1d['pos']<_0x4af82c;){var _0x47e771=_0x796b1d['uint32']();switch(_0x47e771>>>0x3){case 0x1:_0x4901d0['root']=_0x796b1d['string']();break;case 0x2:_0x4901d0['key']=_0x796b1d['string']();break;case 0x3:_0x4901d0['oldValueBoolean']=_0x796b1d['bool']();break;case 0x4:_0x4901d0['oldValueJson']=_0x796b1d['string']();break;case 0x5:_0x4901d0['newValueBoolean']=_0x796b1d['bool']();break;case 0x6:_0x4901d0['newValueJson']=_0x796b1d['string']();break;case 0x7:_0x4901d0['wasUndone']=_0x796b1d['bool']();break;default:_0x796b1d['skipType'](0x7&_0x47e771);}}return _0x4901d0;},_0x3b1f8f['decodeDelimited']=function(_0xc4f761){return _0xc4f761 instanceof _0x45f82d||(_0xc4f761=new _0x45f82d(_0xc4f761)),this['decode'](_0xc4f761,_0xc4f761['uint32']());},_0x3b1f8f['verify']=function(_0x409cbf){return'object'!=typeof _0x409cbf||null===_0x409cbf?'object\x20expected':null!=_0x409cbf['root']&&_0x409cbf['hasOwnProperty']('root')&&!_0x12e1b1['isString'](_0x409cbf['root'])?'root:\x20string\x20expected':null!=_0x409cbf['key']&&_0x409cbf['hasOwnProperty']('key')&&!_0x12e1b1['isString'](_0x409cbf['key'])?'key:\x20string\x20expected':null!=_0x409cbf['oldValueBoolean']&&_0x409cbf['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x409cbf['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x409cbf['oldValueJson']&&_0x409cbf['hasOwnProperty']('oldValueJson')&&!_0x12e1b1['isString'](_0x409cbf['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x409cbf['newValueBoolean']&&_0x409cbf['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x409cbf['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x409cbf['newValueJson']&&_0x409cbf['hasOwnProperty']('newValueJson')&&!_0x12e1b1['isString'](_0x409cbf['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x409cbf['wasUndone']&&_0x409cbf['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x409cbf['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3b1f8f['fromObject']=function(_0x14b5ae){if(_0x14b5ae instanceof _0x5b532f['RootAttributeOperation'])return _0x14b5ae;var _0x280b54=new _0x5b532f['RootAttributeOperation']();return null!=_0x14b5ae['root']&&(_0x280b54['root']=String(_0x14b5ae['root'])),null!=_0x14b5ae['key']&&(_0x280b54['key']=String(_0x14b5ae['key'])),null!=_0x14b5ae['oldValueBoolean']&&(_0x280b54['oldValueBoolean']=Boolean(_0x14b5ae['oldValueBoolean'])),null!=_0x14b5ae['oldValueJson']&&(_0x280b54['oldValueJson']=String(_0x14b5ae['oldValueJson'])),null!=_0x14b5ae['newValueBoolean']&&(_0x280b54['newValueBoolean']=Boolean(_0x14b5ae['newValueBoolean'])),null!=_0x14b5ae['newValueJson']&&(_0x280b54['newValueJson']=String(_0x14b5ae['newValueJson'])),null!=_0x14b5ae['wasUndone']&&(_0x280b54['wasUndone']=Boolean(_0x14b5ae['wasUndone'])),_0x280b54;},_0x3b1f8f['toObject']=function(_0x270c4f,_0x4ec0ae){_0x4ec0ae||(_0x4ec0ae={});var _0x3eb7fe={};return _0x4ec0ae['defaults']&&(_0x3eb7fe['root']='',_0x3eb7fe['key']='',_0x3eb7fe['oldValueBoolean']=!0x1,_0x3eb7fe['oldValueJson']='',_0x3eb7fe['newValueBoolean']=!0x1,_0x3eb7fe['newValueJson']='',_0x3eb7fe['wasUndone']=!0x1),null!=_0x270c4f['root']&&_0x270c4f['hasOwnProperty']('root')&&(_0x3eb7fe['root']=_0x270c4f['root']),null!=_0x270c4f['key']&&_0x270c4f['hasOwnProperty']('key')&&(_0x3eb7fe['key']=_0x270c4f['key']),null!=_0x270c4f['oldValueBoolean']&&_0x270c4f['hasOwnProperty']('oldValueBoolean')&&(_0x3eb7fe['oldValueBoolean']=_0x270c4f['oldValueBoolean']),null!=_0x270c4f['oldValueJson']&&_0x270c4f['hasOwnProperty']('oldValueJson')&&(_0x3eb7fe['oldValueJson']=_0x270c4f['oldValueJson']),null!=_0x270c4f['newValueBoolean']&&_0x270c4f['hasOwnProperty']('newValueBoolean')&&(_0x3eb7fe['newValueBoolean']=_0x270c4f['newValueBoolean']),null!=_0x270c4f['newValueJson']&&_0x270c4f['hasOwnProperty']('newValueJson')&&(_0x3eb7fe['newValueJson']=_0x270c4f['newValueJson']),null!=_0x270c4f['wasUndone']&&_0x270c4f['hasOwnProperty']('wasUndone')&&(_0x3eb7fe['wasUndone']=_0x270c4f['wasUndone']),_0x3eb7fe;},_0x3b1f8f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3929e6['util']['toJSONOptions']);},_0x3b1f8f['getTypeUrl']=function(_0x37bb36){return void 0x0===_0x37bb36&&(_0x37bb36='type.googleapis.com'),_0x37bb36+'/RootAttributeOperation';},_0x3b1f8f;}()),_0x5b532f['RootOperation']=(function(){function _0x42cbb8(_0x113ec6){if(_0x113ec6){for(var _0x301248=Object['keys'](_0x113ec6),_0x270e4a=0x0;_0x270e4a<_0x301248['length'];++_0x270e4a)null!=_0x113ec6[_0x301248[_0x270e4a]]&&(this[_0x301248[_0x270e4a]]=_0x113ec6[_0x301248[_0x270e4a]]);}}return _0x42cbb8['prototype']['rootName']='',_0x42cbb8['prototype']['elementName']='',_0x42cbb8['prototype']['isAdd']=!0x1,_0x42cbb8['prototype']['wasUndone']=!0x1,_0x42cbb8['create']=function(_0xda1b10){return new _0x42cbb8(_0xda1b10);},_0x42cbb8['encode']=function(_0x8500df,_0x247f66){return _0x247f66||(_0x247f66=_0x1e2b30['create']()),null!=_0x8500df['rootName']&&Object['hasOwnProperty']['call'](_0x8500df,'rootName')&&_0x247f66['uint32'](0xa)['string'](_0x8500df['rootName']),null!=_0x8500df['elementName']&&Object['hasOwnProperty']['call'](_0x8500df,'elementName')&&_0x247f66['uint32'](0x12)['string'](_0x8500df['elementName']),null!=_0x8500df['isAdd']&&Object['hasOwnProperty']['call'](_0x8500df,'isAdd')&&_0x247f66['uint32'](0x18)['bool'](_0x8500df['isAdd']),null!=_0x8500df['wasUndone']&&Object['hasOwnProperty']['call'](_0x8500df,'wasUndone')&&_0x247f66['uint32'](0x20)['bool'](_0x8500df['wasUndone']),_0x247f66;},_0x42cbb8['encodeDelimited']=function(_0x32e3a2,_0x2c08ac){return this['encode'](_0x32e3a2,_0x2c08ac)['ldelim']();},_0x42cbb8['decode']=function(_0x48c116,_0x1d45a7){_0x48c116 instanceof _0x45f82d||(_0x48c116=_0x45f82d['create'](_0x48c116));for(var _0xce28e1=void 0x0===_0x1d45a7?_0x48c116['len']:_0x48c116['pos']+_0x1d45a7,_0x189cbb=new _0x5b532f['RootOperation']();_0x48c116['pos']<_0xce28e1;){var _0x5a23ca=_0x48c116['uint32']();switch(_0x5a23ca>>>0x3){case 0x1:_0x189cbb['rootName']=_0x48c116['string']();break;case 0x2:_0x189cbb['elementName']=_0x48c116['string']();break;case 0x3:_0x189cbb['isAdd']=_0x48c116['bool']();break;case 0x4:_0x189cbb['wasUndone']=_0x48c116['bool']();break;default:_0x48c116['skipType'](0x7&_0x5a23ca);}}return _0x189cbb;},_0x42cbb8['decodeDelimited']=function(_0x34ae59){return _0x34ae59 instanceof _0x45f82d||(_0x34ae59=new _0x45f82d(_0x34ae59)),this['decode'](_0x34ae59,_0x34ae59['uint32']());},_0x42cbb8['verify']=function(_0x3992f4){return'object'!=typeof _0x3992f4||null===_0x3992f4?'object\x20expected':null!=_0x3992f4['rootName']&&_0x3992f4['hasOwnProperty']('rootName')&&!_0x12e1b1['isString'](_0x3992f4['rootName'])?'rootName:\x20string\x20expected':null!=_0x3992f4['elementName']&&_0x3992f4['hasOwnProperty']('elementName')&&!_0x12e1b1['isString'](_0x3992f4['elementName'])?'elementName:\x20string\x20expected':null!=_0x3992f4['isAdd']&&_0x3992f4['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x3992f4['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x3992f4['wasUndone']&&_0x3992f4['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3992f4['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x42cbb8['fromObject']=function(_0x1e271b){if(_0x1e271b instanceof _0x5b532f['RootOperation'])return _0x1e271b;var _0x4f5f94=new _0x5b532f['RootOperation']();return null!=_0x1e271b['rootName']&&(_0x4f5f94['rootName']=String(_0x1e271b['rootName'])),null!=_0x1e271b['elementName']&&(_0x4f5f94['elementName']=String(_0x1e271b['elementName'])),null!=_0x1e271b['isAdd']&&(_0x4f5f94['isAdd']=Boolean(_0x1e271b['isAdd'])),null!=_0x1e271b['wasUndone']&&(_0x4f5f94['wasUndone']=Boolean(_0x1e271b['wasUndone'])),_0x4f5f94;},_0x42cbb8['toObject']=function(_0x33c4f2,_0x32e5d4){_0x32e5d4||(_0x32e5d4={});var _0x1a986d={};return _0x32e5d4['defaults']&&(_0x1a986d['rootName']='',_0x1a986d['elementName']='',_0x1a986d['isAdd']=!0x1,_0x1a986d['wasUndone']=!0x1),null!=_0x33c4f2['rootName']&&_0x33c4f2['hasOwnProperty']('rootName')&&(_0x1a986d['rootName']=_0x33c4f2['rootName']),null!=_0x33c4f2['elementName']&&_0x33c4f2['hasOwnProperty']('elementName')&&(_0x1a986d['elementName']=_0x33c4f2['elementName']),null!=_0x33c4f2['isAdd']&&_0x33c4f2['hasOwnProperty']('isAdd')&&(_0x1a986d['isAdd']=_0x33c4f2['isAdd']),null!=_0x33c4f2['wasUndone']&&_0x33c4f2['hasOwnProperty']('wasUndone')&&(_0x1a986d['wasUndone']=_0x33c4f2['wasUndone']),_0x1a986d;},_0x42cbb8['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3929e6['util']['toJSONOptions']);},_0x42cbb8['getTypeUrl']=function(_0x38377e){return void 0x0===_0x38377e&&(_0x38377e='type.googleapis.com'),_0x38377e+'/RootOperation';},_0x42cbb8;}()),_0x5b532f['SplitOperation']=(function(){function _0x4dc388(_0x1c5b37){if(_0x1c5b37){for(var _0x11b532=Object['keys'](_0x1c5b37),_0x142103=0x0;_0x142103<_0x11b532['length'];++_0x142103)null!=_0x1c5b37[_0x11b532[_0x142103]]&&(this[_0x11b532[_0x142103]]=_0x1c5b37[_0x11b532[_0x142103]]);}}return _0x4dc388['prototype']['splitPosition']=null,_0x4dc388['prototype']['graveyardPosition']=null,_0x4dc388['prototype']['howMany']=0x0,_0x4dc388['prototype']['insertionPosition']=null,_0x4dc388['prototype']['wasUndone']=!0x1,_0x4dc388['create']=function(_0xe61b86){return new _0x4dc388(_0xe61b86);},_0x4dc388['encode']=function(_0xa3b00a,_0x1b4ae6){return _0x1b4ae6||(_0x1b4ae6=_0x1e2b30['create']()),null!=_0xa3b00a['splitPosition']&&Object['hasOwnProperty']['call'](_0xa3b00a,'splitPosition')&&_0x5b532f['Position']['encode'](_0xa3b00a['splitPosition'],_0x1b4ae6['uint32'](0xa)['fork']())['ldelim'](),null!=_0xa3b00a['graveyardPosition']&&Object['hasOwnProperty']['call'](_0xa3b00a,'graveyardPosition')&&_0x5b532f['Position']['encode'](_0xa3b00a['graveyardPosition'],_0x1b4ae6['uint32'](0x12)['fork']())['ldelim'](),null!=_0xa3b00a['howMany']&&Object['hasOwnProperty']['call'](_0xa3b00a,'howMany')&&_0x1b4ae6['uint32'](0x18)['uint32'](_0xa3b00a['howMany']),null!=_0xa3b00a['insertionPosition']&&Object['hasOwnProperty']['call'](_0xa3b00a,'insertionPosition')&&_0x5b532f['Position']['encode'](_0xa3b00a['insertionPosition'],_0x1b4ae6['uint32'](0x22)['fork']())['ldelim'](),null!=_0xa3b00a['wasUndone']&&Object['hasOwnProperty']['call'](_0xa3b00a,'wasUndone')&&_0x1b4ae6['uint32'](0x28)['bool'](_0xa3b00a['wasUndone']),_0x1b4ae6;},_0x4dc388['encodeDelimited']=function(_0x11d0ba,_0x497b8f){return this['encode'](_0x11d0ba,_0x497b8f)['ldelim']();},_0x4dc388['decode']=function(_0x30a7d4,_0x41da59){_0x30a7d4 instanceof _0x45f82d||(_0x30a7d4=_0x45f82d['create'](_0x30a7d4));for(var _0x403df9=void 0x0===_0x41da59?_0x30a7d4['len']:_0x30a7d4['pos']+_0x41da59,_0x25886c=new _0x5b532f['SplitOperation']();_0x30a7d4['pos']<_0x403df9;){var _0x3f1681=_0x30a7d4['uint32']();switch(_0x3f1681>>>0x3){case 0x1:_0x25886c['splitPosition']=_0x5b532f['Position']['decode'](_0x30a7d4,_0x30a7d4['uint32']());break;case 0x2:_0x25886c['graveyardPosition']=_0x5b532f['Position']['decode'](_0x30a7d4,_0x30a7d4['uint32']());break;case 0x3:_0x25886c['howMany']=_0x30a7d4['uint32']();break;case 0x4:_0x25886c['insertionPosition']=_0x5b532f['Position']['decode'](_0x30a7d4,_0x30a7d4['uint32']());break;case 0x5:_0x25886c['wasUndone']=_0x30a7d4['bool']();break;default:_0x30a7d4['skipType'](0x7&_0x3f1681);}}return _0x25886c;},_0x4dc388['decodeDelimited']=function(_0x40ec5b){return _0x40ec5b instanceof _0x45f82d||(_0x40ec5b=new _0x45f82d(_0x40ec5b)),this['decode'](_0x40ec5b,_0x40ec5b['uint32']());},_0x4dc388['verify']=function(_0x1f86b8){if('object'!=typeof _0x1f86b8||null===_0x1f86b8)return'object\x20expected';var _0x1145fe;if(null!=_0x1f86b8['splitPosition']&&_0x1f86b8['hasOwnProperty']('splitPosition')&&(_0x1145fe=_0x5b532f['Position']['verify'](_0x1f86b8['splitPosition'])))return'splitPosition.'+_0x1145fe;if(null!=_0x1f86b8['graveyardPosition']&&_0x1f86b8['hasOwnProperty']('graveyardPosition')&&(_0x1145fe=_0x5b532f['Position']['verify'](_0x1f86b8['graveyardPosition'])))return'graveyardPosition.'+_0x1145fe;if(null!=_0x1f86b8['howMany']&&_0x1f86b8['hasOwnProperty']('howMany')&&!_0x12e1b1['isInteger'](_0x1f86b8['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x1f86b8['insertionPosition']&&_0x1f86b8['hasOwnProperty']('insertionPosition')&&(_0x1145fe=_0x5b532f['Position']['verify'](_0x1f86b8['insertionPosition'])))return'insertionPosition.'+_0x1145fe;return null!=_0x1f86b8['wasUndone']&&_0x1f86b8['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1f86b8['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4dc388['fromObject']=function(_0x5e8ae3){if(_0x5e8ae3 instanceof _0x5b532f['SplitOperation'])return _0x5e8ae3;var _0x548315=new _0x5b532f['SplitOperation']();if(null!=_0x5e8ae3['splitPosition']){if('object'!=typeof _0x5e8ae3['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x548315['splitPosition']=_0x5b532f['Position']['fromObject'](_0x5e8ae3['splitPosition']);}if(null!=_0x5e8ae3['graveyardPosition']){if('object'!=typeof _0x5e8ae3['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x548315['graveyardPosition']=_0x5b532f['Position']['fromObject'](_0x5e8ae3['graveyardPosition']);}if(null!=_0x5e8ae3['howMany']&&(_0x548315['howMany']=_0x5e8ae3['howMany']>>>0x0),null!=_0x5e8ae3['insertionPosition']){if('object'!=typeof _0x5e8ae3['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x548315['insertionPosition']=_0x5b532f['Position']['fromObject'](_0x5e8ae3['insertionPosition']);}return null!=_0x5e8ae3['wasUndone']&&(_0x548315['wasUndone']=Boolean(_0x5e8ae3['wasUndone'])),_0x548315;},_0x4dc388['toObject']=function(_0x1e7430,_0x47add5){_0x47add5||(_0x47add5={});var _0x25ad8c={};return _0x47add5['defaults']&&(_0x25ad8c['splitPosition']=null,_0x25ad8c['graveyardPosition']=null,_0x25ad8c['howMany']=0x0,_0x25ad8c['insertionPosition']=null,_0x25ad8c['wasUndone']=!0x1),null!=_0x1e7430['splitPosition']&&_0x1e7430['hasOwnProperty']('splitPosition')&&(_0x25ad8c['splitPosition']=_0x5b532f['Position']['toObject'](_0x1e7430['splitPosition'],_0x47add5)),null!=_0x1e7430['graveyardPosition']&&_0x1e7430['hasOwnProperty']('graveyardPosition')&&(_0x25ad8c['graveyardPosition']=_0x5b532f['Position']['toObject'](_0x1e7430['graveyardPosition'],_0x47add5)),null!=_0x1e7430['howMany']&&_0x1e7430['hasOwnProperty']('howMany')&&(_0x25ad8c['howMany']=_0x1e7430['howMany']),null!=_0x1e7430['insertionPosition']&&_0x1e7430['hasOwnProperty']('insertionPosition')&&(_0x25ad8c['insertionPosition']=_0x5b532f['Position']['toObject'](_0x1e7430['insertionPosition'],_0x47add5)),null!=_0x1e7430['wasUndone']&&_0x1e7430['hasOwnProperty']('wasUndone')&&(_0x25ad8c['wasUndone']=_0x1e7430['wasUndone']),_0x25ad8c;},_0x4dc388['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3929e6['util']['toJSONOptions']);},_0x4dc388['getTypeUrl']=function(_0x807428){return void 0x0===_0x807428&&(_0x807428='type.googleapis.com'),_0x807428+'/SplitOperation';},_0x4dc388;}()),_0x5b532f['Position']=(function(){function _0x24b346(_0x17f2fc){if(this['path']=[],_0x17f2fc){for(var _0x2422eb=Object['keys'](_0x17f2fc),_0x2b92bc=0x0;_0x2b92bc<_0x2422eb['length'];++_0x2b92bc)null!=_0x17f2fc[_0x2422eb[_0x2b92bc]]&&(this[_0x2422eb[_0x2b92bc]]=_0x17f2fc[_0x2422eb[_0x2b92bc]]);}}return _0x24b346['prototype']['root']='',_0x24b346['prototype']['rootMain']=!0x1,_0x24b346['prototype']['rootGraveyard']=!0x1,_0x24b346['prototype']['path']=_0x12e1b1['emptyArray'],_0x24b346['prototype']['stickiness']='',_0x24b346['create']=function(_0xa6b7f9){return new _0x24b346(_0xa6b7f9);},_0x24b346['encode']=function(_0x5388a9,_0x515a3e){if(_0x515a3e||(_0x515a3e=_0x1e2b30['create']()),null!=_0x5388a9['root']&&Object['hasOwnProperty']['call'](_0x5388a9,'root')&&_0x515a3e['uint32'](0xa)['string'](_0x5388a9['root']),null!=_0x5388a9['rootMain']&&Object['hasOwnProperty']['call'](_0x5388a9,'rootMain')&&_0x515a3e['uint32'](0x10)['bool'](_0x5388a9['rootMain']),null!=_0x5388a9['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x5388a9,'rootGraveyard')&&_0x515a3e['uint32'](0x18)['bool'](_0x5388a9['rootGraveyard']),null!=_0x5388a9['path']&&_0x5388a9['path']['length']){_0x515a3e['uint32'](0x22)['fork']();for(var _0x1d09af=0x0;_0x1d09af<_0x5388a9['path']['length'];++_0x1d09af)_0x515a3e['uint32'](_0x5388a9['path'][_0x1d09af]);_0x515a3e['ldelim']();}return null!=_0x5388a9['stickiness']&&Object['hasOwnProperty']['call'](_0x5388a9,'stickiness')&&_0x515a3e['uint32'](0x2a)['string'](_0x5388a9['stickiness']),_0x515a3e;},_0x24b346['encodeDelimited']=function(_0x413be0,_0x559878){return this['encode'](_0x413be0,_0x559878)['ldelim']();},_0x24b346['decode']=function(_0x4be326,_0x37f783){_0x4be326 instanceof _0x45f82d||(_0x4be326=_0x45f82d['create'](_0x4be326));for(var _0x364134=void 0x0===_0x37f783?_0x4be326['len']:_0x4be326['pos']+_0x37f783,_0x22138a=new _0x5b532f['Position']();_0x4be326['pos']<_0x364134;){var _0x393fb1=_0x4be326['uint32']();switch(_0x393fb1>>>0x3){case 0x1:_0x22138a['root']=_0x4be326['string']();break;case 0x2:_0x22138a['rootMain']=_0x4be326['bool']();break;case 0x3:_0x22138a['rootGraveyard']=_0x4be326['bool']();break;case 0x4:if(_0x22138a['path']&&_0x22138a['path']['length']||(_0x22138a['path']=[]),0x2==(0x7&_0x393fb1)){for(var _0x2a9d5f=_0x4be326['uint32']()+_0x4be326['pos'];_0x4be326['pos']<_0x2a9d5f;)_0x22138a['path']['push'](_0x4be326['uint32']());}else _0x22138a['path']['push'](_0x4be326['uint32']());break;case 0x5:_0x22138a['stickiness']=_0x4be326['string']();break;default:_0x4be326['skipType'](0x7&_0x393fb1);}}return _0x22138a;},_0x24b346['decodeDelimited']=function(_0x3ebe72){return _0x3ebe72 instanceof _0x45f82d||(_0x3ebe72=new _0x45f82d(_0x3ebe72)),this['decode'](_0x3ebe72,_0x3ebe72['uint32']());},_0x24b346['verify']=function(_0x1f7596){if('object'!=typeof _0x1f7596||null===_0x1f7596)return'object\x20expected';if(null!=_0x1f7596['root']&&_0x1f7596['hasOwnProperty']('root')&&!_0x12e1b1['isString'](_0x1f7596['root']))return'root:\x20string\x20expected';if(null!=_0x1f7596['rootMain']&&_0x1f7596['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x1f7596['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x1f7596['rootGraveyard']&&_0x1f7596['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x1f7596['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x1f7596['path']&&_0x1f7596['hasOwnProperty']('path')){if(!Array['isArray'](_0x1f7596['path']))return'path:\x20array\x20expected';for(var _0x22f11e=0x0;_0x22f11e<_0x1f7596['path']['length'];++_0x22f11e)if(!_0x12e1b1['isInteger'](_0x1f7596['path'][_0x22f11e]))return'path:\x20integer[]\x20expected';}return null!=_0x1f7596['stickiness']&&_0x1f7596['hasOwnProperty']('stickiness')&&!_0x12e1b1['isString'](_0x1f7596['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x24b346['fromObject']=function(_0x3b8136){if(_0x3b8136 instanceof _0x5b532f['Position'])return _0x3b8136;var _0x150dab=new _0x5b532f['Position']();if(null!=_0x3b8136['root']&&(_0x150dab['root']=String(_0x3b8136['root'])),null!=_0x3b8136['rootMain']&&(_0x150dab['rootMain']=Boolean(_0x3b8136['rootMain'])),null!=_0x3b8136['rootGraveyard']&&(_0x150dab['rootGraveyard']=Boolean(_0x3b8136['rootGraveyard'])),_0x3b8136['path']){if(!Array['isArray'](_0x3b8136['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x150dab['path']=[];for(var _0x1d8de3=0x0;_0x1d8de3<_0x3b8136['path']['length'];++_0x1d8de3)_0x150dab['path'][_0x1d8de3]=_0x3b8136['path'][_0x1d8de3]>>>0x0;}return null!=_0x3b8136['stickiness']&&(_0x150dab['stickiness']=String(_0x3b8136['stickiness'])),_0x150dab;},_0x24b346['toObject']=function(_0x5821db,_0x1a601e){_0x1a601e||(_0x1a601e={});var _0x5e6e1f={};if((_0x1a601e['arrays']||_0x1a601e['defaults'])&&(_0x5e6e1f['path']=[]),_0x1a601e['defaults']&&(_0x5e6e1f['root']='',_0x5e6e1f['rootMain']=!0x1,_0x5e6e1f['rootGraveyard']=!0x1,_0x5e6e1f['stickiness']=''),null!=_0x5821db['root']&&_0x5821db['hasOwnProperty']('root')&&(_0x5e6e1f['root']=_0x5821db['root']),null!=_0x5821db['rootMain']&&_0x5821db['hasOwnProperty']('rootMain')&&(_0x5e6e1f['rootMain']=_0x5821db['rootMain']),null!=_0x5821db['rootGraveyard']&&_0x5821db['hasOwnProperty']('rootGraveyard')&&(_0x5e6e1f['rootGraveyard']=_0x5821db['rootGraveyard']),_0x5821db['path']&&_0x5821db['path']['length']){_0x5e6e1f['path']=[];for(var _0x4000e2=0x0;_0x4000e2<_0x5821db['path']['length'];++_0x4000e2)_0x5e6e1f['path'][_0x4000e2]=_0x5821db['path'][_0x4000e2];}return null!=_0x5821db['stickiness']&&_0x5821db['hasOwnProperty']('stickiness')&&(_0x5e6e1f['stickiness']=_0x5821db['stickiness']),_0x5e6e1f;},_0x24b346['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3929e6['util']['toJSONOptions']);},_0x24b346['getTypeUrl']=function(_0x3cca30){return void 0x0===_0x3cca30&&(_0x3cca30='type.googleapis.com'),_0x3cca30+'/Position';},_0x24b346;}()),_0x5b532f['Range']=(function(){function _0x55a4fd(_0x18acbe){if(_0x18acbe){for(var _0x1a9ebe=Object['keys'](_0x18acbe),_0x585d55=0x0;_0x585d55<_0x1a9ebe['length'];++_0x585d55)null!=_0x18acbe[_0x1a9ebe[_0x585d55]]&&(this[_0x1a9ebe[_0x585d55]]=_0x18acbe[_0x1a9ebe[_0x585d55]]);}}return _0x55a4fd['prototype']['start']=null,_0x55a4fd['prototype']['end']=null,_0x55a4fd['create']=function(_0x4ec9fe){return new _0x55a4fd(_0x4ec9fe);},_0x55a4fd['encode']=function(_0x52aeaf,_0x2c3521){return _0x2c3521||(_0x2c3521=_0x1e2b30['create']()),null!=_0x52aeaf['start']&&Object['hasOwnProperty']['call'](_0x52aeaf,'start')&&_0x5b532f['Position']['encode'](_0x52aeaf['start'],_0x2c3521['uint32'](0xa)['fork']())['ldelim'](),null!=_0x52aeaf['end']&&Object['hasOwnProperty']['call'](_0x52aeaf,'end')&&_0x5b532f['Position']['encode'](_0x52aeaf['end'],_0x2c3521['uint32'](0x12)['fork']())['ldelim'](),_0x2c3521;},_0x55a4fd['encodeDelimited']=function(_0x35247f,_0x46c8f3){return this['encode'](_0x35247f,_0x46c8f3)['ldelim']();},_0x55a4fd['decode']=function(_0x37ffdd,_0x4904ed){_0x37ffdd instanceof _0x45f82d||(_0x37ffdd=_0x45f82d['create'](_0x37ffdd));for(var _0x18cd01=void 0x0===_0x4904ed?_0x37ffdd['len']:_0x37ffdd['pos']+_0x4904ed,_0x12c4a7=new _0x5b532f['Range']();_0x37ffdd['pos']<_0x18cd01;){var _0x50be68=_0x37ffdd['uint32']();switch(_0x50be68>>>0x3){case 0x1:_0x12c4a7['start']=_0x5b532f['Position']['decode'](_0x37ffdd,_0x37ffdd['uint32']());break;case 0x2:_0x12c4a7['end']=_0x5b532f['Position']['decode'](_0x37ffdd,_0x37ffdd['uint32']());break;default:_0x37ffdd['skipType'](0x7&_0x50be68);}}return _0x12c4a7;},_0x55a4fd['decodeDelimited']=function(_0x31e87b){return _0x31e87b instanceof _0x45f82d||(_0x31e87b=new _0x45f82d(_0x31e87b)),this['decode'](_0x31e87b,_0x31e87b['uint32']());},_0x55a4fd['verify']=function(_0x17fbe1){if('object'!=typeof _0x17fbe1||null===_0x17fbe1)return'object\x20expected';var _0x28d0a0;if(null!=_0x17fbe1['start']&&_0x17fbe1['hasOwnProperty']('start')&&(_0x28d0a0=_0x5b532f['Position']['verify'](_0x17fbe1['start'])))return'start.'+_0x28d0a0;if(null!=_0x17fbe1['end']&&_0x17fbe1['hasOwnProperty']('end')&&(_0x28d0a0=_0x5b532f['Position']['verify'](_0x17fbe1['end'])))return'end.'+_0x28d0a0;return null;},_0x55a4fd['fromObject']=function(_0x3fd11a){if(_0x3fd11a instanceof _0x5b532f['Range'])return _0x3fd11a;var _0x13d818=new _0x5b532f['Range']();if(null!=_0x3fd11a['start']){if('object'!=typeof _0x3fd11a['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x13d818['start']=_0x5b532f['Position']['fromObject'](_0x3fd11a['start']);}if(null!=_0x3fd11a['end']){if('object'!=typeof _0x3fd11a['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x13d818['end']=_0x5b532f['Position']['fromObject'](_0x3fd11a['end']);}return _0x13d818;},_0x55a4fd['toObject']=function(_0x3a336f,_0x569f8d){_0x569f8d||(_0x569f8d={});var _0x415ae5={};return _0x569f8d['defaults']&&(_0x415ae5['start']=null,_0x415ae5['end']=null),null!=_0x3a336f['start']&&_0x3a336f['hasOwnProperty']('start')&&(_0x415ae5['start']=_0x5b532f['Position']['toObject'](_0x3a336f['start'],_0x569f8d)),null!=_0x3a336f['end']&&_0x3a336f['hasOwnProperty']('end')&&(_0x415ae5['end']=_0x5b532f['Position']['toObject'](_0x3a336f['end'],_0x569f8d)),_0x415ae5;},_0x55a4fd['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3929e6['util']['toJSONOptions']);},_0x55a4fd['getTypeUrl']=function(_0x465669){return void 0x0===_0x465669&&(_0x465669='type.googleapis.com'),_0x465669+'/Range';},_0x55a4fd;}()),_0x5b532f['Element']=(function(){function _0x4d0ac6(_0x350a90){if(this['children']=[],this['attributesBoolean']={},_0x350a90){for(var _0x433cef=Object['keys'](_0x350a90),_0x4ee0b8=0x0;_0x4ee0b8<_0x433cef['length'];++_0x4ee0b8)null!=_0x350a90[_0x433cef[_0x4ee0b8]]&&(this[_0x433cef[_0x4ee0b8]]=_0x350a90[_0x433cef[_0x4ee0b8]]);}}return _0x4d0ac6['prototype']['name']='',_0x4d0ac6['prototype']['children']=_0x12e1b1['emptyArray'],_0x4d0ac6['prototype']['data']='',_0x4d0ac6['prototype']['attributesBoolean']=_0x12e1b1['emptyObject'],_0x4d0ac6['prototype']['attributesJson']='',_0x4d0ac6['create']=function(_0x11dd49){return new _0x4d0ac6(_0x11dd49);},_0x4d0ac6['encode']=function(_0x228d13,_0x4e2d05){if(_0x4e2d05||(_0x4e2d05=_0x1e2b30['create']()),null!=_0x228d13['name']&&Object['hasOwnProperty']['call'](_0x228d13,'name')&&_0x4e2d05['uint32'](0xa)['string'](_0x228d13['name']),null!=_0x228d13['children']&&_0x228d13['children']['length']){for(var _0x433e45=0x0;_0x433e45<_0x228d13['children']['length'];++_0x433e45)_0x5b532f['Element']['encode'](_0x228d13['children'][_0x433e45],_0x4e2d05['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x228d13['data']&&Object['hasOwnProperty']['call'](_0x228d13,'data')&&_0x4e2d05['uint32'](0x1a)['string'](_0x228d13['data']),null!=_0x228d13['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x228d13,'attributesBoolean')){var _0x339979=Object['keys'](_0x228d13['attributesBoolean']);for(_0x433e45=0x0;_0x433e45<_0x339979['length'];++_0x433e45)_0x4e2d05['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x339979[_0x433e45])['uint32'](0x10)['bool'](_0x228d13['attributesBoolean'][_0x339979[_0x433e45]])['ldelim']();}return null!=_0x228d13['attributesJson']&&Object['hasOwnProperty']['call'](_0x228d13,'attributesJson')&&_0x4e2d05['uint32'](0x2a)['string'](_0x228d13['attributesJson']),_0x4e2d05;},_0x4d0ac6['encodeDelimited']=function(_0x13021f,_0xa62950){return this['encode'](_0x13021f,_0xa62950)['ldelim']();},_0x4d0ac6['decode']=function(_0x139b9c,_0x23eccf){_0x139b9c instanceof _0x45f82d||(_0x139b9c=_0x45f82d['create'](_0x139b9c));for(var _0x3ab506,_0x3c9e5d,_0xba5edc=void 0x0===_0x23eccf?_0x139b9c['len']:_0x139b9c['pos']+_0x23eccf,_0x2fefb0=new _0x5b532f['Element']();_0x139b9c['pos']<_0xba5edc;){var _0x360373=_0x139b9c['uint32']();switch(_0x360373>>>0x3){case 0x1:_0x2fefb0['name']=_0x139b9c['string']();break;case 0x2:_0x2fefb0['children']&&_0x2fefb0['children']['length']||(_0x2fefb0['children']=[]),_0x2fefb0['children']['push'](_0x5b532f['Element']['decode'](_0x139b9c,_0x139b9c['uint32']()));break;case 0x3:_0x2fefb0['data']=_0x139b9c['string']();break;case 0x4:_0x2fefb0['attributesBoolean']===_0x12e1b1['emptyObject']&&(_0x2fefb0['attributesBoolean']={});var _0x43a1c4=_0x139b9c['uint32']()+_0x139b9c['pos'];for(_0x3ab506='',_0x3c9e5d=!0x1;_0x139b9c['pos']<_0x43a1c4;){var _0x19096d=_0x139b9c['uint32']();switch(_0x19096d>>>0x3){case 0x1:_0x3ab506=_0x139b9c['string']();break;case 0x2:_0x3c9e5d=_0x139b9c['bool']();break;default:_0x139b9c['skipType'](0x7&_0x19096d);}}_0x2fefb0['attributesBoolean'][_0x3ab506]=_0x3c9e5d;break;case 0x5:_0x2fefb0['attributesJson']=_0x139b9c['string']();break;default:_0x139b9c['skipType'](0x7&_0x360373);}}return _0x2fefb0;},_0x4d0ac6['decodeDelimited']=function(_0x4c0c1a){return _0x4c0c1a instanceof _0x45f82d||(_0x4c0c1a=new _0x45f82d(_0x4c0c1a)),this['decode'](_0x4c0c1a,_0x4c0c1a['uint32']());},_0x4d0ac6['verify']=function(_0x5c6cbc){if('object'!=typeof _0x5c6cbc||null===_0x5c6cbc)return'object\x20expected';if(null!=_0x5c6cbc['name']&&_0x5c6cbc['hasOwnProperty']('name')&&!_0x12e1b1['isString'](_0x5c6cbc['name']))return'name:\x20string\x20expected';if(null!=_0x5c6cbc['children']&&_0x5c6cbc['hasOwnProperty']('children')){if(!Array['isArray'](_0x5c6cbc['children']))return'children:\x20array\x20expected';for(var _0x432e50=0x0;_0x432e50<_0x5c6cbc['children']['length'];++_0x432e50){var _0x5934b8=_0x5b532f['Element']['verify'](_0x5c6cbc['children'][_0x432e50]);if(_0x5934b8)return'children.'+_0x5934b8;}}if(null!=_0x5c6cbc['data']&&_0x5c6cbc['hasOwnProperty']('data')&&!_0x12e1b1['isString'](_0x5c6cbc['data']))return'data:\x20string\x20expected';if(null!=_0x5c6cbc['attributesBoolean']&&_0x5c6cbc['hasOwnProperty']('attributesBoolean')){if(!_0x12e1b1['isObject'](_0x5c6cbc['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x31edc3=Object['keys'](_0x5c6cbc['attributesBoolean']);for(_0x432e50=0x0;_0x432e50<_0x31edc3['length'];++_0x432e50)if('boolean'!=typeof _0x5c6cbc['attributesBoolean'][_0x31edc3[_0x432e50]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x5c6cbc['attributesJson']&&_0x5c6cbc['hasOwnProperty']('attributesJson')&&!_0x12e1b1['isString'](_0x5c6cbc['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x4d0ac6['fromObject']=function(_0x1c1ae7){if(_0x1c1ae7 instanceof _0x5b532f['Element'])return _0x1c1ae7;var _0x5cbad5=new _0x5b532f['Element']();if(null!=_0x1c1ae7['name']&&(_0x5cbad5['name']=String(_0x1c1ae7['name'])),_0x1c1ae7['children']){if(!Array['isArray'](_0x1c1ae7['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x5cbad5['children']=[];for(var _0x597a53=0x0;_0x597a53<_0x1c1ae7['children']['length'];++_0x597a53){if('object'!=typeof _0x1c1ae7['children'][_0x597a53])throw TypeError('.Element.children:\x20object\x20expected');_0x5cbad5['children'][_0x597a53]=_0x5b532f['Element']['fromObject'](_0x1c1ae7['children'][_0x597a53]);}}if(null!=_0x1c1ae7['data']&&(_0x5cbad5['data']=String(_0x1c1ae7['data'])),_0x1c1ae7['attributesBoolean']){if('object'!=typeof _0x1c1ae7['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x5cbad5['attributesBoolean']={};var _0x87e248=Object['keys'](_0x1c1ae7['attributesBoolean']);for(_0x597a53=0x0;_0x597a53<_0x87e248['length'];++_0x597a53)_0x5cbad5['attributesBoolean'][_0x87e248[_0x597a53]]=Boolean(_0x1c1ae7['attributesBoolean'][_0x87e248[_0x597a53]]);}return null!=_0x1c1ae7['attributesJson']&&(_0x5cbad5['attributesJson']=String(_0x1c1ae7['attributesJson'])),_0x5cbad5;},_0x4d0ac6['toObject']=function(_0x461840,_0x46677f){_0x46677f||(_0x46677f={});var _0x5544bd,_0x6ad740={};if((_0x46677f['arrays']||_0x46677f['defaults'])&&(_0x6ad740['children']=[]),(_0x46677f['objects']||_0x46677f['defaults'])&&(_0x6ad740['attributesBoolean']={}),_0x46677f['defaults']&&(_0x6ad740['name']='',_0x6ad740['data']='',_0x6ad740['attributesJson']=''),null!=_0x461840['name']&&_0x461840['hasOwnProperty']('name')&&(_0x6ad740['name']=_0x461840['name']),_0x461840['children']&&_0x461840['children']['length']){_0x6ad740['children']=[];for(var _0x19a7fa=0x0;_0x19a7fa<_0x461840['children']['length'];++_0x19a7fa)_0x6ad740['children'][_0x19a7fa]=_0x5b532f['Element']['toObject'](_0x461840['children'][_0x19a7fa],_0x46677f);}if(null!=_0x461840['data']&&_0x461840['hasOwnProperty']('data')&&(_0x6ad740['data']=_0x461840['data']),_0x461840['attributesBoolean']&&(_0x5544bd=Object['keys'](_0x461840['attributesBoolean']))['length']){_0x6ad740['attributesBoolean']={};for(_0x19a7fa=0x0;_0x19a7fa<_0x5544bd['length'];++_0x19a7fa)_0x6ad740['attributesBoolean'][_0x5544bd[_0x19a7fa]]=_0x461840['attributesBoolean'][_0x5544bd[_0x19a7fa]];}return null!=_0x461840['attributesJson']&&_0x461840['hasOwnProperty']('attributesJson')&&(_0x6ad740['attributesJson']=_0x461840['attributesJson']),_0x6ad740;},_0x4d0ac6['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3929e6['util']['toJSONOptions']);},_0x4d0ac6['getTypeUrl']=function(_0x2f259e){return void 0x0===_0x2f259e&&(_0x2f259e='type.googleapis.com'),_0x2f259e+'/Element';},_0x4d0ac6;}()),_0x5b532f;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x326307){return new w(this['_protobufRoot'][_0x326307]);}}class w{['_protobuf'];constructor(_0x53531a){this['_protobuf']=_0x53531a;}['compress'](_0x48df67){const _0x197d7c=this['_protobuf']['verify'](_0x48df67);if(_0x197d7c)throw Error(_0x197d7c);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x48df67))['finish']();}['decompress'](_0x985e56){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x985e56),{'oneofs':!0x0});}}function g(_0x291f29,_0x3d51b8){const _0x553a42=_0x5d38c1(_0x291f29);return _0x553a42['path'][_0x553a42['path']['length']-0x1]+=_0x3d51b8,_0x553a42;}function _(_0x55d75a,_0xc70e15){return _0x55d75a['root']===_0xc70e15['root']&&_0x3cb4a6(_0x55d75a['path'],_0xc70e15['path']);}function $(_0x4472b8){P(_0x4472b8,_0x34696f=>('main'==_0x34696f['root']?(_0x34696f['rootMain']=!0x0,delete _0x34696f['root']):'$graveyard'==_0x34696f['root']&&(_0x34696f['rootGraveyard']=!0x0,delete _0x34696f['root']),_0x34696f));}function J(_0x5098ba){P(_0x5098ba,_0x5b6e81=>(_0x5b6e81['rootMain']?(_0x5b6e81['root']='main',delete _0x5b6e81['rootMain']):_0x5b6e81['rootGraveyard']&&(_0x5b6e81['root']='$graveyard',delete _0x5b6e81['rootGraveyard']),_0x5b6e81));}function P(_0x53326a,_0x2dec98){for(const _0x54c4a3 in _0x53326a){const _0x5e72de=_0x53326a[_0x54c4a3];'nodes'!==_0x54c4a3&&_0x7d1e98(_0x5e72de)&&(_0x5e72de['path']&&(_0x5e72de['root']||_0x5e72de['rootMain']||_0x5e72de['rootGraveyard'])?_0x53326a[_0x54c4a3]=_0x2dec98(_0x5e72de):P(_0x5e72de,_0x2dec98));}return _0x53326a;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x1179f3,_0x1e6b6d,_0x3ae839){this['_id']=_0x1179f3,this['_operationName']=_0x1e6b6d,this['_protobufDescriptor']=_0x3ae839;}['compress'](_0x5ec8c4,_0x3c9f55){const _0x3d4a2d=_0x3c9f55['operations'][_0x3c9f55['index']++];return $(_0x3d4a2d),_0x5ec8c4['buffers']['push'](this['_protobufDescriptor']['compress'](_0x3d4a2d)),_0x5ec8c4['types']['push'](this['_id']),!0x0;}['decompress'](_0xcf6e22,_0x3673d2){_0x3673d2['typeIndex']++;const _0x5cdef1=_0x3673d2['buffers'][_0x3673d2['bufferIndex']++],_0x5e82c3=this['_protobufDescriptor']['decompress'](_0x5cdef1);J(_0x5e82c3),_0x5e82c3['__className']=this['_operationName'],_0xcf6e22['push'](_0x5e82c3);}}class s extends e{['compress'](_0x32d366,_0x14620a){const _0x58921f=_0x14620a['operations'][_0x14620a['index']++];return this['_serializeOneOf']('oldValue',_0x58921f),this['_serializeOneOf']('newValue',_0x58921f),$(_0x58921f),_0x32d366['buffers']['push'](this['_protobufDescriptor']['compress'](_0x58921f)),_0x32d366['types']['push'](this['_id']),!0x0;}['decompress'](_0x564d70,_0x2946f6){_0x2946f6['typeIndex']++;const _0x44e20f=_0x2946f6['buffers'][_0x2946f6['bufferIndex']++],_0x5b5c07=this['_protobufDescriptor']['decompress'](_0x44e20f);this['_deserializeOneOf']('oldValue',_0x5b5c07),this['_deserializeOneOf']('newValue',_0x5b5c07),J(_0x5b5c07),_0x5b5c07['__className']=this['_operationName'],_0x564d70['push'](_0x5b5c07);}['_serializeOneOf'](_0x3a85a9,_0x37cea0){const _0x5659a7=_0x37cea0[_0x3a85a9];'boolean'==typeof _0x5659a7?_0x37cea0[_0x3a85a9+'Boolean']=_0x5659a7:_0x37cea0[_0x3a85a9+'Json']=JSON['stringify'](_0x5659a7);}['_deserializeOneOf'](_0x149616,_0x1ab3ab){const _0x5c4966=_0x149616+'Json';_0x1ab3ab[_0x5c4966]?(_0x1ab3ab[_0x149616]=JSON['parse'](_0x1ab3ab[_0x5c4966]),delete _0x1ab3ab[_0x5c4966]):(_0x1ab3ab[_0x149616]=_0x1ab3ab[_0x149616+'Boolean'],delete _0x1ab3ab[_0x149616+'Boolean']);}}class i extends e{['compress'](_0x1e5a16,_0x35760a){const _0x580c36=_0x35760a['operations'][_0x35760a['index']++];return this['_serializeNodesAttributes'](_0x580c36['nodes']),$(_0x580c36),_0x1e5a16['buffers']['push'](this['_protobufDescriptor']['compress'](_0x580c36)),_0x1e5a16['types']['push'](this['_id']),!0x0;}['decompress'](_0x293148,_0x4dc005){_0x4dc005['typeIndex']++;const _0x45ac81=_0x4dc005['buffers'][_0x4dc005['bufferIndex']++],_0x1f2566=this['_protobufDescriptor']['decompress'](_0x45ac81);_0x1f2566['nodes']||(_0x1f2566['nodes']=[]),this['_deserializeNodesAttributes'](_0x1f2566['nodes']),J(_0x1f2566),_0x1f2566['__className']=this['_operationName'],_0x293148['push'](_0x1f2566);}['_serializeNodesAttributes'](_0x2c3c04){for(const _0x24417d of _0x2c3c04){if(_0x24417d['attributes']){const _0x6c445d=_0x24417d['attributes'];this['_areValuesBoolean'](_0x6c445d)?_0x24417d['attributesBoolean']=_0x6c445d:_0x24417d['attributesJson']=JSON['stringify'](_0x6c445d);}_0x24417d['children']&&this['_serializeNodesAttributes'](_0x24417d['children']);}}['_deserializeNodesAttributes'](_0x5dc127){for(const _0x2edc69 of _0x5dc127)(_0x2edc69['attributesBoolean']||_0x2edc69['attributesJson'])&&(_0x2edc69['attributesBoolean']?(_0x2edc69['attributes']=_0x2edc69['attributesBoolean'],delete _0x2edc69['attributesBoolean']):(_0x2edc69['attributes']=JSON['parse'](_0x2edc69['attributesJson']),delete _0x2edc69['attributesJson'])),_0x2edc69['children']&&this['_deserializeNodesAttributes'](_0x2edc69['children']);}['_areValuesBoolean'](_0x478afa){return Object['keys'](_0x478afa)['every'](_0x38614a=>'boolean'==typeof _0x478afa[_0x38614a]);}}class n extends e{['decompress'](_0x27d44e,_0x3d8dc8){super['decompress'](_0x27d44e,_0x3d8dc8);const _0x173d9a=_0x27d44e[_0x27d44e['length']-0x1];_0x173d9a['oldRange']||(_0x173d9a['oldRange']=null),_0x173d9a['newRange']||(_0x173d9a['newRange']=null);}}class p extends e{['compress'](_0x56679f,_0x813b81){return _0x813b81['index']++,_0x56679f['types']['push'](this['_id']),!0x0;}['decompress'](_0x545265,_0x39c000){_0x39c000['typeIndex']++,_0x545265['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x5a2fed,_0x55dacd,_0x37f9d6,_0x528b8a){super(_0x5a2fed,_0x55dacd,_0x37f9d6),this['_omittedNamespace']=_0x528b8a+':';}['compress'](_0x3e9a80,_0x5dc0a7){const _0x221aac=_0x5dc0a7['operations'][_0x5dc0a7['index']];return!('MarkerOperation'!=_0x221aac['__className']||!_0x221aac['name']['startsWith'](this['_omittedNamespace']))&&(_0x221aac['name']=_0x221aac['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x3e9a80,_0x5dc0a7),!0x0);}['decompress'](_0x1008e0,_0x4c3e24){super['decompress'](_0x1008e0,_0x4c3e24);const _0x280f65=_0x1008e0[_0x1008e0['length']-0x1];_0x280f65['name']=this['_omittedNamespace']+_0x280f65['name'];}}class O{['_id'];['_context'];constructor(_0xd05d60,_0x50341c){this['_id']=_0xd05d60,this['_context']=_0x50341c;}['compress'](_0x12551e,_0x3cddb5){let _0x57b6ef,_0x3cc0a1=_0x3cddb5['operations'][_0x3cddb5['index']],_0x5233e2=_0x3cddb5['operations'][_0x3cddb5['index']+0x1];for(;_0x5233e2&&this['_compareOperations'](_0x3cc0a1,_0x5233e2);)_0x57b6ef?(_0x57b6ef=this['_combineNext'](_0x3cc0a1,_0x57b6ef),_0x12551e['types']['push'](0x0)):(_0x57b6ef=_0x5d38c1(_0x3cc0a1),_0x12551e['types']['push'](this['_id'])),_0x3cddb5['index']++,_0x3cc0a1=_0x3cddb5['operations'][_0x3cddb5['index']],_0x5233e2=_0x3cddb5['operations'][_0x3cddb5['index']+0x1];return!!_0x57b6ef&&(_0x57b6ef=this['_combineNext'](_0x3cddb5['operations'][_0x3cddb5['index']++],_0x57b6ef),_0x12551e['types']['push'](0x0),_0x12551e['buffers']['push'](this['_compressSingleOperation'](_0x57b6ef)),!0x0);}['decompress'](_0x587762,_0x4686cf){const _0xd17eee=this['_decompressSingleOperation'](_0x4686cf);for(;0x0==_0x4686cf['types'][_0x4686cf['typeIndex']];)_0x4686cf['typeIndex']++,_0x587762['push'](this['_splitCurrent'](_0xd17eee));_0x587762['push'](_0xd17eee);}}class c extends O{['_combineNext'](_0x6b88c3,_0xccc46f){return _0xccc46f['nodes'][0x0]['data']+=_0x6b88c3['nodes'][0x0]['data'],_0xccc46f;}['_splitCurrent'](_0x3436d3){const _0x354a5c=_0x5d38c1(_0x3436d3),_0x35e426=_0x354a5c['nodes'][0x0],_0x17fcb2=_0x3436d3['nodes'][0x0],_0x294565=_0x17fcb2['data'][Symbol['iterator']]()['next']()['value'],_0x1ce728=_0x294565['length'];return _0x35e426['data']=_0x294565,_0x17fcb2['data']=_0x17fcb2['data']['substr'](_0x1ce728),_0x3436d3['position']=g(_0x3436d3['position'],_0x1ce728),_0x354a5c;}['_compareOperations'](_0x45af7f,_0x2ef52f){if(this['_checkOperation'](_0x45af7f)&&this['_checkOperation'](_0x2ef52f)){const _0x34f427=_0x45af7f['nodes'][0x0]['data']['length'],_0x3332d2=_(g(_0x45af7f['position'],_0x34f427),_0x2ef52f['position']),_0xe8d393=_0x45af7f['nodes'][0x0],_0x5473f5=_0x2ef52f['nodes'][0x0];return _0x3332d2&&this['_compareAttributes'](_0xe8d393,_0x5473f5);}return!0x1;}['_compressSingleOperation'](_0xdff8aa){const _0x38ac24={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x38ac24,{'operations':[_0xdff8aa],'index':0x0}),_0x38ac24['buffers'][0x0];}['_decompressSingleOperation'](_0x3c74ae){const _0x53ff8c=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x53ff8c,_0x3c74ae),_0x53ff8c[0x0];}['_checkOperation'](_0x15484d){return'InsertOperation'==_0x15484d['__className']&&0x1==_0x15484d['nodes']['length']&&_0x15484d['nodes'][0x0]['data']&&!_0x15484d['wasUndone']&&0x1==Array['from'](_0x15484d['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x41f5bf,_0x44069f){const _0xaf80d8=Object['keys'](_0x41f5bf['attributes']||{}),_0x282ab9=Object['keys'](_0x44069f['attributes']||{});return _0xaf80d8['length']===_0x282ab9['length']&&_0xaf80d8['every'](_0x82fa2c=>_0x44069f['attributes'][_0x82fa2c]&&_0x44069f['attributes'][_0x82fa2c]===_0x41f5bf['attributes'][_0x82fa2c]);}}class m extends O{['_combineNext'](_0x5db955,_0x15712d){return _0x15712d['howMany']++,_0x15712d['sourcePosition']=_0x5d38c1(_0x5db955['sourcePosition']),_0x15712d;}['_splitCurrent'](_0x2fffe0){const _0x751876=_0x5d38c1(_0x2fffe0);return _0x2fffe0['howMany']--,_0x751876['howMany']=0x1,_0x751876['sourcePosition']=g(_0x751876['sourcePosition'],_0x2fffe0['howMany']),_0x751876;}['_compareOperations'](_0x12609f,_0x1d6954){return!(!this['_checkOperation'](_0x12609f)||!this['_checkOperation'](_0x1d6954))&&(_(g(_0x12609f['sourcePosition'],-0x1),_0x1d6954['sourcePosition'])&&_(_0x12609f['targetPosition'],_0x1d6954['targetPosition']));}['_compressSingleOperation'](_0x164d0c){const _0x22f761={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x22f761,{'operations':[_0x164d0c],'index':0x0}),_0x22f761['buffers'][0x0];}['_decompressSingleOperation'](_0x36de51){const _0x45c1f2=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x45c1f2,_0x36de51),_0x45c1f2[0x0];}['_checkOperation'](_0x4e24d6){return'MoveOperation'==_0x4e24d6['__className']&&'$graveyard'==_0x4e24d6['targetPosition']['root']&&0x1==_0x4e24d6['howMany']&&!_0x4e24d6['wasUndone'];}}class h extends O{['_combineNext'](_0x244517,_0x27ae3a){return _0x27ae3a['howMany']++,_0x27ae3a;}['_splitCurrent'](_0x4f7016){const _0x43af1a=_0x5d38c1(_0x4f7016);return _0x43af1a['howMany']=0x1,_0x4f7016['howMany']--,_0x43af1a;}['_compareOperations'](_0x130f63,_0xf0f12c){return!(!this['_checkOperation'](_0x130f63)||!this['_checkOperation'](_0xf0f12c))&&(_(_0x130f63['sourcePosition'],_0xf0f12c['sourcePosition'])&&_(_0x130f63['targetPosition'],_0xf0f12c['targetPosition']));}['_compressSingleOperation'](_0x3075e3){const _0x412160={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x412160,{'operations':[_0x3075e3],'index':0x0}),_0x412160['buffers'][0x0];}['_decompressSingleOperation'](_0x1a22f3){const _0x3fdc60=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x3fdc60,_0x1a22f3),_0x3fdc60[0x0];}['_checkOperation'](_0x1ecc73){return'MoveOperation'==_0x1ecc73['__className']&&'$graveyard'==_0x1ecc73['targetPosition']['root']&&0x1==_0x1ecc73['howMany']&&!_0x1ecc73['wasUndone'];}}class f extends O{['compress'](_0x5c91c6,_0x2fd584){if(!this['_compareOperations'](_0x2fd584['operations'][_0x2fd584['index']],_0x2fd584['operations'][_0x2fd584['index']+0x1]))return!0x1;const _0xf66b94=_0x2fd584['operations'][_0x2fd584['index']++];return _0xf66b94['oldRange']=null,_0xf66b94['newRange']&&_(_0xf66b94['newRange']['start'],_0xf66b94['newRange']['end'])&&(_0xf66b94['newRange']['end']=null),_0x2fd584['index']++,_0x5c91c6['types']['push'](this['_id']),_0x5c91c6['types']['push'](0x0),_0x5c91c6['buffers']['push'](this['_compressSingleOperation'](_0xf66b94)),!0x0;}['decompress'](_0x231cd4,_0x47abf5){const _0x5e32be=this['_decompressSingleOperation'](_0x47abf5);_0x5e32be['newRange']&&!_0x5e32be['newRange']['end']&&(_0x5e32be['newRange']['end']=_0x5d38c1(_0x5e32be['newRange']['start']));const _0x33fc13=_0x5d38c1(_0x5e32be);_0x33fc13['newRange']&&(_0x33fc13['newRange']['start']['stickiness']='toNone',_0x33fc13['newRange']['end']=_0x5d38c1(_0x33fc13['newRange']['start'])),_0x33fc13['name']='user:position:'+_0x33fc13['name']['split'](':')[0x2],_0x47abf5['typeIndex']++,_0x231cd4['push'](_0x5e32be),_0x231cd4['push'](_0x33fc13);}['_compressSingleOperation'](_0x1857b4){const _0x109f41={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x109f41,{'operations':[_0x1857b4],'index':0x0}),_0x109f41['buffers'][0x0];}['_decompressSingleOperation'](_0x5d6479){const _0x542c27=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x542c27,_0x5d6479),_0x542c27[0x0];}['_compareOperations'](_0x529d61,_0x31ba8e){return!(!_0x529d61||!_0x31ba8e)&&('MarkerOperation'==_0x529d61['__className']&&'MarkerOperation'==_0x31ba8e['__className']&&!(!_0x529d61['name']['startsWith']('user:')||!_0x31ba8e['name']['startsWith']('user:')||_0x529d61['name']==_0x31ba8e['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x2429d0=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new a(0x12,'MarkerOperation',_0x2429d0,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x2429d0,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',c),this['_registerActionCompressor'](0x65,'DeletingAction',m),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0xe28f9){if(!_0xe28f9||!_0xe28f9[0x0])throw new _0x2b91dc('no-operations-provided',this);const _0x45b8dd={'operations':_0xe28f9,'index':0x0},_0x17beef={'types':[],'buffers':[],'baseVersion':_0xe28f9[0x0]['baseVersion']};for(;_0x45b8dd['index']<_0x45b8dd['operations']['length'];){if(this['_getCompressorByName']('UserSelectionAction')['compress'](_0x17beef,_0x45b8dd))continue;if(this['_getCompressorByName']('TypingAction')['compress'](_0x17beef,_0x45b8dd))continue;if(this['_getCompressorByName']('DeletingAction')['compress'](_0x17beef,_0x45b8dd))continue;if(this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x17beef,_0x45b8dd))continue;if(this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x17beef,_0x45b8dd))continue;if(this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x17beef,_0x45b8dd))continue;const _0x451b06=_0x45b8dd['operations'][_0x45b8dd['index']]['__className'];this['_getCompressorByName'](_0x451b06)['compress'](_0x17beef,_0x45b8dd);}return _0x17beef;}['decompress'](_0x3722b2){const _0x44657b=[],_0x39d8ce={'types':_0x3722b2['types'],'buffers':_0x3722b2['buffers'],'baseVersion':_0x3722b2['baseVersion'],'typeIndex':0x0,'bufferIndex':0x0};for(;_0x39d8ce['typeIndex']<_0x39d8ce['types']['length'];){const _0x2308c2=_0x39d8ce['types'][_0x39d8ce['typeIndex']],_0x5e8181=this['_compressorById']['get'](_0x2308c2);if(!_0x5e8181)throw new _0x2b91dc('decompress-compressor-not-found',this,{'type':_0x2308c2});_0x5e8181['decompress'](_0x44657b,_0x39d8ce);}return _0x44657b['forEach']((_0x33a4ab,_0x36e209)=>_0x33a4ab['baseVersion']=_0x3722b2['baseVersion']+_0x36e209),_0x44657b;}['_getCompressorByName'](_0x141a0f){return this['_compressorByName']['get'](_0x141a0f);}['_registerOperationCompressor'](_0x1a2559,_0x1d6e22,_0xd1fbcd){const _0x6641d6=new _0xd1fbcd(_0x1a2559,_0x1d6e22,this['_protobufFactory']['getDescriptor'](_0x1d6e22));this['_registerCompressor'](_0x1a2559,_0x1d6e22,_0x6641d6);}['_registerActionCompressor'](_0x3a5727,_0x374ead,_0x2bed1){const _0x873450=new _0x2bed1(_0x3a5727,this);this['_registerCompressor'](_0x3a5727,_0x374ead,_0x873450);}['_registerCompressor'](_0x36f4a0,_0x132cf9,_0x5e08fd){this['_compressorById']['set'](_0x36f4a0,_0x5e08fd),this['_compressorByName']['set'](_0x132cf9,_0x5e08fd);}}export{y as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "47.6.0
|
|
3
|
+
"version": "47.6.0",
|
|
4
4
|
"description": "CKEditor 5 operations compressor for real-time collaboration.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://ckeditor.com/collaboration/real-time/",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ckeditor/ckeditor5-utils": "47.6.0
|
|
37
|
-
"ckeditor5": "47.6.0
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "47.6.0",
|
|
37
|
+
"ckeditor5": "47.6.0",
|
|
38
38
|
"es-toolkit": "1.39.5",
|
|
39
39
|
"protobufjs": "7.5.4"
|
|
40
40
|
},
|