@ckeditor/ckeditor5-operations-compressor 47.3.0-alpha.7 → 47.4.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/dist/index-content.css +1 -1
- package/dist/index-editor.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +3 -3
- package/package.json +4 -4
- package/src/actioncompressor/actioncompressor.d.ts +1 -1
- package/src/actioncompressor/actioncompressor.js +2 -2
- package/src/actioncompressor/deletingactioncompressor.d.ts +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +2 -2
- package/src/actioncompressor/forwarddeletingactioncompressor.d.ts +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +2 -2
- package/src/actioncompressor/typingactioncompressor.d.ts +1 -1
- package/src/actioncompressor/typingactioncompressor.js +2 -2
- package/src/actioncompressor/userselectionactioncompressor.d.ts +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +2 -2
- package/src/compressor.d.ts +1 -1
- package/src/compressor.js +2 -2
- package/src/index.d.ts +1 -1
- package/src/index.js +2 -2
- package/src/lib/compiledmessages.js +3 -3
- package/src/lib/protobufdescriptions.js +2 -2
- package/src/operationcompressor/annotationmarkeroperationcompressor.d.ts +1 -1
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +2 -2
- package/src/operationcompressor/attributeoperationcompressor.d.ts +1 -1
- package/src/operationcompressor/attributeoperationcompressor.js +2 -2
- package/src/operationcompressor/insertoperationcompressor.d.ts +1 -1
- package/src/operationcompressor/insertoperationcompressor.js +2 -2
- package/src/operationcompressor/markeroperationcompressor.d.ts +1 -1
- package/src/operationcompressor/markeroperationcompressor.js +2 -2
- package/src/operationcompressor/nooperationcompressor.d.ts +1 -1
- package/src/operationcompressor/nooperationcompressor.js +2 -2
- package/src/operationcompressor/operationcompressor.d.ts +1 -1
- package/src/operationcompressor/operationcompressor.js +2 -2
- package/src/protobuffactory.d.ts +1 -1
- package/src/protobuffactory.js +2 -2
- package/src/utils.d.ts +1 -1
- package/src/utils.js +2 -2
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@ Software License Agreement
|
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
4
|
**CKEditor 5 Operations compressor**<br>
|
|
5
|
-
Copyright (c) 2003–
|
|
5
|
+
Copyright (c) 2003–2026, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
7
|
CKEditor 5 Operations compressor is licensed under a commercial license and is protected by copyright law.
|
|
8
8
|
For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
|
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ As a licensed CKEditor 5 Collaboration features user you can report bugs an
|
|
|
34
34
|
## License
|
|
35
35
|
|
|
36
36
|
**CKEditor 5 Operations compressor**<br>
|
|
37
|
-
Copyright (c) 2003–
|
|
37
|
+
Copyright (c) 2003–2026, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
38
38
|
|
|
39
39
|
CKEditor 5 Operations compressor is licensed under a commercial license and is protected by copyright law. For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
|
|
40
40
|
|
package/dist/index-content.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
package/dist/index-editor.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
2
|
+
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{CKEditorError as
|
|
24
|
-
((()=>{var _0x431a1b=_0x429162['Reader'],_0x3142f9=_0x429162['Writer'],_0x5d137e=_0x429162['util'],_0x2acc8f=_0x429162['roots']['default']||(_0x429162['roots']['default']={});return _0x2acc8f['AttributeOperation']=(function(){function _0x1baad7(_0x401f9b){if(_0x401f9b){for(var _0x49187a=Object['keys'](_0x401f9b),_0x121198=0x0;_0x121198<_0x49187a['length'];++_0x121198)null!=_0x401f9b[_0x49187a[_0x121198]]&&(this[_0x49187a[_0x121198]]=_0x401f9b[_0x49187a[_0x121198]]);}}return _0x1baad7['prototype']['range']=null,_0x1baad7['prototype']['key']='',_0x1baad7['prototype']['oldValueBoolean']=!0x1,_0x1baad7['prototype']['oldValueJson']='',_0x1baad7['prototype']['newValueBoolean']=!0x1,_0x1baad7['prototype']['newValueJson']='',_0x1baad7['prototype']['wasUndone']=!0x1,_0x1baad7['create']=function(_0x13cb4c){return new _0x1baad7(_0x13cb4c);},_0x1baad7['encode']=function(_0x4b3a84,_0x411269){return _0x411269||(_0x411269=_0x3142f9['create']()),null!=_0x4b3a84['range']&&Object['hasOwnProperty']['call'](_0x4b3a84,'range')&&_0x2acc8f['Range']['encode'](_0x4b3a84['range'],_0x411269['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4b3a84['key']&&Object['hasOwnProperty']['call'](_0x4b3a84,'key')&&_0x411269['uint32'](0x12)['string'](_0x4b3a84['key']),null!=_0x4b3a84['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x4b3a84,'oldValueBoolean')&&_0x411269['uint32'](0x18)['bool'](_0x4b3a84['oldValueBoolean']),null!=_0x4b3a84['oldValueJson']&&Object['hasOwnProperty']['call'](_0x4b3a84,'oldValueJson')&&_0x411269['uint32'](0x22)['string'](_0x4b3a84['oldValueJson']),null!=_0x4b3a84['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x4b3a84,'newValueBoolean')&&_0x411269['uint32'](0x28)['bool'](_0x4b3a84['newValueBoolean']),null!=_0x4b3a84['newValueJson']&&Object['hasOwnProperty']['call'](_0x4b3a84,'newValueJson')&&_0x411269['uint32'](0x32)['string'](_0x4b3a84['newValueJson']),null!=_0x4b3a84['wasUndone']&&Object['hasOwnProperty']['call'](_0x4b3a84,'wasUndone')&&_0x411269['uint32'](0x38)['bool'](_0x4b3a84['wasUndone']),_0x411269;},_0x1baad7['encodeDelimited']=function(_0x3b983d,_0x19b5a4){return this['encode'](_0x3b983d,_0x19b5a4)['ldelim']();},_0x1baad7['decode']=function(_0x2a9a39,_0x441f3f){_0x2a9a39 instanceof _0x431a1b||(_0x2a9a39=_0x431a1b['create'](_0x2a9a39));for(var _0x2804ea=void 0x0===_0x441f3f?_0x2a9a39['len']:_0x2a9a39['pos']+_0x441f3f,_0x15a4f3=new _0x2acc8f['AttributeOperation']();_0x2a9a39['pos']<_0x2804ea;){var _0x3a9355=_0x2a9a39['uint32']();switch(_0x3a9355>>>0x3){case 0x1:_0x15a4f3['range']=_0x2acc8f['Range']['decode'](_0x2a9a39,_0x2a9a39['uint32']());break;case 0x2:_0x15a4f3['key']=_0x2a9a39['string']();break;case 0x3:_0x15a4f3['oldValueBoolean']=_0x2a9a39['bool']();break;case 0x4:_0x15a4f3['oldValueJson']=_0x2a9a39['string']();break;case 0x5:_0x15a4f3['newValueBoolean']=_0x2a9a39['bool']();break;case 0x6:_0x15a4f3['newValueJson']=_0x2a9a39['string']();break;case 0x7:_0x15a4f3['wasUndone']=_0x2a9a39['bool']();break;default:_0x2a9a39['skipType'](0x7&_0x3a9355);}}return _0x15a4f3;},_0x1baad7['decodeDelimited']=function(_0x5d166e){return _0x5d166e instanceof _0x431a1b||(_0x5d166e=new _0x431a1b(_0x5d166e)),this['decode'](_0x5d166e,_0x5d166e['uint32']());},_0x1baad7['verify']=function(_0xf70634){if('object'!=typeof _0xf70634||null===_0xf70634)return'object\x20expected';if(null!=_0xf70634['range']&&_0xf70634['hasOwnProperty']('range')){var _0xe99290=_0x2acc8f['Range']['verify'](_0xf70634['range']);if(_0xe99290)return'range.'+_0xe99290;}return null!=_0xf70634['key']&&_0xf70634['hasOwnProperty']('key')&&!_0x5d137e['isString'](_0xf70634['key'])?'key:\x20string\x20expected':null!=_0xf70634['oldValueBoolean']&&_0xf70634['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0xf70634['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0xf70634['oldValueJson']&&_0xf70634['hasOwnProperty']('oldValueJson')&&!_0x5d137e['isString'](_0xf70634['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0xf70634['newValueBoolean']&&_0xf70634['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0xf70634['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0xf70634['newValueJson']&&_0xf70634['hasOwnProperty']('newValueJson')&&!_0x5d137e['isString'](_0xf70634['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0xf70634['wasUndone']&&_0xf70634['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xf70634['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1baad7['fromObject']=function(_0x37cbed){if(_0x37cbed instanceof _0x2acc8f['AttributeOperation'])return _0x37cbed;var _0x3a5975=new _0x2acc8f['AttributeOperation']();if(null!=_0x37cbed['range']){if('object'!=typeof _0x37cbed['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x3a5975['range']=_0x2acc8f['Range']['fromObject'](_0x37cbed['range']);}return null!=_0x37cbed['key']&&(_0x3a5975['key']=String(_0x37cbed['key'])),null!=_0x37cbed['oldValueBoolean']&&(_0x3a5975['oldValueBoolean']=Boolean(_0x37cbed['oldValueBoolean'])),null!=_0x37cbed['oldValueJson']&&(_0x3a5975['oldValueJson']=String(_0x37cbed['oldValueJson'])),null!=_0x37cbed['newValueBoolean']&&(_0x3a5975['newValueBoolean']=Boolean(_0x37cbed['newValueBoolean'])),null!=_0x37cbed['newValueJson']&&(_0x3a5975['newValueJson']=String(_0x37cbed['newValueJson'])),null!=_0x37cbed['wasUndone']&&(_0x3a5975['wasUndone']=Boolean(_0x37cbed['wasUndone'])),_0x3a5975;},_0x1baad7['toObject']=function(_0x2b9749,_0x244fba){_0x244fba||(_0x244fba={});var _0x1767e1={};return _0x244fba['defaults']&&(_0x1767e1['range']=null,_0x1767e1['key']='',_0x1767e1['oldValueBoolean']=!0x1,_0x1767e1['oldValueJson']='',_0x1767e1['newValueBoolean']=!0x1,_0x1767e1['newValueJson']='',_0x1767e1['wasUndone']=!0x1),null!=_0x2b9749['range']&&_0x2b9749['hasOwnProperty']('range')&&(_0x1767e1['range']=_0x2acc8f['Range']['toObject'](_0x2b9749['range'],_0x244fba)),null!=_0x2b9749['key']&&_0x2b9749['hasOwnProperty']('key')&&(_0x1767e1['key']=_0x2b9749['key']),null!=_0x2b9749['oldValueBoolean']&&_0x2b9749['hasOwnProperty']('oldValueBoolean')&&(_0x1767e1['oldValueBoolean']=_0x2b9749['oldValueBoolean']),null!=_0x2b9749['oldValueJson']&&_0x2b9749['hasOwnProperty']('oldValueJson')&&(_0x1767e1['oldValueJson']=_0x2b9749['oldValueJson']),null!=_0x2b9749['newValueBoolean']&&_0x2b9749['hasOwnProperty']('newValueBoolean')&&(_0x1767e1['newValueBoolean']=_0x2b9749['newValueBoolean']),null!=_0x2b9749['newValueJson']&&_0x2b9749['hasOwnProperty']('newValueJson')&&(_0x1767e1['newValueJson']=_0x2b9749['newValueJson']),null!=_0x2b9749['wasUndone']&&_0x2b9749['hasOwnProperty']('wasUndone')&&(_0x1767e1['wasUndone']=_0x2b9749['wasUndone']),_0x1767e1;},_0x1baad7['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x1baad7['getTypeUrl']=function(_0x246584){return void 0x0===_0x246584&&(_0x246584='type.googleapis.com'),_0x246584+'/AttributeOperation';},_0x1baad7;}()),_0x2acc8f['InsertOperation']=(function(){function _0x4ef044(_0x31c2ff){if(this['nodes']=[],_0x31c2ff){for(var _0x563cd8=Object['keys'](_0x31c2ff),_0x4a954a=0x0;_0x4a954a<_0x563cd8['length'];++_0x4a954a)null!=_0x31c2ff[_0x563cd8[_0x4a954a]]&&(this[_0x563cd8[_0x4a954a]]=_0x31c2ff[_0x563cd8[_0x4a954a]]);}}return _0x4ef044['prototype']['position']=null,_0x4ef044['prototype']['nodes']=_0x5d137e['emptyArray'],_0x4ef044['prototype']['shouldReceiveAttributes']=!0x1,_0x4ef044['prototype']['wasUndone']=!0x1,_0x4ef044['create']=function(_0x46948f){return new _0x4ef044(_0x46948f);},_0x4ef044['encode']=function(_0x5538d2,_0xfa103d){if(_0xfa103d||(_0xfa103d=_0x3142f9['create']()),null!=_0x5538d2['position']&&Object['hasOwnProperty']['call'](_0x5538d2,'position')&&_0x2acc8f['Position']['encode'](_0x5538d2['position'],_0xfa103d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5538d2['nodes']&&_0x5538d2['nodes']['length']){for(var _0x553a2a=0x0;_0x553a2a<_0x5538d2['nodes']['length'];++_0x553a2a)_0x2acc8f['Element']['encode'](_0x5538d2['nodes'][_0x553a2a],_0xfa103d['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x5538d2['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x5538d2,'shouldReceiveAttributes')&&_0xfa103d['uint32'](0x18)['bool'](_0x5538d2['shouldReceiveAttributes']),null!=_0x5538d2['wasUndone']&&Object['hasOwnProperty']['call'](_0x5538d2,'wasUndone')&&_0xfa103d['uint32'](0x20)['bool'](_0x5538d2['wasUndone']),_0xfa103d;},_0x4ef044['encodeDelimited']=function(_0x4d6d6f,_0x1e6632){return this['encode'](_0x4d6d6f,_0x1e6632)['ldelim']();},_0x4ef044['decode']=function(_0x350f55,_0x598b57){_0x350f55 instanceof _0x431a1b||(_0x350f55=_0x431a1b['create'](_0x350f55));for(var _0x4ec73d=void 0x0===_0x598b57?_0x350f55['len']:_0x350f55['pos']+_0x598b57,_0x559fcb=new _0x2acc8f['InsertOperation']();_0x350f55['pos']<_0x4ec73d;){var _0xb2f219=_0x350f55['uint32']();switch(_0xb2f219>>>0x3){case 0x1:_0x559fcb['position']=_0x2acc8f['Position']['decode'](_0x350f55,_0x350f55['uint32']());break;case 0x2:_0x559fcb['nodes']&&_0x559fcb['nodes']['length']||(_0x559fcb['nodes']=[]),_0x559fcb['nodes']['push'](_0x2acc8f['Element']['decode'](_0x350f55,_0x350f55['uint32']()));break;case 0x3:_0x559fcb['shouldReceiveAttributes']=_0x350f55['bool']();break;case 0x4:_0x559fcb['wasUndone']=_0x350f55['bool']();break;default:_0x350f55['skipType'](0x7&_0xb2f219);}}return _0x559fcb;},_0x4ef044['decodeDelimited']=function(_0x245287){return _0x245287 instanceof _0x431a1b||(_0x245287=new _0x431a1b(_0x245287)),this['decode'](_0x245287,_0x245287['uint32']());},_0x4ef044['verify']=function(_0x45e094){if('object'!=typeof _0x45e094||null===_0x45e094)return'object\x20expected';if(null!=_0x45e094['position']&&_0x45e094['hasOwnProperty']('position')&&(_0x57078b=_0x2acc8f['Position']['verify'](_0x45e094['position'])))return'position.'+_0x57078b;if(null!=_0x45e094['nodes']&&_0x45e094['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x45e094['nodes']))return'nodes:\x20array\x20expected';for(var _0x21565e=0x0;_0x21565e<_0x45e094['nodes']['length'];++_0x21565e){var _0x57078b;if(_0x57078b=_0x2acc8f['Element']['verify'](_0x45e094['nodes'][_0x21565e]))return'nodes.'+_0x57078b;}}return null!=_0x45e094['shouldReceiveAttributes']&&_0x45e094['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x45e094['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x45e094['wasUndone']&&_0x45e094['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x45e094['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4ef044['fromObject']=function(_0x3e2c03){if(_0x3e2c03 instanceof _0x2acc8f['InsertOperation'])return _0x3e2c03;var _0x1acf66=new _0x2acc8f['InsertOperation']();if(null!=_0x3e2c03['position']){if('object'!=typeof _0x3e2c03['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x1acf66['position']=_0x2acc8f['Position']['fromObject'](_0x3e2c03['position']);}if(_0x3e2c03['nodes']){if(!Array['isArray'](_0x3e2c03['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x1acf66['nodes']=[];for(var _0x277527=0x0;_0x277527<_0x3e2c03['nodes']['length'];++_0x277527){if('object'!=typeof _0x3e2c03['nodes'][_0x277527])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x1acf66['nodes'][_0x277527]=_0x2acc8f['Element']['fromObject'](_0x3e2c03['nodes'][_0x277527]);}}return null!=_0x3e2c03['shouldReceiveAttributes']&&(_0x1acf66['shouldReceiveAttributes']=Boolean(_0x3e2c03['shouldReceiveAttributes'])),null!=_0x3e2c03['wasUndone']&&(_0x1acf66['wasUndone']=Boolean(_0x3e2c03['wasUndone'])),_0x1acf66;},_0x4ef044['toObject']=function(_0x5aac49,_0x12b0ed){_0x12b0ed||(_0x12b0ed={});var _0x58d4db={};if((_0x12b0ed['arrays']||_0x12b0ed['defaults'])&&(_0x58d4db['nodes']=[]),_0x12b0ed['defaults']&&(_0x58d4db['position']=null,_0x58d4db['shouldReceiveAttributes']=!0x1,_0x58d4db['wasUndone']=!0x1),null!=_0x5aac49['position']&&_0x5aac49['hasOwnProperty']('position')&&(_0x58d4db['position']=_0x2acc8f['Position']['toObject'](_0x5aac49['position'],_0x12b0ed)),_0x5aac49['nodes']&&_0x5aac49['nodes']['length']){_0x58d4db['nodes']=[];for(var _0x38902e=0x0;_0x38902e<_0x5aac49['nodes']['length'];++_0x38902e)_0x58d4db['nodes'][_0x38902e]=_0x2acc8f['Element']['toObject'](_0x5aac49['nodes'][_0x38902e],_0x12b0ed);}return null!=_0x5aac49['shouldReceiveAttributes']&&_0x5aac49['hasOwnProperty']('shouldReceiveAttributes')&&(_0x58d4db['shouldReceiveAttributes']=_0x5aac49['shouldReceiveAttributes']),null!=_0x5aac49['wasUndone']&&_0x5aac49['hasOwnProperty']('wasUndone')&&(_0x58d4db['wasUndone']=_0x5aac49['wasUndone']),_0x58d4db;},_0x4ef044['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x4ef044['getTypeUrl']=function(_0x43c7c1){return void 0x0===_0x43c7c1&&(_0x43c7c1='type.googleapis.com'),_0x43c7c1+'/InsertOperation';},_0x4ef044;}()),_0x2acc8f['MarkerOperation']=(function(){function _0x13e81d(_0x2cda03){if(_0x2cda03){for(var _0x8d17f5=Object['keys'](_0x2cda03),_0x1acec1=0x0;_0x1acec1<_0x8d17f5['length'];++_0x1acec1)null!=_0x2cda03[_0x8d17f5[_0x1acec1]]&&(this[_0x8d17f5[_0x1acec1]]=_0x2cda03[_0x8d17f5[_0x1acec1]]);}}return _0x13e81d['prototype']['name']='',_0x13e81d['prototype']['oldRange']=null,_0x13e81d['prototype']['newRange']=null,_0x13e81d['prototype']['affectsData']=!0x1,_0x13e81d['prototype']['wasUndone']=!0x1,_0x13e81d['create']=function(_0x293924){return new _0x13e81d(_0x293924);},_0x13e81d['encode']=function(_0x427aaa,_0x303d59){return _0x303d59||(_0x303d59=_0x3142f9['create']()),null!=_0x427aaa['name']&&Object['hasOwnProperty']['call'](_0x427aaa,'name')&&_0x303d59['uint32'](0xa)['string'](_0x427aaa['name']),null!=_0x427aaa['oldRange']&&Object['hasOwnProperty']['call'](_0x427aaa,'oldRange')&&_0x2acc8f['Range']['encode'](_0x427aaa['oldRange'],_0x303d59['uint32'](0x12)['fork']())['ldelim'](),null!=_0x427aaa['newRange']&&Object['hasOwnProperty']['call'](_0x427aaa,'newRange')&&_0x2acc8f['Range']['encode'](_0x427aaa['newRange'],_0x303d59['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x427aaa['affectsData']&&Object['hasOwnProperty']['call'](_0x427aaa,'affectsData')&&_0x303d59['uint32'](0x20)['bool'](_0x427aaa['affectsData']),null!=_0x427aaa['wasUndone']&&Object['hasOwnProperty']['call'](_0x427aaa,'wasUndone')&&_0x303d59['uint32'](0x28)['bool'](_0x427aaa['wasUndone']),_0x303d59;},_0x13e81d['encodeDelimited']=function(_0x4ebcc6,_0x273774){return this['encode'](_0x4ebcc6,_0x273774)['ldelim']();},_0x13e81d['decode']=function(_0x2d7fd9,_0xb18dde){_0x2d7fd9 instanceof _0x431a1b||(_0x2d7fd9=_0x431a1b['create'](_0x2d7fd9));for(var _0x3acbbe=void 0x0===_0xb18dde?_0x2d7fd9['len']:_0x2d7fd9['pos']+_0xb18dde,_0x27b7ce=new _0x2acc8f['MarkerOperation']();_0x2d7fd9['pos']<_0x3acbbe;){var _0x3d3a4c=_0x2d7fd9['uint32']();switch(_0x3d3a4c>>>0x3){case 0x1:_0x27b7ce['name']=_0x2d7fd9['string']();break;case 0x2:_0x27b7ce['oldRange']=_0x2acc8f['Range']['decode'](_0x2d7fd9,_0x2d7fd9['uint32']());break;case 0x3:_0x27b7ce['newRange']=_0x2acc8f['Range']['decode'](_0x2d7fd9,_0x2d7fd9['uint32']());break;case 0x4:_0x27b7ce['affectsData']=_0x2d7fd9['bool']();break;case 0x5:_0x27b7ce['wasUndone']=_0x2d7fd9['bool']();break;default:_0x2d7fd9['skipType'](0x7&_0x3d3a4c);}}return _0x27b7ce;},_0x13e81d['decodeDelimited']=function(_0x524945){return _0x524945 instanceof _0x431a1b||(_0x524945=new _0x431a1b(_0x524945)),this['decode'](_0x524945,_0x524945['uint32']());},_0x13e81d['verify']=function(_0x34c177){if('object'!=typeof _0x34c177||null===_0x34c177)return'object\x20expected';if(null!=_0x34c177['name']&&_0x34c177['hasOwnProperty']('name')&&!_0x5d137e['isString'](_0x34c177['name']))return'name:\x20string\x20expected';var _0x5e2511;if(null!=_0x34c177['oldRange']&&_0x34c177['hasOwnProperty']('oldRange')&&(_0x5e2511=_0x2acc8f['Range']['verify'](_0x34c177['oldRange'])))return'oldRange.'+_0x5e2511;if(null!=_0x34c177['newRange']&&_0x34c177['hasOwnProperty']('newRange')&&(_0x5e2511=_0x2acc8f['Range']['verify'](_0x34c177['newRange'])))return'newRange.'+_0x5e2511;return null!=_0x34c177['affectsData']&&_0x34c177['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x34c177['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x34c177['wasUndone']&&_0x34c177['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x34c177['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x13e81d['fromObject']=function(_0x44007b){if(_0x44007b instanceof _0x2acc8f['MarkerOperation'])return _0x44007b;var _0x16eb60=new _0x2acc8f['MarkerOperation']();if(null!=_0x44007b['name']&&(_0x16eb60['name']=String(_0x44007b['name'])),null!=_0x44007b['oldRange']){if('object'!=typeof _0x44007b['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x16eb60['oldRange']=_0x2acc8f['Range']['fromObject'](_0x44007b['oldRange']);}if(null!=_0x44007b['newRange']){if('object'!=typeof _0x44007b['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x16eb60['newRange']=_0x2acc8f['Range']['fromObject'](_0x44007b['newRange']);}return null!=_0x44007b['affectsData']&&(_0x16eb60['affectsData']=Boolean(_0x44007b['affectsData'])),null!=_0x44007b['wasUndone']&&(_0x16eb60['wasUndone']=Boolean(_0x44007b['wasUndone'])),_0x16eb60;},_0x13e81d['toObject']=function(_0x4afe13,_0x20d023){_0x20d023||(_0x20d023={});var _0x4f45c8={};return _0x20d023['defaults']&&(_0x4f45c8['name']='',_0x4f45c8['oldRange']=null,_0x4f45c8['newRange']=null,_0x4f45c8['affectsData']=!0x1,_0x4f45c8['wasUndone']=!0x1),null!=_0x4afe13['name']&&_0x4afe13['hasOwnProperty']('name')&&(_0x4f45c8['name']=_0x4afe13['name']),null!=_0x4afe13['oldRange']&&_0x4afe13['hasOwnProperty']('oldRange')&&(_0x4f45c8['oldRange']=_0x2acc8f['Range']['toObject'](_0x4afe13['oldRange'],_0x20d023)),null!=_0x4afe13['newRange']&&_0x4afe13['hasOwnProperty']('newRange')&&(_0x4f45c8['newRange']=_0x2acc8f['Range']['toObject'](_0x4afe13['newRange'],_0x20d023)),null!=_0x4afe13['affectsData']&&_0x4afe13['hasOwnProperty']('affectsData')&&(_0x4f45c8['affectsData']=_0x4afe13['affectsData']),null!=_0x4afe13['wasUndone']&&_0x4afe13['hasOwnProperty']('wasUndone')&&(_0x4f45c8['wasUndone']=_0x4afe13['wasUndone']),_0x4f45c8;},_0x13e81d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x13e81d['getTypeUrl']=function(_0x5d89e1){return void 0x0===_0x5d89e1&&(_0x5d89e1='type.googleapis.com'),_0x5d89e1+'/MarkerOperation';},_0x13e81d;}()),_0x2acc8f['MergeOperation']=(function(){function _0x6e7b29(_0x3964fa){if(_0x3964fa){for(var _0x2090c8=Object['keys'](_0x3964fa),_0x350d35=0x0;_0x350d35<_0x2090c8['length'];++_0x350d35)null!=_0x3964fa[_0x2090c8[_0x350d35]]&&(this[_0x2090c8[_0x350d35]]=_0x3964fa[_0x2090c8[_0x350d35]]);}}return _0x6e7b29['prototype']['sourcePosition']=null,_0x6e7b29['prototype']['targetPosition']=null,_0x6e7b29['prototype']['graveyardPosition']=null,_0x6e7b29['prototype']['howMany']=0x0,_0x6e7b29['prototype']['wasUndone']=!0x1,_0x6e7b29['create']=function(_0x2cbdc5){return new _0x6e7b29(_0x2cbdc5);},_0x6e7b29['encode']=function(_0x2d36ea,_0x15dc51){return _0x15dc51||(_0x15dc51=_0x3142f9['create']()),null!=_0x2d36ea['sourcePosition']&&Object['hasOwnProperty']['call'](_0x2d36ea,'sourcePosition')&&_0x2acc8f['Position']['encode'](_0x2d36ea['sourcePosition'],_0x15dc51['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2d36ea['targetPosition']&&Object['hasOwnProperty']['call'](_0x2d36ea,'targetPosition')&&_0x2acc8f['Position']['encode'](_0x2d36ea['targetPosition'],_0x15dc51['uint32'](0x12)['fork']())['ldelim'](),null!=_0x2d36ea['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x2d36ea,'graveyardPosition')&&_0x2acc8f['Position']['encode'](_0x2d36ea['graveyardPosition'],_0x15dc51['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x2d36ea['howMany']&&Object['hasOwnProperty']['call'](_0x2d36ea,'howMany')&&_0x15dc51['uint32'](0x20)['uint32'](_0x2d36ea['howMany']),null!=_0x2d36ea['wasUndone']&&Object['hasOwnProperty']['call'](_0x2d36ea,'wasUndone')&&_0x15dc51['uint32'](0x28)['bool'](_0x2d36ea['wasUndone']),_0x15dc51;},_0x6e7b29['encodeDelimited']=function(_0x105653,_0x5cb1d6){return this['encode'](_0x105653,_0x5cb1d6)['ldelim']();},_0x6e7b29['decode']=function(_0x43ab19,_0x4ba3f7){_0x43ab19 instanceof _0x431a1b||(_0x43ab19=_0x431a1b['create'](_0x43ab19));for(var _0x24ed4b=void 0x0===_0x4ba3f7?_0x43ab19['len']:_0x43ab19['pos']+_0x4ba3f7,_0x260b75=new _0x2acc8f['MergeOperation']();_0x43ab19['pos']<_0x24ed4b;){var _0x5b1233=_0x43ab19['uint32']();switch(_0x5b1233>>>0x3){case 0x1:_0x260b75['sourcePosition']=_0x2acc8f['Position']['decode'](_0x43ab19,_0x43ab19['uint32']());break;case 0x2:_0x260b75['targetPosition']=_0x2acc8f['Position']['decode'](_0x43ab19,_0x43ab19['uint32']());break;case 0x3:_0x260b75['graveyardPosition']=_0x2acc8f['Position']['decode'](_0x43ab19,_0x43ab19['uint32']());break;case 0x4:_0x260b75['howMany']=_0x43ab19['uint32']();break;case 0x5:_0x260b75['wasUndone']=_0x43ab19['bool']();break;default:_0x43ab19['skipType'](0x7&_0x5b1233);}}return _0x260b75;},_0x6e7b29['decodeDelimited']=function(_0x49316c){return _0x49316c instanceof _0x431a1b||(_0x49316c=new _0x431a1b(_0x49316c)),this['decode'](_0x49316c,_0x49316c['uint32']());},_0x6e7b29['verify']=function(_0x12e03f){if('object'!=typeof _0x12e03f||null===_0x12e03f)return'object\x20expected';var _0x1c05d6;if(null!=_0x12e03f['sourcePosition']&&_0x12e03f['hasOwnProperty']('sourcePosition')&&(_0x1c05d6=_0x2acc8f['Position']['verify'](_0x12e03f['sourcePosition'])))return'sourcePosition.'+_0x1c05d6;if(null!=_0x12e03f['targetPosition']&&_0x12e03f['hasOwnProperty']('targetPosition')&&(_0x1c05d6=_0x2acc8f['Position']['verify'](_0x12e03f['targetPosition'])))return'targetPosition.'+_0x1c05d6;if(null!=_0x12e03f['graveyardPosition']&&_0x12e03f['hasOwnProperty']('graveyardPosition')&&(_0x1c05d6=_0x2acc8f['Position']['verify'](_0x12e03f['graveyardPosition'])))return'graveyardPosition.'+_0x1c05d6;return null!=_0x12e03f['howMany']&&_0x12e03f['hasOwnProperty']('howMany')&&!_0x5d137e['isInteger'](_0x12e03f['howMany'])?'howMany:\x20integer\x20expected':null!=_0x12e03f['wasUndone']&&_0x12e03f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x12e03f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x6e7b29['fromObject']=function(_0x1d03ba){if(_0x1d03ba instanceof _0x2acc8f['MergeOperation'])return _0x1d03ba;var _0x23d3c3=new _0x2acc8f['MergeOperation']();if(null!=_0x1d03ba['sourcePosition']){if('object'!=typeof _0x1d03ba['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x23d3c3['sourcePosition']=_0x2acc8f['Position']['fromObject'](_0x1d03ba['sourcePosition']);}if(null!=_0x1d03ba['targetPosition']){if('object'!=typeof _0x1d03ba['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x23d3c3['targetPosition']=_0x2acc8f['Position']['fromObject'](_0x1d03ba['targetPosition']);}if(null!=_0x1d03ba['graveyardPosition']){if('object'!=typeof _0x1d03ba['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x23d3c3['graveyardPosition']=_0x2acc8f['Position']['fromObject'](_0x1d03ba['graveyardPosition']);}return null!=_0x1d03ba['howMany']&&(_0x23d3c3['howMany']=_0x1d03ba['howMany']>>>0x0),null!=_0x1d03ba['wasUndone']&&(_0x23d3c3['wasUndone']=Boolean(_0x1d03ba['wasUndone'])),_0x23d3c3;},_0x6e7b29['toObject']=function(_0x7ed38e,_0x54e843){_0x54e843||(_0x54e843={});var _0x551b3a={};return _0x54e843['defaults']&&(_0x551b3a['sourcePosition']=null,_0x551b3a['targetPosition']=null,_0x551b3a['graveyardPosition']=null,_0x551b3a['howMany']=0x0,_0x551b3a['wasUndone']=!0x1),null!=_0x7ed38e['sourcePosition']&&_0x7ed38e['hasOwnProperty']('sourcePosition')&&(_0x551b3a['sourcePosition']=_0x2acc8f['Position']['toObject'](_0x7ed38e['sourcePosition'],_0x54e843)),null!=_0x7ed38e['targetPosition']&&_0x7ed38e['hasOwnProperty']('targetPosition')&&(_0x551b3a['targetPosition']=_0x2acc8f['Position']['toObject'](_0x7ed38e['targetPosition'],_0x54e843)),null!=_0x7ed38e['graveyardPosition']&&_0x7ed38e['hasOwnProperty']('graveyardPosition')&&(_0x551b3a['graveyardPosition']=_0x2acc8f['Position']['toObject'](_0x7ed38e['graveyardPosition'],_0x54e843)),null!=_0x7ed38e['howMany']&&_0x7ed38e['hasOwnProperty']('howMany')&&(_0x551b3a['howMany']=_0x7ed38e['howMany']),null!=_0x7ed38e['wasUndone']&&_0x7ed38e['hasOwnProperty']('wasUndone')&&(_0x551b3a['wasUndone']=_0x7ed38e['wasUndone']),_0x551b3a;},_0x6e7b29['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x6e7b29['getTypeUrl']=function(_0x1e691d){return void 0x0===_0x1e691d&&(_0x1e691d='type.googleapis.com'),_0x1e691d+'/MergeOperation';},_0x6e7b29;}()),_0x2acc8f['MoveOperation']=(function(){function _0x3b416a(_0x12ee85){if(_0x12ee85){for(var _0x3e8d82=Object['keys'](_0x12ee85),_0x22e2bc=0x0;_0x22e2bc<_0x3e8d82['length'];++_0x22e2bc)null!=_0x12ee85[_0x3e8d82[_0x22e2bc]]&&(this[_0x3e8d82[_0x22e2bc]]=_0x12ee85[_0x3e8d82[_0x22e2bc]]);}}return _0x3b416a['prototype']['sourcePosition']=null,_0x3b416a['prototype']['howMany']=0x0,_0x3b416a['prototype']['targetPosition']=null,_0x3b416a['prototype']['wasUndone']=!0x1,_0x3b416a['create']=function(_0x5eae02){return new _0x3b416a(_0x5eae02);},_0x3b416a['encode']=function(_0x2a771b,_0x29a209){return _0x29a209||(_0x29a209=_0x3142f9['create']()),null!=_0x2a771b['sourcePosition']&&Object['hasOwnProperty']['call'](_0x2a771b,'sourcePosition')&&_0x2acc8f['Position']['encode'](_0x2a771b['sourcePosition'],_0x29a209['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2a771b['howMany']&&Object['hasOwnProperty']['call'](_0x2a771b,'howMany')&&_0x29a209['uint32'](0x10)['uint32'](_0x2a771b['howMany']),null!=_0x2a771b['targetPosition']&&Object['hasOwnProperty']['call'](_0x2a771b,'targetPosition')&&_0x2acc8f['Position']['encode'](_0x2a771b['targetPosition'],_0x29a209['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x2a771b['wasUndone']&&Object['hasOwnProperty']['call'](_0x2a771b,'wasUndone')&&_0x29a209['uint32'](0x20)['bool'](_0x2a771b['wasUndone']),_0x29a209;},_0x3b416a['encodeDelimited']=function(_0x39592b,_0x6ef855){return this['encode'](_0x39592b,_0x6ef855)['ldelim']();},_0x3b416a['decode']=function(_0x341f92,_0x4a713e){_0x341f92 instanceof _0x431a1b||(_0x341f92=_0x431a1b['create'](_0x341f92));for(var _0x53f948=void 0x0===_0x4a713e?_0x341f92['len']:_0x341f92['pos']+_0x4a713e,_0x33d02c=new _0x2acc8f['MoveOperation']();_0x341f92['pos']<_0x53f948;){var _0x40b27a=_0x341f92['uint32']();switch(_0x40b27a>>>0x3){case 0x1:_0x33d02c['sourcePosition']=_0x2acc8f['Position']['decode'](_0x341f92,_0x341f92['uint32']());break;case 0x2:_0x33d02c['howMany']=_0x341f92['uint32']();break;case 0x3:_0x33d02c['targetPosition']=_0x2acc8f['Position']['decode'](_0x341f92,_0x341f92['uint32']());break;case 0x4:_0x33d02c['wasUndone']=_0x341f92['bool']();break;default:_0x341f92['skipType'](0x7&_0x40b27a);}}return _0x33d02c;},_0x3b416a['decodeDelimited']=function(_0x44fad9){return _0x44fad9 instanceof _0x431a1b||(_0x44fad9=new _0x431a1b(_0x44fad9)),this['decode'](_0x44fad9,_0x44fad9['uint32']());},_0x3b416a['verify']=function(_0x5c584e){if('object'!=typeof _0x5c584e||null===_0x5c584e)return'object\x20expected';var _0x2a8a40;if(null!=_0x5c584e['sourcePosition']&&_0x5c584e['hasOwnProperty']('sourcePosition')&&(_0x2a8a40=_0x2acc8f['Position']['verify'](_0x5c584e['sourcePosition'])))return'sourcePosition.'+_0x2a8a40;if(null!=_0x5c584e['howMany']&&_0x5c584e['hasOwnProperty']('howMany')&&!_0x5d137e['isInteger'](_0x5c584e['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x5c584e['targetPosition']&&_0x5c584e['hasOwnProperty']('targetPosition')&&(_0x2a8a40=_0x2acc8f['Position']['verify'](_0x5c584e['targetPosition'])))return'targetPosition.'+_0x2a8a40;return null!=_0x5c584e['wasUndone']&&_0x5c584e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5c584e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3b416a['fromObject']=function(_0x5a962f){if(_0x5a962f instanceof _0x2acc8f['MoveOperation'])return _0x5a962f;var _0x3b0480=new _0x2acc8f['MoveOperation']();if(null!=_0x5a962f['sourcePosition']){if('object'!=typeof _0x5a962f['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x3b0480['sourcePosition']=_0x2acc8f['Position']['fromObject'](_0x5a962f['sourcePosition']);}if(null!=_0x5a962f['howMany']&&(_0x3b0480['howMany']=_0x5a962f['howMany']>>>0x0),null!=_0x5a962f['targetPosition']){if('object'!=typeof _0x5a962f['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x3b0480['targetPosition']=_0x2acc8f['Position']['fromObject'](_0x5a962f['targetPosition']);}return null!=_0x5a962f['wasUndone']&&(_0x3b0480['wasUndone']=Boolean(_0x5a962f['wasUndone'])),_0x3b0480;},_0x3b416a['toObject']=function(_0x187926,_0xb64390){_0xb64390||(_0xb64390={});var _0x3714ca={};return _0xb64390['defaults']&&(_0x3714ca['sourcePosition']=null,_0x3714ca['howMany']=0x0,_0x3714ca['targetPosition']=null,_0x3714ca['wasUndone']=!0x1),null!=_0x187926['sourcePosition']&&_0x187926['hasOwnProperty']('sourcePosition')&&(_0x3714ca['sourcePosition']=_0x2acc8f['Position']['toObject'](_0x187926['sourcePosition'],_0xb64390)),null!=_0x187926['howMany']&&_0x187926['hasOwnProperty']('howMany')&&(_0x3714ca['howMany']=_0x187926['howMany']),null!=_0x187926['targetPosition']&&_0x187926['hasOwnProperty']('targetPosition')&&(_0x3714ca['targetPosition']=_0x2acc8f['Position']['toObject'](_0x187926['targetPosition'],_0xb64390)),null!=_0x187926['wasUndone']&&_0x187926['hasOwnProperty']('wasUndone')&&(_0x3714ca['wasUndone']=_0x187926['wasUndone']),_0x3714ca;},_0x3b416a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x3b416a['getTypeUrl']=function(_0x2ee706){return void 0x0===_0x2ee706&&(_0x2ee706='type.googleapis.com'),_0x2ee706+'/MoveOperation';},_0x3b416a;}()),_0x2acc8f['RenameOperation']=(function(){function _0x23da93(_0x2bc1b9){if(_0x2bc1b9){for(var _0x5a0c8d=Object['keys'](_0x2bc1b9),_0x5540af=0x0;_0x5540af<_0x5a0c8d['length'];++_0x5540af)null!=_0x2bc1b9[_0x5a0c8d[_0x5540af]]&&(this[_0x5a0c8d[_0x5540af]]=_0x2bc1b9[_0x5a0c8d[_0x5540af]]);}}return _0x23da93['prototype']['position']=null,_0x23da93['prototype']['oldName']='',_0x23da93['prototype']['newName']='',_0x23da93['prototype']['wasUndone']=!0x1,_0x23da93['create']=function(_0x1430d0){return new _0x23da93(_0x1430d0);},_0x23da93['encode']=function(_0x59e74c,_0x19e94e){return _0x19e94e||(_0x19e94e=_0x3142f9['create']()),null!=_0x59e74c['position']&&Object['hasOwnProperty']['call'](_0x59e74c,'position')&&_0x2acc8f['Position']['encode'](_0x59e74c['position'],_0x19e94e['uint32'](0xa)['fork']())['ldelim'](),null!=_0x59e74c['oldName']&&Object['hasOwnProperty']['call'](_0x59e74c,'oldName')&&_0x19e94e['uint32'](0x12)['string'](_0x59e74c['oldName']),null!=_0x59e74c['newName']&&Object['hasOwnProperty']['call'](_0x59e74c,'newName')&&_0x19e94e['uint32'](0x1a)['string'](_0x59e74c['newName']),null!=_0x59e74c['wasUndone']&&Object['hasOwnProperty']['call'](_0x59e74c,'wasUndone')&&_0x19e94e['uint32'](0x20)['bool'](_0x59e74c['wasUndone']),_0x19e94e;},_0x23da93['encodeDelimited']=function(_0x5b8ded,_0x1f0fef){return this['encode'](_0x5b8ded,_0x1f0fef)['ldelim']();},_0x23da93['decode']=function(_0x40e18d,_0x1bcd49){_0x40e18d instanceof _0x431a1b||(_0x40e18d=_0x431a1b['create'](_0x40e18d));for(var _0x21fa9c=void 0x0===_0x1bcd49?_0x40e18d['len']:_0x40e18d['pos']+_0x1bcd49,_0x12992b=new _0x2acc8f['RenameOperation']();_0x40e18d['pos']<_0x21fa9c;){var _0x519233=_0x40e18d['uint32']();switch(_0x519233>>>0x3){case 0x1:_0x12992b['position']=_0x2acc8f['Position']['decode'](_0x40e18d,_0x40e18d['uint32']());break;case 0x2:_0x12992b['oldName']=_0x40e18d['string']();break;case 0x3:_0x12992b['newName']=_0x40e18d['string']();break;case 0x4:_0x12992b['wasUndone']=_0x40e18d['bool']();break;default:_0x40e18d['skipType'](0x7&_0x519233);}}return _0x12992b;},_0x23da93['decodeDelimited']=function(_0x4897a5){return _0x4897a5 instanceof _0x431a1b||(_0x4897a5=new _0x431a1b(_0x4897a5)),this['decode'](_0x4897a5,_0x4897a5['uint32']());},_0x23da93['verify']=function(_0x552f8a){if('object'!=typeof _0x552f8a||null===_0x552f8a)return'object\x20expected';if(null!=_0x552f8a['position']&&_0x552f8a['hasOwnProperty']('position')){var _0x422792=_0x2acc8f['Position']['verify'](_0x552f8a['position']);if(_0x422792)return'position.'+_0x422792;}return null!=_0x552f8a['oldName']&&_0x552f8a['hasOwnProperty']('oldName')&&!_0x5d137e['isString'](_0x552f8a['oldName'])?'oldName:\x20string\x20expected':null!=_0x552f8a['newName']&&_0x552f8a['hasOwnProperty']('newName')&&!_0x5d137e['isString'](_0x552f8a['newName'])?'newName:\x20string\x20expected':null!=_0x552f8a['wasUndone']&&_0x552f8a['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x552f8a['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x23da93['fromObject']=function(_0x9f4c18){if(_0x9f4c18 instanceof _0x2acc8f['RenameOperation'])return _0x9f4c18;var _0x5a6ed4=new _0x2acc8f['RenameOperation']();if(null!=_0x9f4c18['position']){if('object'!=typeof _0x9f4c18['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x5a6ed4['position']=_0x2acc8f['Position']['fromObject'](_0x9f4c18['position']);}return null!=_0x9f4c18['oldName']&&(_0x5a6ed4['oldName']=String(_0x9f4c18['oldName'])),null!=_0x9f4c18['newName']&&(_0x5a6ed4['newName']=String(_0x9f4c18['newName'])),null!=_0x9f4c18['wasUndone']&&(_0x5a6ed4['wasUndone']=Boolean(_0x9f4c18['wasUndone'])),_0x5a6ed4;},_0x23da93['toObject']=function(_0x59b54c,_0x4d51a2){_0x4d51a2||(_0x4d51a2={});var _0x423b96={};return _0x4d51a2['defaults']&&(_0x423b96['position']=null,_0x423b96['oldName']='',_0x423b96['newName']='',_0x423b96['wasUndone']=!0x1),null!=_0x59b54c['position']&&_0x59b54c['hasOwnProperty']('position')&&(_0x423b96['position']=_0x2acc8f['Position']['toObject'](_0x59b54c['position'],_0x4d51a2)),null!=_0x59b54c['oldName']&&_0x59b54c['hasOwnProperty']('oldName')&&(_0x423b96['oldName']=_0x59b54c['oldName']),null!=_0x59b54c['newName']&&_0x59b54c['hasOwnProperty']('newName')&&(_0x423b96['newName']=_0x59b54c['newName']),null!=_0x59b54c['wasUndone']&&_0x59b54c['hasOwnProperty']('wasUndone')&&(_0x423b96['wasUndone']=_0x59b54c['wasUndone']),_0x423b96;},_0x23da93['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x23da93['getTypeUrl']=function(_0x509bde){return void 0x0===_0x509bde&&(_0x509bde='type.googleapis.com'),_0x509bde+'/RenameOperation';},_0x23da93;}()),_0x2acc8f['RootAttributeOperation']=(function(){function _0x539c0f(_0x1ff943){if(_0x1ff943){for(var _0xf7376a=Object['keys'](_0x1ff943),_0x4df47c=0x0;_0x4df47c<_0xf7376a['length'];++_0x4df47c)null!=_0x1ff943[_0xf7376a[_0x4df47c]]&&(this[_0xf7376a[_0x4df47c]]=_0x1ff943[_0xf7376a[_0x4df47c]]);}}return _0x539c0f['prototype']['root']='',_0x539c0f['prototype']['key']='',_0x539c0f['prototype']['oldValueBoolean']=!0x1,_0x539c0f['prototype']['oldValueJson']='',_0x539c0f['prototype']['newValueBoolean']=!0x1,_0x539c0f['prototype']['newValueJson']='',_0x539c0f['prototype']['wasUndone']=!0x1,_0x539c0f['create']=function(_0x480c28){return new _0x539c0f(_0x480c28);},_0x539c0f['encode']=function(_0x4a2e5f,_0x34a4cf){return _0x34a4cf||(_0x34a4cf=_0x3142f9['create']()),null!=_0x4a2e5f['root']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'root')&&_0x34a4cf['uint32'](0xa)['string'](_0x4a2e5f['root']),null!=_0x4a2e5f['key']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'key')&&_0x34a4cf['uint32'](0x12)['string'](_0x4a2e5f['key']),null!=_0x4a2e5f['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'oldValueBoolean')&&_0x34a4cf['uint32'](0x18)['bool'](_0x4a2e5f['oldValueBoolean']),null!=_0x4a2e5f['oldValueJson']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'oldValueJson')&&_0x34a4cf['uint32'](0x22)['string'](_0x4a2e5f['oldValueJson']),null!=_0x4a2e5f['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'newValueBoolean')&&_0x34a4cf['uint32'](0x28)['bool'](_0x4a2e5f['newValueBoolean']),null!=_0x4a2e5f['newValueJson']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'newValueJson')&&_0x34a4cf['uint32'](0x32)['string'](_0x4a2e5f['newValueJson']),null!=_0x4a2e5f['wasUndone']&&Object['hasOwnProperty']['call'](_0x4a2e5f,'wasUndone')&&_0x34a4cf['uint32'](0x38)['bool'](_0x4a2e5f['wasUndone']),_0x34a4cf;},_0x539c0f['encodeDelimited']=function(_0x2b1f5a,_0x42bb6d){return this['encode'](_0x2b1f5a,_0x42bb6d)['ldelim']();},_0x539c0f['decode']=function(_0x588c74,_0x43db27){_0x588c74 instanceof _0x431a1b||(_0x588c74=_0x431a1b['create'](_0x588c74));for(var _0x110558=void 0x0===_0x43db27?_0x588c74['len']:_0x588c74['pos']+_0x43db27,_0x5ab069=new _0x2acc8f['RootAttributeOperation']();_0x588c74['pos']<_0x110558;){var _0x40e86e=_0x588c74['uint32']();switch(_0x40e86e>>>0x3){case 0x1:_0x5ab069['root']=_0x588c74['string']();break;case 0x2:_0x5ab069['key']=_0x588c74['string']();break;case 0x3:_0x5ab069['oldValueBoolean']=_0x588c74['bool']();break;case 0x4:_0x5ab069['oldValueJson']=_0x588c74['string']();break;case 0x5:_0x5ab069['newValueBoolean']=_0x588c74['bool']();break;case 0x6:_0x5ab069['newValueJson']=_0x588c74['string']();break;case 0x7:_0x5ab069['wasUndone']=_0x588c74['bool']();break;default:_0x588c74['skipType'](0x7&_0x40e86e);}}return _0x5ab069;},_0x539c0f['decodeDelimited']=function(_0x511de8){return _0x511de8 instanceof _0x431a1b||(_0x511de8=new _0x431a1b(_0x511de8)),this['decode'](_0x511de8,_0x511de8['uint32']());},_0x539c0f['verify']=function(_0x25c5b3){return'object'!=typeof _0x25c5b3||null===_0x25c5b3?'object\x20expected':null!=_0x25c5b3['root']&&_0x25c5b3['hasOwnProperty']('root')&&!_0x5d137e['isString'](_0x25c5b3['root'])?'root:\x20string\x20expected':null!=_0x25c5b3['key']&&_0x25c5b3['hasOwnProperty']('key')&&!_0x5d137e['isString'](_0x25c5b3['key'])?'key:\x20string\x20expected':null!=_0x25c5b3['oldValueBoolean']&&_0x25c5b3['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x25c5b3['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x25c5b3['oldValueJson']&&_0x25c5b3['hasOwnProperty']('oldValueJson')&&!_0x5d137e['isString'](_0x25c5b3['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x25c5b3['newValueBoolean']&&_0x25c5b3['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x25c5b3['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x25c5b3['newValueJson']&&_0x25c5b3['hasOwnProperty']('newValueJson')&&!_0x5d137e['isString'](_0x25c5b3['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x25c5b3['wasUndone']&&_0x25c5b3['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x25c5b3['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x539c0f['fromObject']=function(_0x34c178){if(_0x34c178 instanceof _0x2acc8f['RootAttributeOperation'])return _0x34c178;var _0x2ef948=new _0x2acc8f['RootAttributeOperation']();return null!=_0x34c178['root']&&(_0x2ef948['root']=String(_0x34c178['root'])),null!=_0x34c178['key']&&(_0x2ef948['key']=String(_0x34c178['key'])),null!=_0x34c178['oldValueBoolean']&&(_0x2ef948['oldValueBoolean']=Boolean(_0x34c178['oldValueBoolean'])),null!=_0x34c178['oldValueJson']&&(_0x2ef948['oldValueJson']=String(_0x34c178['oldValueJson'])),null!=_0x34c178['newValueBoolean']&&(_0x2ef948['newValueBoolean']=Boolean(_0x34c178['newValueBoolean'])),null!=_0x34c178['newValueJson']&&(_0x2ef948['newValueJson']=String(_0x34c178['newValueJson'])),null!=_0x34c178['wasUndone']&&(_0x2ef948['wasUndone']=Boolean(_0x34c178['wasUndone'])),_0x2ef948;},_0x539c0f['toObject']=function(_0x361bb2,_0x528394){_0x528394||(_0x528394={});var _0xd9f394={};return _0x528394['defaults']&&(_0xd9f394['root']='',_0xd9f394['key']='',_0xd9f394['oldValueBoolean']=!0x1,_0xd9f394['oldValueJson']='',_0xd9f394['newValueBoolean']=!0x1,_0xd9f394['newValueJson']='',_0xd9f394['wasUndone']=!0x1),null!=_0x361bb2['root']&&_0x361bb2['hasOwnProperty']('root')&&(_0xd9f394['root']=_0x361bb2['root']),null!=_0x361bb2['key']&&_0x361bb2['hasOwnProperty']('key')&&(_0xd9f394['key']=_0x361bb2['key']),null!=_0x361bb2['oldValueBoolean']&&_0x361bb2['hasOwnProperty']('oldValueBoolean')&&(_0xd9f394['oldValueBoolean']=_0x361bb2['oldValueBoolean']),null!=_0x361bb2['oldValueJson']&&_0x361bb2['hasOwnProperty']('oldValueJson')&&(_0xd9f394['oldValueJson']=_0x361bb2['oldValueJson']),null!=_0x361bb2['newValueBoolean']&&_0x361bb2['hasOwnProperty']('newValueBoolean')&&(_0xd9f394['newValueBoolean']=_0x361bb2['newValueBoolean']),null!=_0x361bb2['newValueJson']&&_0x361bb2['hasOwnProperty']('newValueJson')&&(_0xd9f394['newValueJson']=_0x361bb2['newValueJson']),null!=_0x361bb2['wasUndone']&&_0x361bb2['hasOwnProperty']('wasUndone')&&(_0xd9f394['wasUndone']=_0x361bb2['wasUndone']),_0xd9f394;},_0x539c0f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x539c0f['getTypeUrl']=function(_0x332463){return void 0x0===_0x332463&&(_0x332463='type.googleapis.com'),_0x332463+'/RootAttributeOperation';},_0x539c0f;}()),_0x2acc8f['RootOperation']=(function(){function _0x2cbcd6(_0x455fa4){if(_0x455fa4){for(var _0xba1e69=Object['keys'](_0x455fa4),_0x411e05=0x0;_0x411e05<_0xba1e69['length'];++_0x411e05)null!=_0x455fa4[_0xba1e69[_0x411e05]]&&(this[_0xba1e69[_0x411e05]]=_0x455fa4[_0xba1e69[_0x411e05]]);}}return _0x2cbcd6['prototype']['rootName']='',_0x2cbcd6['prototype']['elementName']='',_0x2cbcd6['prototype']['isAdd']=!0x1,_0x2cbcd6['prototype']['wasUndone']=!0x1,_0x2cbcd6['create']=function(_0xfbe0d3){return new _0x2cbcd6(_0xfbe0d3);},_0x2cbcd6['encode']=function(_0xc6114b,_0x201ddf){return _0x201ddf||(_0x201ddf=_0x3142f9['create']()),null!=_0xc6114b['rootName']&&Object['hasOwnProperty']['call'](_0xc6114b,'rootName')&&_0x201ddf['uint32'](0xa)['string'](_0xc6114b['rootName']),null!=_0xc6114b['elementName']&&Object['hasOwnProperty']['call'](_0xc6114b,'elementName')&&_0x201ddf['uint32'](0x12)['string'](_0xc6114b['elementName']),null!=_0xc6114b['isAdd']&&Object['hasOwnProperty']['call'](_0xc6114b,'isAdd')&&_0x201ddf['uint32'](0x18)['bool'](_0xc6114b['isAdd']),null!=_0xc6114b['wasUndone']&&Object['hasOwnProperty']['call'](_0xc6114b,'wasUndone')&&_0x201ddf['uint32'](0x20)['bool'](_0xc6114b['wasUndone']),_0x201ddf;},_0x2cbcd6['encodeDelimited']=function(_0x50d6bf,_0xdaefd6){return this['encode'](_0x50d6bf,_0xdaefd6)['ldelim']();},_0x2cbcd6['decode']=function(_0x3292e6,_0x3a1cd3){_0x3292e6 instanceof _0x431a1b||(_0x3292e6=_0x431a1b['create'](_0x3292e6));for(var _0x14d285=void 0x0===_0x3a1cd3?_0x3292e6['len']:_0x3292e6['pos']+_0x3a1cd3,_0x28bbf1=new _0x2acc8f['RootOperation']();_0x3292e6['pos']<_0x14d285;){var _0x4967b=_0x3292e6['uint32']();switch(_0x4967b>>>0x3){case 0x1:_0x28bbf1['rootName']=_0x3292e6['string']();break;case 0x2:_0x28bbf1['elementName']=_0x3292e6['string']();break;case 0x3:_0x28bbf1['isAdd']=_0x3292e6['bool']();break;case 0x4:_0x28bbf1['wasUndone']=_0x3292e6['bool']();break;default:_0x3292e6['skipType'](0x7&_0x4967b);}}return _0x28bbf1;},_0x2cbcd6['decodeDelimited']=function(_0x375d0f){return _0x375d0f instanceof _0x431a1b||(_0x375d0f=new _0x431a1b(_0x375d0f)),this['decode'](_0x375d0f,_0x375d0f['uint32']());},_0x2cbcd6['verify']=function(_0x329fe1){return'object'!=typeof _0x329fe1||null===_0x329fe1?'object\x20expected':null!=_0x329fe1['rootName']&&_0x329fe1['hasOwnProperty']('rootName')&&!_0x5d137e['isString'](_0x329fe1['rootName'])?'rootName:\x20string\x20expected':null!=_0x329fe1['elementName']&&_0x329fe1['hasOwnProperty']('elementName')&&!_0x5d137e['isString'](_0x329fe1['elementName'])?'elementName:\x20string\x20expected':null!=_0x329fe1['isAdd']&&_0x329fe1['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x329fe1['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x329fe1['wasUndone']&&_0x329fe1['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x329fe1['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2cbcd6['fromObject']=function(_0x824f8b){if(_0x824f8b instanceof _0x2acc8f['RootOperation'])return _0x824f8b;var _0xa3007c=new _0x2acc8f['RootOperation']();return null!=_0x824f8b['rootName']&&(_0xa3007c['rootName']=String(_0x824f8b['rootName'])),null!=_0x824f8b['elementName']&&(_0xa3007c['elementName']=String(_0x824f8b['elementName'])),null!=_0x824f8b['isAdd']&&(_0xa3007c['isAdd']=Boolean(_0x824f8b['isAdd'])),null!=_0x824f8b['wasUndone']&&(_0xa3007c['wasUndone']=Boolean(_0x824f8b['wasUndone'])),_0xa3007c;},_0x2cbcd6['toObject']=function(_0x199e17,_0x3f0f6d){_0x3f0f6d||(_0x3f0f6d={});var _0x5a56c9={};return _0x3f0f6d['defaults']&&(_0x5a56c9['rootName']='',_0x5a56c9['elementName']='',_0x5a56c9['isAdd']=!0x1,_0x5a56c9['wasUndone']=!0x1),null!=_0x199e17['rootName']&&_0x199e17['hasOwnProperty']('rootName')&&(_0x5a56c9['rootName']=_0x199e17['rootName']),null!=_0x199e17['elementName']&&_0x199e17['hasOwnProperty']('elementName')&&(_0x5a56c9['elementName']=_0x199e17['elementName']),null!=_0x199e17['isAdd']&&_0x199e17['hasOwnProperty']('isAdd')&&(_0x5a56c9['isAdd']=_0x199e17['isAdd']),null!=_0x199e17['wasUndone']&&_0x199e17['hasOwnProperty']('wasUndone')&&(_0x5a56c9['wasUndone']=_0x199e17['wasUndone']),_0x5a56c9;},_0x2cbcd6['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x2cbcd6['getTypeUrl']=function(_0x3629b9){return void 0x0===_0x3629b9&&(_0x3629b9='type.googleapis.com'),_0x3629b9+'/RootOperation';},_0x2cbcd6;}()),_0x2acc8f['SplitOperation']=(function(){function _0x3cedc5(_0x6f8080){if(_0x6f8080){for(var _0x6b73cf=Object['keys'](_0x6f8080),_0x200b3d=0x0;_0x200b3d<_0x6b73cf['length'];++_0x200b3d)null!=_0x6f8080[_0x6b73cf[_0x200b3d]]&&(this[_0x6b73cf[_0x200b3d]]=_0x6f8080[_0x6b73cf[_0x200b3d]]);}}return _0x3cedc5['prototype']['splitPosition']=null,_0x3cedc5['prototype']['graveyardPosition']=null,_0x3cedc5['prototype']['howMany']=0x0,_0x3cedc5['prototype']['insertionPosition']=null,_0x3cedc5['prototype']['wasUndone']=!0x1,_0x3cedc5['create']=function(_0x57d6b7){return new _0x3cedc5(_0x57d6b7);},_0x3cedc5['encode']=function(_0x5c97c8,_0x15c778){return _0x15c778||(_0x15c778=_0x3142f9['create']()),null!=_0x5c97c8['splitPosition']&&Object['hasOwnProperty']['call'](_0x5c97c8,'splitPosition')&&_0x2acc8f['Position']['encode'](_0x5c97c8['splitPosition'],_0x15c778['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5c97c8['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x5c97c8,'graveyardPosition')&&_0x2acc8f['Position']['encode'](_0x5c97c8['graveyardPosition'],_0x15c778['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5c97c8['howMany']&&Object['hasOwnProperty']['call'](_0x5c97c8,'howMany')&&_0x15c778['uint32'](0x18)['uint32'](_0x5c97c8['howMany']),null!=_0x5c97c8['insertionPosition']&&Object['hasOwnProperty']['call'](_0x5c97c8,'insertionPosition')&&_0x2acc8f['Position']['encode'](_0x5c97c8['insertionPosition'],_0x15c778['uint32'](0x22)['fork']())['ldelim'](),null!=_0x5c97c8['wasUndone']&&Object['hasOwnProperty']['call'](_0x5c97c8,'wasUndone')&&_0x15c778['uint32'](0x28)['bool'](_0x5c97c8['wasUndone']),_0x15c778;},_0x3cedc5['encodeDelimited']=function(_0x462ada,_0x52ce49){return this['encode'](_0x462ada,_0x52ce49)['ldelim']();},_0x3cedc5['decode']=function(_0x15b756,_0x51153f){_0x15b756 instanceof _0x431a1b||(_0x15b756=_0x431a1b['create'](_0x15b756));for(var _0x37f45d=void 0x0===_0x51153f?_0x15b756['len']:_0x15b756['pos']+_0x51153f,_0x1c387a=new _0x2acc8f['SplitOperation']();_0x15b756['pos']<_0x37f45d;){var _0x504dba=_0x15b756['uint32']();switch(_0x504dba>>>0x3){case 0x1:_0x1c387a['splitPosition']=_0x2acc8f['Position']['decode'](_0x15b756,_0x15b756['uint32']());break;case 0x2:_0x1c387a['graveyardPosition']=_0x2acc8f['Position']['decode'](_0x15b756,_0x15b756['uint32']());break;case 0x3:_0x1c387a['howMany']=_0x15b756['uint32']();break;case 0x4:_0x1c387a['insertionPosition']=_0x2acc8f['Position']['decode'](_0x15b756,_0x15b756['uint32']());break;case 0x5:_0x1c387a['wasUndone']=_0x15b756['bool']();break;default:_0x15b756['skipType'](0x7&_0x504dba);}}return _0x1c387a;},_0x3cedc5['decodeDelimited']=function(_0x3b65cf){return _0x3b65cf instanceof _0x431a1b||(_0x3b65cf=new _0x431a1b(_0x3b65cf)),this['decode'](_0x3b65cf,_0x3b65cf['uint32']());},_0x3cedc5['verify']=function(_0x2e75d3){if('object'!=typeof _0x2e75d3||null===_0x2e75d3)return'object\x20expected';var _0x5a0fe5;if(null!=_0x2e75d3['splitPosition']&&_0x2e75d3['hasOwnProperty']('splitPosition')&&(_0x5a0fe5=_0x2acc8f['Position']['verify'](_0x2e75d3['splitPosition'])))return'splitPosition.'+_0x5a0fe5;if(null!=_0x2e75d3['graveyardPosition']&&_0x2e75d3['hasOwnProperty']('graveyardPosition')&&(_0x5a0fe5=_0x2acc8f['Position']['verify'](_0x2e75d3['graveyardPosition'])))return'graveyardPosition.'+_0x5a0fe5;if(null!=_0x2e75d3['howMany']&&_0x2e75d3['hasOwnProperty']('howMany')&&!_0x5d137e['isInteger'](_0x2e75d3['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x2e75d3['insertionPosition']&&_0x2e75d3['hasOwnProperty']('insertionPosition')&&(_0x5a0fe5=_0x2acc8f['Position']['verify'](_0x2e75d3['insertionPosition'])))return'insertionPosition.'+_0x5a0fe5;return null!=_0x2e75d3['wasUndone']&&_0x2e75d3['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2e75d3['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3cedc5['fromObject']=function(_0x18d003){if(_0x18d003 instanceof _0x2acc8f['SplitOperation'])return _0x18d003;var _0x20cc62=new _0x2acc8f['SplitOperation']();if(null!=_0x18d003['splitPosition']){if('object'!=typeof _0x18d003['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x20cc62['splitPosition']=_0x2acc8f['Position']['fromObject'](_0x18d003['splitPosition']);}if(null!=_0x18d003['graveyardPosition']){if('object'!=typeof _0x18d003['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x20cc62['graveyardPosition']=_0x2acc8f['Position']['fromObject'](_0x18d003['graveyardPosition']);}if(null!=_0x18d003['howMany']&&(_0x20cc62['howMany']=_0x18d003['howMany']>>>0x0),null!=_0x18d003['insertionPosition']){if('object'!=typeof _0x18d003['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x20cc62['insertionPosition']=_0x2acc8f['Position']['fromObject'](_0x18d003['insertionPosition']);}return null!=_0x18d003['wasUndone']&&(_0x20cc62['wasUndone']=Boolean(_0x18d003['wasUndone'])),_0x20cc62;},_0x3cedc5['toObject']=function(_0x434581,_0x3542b9){_0x3542b9||(_0x3542b9={});var _0x5b2833={};return _0x3542b9['defaults']&&(_0x5b2833['splitPosition']=null,_0x5b2833['graveyardPosition']=null,_0x5b2833['howMany']=0x0,_0x5b2833['insertionPosition']=null,_0x5b2833['wasUndone']=!0x1),null!=_0x434581['splitPosition']&&_0x434581['hasOwnProperty']('splitPosition')&&(_0x5b2833['splitPosition']=_0x2acc8f['Position']['toObject'](_0x434581['splitPosition'],_0x3542b9)),null!=_0x434581['graveyardPosition']&&_0x434581['hasOwnProperty']('graveyardPosition')&&(_0x5b2833['graveyardPosition']=_0x2acc8f['Position']['toObject'](_0x434581['graveyardPosition'],_0x3542b9)),null!=_0x434581['howMany']&&_0x434581['hasOwnProperty']('howMany')&&(_0x5b2833['howMany']=_0x434581['howMany']),null!=_0x434581['insertionPosition']&&_0x434581['hasOwnProperty']('insertionPosition')&&(_0x5b2833['insertionPosition']=_0x2acc8f['Position']['toObject'](_0x434581['insertionPosition'],_0x3542b9)),null!=_0x434581['wasUndone']&&_0x434581['hasOwnProperty']('wasUndone')&&(_0x5b2833['wasUndone']=_0x434581['wasUndone']),_0x5b2833;},_0x3cedc5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x3cedc5['getTypeUrl']=function(_0x19d9c4){return void 0x0===_0x19d9c4&&(_0x19d9c4='type.googleapis.com'),_0x19d9c4+'/SplitOperation';},_0x3cedc5;}()),_0x2acc8f['Position']=(function(){function _0x300a9c(_0x225b11){if(this['path']=[],_0x225b11){for(var _0x1b8345=Object['keys'](_0x225b11),_0x4f7a3c=0x0;_0x4f7a3c<_0x1b8345['length'];++_0x4f7a3c)null!=_0x225b11[_0x1b8345[_0x4f7a3c]]&&(this[_0x1b8345[_0x4f7a3c]]=_0x225b11[_0x1b8345[_0x4f7a3c]]);}}return _0x300a9c['prototype']['root']='',_0x300a9c['prototype']['rootMain']=!0x1,_0x300a9c['prototype']['rootGraveyard']=!0x1,_0x300a9c['prototype']['path']=_0x5d137e['emptyArray'],_0x300a9c['prototype']['stickiness']='',_0x300a9c['create']=function(_0xf0d956){return new _0x300a9c(_0xf0d956);},_0x300a9c['encode']=function(_0x5e613e,_0x5c146e){if(_0x5c146e||(_0x5c146e=_0x3142f9['create']()),null!=_0x5e613e['root']&&Object['hasOwnProperty']['call'](_0x5e613e,'root')&&_0x5c146e['uint32'](0xa)['string'](_0x5e613e['root']),null!=_0x5e613e['rootMain']&&Object['hasOwnProperty']['call'](_0x5e613e,'rootMain')&&_0x5c146e['uint32'](0x10)['bool'](_0x5e613e['rootMain']),null!=_0x5e613e['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x5e613e,'rootGraveyard')&&_0x5c146e['uint32'](0x18)['bool'](_0x5e613e['rootGraveyard']),null!=_0x5e613e['path']&&_0x5e613e['path']['length']){_0x5c146e['uint32'](0x22)['fork']();for(var _0x50954d=0x0;_0x50954d<_0x5e613e['path']['length'];++_0x50954d)_0x5c146e['uint32'](_0x5e613e['path'][_0x50954d]);_0x5c146e['ldelim']();}return null!=_0x5e613e['stickiness']&&Object['hasOwnProperty']['call'](_0x5e613e,'stickiness')&&_0x5c146e['uint32'](0x2a)['string'](_0x5e613e['stickiness']),_0x5c146e;},_0x300a9c['encodeDelimited']=function(_0x12ecb4,_0x343dd0){return this['encode'](_0x12ecb4,_0x343dd0)['ldelim']();},_0x300a9c['decode']=function(_0x102727,_0x4b3475){_0x102727 instanceof _0x431a1b||(_0x102727=_0x431a1b['create'](_0x102727));for(var _0x400e2d=void 0x0===_0x4b3475?_0x102727['len']:_0x102727['pos']+_0x4b3475,_0x33e1ef=new _0x2acc8f['Position']();_0x102727['pos']<_0x400e2d;){var _0x469c4b=_0x102727['uint32']();switch(_0x469c4b>>>0x3){case 0x1:_0x33e1ef['root']=_0x102727['string']();break;case 0x2:_0x33e1ef['rootMain']=_0x102727['bool']();break;case 0x3:_0x33e1ef['rootGraveyard']=_0x102727['bool']();break;case 0x4:if(_0x33e1ef['path']&&_0x33e1ef['path']['length']||(_0x33e1ef['path']=[]),0x2==(0x7&_0x469c4b)){for(var _0x515f96=_0x102727['uint32']()+_0x102727['pos'];_0x102727['pos']<_0x515f96;)_0x33e1ef['path']['push'](_0x102727['uint32']());}else _0x33e1ef['path']['push'](_0x102727['uint32']());break;case 0x5:_0x33e1ef['stickiness']=_0x102727['string']();break;default:_0x102727['skipType'](0x7&_0x469c4b);}}return _0x33e1ef;},_0x300a9c['decodeDelimited']=function(_0x25f151){return _0x25f151 instanceof _0x431a1b||(_0x25f151=new _0x431a1b(_0x25f151)),this['decode'](_0x25f151,_0x25f151['uint32']());},_0x300a9c['verify']=function(_0x4089e0){if('object'!=typeof _0x4089e0||null===_0x4089e0)return'object\x20expected';if(null!=_0x4089e0['root']&&_0x4089e0['hasOwnProperty']('root')&&!_0x5d137e['isString'](_0x4089e0['root']))return'root:\x20string\x20expected';if(null!=_0x4089e0['rootMain']&&_0x4089e0['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x4089e0['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x4089e0['rootGraveyard']&&_0x4089e0['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x4089e0['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x4089e0['path']&&_0x4089e0['hasOwnProperty']('path')){if(!Array['isArray'](_0x4089e0['path']))return'path:\x20array\x20expected';for(var _0x16524e=0x0;_0x16524e<_0x4089e0['path']['length'];++_0x16524e)if(!_0x5d137e['isInteger'](_0x4089e0['path'][_0x16524e]))return'path:\x20integer[]\x20expected';}return null!=_0x4089e0['stickiness']&&_0x4089e0['hasOwnProperty']('stickiness')&&!_0x5d137e['isString'](_0x4089e0['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x300a9c['fromObject']=function(_0x163e72){if(_0x163e72 instanceof _0x2acc8f['Position'])return _0x163e72;var _0x39d421=new _0x2acc8f['Position']();if(null!=_0x163e72['root']&&(_0x39d421['root']=String(_0x163e72['root'])),null!=_0x163e72['rootMain']&&(_0x39d421['rootMain']=Boolean(_0x163e72['rootMain'])),null!=_0x163e72['rootGraveyard']&&(_0x39d421['rootGraveyard']=Boolean(_0x163e72['rootGraveyard'])),_0x163e72['path']){if(!Array['isArray'](_0x163e72['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x39d421['path']=[];for(var _0x4f073c=0x0;_0x4f073c<_0x163e72['path']['length'];++_0x4f073c)_0x39d421['path'][_0x4f073c]=_0x163e72['path'][_0x4f073c]>>>0x0;}return null!=_0x163e72['stickiness']&&(_0x39d421['stickiness']=String(_0x163e72['stickiness'])),_0x39d421;},_0x300a9c['toObject']=function(_0x1570cd,_0x34caae){_0x34caae||(_0x34caae={});var _0x266ca4={};if((_0x34caae['arrays']||_0x34caae['defaults'])&&(_0x266ca4['path']=[]),_0x34caae['defaults']&&(_0x266ca4['root']='',_0x266ca4['rootMain']=!0x1,_0x266ca4['rootGraveyard']=!0x1,_0x266ca4['stickiness']=''),null!=_0x1570cd['root']&&_0x1570cd['hasOwnProperty']('root')&&(_0x266ca4['root']=_0x1570cd['root']),null!=_0x1570cd['rootMain']&&_0x1570cd['hasOwnProperty']('rootMain')&&(_0x266ca4['rootMain']=_0x1570cd['rootMain']),null!=_0x1570cd['rootGraveyard']&&_0x1570cd['hasOwnProperty']('rootGraveyard')&&(_0x266ca4['rootGraveyard']=_0x1570cd['rootGraveyard']),_0x1570cd['path']&&_0x1570cd['path']['length']){_0x266ca4['path']=[];for(var _0x570703=0x0;_0x570703<_0x1570cd['path']['length'];++_0x570703)_0x266ca4['path'][_0x570703]=_0x1570cd['path'][_0x570703];}return null!=_0x1570cd['stickiness']&&_0x1570cd['hasOwnProperty']('stickiness')&&(_0x266ca4['stickiness']=_0x1570cd['stickiness']),_0x266ca4;},_0x300a9c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x300a9c['getTypeUrl']=function(_0x21508e){return void 0x0===_0x21508e&&(_0x21508e='type.googleapis.com'),_0x21508e+'/Position';},_0x300a9c;}()),_0x2acc8f['Range']=(function(){function _0x1387b5(_0x489bf8){if(_0x489bf8){for(var _0x314d32=Object['keys'](_0x489bf8),_0x3083ae=0x0;_0x3083ae<_0x314d32['length'];++_0x3083ae)null!=_0x489bf8[_0x314d32[_0x3083ae]]&&(this[_0x314d32[_0x3083ae]]=_0x489bf8[_0x314d32[_0x3083ae]]);}}return _0x1387b5['prototype']['start']=null,_0x1387b5['prototype']['end']=null,_0x1387b5['create']=function(_0x3ae74d){return new _0x1387b5(_0x3ae74d);},_0x1387b5['encode']=function(_0x2662d6,_0x54cba5){return _0x54cba5||(_0x54cba5=_0x3142f9['create']()),null!=_0x2662d6['start']&&Object['hasOwnProperty']['call'](_0x2662d6,'start')&&_0x2acc8f['Position']['encode'](_0x2662d6['start'],_0x54cba5['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2662d6['end']&&Object['hasOwnProperty']['call'](_0x2662d6,'end')&&_0x2acc8f['Position']['encode'](_0x2662d6['end'],_0x54cba5['uint32'](0x12)['fork']())['ldelim'](),_0x54cba5;},_0x1387b5['encodeDelimited']=function(_0x1f34ec,_0xf1dade){return this['encode'](_0x1f34ec,_0xf1dade)['ldelim']();},_0x1387b5['decode']=function(_0x28a6c7,_0x51f382){_0x28a6c7 instanceof _0x431a1b||(_0x28a6c7=_0x431a1b['create'](_0x28a6c7));for(var _0x46c1a9=void 0x0===_0x51f382?_0x28a6c7['len']:_0x28a6c7['pos']+_0x51f382,_0x3d0e8a=new _0x2acc8f['Range']();_0x28a6c7['pos']<_0x46c1a9;){var _0x25b529=_0x28a6c7['uint32']();switch(_0x25b529>>>0x3){case 0x1:_0x3d0e8a['start']=_0x2acc8f['Position']['decode'](_0x28a6c7,_0x28a6c7['uint32']());break;case 0x2:_0x3d0e8a['end']=_0x2acc8f['Position']['decode'](_0x28a6c7,_0x28a6c7['uint32']());break;default:_0x28a6c7['skipType'](0x7&_0x25b529);}}return _0x3d0e8a;},_0x1387b5['decodeDelimited']=function(_0x45c031){return _0x45c031 instanceof _0x431a1b||(_0x45c031=new _0x431a1b(_0x45c031)),this['decode'](_0x45c031,_0x45c031['uint32']());},_0x1387b5['verify']=function(_0x51896c){if('object'!=typeof _0x51896c||null===_0x51896c)return'object\x20expected';var _0xfa13e2;if(null!=_0x51896c['start']&&_0x51896c['hasOwnProperty']('start')&&(_0xfa13e2=_0x2acc8f['Position']['verify'](_0x51896c['start'])))return'start.'+_0xfa13e2;if(null!=_0x51896c['end']&&_0x51896c['hasOwnProperty']('end')&&(_0xfa13e2=_0x2acc8f['Position']['verify'](_0x51896c['end'])))return'end.'+_0xfa13e2;return null;},_0x1387b5['fromObject']=function(_0x2c60b0){if(_0x2c60b0 instanceof _0x2acc8f['Range'])return _0x2c60b0;var _0xf53145=new _0x2acc8f['Range']();if(null!=_0x2c60b0['start']){if('object'!=typeof _0x2c60b0['start'])throw TypeError('.Range.start:\x20object\x20expected');_0xf53145['start']=_0x2acc8f['Position']['fromObject'](_0x2c60b0['start']);}if(null!=_0x2c60b0['end']){if('object'!=typeof _0x2c60b0['end'])throw TypeError('.Range.end:\x20object\x20expected');_0xf53145['end']=_0x2acc8f['Position']['fromObject'](_0x2c60b0['end']);}return _0xf53145;},_0x1387b5['toObject']=function(_0x5b37c6,_0x1ba90c){_0x1ba90c||(_0x1ba90c={});var _0x504bd6={};return _0x1ba90c['defaults']&&(_0x504bd6['start']=null,_0x504bd6['end']=null),null!=_0x5b37c6['start']&&_0x5b37c6['hasOwnProperty']('start')&&(_0x504bd6['start']=_0x2acc8f['Position']['toObject'](_0x5b37c6['start'],_0x1ba90c)),null!=_0x5b37c6['end']&&_0x5b37c6['hasOwnProperty']('end')&&(_0x504bd6['end']=_0x2acc8f['Position']['toObject'](_0x5b37c6['end'],_0x1ba90c)),_0x504bd6;},_0x1387b5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x1387b5['getTypeUrl']=function(_0x4b6174){return void 0x0===_0x4b6174&&(_0x4b6174='type.googleapis.com'),_0x4b6174+'/Range';},_0x1387b5;}()),_0x2acc8f['Element']=(function(){function _0x3b1c8e(_0x53d326){if(this['children']=[],this['attributesBoolean']={},_0x53d326){for(var _0x99586a=Object['keys'](_0x53d326),_0x5cba67=0x0;_0x5cba67<_0x99586a['length'];++_0x5cba67)null!=_0x53d326[_0x99586a[_0x5cba67]]&&(this[_0x99586a[_0x5cba67]]=_0x53d326[_0x99586a[_0x5cba67]]);}}return _0x3b1c8e['prototype']['name']='',_0x3b1c8e['prototype']['children']=_0x5d137e['emptyArray'],_0x3b1c8e['prototype']['data']='',_0x3b1c8e['prototype']['attributesBoolean']=_0x5d137e['emptyObject'],_0x3b1c8e['prototype']['attributesJson']='',_0x3b1c8e['create']=function(_0x5142b7){return new _0x3b1c8e(_0x5142b7);},_0x3b1c8e['encode']=function(_0x1aa441,_0x2bcb7f){if(_0x2bcb7f||(_0x2bcb7f=_0x3142f9['create']()),null!=_0x1aa441['name']&&Object['hasOwnProperty']['call'](_0x1aa441,'name')&&_0x2bcb7f['uint32'](0xa)['string'](_0x1aa441['name']),null!=_0x1aa441['children']&&_0x1aa441['children']['length']){for(var _0x2beff5=0x0;_0x2beff5<_0x1aa441['children']['length'];++_0x2beff5)_0x2acc8f['Element']['encode'](_0x1aa441['children'][_0x2beff5],_0x2bcb7f['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x1aa441['data']&&Object['hasOwnProperty']['call'](_0x1aa441,'data')&&_0x2bcb7f['uint32'](0x1a)['string'](_0x1aa441['data']),null!=_0x1aa441['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x1aa441,'attributesBoolean')){var _0x12f09d=Object['keys'](_0x1aa441['attributesBoolean']);for(_0x2beff5=0x0;_0x2beff5<_0x12f09d['length'];++_0x2beff5)_0x2bcb7f['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x12f09d[_0x2beff5])['uint32'](0x10)['bool'](_0x1aa441['attributesBoolean'][_0x12f09d[_0x2beff5]])['ldelim']();}return null!=_0x1aa441['attributesJson']&&Object['hasOwnProperty']['call'](_0x1aa441,'attributesJson')&&_0x2bcb7f['uint32'](0x2a)['string'](_0x1aa441['attributesJson']),_0x2bcb7f;},_0x3b1c8e['encodeDelimited']=function(_0x258b96,_0x40e663){return this['encode'](_0x258b96,_0x40e663)['ldelim']();},_0x3b1c8e['decode']=function(_0x3e46bb,_0x3c66eb){_0x3e46bb instanceof _0x431a1b||(_0x3e46bb=_0x431a1b['create'](_0x3e46bb));for(var _0x464c3c,_0x4f1b54,_0x1c6ce9=void 0x0===_0x3c66eb?_0x3e46bb['len']:_0x3e46bb['pos']+_0x3c66eb,_0x1f393f=new _0x2acc8f['Element']();_0x3e46bb['pos']<_0x1c6ce9;){var _0x4fccba=_0x3e46bb['uint32']();switch(_0x4fccba>>>0x3){case 0x1:_0x1f393f['name']=_0x3e46bb['string']();break;case 0x2:_0x1f393f['children']&&_0x1f393f['children']['length']||(_0x1f393f['children']=[]),_0x1f393f['children']['push'](_0x2acc8f['Element']['decode'](_0x3e46bb,_0x3e46bb['uint32']()));break;case 0x3:_0x1f393f['data']=_0x3e46bb['string']();break;case 0x4:_0x1f393f['attributesBoolean']===_0x5d137e['emptyObject']&&(_0x1f393f['attributesBoolean']={});var _0x5419f1=_0x3e46bb['uint32']()+_0x3e46bb['pos'];for(_0x464c3c='',_0x4f1b54=!0x1;_0x3e46bb['pos']<_0x5419f1;){var _0x565feb=_0x3e46bb['uint32']();switch(_0x565feb>>>0x3){case 0x1:_0x464c3c=_0x3e46bb['string']();break;case 0x2:_0x4f1b54=_0x3e46bb['bool']();break;default:_0x3e46bb['skipType'](0x7&_0x565feb);}}_0x1f393f['attributesBoolean'][_0x464c3c]=_0x4f1b54;break;case 0x5:_0x1f393f['attributesJson']=_0x3e46bb['string']();break;default:_0x3e46bb['skipType'](0x7&_0x4fccba);}}return _0x1f393f;},_0x3b1c8e['decodeDelimited']=function(_0x29a9d6){return _0x29a9d6 instanceof _0x431a1b||(_0x29a9d6=new _0x431a1b(_0x29a9d6)),this['decode'](_0x29a9d6,_0x29a9d6['uint32']());},_0x3b1c8e['verify']=function(_0x5623d3){if('object'!=typeof _0x5623d3||null===_0x5623d3)return'object\x20expected';if(null!=_0x5623d3['name']&&_0x5623d3['hasOwnProperty']('name')&&!_0x5d137e['isString'](_0x5623d3['name']))return'name:\x20string\x20expected';if(null!=_0x5623d3['children']&&_0x5623d3['hasOwnProperty']('children')){if(!Array['isArray'](_0x5623d3['children']))return'children:\x20array\x20expected';for(var _0x4fe9ce=0x0;_0x4fe9ce<_0x5623d3['children']['length'];++_0x4fe9ce){var _0x5dae87=_0x2acc8f['Element']['verify'](_0x5623d3['children'][_0x4fe9ce]);if(_0x5dae87)return'children.'+_0x5dae87;}}if(null!=_0x5623d3['data']&&_0x5623d3['hasOwnProperty']('data')&&!_0x5d137e['isString'](_0x5623d3['data']))return'data:\x20string\x20expected';if(null!=_0x5623d3['attributesBoolean']&&_0x5623d3['hasOwnProperty']('attributesBoolean')){if(!_0x5d137e['isObject'](_0x5623d3['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x4a7d47=Object['keys'](_0x5623d3['attributesBoolean']);for(_0x4fe9ce=0x0;_0x4fe9ce<_0x4a7d47['length'];++_0x4fe9ce)if('boolean'!=typeof _0x5623d3['attributesBoolean'][_0x4a7d47[_0x4fe9ce]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x5623d3['attributesJson']&&_0x5623d3['hasOwnProperty']('attributesJson')&&!_0x5d137e['isString'](_0x5623d3['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x3b1c8e['fromObject']=function(_0x27dec2){if(_0x27dec2 instanceof _0x2acc8f['Element'])return _0x27dec2;var _0x1c2dcf=new _0x2acc8f['Element']();if(null!=_0x27dec2['name']&&(_0x1c2dcf['name']=String(_0x27dec2['name'])),_0x27dec2['children']){if(!Array['isArray'](_0x27dec2['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x1c2dcf['children']=[];for(var _0x3cba30=0x0;_0x3cba30<_0x27dec2['children']['length'];++_0x3cba30){if('object'!=typeof _0x27dec2['children'][_0x3cba30])throw TypeError('.Element.children:\x20object\x20expected');_0x1c2dcf['children'][_0x3cba30]=_0x2acc8f['Element']['fromObject'](_0x27dec2['children'][_0x3cba30]);}}if(null!=_0x27dec2['data']&&(_0x1c2dcf['data']=String(_0x27dec2['data'])),_0x27dec2['attributesBoolean']){if('object'!=typeof _0x27dec2['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x1c2dcf['attributesBoolean']={};var _0x466962=Object['keys'](_0x27dec2['attributesBoolean']);for(_0x3cba30=0x0;_0x3cba30<_0x466962['length'];++_0x3cba30)_0x1c2dcf['attributesBoolean'][_0x466962[_0x3cba30]]=Boolean(_0x27dec2['attributesBoolean'][_0x466962[_0x3cba30]]);}return null!=_0x27dec2['attributesJson']&&(_0x1c2dcf['attributesJson']=String(_0x27dec2['attributesJson'])),_0x1c2dcf;},_0x3b1c8e['toObject']=function(_0xf59fc0,_0x7ea792){_0x7ea792||(_0x7ea792={});var _0xb6b20d,_0x4f7210={};if((_0x7ea792['arrays']||_0x7ea792['defaults'])&&(_0x4f7210['children']=[]),(_0x7ea792['objects']||_0x7ea792['defaults'])&&(_0x4f7210['attributesBoolean']={}),_0x7ea792['defaults']&&(_0x4f7210['name']='',_0x4f7210['data']='',_0x4f7210['attributesJson']=''),null!=_0xf59fc0['name']&&_0xf59fc0['hasOwnProperty']('name')&&(_0x4f7210['name']=_0xf59fc0['name']),_0xf59fc0['children']&&_0xf59fc0['children']['length']){_0x4f7210['children']=[];for(var _0x465576=0x0;_0x465576<_0xf59fc0['children']['length'];++_0x465576)_0x4f7210['children'][_0x465576]=_0x2acc8f['Element']['toObject'](_0xf59fc0['children'][_0x465576],_0x7ea792);}if(null!=_0xf59fc0['data']&&_0xf59fc0['hasOwnProperty']('data')&&(_0x4f7210['data']=_0xf59fc0['data']),_0xf59fc0['attributesBoolean']&&(_0xb6b20d=Object['keys'](_0xf59fc0['attributesBoolean']))['length']){_0x4f7210['attributesBoolean']={};for(_0x465576=0x0;_0x465576<_0xb6b20d['length'];++_0x465576)_0x4f7210['attributesBoolean'][_0xb6b20d[_0x465576]]=_0xf59fc0['attributesBoolean'][_0xb6b20d[_0x465576]];}return null!=_0xf59fc0['attributesJson']&&_0xf59fc0['hasOwnProperty']('attributesJson')&&(_0x4f7210['attributesJson']=_0xf59fc0['attributesJson']),_0x4f7210;},_0x3b1c8e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x429162['util']['toJSONOptions']);},_0x3b1c8e['getTypeUrl']=function(_0x4da12e){return void 0x0===_0x4da12e&&(_0x4da12e='type.googleapis.com'),_0x4da12e+'/Element';},_0x3b1c8e;}()),_0x2acc8f;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x5c056a){return new w(this['_protobufRoot'][_0x5c056a]);}}class w{['_protobuf'];constructor(_0x15b290){this['_protobuf']=_0x15b290;}['compress'](_0x27b0c6){const _0x113230=this['_protobuf']['verify'](_0x27b0c6);if(_0x113230)throw Error(_0x113230);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x27b0c6))['finish']();}['decompress'](_0x36dcb8){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x36dcb8),{'oneofs':!0x0});}}function g(_0x2dcb3e,_0x1b760f){const _0x55907e=_0x304848(_0x2dcb3e);return _0x55907e['path'][_0x55907e['path']['length']-0x1]+=_0x1b760f,_0x55907e;}function _(_0xd6432,_0x5e9690){return _0xd6432['root']===_0x5e9690['root']&&_0x20225c(_0xd6432['path'],_0x5e9690['path']);}function $(_0x34fa57){P(_0x34fa57,_0x4507a4=>('main'==_0x4507a4['root']?(_0x4507a4['rootMain']=!0x0,delete _0x4507a4['root']):'$graveyard'==_0x4507a4['root']&&(_0x4507a4['rootGraveyard']=!0x0,delete _0x4507a4['root']),_0x4507a4));}function J(_0x1f61d3){P(_0x1f61d3,_0x4699c9=>(_0x4699c9['rootMain']?(_0x4699c9['root']='main',delete _0x4699c9['rootMain']):_0x4699c9['rootGraveyard']&&(_0x4699c9['root']='$graveyard',delete _0x4699c9['rootGraveyard']),_0x4699c9));}function P(_0x1c2b09,_0x1cb26e){for(const _0x30f092 in _0x1c2b09){const _0x337637=_0x1c2b09[_0x30f092];'nodes'!==_0x30f092&&_0x201c8f(_0x337637)&&(_0x337637['path']&&(_0x337637['root']||_0x337637['rootMain']||_0x337637['rootGraveyard'])?_0x1c2b09[_0x30f092]=_0x1cb26e(_0x337637):P(_0x337637,_0x1cb26e));}return _0x1c2b09;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x40307c,_0x3b871d,_0x5c3bc9){this['_id']=_0x40307c,this['_operationName']=_0x3b871d,this['_protobufDescriptor']=_0x5c3bc9;}['compress'](_0x13f9c8,_0x7722f3){const _0x160ea8=_0x7722f3['shift']();return $(_0x160ea8),_0x13f9c8['buffers']['push'](this['_protobufDescriptor']['compress'](_0x160ea8)),_0x13f9c8['types']['push'](this['_id']),!0x0;}['decompress'](_0xe27da0,_0x481740){_0x481740['types']['shift']();const _0x1f1af2=this['_protobufDescriptor']['decompress'](_0x481740['buffers']['shift']());J(_0x1f1af2),_0x1f1af2['__className']=this['_operationName'],_0xe27da0['push'](_0x1f1af2);}}class s extends e{['compress'](_0x5b8eed,_0x2fe387){const _0x59571f=_0x2fe387['shift']();return this['_serializeOneOf']('oldValue',_0x59571f),this['_serializeOneOf']('newValue',_0x59571f),$(_0x59571f),_0x5b8eed['buffers']['push'](this['_protobufDescriptor']['compress'](_0x59571f)),_0x5b8eed['types']['push'](this['_id']),!0x0;}['decompress'](_0x1a8d30,_0xac574){const {types:_0x14f5e4,buffers:_0x8e37f3}=_0xac574,_0xee503d=this['_protobufDescriptor']['decompress'](_0x8e37f3['shift']());_0x14f5e4['shift'](),this['_deserializeOneOf']('oldValue',_0xee503d),this['_deserializeOneOf']('newValue',_0xee503d),J(_0xee503d),_0xee503d['__className']=this['_operationName'],_0x1a8d30['push'](_0xee503d);}['_serializeOneOf'](_0x1b79e8,_0x3bc715){const _0x5c869d=_0x3bc715[_0x1b79e8];'boolean'==typeof _0x5c869d?_0x3bc715[_0x1b79e8+'Boolean']=_0x5c869d:_0x3bc715[_0x1b79e8+'Json']=JSON['stringify'](_0x5c869d);}['_deserializeOneOf'](_0x4203a9,_0x5e1ee3){const _0x3c9cfc=_0x4203a9+'Json';_0x5e1ee3[_0x3c9cfc]?(_0x5e1ee3[_0x4203a9]=JSON['parse'](_0x5e1ee3[_0x3c9cfc]),delete _0x5e1ee3[_0x3c9cfc]):(_0x5e1ee3[_0x4203a9]=_0x5e1ee3[_0x4203a9+'Boolean'],delete _0x5e1ee3[_0x4203a9+'Boolean']);}}class i extends e{['compress'](_0x587129,_0x52006a){const _0x971be6=_0x52006a['shift']();return this['_serializeNodesAttributes'](_0x971be6['nodes']),$(_0x971be6),_0x587129['buffers']['push'](this['_protobufDescriptor']['compress'](_0x971be6)),_0x587129['types']['push'](this['_id']),!0x0;}['decompress'](_0x1047af,_0x19c38a){const {types:_0x2a765e,buffers:_0x135a86}=_0x19c38a,_0x5acd06=this['_protobufDescriptor']['decompress'](_0x135a86['shift']());_0x2a765e['shift'](),_0x5acd06['nodes']||(_0x5acd06['nodes']=[]),this['_deserializeNodesAttributes'](_0x5acd06['nodes']),J(_0x5acd06),_0x5acd06['__className']=this['_operationName'],_0x1047af['push'](_0x5acd06);}['_serializeNodesAttributes'](_0xbd546){for(const _0x3c14a6 of _0xbd546){if(_0x3c14a6['attributes']){const _0x5c6b08=_0x3c14a6['attributes'];this['_areValuesBoolean'](_0x5c6b08)?_0x3c14a6['attributesBoolean']=_0x5c6b08:_0x3c14a6['attributesJson']=JSON['stringify'](_0x5c6b08);}_0x3c14a6['children']&&this['_serializeNodesAttributes'](_0x3c14a6['children']);}}['_deserializeNodesAttributes'](_0x1570df){for(const _0x5ee045 of _0x1570df)(_0x5ee045['attributesBoolean']||_0x5ee045['attributesJson'])&&(_0x5ee045['attributesBoolean']?(_0x5ee045['attributes']=_0x5ee045['attributesBoolean'],delete _0x5ee045['attributesBoolean']):(_0x5ee045['attributes']=JSON['parse'](_0x5ee045['attributesJson']),delete _0x5ee045['attributesJson'])),_0x5ee045['children']&&this['_deserializeNodesAttributes'](_0x5ee045['children']);}['_areValuesBoolean'](_0x274377){return Object['keys'](_0x274377)['every'](_0x47aa36=>'boolean'==typeof _0x274377[_0x47aa36]);}}class n extends e{['decompress'](_0x72f1bf,_0x1eee5d){super['decompress'](_0x72f1bf,_0x1eee5d);const _0x5aea65=_0x72f1bf[_0x72f1bf['length']-0x1];_0x5aea65['oldRange']||(_0x5aea65['oldRange']=null),_0x5aea65['newRange']||(_0x5aea65['newRange']=null);}}class p extends e{['compress'](_0x5e50f6,_0x5e56bc){return _0x5e56bc['shift'](),_0x5e50f6['types']['push'](this['_id']),!0x0;}['decompress'](_0x5b2e7a,_0x12a754){_0x12a754['types']['shift'](),_0x5b2e7a['push']({'__className':this['_operationName']});}}class m extends n{['_omittedNamespace'];constructor(_0x48b718,_0xac9983,_0x532140,_0x59c9fa){super(_0x48b718,_0xac9983,_0x532140),this['_omittedNamespace']=_0x59c9fa+':';}['compress'](_0x32f9a9,_0x443b9f){return!('MarkerOperation'!=_0x443b9f[0x0]['__className']||!_0x443b9f[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x443b9f[0x0]['name']=_0x443b9f[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x32f9a9,_0x443b9f),!0x0);}['decompress'](_0x2ba97c,_0x530326){super['decompress'](_0x2ba97c,_0x530326);const _0x30047a=_0x2ba97c[_0x2ba97c['length']-0x1];_0x30047a['name']=this['_omittedNamespace']+_0x30047a['name'];}}class O{['_id'];['_context'];constructor(_0x1d3e21,_0x4a1ac1){this['_id']=_0x1d3e21,this['_context']=_0x4a1ac1;}['compress'](_0x5cdc0b,_0x37211b){let _0x2f5cbd;for(;_0x37211b['length']>0x1&&this['_compareOperations'](_0x37211b[0x0],_0x37211b[0x1]);)_0x2f5cbd?(_0x2f5cbd=this['_combineNext'](_0x37211b['shift'](),_0x2f5cbd),_0x5cdc0b['types']['push'](0x0)):(_0x2f5cbd=_0x304848(_0x37211b['shift']()),_0x5cdc0b['types']['push'](this['_id']));return!!_0x2f5cbd&&(_0x2f5cbd=this['_combineNext'](_0x37211b['shift'](),_0x2f5cbd),_0x5cdc0b['types']['push'](0x0),_0x5cdc0b['buffers']['push'](this['_compressSingleOperation'](_0x2f5cbd)),!0x0);}['decompress'](_0x1c25d7,_0x55bbf4){const _0x27bdce=this['_decompressSingleOperation'](_0x55bbf4);for(;0x0==_0x55bbf4['types'][0x0];)_0x55bbf4['types']['shift'](),_0x1c25d7['push'](this['_splitCurrent'](_0x27bdce));_0x1c25d7['push'](_0x27bdce);}}class a extends O{['_combineNext'](_0x21d46c,_0x49de51){return _0x49de51['nodes'][0x0]['data']+=_0x21d46c['nodes'][0x0]['data'],_0x49de51;}['_splitCurrent'](_0x553b45){const _0x589d20=_0x304848(_0x553b45),_0x53c8f2=_0x589d20['nodes'][0x0],_0x36fcf4=_0x553b45['nodes'][0x0],_0x4999d2=_0x36fcf4['data'][Symbol['iterator']]()['next']()['value'],_0x5ae4af=_0x4999d2['length'];return _0x53c8f2['data']=_0x4999d2,_0x36fcf4['data']=_0x36fcf4['data']['substr'](_0x5ae4af),_0x553b45['position']=g(_0x553b45['position'],_0x5ae4af),_0x589d20;}['_compareOperations'](_0x3ab62d,_0x52ed9c){if(this['_checkOperation'](_0x3ab62d)&&this['_checkOperation'](_0x52ed9c)){const _0x3ff4c3=_0x3ab62d['nodes'][0x0]['data']['length'],_0x23adfb=_(g(_0x3ab62d['position'],_0x3ff4c3),_0x52ed9c['position']),_0x4f07dc=_0x3ab62d['nodes'][0x0],_0x53b668=_0x52ed9c['nodes'][0x0];return _0x23adfb&&this['_compareAttributes'](_0x4f07dc,_0x53b668);}return!0x1;}['_compressSingleOperation'](_0x2b3842){const _0xc266d5={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0xc266d5,[_0x2b3842]),_0xc266d5['buffers'][0x0];}['_decompressSingleOperation'](_0x303f5a){const _0x4dcf27=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x4dcf27,_0x303f5a),_0x4dcf27[0x0];}['_checkOperation'](_0x3240ca){return'InsertOperation'==_0x3240ca['__className']&&0x1==_0x3240ca['nodes']['length']&&_0x3240ca['nodes'][0x0]['data']&&!_0x3240ca['wasUndone']&&0x1==Array['from'](_0x3240ca['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x12b9b9,_0x5ad50e){const _0x1fca14=Object['keys'](_0x12b9b9['attributes']||{}),_0x1ca373=Object['keys'](_0x5ad50e['attributes']||{});return _0x1fca14['length']===_0x1ca373['length']&&_0x1fca14['every'](_0x6d35a3=>_0x5ad50e['attributes'][_0x6d35a3]&&_0x5ad50e['attributes'][_0x6d35a3]===_0x12b9b9['attributes'][_0x6d35a3]);}}class c extends O{['_combineNext'](_0x58fea3,_0x6e6c3){return _0x6e6c3['howMany']++,_0x6e6c3['sourcePosition']=_0x304848(_0x58fea3['sourcePosition']),_0x6e6c3;}['_splitCurrent'](_0x5027c3){const _0x390c30=_0x304848(_0x5027c3);return _0x5027c3['howMany']--,_0x390c30['howMany']=0x1,_0x390c30['sourcePosition']=g(_0x390c30['sourcePosition'],_0x5027c3['howMany']),_0x390c30;}['_compareOperations'](_0x54bf52,_0x352043){return!(!this['_checkOperation'](_0x54bf52)||!this['_checkOperation'](_0x352043))&&(_(g(_0x54bf52['sourcePosition'],-0x1),_0x352043['sourcePosition'])&&_(_0x54bf52['targetPosition'],_0x352043['targetPosition']));}['_compressSingleOperation'](_0x273000){const _0x34d309={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x34d309,[_0x273000]),_0x34d309['buffers'][0x0];}['_decompressSingleOperation'](_0x320d8a){const _0x1307b8=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x1307b8,_0x320d8a),_0x1307b8[0x0];}['_checkOperation'](_0x37e397){return'MoveOperation'==_0x37e397['__className']&&'$graveyard'==_0x37e397['targetPosition']['root']&&0x1==_0x37e397['howMany']&&!_0x37e397['wasUndone'];}}class h extends O{['_combineNext'](_0x3e2180,_0x313f45){return _0x313f45['howMany']++,_0x313f45;}['_splitCurrent'](_0xa85920){const _0x5383c3=_0x304848(_0xa85920);return _0x5383c3['howMany']=0x1,_0xa85920['howMany']--,_0x5383c3;}['_compareOperations'](_0x465ed2,_0x146f18){return!(!this['_checkOperation'](_0x465ed2)||!this['_checkOperation'](_0x146f18))&&(_(_0x465ed2['sourcePosition'],_0x146f18['sourcePosition'])&&_(_0x465ed2['targetPosition'],_0x146f18['targetPosition']));}['_compressSingleOperation'](_0x259ef4){const _0x23f6c2={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x23f6c2,[_0x259ef4]),_0x23f6c2['buffers'][0x0];}['_decompressSingleOperation'](_0x106803){const _0x23ed5b=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x23ed5b,_0x106803),_0x23ed5b[0x0];}['_checkOperation'](_0x34951a){return'MoveOperation'==_0x34951a['__className']&&'$graveyard'==_0x34951a['targetPosition']['root']&&0x1==_0x34951a['howMany']&&!_0x34951a['wasUndone'];}}class f extends O{['compress'](_0x27035f,_0x24121f){if(!this['_compareOperations'](_0x24121f[0x0],_0x24121f[0x1]))return!0x1;const _0x536972=_0x24121f['shift']();return _0x536972['oldRange']=null,_0x536972['newRange']&&_(_0x536972['newRange']['start'],_0x536972['newRange']['end'])&&(_0x536972['newRange']['end']=null),_0x24121f['shift'](),_0x27035f['types']['push'](this['_id']),_0x27035f['types']['push'](0x0),_0x27035f['buffers']['push'](this['_compressSingleOperation'](_0x536972)),!0x0;}['decompress'](_0x110a20,_0x57efd3){const _0x65a7a8=this['_decompressSingleOperation'](_0x57efd3);_0x65a7a8['newRange']&&!_0x65a7a8['newRange']['end']&&(_0x65a7a8['newRange']['end']=_0x304848(_0x65a7a8['newRange']['start']));const _0x31a76d=_0x304848(_0x65a7a8);_0x31a76d['newRange']&&(_0x31a76d['newRange']['start']['stickiness']='toNone',_0x31a76d['newRange']['end']=_0x304848(_0x31a76d['newRange']['start'])),_0x31a76d['name']='user:position:'+_0x31a76d['name']['split'](':')[0x2],_0x57efd3['types']['shift'](),_0x110a20['push'](_0x65a7a8),_0x110a20['push'](_0x31a76d);}['_compressSingleOperation'](_0x5d9a59){const _0x505953={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x505953,[_0x5d9a59]),_0x505953['buffers'][0x0];}['_decompressSingleOperation'](_0x2e6dca){const _0x3ad57a=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x3ad57a,_0x2e6dca),_0x3ad57a[0x0];}['_compareOperations'](_0x67181,_0x3396d2){return!(!_0x67181||!_0x3396d2)&&('MarkerOperation'==_0x67181['__className']&&'MarkerOperation'==_0x3396d2['__className']&&!(!_0x67181['name']['startsWith']('user:')||!_0x3396d2['name']['startsWith']('user:')||_0x67181['name']==_0x3396d2['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x589732=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new m(0x12,'MarkerOperation',_0x589732,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new m(0x13,'MarkerOperation',_0x589732,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',a),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x178f02){if(!_0x178f02||!_0x178f02[0x0])throw new _0x55a9dd('no-operations-provided',this);const _0x3ae3c0={'types':[],'buffers':[],'baseVersion':_0x178f02[0x0]['baseVersion']};for(;_0x178f02['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x3ae3c0,_0x178f02)||this['_getCompressorByName']('TypingAction')['compress'](_0x3ae3c0,_0x178f02)||this['_getCompressorByName']('DeletingAction')['compress'](_0x3ae3c0,_0x178f02)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x3ae3c0,_0x178f02)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x3ae3c0,_0x178f02)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x3ae3c0,_0x178f02)||this['_getCompressorByName'](_0x178f02[0x0]['__className'])['compress'](_0x3ae3c0,_0x178f02);return _0x3ae3c0;}['decompress'](_0x400651){const _0x439681=[];for(;_0x400651['types']['length'];){const _0x123b08=this['_compressorById']['get'](_0x400651['types'][0x0]);if(!_0x123b08)throw new _0x55a9dd('decompress-compressor-not-found',this,{'type':_0x400651['types'][0x0]});_0x123b08['decompress'](_0x439681,_0x400651);}return _0x439681['forEach']((_0x2bd69b,_0x5dae53)=>_0x2bd69b['baseVersion']=_0x400651['baseVersion']+_0x5dae53),_0x439681;}['_getCompressorByName'](_0xf4fb1b){return this['_compressorByName']['get'](_0xf4fb1b);}['_registerOperationCompressor'](_0x34fa23,_0x51677c,_0x2ccce5){const _0x5f1a7e=new _0x2ccce5(_0x34fa23,_0x51677c,this['_protobufFactory']['getDescriptor'](_0x51677c));this['_registerCompressor'](_0x34fa23,_0x51677c,_0x5f1a7e);}['_registerActionCompressor'](_0x52d10a,_0x5197ec,_0x547176){const _0x2d5735=new _0x547176(_0x52d10a,this);this['_registerCompressor'](_0x52d10a,_0x5197ec,_0x2d5735);}['_registerCompressor'](_0x76bcb1,_0x3892a2,_0x195a03){this['_compressorById']['set'](_0x76bcb1,_0x195a03),this['_compressorByName']['set'](_0x3892a2,_0x195a03);}}export{y as Compressor};
|
|
23
|
+
import{CKEditorError as _0x351577}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x4b8aab from'protobufjs/minimal.js';import{cloneDeep as _0x57e431,isEqual as _0x3af1fa,isObject as _0x30aa1b}from'es-toolkit/compat';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x3142c0=_0x4b8aab['Reader'],_0x1f11ae=_0x4b8aab['Writer'],_0x203e81=_0x4b8aab['util'],_0x2b17c8=_0x4b8aab['roots']['default']||(_0x4b8aab['roots']['default']={});return _0x2b17c8['AttributeOperation']=(function(){function _0x6a0db5(_0x2b31b7){if(_0x2b31b7){for(var _0x283c56=Object['keys'](_0x2b31b7),_0x2b4ba3=0x0;_0x2b4ba3<_0x283c56['length'];++_0x2b4ba3)null!=_0x2b31b7[_0x283c56[_0x2b4ba3]]&&(this[_0x283c56[_0x2b4ba3]]=_0x2b31b7[_0x283c56[_0x2b4ba3]]);}}return _0x6a0db5['prototype']['range']=null,_0x6a0db5['prototype']['key']='',_0x6a0db5['prototype']['oldValueBoolean']=!0x1,_0x6a0db5['prototype']['oldValueJson']='',_0x6a0db5['prototype']['newValueBoolean']=!0x1,_0x6a0db5['prototype']['newValueJson']='',_0x6a0db5['prototype']['wasUndone']=!0x1,_0x6a0db5['create']=function(_0x151b00){return new _0x6a0db5(_0x151b00);},_0x6a0db5['encode']=function(_0x5e7a86,_0x43ad24){return _0x43ad24||(_0x43ad24=_0x1f11ae['create']()),null!=_0x5e7a86['range']&&Object['hasOwnProperty']['call'](_0x5e7a86,'range')&&_0x2b17c8['Range']['encode'](_0x5e7a86['range'],_0x43ad24['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5e7a86['key']&&Object['hasOwnProperty']['call'](_0x5e7a86,'key')&&_0x43ad24['uint32'](0x12)['string'](_0x5e7a86['key']),null!=_0x5e7a86['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x5e7a86,'oldValueBoolean')&&_0x43ad24['uint32'](0x18)['bool'](_0x5e7a86['oldValueBoolean']),null!=_0x5e7a86['oldValueJson']&&Object['hasOwnProperty']['call'](_0x5e7a86,'oldValueJson')&&_0x43ad24['uint32'](0x22)['string'](_0x5e7a86['oldValueJson']),null!=_0x5e7a86['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x5e7a86,'newValueBoolean')&&_0x43ad24['uint32'](0x28)['bool'](_0x5e7a86['newValueBoolean']),null!=_0x5e7a86['newValueJson']&&Object['hasOwnProperty']['call'](_0x5e7a86,'newValueJson')&&_0x43ad24['uint32'](0x32)['string'](_0x5e7a86['newValueJson']),null!=_0x5e7a86['wasUndone']&&Object['hasOwnProperty']['call'](_0x5e7a86,'wasUndone')&&_0x43ad24['uint32'](0x38)['bool'](_0x5e7a86['wasUndone']),_0x43ad24;},_0x6a0db5['encodeDelimited']=function(_0x4f0f46,_0x4f2fd7){return this['encode'](_0x4f0f46,_0x4f2fd7)['ldelim']();},_0x6a0db5['decode']=function(_0x1cc349,_0x899dbd){_0x1cc349 instanceof _0x3142c0||(_0x1cc349=_0x3142c0['create'](_0x1cc349));for(var _0x4cb97d=void 0x0===_0x899dbd?_0x1cc349['len']:_0x1cc349['pos']+_0x899dbd,_0x415fd1=new _0x2b17c8['AttributeOperation']();_0x1cc349['pos']<_0x4cb97d;){var _0x41c044=_0x1cc349['uint32']();switch(_0x41c044>>>0x3){case 0x1:_0x415fd1['range']=_0x2b17c8['Range']['decode'](_0x1cc349,_0x1cc349['uint32']());break;case 0x2:_0x415fd1['key']=_0x1cc349['string']();break;case 0x3:_0x415fd1['oldValueBoolean']=_0x1cc349['bool']();break;case 0x4:_0x415fd1['oldValueJson']=_0x1cc349['string']();break;case 0x5:_0x415fd1['newValueBoolean']=_0x1cc349['bool']();break;case 0x6:_0x415fd1['newValueJson']=_0x1cc349['string']();break;case 0x7:_0x415fd1['wasUndone']=_0x1cc349['bool']();break;default:_0x1cc349['skipType'](0x7&_0x41c044);}}return _0x415fd1;},_0x6a0db5['decodeDelimited']=function(_0x5ae355){return _0x5ae355 instanceof _0x3142c0||(_0x5ae355=new _0x3142c0(_0x5ae355)),this['decode'](_0x5ae355,_0x5ae355['uint32']());},_0x6a0db5['verify']=function(_0x2ad678){if('object'!=typeof _0x2ad678||null===_0x2ad678)return'object\x20expected';if(null!=_0x2ad678['range']&&_0x2ad678['hasOwnProperty']('range')){var _0x2749f6=_0x2b17c8['Range']['verify'](_0x2ad678['range']);if(_0x2749f6)return'range.'+_0x2749f6;}return null!=_0x2ad678['key']&&_0x2ad678['hasOwnProperty']('key')&&!_0x203e81['isString'](_0x2ad678['key'])?'key:\x20string\x20expected':null!=_0x2ad678['oldValueBoolean']&&_0x2ad678['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x2ad678['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x2ad678['oldValueJson']&&_0x2ad678['hasOwnProperty']('oldValueJson')&&!_0x203e81['isString'](_0x2ad678['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x2ad678['newValueBoolean']&&_0x2ad678['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x2ad678['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x2ad678['newValueJson']&&_0x2ad678['hasOwnProperty']('newValueJson')&&!_0x203e81['isString'](_0x2ad678['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x2ad678['wasUndone']&&_0x2ad678['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2ad678['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x6a0db5['fromObject']=function(_0x46e601){if(_0x46e601 instanceof _0x2b17c8['AttributeOperation'])return _0x46e601;var _0x303b87=new _0x2b17c8['AttributeOperation']();if(null!=_0x46e601['range']){if('object'!=typeof _0x46e601['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x303b87['range']=_0x2b17c8['Range']['fromObject'](_0x46e601['range']);}return null!=_0x46e601['key']&&(_0x303b87['key']=String(_0x46e601['key'])),null!=_0x46e601['oldValueBoolean']&&(_0x303b87['oldValueBoolean']=Boolean(_0x46e601['oldValueBoolean'])),null!=_0x46e601['oldValueJson']&&(_0x303b87['oldValueJson']=String(_0x46e601['oldValueJson'])),null!=_0x46e601['newValueBoolean']&&(_0x303b87['newValueBoolean']=Boolean(_0x46e601['newValueBoolean'])),null!=_0x46e601['newValueJson']&&(_0x303b87['newValueJson']=String(_0x46e601['newValueJson'])),null!=_0x46e601['wasUndone']&&(_0x303b87['wasUndone']=Boolean(_0x46e601['wasUndone'])),_0x303b87;},_0x6a0db5['toObject']=function(_0x242259,_0x1fc48d){_0x1fc48d||(_0x1fc48d={});var _0x425e6f={};return _0x1fc48d['defaults']&&(_0x425e6f['range']=null,_0x425e6f['key']='',_0x425e6f['oldValueBoolean']=!0x1,_0x425e6f['oldValueJson']='',_0x425e6f['newValueBoolean']=!0x1,_0x425e6f['newValueJson']='',_0x425e6f['wasUndone']=!0x1),null!=_0x242259['range']&&_0x242259['hasOwnProperty']('range')&&(_0x425e6f['range']=_0x2b17c8['Range']['toObject'](_0x242259['range'],_0x1fc48d)),null!=_0x242259['key']&&_0x242259['hasOwnProperty']('key')&&(_0x425e6f['key']=_0x242259['key']),null!=_0x242259['oldValueBoolean']&&_0x242259['hasOwnProperty']('oldValueBoolean')&&(_0x425e6f['oldValueBoolean']=_0x242259['oldValueBoolean']),null!=_0x242259['oldValueJson']&&_0x242259['hasOwnProperty']('oldValueJson')&&(_0x425e6f['oldValueJson']=_0x242259['oldValueJson']),null!=_0x242259['newValueBoolean']&&_0x242259['hasOwnProperty']('newValueBoolean')&&(_0x425e6f['newValueBoolean']=_0x242259['newValueBoolean']),null!=_0x242259['newValueJson']&&_0x242259['hasOwnProperty']('newValueJson')&&(_0x425e6f['newValueJson']=_0x242259['newValueJson']),null!=_0x242259['wasUndone']&&_0x242259['hasOwnProperty']('wasUndone')&&(_0x425e6f['wasUndone']=_0x242259['wasUndone']),_0x425e6f;},_0x6a0db5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b8aab['util']['toJSONOptions']);},_0x6a0db5['getTypeUrl']=function(_0x159a86){return void 0x0===_0x159a86&&(_0x159a86='type.googleapis.com'),_0x159a86+'/AttributeOperation';},_0x6a0db5;}()),_0x2b17c8['InsertOperation']=(function(){function _0x132509(_0x2f273b){if(this['nodes']=[],_0x2f273b){for(var _0x1d6709=Object['keys'](_0x2f273b),_0x511456=0x0;_0x511456<_0x1d6709['length'];++_0x511456)null!=_0x2f273b[_0x1d6709[_0x511456]]&&(this[_0x1d6709[_0x511456]]=_0x2f273b[_0x1d6709[_0x511456]]);}}return _0x132509['prototype']['position']=null,_0x132509['prototype']['nodes']=_0x203e81['emptyArray'],_0x132509['prototype']['shouldReceiveAttributes']=!0x1,_0x132509['prototype']['wasUndone']=!0x1,_0x132509['create']=function(_0x4b5d4a){return new _0x132509(_0x4b5d4a);},_0x132509['encode']=function(_0x100d4a,_0x3d257a){if(_0x3d257a||(_0x3d257a=_0x1f11ae['create']()),null!=_0x100d4a['position']&&Object['hasOwnProperty']['call'](_0x100d4a,'position')&&_0x2b17c8['Position']['encode'](_0x100d4a['position'],_0x3d257a['uint32'](0xa)['fork']())['ldelim'](),null!=_0x100d4a['nodes']&&_0x100d4a['nodes']['length']){for(var _0x333896=0x0;_0x333896<_0x100d4a['nodes']['length'];++_0x333896)_0x2b17c8['Element']['encode'](_0x100d4a['nodes'][_0x333896],_0x3d257a['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x100d4a['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x100d4a,'shouldReceiveAttributes')&&_0x3d257a['uint32'](0x18)['bool'](_0x100d4a['shouldReceiveAttributes']),null!=_0x100d4a['wasUndone']&&Object['hasOwnProperty']['call'](_0x100d4a,'wasUndone')&&_0x3d257a['uint32'](0x20)['bool'](_0x100d4a['wasUndone']),_0x3d257a;},_0x132509['encodeDelimited']=function(_0x50f88d,_0x4dfae4){return this['encode'](_0x50f88d,_0x4dfae4)['ldelim']();},_0x132509['decode']=function(_0x4ff5d9,_0x57132d){_0x4ff5d9 instanceof _0x3142c0||(_0x4ff5d9=_0x3142c0['create'](_0x4ff5d9));for(var _0x1a1f7c=void 0x0===_0x57132d?_0x4ff5d9['len']:_0x4ff5d9['pos']+_0x57132d,_0x5ac530=new _0x2b17c8['InsertOperation']();_0x4ff5d9['pos']<_0x1a1f7c;){var _0xcac5fe=_0x4ff5d9['uint32']();switch(_0xcac5fe>>>0x3){case 0x1:_0x5ac530['position']=_0x2b17c8['Position']['decode'](_0x4ff5d9,_0x4ff5d9['uint32']());break;case 0x2:_0x5ac530['nodes']&&_0x5ac530['nodes']['length']||(_0x5ac530['nodes']=[]),_0x5ac530['nodes']['push'](_0x2b17c8['Element']['decode'](_0x4ff5d9,_0x4ff5d9['uint32']()));break;case 0x3:_0x5ac530['shouldReceiveAttributes']=_0x4ff5d9['bool']();break;case 0x4:_0x5ac530['wasUndone']=_0x4ff5d9['bool']();break;default:_0x4ff5d9['skipType'](0x7&_0xcac5fe);}}return _0x5ac530;},_0x132509['decodeDelimited']=function(_0x4b2c79){return _0x4b2c79 instanceof _0x3142c0||(_0x4b2c79=new _0x3142c0(_0x4b2c79)),this['decode'](_0x4b2c79,_0x4b2c79['uint32']());},_0x132509['verify']=function(_0x4354dd){if('object'!=typeof _0x4354dd||null===_0x4354dd)return'object\x20expected';if(null!=_0x4354dd['position']&&_0x4354dd['hasOwnProperty']('position')&&(_0x5d08a5=_0x2b17c8['Position']['verify'](_0x4354dd['position'])))return'position.'+_0x5d08a5;if(null!=_0x4354dd['nodes']&&_0x4354dd['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x4354dd['nodes']))return'nodes:\x20array\x20expected';for(var _0x304b59=0x0;_0x304b59<_0x4354dd['nodes']['length'];++_0x304b59){var _0x5d08a5;if(_0x5d08a5=_0x2b17c8['Element']['verify'](_0x4354dd['nodes'][_0x304b59]))return'nodes.'+_0x5d08a5;}}return null!=_0x4354dd['shouldReceiveAttributes']&&_0x4354dd['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x4354dd['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x4354dd['wasUndone']&&_0x4354dd['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4354dd['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x132509['fromObject']=function(_0x233baa){if(_0x233baa instanceof _0x2b17c8['InsertOperation'])return _0x233baa;var _0x228fc2=new _0x2b17c8['InsertOperation']();if(null!=_0x233baa['position']){if('object'!=typeof _0x233baa['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x228fc2['position']=_0x2b17c8['Position']['fromObject'](_0x233baa['position']);}if(_0x233baa['nodes']){if(!Array['isArray'](_0x233baa['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x228fc2['nodes']=[];for(var _0x1a60ef=0x0;_0x1a60ef<_0x233baa['nodes']['length'];++_0x1a60ef){if('object'!=typeof _0x233baa['nodes'][_0x1a60ef])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x228fc2['nodes'][_0x1a60ef]=_0x2b17c8['Element']['fromObject'](_0x233baa['nodes'][_0x1a60ef]);}}return null!=_0x233baa['shouldReceiveAttributes']&&(_0x228fc2['shouldReceiveAttributes']=Boolean(_0x233baa['shouldReceiveAttributes'])),null!=_0x233baa['wasUndone']&&(_0x228fc2['wasUndone']=Boolean(_0x233baa['wasUndone'])),_0x228fc2;},_0x132509['toObject']=function(_0x3c9510,_0x585313){_0x585313||(_0x585313={});var _0x19bde0={};if((_0x585313['arrays']||_0x585313['defaults'])&&(_0x19bde0['nodes']=[]),_0x585313['defaults']&&(_0x19bde0['position']=null,_0x19bde0['shouldReceiveAttributes']=!0x1,_0x19bde0['wasUndone']=!0x1),null!=_0x3c9510['position']&&_0x3c9510['hasOwnProperty']('position')&&(_0x19bde0['position']=_0x2b17c8['Position']['toObject'](_0x3c9510['position'],_0x585313)),_0x3c9510['nodes']&&_0x3c9510['nodes']['length']){_0x19bde0['nodes']=[];for(var _0xc30853=0x0;_0xc30853<_0x3c9510['nodes']['length'];++_0xc30853)_0x19bde0['nodes'][_0xc30853]=_0x2b17c8['Element']['toObject'](_0x3c9510['nodes'][_0xc30853],_0x585313);}return null!=_0x3c9510['shouldReceiveAttributes']&&_0x3c9510['hasOwnProperty']('shouldReceiveAttributes')&&(_0x19bde0['shouldReceiveAttributes']=_0x3c9510['shouldReceiveAttributes']),null!=_0x3c9510['wasUndone']&&_0x3c9510['hasOwnProperty']('wasUndone')&&(_0x19bde0['wasUndone']=_0x3c9510['wasUndone']),_0x19bde0;},_0x132509['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b8aab['util']['toJSONOptions']);},_0x132509['getTypeUrl']=function(_0x4240cd){return void 0x0===_0x4240cd&&(_0x4240cd='type.googleapis.com'),_0x4240cd+'/InsertOperation';},_0x132509;}()),_0x2b17c8['MarkerOperation']=(function(){function _0x21c9c3(_0x1e4855){if(_0x1e4855){for(var _0x585d64=Object['keys'](_0x1e4855),_0x45345d=0x0;_0x45345d<_0x585d64['length'];++_0x45345d)null!=_0x1e4855[_0x585d64[_0x45345d]]&&(this[_0x585d64[_0x45345d]]=_0x1e4855[_0x585d64[_0x45345d]]);}}return _0x21c9c3['prototype']['name']='',_0x21c9c3['prototype']['oldRange']=null,_0x21c9c3['prototype']['newRange']=null,_0x21c9c3['prototype']['affectsData']=!0x1,_0x21c9c3['prototype']['wasUndone']=!0x1,_0x21c9c3['create']=function(_0x2dbb96){return new _0x21c9c3(_0x2dbb96);},_0x21c9c3['encode']=function(_0x44e4ba,_0x2dbc53){return _0x2dbc53||(_0x2dbc53=_0x1f11ae['create']()),null!=_0x44e4ba['name']&&Object['hasOwnProperty']['call'](_0x44e4ba,'name')&&_0x2dbc53['uint32'](0xa)['string'](_0x44e4ba['name']),null!=_0x44e4ba['oldRange']&&Object['hasOwnProperty']['call'](_0x44e4ba,'oldRange')&&_0x2b17c8['Range']['encode'](_0x44e4ba['oldRange'],_0x2dbc53['uint32'](0x12)['fork']())['ldelim'](),null!=_0x44e4ba['newRange']&&Object['hasOwnProperty']['call'](_0x44e4ba,'newRange')&&_0x2b17c8['Range']['encode'](_0x44e4ba['newRange'],_0x2dbc53['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x44e4ba['affectsData']&&Object['hasOwnProperty']['call'](_0x44e4ba,'affectsData')&&_0x2dbc53['uint32'](0x20)['bool'](_0x44e4ba['affectsData']),null!=_0x44e4ba['wasUndone']&&Object['hasOwnProperty']['call'](_0x44e4ba,'wasUndone')&&_0x2dbc53['uint32'](0x28)['bool'](_0x44e4ba['wasUndone']),_0x2dbc53;},_0x21c9c3['encodeDelimited']=function(_0x36dc3e,_0x47d439){return this['encode'](_0x36dc3e,_0x47d439)['ldelim']();},_0x21c9c3['decode']=function(_0x4e4cca,_0x360bfc){_0x4e4cca instanceof _0x3142c0||(_0x4e4cca=_0x3142c0['create'](_0x4e4cca));for(var _0x11e5dd=void 0x0===_0x360bfc?_0x4e4cca['len']:_0x4e4cca['pos']+_0x360bfc,_0x122a63=new _0x2b17c8['MarkerOperation']();_0x4e4cca['pos']<_0x11e5dd;){var _0x462c2c=_0x4e4cca['uint32']();switch(_0x462c2c>>>0x3){case 0x1:_0x122a63['name']=_0x4e4cca['string']();break;case 0x2:_0x122a63['oldRange']=_0x2b17c8['Range']['decode'](_0x4e4cca,_0x4e4cca['uint32']());break;case 0x3:_0x122a63['newRange']=_0x2b17c8['Range']['decode'](_0x4e4cca,_0x4e4cca['uint32']());break;case 0x4:_0x122a63['affectsData']=_0x4e4cca['bool']();break;case 0x5:_0x122a63['wasUndone']=_0x4e4cca['bool']();break;default:_0x4e4cca['skipType'](0x7&_0x462c2c);}}return _0x122a63;},_0x21c9c3['decodeDelimited']=function(_0x637e64){return _0x637e64 instanceof _0x3142c0||(_0x637e64=new _0x3142c0(_0x637e64)),this['decode'](_0x637e64,_0x637e64['uint32']());},_0x21c9c3['verify']=function(_0x32b943){if('object'!=typeof _0x32b943||null===_0x32b943)return'object\x20expected';if(null!=_0x32b943['name']&&_0x32b943['hasOwnProperty']('name')&&!_0x203e81['isString'](_0x32b943['name']))return'name:\x20string\x20expected';var _0x18d643;if(null!=_0x32b943['oldRange']&&_0x32b943['hasOwnProperty']('oldRange')&&(_0x18d643=_0x2b17c8['Range']['verify'](_0x32b943['oldRange'])))return'oldRange.'+_0x18d643;if(null!=_0x32b943['newRange']&&_0x32b943['hasOwnProperty']('newRange')&&(_0x18d643=_0x2b17c8['Range']['verify'](_0x32b943['newRange'])))return'newRange.'+_0x18d643;return null!=_0x32b943['affectsData']&&_0x32b943['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x32b943['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x32b943['wasUndone']&&_0x32b943['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x32b943['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x21c9c3['fromObject']=function(_0x11c609){if(_0x11c609 instanceof _0x2b17c8['MarkerOperation'])return _0x11c609;var _0x85a64=new _0x2b17c8['MarkerOperation']();if(null!=_0x11c609['name']&&(_0x85a64['name']=String(_0x11c609['name'])),null!=_0x11c609['oldRange']){if('object'!=typeof _0x11c609['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x85a64['oldRange']=_0x2b17c8['Range']['fromObject'](_0x11c609['oldRange']);}if(null!=_0x11c609['newRange']){if('object'!=typeof _0x11c609['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x85a64['newRange']=_0x2b17c8['Range']['fromObject'](_0x11c609['newRange']);}return null!=_0x11c609['affectsData']&&(_0x85a64['affectsData']=Boolean(_0x11c609['affectsData'])),null!=_0x11c609['wasUndone']&&(_0x85a64['wasUndone']=Boolean(_0x11c609['wasUndone'])),_0x85a64;},_0x21c9c3['toObject']=function(_0x1d798e,_0x3618ab){_0x3618ab||(_0x3618ab={});var _0x551856={};return _0x3618ab['defaults']&&(_0x551856['name']='',_0x551856['oldRange']=null,_0x551856['newRange']=null,_0x551856['affectsData']=!0x1,_0x551856['wasUndone']=!0x1),null!=_0x1d798e['name']&&_0x1d798e['hasOwnProperty']('name')&&(_0x551856['name']=_0x1d798e['name']),null!=_0x1d798e['oldRange']&&_0x1d798e['hasOwnProperty']('oldRange')&&(_0x551856['oldRange']=_0x2b17c8['Range']['toObject'](_0x1d798e['oldRange'],_0x3618ab)),null!=_0x1d798e['newRange']&&_0x1d798e['hasOwnProperty']('newRange')&&(_0x551856['newRange']=_0x2b17c8['Range']['toObject'](_0x1d798e['newRange'],_0x3618ab)),null!=_0x1d798e['affectsData']&&_0x1d798e['hasOwnProperty']('affectsData')&&(_0x551856['affectsData']=_0x1d798e['affectsData']),null!=_0x1d798e['wasUndone']&&_0x1d798e['hasOwnProperty']('wasUndone')&&(_0x551856['wasUndone']=_0x1d798e['wasUndone']),_0x551856;},_0x21c9c3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b8aab['util']['toJSONOptions']);},_0x21c9c3['getTypeUrl']=function(_0xdade16){return void 0x0===_0xdade16&&(_0xdade16='type.googleapis.com'),_0xdade16+'/MarkerOperation';},_0x21c9c3;}()),_0x2b17c8['MergeOperation']=(function(){function _0x362d40(_0x3b8587){if(_0x3b8587){for(var _0x556afd=Object['keys'](_0x3b8587),_0xebef56=0x0;_0xebef56<_0x556afd['length'];++_0xebef56)null!=_0x3b8587[_0x556afd[_0xebef56]]&&(this[_0x556afd[_0xebef56]]=_0x3b8587[_0x556afd[_0xebef56]]);}}return _0x362d40['prototype']['sourcePosition']=null,_0x362d40['prototype']['targetPosition']=null,_0x362d40['prototype']['graveyardPosition']=null,_0x362d40['prototype']['howMany']=0x0,_0x362d40['prototype']['wasUndone']=!0x1,_0x362d40['create']=function(_0x4b7889){return new _0x362d40(_0x4b7889);},_0x362d40['encode']=function(_0x4c1570,_0x33c5a6){return _0x33c5a6||(_0x33c5a6=_0x1f11ae['create']()),null!=_0x4c1570['sourcePosition']&&Object['hasOwnProperty']['call'](_0x4c1570,'sourcePosition')&&_0x2b17c8['Position']['encode'](_0x4c1570['sourcePosition'],_0x33c5a6['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4c1570['targetPosition']&&Object['hasOwnProperty']['call'](_0x4c1570,'targetPosition')&&_0x2b17c8['Position']['encode'](_0x4c1570['targetPosition'],_0x33c5a6['uint32'](0x12)['fork']())['ldelim'](),null!=_0x4c1570['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x4c1570,'graveyardPosition')&&_0x2b17c8['Position']['encode'](_0x4c1570['graveyardPosition'],_0x33c5a6['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x4c1570['howMany']&&Object['hasOwnProperty']['call'](_0x4c1570,'howMany')&&_0x33c5a6['uint32'](0x20)['uint32'](_0x4c1570['howMany']),null!=_0x4c1570['wasUndone']&&Object['hasOwnProperty']['call'](_0x4c1570,'wasUndone')&&_0x33c5a6['uint32'](0x28)['bool'](_0x4c1570['wasUndone']),_0x33c5a6;},_0x362d40['encodeDelimited']=function(_0x2a7704,_0x234a3f){return this['encode'](_0x2a7704,_0x234a3f)['ldelim']();},_0x362d40['decode']=function(_0x466774,_0x4cd274){_0x466774 instanceof _0x3142c0||(_0x466774=_0x3142c0['create'](_0x466774));for(var _0x4b4c40=void 0x0===_0x4cd274?_0x466774['len']:_0x466774['pos']+_0x4cd274,_0x39cdbd=new _0x2b17c8['MergeOperation']();_0x466774['pos']<_0x4b4c40;){var _0x282b75=_0x466774['uint32']();switch(_0x282b75>>>0x3){case 0x1:_0x39cdbd['sourcePosition']=_0x2b17c8['Position']['decode'](_0x466774,_0x466774['uint32']());break;case 0x2:_0x39cdbd['targetPosition']=_0x2b17c8['Position']['decode'](_0x466774,_0x466774['uint32']());break;case 0x3:_0x39cdbd['graveyardPosition']=_0x2b17c8['Position']['decode'](_0x466774,_0x466774['uint32']());break;case 0x4:_0x39cdbd['howMany']=_0x466774['uint32']();break;case 0x5:_0x39cdbd['wasUndone']=_0x466774['bool']();break;default:_0x466774['skipType'](0x7&_0x282b75);}}return _0x39cdbd;},_0x362d40['decodeDelimited']=function(_0x25eb15){return _0x25eb15 instanceof _0x3142c0||(_0x25eb15=new _0x3142c0(_0x25eb15)),this['decode'](_0x25eb15,_0x25eb15['uint32']());},_0x362d40['verify']=function(_0x3352f2){if('object'!=typeof _0x3352f2||null===_0x3352f2)return'object\x20expected';var _0x17e102;if(null!=_0x3352f2['sourcePosition']&&_0x3352f2['hasOwnProperty']('sourcePosition')&&(_0x17e102=_0x2b17c8['Position']['verify'](_0x3352f2['sourcePosition'])))return'sourcePosition.'+_0x17e102;if(null!=_0x3352f2['targetPosition']&&_0x3352f2['hasOwnProperty']('targetPosition')&&(_0x17e102=_0x2b17c8['Position']['verify'](_0x3352f2['targetPosition'])))return'targetPosition.'+_0x17e102;if(null!=_0x3352f2['graveyardPosition']&&_0x3352f2['hasOwnProperty']('graveyardPosition')&&(_0x17e102=_0x2b17c8['Position']['verify'](_0x3352f2['graveyardPosition'])))return'graveyardPosition.'+_0x17e102;return null!=_0x3352f2['howMany']&&_0x3352f2['hasOwnProperty']('howMany')&&!_0x203e81['isInteger'](_0x3352f2['howMany'])?'howMany:\x20integer\x20expected':null!=_0x3352f2['wasUndone']&&_0x3352f2['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3352f2['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x362d40['fromObject']=function(_0x364b7a){if(_0x364b7a instanceof _0x2b17c8['MergeOperation'])return _0x364b7a;var _0xa03c25=new _0x2b17c8['MergeOperation']();if(null!=_0x364b7a['sourcePosition']){if('object'!=typeof _0x364b7a['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0xa03c25['sourcePosition']=_0x2b17c8['Position']['fromObject'](_0x364b7a['sourcePosition']);}if(null!=_0x364b7a['targetPosition']){if('object'!=typeof _0x364b7a['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0xa03c25['targetPosition']=_0x2b17c8['Position']['fromObject'](_0x364b7a['targetPosition']);}if(null!=_0x364b7a['graveyardPosition']){if('object'!=typeof _0x364b7a['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0xa03c25['graveyardPosition']=_0x2b17c8['Position']['fromObject'](_0x364b7a['graveyardPosition']);}return null!=_0x364b7a['howMany']&&(_0xa03c25['howMany']=_0x364b7a['howMany']>>>0x0),null!=_0x364b7a['wasUndone']&&(_0xa03c25['wasUndone']=Boolean(_0x364b7a['wasUndone'])),_0xa03c25;},_0x362d40['toObject']=function(_0x5174db,_0x2c7193){_0x2c7193||(_0x2c7193={});var _0x4b4b71={};return _0x2c7193['defaults']&&(_0x4b4b71['sourcePosition']=null,_0x4b4b71['targetPosition']=null,_0x4b4b71['graveyardPosition']=null,_0x4b4b71['howMany']=0x0,_0x4b4b71['wasUndone']=!0x1),null!=_0x5174db['sourcePosition']&&_0x5174db['hasOwnProperty']('sourcePosition')&&(_0x4b4b71['sourcePosition']=_0x2b17c8['Position']['toObject'](_0x5174db['sourcePosition'],_0x2c7193)),null!=_0x5174db['targetPosition']&&_0x5174db['hasOwnProperty']('targetPosition')&&(_0x4b4b71['targetPosition']=_0x2b17c8['Position']['toObject'](_0x5174db['targetPosition'],_0x2c7193)),null!=_0x5174db['graveyardPosition']&&_0x5174db['hasOwnProperty']('graveyardPosition')&&(_0x4b4b71['graveyardPosition']=_0x2b17c8['Position']['toObject'](_0x5174db['graveyardPosition'],_0x2c7193)),null!=_0x5174db['howMany']&&_0x5174db['hasOwnProperty']('howMany')&&(_0x4b4b71['howMany']=_0x5174db['howMany']),null!=_0x5174db['wasUndone']&&_0x5174db['hasOwnProperty']('wasUndone')&&(_0x4b4b71['wasUndone']=_0x5174db['wasUndone']),_0x4b4b71;},_0x362d40['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b8aab['util']['toJSONOptions']);},_0x362d40['getTypeUrl']=function(_0x555aaa){return void 0x0===_0x555aaa&&(_0x555aaa='type.googleapis.com'),_0x555aaa+'/MergeOperation';},_0x362d40;}()),_0x2b17c8['MoveOperation']=(function(){function _0x20be3(_0x4e7b9c){if(_0x4e7b9c){for(var _0x231f21=Object['keys'](_0x4e7b9c),_0x553333=0x0;_0x553333<_0x231f21['length'];++_0x553333)null!=_0x4e7b9c[_0x231f21[_0x553333]]&&(this[_0x231f21[_0x553333]]=_0x4e7b9c[_0x231f21[_0x553333]]);}}return _0x20be3['prototype']['sourcePosition']=null,_0x20be3['prototype']['howMany']=0x0,_0x20be3['prototype']['targetPosition']=null,_0x20be3['prototype']['wasUndone']=!0x1,_0x20be3['create']=function(_0x47af21){return new _0x20be3(_0x47af21);},_0x20be3['encode']=function(_0x3c6123,_0x21f841){return _0x21f841||(_0x21f841=_0x1f11ae['create']()),null!=_0x3c6123['sourcePosition']&&Object['hasOwnProperty']['call'](_0x3c6123,'sourcePosition')&&_0x2b17c8['Position']['encode'](_0x3c6123['sourcePosition'],_0x21f841['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3c6123['howMany']&&Object['hasOwnProperty']['call'](_0x3c6123,'howMany')&&_0x21f841['uint32'](0x10)['uint32'](_0x3c6123['howMany']),null!=_0x3c6123['targetPosition']&&Object['hasOwnProperty']['call'](_0x3c6123,'targetPosition')&&_0x2b17c8['Position']['encode'](_0x3c6123['targetPosition'],_0x21f841['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x3c6123['wasUndone']&&Object['hasOwnProperty']['call'](_0x3c6123,'wasUndone')&&_0x21f841['uint32'](0x20)['bool'](_0x3c6123['wasUndone']),_0x21f841;},_0x20be3['encodeDelimited']=function(_0x15153,_0x5afddb){return this['encode'](_0x15153,_0x5afddb)['ldelim']();},_0x20be3['decode']=function(_0x27efdd,_0x382558){_0x27efdd instanceof _0x3142c0||(_0x27efdd=_0x3142c0['create'](_0x27efdd));for(var _0x543087=void 0x0===_0x382558?_0x27efdd['len']:_0x27efdd['pos']+_0x382558,_0x2b28a7=new _0x2b17c8['MoveOperation']();_0x27efdd['pos']<_0x543087;){var _0x11ac9a=_0x27efdd['uint32']();switch(_0x11ac9a>>>0x3){case 0x1:_0x2b28a7['sourcePosition']=_0x2b17c8['Position']['decode'](_0x27efdd,_0x27efdd['uint32']());break;case 0x2:_0x2b28a7['howMany']=_0x27efdd['uint32']();break;case 0x3:_0x2b28a7['targetPosition']=_0x2b17c8['Position']['decode'](_0x27efdd,_0x27efdd['uint32']());break;case 0x4:_0x2b28a7['wasUndone']=_0x27efdd['bool']();break;default:_0x27efdd['skipType'](0x7&_0x11ac9a);}}return _0x2b28a7;},_0x20be3['decodeDelimited']=function(_0x56dd47){return _0x56dd47 instanceof _0x3142c0||(_0x56dd47=new _0x3142c0(_0x56dd47)),this['decode'](_0x56dd47,_0x56dd47['uint32']());},_0x20be3['verify']=function(_0x4a8e4c){if('object'!=typeof _0x4a8e4c||null===_0x4a8e4c)return'object\x20expected';var _0x4a922b;if(null!=_0x4a8e4c['sourcePosition']&&_0x4a8e4c['hasOwnProperty']('sourcePosition')&&(_0x4a922b=_0x2b17c8['Position']['verify'](_0x4a8e4c['sourcePosition'])))return'sourcePosition.'+_0x4a922b;if(null!=_0x4a8e4c['howMany']&&_0x4a8e4c['hasOwnProperty']('howMany')&&!_0x203e81['isInteger'](_0x4a8e4c['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x4a8e4c['targetPosition']&&_0x4a8e4c['hasOwnProperty']('targetPosition')&&(_0x4a922b=_0x2b17c8['Position']['verify'](_0x4a8e4c['targetPosition'])))return'targetPosition.'+_0x4a922b;return null!=_0x4a8e4c['wasUndone']&&_0x4a8e4c['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4a8e4c['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x20be3['fromObject']=function(_0x5aca11){if(_0x5aca11 instanceof _0x2b17c8['MoveOperation'])return _0x5aca11;var _0x31bdbd=new _0x2b17c8['MoveOperation']();if(null!=_0x5aca11['sourcePosition']){if('object'!=typeof _0x5aca11['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x31bdbd['sourcePosition']=_0x2b17c8['Position']['fromObject'](_0x5aca11['sourcePosition']);}if(null!=_0x5aca11['howMany']&&(_0x31bdbd['howMany']=_0x5aca11['howMany']>>>0x0),null!=_0x5aca11['targetPosition']){if('object'!=typeof _0x5aca11['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x31bdbd['targetPosition']=_0x2b17c8['Position']['fromObject'](_0x5aca11['targetPosition']);}return null!=_0x5aca11['wasUndone']&&(_0x31bdbd['wasUndone']=Boolean(_0x5aca11['wasUndone'])),_0x31bdbd;},_0x20be3['toObject']=function(_0x4efabd,_0x251824){_0x251824||(_0x251824={});var _0x4c625d={};return _0x251824['defaults']&&(_0x4c625d['sourcePosition']=null,_0x4c625d['howMany']=0x0,_0x4c625d['targetPosition']=null,_0x4c625d['wasUndone']=!0x1),null!=_0x4efabd['sourcePosition']&&_0x4efabd['hasOwnProperty']('sourcePosition')&&(_0x4c625d['sourcePosition']=_0x2b17c8['Position']['toObject'](_0x4efabd['sourcePosition'],_0x251824)),null!=_0x4efabd['howMany']&&_0x4efabd['hasOwnProperty']('howMany')&&(_0x4c625d['howMany']=_0x4efabd['howMany']),null!=_0x4efabd['targetPosition']&&_0x4efabd['hasOwnProperty']('targetPosition')&&(_0x4c625d['targetPosition']=_0x2b17c8['Position']['toObject'](_0x4efabd['targetPosition'],_0x251824)),null!=_0x4efabd['wasUndone']&&_0x4efabd['hasOwnProperty']('wasUndone')&&(_0x4c625d['wasUndone']=_0x4efabd['wasUndone']),_0x4c625d;},_0x20be3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b8aab['util']['toJSONOptions']);},_0x20be3['getTypeUrl']=function(_0x24eb2a){return void 0x0===_0x24eb2a&&(_0x24eb2a='type.googleapis.com'),_0x24eb2a+'/MoveOperation';},_0x20be3;}()),_0x2b17c8['RenameOperation']=(function(){function _0x44e8f7(_0x5ad089){if(_0x5ad089){for(var _0x436097=Object['keys'](_0x5ad089),_0x2bba89=0x0;_0x2bba89<_0x436097['length'];++_0x2bba89)null!=_0x5ad089[_0x436097[_0x2bba89]]&&(this[_0x436097[_0x2bba89]]=_0x5ad089[_0x436097[_0x2bba89]]);}}return _0x44e8f7['prototype']['position']=null,_0x44e8f7['prototype']['oldName']='',_0x44e8f7['prototype']['newName']='',_0x44e8f7['prototype']['wasUndone']=!0x1,_0x44e8f7['create']=function(_0x34257d){return new _0x44e8f7(_0x34257d);},_0x44e8f7['encode']=function(_0x2cdbcc,_0x433fb5){return _0x433fb5||(_0x433fb5=_0x1f11ae['create']()),null!=_0x2cdbcc['position']&&Object['hasOwnProperty']['call'](_0x2cdbcc,'position')&&_0x2b17c8['Position']['encode'](_0x2cdbcc['position'],_0x433fb5['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2cdbcc['oldName']&&Object['hasOwnProperty']['call'](_0x2cdbcc,'oldName')&&_0x433fb5['uint32'](0x12)['string'](_0x2cdbcc['oldName']),null!=_0x2cdbcc['newName']&&Object['hasOwnProperty']['call'](_0x2cdbcc,'newName')&&_0x433fb5['uint32'](0x1a)['string'](_0x2cdbcc['newName']),null!=_0x2cdbcc['wasUndone']&&Object['hasOwnProperty']['call'](_0x2cdbcc,'wasUndone')&&_0x433fb5['uint32'](0x20)['bool'](_0x2cdbcc['wasUndone']),_0x433fb5;},_0x44e8f7['encodeDelimited']=function(_0x5144be,_0x415868){return this['encode'](_0x5144be,_0x415868)['ldelim']();},_0x44e8f7['decode']=function(_0x509c2b,_0x520189){_0x509c2b instanceof _0x3142c0||(_0x509c2b=_0x3142c0['create'](_0x509c2b));for(var _0x256af3=void 0x0===_0x520189?_0x509c2b['len']:_0x509c2b['pos']+_0x520189,_0x421d83=new _0x2b17c8['RenameOperation']();_0x509c2b['pos']<_0x256af3;){var _0x345994=_0x509c2b['uint32']();switch(_0x345994>>>0x3){case 0x1:_0x421d83['position']=_0x2b17c8['Position']['decode'](_0x509c2b,_0x509c2b['uint32']());break;case 0x2:_0x421d83['oldName']=_0x509c2b['string']();break;case 0x3:_0x421d83['newName']=_0x509c2b['string']();break;case 0x4:_0x421d83['wasUndone']=_0x509c2b['bool']();break;default:_0x509c2b['skipType'](0x7&_0x345994);}}return _0x421d83;},_0x44e8f7['decodeDelimited']=function(_0xe15f36){return _0xe15f36 instanceof _0x3142c0||(_0xe15f36=new _0x3142c0(_0xe15f36)),this['decode'](_0xe15f36,_0xe15f36['uint32']());},_0x44e8f7['verify']=function(_0x4de384){if('object'!=typeof _0x4de384||null===_0x4de384)return'object\x20expected';if(null!=_0x4de384['position']&&_0x4de384['hasOwnProperty']('position')){var _0x49b29e=_0x2b17c8['Position']['verify'](_0x4de384['position']);if(_0x49b29e)return'position.'+_0x49b29e;}return null!=_0x4de384['oldName']&&_0x4de384['hasOwnProperty']('oldName')&&!_0x203e81['isString'](_0x4de384['oldName'])?'oldName:\x20string\x20expected':null!=_0x4de384['newName']&&_0x4de384['hasOwnProperty']('newName')&&!_0x203e81['isString'](_0x4de384['newName'])?'newName:\x20string\x20expected':null!=_0x4de384['wasUndone']&&_0x4de384['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4de384['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x44e8f7['fromObject']=function(_0x261862){if(_0x261862 instanceof _0x2b17c8['RenameOperation'])return _0x261862;var _0x28c86f=new _0x2b17c8['RenameOperation']();if(null!=_0x261862['position']){if('object'!=typeof _0x261862['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x28c86f['position']=_0x2b17c8['Position']['fromObject'](_0x261862['position']);}return null!=_0x261862['oldName']&&(_0x28c86f['oldName']=String(_0x261862['oldName'])),null!=_0x261862['newName']&&(_0x28c86f['newName']=String(_0x261862['newName'])),null!=_0x261862['wasUndone']&&(_0x28c86f['wasUndone']=Boolean(_0x261862['wasUndone'])),_0x28c86f;},_0x44e8f7['toObject']=function(_0x625cd5,_0x33aeae){_0x33aeae||(_0x33aeae={});var _0x3433eb={};return _0x33aeae['defaults']&&(_0x3433eb['position']=null,_0x3433eb['oldName']='',_0x3433eb['newName']='',_0x3433eb['wasUndone']=!0x1),null!=_0x625cd5['position']&&_0x625cd5['hasOwnProperty']('position')&&(_0x3433eb['position']=_0x2b17c8['Position']['toObject'](_0x625cd5['position'],_0x33aeae)),null!=_0x625cd5['oldName']&&_0x625cd5['hasOwnProperty']('oldName')&&(_0x3433eb['oldName']=_0x625cd5['oldName']),null!=_0x625cd5['newName']&&_0x625cd5['hasOwnProperty']('newName')&&(_0x3433eb['newName']=_0x625cd5['newName']),null!=_0x625cd5['wasUndone']&&_0x625cd5['hasOwnProperty']('wasUndone')&&(_0x3433eb['wasUndone']=_0x625cd5['wasUndone']),_0x3433eb;},_0x44e8f7['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b8aab['util']['toJSONOptions']);},_0x44e8f7['getTypeUrl']=function(_0x5d628b){return void 0x0===_0x5d628b&&(_0x5d628b='type.googleapis.com'),_0x5d628b+'/RenameOperation';},_0x44e8f7;}()),_0x2b17c8['RootAttributeOperation']=(function(){function _0xff1c3d(_0x30174e){if(_0x30174e){for(var _0x363291=Object['keys'](_0x30174e),_0x44bf39=0x0;_0x44bf39<_0x363291['length'];++_0x44bf39)null!=_0x30174e[_0x363291[_0x44bf39]]&&(this[_0x363291[_0x44bf39]]=_0x30174e[_0x363291[_0x44bf39]]);}}return _0xff1c3d['prototype']['root']='',_0xff1c3d['prototype']['key']='',_0xff1c3d['prototype']['oldValueBoolean']=!0x1,_0xff1c3d['prototype']['oldValueJson']='',_0xff1c3d['prototype']['newValueBoolean']=!0x1,_0xff1c3d['prototype']['newValueJson']='',_0xff1c3d['prototype']['wasUndone']=!0x1,_0xff1c3d['create']=function(_0x48f5ba){return new _0xff1c3d(_0x48f5ba);},_0xff1c3d['encode']=function(_0x550d80,_0x33c639){return _0x33c639||(_0x33c639=_0x1f11ae['create']()),null!=_0x550d80['root']&&Object['hasOwnProperty']['call'](_0x550d80,'root')&&_0x33c639['uint32'](0xa)['string'](_0x550d80['root']),null!=_0x550d80['key']&&Object['hasOwnProperty']['call'](_0x550d80,'key')&&_0x33c639['uint32'](0x12)['string'](_0x550d80['key']),null!=_0x550d80['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x550d80,'oldValueBoolean')&&_0x33c639['uint32'](0x18)['bool'](_0x550d80['oldValueBoolean']),null!=_0x550d80['oldValueJson']&&Object['hasOwnProperty']['call'](_0x550d80,'oldValueJson')&&_0x33c639['uint32'](0x22)['string'](_0x550d80['oldValueJson']),null!=_0x550d80['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x550d80,'newValueBoolean')&&_0x33c639['uint32'](0x28)['bool'](_0x550d80['newValueBoolean']),null!=_0x550d80['newValueJson']&&Object['hasOwnProperty']['call'](_0x550d80,'newValueJson')&&_0x33c639['uint32'](0x32)['string'](_0x550d80['newValueJson']),null!=_0x550d80['wasUndone']&&Object['hasOwnProperty']['call'](_0x550d80,'wasUndone')&&_0x33c639['uint32'](0x38)['bool'](_0x550d80['wasUndone']),_0x33c639;},_0xff1c3d['encodeDelimited']=function(_0x2df73b,_0x122ffd){return this['encode'](_0x2df73b,_0x122ffd)['ldelim']();},_0xff1c3d['decode']=function(_0xd143c,_0x30135d){_0xd143c instanceof _0x3142c0||(_0xd143c=_0x3142c0['create'](_0xd143c));for(var _0x43fba6=void 0x0===_0x30135d?_0xd143c['len']:_0xd143c['pos']+_0x30135d,_0x291ea5=new _0x2b17c8['RootAttributeOperation']();_0xd143c['pos']<_0x43fba6;){var _0xe71654=_0xd143c['uint32']();switch(_0xe71654>>>0x3){case 0x1:_0x291ea5['root']=_0xd143c['string']();break;case 0x2:_0x291ea5['key']=_0xd143c['string']();break;case 0x3:_0x291ea5['oldValueBoolean']=_0xd143c['bool']();break;case 0x4:_0x291ea5['oldValueJson']=_0xd143c['string']();break;case 0x5:_0x291ea5['newValueBoolean']=_0xd143c['bool']();break;case 0x6:_0x291ea5['newValueJson']=_0xd143c['string']();break;case 0x7:_0x291ea5['wasUndone']=_0xd143c['bool']();break;default:_0xd143c['skipType'](0x7&_0xe71654);}}return _0x291ea5;},_0xff1c3d['decodeDelimited']=function(_0x3702dd){return _0x3702dd instanceof _0x3142c0||(_0x3702dd=new _0x3142c0(_0x3702dd)),this['decode'](_0x3702dd,_0x3702dd['uint32']());},_0xff1c3d['verify']=function(_0x511de2){return'object'!=typeof _0x511de2||null===_0x511de2?'object\x20expected':null!=_0x511de2['root']&&_0x511de2['hasOwnProperty']('root')&&!_0x203e81['isString'](_0x511de2['root'])?'root:\x20string\x20expected':null!=_0x511de2['key']&&_0x511de2['hasOwnProperty']('key')&&!_0x203e81['isString'](_0x511de2['key'])?'key:\x20string\x20expected':null!=_0x511de2['oldValueBoolean']&&_0x511de2['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x511de2['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x511de2['oldValueJson']&&_0x511de2['hasOwnProperty']('oldValueJson')&&!_0x203e81['isString'](_0x511de2['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x511de2['newValueBoolean']&&_0x511de2['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x511de2['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x511de2['newValueJson']&&_0x511de2['hasOwnProperty']('newValueJson')&&!_0x203e81['isString'](_0x511de2['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x511de2['wasUndone']&&_0x511de2['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x511de2['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xff1c3d['fromObject']=function(_0x376bb8){if(_0x376bb8 instanceof _0x2b17c8['RootAttributeOperation'])return _0x376bb8;var _0x4be79d=new _0x2b17c8['RootAttributeOperation']();return null!=_0x376bb8['root']&&(_0x4be79d['root']=String(_0x376bb8['root'])),null!=_0x376bb8['key']&&(_0x4be79d['key']=String(_0x376bb8['key'])),null!=_0x376bb8['oldValueBoolean']&&(_0x4be79d['oldValueBoolean']=Boolean(_0x376bb8['oldValueBoolean'])),null!=_0x376bb8['oldValueJson']&&(_0x4be79d['oldValueJson']=String(_0x376bb8['oldValueJson'])),null!=_0x376bb8['newValueBoolean']&&(_0x4be79d['newValueBoolean']=Boolean(_0x376bb8['newValueBoolean'])),null!=_0x376bb8['newValueJson']&&(_0x4be79d['newValueJson']=String(_0x376bb8['newValueJson'])),null!=_0x376bb8['wasUndone']&&(_0x4be79d['wasUndone']=Boolean(_0x376bb8['wasUndone'])),_0x4be79d;},_0xff1c3d['toObject']=function(_0x50fccd,_0x1de7da){_0x1de7da||(_0x1de7da={});var _0x9cbf5a={};return _0x1de7da['defaults']&&(_0x9cbf5a['root']='',_0x9cbf5a['key']='',_0x9cbf5a['oldValueBoolean']=!0x1,_0x9cbf5a['oldValueJson']='',_0x9cbf5a['newValueBoolean']=!0x1,_0x9cbf5a['newValueJson']='',_0x9cbf5a['wasUndone']=!0x1),null!=_0x50fccd['root']&&_0x50fccd['hasOwnProperty']('root')&&(_0x9cbf5a['root']=_0x50fccd['root']),null!=_0x50fccd['key']&&_0x50fccd['hasOwnProperty']('key')&&(_0x9cbf5a['key']=_0x50fccd['key']),null!=_0x50fccd['oldValueBoolean']&&_0x50fccd['hasOwnProperty']('oldValueBoolean')&&(_0x9cbf5a['oldValueBoolean']=_0x50fccd['oldValueBoolean']),null!=_0x50fccd['oldValueJson']&&_0x50fccd['hasOwnProperty']('oldValueJson')&&(_0x9cbf5a['oldValueJson']=_0x50fccd['oldValueJson']),null!=_0x50fccd['newValueBoolean']&&_0x50fccd['hasOwnProperty']('newValueBoolean')&&(_0x9cbf5a['newValueBoolean']=_0x50fccd['newValueBoolean']),null!=_0x50fccd['newValueJson']&&_0x50fccd['hasOwnProperty']('newValueJson')&&(_0x9cbf5a['newValueJson']=_0x50fccd['newValueJson']),null!=_0x50fccd['wasUndone']&&_0x50fccd['hasOwnProperty']('wasUndone')&&(_0x9cbf5a['wasUndone']=_0x50fccd['wasUndone']),_0x9cbf5a;},_0xff1c3d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b8aab['util']['toJSONOptions']);},_0xff1c3d['getTypeUrl']=function(_0x18f558){return void 0x0===_0x18f558&&(_0x18f558='type.googleapis.com'),_0x18f558+'/RootAttributeOperation';},_0xff1c3d;}()),_0x2b17c8['RootOperation']=(function(){function _0x42d2f5(_0x2f86c0){if(_0x2f86c0){for(var _0x4eb436=Object['keys'](_0x2f86c0),_0x54cd5d=0x0;_0x54cd5d<_0x4eb436['length'];++_0x54cd5d)null!=_0x2f86c0[_0x4eb436[_0x54cd5d]]&&(this[_0x4eb436[_0x54cd5d]]=_0x2f86c0[_0x4eb436[_0x54cd5d]]);}}return _0x42d2f5['prototype']['rootName']='',_0x42d2f5['prototype']['elementName']='',_0x42d2f5['prototype']['isAdd']=!0x1,_0x42d2f5['prototype']['wasUndone']=!0x1,_0x42d2f5['create']=function(_0x4ed2c9){return new _0x42d2f5(_0x4ed2c9);},_0x42d2f5['encode']=function(_0x3f23d1,_0x52be9f){return _0x52be9f||(_0x52be9f=_0x1f11ae['create']()),null!=_0x3f23d1['rootName']&&Object['hasOwnProperty']['call'](_0x3f23d1,'rootName')&&_0x52be9f['uint32'](0xa)['string'](_0x3f23d1['rootName']),null!=_0x3f23d1['elementName']&&Object['hasOwnProperty']['call'](_0x3f23d1,'elementName')&&_0x52be9f['uint32'](0x12)['string'](_0x3f23d1['elementName']),null!=_0x3f23d1['isAdd']&&Object['hasOwnProperty']['call'](_0x3f23d1,'isAdd')&&_0x52be9f['uint32'](0x18)['bool'](_0x3f23d1['isAdd']),null!=_0x3f23d1['wasUndone']&&Object['hasOwnProperty']['call'](_0x3f23d1,'wasUndone')&&_0x52be9f['uint32'](0x20)['bool'](_0x3f23d1['wasUndone']),_0x52be9f;},_0x42d2f5['encodeDelimited']=function(_0x8dd3d7,_0x2b3082){return this['encode'](_0x8dd3d7,_0x2b3082)['ldelim']();},_0x42d2f5['decode']=function(_0x475260,_0xaac93d){_0x475260 instanceof _0x3142c0||(_0x475260=_0x3142c0['create'](_0x475260));for(var _0x3703ec=void 0x0===_0xaac93d?_0x475260['len']:_0x475260['pos']+_0xaac93d,_0x783ee9=new _0x2b17c8['RootOperation']();_0x475260['pos']<_0x3703ec;){var _0x436fcb=_0x475260['uint32']();switch(_0x436fcb>>>0x3){case 0x1:_0x783ee9['rootName']=_0x475260['string']();break;case 0x2:_0x783ee9['elementName']=_0x475260['string']();break;case 0x3:_0x783ee9['isAdd']=_0x475260['bool']();break;case 0x4:_0x783ee9['wasUndone']=_0x475260['bool']();break;default:_0x475260['skipType'](0x7&_0x436fcb);}}return _0x783ee9;},_0x42d2f5['decodeDelimited']=function(_0x2922f3){return _0x2922f3 instanceof _0x3142c0||(_0x2922f3=new _0x3142c0(_0x2922f3)),this['decode'](_0x2922f3,_0x2922f3['uint32']());},_0x42d2f5['verify']=function(_0x2f1a68){return'object'!=typeof _0x2f1a68||null===_0x2f1a68?'object\x20expected':null!=_0x2f1a68['rootName']&&_0x2f1a68['hasOwnProperty']('rootName')&&!_0x203e81['isString'](_0x2f1a68['rootName'])?'rootName:\x20string\x20expected':null!=_0x2f1a68['elementName']&&_0x2f1a68['hasOwnProperty']('elementName')&&!_0x203e81['isString'](_0x2f1a68['elementName'])?'elementName:\x20string\x20expected':null!=_0x2f1a68['isAdd']&&_0x2f1a68['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x2f1a68['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x2f1a68['wasUndone']&&_0x2f1a68['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2f1a68['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x42d2f5['fromObject']=function(_0x2cf0db){if(_0x2cf0db instanceof _0x2b17c8['RootOperation'])return _0x2cf0db;var _0x1795cb=new _0x2b17c8['RootOperation']();return null!=_0x2cf0db['rootName']&&(_0x1795cb['rootName']=String(_0x2cf0db['rootName'])),null!=_0x2cf0db['elementName']&&(_0x1795cb['elementName']=String(_0x2cf0db['elementName'])),null!=_0x2cf0db['isAdd']&&(_0x1795cb['isAdd']=Boolean(_0x2cf0db['isAdd'])),null!=_0x2cf0db['wasUndone']&&(_0x1795cb['wasUndone']=Boolean(_0x2cf0db['wasUndone'])),_0x1795cb;},_0x42d2f5['toObject']=function(_0x3e71c7,_0xde9ac6){_0xde9ac6||(_0xde9ac6={});var _0xa2b222={};return _0xde9ac6['defaults']&&(_0xa2b222['rootName']='',_0xa2b222['elementName']='',_0xa2b222['isAdd']=!0x1,_0xa2b222['wasUndone']=!0x1),null!=_0x3e71c7['rootName']&&_0x3e71c7['hasOwnProperty']('rootName')&&(_0xa2b222['rootName']=_0x3e71c7['rootName']),null!=_0x3e71c7['elementName']&&_0x3e71c7['hasOwnProperty']('elementName')&&(_0xa2b222['elementName']=_0x3e71c7['elementName']),null!=_0x3e71c7['isAdd']&&_0x3e71c7['hasOwnProperty']('isAdd')&&(_0xa2b222['isAdd']=_0x3e71c7['isAdd']),null!=_0x3e71c7['wasUndone']&&_0x3e71c7['hasOwnProperty']('wasUndone')&&(_0xa2b222['wasUndone']=_0x3e71c7['wasUndone']),_0xa2b222;},_0x42d2f5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b8aab['util']['toJSONOptions']);},_0x42d2f5['getTypeUrl']=function(_0x3c264f){return void 0x0===_0x3c264f&&(_0x3c264f='type.googleapis.com'),_0x3c264f+'/RootOperation';},_0x42d2f5;}()),_0x2b17c8['SplitOperation']=(function(){function _0xea0465(_0x4a0dde){if(_0x4a0dde){for(var _0x478c31=Object['keys'](_0x4a0dde),_0x5d2374=0x0;_0x5d2374<_0x478c31['length'];++_0x5d2374)null!=_0x4a0dde[_0x478c31[_0x5d2374]]&&(this[_0x478c31[_0x5d2374]]=_0x4a0dde[_0x478c31[_0x5d2374]]);}}return _0xea0465['prototype']['splitPosition']=null,_0xea0465['prototype']['graveyardPosition']=null,_0xea0465['prototype']['howMany']=0x0,_0xea0465['prototype']['insertionPosition']=null,_0xea0465['prototype']['wasUndone']=!0x1,_0xea0465['create']=function(_0x34cf10){return new _0xea0465(_0x34cf10);},_0xea0465['encode']=function(_0x18836a,_0x11053c){return _0x11053c||(_0x11053c=_0x1f11ae['create']()),null!=_0x18836a['splitPosition']&&Object['hasOwnProperty']['call'](_0x18836a,'splitPosition')&&_0x2b17c8['Position']['encode'](_0x18836a['splitPosition'],_0x11053c['uint32'](0xa)['fork']())['ldelim'](),null!=_0x18836a['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x18836a,'graveyardPosition')&&_0x2b17c8['Position']['encode'](_0x18836a['graveyardPosition'],_0x11053c['uint32'](0x12)['fork']())['ldelim'](),null!=_0x18836a['howMany']&&Object['hasOwnProperty']['call'](_0x18836a,'howMany')&&_0x11053c['uint32'](0x18)['uint32'](_0x18836a['howMany']),null!=_0x18836a['insertionPosition']&&Object['hasOwnProperty']['call'](_0x18836a,'insertionPosition')&&_0x2b17c8['Position']['encode'](_0x18836a['insertionPosition'],_0x11053c['uint32'](0x22)['fork']())['ldelim'](),null!=_0x18836a['wasUndone']&&Object['hasOwnProperty']['call'](_0x18836a,'wasUndone')&&_0x11053c['uint32'](0x28)['bool'](_0x18836a['wasUndone']),_0x11053c;},_0xea0465['encodeDelimited']=function(_0x5aab56,_0x37a9e1){return this['encode'](_0x5aab56,_0x37a9e1)['ldelim']();},_0xea0465['decode']=function(_0x13260c,_0x52762e){_0x13260c instanceof _0x3142c0||(_0x13260c=_0x3142c0['create'](_0x13260c));for(var _0x129749=void 0x0===_0x52762e?_0x13260c['len']:_0x13260c['pos']+_0x52762e,_0x30f85f=new _0x2b17c8['SplitOperation']();_0x13260c['pos']<_0x129749;){var _0x262ff5=_0x13260c['uint32']();switch(_0x262ff5>>>0x3){case 0x1:_0x30f85f['splitPosition']=_0x2b17c8['Position']['decode'](_0x13260c,_0x13260c['uint32']());break;case 0x2:_0x30f85f['graveyardPosition']=_0x2b17c8['Position']['decode'](_0x13260c,_0x13260c['uint32']());break;case 0x3:_0x30f85f['howMany']=_0x13260c['uint32']();break;case 0x4:_0x30f85f['insertionPosition']=_0x2b17c8['Position']['decode'](_0x13260c,_0x13260c['uint32']());break;case 0x5:_0x30f85f['wasUndone']=_0x13260c['bool']();break;default:_0x13260c['skipType'](0x7&_0x262ff5);}}return _0x30f85f;},_0xea0465['decodeDelimited']=function(_0x49e460){return _0x49e460 instanceof _0x3142c0||(_0x49e460=new _0x3142c0(_0x49e460)),this['decode'](_0x49e460,_0x49e460['uint32']());},_0xea0465['verify']=function(_0x49ae1a){if('object'!=typeof _0x49ae1a||null===_0x49ae1a)return'object\x20expected';var _0x35e729;if(null!=_0x49ae1a['splitPosition']&&_0x49ae1a['hasOwnProperty']('splitPosition')&&(_0x35e729=_0x2b17c8['Position']['verify'](_0x49ae1a['splitPosition'])))return'splitPosition.'+_0x35e729;if(null!=_0x49ae1a['graveyardPosition']&&_0x49ae1a['hasOwnProperty']('graveyardPosition')&&(_0x35e729=_0x2b17c8['Position']['verify'](_0x49ae1a['graveyardPosition'])))return'graveyardPosition.'+_0x35e729;if(null!=_0x49ae1a['howMany']&&_0x49ae1a['hasOwnProperty']('howMany')&&!_0x203e81['isInteger'](_0x49ae1a['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x49ae1a['insertionPosition']&&_0x49ae1a['hasOwnProperty']('insertionPosition')&&(_0x35e729=_0x2b17c8['Position']['verify'](_0x49ae1a['insertionPosition'])))return'insertionPosition.'+_0x35e729;return null!=_0x49ae1a['wasUndone']&&_0x49ae1a['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x49ae1a['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xea0465['fromObject']=function(_0x12c453){if(_0x12c453 instanceof _0x2b17c8['SplitOperation'])return _0x12c453;var _0x5175d7=new _0x2b17c8['SplitOperation']();if(null!=_0x12c453['splitPosition']){if('object'!=typeof _0x12c453['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x5175d7['splitPosition']=_0x2b17c8['Position']['fromObject'](_0x12c453['splitPosition']);}if(null!=_0x12c453['graveyardPosition']){if('object'!=typeof _0x12c453['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x5175d7['graveyardPosition']=_0x2b17c8['Position']['fromObject'](_0x12c453['graveyardPosition']);}if(null!=_0x12c453['howMany']&&(_0x5175d7['howMany']=_0x12c453['howMany']>>>0x0),null!=_0x12c453['insertionPosition']){if('object'!=typeof _0x12c453['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x5175d7['insertionPosition']=_0x2b17c8['Position']['fromObject'](_0x12c453['insertionPosition']);}return null!=_0x12c453['wasUndone']&&(_0x5175d7['wasUndone']=Boolean(_0x12c453['wasUndone'])),_0x5175d7;},_0xea0465['toObject']=function(_0x3e3168,_0x292bec){_0x292bec||(_0x292bec={});var _0x3ccc68={};return _0x292bec['defaults']&&(_0x3ccc68['splitPosition']=null,_0x3ccc68['graveyardPosition']=null,_0x3ccc68['howMany']=0x0,_0x3ccc68['insertionPosition']=null,_0x3ccc68['wasUndone']=!0x1),null!=_0x3e3168['splitPosition']&&_0x3e3168['hasOwnProperty']('splitPosition')&&(_0x3ccc68['splitPosition']=_0x2b17c8['Position']['toObject'](_0x3e3168['splitPosition'],_0x292bec)),null!=_0x3e3168['graveyardPosition']&&_0x3e3168['hasOwnProperty']('graveyardPosition')&&(_0x3ccc68['graveyardPosition']=_0x2b17c8['Position']['toObject'](_0x3e3168['graveyardPosition'],_0x292bec)),null!=_0x3e3168['howMany']&&_0x3e3168['hasOwnProperty']('howMany')&&(_0x3ccc68['howMany']=_0x3e3168['howMany']),null!=_0x3e3168['insertionPosition']&&_0x3e3168['hasOwnProperty']('insertionPosition')&&(_0x3ccc68['insertionPosition']=_0x2b17c8['Position']['toObject'](_0x3e3168['insertionPosition'],_0x292bec)),null!=_0x3e3168['wasUndone']&&_0x3e3168['hasOwnProperty']('wasUndone')&&(_0x3ccc68['wasUndone']=_0x3e3168['wasUndone']),_0x3ccc68;},_0xea0465['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b8aab['util']['toJSONOptions']);},_0xea0465['getTypeUrl']=function(_0x31891f){return void 0x0===_0x31891f&&(_0x31891f='type.googleapis.com'),_0x31891f+'/SplitOperation';},_0xea0465;}()),_0x2b17c8['Position']=(function(){function _0x3f2a09(_0x3616ae){if(this['path']=[],_0x3616ae){for(var _0x5984f3=Object['keys'](_0x3616ae),_0x101db4=0x0;_0x101db4<_0x5984f3['length'];++_0x101db4)null!=_0x3616ae[_0x5984f3[_0x101db4]]&&(this[_0x5984f3[_0x101db4]]=_0x3616ae[_0x5984f3[_0x101db4]]);}}return _0x3f2a09['prototype']['root']='',_0x3f2a09['prototype']['rootMain']=!0x1,_0x3f2a09['prototype']['rootGraveyard']=!0x1,_0x3f2a09['prototype']['path']=_0x203e81['emptyArray'],_0x3f2a09['prototype']['stickiness']='',_0x3f2a09['create']=function(_0x432477){return new _0x3f2a09(_0x432477);},_0x3f2a09['encode']=function(_0xa7346e,_0x91f34a){if(_0x91f34a||(_0x91f34a=_0x1f11ae['create']()),null!=_0xa7346e['root']&&Object['hasOwnProperty']['call'](_0xa7346e,'root')&&_0x91f34a['uint32'](0xa)['string'](_0xa7346e['root']),null!=_0xa7346e['rootMain']&&Object['hasOwnProperty']['call'](_0xa7346e,'rootMain')&&_0x91f34a['uint32'](0x10)['bool'](_0xa7346e['rootMain']),null!=_0xa7346e['rootGraveyard']&&Object['hasOwnProperty']['call'](_0xa7346e,'rootGraveyard')&&_0x91f34a['uint32'](0x18)['bool'](_0xa7346e['rootGraveyard']),null!=_0xa7346e['path']&&_0xa7346e['path']['length']){_0x91f34a['uint32'](0x22)['fork']();for(var _0xa13b41=0x0;_0xa13b41<_0xa7346e['path']['length'];++_0xa13b41)_0x91f34a['uint32'](_0xa7346e['path'][_0xa13b41]);_0x91f34a['ldelim']();}return null!=_0xa7346e['stickiness']&&Object['hasOwnProperty']['call'](_0xa7346e,'stickiness')&&_0x91f34a['uint32'](0x2a)['string'](_0xa7346e['stickiness']),_0x91f34a;},_0x3f2a09['encodeDelimited']=function(_0x191b51,_0x422788){return this['encode'](_0x191b51,_0x422788)['ldelim']();},_0x3f2a09['decode']=function(_0x1a85c5,_0x186a5e){_0x1a85c5 instanceof _0x3142c0||(_0x1a85c5=_0x3142c0['create'](_0x1a85c5));for(var _0x59c2d4=void 0x0===_0x186a5e?_0x1a85c5['len']:_0x1a85c5['pos']+_0x186a5e,_0x10adfc=new _0x2b17c8['Position']();_0x1a85c5['pos']<_0x59c2d4;){var _0x5312e4=_0x1a85c5['uint32']();switch(_0x5312e4>>>0x3){case 0x1:_0x10adfc['root']=_0x1a85c5['string']();break;case 0x2:_0x10adfc['rootMain']=_0x1a85c5['bool']();break;case 0x3:_0x10adfc['rootGraveyard']=_0x1a85c5['bool']();break;case 0x4:if(_0x10adfc['path']&&_0x10adfc['path']['length']||(_0x10adfc['path']=[]),0x2==(0x7&_0x5312e4)){for(var _0x444989=_0x1a85c5['uint32']()+_0x1a85c5['pos'];_0x1a85c5['pos']<_0x444989;)_0x10adfc['path']['push'](_0x1a85c5['uint32']());}else _0x10adfc['path']['push'](_0x1a85c5['uint32']());break;case 0x5:_0x10adfc['stickiness']=_0x1a85c5['string']();break;default:_0x1a85c5['skipType'](0x7&_0x5312e4);}}return _0x10adfc;},_0x3f2a09['decodeDelimited']=function(_0x462bcd){return _0x462bcd instanceof _0x3142c0||(_0x462bcd=new _0x3142c0(_0x462bcd)),this['decode'](_0x462bcd,_0x462bcd['uint32']());},_0x3f2a09['verify']=function(_0x290d38){if('object'!=typeof _0x290d38||null===_0x290d38)return'object\x20expected';if(null!=_0x290d38['root']&&_0x290d38['hasOwnProperty']('root')&&!_0x203e81['isString'](_0x290d38['root']))return'root:\x20string\x20expected';if(null!=_0x290d38['rootMain']&&_0x290d38['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x290d38['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x290d38['rootGraveyard']&&_0x290d38['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x290d38['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x290d38['path']&&_0x290d38['hasOwnProperty']('path')){if(!Array['isArray'](_0x290d38['path']))return'path:\x20array\x20expected';for(var _0x428485=0x0;_0x428485<_0x290d38['path']['length'];++_0x428485)if(!_0x203e81['isInteger'](_0x290d38['path'][_0x428485]))return'path:\x20integer[]\x20expected';}return null!=_0x290d38['stickiness']&&_0x290d38['hasOwnProperty']('stickiness')&&!_0x203e81['isString'](_0x290d38['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x3f2a09['fromObject']=function(_0x498506){if(_0x498506 instanceof _0x2b17c8['Position'])return _0x498506;var _0x182611=new _0x2b17c8['Position']();if(null!=_0x498506['root']&&(_0x182611['root']=String(_0x498506['root'])),null!=_0x498506['rootMain']&&(_0x182611['rootMain']=Boolean(_0x498506['rootMain'])),null!=_0x498506['rootGraveyard']&&(_0x182611['rootGraveyard']=Boolean(_0x498506['rootGraveyard'])),_0x498506['path']){if(!Array['isArray'](_0x498506['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x182611['path']=[];for(var _0x15eaaa=0x0;_0x15eaaa<_0x498506['path']['length'];++_0x15eaaa)_0x182611['path'][_0x15eaaa]=_0x498506['path'][_0x15eaaa]>>>0x0;}return null!=_0x498506['stickiness']&&(_0x182611['stickiness']=String(_0x498506['stickiness'])),_0x182611;},_0x3f2a09['toObject']=function(_0x23a4e2,_0x3df502){_0x3df502||(_0x3df502={});var _0x10490a={};if((_0x3df502['arrays']||_0x3df502['defaults'])&&(_0x10490a['path']=[]),_0x3df502['defaults']&&(_0x10490a['root']='',_0x10490a['rootMain']=!0x1,_0x10490a['rootGraveyard']=!0x1,_0x10490a['stickiness']=''),null!=_0x23a4e2['root']&&_0x23a4e2['hasOwnProperty']('root')&&(_0x10490a['root']=_0x23a4e2['root']),null!=_0x23a4e2['rootMain']&&_0x23a4e2['hasOwnProperty']('rootMain')&&(_0x10490a['rootMain']=_0x23a4e2['rootMain']),null!=_0x23a4e2['rootGraveyard']&&_0x23a4e2['hasOwnProperty']('rootGraveyard')&&(_0x10490a['rootGraveyard']=_0x23a4e2['rootGraveyard']),_0x23a4e2['path']&&_0x23a4e2['path']['length']){_0x10490a['path']=[];for(var _0x36146d=0x0;_0x36146d<_0x23a4e2['path']['length'];++_0x36146d)_0x10490a['path'][_0x36146d]=_0x23a4e2['path'][_0x36146d];}return null!=_0x23a4e2['stickiness']&&_0x23a4e2['hasOwnProperty']('stickiness')&&(_0x10490a['stickiness']=_0x23a4e2['stickiness']),_0x10490a;},_0x3f2a09['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b8aab['util']['toJSONOptions']);},_0x3f2a09['getTypeUrl']=function(_0x9db2da){return void 0x0===_0x9db2da&&(_0x9db2da='type.googleapis.com'),_0x9db2da+'/Position';},_0x3f2a09;}()),_0x2b17c8['Range']=(function(){function _0x2e02f2(_0x59e5d8){if(_0x59e5d8){for(var _0x309f90=Object['keys'](_0x59e5d8),_0x23f569=0x0;_0x23f569<_0x309f90['length'];++_0x23f569)null!=_0x59e5d8[_0x309f90[_0x23f569]]&&(this[_0x309f90[_0x23f569]]=_0x59e5d8[_0x309f90[_0x23f569]]);}}return _0x2e02f2['prototype']['start']=null,_0x2e02f2['prototype']['end']=null,_0x2e02f2['create']=function(_0x4eaa12){return new _0x2e02f2(_0x4eaa12);},_0x2e02f2['encode']=function(_0x2e1e38,_0x3f2bb7){return _0x3f2bb7||(_0x3f2bb7=_0x1f11ae['create']()),null!=_0x2e1e38['start']&&Object['hasOwnProperty']['call'](_0x2e1e38,'start')&&_0x2b17c8['Position']['encode'](_0x2e1e38['start'],_0x3f2bb7['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2e1e38['end']&&Object['hasOwnProperty']['call'](_0x2e1e38,'end')&&_0x2b17c8['Position']['encode'](_0x2e1e38['end'],_0x3f2bb7['uint32'](0x12)['fork']())['ldelim'](),_0x3f2bb7;},_0x2e02f2['encodeDelimited']=function(_0xb6748a,_0x4cb49d){return this['encode'](_0xb6748a,_0x4cb49d)['ldelim']();},_0x2e02f2['decode']=function(_0x2b959c,_0xab4417){_0x2b959c instanceof _0x3142c0||(_0x2b959c=_0x3142c0['create'](_0x2b959c));for(var _0x11d193=void 0x0===_0xab4417?_0x2b959c['len']:_0x2b959c['pos']+_0xab4417,_0x32bb07=new _0x2b17c8['Range']();_0x2b959c['pos']<_0x11d193;){var _0x567c24=_0x2b959c['uint32']();switch(_0x567c24>>>0x3){case 0x1:_0x32bb07['start']=_0x2b17c8['Position']['decode'](_0x2b959c,_0x2b959c['uint32']());break;case 0x2:_0x32bb07['end']=_0x2b17c8['Position']['decode'](_0x2b959c,_0x2b959c['uint32']());break;default:_0x2b959c['skipType'](0x7&_0x567c24);}}return _0x32bb07;},_0x2e02f2['decodeDelimited']=function(_0xc0a8f9){return _0xc0a8f9 instanceof _0x3142c0||(_0xc0a8f9=new _0x3142c0(_0xc0a8f9)),this['decode'](_0xc0a8f9,_0xc0a8f9['uint32']());},_0x2e02f2['verify']=function(_0x11e634){if('object'!=typeof _0x11e634||null===_0x11e634)return'object\x20expected';var _0x587f8a;if(null!=_0x11e634['start']&&_0x11e634['hasOwnProperty']('start')&&(_0x587f8a=_0x2b17c8['Position']['verify'](_0x11e634['start'])))return'start.'+_0x587f8a;if(null!=_0x11e634['end']&&_0x11e634['hasOwnProperty']('end')&&(_0x587f8a=_0x2b17c8['Position']['verify'](_0x11e634['end'])))return'end.'+_0x587f8a;return null;},_0x2e02f2['fromObject']=function(_0x3f24a1){if(_0x3f24a1 instanceof _0x2b17c8['Range'])return _0x3f24a1;var _0xa996ac=new _0x2b17c8['Range']();if(null!=_0x3f24a1['start']){if('object'!=typeof _0x3f24a1['start'])throw TypeError('.Range.start:\x20object\x20expected');_0xa996ac['start']=_0x2b17c8['Position']['fromObject'](_0x3f24a1['start']);}if(null!=_0x3f24a1['end']){if('object'!=typeof _0x3f24a1['end'])throw TypeError('.Range.end:\x20object\x20expected');_0xa996ac['end']=_0x2b17c8['Position']['fromObject'](_0x3f24a1['end']);}return _0xa996ac;},_0x2e02f2['toObject']=function(_0x472732,_0x557842){_0x557842||(_0x557842={});var _0x20ee2f={};return _0x557842['defaults']&&(_0x20ee2f['start']=null,_0x20ee2f['end']=null),null!=_0x472732['start']&&_0x472732['hasOwnProperty']('start')&&(_0x20ee2f['start']=_0x2b17c8['Position']['toObject'](_0x472732['start'],_0x557842)),null!=_0x472732['end']&&_0x472732['hasOwnProperty']('end')&&(_0x20ee2f['end']=_0x2b17c8['Position']['toObject'](_0x472732['end'],_0x557842)),_0x20ee2f;},_0x2e02f2['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b8aab['util']['toJSONOptions']);},_0x2e02f2['getTypeUrl']=function(_0x2f197e){return void 0x0===_0x2f197e&&(_0x2f197e='type.googleapis.com'),_0x2f197e+'/Range';},_0x2e02f2;}()),_0x2b17c8['Element']=(function(){function _0x6cfa6d(_0x54ccb0){if(this['children']=[],this['attributesBoolean']={},_0x54ccb0){for(var _0x17f459=Object['keys'](_0x54ccb0),_0x5adbe5=0x0;_0x5adbe5<_0x17f459['length'];++_0x5adbe5)null!=_0x54ccb0[_0x17f459[_0x5adbe5]]&&(this[_0x17f459[_0x5adbe5]]=_0x54ccb0[_0x17f459[_0x5adbe5]]);}}return _0x6cfa6d['prototype']['name']='',_0x6cfa6d['prototype']['children']=_0x203e81['emptyArray'],_0x6cfa6d['prototype']['data']='',_0x6cfa6d['prototype']['attributesBoolean']=_0x203e81['emptyObject'],_0x6cfa6d['prototype']['attributesJson']='',_0x6cfa6d['create']=function(_0x1ad820){return new _0x6cfa6d(_0x1ad820);},_0x6cfa6d['encode']=function(_0x581c72,_0x1609be){if(_0x1609be||(_0x1609be=_0x1f11ae['create']()),null!=_0x581c72['name']&&Object['hasOwnProperty']['call'](_0x581c72,'name')&&_0x1609be['uint32'](0xa)['string'](_0x581c72['name']),null!=_0x581c72['children']&&_0x581c72['children']['length']){for(var _0x39ed62=0x0;_0x39ed62<_0x581c72['children']['length'];++_0x39ed62)_0x2b17c8['Element']['encode'](_0x581c72['children'][_0x39ed62],_0x1609be['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x581c72['data']&&Object['hasOwnProperty']['call'](_0x581c72,'data')&&_0x1609be['uint32'](0x1a)['string'](_0x581c72['data']),null!=_0x581c72['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x581c72,'attributesBoolean')){var _0x1d348c=Object['keys'](_0x581c72['attributesBoolean']);for(_0x39ed62=0x0;_0x39ed62<_0x1d348c['length'];++_0x39ed62)_0x1609be['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x1d348c[_0x39ed62])['uint32'](0x10)['bool'](_0x581c72['attributesBoolean'][_0x1d348c[_0x39ed62]])['ldelim']();}return null!=_0x581c72['attributesJson']&&Object['hasOwnProperty']['call'](_0x581c72,'attributesJson')&&_0x1609be['uint32'](0x2a)['string'](_0x581c72['attributesJson']),_0x1609be;},_0x6cfa6d['encodeDelimited']=function(_0x2e7e89,_0xf2b1ba){return this['encode'](_0x2e7e89,_0xf2b1ba)['ldelim']();},_0x6cfa6d['decode']=function(_0x149f6d,_0x3e2d1b){_0x149f6d instanceof _0x3142c0||(_0x149f6d=_0x3142c0['create'](_0x149f6d));for(var _0x14ab26,_0x2de982,_0x3fb812=void 0x0===_0x3e2d1b?_0x149f6d['len']:_0x149f6d['pos']+_0x3e2d1b,_0x259c7b=new _0x2b17c8['Element']();_0x149f6d['pos']<_0x3fb812;){var _0x4f54d5=_0x149f6d['uint32']();switch(_0x4f54d5>>>0x3){case 0x1:_0x259c7b['name']=_0x149f6d['string']();break;case 0x2:_0x259c7b['children']&&_0x259c7b['children']['length']||(_0x259c7b['children']=[]),_0x259c7b['children']['push'](_0x2b17c8['Element']['decode'](_0x149f6d,_0x149f6d['uint32']()));break;case 0x3:_0x259c7b['data']=_0x149f6d['string']();break;case 0x4:_0x259c7b['attributesBoolean']===_0x203e81['emptyObject']&&(_0x259c7b['attributesBoolean']={});var _0x1bc49d=_0x149f6d['uint32']()+_0x149f6d['pos'];for(_0x14ab26='',_0x2de982=!0x1;_0x149f6d['pos']<_0x1bc49d;){var _0x19e211=_0x149f6d['uint32']();switch(_0x19e211>>>0x3){case 0x1:_0x14ab26=_0x149f6d['string']();break;case 0x2:_0x2de982=_0x149f6d['bool']();break;default:_0x149f6d['skipType'](0x7&_0x19e211);}}_0x259c7b['attributesBoolean'][_0x14ab26]=_0x2de982;break;case 0x5:_0x259c7b['attributesJson']=_0x149f6d['string']();break;default:_0x149f6d['skipType'](0x7&_0x4f54d5);}}return _0x259c7b;},_0x6cfa6d['decodeDelimited']=function(_0x23db48){return _0x23db48 instanceof _0x3142c0||(_0x23db48=new _0x3142c0(_0x23db48)),this['decode'](_0x23db48,_0x23db48['uint32']());},_0x6cfa6d['verify']=function(_0x5cfb34){if('object'!=typeof _0x5cfb34||null===_0x5cfb34)return'object\x20expected';if(null!=_0x5cfb34['name']&&_0x5cfb34['hasOwnProperty']('name')&&!_0x203e81['isString'](_0x5cfb34['name']))return'name:\x20string\x20expected';if(null!=_0x5cfb34['children']&&_0x5cfb34['hasOwnProperty']('children')){if(!Array['isArray'](_0x5cfb34['children']))return'children:\x20array\x20expected';for(var _0x20bd4b=0x0;_0x20bd4b<_0x5cfb34['children']['length'];++_0x20bd4b){var _0x578119=_0x2b17c8['Element']['verify'](_0x5cfb34['children'][_0x20bd4b]);if(_0x578119)return'children.'+_0x578119;}}if(null!=_0x5cfb34['data']&&_0x5cfb34['hasOwnProperty']('data')&&!_0x203e81['isString'](_0x5cfb34['data']))return'data:\x20string\x20expected';if(null!=_0x5cfb34['attributesBoolean']&&_0x5cfb34['hasOwnProperty']('attributesBoolean')){if(!_0x203e81['isObject'](_0x5cfb34['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x4edd01=Object['keys'](_0x5cfb34['attributesBoolean']);for(_0x20bd4b=0x0;_0x20bd4b<_0x4edd01['length'];++_0x20bd4b)if('boolean'!=typeof _0x5cfb34['attributesBoolean'][_0x4edd01[_0x20bd4b]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x5cfb34['attributesJson']&&_0x5cfb34['hasOwnProperty']('attributesJson')&&!_0x203e81['isString'](_0x5cfb34['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x6cfa6d['fromObject']=function(_0x20f99a){if(_0x20f99a instanceof _0x2b17c8['Element'])return _0x20f99a;var _0x5b427a=new _0x2b17c8['Element']();if(null!=_0x20f99a['name']&&(_0x5b427a['name']=String(_0x20f99a['name'])),_0x20f99a['children']){if(!Array['isArray'](_0x20f99a['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x5b427a['children']=[];for(var _0x59ae15=0x0;_0x59ae15<_0x20f99a['children']['length'];++_0x59ae15){if('object'!=typeof _0x20f99a['children'][_0x59ae15])throw TypeError('.Element.children:\x20object\x20expected');_0x5b427a['children'][_0x59ae15]=_0x2b17c8['Element']['fromObject'](_0x20f99a['children'][_0x59ae15]);}}if(null!=_0x20f99a['data']&&(_0x5b427a['data']=String(_0x20f99a['data'])),_0x20f99a['attributesBoolean']){if('object'!=typeof _0x20f99a['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x5b427a['attributesBoolean']={};var _0x4c65da=Object['keys'](_0x20f99a['attributesBoolean']);for(_0x59ae15=0x0;_0x59ae15<_0x4c65da['length'];++_0x59ae15)_0x5b427a['attributesBoolean'][_0x4c65da[_0x59ae15]]=Boolean(_0x20f99a['attributesBoolean'][_0x4c65da[_0x59ae15]]);}return null!=_0x20f99a['attributesJson']&&(_0x5b427a['attributesJson']=String(_0x20f99a['attributesJson'])),_0x5b427a;},_0x6cfa6d['toObject']=function(_0x41ef16,_0x3c034a){_0x3c034a||(_0x3c034a={});var _0x526d4c,_0x384db4={};if((_0x3c034a['arrays']||_0x3c034a['defaults'])&&(_0x384db4['children']=[]),(_0x3c034a['objects']||_0x3c034a['defaults'])&&(_0x384db4['attributesBoolean']={}),_0x3c034a['defaults']&&(_0x384db4['name']='',_0x384db4['data']='',_0x384db4['attributesJson']=''),null!=_0x41ef16['name']&&_0x41ef16['hasOwnProperty']('name')&&(_0x384db4['name']=_0x41ef16['name']),_0x41ef16['children']&&_0x41ef16['children']['length']){_0x384db4['children']=[];for(var _0x3bb326=0x0;_0x3bb326<_0x41ef16['children']['length'];++_0x3bb326)_0x384db4['children'][_0x3bb326]=_0x2b17c8['Element']['toObject'](_0x41ef16['children'][_0x3bb326],_0x3c034a);}if(null!=_0x41ef16['data']&&_0x41ef16['hasOwnProperty']('data')&&(_0x384db4['data']=_0x41ef16['data']),_0x41ef16['attributesBoolean']&&(_0x526d4c=Object['keys'](_0x41ef16['attributesBoolean']))['length']){_0x384db4['attributesBoolean']={};for(_0x3bb326=0x0;_0x3bb326<_0x526d4c['length'];++_0x3bb326)_0x384db4['attributesBoolean'][_0x526d4c[_0x3bb326]]=_0x41ef16['attributesBoolean'][_0x526d4c[_0x3bb326]];}return null!=_0x41ef16['attributesJson']&&_0x41ef16['hasOwnProperty']('attributesJson')&&(_0x384db4['attributesJson']=_0x41ef16['attributesJson']),_0x384db4;},_0x6cfa6d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b8aab['util']['toJSONOptions']);},_0x6cfa6d['getTypeUrl']=function(_0x44bddd){return void 0x0===_0x44bddd&&(_0x44bddd='type.googleapis.com'),_0x44bddd+'/Element';},_0x6cfa6d;}()),_0x2b17c8;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x4689c4){return new w(this['_protobufRoot'][_0x4689c4]);}}class w{['_protobuf'];constructor(_0x4d83b5){this['_protobuf']=_0x4d83b5;}['compress'](_0xf99a11){const _0xedee7a=this['_protobuf']['verify'](_0xf99a11);if(_0xedee7a)throw Error(_0xedee7a);return this['_protobuf']['encode'](this['_protobuf']['create'](_0xf99a11))['finish']();}['decompress'](_0x5b14c7){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x5b14c7),{'oneofs':!0x0});}}function g(_0x373e7d,_0x2507fa){const _0x45a6bf=_0x57e431(_0x373e7d);return _0x45a6bf['path'][_0x45a6bf['path']['length']-0x1]+=_0x2507fa,_0x45a6bf;}function _(_0x435d5e,_0x24b831){return _0x435d5e['root']===_0x24b831['root']&&_0x3af1fa(_0x435d5e['path'],_0x24b831['path']);}function $(_0x3462e9){P(_0x3462e9,_0xf11d1b=>('main'==_0xf11d1b['root']?(_0xf11d1b['rootMain']=!0x0,delete _0xf11d1b['root']):'$graveyard'==_0xf11d1b['root']&&(_0xf11d1b['rootGraveyard']=!0x0,delete _0xf11d1b['root']),_0xf11d1b));}function J(_0x3bdc7b){P(_0x3bdc7b,_0x581a56=>(_0x581a56['rootMain']?(_0x581a56['root']='main',delete _0x581a56['rootMain']):_0x581a56['rootGraveyard']&&(_0x581a56['root']='$graveyard',delete _0x581a56['rootGraveyard']),_0x581a56));}function P(_0x15f19f,_0xb734b9){for(const _0x490932 in _0x15f19f){const _0x204b75=_0x15f19f[_0x490932];'nodes'!==_0x490932&&_0x30aa1b(_0x204b75)&&(_0x204b75['path']&&(_0x204b75['root']||_0x204b75['rootMain']||_0x204b75['rootGraveyard'])?_0x15f19f[_0x490932]=_0xb734b9(_0x204b75):P(_0x204b75,_0xb734b9));}return _0x15f19f;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x3c0e60,_0x2f521a,_0x2bb596){this['_id']=_0x3c0e60,this['_operationName']=_0x2f521a,this['_protobufDescriptor']=_0x2bb596;}['compress'](_0x2f62db,_0x5d7551){const _0x3c84d6=_0x5d7551['shift']();return $(_0x3c84d6),_0x2f62db['buffers']['push'](this['_protobufDescriptor']['compress'](_0x3c84d6)),_0x2f62db['types']['push'](this['_id']),!0x0;}['decompress'](_0x30e660,_0x21e4e2){_0x21e4e2['types']['shift']();const _0x34e572=this['_protobufDescriptor']['decompress'](_0x21e4e2['buffers']['shift']());J(_0x34e572),_0x34e572['__className']=this['_operationName'],_0x30e660['push'](_0x34e572);}}class s extends e{['compress'](_0xb80ef7,_0x2898b8){const _0x5eb941=_0x2898b8['shift']();return this['_serializeOneOf']('oldValue',_0x5eb941),this['_serializeOneOf']('newValue',_0x5eb941),$(_0x5eb941),_0xb80ef7['buffers']['push'](this['_protobufDescriptor']['compress'](_0x5eb941)),_0xb80ef7['types']['push'](this['_id']),!0x0;}['decompress'](_0x129d2b,_0xf2472e){const {types:_0x529f8e,buffers:_0x2180ed}=_0xf2472e,_0x1e9b8a=this['_protobufDescriptor']['decompress'](_0x2180ed['shift']());_0x529f8e['shift'](),this['_deserializeOneOf']('oldValue',_0x1e9b8a),this['_deserializeOneOf']('newValue',_0x1e9b8a),J(_0x1e9b8a),_0x1e9b8a['__className']=this['_operationName'],_0x129d2b['push'](_0x1e9b8a);}['_serializeOneOf'](_0x347c65,_0x2a057e){const _0x5331bc=_0x2a057e[_0x347c65];'boolean'==typeof _0x5331bc?_0x2a057e[_0x347c65+'Boolean']=_0x5331bc:_0x2a057e[_0x347c65+'Json']=JSON['stringify'](_0x5331bc);}['_deserializeOneOf'](_0x353dbe,_0x9eddae){const _0x19ef52=_0x353dbe+'Json';_0x9eddae[_0x19ef52]?(_0x9eddae[_0x353dbe]=JSON['parse'](_0x9eddae[_0x19ef52]),delete _0x9eddae[_0x19ef52]):(_0x9eddae[_0x353dbe]=_0x9eddae[_0x353dbe+'Boolean'],delete _0x9eddae[_0x353dbe+'Boolean']);}}class i extends e{['compress'](_0x2b5f69,_0x5650b2){const _0x10dc7a=_0x5650b2['shift']();return this['_serializeNodesAttributes'](_0x10dc7a['nodes']),$(_0x10dc7a),_0x2b5f69['buffers']['push'](this['_protobufDescriptor']['compress'](_0x10dc7a)),_0x2b5f69['types']['push'](this['_id']),!0x0;}['decompress'](_0x577943,_0x4845e0){const {types:_0x2b85a,buffers:_0x4a0d22}=_0x4845e0,_0x46a676=this['_protobufDescriptor']['decompress'](_0x4a0d22['shift']());_0x2b85a['shift'](),_0x46a676['nodes']||(_0x46a676['nodes']=[]),this['_deserializeNodesAttributes'](_0x46a676['nodes']),J(_0x46a676),_0x46a676['__className']=this['_operationName'],_0x577943['push'](_0x46a676);}['_serializeNodesAttributes'](_0x1947e5){for(const _0x561b02 of _0x1947e5){if(_0x561b02['attributes']){const _0x5e7f0d=_0x561b02['attributes'];this['_areValuesBoolean'](_0x5e7f0d)?_0x561b02['attributesBoolean']=_0x5e7f0d:_0x561b02['attributesJson']=JSON['stringify'](_0x5e7f0d);}_0x561b02['children']&&this['_serializeNodesAttributes'](_0x561b02['children']);}}['_deserializeNodesAttributes'](_0x50c651){for(const _0x51d2e6 of _0x50c651)(_0x51d2e6['attributesBoolean']||_0x51d2e6['attributesJson'])&&(_0x51d2e6['attributesBoolean']?(_0x51d2e6['attributes']=_0x51d2e6['attributesBoolean'],delete _0x51d2e6['attributesBoolean']):(_0x51d2e6['attributes']=JSON['parse'](_0x51d2e6['attributesJson']),delete _0x51d2e6['attributesJson'])),_0x51d2e6['children']&&this['_deserializeNodesAttributes'](_0x51d2e6['children']);}['_areValuesBoolean'](_0x1eae74){return Object['keys'](_0x1eae74)['every'](_0x5b0f3c=>'boolean'==typeof _0x1eae74[_0x5b0f3c]);}}class n extends e{['decompress'](_0x2fd294,_0x307ce1){super['decompress'](_0x2fd294,_0x307ce1);const _0x539265=_0x2fd294[_0x2fd294['length']-0x1];_0x539265['oldRange']||(_0x539265['oldRange']=null),_0x539265['newRange']||(_0x539265['newRange']=null);}}class p extends e{['compress'](_0x2647bd,_0x2e8bc7){return _0x2e8bc7['shift'](),_0x2647bd['types']['push'](this['_id']),!0x0;}['decompress'](_0x18d2cb,_0x19e675){_0x19e675['types']['shift'](),_0x18d2cb['push']({'__className':this['_operationName']});}}class m extends n{['_omittedNamespace'];constructor(_0x239886,_0x46e0bd,_0x344321,_0x8f2724){super(_0x239886,_0x46e0bd,_0x344321),this['_omittedNamespace']=_0x8f2724+':';}['compress'](_0x4ef882,_0x34aee5){return!('MarkerOperation'!=_0x34aee5[0x0]['__className']||!_0x34aee5[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x34aee5[0x0]['name']=_0x34aee5[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x4ef882,_0x34aee5),!0x0);}['decompress'](_0x5a6011,_0x231ce9){super['decompress'](_0x5a6011,_0x231ce9);const _0x466422=_0x5a6011[_0x5a6011['length']-0x1];_0x466422['name']=this['_omittedNamespace']+_0x466422['name'];}}class O{['_id'];['_context'];constructor(_0x544e65,_0x5cef9d){this['_id']=_0x544e65,this['_context']=_0x5cef9d;}['compress'](_0x37c470,_0x59731c){let _0x4a5c1e;for(;_0x59731c['length']>0x1&&this['_compareOperations'](_0x59731c[0x0],_0x59731c[0x1]);)_0x4a5c1e?(_0x4a5c1e=this['_combineNext'](_0x59731c['shift'](),_0x4a5c1e),_0x37c470['types']['push'](0x0)):(_0x4a5c1e=_0x57e431(_0x59731c['shift']()),_0x37c470['types']['push'](this['_id']));return!!_0x4a5c1e&&(_0x4a5c1e=this['_combineNext'](_0x59731c['shift'](),_0x4a5c1e),_0x37c470['types']['push'](0x0),_0x37c470['buffers']['push'](this['_compressSingleOperation'](_0x4a5c1e)),!0x0);}['decompress'](_0x469073,_0x461d85){const _0x3cdd66=this['_decompressSingleOperation'](_0x461d85);for(;0x0==_0x461d85['types'][0x0];)_0x461d85['types']['shift'](),_0x469073['push'](this['_splitCurrent'](_0x3cdd66));_0x469073['push'](_0x3cdd66);}}class a extends O{['_combineNext'](_0x1065f6,_0x2f8b66){return _0x2f8b66['nodes'][0x0]['data']+=_0x1065f6['nodes'][0x0]['data'],_0x2f8b66;}['_splitCurrent'](_0xcbf3cf){const _0x2a6019=_0x57e431(_0xcbf3cf),_0x17b649=_0x2a6019['nodes'][0x0],_0xefb22c=_0xcbf3cf['nodes'][0x0],_0x399e00=_0xefb22c['data'][Symbol['iterator']]()['next']()['value'],_0x57347e=_0x399e00['length'];return _0x17b649['data']=_0x399e00,_0xefb22c['data']=_0xefb22c['data']['substr'](_0x57347e),_0xcbf3cf['position']=g(_0xcbf3cf['position'],_0x57347e),_0x2a6019;}['_compareOperations'](_0x354dce,_0x38388f){if(this['_checkOperation'](_0x354dce)&&this['_checkOperation'](_0x38388f)){const _0x3cae0b=_0x354dce['nodes'][0x0]['data']['length'],_0x29a5ac=_(g(_0x354dce['position'],_0x3cae0b),_0x38388f['position']),_0x5cfaa0=_0x354dce['nodes'][0x0],_0x58008b=_0x38388f['nodes'][0x0];return _0x29a5ac&&this['_compareAttributes'](_0x5cfaa0,_0x58008b);}return!0x1;}['_compressSingleOperation'](_0x2bad8d){const _0x511847={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x511847,[_0x2bad8d]),_0x511847['buffers'][0x0];}['_decompressSingleOperation'](_0x16a560){const _0x3324bb=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x3324bb,_0x16a560),_0x3324bb[0x0];}['_checkOperation'](_0x2fc33a){return'InsertOperation'==_0x2fc33a['__className']&&0x1==_0x2fc33a['nodes']['length']&&_0x2fc33a['nodes'][0x0]['data']&&!_0x2fc33a['wasUndone']&&0x1==Array['from'](_0x2fc33a['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x118e42,_0x176d71){const _0x4a27bb=Object['keys'](_0x118e42['attributes']||{}),_0x44c80b=Object['keys'](_0x176d71['attributes']||{});return _0x4a27bb['length']===_0x44c80b['length']&&_0x4a27bb['every'](_0x250dee=>_0x176d71['attributes'][_0x250dee]&&_0x176d71['attributes'][_0x250dee]===_0x118e42['attributes'][_0x250dee]);}}class c extends O{['_combineNext'](_0x1c6699,_0x1cd615){return _0x1cd615['howMany']++,_0x1cd615['sourcePosition']=_0x57e431(_0x1c6699['sourcePosition']),_0x1cd615;}['_splitCurrent'](_0xd417ab){const _0xb8004=_0x57e431(_0xd417ab);return _0xd417ab['howMany']--,_0xb8004['howMany']=0x1,_0xb8004['sourcePosition']=g(_0xb8004['sourcePosition'],_0xd417ab['howMany']),_0xb8004;}['_compareOperations'](_0x2188f8,_0x45dd18){return!(!this['_checkOperation'](_0x2188f8)||!this['_checkOperation'](_0x45dd18))&&(_(g(_0x2188f8['sourcePosition'],-0x1),_0x45dd18['sourcePosition'])&&_(_0x2188f8['targetPosition'],_0x45dd18['targetPosition']));}['_compressSingleOperation'](_0x183d11){const _0x526e5d={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x526e5d,[_0x183d11]),_0x526e5d['buffers'][0x0];}['_decompressSingleOperation'](_0x2053b2){const _0x44c9c0=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x44c9c0,_0x2053b2),_0x44c9c0[0x0];}['_checkOperation'](_0x748153){return'MoveOperation'==_0x748153['__className']&&'$graveyard'==_0x748153['targetPosition']['root']&&0x1==_0x748153['howMany']&&!_0x748153['wasUndone'];}}class h extends O{['_combineNext'](_0x53fd63,_0x3a6e3b){return _0x3a6e3b['howMany']++,_0x3a6e3b;}['_splitCurrent'](_0x274789){const _0x4e4e9c=_0x57e431(_0x274789);return _0x4e4e9c['howMany']=0x1,_0x274789['howMany']--,_0x4e4e9c;}['_compareOperations'](_0x523b86,_0x16a64b){return!(!this['_checkOperation'](_0x523b86)||!this['_checkOperation'](_0x16a64b))&&(_(_0x523b86['sourcePosition'],_0x16a64b['sourcePosition'])&&_(_0x523b86['targetPosition'],_0x16a64b['targetPosition']));}['_compressSingleOperation'](_0x368669){const _0x54a310={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x54a310,[_0x368669]),_0x54a310['buffers'][0x0];}['_decompressSingleOperation'](_0x566751){const _0x3908e0=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x3908e0,_0x566751),_0x3908e0[0x0];}['_checkOperation'](_0x35ad67){return'MoveOperation'==_0x35ad67['__className']&&'$graveyard'==_0x35ad67['targetPosition']['root']&&0x1==_0x35ad67['howMany']&&!_0x35ad67['wasUndone'];}}class f extends O{['compress'](_0x4c383f,_0x1119f9){if(!this['_compareOperations'](_0x1119f9[0x0],_0x1119f9[0x1]))return!0x1;const _0x4a8e39=_0x1119f9['shift']();return _0x4a8e39['oldRange']=null,_0x4a8e39['newRange']&&_(_0x4a8e39['newRange']['start'],_0x4a8e39['newRange']['end'])&&(_0x4a8e39['newRange']['end']=null),_0x1119f9['shift'](),_0x4c383f['types']['push'](this['_id']),_0x4c383f['types']['push'](0x0),_0x4c383f['buffers']['push'](this['_compressSingleOperation'](_0x4a8e39)),!0x0;}['decompress'](_0x50f9bd,_0x1713d6){const _0x4b2b16=this['_decompressSingleOperation'](_0x1713d6);_0x4b2b16['newRange']&&!_0x4b2b16['newRange']['end']&&(_0x4b2b16['newRange']['end']=_0x57e431(_0x4b2b16['newRange']['start']));const _0x2632b7=_0x57e431(_0x4b2b16);_0x2632b7['newRange']&&(_0x2632b7['newRange']['start']['stickiness']='toNone',_0x2632b7['newRange']['end']=_0x57e431(_0x2632b7['newRange']['start'])),_0x2632b7['name']='user:position:'+_0x2632b7['name']['split'](':')[0x2],_0x1713d6['types']['shift'](),_0x50f9bd['push'](_0x4b2b16),_0x50f9bd['push'](_0x2632b7);}['_compressSingleOperation'](_0xaaf03e){const _0x1ed7dc={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x1ed7dc,[_0xaaf03e]),_0x1ed7dc['buffers'][0x0];}['_decompressSingleOperation'](_0x413534){const _0x5662f3=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x5662f3,_0x413534),_0x5662f3[0x0];}['_compareOperations'](_0x436e5d,_0x2fe6e0){return!(!_0x436e5d||!_0x2fe6e0)&&('MarkerOperation'==_0x436e5d['__className']&&'MarkerOperation'==_0x2fe6e0['__className']&&!(!_0x436e5d['name']['startsWith']('user:')||!_0x2fe6e0['name']['startsWith']('user:')||_0x436e5d['name']==_0x2fe6e0['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x7f7b66=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new m(0x12,'MarkerOperation',_0x7f7b66,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new m(0x13,'MarkerOperation',_0x7f7b66,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',a),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x333616){if(!_0x333616||!_0x333616[0x0])throw new _0x351577('no-operations-provided',this);const _0x1ee9cb={'types':[],'buffers':[],'baseVersion':_0x333616[0x0]['baseVersion']};for(;_0x333616['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x1ee9cb,_0x333616)||this['_getCompressorByName']('TypingAction')['compress'](_0x1ee9cb,_0x333616)||this['_getCompressorByName']('DeletingAction')['compress'](_0x1ee9cb,_0x333616)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x1ee9cb,_0x333616)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x1ee9cb,_0x333616)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x1ee9cb,_0x333616)||this['_getCompressorByName'](_0x333616[0x0]['__className'])['compress'](_0x1ee9cb,_0x333616);return _0x1ee9cb;}['decompress'](_0x3655be){const _0x41951b=[];for(;_0x3655be['types']['length'];){const _0x8f26f5=this['_compressorById']['get'](_0x3655be['types'][0x0]);if(!_0x8f26f5)throw new _0x351577('decompress-compressor-not-found',this,{'type':_0x3655be['types'][0x0]});_0x8f26f5['decompress'](_0x41951b,_0x3655be);}return _0x41951b['forEach']((_0x98093e,_0x228232)=>_0x98093e['baseVersion']=_0x3655be['baseVersion']+_0x228232),_0x41951b;}['_getCompressorByName'](_0xf0999d){return this['_compressorByName']['get'](_0xf0999d);}['_registerOperationCompressor'](_0x19c541,_0x34cf1c,_0x4575c1){const _0x5d9844=new _0x4575c1(_0x19c541,_0x34cf1c,this['_protobufFactory']['getDescriptor'](_0x34cf1c));this['_registerCompressor'](_0x19c541,_0x34cf1c,_0x5d9844);}['_registerActionCompressor'](_0x44aefd,_0x1e389d,_0x4d4b9d){const _0x1d7981=new _0x4d4b9d(_0x44aefd,this);this['_registerCompressor'](_0x44aefd,_0x1e389d,_0x1d7981);}['_registerCompressor'](_0x160c28,_0xea8971,_0x333d88){this['_compressorById']['set'](_0x160c28,_0x333d88),this['_compressorByName']['set'](_0xea8971,_0x333d88);}}export{y as Compressor};
|