@ckeditor/ckeditor5-operations-compressor 43.3.1 → 44.0.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/README.md +12 -6
- package/dist/index.js +2 -2
- package/package.json +3 -3
- package/src/actioncompressor/actioncompressor.js +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
- package/src/actioncompressor/typingactioncompressor.js +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +1 -1
- package/src/compressor.js +1 -1
- package/src/index.js +1 -1
- package/src/lib/compiledmessages.js +2 -2
- package/src/lib/protobufdescriptions.js +1 -1
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +1 -1
- package/src/operationcompressor/attributeoperationcompressor.js +1 -1
- package/src/operationcompressor/insertoperationcompressor.js +1 -1
- package/src/operationcompressor/markeroperationcompressor.js +1 -1
- package/src/operationcompressor/nooperationcompressor.js +1 -1
- package/src/operationcompressor/operationcompressor.js +1 -1
- package/src/protobuffactory.js +1 -1
- package/src/utils.js +1 -1
package/README.md
CHANGED
|
@@ -4,18 +4,24 @@
|
|
|
4
4
|
|
|
5
5
|
CKEditor 5 operations compressor is a low-level API that compresses and decompresses operations to a normalized binary format to decrease network usage during real-time collaborative editing. It is required by the [CKEditor 5 real-time collaborative editing](https://ckeditor.com/collaboration/real-time/) feature to enable collaboration in [CKEditor 5](https://ckeditor.com/ckeditor-5/).
|
|
6
6
|
|
|
7
|
-
## Documentation
|
|
8
|
-
|
|
9
|
-
For more information about real-time collaboration see the [CKEditor 5 real-time collaboration documentation](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration.html).
|
|
10
|
-
|
|
11
|
-
Also, make sure you visit the [CKEditor 5 changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md) whenever a new version of the package is released.
|
|
12
|
-
|
|
13
7
|
## Installation
|
|
14
8
|
|
|
9
|
+
This plugin is part of the `ckeditor5-premium-features` package. Install the whole package to use it.
|
|
10
|
+
|
|
15
11
|
```bash
|
|
16
12
|
npm install ckeditor5-premium-features
|
|
17
13
|
```
|
|
18
14
|
|
|
15
|
+
## Create free account
|
|
16
|
+
|
|
17
|
+
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/signup).
|
|
18
|
+
|
|
19
|
+
## Documentation
|
|
20
|
+
|
|
21
|
+
For more information about real-time collaboration see the [CKEditor 5 real-time collaboration documentation](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration.html).
|
|
22
|
+
|
|
23
|
+
Also, make sure you visit the [CKEditor 5 changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md) whenever a new version of the package is released.
|
|
24
|
+
|
|
19
25
|
## Getting support
|
|
20
26
|
|
|
21
27
|
CKEditor 5 operations compressor comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 Collaboration features with your application.
|
package/dist/index.js
CHANGED
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{CKEditorError as
|
|
24
|
-
((()=>{var _0x2a3711=_0x1cb8e6['Reader'],_0x3f90b9=_0x1cb8e6['Writer'],_0x2d424b=_0x1cb8e6['util'],_0x39c05c=_0x1cb8e6['roots']['default']||(_0x1cb8e6['roots']['default']={});return _0x39c05c['AttributeOperation']=(function(){function _0x274d77(_0x3aa44e){if(_0x3aa44e){for(var _0x5ef3b4=Object['keys'](_0x3aa44e),_0x29e696=0x0;_0x29e696<_0x5ef3b4['length'];++_0x29e696)null!=_0x3aa44e[_0x5ef3b4[_0x29e696]]&&(this[_0x5ef3b4[_0x29e696]]=_0x3aa44e[_0x5ef3b4[_0x29e696]]);}}return _0x274d77['prototype']['range']=null,_0x274d77['prototype']['key']='',_0x274d77['prototype']['oldValueBoolean']=!0x1,_0x274d77['prototype']['oldValueJson']='',_0x274d77['prototype']['newValueBoolean']=!0x1,_0x274d77['prototype']['newValueJson']='',_0x274d77['prototype']['wasUndone']=!0x1,_0x274d77['create']=function(_0x4c04fe){return new _0x274d77(_0x4c04fe);},_0x274d77['encode']=function(_0x323777,_0x9e71c5){return _0x9e71c5||(_0x9e71c5=_0x3f90b9['create']()),null!=_0x323777['range']&&Object['hasOwnProperty']['call'](_0x323777,'range')&&_0x39c05c['Range']['encode'](_0x323777['range'],_0x9e71c5['uint32'](0xa)['fork']())['ldelim'](),null!=_0x323777['key']&&Object['hasOwnProperty']['call'](_0x323777,'key')&&_0x9e71c5['uint32'](0x12)['string'](_0x323777['key']),null!=_0x323777['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x323777,'oldValueBoolean')&&_0x9e71c5['uint32'](0x18)['bool'](_0x323777['oldValueBoolean']),null!=_0x323777['oldValueJson']&&Object['hasOwnProperty']['call'](_0x323777,'oldValueJson')&&_0x9e71c5['uint32'](0x22)['string'](_0x323777['oldValueJson']),null!=_0x323777['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x323777,'newValueBoolean')&&_0x9e71c5['uint32'](0x28)['bool'](_0x323777['newValueBoolean']),null!=_0x323777['newValueJson']&&Object['hasOwnProperty']['call'](_0x323777,'newValueJson')&&_0x9e71c5['uint32'](0x32)['string'](_0x323777['newValueJson']),null!=_0x323777['wasUndone']&&Object['hasOwnProperty']['call'](_0x323777,'wasUndone')&&_0x9e71c5['uint32'](0x38)['bool'](_0x323777['wasUndone']),_0x9e71c5;},_0x274d77['encodeDelimited']=function(_0x3569b2,_0x14010a){return this['encode'](_0x3569b2,_0x14010a)['ldelim']();},_0x274d77['decode']=function(_0x53a095,_0x2a6f54){_0x53a095 instanceof _0x2a3711||(_0x53a095=_0x2a3711['create'](_0x53a095));for(var _0x5b2bf4=void 0x0===_0x2a6f54?_0x53a095['len']:_0x53a095['pos']+_0x2a6f54,_0x5d8722=new _0x39c05c['AttributeOperation']();_0x53a095['pos']<_0x5b2bf4;){var _0x26ff30=_0x53a095['uint32']();switch(_0x26ff30>>>0x3){case 0x1:_0x5d8722['range']=_0x39c05c['Range']['decode'](_0x53a095,_0x53a095['uint32']());break;case 0x2:_0x5d8722['key']=_0x53a095['string']();break;case 0x3:_0x5d8722['oldValueBoolean']=_0x53a095['bool']();break;case 0x4:_0x5d8722['oldValueJson']=_0x53a095['string']();break;case 0x5:_0x5d8722['newValueBoolean']=_0x53a095['bool']();break;case 0x6:_0x5d8722['newValueJson']=_0x53a095['string']();break;case 0x7:_0x5d8722['wasUndone']=_0x53a095['bool']();break;default:_0x53a095['skipType'](0x7&_0x26ff30);}}return _0x5d8722;},_0x274d77['decodeDelimited']=function(_0x33de17){return _0x33de17 instanceof _0x2a3711||(_0x33de17=new _0x2a3711(_0x33de17)),this['decode'](_0x33de17,_0x33de17['uint32']());},_0x274d77['verify']=function(_0x3ab1d2){if('object'!=typeof _0x3ab1d2||null===_0x3ab1d2)return'object\x20expected';if(null!=_0x3ab1d2['range']&&_0x3ab1d2['hasOwnProperty']('range')){var _0x54b549=_0x39c05c['Range']['verify'](_0x3ab1d2['range']);if(_0x54b549)return'range.'+_0x54b549;}return null!=_0x3ab1d2['key']&&_0x3ab1d2['hasOwnProperty']('key')&&!_0x2d424b['isString'](_0x3ab1d2['key'])?'key:\x20string\x20expected':null!=_0x3ab1d2['oldValueBoolean']&&_0x3ab1d2['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x3ab1d2['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x3ab1d2['oldValueJson']&&_0x3ab1d2['hasOwnProperty']('oldValueJson')&&!_0x2d424b['isString'](_0x3ab1d2['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x3ab1d2['newValueBoolean']&&_0x3ab1d2['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x3ab1d2['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x3ab1d2['newValueJson']&&_0x3ab1d2['hasOwnProperty']('newValueJson')&&!_0x2d424b['isString'](_0x3ab1d2['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x3ab1d2['wasUndone']&&_0x3ab1d2['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3ab1d2['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x274d77['fromObject']=function(_0x3e835f){if(_0x3e835f instanceof _0x39c05c['AttributeOperation'])return _0x3e835f;var _0x4cf75a=new _0x39c05c['AttributeOperation']();if(null!=_0x3e835f['range']){if('object'!=typeof _0x3e835f['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x4cf75a['range']=_0x39c05c['Range']['fromObject'](_0x3e835f['range']);}return null!=_0x3e835f['key']&&(_0x4cf75a['key']=String(_0x3e835f['key'])),null!=_0x3e835f['oldValueBoolean']&&(_0x4cf75a['oldValueBoolean']=Boolean(_0x3e835f['oldValueBoolean'])),null!=_0x3e835f['oldValueJson']&&(_0x4cf75a['oldValueJson']=String(_0x3e835f['oldValueJson'])),null!=_0x3e835f['newValueBoolean']&&(_0x4cf75a['newValueBoolean']=Boolean(_0x3e835f['newValueBoolean'])),null!=_0x3e835f['newValueJson']&&(_0x4cf75a['newValueJson']=String(_0x3e835f['newValueJson'])),null!=_0x3e835f['wasUndone']&&(_0x4cf75a['wasUndone']=Boolean(_0x3e835f['wasUndone'])),_0x4cf75a;},_0x274d77['toObject']=function(_0x39dcf4,_0x6125d4){_0x6125d4||(_0x6125d4={});var _0xcae604={};return _0x6125d4['defaults']&&(_0xcae604['range']=null,_0xcae604['key']='',_0xcae604['oldValueBoolean']=!0x1,_0xcae604['oldValueJson']='',_0xcae604['newValueBoolean']=!0x1,_0xcae604['newValueJson']='',_0xcae604['wasUndone']=!0x1),null!=_0x39dcf4['range']&&_0x39dcf4['hasOwnProperty']('range')&&(_0xcae604['range']=_0x39c05c['Range']['toObject'](_0x39dcf4['range'],_0x6125d4)),null!=_0x39dcf4['key']&&_0x39dcf4['hasOwnProperty']('key')&&(_0xcae604['key']=_0x39dcf4['key']),null!=_0x39dcf4['oldValueBoolean']&&_0x39dcf4['hasOwnProperty']('oldValueBoolean')&&(_0xcae604['oldValueBoolean']=_0x39dcf4['oldValueBoolean']),null!=_0x39dcf4['oldValueJson']&&_0x39dcf4['hasOwnProperty']('oldValueJson')&&(_0xcae604['oldValueJson']=_0x39dcf4['oldValueJson']),null!=_0x39dcf4['newValueBoolean']&&_0x39dcf4['hasOwnProperty']('newValueBoolean')&&(_0xcae604['newValueBoolean']=_0x39dcf4['newValueBoolean']),null!=_0x39dcf4['newValueJson']&&_0x39dcf4['hasOwnProperty']('newValueJson')&&(_0xcae604['newValueJson']=_0x39dcf4['newValueJson']),null!=_0x39dcf4['wasUndone']&&_0x39dcf4['hasOwnProperty']('wasUndone')&&(_0xcae604['wasUndone']=_0x39dcf4['wasUndone']),_0xcae604;},_0x274d77['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1cb8e6['util']['toJSONOptions']);},_0x274d77['getTypeUrl']=function(_0x3366d0){return void 0x0===_0x3366d0&&(_0x3366d0='type.googleapis.com'),_0x3366d0+'/AttributeOperation';},_0x274d77;}()),_0x39c05c['InsertOperation']=(function(){function _0xe30895(_0x3de116){if(this['nodes']=[],_0x3de116){for(var _0x217986=Object['keys'](_0x3de116),_0x2054ab=0x0;_0x2054ab<_0x217986['length'];++_0x2054ab)null!=_0x3de116[_0x217986[_0x2054ab]]&&(this[_0x217986[_0x2054ab]]=_0x3de116[_0x217986[_0x2054ab]]);}}return _0xe30895['prototype']['position']=null,_0xe30895['prototype']['nodes']=_0x2d424b['emptyArray'],_0xe30895['prototype']['shouldReceiveAttributes']=!0x1,_0xe30895['prototype']['wasUndone']=!0x1,_0xe30895['create']=function(_0x479f30){return new _0xe30895(_0x479f30);},_0xe30895['encode']=function(_0x4541b3,_0x4da3cf){if(_0x4da3cf||(_0x4da3cf=_0x3f90b9['create']()),null!=_0x4541b3['position']&&Object['hasOwnProperty']['call'](_0x4541b3,'position')&&_0x39c05c['Position']['encode'](_0x4541b3['position'],_0x4da3cf['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4541b3['nodes']&&_0x4541b3['nodes']['length']){for(var _0x1066bd=0x0;_0x1066bd<_0x4541b3['nodes']['length'];++_0x1066bd)_0x39c05c['Element']['encode'](_0x4541b3['nodes'][_0x1066bd],_0x4da3cf['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x4541b3['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x4541b3,'shouldReceiveAttributes')&&_0x4da3cf['uint32'](0x18)['bool'](_0x4541b3['shouldReceiveAttributes']),null!=_0x4541b3['wasUndone']&&Object['hasOwnProperty']['call'](_0x4541b3,'wasUndone')&&_0x4da3cf['uint32'](0x20)['bool'](_0x4541b3['wasUndone']),_0x4da3cf;},_0xe30895['encodeDelimited']=function(_0x359067,_0x5e23ce){return this['encode'](_0x359067,_0x5e23ce)['ldelim']();},_0xe30895['decode']=function(_0x153141,_0xef3f81){_0x153141 instanceof _0x2a3711||(_0x153141=_0x2a3711['create'](_0x153141));for(var _0x49a7b4=void 0x0===_0xef3f81?_0x153141['len']:_0x153141['pos']+_0xef3f81,_0x174388=new _0x39c05c['InsertOperation']();_0x153141['pos']<_0x49a7b4;){var _0x20df66=_0x153141['uint32']();switch(_0x20df66>>>0x3){case 0x1:_0x174388['position']=_0x39c05c['Position']['decode'](_0x153141,_0x153141['uint32']());break;case 0x2:_0x174388['nodes']&&_0x174388['nodes']['length']||(_0x174388['nodes']=[]),_0x174388['nodes']['push'](_0x39c05c['Element']['decode'](_0x153141,_0x153141['uint32']()));break;case 0x3:_0x174388['shouldReceiveAttributes']=_0x153141['bool']();break;case 0x4:_0x174388['wasUndone']=_0x153141['bool']();break;default:_0x153141['skipType'](0x7&_0x20df66);}}return _0x174388;},_0xe30895['decodeDelimited']=function(_0x521f6d){return _0x521f6d instanceof _0x2a3711||(_0x521f6d=new _0x2a3711(_0x521f6d)),this['decode'](_0x521f6d,_0x521f6d['uint32']());},_0xe30895['verify']=function(_0x47af6a){if('object'!=typeof _0x47af6a||null===_0x47af6a)return'object\x20expected';if(null!=_0x47af6a['position']&&_0x47af6a['hasOwnProperty']('position')&&(_0x888e5a=_0x39c05c['Position']['verify'](_0x47af6a['position'])))return'position.'+_0x888e5a;if(null!=_0x47af6a['nodes']&&_0x47af6a['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x47af6a['nodes']))return'nodes:\x20array\x20expected';for(var _0x39e7ce=0x0;_0x39e7ce<_0x47af6a['nodes']['length'];++_0x39e7ce){var _0x888e5a;if(_0x888e5a=_0x39c05c['Element']['verify'](_0x47af6a['nodes'][_0x39e7ce]))return'nodes.'+_0x888e5a;}}return null!=_0x47af6a['shouldReceiveAttributes']&&_0x47af6a['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x47af6a['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x47af6a['wasUndone']&&_0x47af6a['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x47af6a['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xe30895['fromObject']=function(_0x4ba9cd){if(_0x4ba9cd instanceof _0x39c05c['InsertOperation'])return _0x4ba9cd;var _0x2f8c5a=new _0x39c05c['InsertOperation']();if(null!=_0x4ba9cd['position']){if('object'!=typeof _0x4ba9cd['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x2f8c5a['position']=_0x39c05c['Position']['fromObject'](_0x4ba9cd['position']);}if(_0x4ba9cd['nodes']){if(!Array['isArray'](_0x4ba9cd['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x2f8c5a['nodes']=[];for(var _0x588ff9=0x0;_0x588ff9<_0x4ba9cd['nodes']['length'];++_0x588ff9){if('object'!=typeof _0x4ba9cd['nodes'][_0x588ff9])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x2f8c5a['nodes'][_0x588ff9]=_0x39c05c['Element']['fromObject'](_0x4ba9cd['nodes'][_0x588ff9]);}}return null!=_0x4ba9cd['shouldReceiveAttributes']&&(_0x2f8c5a['shouldReceiveAttributes']=Boolean(_0x4ba9cd['shouldReceiveAttributes'])),null!=_0x4ba9cd['wasUndone']&&(_0x2f8c5a['wasUndone']=Boolean(_0x4ba9cd['wasUndone'])),_0x2f8c5a;},_0xe30895['toObject']=function(_0x49a00c,_0x1bc297){_0x1bc297||(_0x1bc297={});var _0xfee039={};if((_0x1bc297['arrays']||_0x1bc297['defaults'])&&(_0xfee039['nodes']=[]),_0x1bc297['defaults']&&(_0xfee039['position']=null,_0xfee039['shouldReceiveAttributes']=!0x1,_0xfee039['wasUndone']=!0x1),null!=_0x49a00c['position']&&_0x49a00c['hasOwnProperty']('position')&&(_0xfee039['position']=_0x39c05c['Position']['toObject'](_0x49a00c['position'],_0x1bc297)),_0x49a00c['nodes']&&_0x49a00c['nodes']['length']){_0xfee039['nodes']=[];for(var _0x38652c=0x0;_0x38652c<_0x49a00c['nodes']['length'];++_0x38652c)_0xfee039['nodes'][_0x38652c]=_0x39c05c['Element']['toObject'](_0x49a00c['nodes'][_0x38652c],_0x1bc297);}return null!=_0x49a00c['shouldReceiveAttributes']&&_0x49a00c['hasOwnProperty']('shouldReceiveAttributes')&&(_0xfee039['shouldReceiveAttributes']=_0x49a00c['shouldReceiveAttributes']),null!=_0x49a00c['wasUndone']&&_0x49a00c['hasOwnProperty']('wasUndone')&&(_0xfee039['wasUndone']=_0x49a00c['wasUndone']),_0xfee039;},_0xe30895['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1cb8e6['util']['toJSONOptions']);},_0xe30895['getTypeUrl']=function(_0xa5837f){return void 0x0===_0xa5837f&&(_0xa5837f='type.googleapis.com'),_0xa5837f+'/InsertOperation';},_0xe30895;}()),_0x39c05c['MarkerOperation']=(function(){function _0x8e6229(_0x26ca5f){if(_0x26ca5f){for(var _0x163263=Object['keys'](_0x26ca5f),_0x4380ec=0x0;_0x4380ec<_0x163263['length'];++_0x4380ec)null!=_0x26ca5f[_0x163263[_0x4380ec]]&&(this[_0x163263[_0x4380ec]]=_0x26ca5f[_0x163263[_0x4380ec]]);}}return _0x8e6229['prototype']['name']='',_0x8e6229['prototype']['oldRange']=null,_0x8e6229['prototype']['newRange']=null,_0x8e6229['prototype']['affectsData']=!0x1,_0x8e6229['prototype']['wasUndone']=!0x1,_0x8e6229['create']=function(_0x5ae4b2){return new _0x8e6229(_0x5ae4b2);},_0x8e6229['encode']=function(_0x56a0d1,_0x30b459){return _0x30b459||(_0x30b459=_0x3f90b9['create']()),null!=_0x56a0d1['name']&&Object['hasOwnProperty']['call'](_0x56a0d1,'name')&&_0x30b459['uint32'](0xa)['string'](_0x56a0d1['name']),null!=_0x56a0d1['oldRange']&&Object['hasOwnProperty']['call'](_0x56a0d1,'oldRange')&&_0x39c05c['Range']['encode'](_0x56a0d1['oldRange'],_0x30b459['uint32'](0x12)['fork']())['ldelim'](),null!=_0x56a0d1['newRange']&&Object['hasOwnProperty']['call'](_0x56a0d1,'newRange')&&_0x39c05c['Range']['encode'](_0x56a0d1['newRange'],_0x30b459['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x56a0d1['affectsData']&&Object['hasOwnProperty']['call'](_0x56a0d1,'affectsData')&&_0x30b459['uint32'](0x20)['bool'](_0x56a0d1['affectsData']),null!=_0x56a0d1['wasUndone']&&Object['hasOwnProperty']['call'](_0x56a0d1,'wasUndone')&&_0x30b459['uint32'](0x28)['bool'](_0x56a0d1['wasUndone']),_0x30b459;},_0x8e6229['encodeDelimited']=function(_0x5909fb,_0x2e7ad9){return this['encode'](_0x5909fb,_0x2e7ad9)['ldelim']();},_0x8e6229['decode']=function(_0x27bbec,_0x2ebc3f){_0x27bbec instanceof _0x2a3711||(_0x27bbec=_0x2a3711['create'](_0x27bbec));for(var _0x4c9f79=void 0x0===_0x2ebc3f?_0x27bbec['len']:_0x27bbec['pos']+_0x2ebc3f,_0x33b5c0=new _0x39c05c['MarkerOperation']();_0x27bbec['pos']<_0x4c9f79;){var _0xd5b29b=_0x27bbec['uint32']();switch(_0xd5b29b>>>0x3){case 0x1:_0x33b5c0['name']=_0x27bbec['string']();break;case 0x2:_0x33b5c0['oldRange']=_0x39c05c['Range']['decode'](_0x27bbec,_0x27bbec['uint32']());break;case 0x3:_0x33b5c0['newRange']=_0x39c05c['Range']['decode'](_0x27bbec,_0x27bbec['uint32']());break;case 0x4:_0x33b5c0['affectsData']=_0x27bbec['bool']();break;case 0x5:_0x33b5c0['wasUndone']=_0x27bbec['bool']();break;default:_0x27bbec['skipType'](0x7&_0xd5b29b);}}return _0x33b5c0;},_0x8e6229['decodeDelimited']=function(_0x19ca04){return _0x19ca04 instanceof _0x2a3711||(_0x19ca04=new _0x2a3711(_0x19ca04)),this['decode'](_0x19ca04,_0x19ca04['uint32']());},_0x8e6229['verify']=function(_0x1f2f8a){if('object'!=typeof _0x1f2f8a||null===_0x1f2f8a)return'object\x20expected';if(null!=_0x1f2f8a['name']&&_0x1f2f8a['hasOwnProperty']('name')&&!_0x2d424b['isString'](_0x1f2f8a['name']))return'name:\x20string\x20expected';var _0x2dfe4a;if(null!=_0x1f2f8a['oldRange']&&_0x1f2f8a['hasOwnProperty']('oldRange')&&(_0x2dfe4a=_0x39c05c['Range']['verify'](_0x1f2f8a['oldRange'])))return'oldRange.'+_0x2dfe4a;if(null!=_0x1f2f8a['newRange']&&_0x1f2f8a['hasOwnProperty']('newRange')&&(_0x2dfe4a=_0x39c05c['Range']['verify'](_0x1f2f8a['newRange'])))return'newRange.'+_0x2dfe4a;return null!=_0x1f2f8a['affectsData']&&_0x1f2f8a['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x1f2f8a['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x1f2f8a['wasUndone']&&_0x1f2f8a['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1f2f8a['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x8e6229['fromObject']=function(_0x3f1c89){if(_0x3f1c89 instanceof _0x39c05c['MarkerOperation'])return _0x3f1c89;var _0x15e46f=new _0x39c05c['MarkerOperation']();if(null!=_0x3f1c89['name']&&(_0x15e46f['name']=String(_0x3f1c89['name'])),null!=_0x3f1c89['oldRange']){if('object'!=typeof _0x3f1c89['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x15e46f['oldRange']=_0x39c05c['Range']['fromObject'](_0x3f1c89['oldRange']);}if(null!=_0x3f1c89['newRange']){if('object'!=typeof _0x3f1c89['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x15e46f['newRange']=_0x39c05c['Range']['fromObject'](_0x3f1c89['newRange']);}return null!=_0x3f1c89['affectsData']&&(_0x15e46f['affectsData']=Boolean(_0x3f1c89['affectsData'])),null!=_0x3f1c89['wasUndone']&&(_0x15e46f['wasUndone']=Boolean(_0x3f1c89['wasUndone'])),_0x15e46f;},_0x8e6229['toObject']=function(_0x1075e7,_0x5ea0cb){_0x5ea0cb||(_0x5ea0cb={});var _0x2dbaf0={};return _0x5ea0cb['defaults']&&(_0x2dbaf0['name']='',_0x2dbaf0['oldRange']=null,_0x2dbaf0['newRange']=null,_0x2dbaf0['affectsData']=!0x1,_0x2dbaf0['wasUndone']=!0x1),null!=_0x1075e7['name']&&_0x1075e7['hasOwnProperty']('name')&&(_0x2dbaf0['name']=_0x1075e7['name']),null!=_0x1075e7['oldRange']&&_0x1075e7['hasOwnProperty']('oldRange')&&(_0x2dbaf0['oldRange']=_0x39c05c['Range']['toObject'](_0x1075e7['oldRange'],_0x5ea0cb)),null!=_0x1075e7['newRange']&&_0x1075e7['hasOwnProperty']('newRange')&&(_0x2dbaf0['newRange']=_0x39c05c['Range']['toObject'](_0x1075e7['newRange'],_0x5ea0cb)),null!=_0x1075e7['affectsData']&&_0x1075e7['hasOwnProperty']('affectsData')&&(_0x2dbaf0['affectsData']=_0x1075e7['affectsData']),null!=_0x1075e7['wasUndone']&&_0x1075e7['hasOwnProperty']('wasUndone')&&(_0x2dbaf0['wasUndone']=_0x1075e7['wasUndone']),_0x2dbaf0;},_0x8e6229['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1cb8e6['util']['toJSONOptions']);},_0x8e6229['getTypeUrl']=function(_0x475c3b){return void 0x0===_0x475c3b&&(_0x475c3b='type.googleapis.com'),_0x475c3b+'/MarkerOperation';},_0x8e6229;}()),_0x39c05c['MergeOperation']=(function(){function _0x1adbb1(_0x5d32d8){if(_0x5d32d8){for(var _0xc50aec=Object['keys'](_0x5d32d8),_0xaba8d8=0x0;_0xaba8d8<_0xc50aec['length'];++_0xaba8d8)null!=_0x5d32d8[_0xc50aec[_0xaba8d8]]&&(this[_0xc50aec[_0xaba8d8]]=_0x5d32d8[_0xc50aec[_0xaba8d8]]);}}return _0x1adbb1['prototype']['sourcePosition']=null,_0x1adbb1['prototype']['targetPosition']=null,_0x1adbb1['prototype']['graveyardPosition']=null,_0x1adbb1['prototype']['howMany']=0x0,_0x1adbb1['prototype']['wasUndone']=!0x1,_0x1adbb1['create']=function(_0x497ae0){return new _0x1adbb1(_0x497ae0);},_0x1adbb1['encode']=function(_0x3eb2ad,_0x1b5fd1){return _0x1b5fd1||(_0x1b5fd1=_0x3f90b9['create']()),null!=_0x3eb2ad['sourcePosition']&&Object['hasOwnProperty']['call'](_0x3eb2ad,'sourcePosition')&&_0x39c05c['Position']['encode'](_0x3eb2ad['sourcePosition'],_0x1b5fd1['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3eb2ad['targetPosition']&&Object['hasOwnProperty']['call'](_0x3eb2ad,'targetPosition')&&_0x39c05c['Position']['encode'](_0x3eb2ad['targetPosition'],_0x1b5fd1['uint32'](0x12)['fork']())['ldelim'](),null!=_0x3eb2ad['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x3eb2ad,'graveyardPosition')&&_0x39c05c['Position']['encode'](_0x3eb2ad['graveyardPosition'],_0x1b5fd1['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x3eb2ad['howMany']&&Object['hasOwnProperty']['call'](_0x3eb2ad,'howMany')&&_0x1b5fd1['uint32'](0x20)['uint32'](_0x3eb2ad['howMany']),null!=_0x3eb2ad['wasUndone']&&Object['hasOwnProperty']['call'](_0x3eb2ad,'wasUndone')&&_0x1b5fd1['uint32'](0x28)['bool'](_0x3eb2ad['wasUndone']),_0x1b5fd1;},_0x1adbb1['encodeDelimited']=function(_0x436f96,_0x3cbae3){return this['encode'](_0x436f96,_0x3cbae3)['ldelim']();},_0x1adbb1['decode']=function(_0x2eba32,_0xe9f068){_0x2eba32 instanceof _0x2a3711||(_0x2eba32=_0x2a3711['create'](_0x2eba32));for(var _0xd0b6e5=void 0x0===_0xe9f068?_0x2eba32['len']:_0x2eba32['pos']+_0xe9f068,_0xe7e0f3=new _0x39c05c['MergeOperation']();_0x2eba32['pos']<_0xd0b6e5;){var _0x5c6a87=_0x2eba32['uint32']();switch(_0x5c6a87>>>0x3){case 0x1:_0xe7e0f3['sourcePosition']=_0x39c05c['Position']['decode'](_0x2eba32,_0x2eba32['uint32']());break;case 0x2:_0xe7e0f3['targetPosition']=_0x39c05c['Position']['decode'](_0x2eba32,_0x2eba32['uint32']());break;case 0x3:_0xe7e0f3['graveyardPosition']=_0x39c05c['Position']['decode'](_0x2eba32,_0x2eba32['uint32']());break;case 0x4:_0xe7e0f3['howMany']=_0x2eba32['uint32']();break;case 0x5:_0xe7e0f3['wasUndone']=_0x2eba32['bool']();break;default:_0x2eba32['skipType'](0x7&_0x5c6a87);}}return _0xe7e0f3;},_0x1adbb1['decodeDelimited']=function(_0x2a3fd8){return _0x2a3fd8 instanceof _0x2a3711||(_0x2a3fd8=new _0x2a3711(_0x2a3fd8)),this['decode'](_0x2a3fd8,_0x2a3fd8['uint32']());},_0x1adbb1['verify']=function(_0x1a16ae){if('object'!=typeof _0x1a16ae||null===_0x1a16ae)return'object\x20expected';var _0x298364;if(null!=_0x1a16ae['sourcePosition']&&_0x1a16ae['hasOwnProperty']('sourcePosition')&&(_0x298364=_0x39c05c['Position']['verify'](_0x1a16ae['sourcePosition'])))return'sourcePosition.'+_0x298364;if(null!=_0x1a16ae['targetPosition']&&_0x1a16ae['hasOwnProperty']('targetPosition')&&(_0x298364=_0x39c05c['Position']['verify'](_0x1a16ae['targetPosition'])))return'targetPosition.'+_0x298364;if(null!=_0x1a16ae['graveyardPosition']&&_0x1a16ae['hasOwnProperty']('graveyardPosition')&&(_0x298364=_0x39c05c['Position']['verify'](_0x1a16ae['graveyardPosition'])))return'graveyardPosition.'+_0x298364;return null!=_0x1a16ae['howMany']&&_0x1a16ae['hasOwnProperty']('howMany')&&!_0x2d424b['isInteger'](_0x1a16ae['howMany'])?'howMany:\x20integer\x20expected':null!=_0x1a16ae['wasUndone']&&_0x1a16ae['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1a16ae['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1adbb1['fromObject']=function(_0x403ffb){if(_0x403ffb instanceof _0x39c05c['MergeOperation'])return _0x403ffb;var _0x4a6144=new _0x39c05c['MergeOperation']();if(null!=_0x403ffb['sourcePosition']){if('object'!=typeof _0x403ffb['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x4a6144['sourcePosition']=_0x39c05c['Position']['fromObject'](_0x403ffb['sourcePosition']);}if(null!=_0x403ffb['targetPosition']){if('object'!=typeof _0x403ffb['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x4a6144['targetPosition']=_0x39c05c['Position']['fromObject'](_0x403ffb['targetPosition']);}if(null!=_0x403ffb['graveyardPosition']){if('object'!=typeof _0x403ffb['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x4a6144['graveyardPosition']=_0x39c05c['Position']['fromObject'](_0x403ffb['graveyardPosition']);}return null!=_0x403ffb['howMany']&&(_0x4a6144['howMany']=_0x403ffb['howMany']>>>0x0),null!=_0x403ffb['wasUndone']&&(_0x4a6144['wasUndone']=Boolean(_0x403ffb['wasUndone'])),_0x4a6144;},_0x1adbb1['toObject']=function(_0x335d36,_0x554ef7){_0x554ef7||(_0x554ef7={});var _0xf70f35={};return _0x554ef7['defaults']&&(_0xf70f35['sourcePosition']=null,_0xf70f35['targetPosition']=null,_0xf70f35['graveyardPosition']=null,_0xf70f35['howMany']=0x0,_0xf70f35['wasUndone']=!0x1),null!=_0x335d36['sourcePosition']&&_0x335d36['hasOwnProperty']('sourcePosition')&&(_0xf70f35['sourcePosition']=_0x39c05c['Position']['toObject'](_0x335d36['sourcePosition'],_0x554ef7)),null!=_0x335d36['targetPosition']&&_0x335d36['hasOwnProperty']('targetPosition')&&(_0xf70f35['targetPosition']=_0x39c05c['Position']['toObject'](_0x335d36['targetPosition'],_0x554ef7)),null!=_0x335d36['graveyardPosition']&&_0x335d36['hasOwnProperty']('graveyardPosition')&&(_0xf70f35['graveyardPosition']=_0x39c05c['Position']['toObject'](_0x335d36['graveyardPosition'],_0x554ef7)),null!=_0x335d36['howMany']&&_0x335d36['hasOwnProperty']('howMany')&&(_0xf70f35['howMany']=_0x335d36['howMany']),null!=_0x335d36['wasUndone']&&_0x335d36['hasOwnProperty']('wasUndone')&&(_0xf70f35['wasUndone']=_0x335d36['wasUndone']),_0xf70f35;},_0x1adbb1['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1cb8e6['util']['toJSONOptions']);},_0x1adbb1['getTypeUrl']=function(_0x2eb7de){return void 0x0===_0x2eb7de&&(_0x2eb7de='type.googleapis.com'),_0x2eb7de+'/MergeOperation';},_0x1adbb1;}()),_0x39c05c['MoveOperation']=(function(){function _0x5a35e2(_0x3670bd){if(_0x3670bd){for(var _0x58cffe=Object['keys'](_0x3670bd),_0x56d358=0x0;_0x56d358<_0x58cffe['length'];++_0x56d358)null!=_0x3670bd[_0x58cffe[_0x56d358]]&&(this[_0x58cffe[_0x56d358]]=_0x3670bd[_0x58cffe[_0x56d358]]);}}return _0x5a35e2['prototype']['sourcePosition']=null,_0x5a35e2['prototype']['howMany']=0x0,_0x5a35e2['prototype']['targetPosition']=null,_0x5a35e2['prototype']['wasUndone']=!0x1,_0x5a35e2['create']=function(_0x11355c){return new _0x5a35e2(_0x11355c);},_0x5a35e2['encode']=function(_0x342095,_0x5177d2){return _0x5177d2||(_0x5177d2=_0x3f90b9['create']()),null!=_0x342095['sourcePosition']&&Object['hasOwnProperty']['call'](_0x342095,'sourcePosition')&&_0x39c05c['Position']['encode'](_0x342095['sourcePosition'],_0x5177d2['uint32'](0xa)['fork']())['ldelim'](),null!=_0x342095['howMany']&&Object['hasOwnProperty']['call'](_0x342095,'howMany')&&_0x5177d2['uint32'](0x10)['uint32'](_0x342095['howMany']),null!=_0x342095['targetPosition']&&Object['hasOwnProperty']['call'](_0x342095,'targetPosition')&&_0x39c05c['Position']['encode'](_0x342095['targetPosition'],_0x5177d2['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x342095['wasUndone']&&Object['hasOwnProperty']['call'](_0x342095,'wasUndone')&&_0x5177d2['uint32'](0x20)['bool'](_0x342095['wasUndone']),_0x5177d2;},_0x5a35e2['encodeDelimited']=function(_0x2d5944,_0x140aae){return this['encode'](_0x2d5944,_0x140aae)['ldelim']();},_0x5a35e2['decode']=function(_0x41a921,_0x35ee7d){_0x41a921 instanceof _0x2a3711||(_0x41a921=_0x2a3711['create'](_0x41a921));for(var _0x354cba=void 0x0===_0x35ee7d?_0x41a921['len']:_0x41a921['pos']+_0x35ee7d,_0xa7b773=new _0x39c05c['MoveOperation']();_0x41a921['pos']<_0x354cba;){var _0x36b3bf=_0x41a921['uint32']();switch(_0x36b3bf>>>0x3){case 0x1:_0xa7b773['sourcePosition']=_0x39c05c['Position']['decode'](_0x41a921,_0x41a921['uint32']());break;case 0x2:_0xa7b773['howMany']=_0x41a921['uint32']();break;case 0x3:_0xa7b773['targetPosition']=_0x39c05c['Position']['decode'](_0x41a921,_0x41a921['uint32']());break;case 0x4:_0xa7b773['wasUndone']=_0x41a921['bool']();break;default:_0x41a921['skipType'](0x7&_0x36b3bf);}}return _0xa7b773;},_0x5a35e2['decodeDelimited']=function(_0x14dcac){return _0x14dcac instanceof _0x2a3711||(_0x14dcac=new _0x2a3711(_0x14dcac)),this['decode'](_0x14dcac,_0x14dcac['uint32']());},_0x5a35e2['verify']=function(_0x656394){if('object'!=typeof _0x656394||null===_0x656394)return'object\x20expected';var _0xdb3627;if(null!=_0x656394['sourcePosition']&&_0x656394['hasOwnProperty']('sourcePosition')&&(_0xdb3627=_0x39c05c['Position']['verify'](_0x656394['sourcePosition'])))return'sourcePosition.'+_0xdb3627;if(null!=_0x656394['howMany']&&_0x656394['hasOwnProperty']('howMany')&&!_0x2d424b['isInteger'](_0x656394['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x656394['targetPosition']&&_0x656394['hasOwnProperty']('targetPosition')&&(_0xdb3627=_0x39c05c['Position']['verify'](_0x656394['targetPosition'])))return'targetPosition.'+_0xdb3627;return null!=_0x656394['wasUndone']&&_0x656394['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x656394['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5a35e2['fromObject']=function(_0x21025b){if(_0x21025b instanceof _0x39c05c['MoveOperation'])return _0x21025b;var _0x977db9=new _0x39c05c['MoveOperation']();if(null!=_0x21025b['sourcePosition']){if('object'!=typeof _0x21025b['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x977db9['sourcePosition']=_0x39c05c['Position']['fromObject'](_0x21025b['sourcePosition']);}if(null!=_0x21025b['howMany']&&(_0x977db9['howMany']=_0x21025b['howMany']>>>0x0),null!=_0x21025b['targetPosition']){if('object'!=typeof _0x21025b['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x977db9['targetPosition']=_0x39c05c['Position']['fromObject'](_0x21025b['targetPosition']);}return null!=_0x21025b['wasUndone']&&(_0x977db9['wasUndone']=Boolean(_0x21025b['wasUndone'])),_0x977db9;},_0x5a35e2['toObject']=function(_0x544696,_0x1a0c6a){_0x1a0c6a||(_0x1a0c6a={});var _0x180c77={};return _0x1a0c6a['defaults']&&(_0x180c77['sourcePosition']=null,_0x180c77['howMany']=0x0,_0x180c77['targetPosition']=null,_0x180c77['wasUndone']=!0x1),null!=_0x544696['sourcePosition']&&_0x544696['hasOwnProperty']('sourcePosition')&&(_0x180c77['sourcePosition']=_0x39c05c['Position']['toObject'](_0x544696['sourcePosition'],_0x1a0c6a)),null!=_0x544696['howMany']&&_0x544696['hasOwnProperty']('howMany')&&(_0x180c77['howMany']=_0x544696['howMany']),null!=_0x544696['targetPosition']&&_0x544696['hasOwnProperty']('targetPosition')&&(_0x180c77['targetPosition']=_0x39c05c['Position']['toObject'](_0x544696['targetPosition'],_0x1a0c6a)),null!=_0x544696['wasUndone']&&_0x544696['hasOwnProperty']('wasUndone')&&(_0x180c77['wasUndone']=_0x544696['wasUndone']),_0x180c77;},_0x5a35e2['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1cb8e6['util']['toJSONOptions']);},_0x5a35e2['getTypeUrl']=function(_0x29ef4f){return void 0x0===_0x29ef4f&&(_0x29ef4f='type.googleapis.com'),_0x29ef4f+'/MoveOperation';},_0x5a35e2;}()),_0x39c05c['RenameOperation']=(function(){function _0x5ee9bb(_0x5c3cd8){if(_0x5c3cd8){for(var _0x45a8a8=Object['keys'](_0x5c3cd8),_0x5909dd=0x0;_0x5909dd<_0x45a8a8['length'];++_0x5909dd)null!=_0x5c3cd8[_0x45a8a8[_0x5909dd]]&&(this[_0x45a8a8[_0x5909dd]]=_0x5c3cd8[_0x45a8a8[_0x5909dd]]);}}return _0x5ee9bb['prototype']['position']=null,_0x5ee9bb['prototype']['oldName']='',_0x5ee9bb['prototype']['newName']='',_0x5ee9bb['prototype']['wasUndone']=!0x1,_0x5ee9bb['create']=function(_0x155c91){return new _0x5ee9bb(_0x155c91);},_0x5ee9bb['encode']=function(_0x5eb254,_0x31edd6){return _0x31edd6||(_0x31edd6=_0x3f90b9['create']()),null!=_0x5eb254['position']&&Object['hasOwnProperty']['call'](_0x5eb254,'position')&&_0x39c05c['Position']['encode'](_0x5eb254['position'],_0x31edd6['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5eb254['oldName']&&Object['hasOwnProperty']['call'](_0x5eb254,'oldName')&&_0x31edd6['uint32'](0x12)['string'](_0x5eb254['oldName']),null!=_0x5eb254['newName']&&Object['hasOwnProperty']['call'](_0x5eb254,'newName')&&_0x31edd6['uint32'](0x1a)['string'](_0x5eb254['newName']),null!=_0x5eb254['wasUndone']&&Object['hasOwnProperty']['call'](_0x5eb254,'wasUndone')&&_0x31edd6['uint32'](0x20)['bool'](_0x5eb254['wasUndone']),_0x31edd6;},_0x5ee9bb['encodeDelimited']=function(_0x1a62bb,_0x467c82){return this['encode'](_0x1a62bb,_0x467c82)['ldelim']();},_0x5ee9bb['decode']=function(_0x483db3,_0x1039b){_0x483db3 instanceof _0x2a3711||(_0x483db3=_0x2a3711['create'](_0x483db3));for(var _0x5314c9=void 0x0===_0x1039b?_0x483db3['len']:_0x483db3['pos']+_0x1039b,_0x59877a=new _0x39c05c['RenameOperation']();_0x483db3['pos']<_0x5314c9;){var _0x452049=_0x483db3['uint32']();switch(_0x452049>>>0x3){case 0x1:_0x59877a['position']=_0x39c05c['Position']['decode'](_0x483db3,_0x483db3['uint32']());break;case 0x2:_0x59877a['oldName']=_0x483db3['string']();break;case 0x3:_0x59877a['newName']=_0x483db3['string']();break;case 0x4:_0x59877a['wasUndone']=_0x483db3['bool']();break;default:_0x483db3['skipType'](0x7&_0x452049);}}return _0x59877a;},_0x5ee9bb['decodeDelimited']=function(_0x32e374){return _0x32e374 instanceof _0x2a3711||(_0x32e374=new _0x2a3711(_0x32e374)),this['decode'](_0x32e374,_0x32e374['uint32']());},_0x5ee9bb['verify']=function(_0x34b20a){if('object'!=typeof _0x34b20a||null===_0x34b20a)return'object\x20expected';if(null!=_0x34b20a['position']&&_0x34b20a['hasOwnProperty']('position')){var _0xa5b701=_0x39c05c['Position']['verify'](_0x34b20a['position']);if(_0xa5b701)return'position.'+_0xa5b701;}return null!=_0x34b20a['oldName']&&_0x34b20a['hasOwnProperty']('oldName')&&!_0x2d424b['isString'](_0x34b20a['oldName'])?'oldName:\x20string\x20expected':null!=_0x34b20a['newName']&&_0x34b20a['hasOwnProperty']('newName')&&!_0x2d424b['isString'](_0x34b20a['newName'])?'newName:\x20string\x20expected':null!=_0x34b20a['wasUndone']&&_0x34b20a['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x34b20a['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5ee9bb['fromObject']=function(_0xd21e68){if(_0xd21e68 instanceof _0x39c05c['RenameOperation'])return _0xd21e68;var _0x40953c=new _0x39c05c['RenameOperation']();if(null!=_0xd21e68['position']){if('object'!=typeof _0xd21e68['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x40953c['position']=_0x39c05c['Position']['fromObject'](_0xd21e68['position']);}return null!=_0xd21e68['oldName']&&(_0x40953c['oldName']=String(_0xd21e68['oldName'])),null!=_0xd21e68['newName']&&(_0x40953c['newName']=String(_0xd21e68['newName'])),null!=_0xd21e68['wasUndone']&&(_0x40953c['wasUndone']=Boolean(_0xd21e68['wasUndone'])),_0x40953c;},_0x5ee9bb['toObject']=function(_0x103888,_0x525e66){_0x525e66||(_0x525e66={});var _0x48cfd8={};return _0x525e66['defaults']&&(_0x48cfd8['position']=null,_0x48cfd8['oldName']='',_0x48cfd8['newName']='',_0x48cfd8['wasUndone']=!0x1),null!=_0x103888['position']&&_0x103888['hasOwnProperty']('position')&&(_0x48cfd8['position']=_0x39c05c['Position']['toObject'](_0x103888['position'],_0x525e66)),null!=_0x103888['oldName']&&_0x103888['hasOwnProperty']('oldName')&&(_0x48cfd8['oldName']=_0x103888['oldName']),null!=_0x103888['newName']&&_0x103888['hasOwnProperty']('newName')&&(_0x48cfd8['newName']=_0x103888['newName']),null!=_0x103888['wasUndone']&&_0x103888['hasOwnProperty']('wasUndone')&&(_0x48cfd8['wasUndone']=_0x103888['wasUndone']),_0x48cfd8;},_0x5ee9bb['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1cb8e6['util']['toJSONOptions']);},_0x5ee9bb['getTypeUrl']=function(_0x24eb01){return void 0x0===_0x24eb01&&(_0x24eb01='type.googleapis.com'),_0x24eb01+'/RenameOperation';},_0x5ee9bb;}()),_0x39c05c['RootAttributeOperation']=(function(){function _0x15cdca(_0x4a899a){if(_0x4a899a){for(var _0x272ae0=Object['keys'](_0x4a899a),_0x3ff85a=0x0;_0x3ff85a<_0x272ae0['length'];++_0x3ff85a)null!=_0x4a899a[_0x272ae0[_0x3ff85a]]&&(this[_0x272ae0[_0x3ff85a]]=_0x4a899a[_0x272ae0[_0x3ff85a]]);}}return _0x15cdca['prototype']['root']='',_0x15cdca['prototype']['key']='',_0x15cdca['prototype']['oldValueBoolean']=!0x1,_0x15cdca['prototype']['oldValueJson']='',_0x15cdca['prototype']['newValueBoolean']=!0x1,_0x15cdca['prototype']['newValueJson']='',_0x15cdca['prototype']['wasUndone']=!0x1,_0x15cdca['create']=function(_0x58d3d2){return new _0x15cdca(_0x58d3d2);},_0x15cdca['encode']=function(_0x55b86e,_0x43c527){return _0x43c527||(_0x43c527=_0x3f90b9['create']()),null!=_0x55b86e['root']&&Object['hasOwnProperty']['call'](_0x55b86e,'root')&&_0x43c527['uint32'](0xa)['string'](_0x55b86e['root']),null!=_0x55b86e['key']&&Object['hasOwnProperty']['call'](_0x55b86e,'key')&&_0x43c527['uint32'](0x12)['string'](_0x55b86e['key']),null!=_0x55b86e['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x55b86e,'oldValueBoolean')&&_0x43c527['uint32'](0x18)['bool'](_0x55b86e['oldValueBoolean']),null!=_0x55b86e['oldValueJson']&&Object['hasOwnProperty']['call'](_0x55b86e,'oldValueJson')&&_0x43c527['uint32'](0x22)['string'](_0x55b86e['oldValueJson']),null!=_0x55b86e['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x55b86e,'newValueBoolean')&&_0x43c527['uint32'](0x28)['bool'](_0x55b86e['newValueBoolean']),null!=_0x55b86e['newValueJson']&&Object['hasOwnProperty']['call'](_0x55b86e,'newValueJson')&&_0x43c527['uint32'](0x32)['string'](_0x55b86e['newValueJson']),null!=_0x55b86e['wasUndone']&&Object['hasOwnProperty']['call'](_0x55b86e,'wasUndone')&&_0x43c527['uint32'](0x38)['bool'](_0x55b86e['wasUndone']),_0x43c527;},_0x15cdca['encodeDelimited']=function(_0x38db81,_0x345a73){return this['encode'](_0x38db81,_0x345a73)['ldelim']();},_0x15cdca['decode']=function(_0x4c1e50,_0x1a218a){_0x4c1e50 instanceof _0x2a3711||(_0x4c1e50=_0x2a3711['create'](_0x4c1e50));for(var _0x5447c2=void 0x0===_0x1a218a?_0x4c1e50['len']:_0x4c1e50['pos']+_0x1a218a,_0xf7c3dd=new _0x39c05c['RootAttributeOperation']();_0x4c1e50['pos']<_0x5447c2;){var _0x5e087a=_0x4c1e50['uint32']();switch(_0x5e087a>>>0x3){case 0x1:_0xf7c3dd['root']=_0x4c1e50['string']();break;case 0x2:_0xf7c3dd['key']=_0x4c1e50['string']();break;case 0x3:_0xf7c3dd['oldValueBoolean']=_0x4c1e50['bool']();break;case 0x4:_0xf7c3dd['oldValueJson']=_0x4c1e50['string']();break;case 0x5:_0xf7c3dd['newValueBoolean']=_0x4c1e50['bool']();break;case 0x6:_0xf7c3dd['newValueJson']=_0x4c1e50['string']();break;case 0x7:_0xf7c3dd['wasUndone']=_0x4c1e50['bool']();break;default:_0x4c1e50['skipType'](0x7&_0x5e087a);}}return _0xf7c3dd;},_0x15cdca['decodeDelimited']=function(_0x1f1949){return _0x1f1949 instanceof _0x2a3711||(_0x1f1949=new _0x2a3711(_0x1f1949)),this['decode'](_0x1f1949,_0x1f1949['uint32']());},_0x15cdca['verify']=function(_0x4645c0){return'object'!=typeof _0x4645c0||null===_0x4645c0?'object\x20expected':null!=_0x4645c0['root']&&_0x4645c0['hasOwnProperty']('root')&&!_0x2d424b['isString'](_0x4645c0['root'])?'root:\x20string\x20expected':null!=_0x4645c0['key']&&_0x4645c0['hasOwnProperty']('key')&&!_0x2d424b['isString'](_0x4645c0['key'])?'key:\x20string\x20expected':null!=_0x4645c0['oldValueBoolean']&&_0x4645c0['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x4645c0['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x4645c0['oldValueJson']&&_0x4645c0['hasOwnProperty']('oldValueJson')&&!_0x2d424b['isString'](_0x4645c0['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x4645c0['newValueBoolean']&&_0x4645c0['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x4645c0['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x4645c0['newValueJson']&&_0x4645c0['hasOwnProperty']('newValueJson')&&!_0x2d424b['isString'](_0x4645c0['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x4645c0['wasUndone']&&_0x4645c0['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4645c0['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x15cdca['fromObject']=function(_0x38bd99){if(_0x38bd99 instanceof _0x39c05c['RootAttributeOperation'])return _0x38bd99;var _0x26f217=new _0x39c05c['RootAttributeOperation']();return null!=_0x38bd99['root']&&(_0x26f217['root']=String(_0x38bd99['root'])),null!=_0x38bd99['key']&&(_0x26f217['key']=String(_0x38bd99['key'])),null!=_0x38bd99['oldValueBoolean']&&(_0x26f217['oldValueBoolean']=Boolean(_0x38bd99['oldValueBoolean'])),null!=_0x38bd99['oldValueJson']&&(_0x26f217['oldValueJson']=String(_0x38bd99['oldValueJson'])),null!=_0x38bd99['newValueBoolean']&&(_0x26f217['newValueBoolean']=Boolean(_0x38bd99['newValueBoolean'])),null!=_0x38bd99['newValueJson']&&(_0x26f217['newValueJson']=String(_0x38bd99['newValueJson'])),null!=_0x38bd99['wasUndone']&&(_0x26f217['wasUndone']=Boolean(_0x38bd99['wasUndone'])),_0x26f217;},_0x15cdca['toObject']=function(_0x45a443,_0x14288c){_0x14288c||(_0x14288c={});var _0x747731={};return _0x14288c['defaults']&&(_0x747731['root']='',_0x747731['key']='',_0x747731['oldValueBoolean']=!0x1,_0x747731['oldValueJson']='',_0x747731['newValueBoolean']=!0x1,_0x747731['newValueJson']='',_0x747731['wasUndone']=!0x1),null!=_0x45a443['root']&&_0x45a443['hasOwnProperty']('root')&&(_0x747731['root']=_0x45a443['root']),null!=_0x45a443['key']&&_0x45a443['hasOwnProperty']('key')&&(_0x747731['key']=_0x45a443['key']),null!=_0x45a443['oldValueBoolean']&&_0x45a443['hasOwnProperty']('oldValueBoolean')&&(_0x747731['oldValueBoolean']=_0x45a443['oldValueBoolean']),null!=_0x45a443['oldValueJson']&&_0x45a443['hasOwnProperty']('oldValueJson')&&(_0x747731['oldValueJson']=_0x45a443['oldValueJson']),null!=_0x45a443['newValueBoolean']&&_0x45a443['hasOwnProperty']('newValueBoolean')&&(_0x747731['newValueBoolean']=_0x45a443['newValueBoolean']),null!=_0x45a443['newValueJson']&&_0x45a443['hasOwnProperty']('newValueJson')&&(_0x747731['newValueJson']=_0x45a443['newValueJson']),null!=_0x45a443['wasUndone']&&_0x45a443['hasOwnProperty']('wasUndone')&&(_0x747731['wasUndone']=_0x45a443['wasUndone']),_0x747731;},_0x15cdca['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1cb8e6['util']['toJSONOptions']);},_0x15cdca['getTypeUrl']=function(_0x8e8dc3){return void 0x0===_0x8e8dc3&&(_0x8e8dc3='type.googleapis.com'),_0x8e8dc3+'/RootAttributeOperation';},_0x15cdca;}()),_0x39c05c['RootOperation']=(function(){function _0x5ddb86(_0x30a8fe){if(_0x30a8fe){for(var _0x211122=Object['keys'](_0x30a8fe),_0x1ac68a=0x0;_0x1ac68a<_0x211122['length'];++_0x1ac68a)null!=_0x30a8fe[_0x211122[_0x1ac68a]]&&(this[_0x211122[_0x1ac68a]]=_0x30a8fe[_0x211122[_0x1ac68a]]);}}return _0x5ddb86['prototype']['rootName']='',_0x5ddb86['prototype']['elementName']='',_0x5ddb86['prototype']['isAdd']=!0x1,_0x5ddb86['prototype']['wasUndone']=!0x1,_0x5ddb86['create']=function(_0x391267){return new _0x5ddb86(_0x391267);},_0x5ddb86['encode']=function(_0x3fd20a,_0x2d6ec7){return _0x2d6ec7||(_0x2d6ec7=_0x3f90b9['create']()),null!=_0x3fd20a['rootName']&&Object['hasOwnProperty']['call'](_0x3fd20a,'rootName')&&_0x2d6ec7['uint32'](0xa)['string'](_0x3fd20a['rootName']),null!=_0x3fd20a['elementName']&&Object['hasOwnProperty']['call'](_0x3fd20a,'elementName')&&_0x2d6ec7['uint32'](0x12)['string'](_0x3fd20a['elementName']),null!=_0x3fd20a['isAdd']&&Object['hasOwnProperty']['call'](_0x3fd20a,'isAdd')&&_0x2d6ec7['uint32'](0x18)['bool'](_0x3fd20a['isAdd']),null!=_0x3fd20a['wasUndone']&&Object['hasOwnProperty']['call'](_0x3fd20a,'wasUndone')&&_0x2d6ec7['uint32'](0x20)['bool'](_0x3fd20a['wasUndone']),_0x2d6ec7;},_0x5ddb86['encodeDelimited']=function(_0x85e8fe,_0x7b51d7){return this['encode'](_0x85e8fe,_0x7b51d7)['ldelim']();},_0x5ddb86['decode']=function(_0x2761cb,_0x476a07){_0x2761cb instanceof _0x2a3711||(_0x2761cb=_0x2a3711['create'](_0x2761cb));for(var _0x2def47=void 0x0===_0x476a07?_0x2761cb['len']:_0x2761cb['pos']+_0x476a07,_0x11eeee=new _0x39c05c['RootOperation']();_0x2761cb['pos']<_0x2def47;){var _0x190f14=_0x2761cb['uint32']();switch(_0x190f14>>>0x3){case 0x1:_0x11eeee['rootName']=_0x2761cb['string']();break;case 0x2:_0x11eeee['elementName']=_0x2761cb['string']();break;case 0x3:_0x11eeee['isAdd']=_0x2761cb['bool']();break;case 0x4:_0x11eeee['wasUndone']=_0x2761cb['bool']();break;default:_0x2761cb['skipType'](0x7&_0x190f14);}}return _0x11eeee;},_0x5ddb86['decodeDelimited']=function(_0x3ee972){return _0x3ee972 instanceof _0x2a3711||(_0x3ee972=new _0x2a3711(_0x3ee972)),this['decode'](_0x3ee972,_0x3ee972['uint32']());},_0x5ddb86['verify']=function(_0x332af3){return'object'!=typeof _0x332af3||null===_0x332af3?'object\x20expected':null!=_0x332af3['rootName']&&_0x332af3['hasOwnProperty']('rootName')&&!_0x2d424b['isString'](_0x332af3['rootName'])?'rootName:\x20string\x20expected':null!=_0x332af3['elementName']&&_0x332af3['hasOwnProperty']('elementName')&&!_0x2d424b['isString'](_0x332af3['elementName'])?'elementName:\x20string\x20expected':null!=_0x332af3['isAdd']&&_0x332af3['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x332af3['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x332af3['wasUndone']&&_0x332af3['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x332af3['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5ddb86['fromObject']=function(_0x53f5de){if(_0x53f5de instanceof _0x39c05c['RootOperation'])return _0x53f5de;var _0x46dd92=new _0x39c05c['RootOperation']();return null!=_0x53f5de['rootName']&&(_0x46dd92['rootName']=String(_0x53f5de['rootName'])),null!=_0x53f5de['elementName']&&(_0x46dd92['elementName']=String(_0x53f5de['elementName'])),null!=_0x53f5de['isAdd']&&(_0x46dd92['isAdd']=Boolean(_0x53f5de['isAdd'])),null!=_0x53f5de['wasUndone']&&(_0x46dd92['wasUndone']=Boolean(_0x53f5de['wasUndone'])),_0x46dd92;},_0x5ddb86['toObject']=function(_0x5e5291,_0x1edf5d){_0x1edf5d||(_0x1edf5d={});var _0x488154={};return _0x1edf5d['defaults']&&(_0x488154['rootName']='',_0x488154['elementName']='',_0x488154['isAdd']=!0x1,_0x488154['wasUndone']=!0x1),null!=_0x5e5291['rootName']&&_0x5e5291['hasOwnProperty']('rootName')&&(_0x488154['rootName']=_0x5e5291['rootName']),null!=_0x5e5291['elementName']&&_0x5e5291['hasOwnProperty']('elementName')&&(_0x488154['elementName']=_0x5e5291['elementName']),null!=_0x5e5291['isAdd']&&_0x5e5291['hasOwnProperty']('isAdd')&&(_0x488154['isAdd']=_0x5e5291['isAdd']),null!=_0x5e5291['wasUndone']&&_0x5e5291['hasOwnProperty']('wasUndone')&&(_0x488154['wasUndone']=_0x5e5291['wasUndone']),_0x488154;},_0x5ddb86['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1cb8e6['util']['toJSONOptions']);},_0x5ddb86['getTypeUrl']=function(_0x361bf2){return void 0x0===_0x361bf2&&(_0x361bf2='type.googleapis.com'),_0x361bf2+'/RootOperation';},_0x5ddb86;}()),_0x39c05c['SplitOperation']=(function(){function _0x3f84a3(_0x3b575e){if(_0x3b575e){for(var _0x4b10d7=Object['keys'](_0x3b575e),_0x4f4691=0x0;_0x4f4691<_0x4b10d7['length'];++_0x4f4691)null!=_0x3b575e[_0x4b10d7[_0x4f4691]]&&(this[_0x4b10d7[_0x4f4691]]=_0x3b575e[_0x4b10d7[_0x4f4691]]);}}return _0x3f84a3['prototype']['splitPosition']=null,_0x3f84a3['prototype']['graveyardPosition']=null,_0x3f84a3['prototype']['howMany']=0x0,_0x3f84a3['prototype']['insertionPosition']=null,_0x3f84a3['prototype']['wasUndone']=!0x1,_0x3f84a3['create']=function(_0x16e234){return new _0x3f84a3(_0x16e234);},_0x3f84a3['encode']=function(_0x5ea558,_0x539d2c){return _0x539d2c||(_0x539d2c=_0x3f90b9['create']()),null!=_0x5ea558['splitPosition']&&Object['hasOwnProperty']['call'](_0x5ea558,'splitPosition')&&_0x39c05c['Position']['encode'](_0x5ea558['splitPosition'],_0x539d2c['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5ea558['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x5ea558,'graveyardPosition')&&_0x39c05c['Position']['encode'](_0x5ea558['graveyardPosition'],_0x539d2c['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5ea558['howMany']&&Object['hasOwnProperty']['call'](_0x5ea558,'howMany')&&_0x539d2c['uint32'](0x18)['uint32'](_0x5ea558['howMany']),null!=_0x5ea558['insertionPosition']&&Object['hasOwnProperty']['call'](_0x5ea558,'insertionPosition')&&_0x39c05c['Position']['encode'](_0x5ea558['insertionPosition'],_0x539d2c['uint32'](0x22)['fork']())['ldelim'](),null!=_0x5ea558['wasUndone']&&Object['hasOwnProperty']['call'](_0x5ea558,'wasUndone')&&_0x539d2c['uint32'](0x28)['bool'](_0x5ea558['wasUndone']),_0x539d2c;},_0x3f84a3['encodeDelimited']=function(_0xd4037c,_0xa0cef4){return this['encode'](_0xd4037c,_0xa0cef4)['ldelim']();},_0x3f84a3['decode']=function(_0x10cde6,_0xa922cd){_0x10cde6 instanceof _0x2a3711||(_0x10cde6=_0x2a3711['create'](_0x10cde6));for(var _0x2c61a4=void 0x0===_0xa922cd?_0x10cde6['len']:_0x10cde6['pos']+_0xa922cd,_0x11f5d9=new _0x39c05c['SplitOperation']();_0x10cde6['pos']<_0x2c61a4;){var _0x2bf4c7=_0x10cde6['uint32']();switch(_0x2bf4c7>>>0x3){case 0x1:_0x11f5d9['splitPosition']=_0x39c05c['Position']['decode'](_0x10cde6,_0x10cde6['uint32']());break;case 0x2:_0x11f5d9['graveyardPosition']=_0x39c05c['Position']['decode'](_0x10cde6,_0x10cde6['uint32']());break;case 0x3:_0x11f5d9['howMany']=_0x10cde6['uint32']();break;case 0x4:_0x11f5d9['insertionPosition']=_0x39c05c['Position']['decode'](_0x10cde6,_0x10cde6['uint32']());break;case 0x5:_0x11f5d9['wasUndone']=_0x10cde6['bool']();break;default:_0x10cde6['skipType'](0x7&_0x2bf4c7);}}return _0x11f5d9;},_0x3f84a3['decodeDelimited']=function(_0x2aeba1){return _0x2aeba1 instanceof _0x2a3711||(_0x2aeba1=new _0x2a3711(_0x2aeba1)),this['decode'](_0x2aeba1,_0x2aeba1['uint32']());},_0x3f84a3['verify']=function(_0x582c68){if('object'!=typeof _0x582c68||null===_0x582c68)return'object\x20expected';var _0x57cd7e;if(null!=_0x582c68['splitPosition']&&_0x582c68['hasOwnProperty']('splitPosition')&&(_0x57cd7e=_0x39c05c['Position']['verify'](_0x582c68['splitPosition'])))return'splitPosition.'+_0x57cd7e;if(null!=_0x582c68['graveyardPosition']&&_0x582c68['hasOwnProperty']('graveyardPosition')&&(_0x57cd7e=_0x39c05c['Position']['verify'](_0x582c68['graveyardPosition'])))return'graveyardPosition.'+_0x57cd7e;if(null!=_0x582c68['howMany']&&_0x582c68['hasOwnProperty']('howMany')&&!_0x2d424b['isInteger'](_0x582c68['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x582c68['insertionPosition']&&_0x582c68['hasOwnProperty']('insertionPosition')&&(_0x57cd7e=_0x39c05c['Position']['verify'](_0x582c68['insertionPosition'])))return'insertionPosition.'+_0x57cd7e;return null!=_0x582c68['wasUndone']&&_0x582c68['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x582c68['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3f84a3['fromObject']=function(_0x52e8e9){if(_0x52e8e9 instanceof _0x39c05c['SplitOperation'])return _0x52e8e9;var _0x1289e0=new _0x39c05c['SplitOperation']();if(null!=_0x52e8e9['splitPosition']){if('object'!=typeof _0x52e8e9['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x1289e0['splitPosition']=_0x39c05c['Position']['fromObject'](_0x52e8e9['splitPosition']);}if(null!=_0x52e8e9['graveyardPosition']){if('object'!=typeof _0x52e8e9['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x1289e0['graveyardPosition']=_0x39c05c['Position']['fromObject'](_0x52e8e9['graveyardPosition']);}if(null!=_0x52e8e9['howMany']&&(_0x1289e0['howMany']=_0x52e8e9['howMany']>>>0x0),null!=_0x52e8e9['insertionPosition']){if('object'!=typeof _0x52e8e9['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x1289e0['insertionPosition']=_0x39c05c['Position']['fromObject'](_0x52e8e9['insertionPosition']);}return null!=_0x52e8e9['wasUndone']&&(_0x1289e0['wasUndone']=Boolean(_0x52e8e9['wasUndone'])),_0x1289e0;},_0x3f84a3['toObject']=function(_0x3e9186,_0x2b1d56){_0x2b1d56||(_0x2b1d56={});var _0x310ece={};return _0x2b1d56['defaults']&&(_0x310ece['splitPosition']=null,_0x310ece['graveyardPosition']=null,_0x310ece['howMany']=0x0,_0x310ece['insertionPosition']=null,_0x310ece['wasUndone']=!0x1),null!=_0x3e9186['splitPosition']&&_0x3e9186['hasOwnProperty']('splitPosition')&&(_0x310ece['splitPosition']=_0x39c05c['Position']['toObject'](_0x3e9186['splitPosition'],_0x2b1d56)),null!=_0x3e9186['graveyardPosition']&&_0x3e9186['hasOwnProperty']('graveyardPosition')&&(_0x310ece['graveyardPosition']=_0x39c05c['Position']['toObject'](_0x3e9186['graveyardPosition'],_0x2b1d56)),null!=_0x3e9186['howMany']&&_0x3e9186['hasOwnProperty']('howMany')&&(_0x310ece['howMany']=_0x3e9186['howMany']),null!=_0x3e9186['insertionPosition']&&_0x3e9186['hasOwnProperty']('insertionPosition')&&(_0x310ece['insertionPosition']=_0x39c05c['Position']['toObject'](_0x3e9186['insertionPosition'],_0x2b1d56)),null!=_0x3e9186['wasUndone']&&_0x3e9186['hasOwnProperty']('wasUndone')&&(_0x310ece['wasUndone']=_0x3e9186['wasUndone']),_0x310ece;},_0x3f84a3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1cb8e6['util']['toJSONOptions']);},_0x3f84a3['getTypeUrl']=function(_0x372e6c){return void 0x0===_0x372e6c&&(_0x372e6c='type.googleapis.com'),_0x372e6c+'/SplitOperation';},_0x3f84a3;}()),_0x39c05c['Position']=(function(){function _0x376d26(_0xcbbca2){if(this['path']=[],_0xcbbca2){for(var _0x141c09=Object['keys'](_0xcbbca2),_0x5bd627=0x0;_0x5bd627<_0x141c09['length'];++_0x5bd627)null!=_0xcbbca2[_0x141c09[_0x5bd627]]&&(this[_0x141c09[_0x5bd627]]=_0xcbbca2[_0x141c09[_0x5bd627]]);}}return _0x376d26['prototype']['root']='',_0x376d26['prototype']['rootMain']=!0x1,_0x376d26['prototype']['rootGraveyard']=!0x1,_0x376d26['prototype']['path']=_0x2d424b['emptyArray'],_0x376d26['prototype']['stickiness']='',_0x376d26['create']=function(_0x33c11b){return new _0x376d26(_0x33c11b);},_0x376d26['encode']=function(_0x57b814,_0x147fdd){if(_0x147fdd||(_0x147fdd=_0x3f90b9['create']()),null!=_0x57b814['root']&&Object['hasOwnProperty']['call'](_0x57b814,'root')&&_0x147fdd['uint32'](0xa)['string'](_0x57b814['root']),null!=_0x57b814['rootMain']&&Object['hasOwnProperty']['call'](_0x57b814,'rootMain')&&_0x147fdd['uint32'](0x10)['bool'](_0x57b814['rootMain']),null!=_0x57b814['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x57b814,'rootGraveyard')&&_0x147fdd['uint32'](0x18)['bool'](_0x57b814['rootGraveyard']),null!=_0x57b814['path']&&_0x57b814['path']['length']){_0x147fdd['uint32'](0x22)['fork']();for(var _0x4f778d=0x0;_0x4f778d<_0x57b814['path']['length'];++_0x4f778d)_0x147fdd['uint32'](_0x57b814['path'][_0x4f778d]);_0x147fdd['ldelim']();}return null!=_0x57b814['stickiness']&&Object['hasOwnProperty']['call'](_0x57b814,'stickiness')&&_0x147fdd['uint32'](0x2a)['string'](_0x57b814['stickiness']),_0x147fdd;},_0x376d26['encodeDelimited']=function(_0x39eb45,_0x4bf10c){return this['encode'](_0x39eb45,_0x4bf10c)['ldelim']();},_0x376d26['decode']=function(_0x19c0c8,_0x13f6d0){_0x19c0c8 instanceof _0x2a3711||(_0x19c0c8=_0x2a3711['create'](_0x19c0c8));for(var _0x24b91a=void 0x0===_0x13f6d0?_0x19c0c8['len']:_0x19c0c8['pos']+_0x13f6d0,_0x5a7ed6=new _0x39c05c['Position']();_0x19c0c8['pos']<_0x24b91a;){var _0x2d0e4b=_0x19c0c8['uint32']();switch(_0x2d0e4b>>>0x3){case 0x1:_0x5a7ed6['root']=_0x19c0c8['string']();break;case 0x2:_0x5a7ed6['rootMain']=_0x19c0c8['bool']();break;case 0x3:_0x5a7ed6['rootGraveyard']=_0x19c0c8['bool']();break;case 0x4:if(_0x5a7ed6['path']&&_0x5a7ed6['path']['length']||(_0x5a7ed6['path']=[]),0x2==(0x7&_0x2d0e4b)){for(var _0x3c83f1=_0x19c0c8['uint32']()+_0x19c0c8['pos'];_0x19c0c8['pos']<_0x3c83f1;)_0x5a7ed6['path']['push'](_0x19c0c8['uint32']());}else _0x5a7ed6['path']['push'](_0x19c0c8['uint32']());break;case 0x5:_0x5a7ed6['stickiness']=_0x19c0c8['string']();break;default:_0x19c0c8['skipType'](0x7&_0x2d0e4b);}}return _0x5a7ed6;},_0x376d26['decodeDelimited']=function(_0x7b6be2){return _0x7b6be2 instanceof _0x2a3711||(_0x7b6be2=new _0x2a3711(_0x7b6be2)),this['decode'](_0x7b6be2,_0x7b6be2['uint32']());},_0x376d26['verify']=function(_0x35f8c5){if('object'!=typeof _0x35f8c5||null===_0x35f8c5)return'object\x20expected';if(null!=_0x35f8c5['root']&&_0x35f8c5['hasOwnProperty']('root')&&!_0x2d424b['isString'](_0x35f8c5['root']))return'root:\x20string\x20expected';if(null!=_0x35f8c5['rootMain']&&_0x35f8c5['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x35f8c5['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x35f8c5['rootGraveyard']&&_0x35f8c5['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x35f8c5['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x35f8c5['path']&&_0x35f8c5['hasOwnProperty']('path')){if(!Array['isArray'](_0x35f8c5['path']))return'path:\x20array\x20expected';for(var _0x4e67d7=0x0;_0x4e67d7<_0x35f8c5['path']['length'];++_0x4e67d7)if(!_0x2d424b['isInteger'](_0x35f8c5['path'][_0x4e67d7]))return'path:\x20integer[]\x20expected';}return null!=_0x35f8c5['stickiness']&&_0x35f8c5['hasOwnProperty']('stickiness')&&!_0x2d424b['isString'](_0x35f8c5['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x376d26['fromObject']=function(_0x3d973d){if(_0x3d973d instanceof _0x39c05c['Position'])return _0x3d973d;var _0x2790e5=new _0x39c05c['Position']();if(null!=_0x3d973d['root']&&(_0x2790e5['root']=String(_0x3d973d['root'])),null!=_0x3d973d['rootMain']&&(_0x2790e5['rootMain']=Boolean(_0x3d973d['rootMain'])),null!=_0x3d973d['rootGraveyard']&&(_0x2790e5['rootGraveyard']=Boolean(_0x3d973d['rootGraveyard'])),_0x3d973d['path']){if(!Array['isArray'](_0x3d973d['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x2790e5['path']=[];for(var _0x7e89aa=0x0;_0x7e89aa<_0x3d973d['path']['length'];++_0x7e89aa)_0x2790e5['path'][_0x7e89aa]=_0x3d973d['path'][_0x7e89aa]>>>0x0;}return null!=_0x3d973d['stickiness']&&(_0x2790e5['stickiness']=String(_0x3d973d['stickiness'])),_0x2790e5;},_0x376d26['toObject']=function(_0x423f86,_0x38635d){_0x38635d||(_0x38635d={});var _0x2bbd78={};if((_0x38635d['arrays']||_0x38635d['defaults'])&&(_0x2bbd78['path']=[]),_0x38635d['defaults']&&(_0x2bbd78['root']='',_0x2bbd78['rootMain']=!0x1,_0x2bbd78['rootGraveyard']=!0x1,_0x2bbd78['stickiness']=''),null!=_0x423f86['root']&&_0x423f86['hasOwnProperty']('root')&&(_0x2bbd78['root']=_0x423f86['root']),null!=_0x423f86['rootMain']&&_0x423f86['hasOwnProperty']('rootMain')&&(_0x2bbd78['rootMain']=_0x423f86['rootMain']),null!=_0x423f86['rootGraveyard']&&_0x423f86['hasOwnProperty']('rootGraveyard')&&(_0x2bbd78['rootGraveyard']=_0x423f86['rootGraveyard']),_0x423f86['path']&&_0x423f86['path']['length']){_0x2bbd78['path']=[];for(var _0x20341b=0x0;_0x20341b<_0x423f86['path']['length'];++_0x20341b)_0x2bbd78['path'][_0x20341b]=_0x423f86['path'][_0x20341b];}return null!=_0x423f86['stickiness']&&_0x423f86['hasOwnProperty']('stickiness')&&(_0x2bbd78['stickiness']=_0x423f86['stickiness']),_0x2bbd78;},_0x376d26['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1cb8e6['util']['toJSONOptions']);},_0x376d26['getTypeUrl']=function(_0x25a907){return void 0x0===_0x25a907&&(_0x25a907='type.googleapis.com'),_0x25a907+'/Position';},_0x376d26;}()),_0x39c05c['Range']=(function(){function _0x4239cb(_0x4cc981){if(_0x4cc981){for(var _0x48e10d=Object['keys'](_0x4cc981),_0x332cf6=0x0;_0x332cf6<_0x48e10d['length'];++_0x332cf6)null!=_0x4cc981[_0x48e10d[_0x332cf6]]&&(this[_0x48e10d[_0x332cf6]]=_0x4cc981[_0x48e10d[_0x332cf6]]);}}return _0x4239cb['prototype']['start']=null,_0x4239cb['prototype']['end']=null,_0x4239cb['create']=function(_0x51dcc8){return new _0x4239cb(_0x51dcc8);},_0x4239cb['encode']=function(_0x1fb0b8,_0x43cc85){return _0x43cc85||(_0x43cc85=_0x3f90b9['create']()),null!=_0x1fb0b8['start']&&Object['hasOwnProperty']['call'](_0x1fb0b8,'start')&&_0x39c05c['Position']['encode'](_0x1fb0b8['start'],_0x43cc85['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1fb0b8['end']&&Object['hasOwnProperty']['call'](_0x1fb0b8,'end')&&_0x39c05c['Position']['encode'](_0x1fb0b8['end'],_0x43cc85['uint32'](0x12)['fork']())['ldelim'](),_0x43cc85;},_0x4239cb['encodeDelimited']=function(_0x116d69,_0x376c20){return this['encode'](_0x116d69,_0x376c20)['ldelim']();},_0x4239cb['decode']=function(_0x215ed0,_0x38d5aa){_0x215ed0 instanceof _0x2a3711||(_0x215ed0=_0x2a3711['create'](_0x215ed0));for(var _0x5a3135=void 0x0===_0x38d5aa?_0x215ed0['len']:_0x215ed0['pos']+_0x38d5aa,_0x300dfb=new _0x39c05c['Range']();_0x215ed0['pos']<_0x5a3135;){var _0x3e2276=_0x215ed0['uint32']();switch(_0x3e2276>>>0x3){case 0x1:_0x300dfb['start']=_0x39c05c['Position']['decode'](_0x215ed0,_0x215ed0['uint32']());break;case 0x2:_0x300dfb['end']=_0x39c05c['Position']['decode'](_0x215ed0,_0x215ed0['uint32']());break;default:_0x215ed0['skipType'](0x7&_0x3e2276);}}return _0x300dfb;},_0x4239cb['decodeDelimited']=function(_0x2ab8fb){return _0x2ab8fb instanceof _0x2a3711||(_0x2ab8fb=new _0x2a3711(_0x2ab8fb)),this['decode'](_0x2ab8fb,_0x2ab8fb['uint32']());},_0x4239cb['verify']=function(_0x13a7a0){if('object'!=typeof _0x13a7a0||null===_0x13a7a0)return'object\x20expected';var _0x18b978;if(null!=_0x13a7a0['start']&&_0x13a7a0['hasOwnProperty']('start')&&(_0x18b978=_0x39c05c['Position']['verify'](_0x13a7a0['start'])))return'start.'+_0x18b978;if(null!=_0x13a7a0['end']&&_0x13a7a0['hasOwnProperty']('end')&&(_0x18b978=_0x39c05c['Position']['verify'](_0x13a7a0['end'])))return'end.'+_0x18b978;return null;},_0x4239cb['fromObject']=function(_0x34c179){if(_0x34c179 instanceof _0x39c05c['Range'])return _0x34c179;var _0x2d2f10=new _0x39c05c['Range']();if(null!=_0x34c179['start']){if('object'!=typeof _0x34c179['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x2d2f10['start']=_0x39c05c['Position']['fromObject'](_0x34c179['start']);}if(null!=_0x34c179['end']){if('object'!=typeof _0x34c179['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x2d2f10['end']=_0x39c05c['Position']['fromObject'](_0x34c179['end']);}return _0x2d2f10;},_0x4239cb['toObject']=function(_0x151faa,_0x432339){_0x432339||(_0x432339={});var _0xc69f9c={};return _0x432339['defaults']&&(_0xc69f9c['start']=null,_0xc69f9c['end']=null),null!=_0x151faa['start']&&_0x151faa['hasOwnProperty']('start')&&(_0xc69f9c['start']=_0x39c05c['Position']['toObject'](_0x151faa['start'],_0x432339)),null!=_0x151faa['end']&&_0x151faa['hasOwnProperty']('end')&&(_0xc69f9c['end']=_0x39c05c['Position']['toObject'](_0x151faa['end'],_0x432339)),_0xc69f9c;},_0x4239cb['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1cb8e6['util']['toJSONOptions']);},_0x4239cb['getTypeUrl']=function(_0x3a166d){return void 0x0===_0x3a166d&&(_0x3a166d='type.googleapis.com'),_0x3a166d+'/Range';},_0x4239cb;}()),_0x39c05c['Element']=(function(){function _0x43b1bc(_0x20716c){if(this['children']=[],this['attributesBoolean']={},_0x20716c){for(var _0x2d1f93=Object['keys'](_0x20716c),_0x165a67=0x0;_0x165a67<_0x2d1f93['length'];++_0x165a67)null!=_0x20716c[_0x2d1f93[_0x165a67]]&&(this[_0x2d1f93[_0x165a67]]=_0x20716c[_0x2d1f93[_0x165a67]]);}}return _0x43b1bc['prototype']['name']='',_0x43b1bc['prototype']['children']=_0x2d424b['emptyArray'],_0x43b1bc['prototype']['data']='',_0x43b1bc['prototype']['attributesBoolean']=_0x2d424b['emptyObject'],_0x43b1bc['prototype']['attributesJson']='',_0x43b1bc['create']=function(_0x4a97f7){return new _0x43b1bc(_0x4a97f7);},_0x43b1bc['encode']=function(_0x1db634,_0xd32d01){if(_0xd32d01||(_0xd32d01=_0x3f90b9['create']()),null!=_0x1db634['name']&&Object['hasOwnProperty']['call'](_0x1db634,'name')&&_0xd32d01['uint32'](0xa)['string'](_0x1db634['name']),null!=_0x1db634['children']&&_0x1db634['children']['length']){for(var _0x387b55=0x0;_0x387b55<_0x1db634['children']['length'];++_0x387b55)_0x39c05c['Element']['encode'](_0x1db634['children'][_0x387b55],_0xd32d01['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x1db634['data']&&Object['hasOwnProperty']['call'](_0x1db634,'data')&&_0xd32d01['uint32'](0x1a)['string'](_0x1db634['data']),null!=_0x1db634['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x1db634,'attributesBoolean')){var _0xafe439=Object['keys'](_0x1db634['attributesBoolean']);for(_0x387b55=0x0;_0x387b55<_0xafe439['length'];++_0x387b55)_0xd32d01['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0xafe439[_0x387b55])['uint32'](0x10)['bool'](_0x1db634['attributesBoolean'][_0xafe439[_0x387b55]])['ldelim']();}return null!=_0x1db634['attributesJson']&&Object['hasOwnProperty']['call'](_0x1db634,'attributesJson')&&_0xd32d01['uint32'](0x2a)['string'](_0x1db634['attributesJson']),_0xd32d01;},_0x43b1bc['encodeDelimited']=function(_0x109d39,_0x449e99){return this['encode'](_0x109d39,_0x449e99)['ldelim']();},_0x43b1bc['decode']=function(_0x483298,_0x109290){_0x483298 instanceof _0x2a3711||(_0x483298=_0x2a3711['create'](_0x483298));for(var _0x5b17ab,_0x32fa3b,_0x448f7a=void 0x0===_0x109290?_0x483298['len']:_0x483298['pos']+_0x109290,_0x5eedb1=new _0x39c05c['Element']();_0x483298['pos']<_0x448f7a;){var _0x50d6ae=_0x483298['uint32']();switch(_0x50d6ae>>>0x3){case 0x1:_0x5eedb1['name']=_0x483298['string']();break;case 0x2:_0x5eedb1['children']&&_0x5eedb1['children']['length']||(_0x5eedb1['children']=[]),_0x5eedb1['children']['push'](_0x39c05c['Element']['decode'](_0x483298,_0x483298['uint32']()));break;case 0x3:_0x5eedb1['data']=_0x483298['string']();break;case 0x4:_0x5eedb1['attributesBoolean']===_0x2d424b['emptyObject']&&(_0x5eedb1['attributesBoolean']={});var _0x4c5c73=_0x483298['uint32']()+_0x483298['pos'];for(_0x5b17ab='',_0x32fa3b=!0x1;_0x483298['pos']<_0x4c5c73;){var _0x9989b8=_0x483298['uint32']();switch(_0x9989b8>>>0x3){case 0x1:_0x5b17ab=_0x483298['string']();break;case 0x2:_0x32fa3b=_0x483298['bool']();break;default:_0x483298['skipType'](0x7&_0x9989b8);}}_0x5eedb1['attributesBoolean'][_0x5b17ab]=_0x32fa3b;break;case 0x5:_0x5eedb1['attributesJson']=_0x483298['string']();break;default:_0x483298['skipType'](0x7&_0x50d6ae);}}return _0x5eedb1;},_0x43b1bc['decodeDelimited']=function(_0x206f7b){return _0x206f7b instanceof _0x2a3711||(_0x206f7b=new _0x2a3711(_0x206f7b)),this['decode'](_0x206f7b,_0x206f7b['uint32']());},_0x43b1bc['verify']=function(_0x21408e){if('object'!=typeof _0x21408e||null===_0x21408e)return'object\x20expected';if(null!=_0x21408e['name']&&_0x21408e['hasOwnProperty']('name')&&!_0x2d424b['isString'](_0x21408e['name']))return'name:\x20string\x20expected';if(null!=_0x21408e['children']&&_0x21408e['hasOwnProperty']('children')){if(!Array['isArray'](_0x21408e['children']))return'children:\x20array\x20expected';for(var _0x5aedd7=0x0;_0x5aedd7<_0x21408e['children']['length'];++_0x5aedd7){var _0x1c8ec3=_0x39c05c['Element']['verify'](_0x21408e['children'][_0x5aedd7]);if(_0x1c8ec3)return'children.'+_0x1c8ec3;}}if(null!=_0x21408e['data']&&_0x21408e['hasOwnProperty']('data')&&!_0x2d424b['isString'](_0x21408e['data']))return'data:\x20string\x20expected';if(null!=_0x21408e['attributesBoolean']&&_0x21408e['hasOwnProperty']('attributesBoolean')){if(!_0x2d424b['isObject'](_0x21408e['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x7ffb5b=Object['keys'](_0x21408e['attributesBoolean']);for(_0x5aedd7=0x0;_0x5aedd7<_0x7ffb5b['length'];++_0x5aedd7)if('boolean'!=typeof _0x21408e['attributesBoolean'][_0x7ffb5b[_0x5aedd7]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x21408e['attributesJson']&&_0x21408e['hasOwnProperty']('attributesJson')&&!_0x2d424b['isString'](_0x21408e['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x43b1bc['fromObject']=function(_0x52c3b0){if(_0x52c3b0 instanceof _0x39c05c['Element'])return _0x52c3b0;var _0x55c904=new _0x39c05c['Element']();if(null!=_0x52c3b0['name']&&(_0x55c904['name']=String(_0x52c3b0['name'])),_0x52c3b0['children']){if(!Array['isArray'](_0x52c3b0['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x55c904['children']=[];for(var _0x6b97ff=0x0;_0x6b97ff<_0x52c3b0['children']['length'];++_0x6b97ff){if('object'!=typeof _0x52c3b0['children'][_0x6b97ff])throw TypeError('.Element.children:\x20object\x20expected');_0x55c904['children'][_0x6b97ff]=_0x39c05c['Element']['fromObject'](_0x52c3b0['children'][_0x6b97ff]);}}if(null!=_0x52c3b0['data']&&(_0x55c904['data']=String(_0x52c3b0['data'])),_0x52c3b0['attributesBoolean']){if('object'!=typeof _0x52c3b0['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x55c904['attributesBoolean']={};var _0x52aeba=Object['keys'](_0x52c3b0['attributesBoolean']);for(_0x6b97ff=0x0;_0x6b97ff<_0x52aeba['length'];++_0x6b97ff)_0x55c904['attributesBoolean'][_0x52aeba[_0x6b97ff]]=Boolean(_0x52c3b0['attributesBoolean'][_0x52aeba[_0x6b97ff]]);}return null!=_0x52c3b0['attributesJson']&&(_0x55c904['attributesJson']=String(_0x52c3b0['attributesJson'])),_0x55c904;},_0x43b1bc['toObject']=function(_0x11dae2,_0x41dc66){_0x41dc66||(_0x41dc66={});var _0x531fcb,_0x382cd1={};if((_0x41dc66['arrays']||_0x41dc66['defaults'])&&(_0x382cd1['children']=[]),(_0x41dc66['objects']||_0x41dc66['defaults'])&&(_0x382cd1['attributesBoolean']={}),_0x41dc66['defaults']&&(_0x382cd1['name']='',_0x382cd1['data']='',_0x382cd1['attributesJson']=''),null!=_0x11dae2['name']&&_0x11dae2['hasOwnProperty']('name')&&(_0x382cd1['name']=_0x11dae2['name']),_0x11dae2['children']&&_0x11dae2['children']['length']){_0x382cd1['children']=[];for(var _0xd3f835=0x0;_0xd3f835<_0x11dae2['children']['length'];++_0xd3f835)_0x382cd1['children'][_0xd3f835]=_0x39c05c['Element']['toObject'](_0x11dae2['children'][_0xd3f835],_0x41dc66);}if(null!=_0x11dae2['data']&&_0x11dae2['hasOwnProperty']('data')&&(_0x382cd1['data']=_0x11dae2['data']),_0x11dae2['attributesBoolean']&&(_0x531fcb=Object['keys'](_0x11dae2['attributesBoolean']))['length']){_0x382cd1['attributesBoolean']={};for(_0xd3f835=0x0;_0xd3f835<_0x531fcb['length'];++_0xd3f835)_0x382cd1['attributesBoolean'][_0x531fcb[_0xd3f835]]=_0x11dae2['attributesBoolean'][_0x531fcb[_0xd3f835]];}return null!=_0x11dae2['attributesJson']&&_0x11dae2['hasOwnProperty']('attributesJson')&&(_0x382cd1['attributesJson']=_0x11dae2['attributesJson']),_0x382cd1;},_0x43b1bc['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1cb8e6['util']['toJSONOptions']);},_0x43b1bc['getTypeUrl']=function(_0x51f318){return void 0x0===_0x51f318&&(_0x51f318='type.googleapis.com'),_0x51f318+'/Element';},_0x43b1bc;}()),_0x39c05c;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x465478){return new y(this['_protobufRoot'][_0x465478]);}}class y{['_protobuf'];constructor(_0x3bad7e){this['_protobuf']=_0x3bad7e;}['compress'](_0xb5878a){const _0xc181b=this['_protobuf']['verify'](_0xb5878a);if(_0xc181b)throw Error(_0xc181b);return this['_protobuf']['encode'](this['_protobuf']['create'](_0xb5878a))['finish']();}['decompress'](_0x49637b){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x49637b),{'oneofs':!0x0});}}function _(_0x1c82fa,_0x547a61){const _0x2d08cd=_0x400cc1(_0x1c82fa);return _0x2d08cd['path'][_0x2d08cd['path']['length']-0x1]+=_0x547a61,_0x2d08cd;}function O(_0x219a48,_0x173bac){return _0x219a48['root']===_0x173bac['root']&&_0x45ff1d(_0x219a48['path'],_0x173bac['path']);}function $(_0x1b25f7){P(_0x1b25f7,_0x4f6550=>('main'==_0x4f6550['root']?(_0x4f6550['rootMain']=!0x0,delete _0x4f6550['root']):'$graveyard'==_0x4f6550['root']&&(_0x4f6550['rootGraveyard']=!0x0,delete _0x4f6550['root']),_0x4f6550));}function J(_0x1911c7){P(_0x1911c7,_0x2ad91c=>(_0x2ad91c['rootMain']?(_0x2ad91c['root']='main',delete _0x2ad91c['rootMain']):_0x2ad91c['rootGraveyard']&&(_0x2ad91c['root']='$graveyard',delete _0x2ad91c['rootGraveyard']),_0x2ad91c));}function P(_0x25caa8,_0x2766b7){for(const _0x47d89d in _0x25caa8){const _0x34ab82=_0x25caa8[_0x47d89d];'nodes'!==_0x47d89d&&_0x19bd5c(_0x34ab82)&&(_0x34ab82['path']&&(_0x34ab82['root']||_0x34ab82['rootMain']||_0x34ab82['rootGraveyard'])?_0x25caa8[_0x47d89d]=_0x2766b7(_0x34ab82):P(_0x34ab82,_0x2766b7));}return _0x25caa8;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x567177,_0x25a66b,_0x1d5bec){this['_id']=_0x567177,this['_operationName']=_0x25a66b,this['_protobufDescriptor']=_0x1d5bec;}['compress'](_0xd9844f,_0x1387ac){const _0x2e58e4=_0x1387ac['shift']();return $(_0x2e58e4),_0xd9844f['buffers']['push'](this['_protobufDescriptor']['compress'](_0x2e58e4)),_0xd9844f['types']['push'](this['_id']),!0x0;}['decompress'](_0x2665ec,_0x496f04){_0x496f04['types']['shift']();const _0x4767cd=this['_protobufDescriptor']['decompress'](_0x496f04['buffers']['shift']());J(_0x4767cd),_0x4767cd['__className']=this['_operationName'],_0x2665ec['push'](_0x4767cd);}}class s extends e{['compress'](_0x231213,_0x4fd47f){const _0x83e039=_0x4fd47f['shift']();return this['_serializeOneOf']('oldValue',_0x83e039),this['_serializeOneOf']('newValue',_0x83e039),$(_0x83e039),_0x231213['buffers']['push'](this['_protobufDescriptor']['compress'](_0x83e039)),_0x231213['types']['push'](this['_id']),!0x0;}['decompress'](_0x31e315,_0x4e0897){const {types:_0x2ab560,buffers:_0x2d8bb9}=_0x4e0897,_0x285b40=this['_protobufDescriptor']['decompress'](_0x2d8bb9['shift']());_0x2ab560['shift'](),this['_deserializeOneOf']('oldValue',_0x285b40),this['_deserializeOneOf']('newValue',_0x285b40),J(_0x285b40),_0x285b40['__className']=this['_operationName'],_0x31e315['push'](_0x285b40);}['_serializeOneOf'](_0x1558bc,_0x3de53c){const _0x5d516f=_0x3de53c[_0x1558bc];'boolean'==typeof _0x5d516f?_0x3de53c[_0x1558bc+'Boolean']=_0x5d516f:_0x3de53c[_0x1558bc+'Json']=JSON['stringify'](_0x5d516f);}['_deserializeOneOf'](_0x57c96c,_0x5624f4){const _0x3593a1=_0x57c96c+'Json';_0x5624f4[_0x3593a1]?(_0x5624f4[_0x57c96c]=JSON['parse'](_0x5624f4[_0x3593a1]),delete _0x5624f4[_0x3593a1]):(_0x5624f4[_0x57c96c]=_0x5624f4[_0x57c96c+'Boolean'],delete _0x5624f4[_0x57c96c+'Boolean']);}}class i extends e{['compress'](_0xaa871d,_0x5b536a){const _0x23c72c=_0x5b536a['shift']();return this['_serializeNodesAttributes'](_0x23c72c['nodes']),$(_0x23c72c),_0xaa871d['buffers']['push'](this['_protobufDescriptor']['compress'](_0x23c72c)),_0xaa871d['types']['push'](this['_id']),!0x0;}['decompress'](_0x3f88fd,_0x26970d){const {types:_0x2794b8,buffers:_0x558605}=_0x26970d,_0x45737d=this['_protobufDescriptor']['decompress'](_0x558605['shift']());_0x2794b8['shift'](),_0x45737d['nodes']||(_0x45737d['nodes']=[]),this['_deserializeNodesAttributes'](_0x45737d['nodes']),J(_0x45737d),_0x45737d['__className']=this['_operationName'],_0x3f88fd['push'](_0x45737d);}['_serializeNodesAttributes'](_0x97339){for(const _0x47f526 of _0x97339){if(_0x47f526['attributes']){const _0x530d5c=_0x47f526['attributes'];this['_areValuesBoolean'](_0x530d5c)?_0x47f526['attributesBoolean']=_0x530d5c:_0x47f526['attributesJson']=JSON['stringify'](_0x530d5c);}_0x47f526['children']&&this['_serializeNodesAttributes'](_0x47f526['children']);}}['_deserializeNodesAttributes'](_0x179395){for(const _0x377d3e of _0x179395)(_0x377d3e['attributesBoolean']||_0x377d3e['attributesJson'])&&(_0x377d3e['attributesBoolean']?(_0x377d3e['attributes']=_0x377d3e['attributesBoolean'],delete _0x377d3e['attributesBoolean']):(_0x377d3e['attributes']=JSON['parse'](_0x377d3e['attributesJson']),delete _0x377d3e['attributesJson'])),_0x377d3e['children']&&this['_deserializeNodesAttributes'](_0x377d3e['children']);}['_areValuesBoolean'](_0x4d2843){return Object['keys'](_0x4d2843)['every'](_0x46cdd1=>'boolean'==typeof _0x4d2843[_0x46cdd1]);}}class n extends e{['decompress'](_0x2886f2,_0x5c4843){super['decompress'](_0x2886f2,_0x5c4843);const _0x9d9fb0=_0x2886f2[_0x2886f2['length']-0x1];_0x9d9fb0['oldRange']||(_0x9d9fb0['oldRange']=null),_0x9d9fb0['newRange']||(_0x9d9fb0['newRange']=null);}}class p extends e{['compress'](_0x3edbec,_0x8008a6){return _0x8008a6['shift'](),_0x3edbec['types']['push'](this['_id']),!0x0;}['decompress'](_0x4d8d91,_0x589dec){_0x589dec['types']['shift'](),_0x4d8d91['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x2d5066,_0x4893e4,_0x169888,_0x4f989b){super(_0x2d5066,_0x4893e4,_0x169888),this['_omittedNamespace']=_0x4f989b+':';}['compress'](_0x2025d9,_0x2c6a65){return!('MarkerOperation'!=_0x2c6a65[0x0]['__className']||!_0x2c6a65[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x2c6a65[0x0]['name']=_0x2c6a65[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x2025d9,_0x2c6a65),!0x0);}['decompress'](_0x2c24ab,_0x19147a){super['decompress'](_0x2c24ab,_0x19147a);const _0x208c74=_0x2c24ab[_0x2c24ab['length']-0x1];_0x208c74['name']=this['_omittedNamespace']+_0x208c74['name'];}}class b{['_id'];['_context'];constructor(_0x2255f5,_0x44d889){this['_id']=_0x2255f5,this['_context']=_0x44d889;}['compress'](_0x2fbc53,_0x5c1d3b){let _0x1a2bf4;for(;_0x5c1d3b['length']>0x1&&this['_compareOperations'](_0x5c1d3b[0x0],_0x5c1d3b[0x1]);)_0x1a2bf4?(_0x1a2bf4=this['_combineNext'](_0x5c1d3b['shift'](),_0x1a2bf4),_0x2fbc53['types']['push'](0x0)):(_0x1a2bf4=_0x400cc1(_0x5c1d3b['shift']()),_0x2fbc53['types']['push'](this['_id']));return!!_0x1a2bf4&&(_0x1a2bf4=this['_combineNext'](_0x5c1d3b['shift'](),_0x1a2bf4),_0x2fbc53['types']['push'](0x0),_0x2fbc53['buffers']['push'](this['_compressSingleOperation'](_0x1a2bf4)),!0x0);}['decompress'](_0x5bd9d0,_0x13b80b){const _0x4c2cde=this['_decompressSingleOperation'](_0x13b80b);for(;0x0==_0x13b80b['types'][0x0];)_0x13b80b['types']['shift'](),_0x5bd9d0['push'](this['_splitCurrent'](_0x4c2cde));_0x5bd9d0['push'](_0x4c2cde);}}class m extends b{['_combineNext'](_0x44e798,_0x3fa293){return _0x3fa293['nodes'][0x0]['data']+=_0x44e798['nodes'][0x0]['data'],_0x3fa293;}['_splitCurrent'](_0x4c184b){const _0x4ad96e=_0x400cc1(_0x4c184b),_0x1f4fa2=_0x4ad96e['nodes'][0x0],_0x174ec7=_0x4c184b['nodes'][0x0],_0x5a2cff=_0x174ec7['data'][Symbol['iterator']]()['next']()['value'],_0x1ec67e=_0x5a2cff['length'];return _0x1f4fa2['data']=_0x5a2cff,_0x174ec7['data']=_0x174ec7['data']['substr'](_0x1ec67e),_0x4c184b['position']=_(_0x4c184b['position'],_0x1ec67e),_0x4ad96e;}['_compareOperations'](_0x1e20d8,_0x467dc8){if(this['_checkOperation'](_0x1e20d8)&&this['_checkOperation'](_0x467dc8)){const _0x121cfc=_0x1e20d8['nodes'][0x0]['data']['length'],_0x128a8b=O(_(_0x1e20d8['position'],_0x121cfc),_0x467dc8['position']),_0x4e1065=_0x1e20d8['nodes'][0x0],_0x4d7a91=_0x467dc8['nodes'][0x0];return _0x128a8b&&this['_compareAttributes'](_0x4e1065,_0x4d7a91);}return!0x1;}['_compressSingleOperation'](_0x21ab92){const _0x3cf70d={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x3cf70d,[_0x21ab92]),_0x3cf70d['buffers'][0x0];}['_decompressSingleOperation'](_0xd19134){const _0x7db180=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x7db180,_0xd19134),_0x7db180[0x0];}['_checkOperation'](_0x415181){return'InsertOperation'==_0x415181['__className']&&0x1==_0x415181['nodes']['length']&&_0x415181['nodes'][0x0]['data']&&!_0x415181['wasUndone']&&0x1==Array['from'](_0x415181['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x2095bc,_0x41044f){const _0x20dd00=Object['keys'](_0x2095bc['attributes']||{}),_0x229b5e=Object['keys'](_0x41044f['attributes']||{});return _0x20dd00['length']===_0x229b5e['length']&&_0x20dd00['every'](_0x2c9763=>_0x41044f['attributes'][_0x2c9763]&&_0x41044f['attributes'][_0x2c9763]===_0x2095bc['attributes'][_0x2c9763]);}}class c extends b{['_combineNext'](_0x5f458f,_0x1f8db4){return _0x1f8db4['howMany']++,_0x1f8db4['sourcePosition']=_0x400cc1(_0x5f458f['sourcePosition']),_0x1f8db4;}['_splitCurrent'](_0x4334db){const _0x28db65=_0x400cc1(_0x4334db);return _0x4334db['howMany']--,_0x28db65['howMany']=0x1,_0x28db65['sourcePosition']=_(_0x28db65['sourcePosition'],_0x4334db['howMany']),_0x28db65;}['_compareOperations'](_0x464268,_0x978047){return!(!this['_checkOperation'](_0x464268)||!this['_checkOperation'](_0x978047))&&(O(_(_0x464268['sourcePosition'],-0x1),_0x978047['sourcePosition'])&&O(_0x464268['targetPosition'],_0x978047['targetPosition']));}['_compressSingleOperation'](_0x3dd762){const _0x54ffa3={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x54ffa3,[_0x3dd762]),_0x54ffa3['buffers'][0x0];}['_decompressSingleOperation'](_0x40c77f){const _0x288361=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x288361,_0x40c77f),_0x288361[0x0];}['_checkOperation'](_0x36b65a){return'MoveOperation'==_0x36b65a['__className']&&'$graveyard'==_0x36b65a['targetPosition']['root']&&0x1==_0x36b65a['howMany']&&!_0x36b65a['wasUndone'];}}class h extends b{['_combineNext'](_0x15cf0a,_0x2cafd8){return _0x2cafd8['howMany']++,_0x2cafd8;}['_splitCurrent'](_0x29012a){const _0x987e97=_0x400cc1(_0x29012a);return _0x987e97['howMany']=0x1,_0x29012a['howMany']--,_0x987e97;}['_compareOperations'](_0x5f14dd,_0x2c4d29){return!(!this['_checkOperation'](_0x5f14dd)||!this['_checkOperation'](_0x2c4d29))&&(O(_0x5f14dd['sourcePosition'],_0x2c4d29['sourcePosition'])&&O(_0x5f14dd['targetPosition'],_0x2c4d29['targetPosition']));}['_compressSingleOperation'](_0x1bd157){const _0x12261a={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x12261a,[_0x1bd157]),_0x12261a['buffers'][0x0];}['_decompressSingleOperation'](_0x52d697){const _0x4ca9bd=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x4ca9bd,_0x52d697),_0x4ca9bd[0x0];}['_checkOperation'](_0x3f4e02){return'MoveOperation'==_0x3f4e02['__className']&&'$graveyard'==_0x3f4e02['targetPosition']['root']&&0x1==_0x3f4e02['howMany']&&!_0x3f4e02['wasUndone'];}}class f extends b{['compress'](_0x5e56a3,_0x5d6fc6){if(!this['_compareOperations'](_0x5d6fc6[0x0],_0x5d6fc6[0x1]))return!0x1;const _0x567f7e=_0x5d6fc6['shift']();return _0x567f7e['oldRange']=null,_0x567f7e['newRange']&&O(_0x567f7e['newRange']['start'],_0x567f7e['newRange']['end'])&&(_0x567f7e['newRange']['end']=null),_0x5d6fc6['shift'](),_0x5e56a3['types']['push'](this['_id']),_0x5e56a3['types']['push'](0x0),_0x5e56a3['buffers']['push'](this['_compressSingleOperation'](_0x567f7e)),!0x0;}['decompress'](_0x642fb4,_0x3dc1b6){const _0xd7225d=this['_decompressSingleOperation'](_0x3dc1b6);_0xd7225d['newRange']&&!_0xd7225d['newRange']['end']&&(_0xd7225d['newRange']['end']=_0x400cc1(_0xd7225d['newRange']['start']));const _0xd1bf62=_0x400cc1(_0xd7225d);_0xd1bf62['newRange']&&(_0xd1bf62['newRange']['start']['stickiness']='toNone',_0xd1bf62['newRange']['end']=_0x400cc1(_0xd1bf62['newRange']['start'])),_0xd1bf62['name']='user:position:'+_0xd1bf62['name']['split'](':')[0x2],_0x3dc1b6['types']['shift'](),_0x642fb4['push'](_0xd7225d),_0x642fb4['push'](_0xd1bf62);}['_compressSingleOperation'](_0x46cf73){const _0x51777b={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x51777b,[_0x46cf73]),_0x51777b['buffers'][0x0];}['_decompressSingleOperation'](_0x4e223e){const _0x4f2099=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x4f2099,_0x4e223e),_0x4f2099[0x0];}['_compareOperations'](_0x3c03ab,_0x275491){return!(!_0x3c03ab||!_0x275491)&&('MarkerOperation'==_0x3c03ab['__className']&&'MarkerOperation'==_0x275491['__className']&&!(!_0x3c03ab['name']['startsWith']('user:')||!_0x275491['name']['startsWith']('user:')||_0x3c03ab['name']==_0x275491['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x2efb88=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new a(0x12,'MarkerOperation',_0x2efb88,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x2efb88,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',m),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x5c40f0){if(!_0x5c40f0||!_0x5c40f0[0x0])throw new _0x1d21f9('no-operations-provided',this);const _0x456078={'types':[],'buffers':[],'baseVersion':_0x5c40f0[0x0]['baseVersion']};for(;_0x5c40f0['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x456078,_0x5c40f0)||this['_getCompressorByName']('TypingAction')['compress'](_0x456078,_0x5c40f0)||this['_getCompressorByName']('DeletingAction')['compress'](_0x456078,_0x5c40f0)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x456078,_0x5c40f0)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x456078,_0x5c40f0)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x456078,_0x5c40f0)||this['_getCompressorByName'](_0x5c40f0[0x0]['__className'])['compress'](_0x456078,_0x5c40f0);return _0x456078;}['decompress'](_0x29e0ee){const _0x231e57=[];for(;_0x29e0ee['types']['length'];){this['_compressorById']['get'](_0x29e0ee['types'][0x0])['decompress'](_0x231e57,_0x29e0ee);}return _0x231e57['forEach']((_0x452646,_0x149c1b)=>_0x452646['baseVersion']=_0x29e0ee['baseVersion']+_0x149c1b),_0x231e57;}['_getCompressorByName'](_0x25432b){return this['_compressorByName']['get'](_0x25432b);}['_registerOperationCompressor'](_0x1caad4,_0x2f3793,_0x47e9c5){const _0x34e9de=new _0x47e9c5(_0x1caad4,_0x2f3793,this['_protobufFactory']['getDescriptor'](_0x2f3793));this['_registerCompressor'](_0x1caad4,_0x2f3793,_0x34e9de);}['_registerActionCompressor'](_0x62bebd,_0x50233d,_0x4b8723){const _0x14e490=new _0x4b8723(_0x62bebd,this);this['_registerCompressor'](_0x62bebd,_0x50233d,_0x14e490);}['_registerCompressor'](_0xf2bc2f,_0x344de4,_0x3288a5){this['_compressorById']['set'](_0xf2bc2f,_0x3288a5),this['_compressorByName']['set'](_0x344de4,_0x3288a5);}}export{g as Compressor};
|
|
23
|
+
import{CKEditorError as _0x2dd4ae}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x5f3f38 from'protobufjs/minimal.js';import{cloneDeep as _0x180019,isEqual as _0x21a566,isObject as _0x3f9aa7}from'lodash-es';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x4271b8=_0x5f3f38['Reader'],_0x5ae091=_0x5f3f38['Writer'],_0x31870d=_0x5f3f38['util'],_0x41c9fe=_0x5f3f38['roots']['default']||(_0x5f3f38['roots']['default']={});return _0x41c9fe['AttributeOperation']=(function(){function _0x1b4bde(_0x242040){if(_0x242040){for(var _0x5737f3=Object['keys'](_0x242040),_0x16fe35=0x0;_0x16fe35<_0x5737f3['length'];++_0x16fe35)null!=_0x242040[_0x5737f3[_0x16fe35]]&&(this[_0x5737f3[_0x16fe35]]=_0x242040[_0x5737f3[_0x16fe35]]);}}return _0x1b4bde['prototype']['range']=null,_0x1b4bde['prototype']['key']='',_0x1b4bde['prototype']['oldValueBoolean']=!0x1,_0x1b4bde['prototype']['oldValueJson']='',_0x1b4bde['prototype']['newValueBoolean']=!0x1,_0x1b4bde['prototype']['newValueJson']='',_0x1b4bde['prototype']['wasUndone']=!0x1,_0x1b4bde['create']=function(_0x5ce6f3){return new _0x1b4bde(_0x5ce6f3);},_0x1b4bde['encode']=function(_0x2e9153,_0x396955){return _0x396955||(_0x396955=_0x5ae091['create']()),null!=_0x2e9153['range']&&Object['hasOwnProperty']['call'](_0x2e9153,'range')&&_0x41c9fe['Range']['encode'](_0x2e9153['range'],_0x396955['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2e9153['key']&&Object['hasOwnProperty']['call'](_0x2e9153,'key')&&_0x396955['uint32'](0x12)['string'](_0x2e9153['key']),null!=_0x2e9153['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x2e9153,'oldValueBoolean')&&_0x396955['uint32'](0x18)['bool'](_0x2e9153['oldValueBoolean']),null!=_0x2e9153['oldValueJson']&&Object['hasOwnProperty']['call'](_0x2e9153,'oldValueJson')&&_0x396955['uint32'](0x22)['string'](_0x2e9153['oldValueJson']),null!=_0x2e9153['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x2e9153,'newValueBoolean')&&_0x396955['uint32'](0x28)['bool'](_0x2e9153['newValueBoolean']),null!=_0x2e9153['newValueJson']&&Object['hasOwnProperty']['call'](_0x2e9153,'newValueJson')&&_0x396955['uint32'](0x32)['string'](_0x2e9153['newValueJson']),null!=_0x2e9153['wasUndone']&&Object['hasOwnProperty']['call'](_0x2e9153,'wasUndone')&&_0x396955['uint32'](0x38)['bool'](_0x2e9153['wasUndone']),_0x396955;},_0x1b4bde['encodeDelimited']=function(_0x32f7fe,_0x46a44e){return this['encode'](_0x32f7fe,_0x46a44e)['ldelim']();},_0x1b4bde['decode']=function(_0x51a049,_0x3f3077){_0x51a049 instanceof _0x4271b8||(_0x51a049=_0x4271b8['create'](_0x51a049));for(var _0x508df5=void 0x0===_0x3f3077?_0x51a049['len']:_0x51a049['pos']+_0x3f3077,_0x298546=new _0x41c9fe['AttributeOperation']();_0x51a049['pos']<_0x508df5;){var _0x3d292a=_0x51a049['uint32']();switch(_0x3d292a>>>0x3){case 0x1:_0x298546['range']=_0x41c9fe['Range']['decode'](_0x51a049,_0x51a049['uint32']());break;case 0x2:_0x298546['key']=_0x51a049['string']();break;case 0x3:_0x298546['oldValueBoolean']=_0x51a049['bool']();break;case 0x4:_0x298546['oldValueJson']=_0x51a049['string']();break;case 0x5:_0x298546['newValueBoolean']=_0x51a049['bool']();break;case 0x6:_0x298546['newValueJson']=_0x51a049['string']();break;case 0x7:_0x298546['wasUndone']=_0x51a049['bool']();break;default:_0x51a049['skipType'](0x7&_0x3d292a);}}return _0x298546;},_0x1b4bde['decodeDelimited']=function(_0x47ce62){return _0x47ce62 instanceof _0x4271b8||(_0x47ce62=new _0x4271b8(_0x47ce62)),this['decode'](_0x47ce62,_0x47ce62['uint32']());},_0x1b4bde['verify']=function(_0x1c5edd){if('object'!=typeof _0x1c5edd||null===_0x1c5edd)return'object\x20expected';if(null!=_0x1c5edd['range']&&_0x1c5edd['hasOwnProperty']('range')){var _0x50ccb9=_0x41c9fe['Range']['verify'](_0x1c5edd['range']);if(_0x50ccb9)return'range.'+_0x50ccb9;}return null!=_0x1c5edd['key']&&_0x1c5edd['hasOwnProperty']('key')&&!_0x31870d['isString'](_0x1c5edd['key'])?'key:\x20string\x20expected':null!=_0x1c5edd['oldValueBoolean']&&_0x1c5edd['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x1c5edd['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x1c5edd['oldValueJson']&&_0x1c5edd['hasOwnProperty']('oldValueJson')&&!_0x31870d['isString'](_0x1c5edd['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x1c5edd['newValueBoolean']&&_0x1c5edd['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x1c5edd['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x1c5edd['newValueJson']&&_0x1c5edd['hasOwnProperty']('newValueJson')&&!_0x31870d['isString'](_0x1c5edd['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x1c5edd['wasUndone']&&_0x1c5edd['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1c5edd['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1b4bde['fromObject']=function(_0x45c17d){if(_0x45c17d instanceof _0x41c9fe['AttributeOperation'])return _0x45c17d;var _0x200728=new _0x41c9fe['AttributeOperation']();if(null!=_0x45c17d['range']){if('object'!=typeof _0x45c17d['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x200728['range']=_0x41c9fe['Range']['fromObject'](_0x45c17d['range']);}return null!=_0x45c17d['key']&&(_0x200728['key']=String(_0x45c17d['key'])),null!=_0x45c17d['oldValueBoolean']&&(_0x200728['oldValueBoolean']=Boolean(_0x45c17d['oldValueBoolean'])),null!=_0x45c17d['oldValueJson']&&(_0x200728['oldValueJson']=String(_0x45c17d['oldValueJson'])),null!=_0x45c17d['newValueBoolean']&&(_0x200728['newValueBoolean']=Boolean(_0x45c17d['newValueBoolean'])),null!=_0x45c17d['newValueJson']&&(_0x200728['newValueJson']=String(_0x45c17d['newValueJson'])),null!=_0x45c17d['wasUndone']&&(_0x200728['wasUndone']=Boolean(_0x45c17d['wasUndone'])),_0x200728;},_0x1b4bde['toObject']=function(_0x269609,_0x10fec5){_0x10fec5||(_0x10fec5={});var _0x301eec={};return _0x10fec5['defaults']&&(_0x301eec['range']=null,_0x301eec['key']='',_0x301eec['oldValueBoolean']=!0x1,_0x301eec['oldValueJson']='',_0x301eec['newValueBoolean']=!0x1,_0x301eec['newValueJson']='',_0x301eec['wasUndone']=!0x1),null!=_0x269609['range']&&_0x269609['hasOwnProperty']('range')&&(_0x301eec['range']=_0x41c9fe['Range']['toObject'](_0x269609['range'],_0x10fec5)),null!=_0x269609['key']&&_0x269609['hasOwnProperty']('key')&&(_0x301eec['key']=_0x269609['key']),null!=_0x269609['oldValueBoolean']&&_0x269609['hasOwnProperty']('oldValueBoolean')&&(_0x301eec['oldValueBoolean']=_0x269609['oldValueBoolean']),null!=_0x269609['oldValueJson']&&_0x269609['hasOwnProperty']('oldValueJson')&&(_0x301eec['oldValueJson']=_0x269609['oldValueJson']),null!=_0x269609['newValueBoolean']&&_0x269609['hasOwnProperty']('newValueBoolean')&&(_0x301eec['newValueBoolean']=_0x269609['newValueBoolean']),null!=_0x269609['newValueJson']&&_0x269609['hasOwnProperty']('newValueJson')&&(_0x301eec['newValueJson']=_0x269609['newValueJson']),null!=_0x269609['wasUndone']&&_0x269609['hasOwnProperty']('wasUndone')&&(_0x301eec['wasUndone']=_0x269609['wasUndone']),_0x301eec;},_0x1b4bde['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5f3f38['util']['toJSONOptions']);},_0x1b4bde['getTypeUrl']=function(_0x17bb2d){return void 0x0===_0x17bb2d&&(_0x17bb2d='type.googleapis.com'),_0x17bb2d+'/AttributeOperation';},_0x1b4bde;}()),_0x41c9fe['InsertOperation']=(function(){function _0xbd3e75(_0x1a4138){if(this['nodes']=[],_0x1a4138){for(var _0x352e40=Object['keys'](_0x1a4138),_0x3acd8f=0x0;_0x3acd8f<_0x352e40['length'];++_0x3acd8f)null!=_0x1a4138[_0x352e40[_0x3acd8f]]&&(this[_0x352e40[_0x3acd8f]]=_0x1a4138[_0x352e40[_0x3acd8f]]);}}return _0xbd3e75['prototype']['position']=null,_0xbd3e75['prototype']['nodes']=_0x31870d['emptyArray'],_0xbd3e75['prototype']['shouldReceiveAttributes']=!0x1,_0xbd3e75['prototype']['wasUndone']=!0x1,_0xbd3e75['create']=function(_0x43cba3){return new _0xbd3e75(_0x43cba3);},_0xbd3e75['encode']=function(_0x3504c9,_0x3498ca){if(_0x3498ca||(_0x3498ca=_0x5ae091['create']()),null!=_0x3504c9['position']&&Object['hasOwnProperty']['call'](_0x3504c9,'position')&&_0x41c9fe['Position']['encode'](_0x3504c9['position'],_0x3498ca['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3504c9['nodes']&&_0x3504c9['nodes']['length']){for(var _0x1c1b8f=0x0;_0x1c1b8f<_0x3504c9['nodes']['length'];++_0x1c1b8f)_0x41c9fe['Element']['encode'](_0x3504c9['nodes'][_0x1c1b8f],_0x3498ca['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x3504c9['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x3504c9,'shouldReceiveAttributes')&&_0x3498ca['uint32'](0x18)['bool'](_0x3504c9['shouldReceiveAttributes']),null!=_0x3504c9['wasUndone']&&Object['hasOwnProperty']['call'](_0x3504c9,'wasUndone')&&_0x3498ca['uint32'](0x20)['bool'](_0x3504c9['wasUndone']),_0x3498ca;},_0xbd3e75['encodeDelimited']=function(_0x412446,_0x4c6f08){return this['encode'](_0x412446,_0x4c6f08)['ldelim']();},_0xbd3e75['decode']=function(_0x2790ce,_0x488cd2){_0x2790ce instanceof _0x4271b8||(_0x2790ce=_0x4271b8['create'](_0x2790ce));for(var _0x5ba50b=void 0x0===_0x488cd2?_0x2790ce['len']:_0x2790ce['pos']+_0x488cd2,_0x56bce2=new _0x41c9fe['InsertOperation']();_0x2790ce['pos']<_0x5ba50b;){var _0x575bdb=_0x2790ce['uint32']();switch(_0x575bdb>>>0x3){case 0x1:_0x56bce2['position']=_0x41c9fe['Position']['decode'](_0x2790ce,_0x2790ce['uint32']());break;case 0x2:_0x56bce2['nodes']&&_0x56bce2['nodes']['length']||(_0x56bce2['nodes']=[]),_0x56bce2['nodes']['push'](_0x41c9fe['Element']['decode'](_0x2790ce,_0x2790ce['uint32']()));break;case 0x3:_0x56bce2['shouldReceiveAttributes']=_0x2790ce['bool']();break;case 0x4:_0x56bce2['wasUndone']=_0x2790ce['bool']();break;default:_0x2790ce['skipType'](0x7&_0x575bdb);}}return _0x56bce2;},_0xbd3e75['decodeDelimited']=function(_0x40318f){return _0x40318f instanceof _0x4271b8||(_0x40318f=new _0x4271b8(_0x40318f)),this['decode'](_0x40318f,_0x40318f['uint32']());},_0xbd3e75['verify']=function(_0x56152e){if('object'!=typeof _0x56152e||null===_0x56152e)return'object\x20expected';if(null!=_0x56152e['position']&&_0x56152e['hasOwnProperty']('position')&&(_0x54c7c5=_0x41c9fe['Position']['verify'](_0x56152e['position'])))return'position.'+_0x54c7c5;if(null!=_0x56152e['nodes']&&_0x56152e['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x56152e['nodes']))return'nodes:\x20array\x20expected';for(var _0x310fb3=0x0;_0x310fb3<_0x56152e['nodes']['length'];++_0x310fb3){var _0x54c7c5;if(_0x54c7c5=_0x41c9fe['Element']['verify'](_0x56152e['nodes'][_0x310fb3]))return'nodes.'+_0x54c7c5;}}return null!=_0x56152e['shouldReceiveAttributes']&&_0x56152e['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x56152e['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x56152e['wasUndone']&&_0x56152e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x56152e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xbd3e75['fromObject']=function(_0x52d0de){if(_0x52d0de instanceof _0x41c9fe['InsertOperation'])return _0x52d0de;var _0x5b2608=new _0x41c9fe['InsertOperation']();if(null!=_0x52d0de['position']){if('object'!=typeof _0x52d0de['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x5b2608['position']=_0x41c9fe['Position']['fromObject'](_0x52d0de['position']);}if(_0x52d0de['nodes']){if(!Array['isArray'](_0x52d0de['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x5b2608['nodes']=[];for(var _0x3ed889=0x0;_0x3ed889<_0x52d0de['nodes']['length'];++_0x3ed889){if('object'!=typeof _0x52d0de['nodes'][_0x3ed889])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x5b2608['nodes'][_0x3ed889]=_0x41c9fe['Element']['fromObject'](_0x52d0de['nodes'][_0x3ed889]);}}return null!=_0x52d0de['shouldReceiveAttributes']&&(_0x5b2608['shouldReceiveAttributes']=Boolean(_0x52d0de['shouldReceiveAttributes'])),null!=_0x52d0de['wasUndone']&&(_0x5b2608['wasUndone']=Boolean(_0x52d0de['wasUndone'])),_0x5b2608;},_0xbd3e75['toObject']=function(_0x19f6f8,_0x53639b){_0x53639b||(_0x53639b={});var _0x298bba={};if((_0x53639b['arrays']||_0x53639b['defaults'])&&(_0x298bba['nodes']=[]),_0x53639b['defaults']&&(_0x298bba['position']=null,_0x298bba['shouldReceiveAttributes']=!0x1,_0x298bba['wasUndone']=!0x1),null!=_0x19f6f8['position']&&_0x19f6f8['hasOwnProperty']('position')&&(_0x298bba['position']=_0x41c9fe['Position']['toObject'](_0x19f6f8['position'],_0x53639b)),_0x19f6f8['nodes']&&_0x19f6f8['nodes']['length']){_0x298bba['nodes']=[];for(var _0x30e1d7=0x0;_0x30e1d7<_0x19f6f8['nodes']['length'];++_0x30e1d7)_0x298bba['nodes'][_0x30e1d7]=_0x41c9fe['Element']['toObject'](_0x19f6f8['nodes'][_0x30e1d7],_0x53639b);}return null!=_0x19f6f8['shouldReceiveAttributes']&&_0x19f6f8['hasOwnProperty']('shouldReceiveAttributes')&&(_0x298bba['shouldReceiveAttributes']=_0x19f6f8['shouldReceiveAttributes']),null!=_0x19f6f8['wasUndone']&&_0x19f6f8['hasOwnProperty']('wasUndone')&&(_0x298bba['wasUndone']=_0x19f6f8['wasUndone']),_0x298bba;},_0xbd3e75['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5f3f38['util']['toJSONOptions']);},_0xbd3e75['getTypeUrl']=function(_0x53e18b){return void 0x0===_0x53e18b&&(_0x53e18b='type.googleapis.com'),_0x53e18b+'/InsertOperation';},_0xbd3e75;}()),_0x41c9fe['MarkerOperation']=(function(){function _0x43d2df(_0x569fde){if(_0x569fde){for(var _0x1bf6a2=Object['keys'](_0x569fde),_0x4a9820=0x0;_0x4a9820<_0x1bf6a2['length'];++_0x4a9820)null!=_0x569fde[_0x1bf6a2[_0x4a9820]]&&(this[_0x1bf6a2[_0x4a9820]]=_0x569fde[_0x1bf6a2[_0x4a9820]]);}}return _0x43d2df['prototype']['name']='',_0x43d2df['prototype']['oldRange']=null,_0x43d2df['prototype']['newRange']=null,_0x43d2df['prototype']['affectsData']=!0x1,_0x43d2df['prototype']['wasUndone']=!0x1,_0x43d2df['create']=function(_0x9bdb88){return new _0x43d2df(_0x9bdb88);},_0x43d2df['encode']=function(_0x5771f5,_0x557655){return _0x557655||(_0x557655=_0x5ae091['create']()),null!=_0x5771f5['name']&&Object['hasOwnProperty']['call'](_0x5771f5,'name')&&_0x557655['uint32'](0xa)['string'](_0x5771f5['name']),null!=_0x5771f5['oldRange']&&Object['hasOwnProperty']['call'](_0x5771f5,'oldRange')&&_0x41c9fe['Range']['encode'](_0x5771f5['oldRange'],_0x557655['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5771f5['newRange']&&Object['hasOwnProperty']['call'](_0x5771f5,'newRange')&&_0x41c9fe['Range']['encode'](_0x5771f5['newRange'],_0x557655['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x5771f5['affectsData']&&Object['hasOwnProperty']['call'](_0x5771f5,'affectsData')&&_0x557655['uint32'](0x20)['bool'](_0x5771f5['affectsData']),null!=_0x5771f5['wasUndone']&&Object['hasOwnProperty']['call'](_0x5771f5,'wasUndone')&&_0x557655['uint32'](0x28)['bool'](_0x5771f5['wasUndone']),_0x557655;},_0x43d2df['encodeDelimited']=function(_0x5fdb2a,_0x6c98c){return this['encode'](_0x5fdb2a,_0x6c98c)['ldelim']();},_0x43d2df['decode']=function(_0x4950a6,_0x362e3c){_0x4950a6 instanceof _0x4271b8||(_0x4950a6=_0x4271b8['create'](_0x4950a6));for(var _0x26d342=void 0x0===_0x362e3c?_0x4950a6['len']:_0x4950a6['pos']+_0x362e3c,_0x1e8505=new _0x41c9fe['MarkerOperation']();_0x4950a6['pos']<_0x26d342;){var _0x44f4fd=_0x4950a6['uint32']();switch(_0x44f4fd>>>0x3){case 0x1:_0x1e8505['name']=_0x4950a6['string']();break;case 0x2:_0x1e8505['oldRange']=_0x41c9fe['Range']['decode'](_0x4950a6,_0x4950a6['uint32']());break;case 0x3:_0x1e8505['newRange']=_0x41c9fe['Range']['decode'](_0x4950a6,_0x4950a6['uint32']());break;case 0x4:_0x1e8505['affectsData']=_0x4950a6['bool']();break;case 0x5:_0x1e8505['wasUndone']=_0x4950a6['bool']();break;default:_0x4950a6['skipType'](0x7&_0x44f4fd);}}return _0x1e8505;},_0x43d2df['decodeDelimited']=function(_0xf3997b){return _0xf3997b instanceof _0x4271b8||(_0xf3997b=new _0x4271b8(_0xf3997b)),this['decode'](_0xf3997b,_0xf3997b['uint32']());},_0x43d2df['verify']=function(_0x4a4156){if('object'!=typeof _0x4a4156||null===_0x4a4156)return'object\x20expected';if(null!=_0x4a4156['name']&&_0x4a4156['hasOwnProperty']('name')&&!_0x31870d['isString'](_0x4a4156['name']))return'name:\x20string\x20expected';var _0xe19225;if(null!=_0x4a4156['oldRange']&&_0x4a4156['hasOwnProperty']('oldRange')&&(_0xe19225=_0x41c9fe['Range']['verify'](_0x4a4156['oldRange'])))return'oldRange.'+_0xe19225;if(null!=_0x4a4156['newRange']&&_0x4a4156['hasOwnProperty']('newRange')&&(_0xe19225=_0x41c9fe['Range']['verify'](_0x4a4156['newRange'])))return'newRange.'+_0xe19225;return null!=_0x4a4156['affectsData']&&_0x4a4156['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x4a4156['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x4a4156['wasUndone']&&_0x4a4156['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4a4156['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x43d2df['fromObject']=function(_0x22dffb){if(_0x22dffb instanceof _0x41c9fe['MarkerOperation'])return _0x22dffb;var _0x1e5db8=new _0x41c9fe['MarkerOperation']();if(null!=_0x22dffb['name']&&(_0x1e5db8['name']=String(_0x22dffb['name'])),null!=_0x22dffb['oldRange']){if('object'!=typeof _0x22dffb['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x1e5db8['oldRange']=_0x41c9fe['Range']['fromObject'](_0x22dffb['oldRange']);}if(null!=_0x22dffb['newRange']){if('object'!=typeof _0x22dffb['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x1e5db8['newRange']=_0x41c9fe['Range']['fromObject'](_0x22dffb['newRange']);}return null!=_0x22dffb['affectsData']&&(_0x1e5db8['affectsData']=Boolean(_0x22dffb['affectsData'])),null!=_0x22dffb['wasUndone']&&(_0x1e5db8['wasUndone']=Boolean(_0x22dffb['wasUndone'])),_0x1e5db8;},_0x43d2df['toObject']=function(_0x5e2457,_0x2e9067){_0x2e9067||(_0x2e9067={});var _0x3d3acd={};return _0x2e9067['defaults']&&(_0x3d3acd['name']='',_0x3d3acd['oldRange']=null,_0x3d3acd['newRange']=null,_0x3d3acd['affectsData']=!0x1,_0x3d3acd['wasUndone']=!0x1),null!=_0x5e2457['name']&&_0x5e2457['hasOwnProperty']('name')&&(_0x3d3acd['name']=_0x5e2457['name']),null!=_0x5e2457['oldRange']&&_0x5e2457['hasOwnProperty']('oldRange')&&(_0x3d3acd['oldRange']=_0x41c9fe['Range']['toObject'](_0x5e2457['oldRange'],_0x2e9067)),null!=_0x5e2457['newRange']&&_0x5e2457['hasOwnProperty']('newRange')&&(_0x3d3acd['newRange']=_0x41c9fe['Range']['toObject'](_0x5e2457['newRange'],_0x2e9067)),null!=_0x5e2457['affectsData']&&_0x5e2457['hasOwnProperty']('affectsData')&&(_0x3d3acd['affectsData']=_0x5e2457['affectsData']),null!=_0x5e2457['wasUndone']&&_0x5e2457['hasOwnProperty']('wasUndone')&&(_0x3d3acd['wasUndone']=_0x5e2457['wasUndone']),_0x3d3acd;},_0x43d2df['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5f3f38['util']['toJSONOptions']);},_0x43d2df['getTypeUrl']=function(_0x4a2972){return void 0x0===_0x4a2972&&(_0x4a2972='type.googleapis.com'),_0x4a2972+'/MarkerOperation';},_0x43d2df;}()),_0x41c9fe['MergeOperation']=(function(){function _0x586b6d(_0x5a3c24){if(_0x5a3c24){for(var _0x47326f=Object['keys'](_0x5a3c24),_0x1161cf=0x0;_0x1161cf<_0x47326f['length'];++_0x1161cf)null!=_0x5a3c24[_0x47326f[_0x1161cf]]&&(this[_0x47326f[_0x1161cf]]=_0x5a3c24[_0x47326f[_0x1161cf]]);}}return _0x586b6d['prototype']['sourcePosition']=null,_0x586b6d['prototype']['targetPosition']=null,_0x586b6d['prototype']['graveyardPosition']=null,_0x586b6d['prototype']['howMany']=0x0,_0x586b6d['prototype']['wasUndone']=!0x1,_0x586b6d['create']=function(_0x28f8ee){return new _0x586b6d(_0x28f8ee);},_0x586b6d['encode']=function(_0x272ed4,_0x572d88){return _0x572d88||(_0x572d88=_0x5ae091['create']()),null!=_0x272ed4['sourcePosition']&&Object['hasOwnProperty']['call'](_0x272ed4,'sourcePosition')&&_0x41c9fe['Position']['encode'](_0x272ed4['sourcePosition'],_0x572d88['uint32'](0xa)['fork']())['ldelim'](),null!=_0x272ed4['targetPosition']&&Object['hasOwnProperty']['call'](_0x272ed4,'targetPosition')&&_0x41c9fe['Position']['encode'](_0x272ed4['targetPosition'],_0x572d88['uint32'](0x12)['fork']())['ldelim'](),null!=_0x272ed4['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x272ed4,'graveyardPosition')&&_0x41c9fe['Position']['encode'](_0x272ed4['graveyardPosition'],_0x572d88['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x272ed4['howMany']&&Object['hasOwnProperty']['call'](_0x272ed4,'howMany')&&_0x572d88['uint32'](0x20)['uint32'](_0x272ed4['howMany']),null!=_0x272ed4['wasUndone']&&Object['hasOwnProperty']['call'](_0x272ed4,'wasUndone')&&_0x572d88['uint32'](0x28)['bool'](_0x272ed4['wasUndone']),_0x572d88;},_0x586b6d['encodeDelimited']=function(_0x4a93d9,_0x282b49){return this['encode'](_0x4a93d9,_0x282b49)['ldelim']();},_0x586b6d['decode']=function(_0x400f8e,_0x212267){_0x400f8e instanceof _0x4271b8||(_0x400f8e=_0x4271b8['create'](_0x400f8e));for(var _0x5a2f06=void 0x0===_0x212267?_0x400f8e['len']:_0x400f8e['pos']+_0x212267,_0x4c33be=new _0x41c9fe['MergeOperation']();_0x400f8e['pos']<_0x5a2f06;){var _0x505414=_0x400f8e['uint32']();switch(_0x505414>>>0x3){case 0x1:_0x4c33be['sourcePosition']=_0x41c9fe['Position']['decode'](_0x400f8e,_0x400f8e['uint32']());break;case 0x2:_0x4c33be['targetPosition']=_0x41c9fe['Position']['decode'](_0x400f8e,_0x400f8e['uint32']());break;case 0x3:_0x4c33be['graveyardPosition']=_0x41c9fe['Position']['decode'](_0x400f8e,_0x400f8e['uint32']());break;case 0x4:_0x4c33be['howMany']=_0x400f8e['uint32']();break;case 0x5:_0x4c33be['wasUndone']=_0x400f8e['bool']();break;default:_0x400f8e['skipType'](0x7&_0x505414);}}return _0x4c33be;},_0x586b6d['decodeDelimited']=function(_0x1aa699){return _0x1aa699 instanceof _0x4271b8||(_0x1aa699=new _0x4271b8(_0x1aa699)),this['decode'](_0x1aa699,_0x1aa699['uint32']());},_0x586b6d['verify']=function(_0x9311f7){if('object'!=typeof _0x9311f7||null===_0x9311f7)return'object\x20expected';var _0x30f5fc;if(null!=_0x9311f7['sourcePosition']&&_0x9311f7['hasOwnProperty']('sourcePosition')&&(_0x30f5fc=_0x41c9fe['Position']['verify'](_0x9311f7['sourcePosition'])))return'sourcePosition.'+_0x30f5fc;if(null!=_0x9311f7['targetPosition']&&_0x9311f7['hasOwnProperty']('targetPosition')&&(_0x30f5fc=_0x41c9fe['Position']['verify'](_0x9311f7['targetPosition'])))return'targetPosition.'+_0x30f5fc;if(null!=_0x9311f7['graveyardPosition']&&_0x9311f7['hasOwnProperty']('graveyardPosition')&&(_0x30f5fc=_0x41c9fe['Position']['verify'](_0x9311f7['graveyardPosition'])))return'graveyardPosition.'+_0x30f5fc;return null!=_0x9311f7['howMany']&&_0x9311f7['hasOwnProperty']('howMany')&&!_0x31870d['isInteger'](_0x9311f7['howMany'])?'howMany:\x20integer\x20expected':null!=_0x9311f7['wasUndone']&&_0x9311f7['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x9311f7['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x586b6d['fromObject']=function(_0x2c2f98){if(_0x2c2f98 instanceof _0x41c9fe['MergeOperation'])return _0x2c2f98;var _0xc196ff=new _0x41c9fe['MergeOperation']();if(null!=_0x2c2f98['sourcePosition']){if('object'!=typeof _0x2c2f98['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0xc196ff['sourcePosition']=_0x41c9fe['Position']['fromObject'](_0x2c2f98['sourcePosition']);}if(null!=_0x2c2f98['targetPosition']){if('object'!=typeof _0x2c2f98['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0xc196ff['targetPosition']=_0x41c9fe['Position']['fromObject'](_0x2c2f98['targetPosition']);}if(null!=_0x2c2f98['graveyardPosition']){if('object'!=typeof _0x2c2f98['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0xc196ff['graveyardPosition']=_0x41c9fe['Position']['fromObject'](_0x2c2f98['graveyardPosition']);}return null!=_0x2c2f98['howMany']&&(_0xc196ff['howMany']=_0x2c2f98['howMany']>>>0x0),null!=_0x2c2f98['wasUndone']&&(_0xc196ff['wasUndone']=Boolean(_0x2c2f98['wasUndone'])),_0xc196ff;},_0x586b6d['toObject']=function(_0x4c22db,_0x446fd8){_0x446fd8||(_0x446fd8={});var _0x4502d1={};return _0x446fd8['defaults']&&(_0x4502d1['sourcePosition']=null,_0x4502d1['targetPosition']=null,_0x4502d1['graveyardPosition']=null,_0x4502d1['howMany']=0x0,_0x4502d1['wasUndone']=!0x1),null!=_0x4c22db['sourcePosition']&&_0x4c22db['hasOwnProperty']('sourcePosition')&&(_0x4502d1['sourcePosition']=_0x41c9fe['Position']['toObject'](_0x4c22db['sourcePosition'],_0x446fd8)),null!=_0x4c22db['targetPosition']&&_0x4c22db['hasOwnProperty']('targetPosition')&&(_0x4502d1['targetPosition']=_0x41c9fe['Position']['toObject'](_0x4c22db['targetPosition'],_0x446fd8)),null!=_0x4c22db['graveyardPosition']&&_0x4c22db['hasOwnProperty']('graveyardPosition')&&(_0x4502d1['graveyardPosition']=_0x41c9fe['Position']['toObject'](_0x4c22db['graveyardPosition'],_0x446fd8)),null!=_0x4c22db['howMany']&&_0x4c22db['hasOwnProperty']('howMany')&&(_0x4502d1['howMany']=_0x4c22db['howMany']),null!=_0x4c22db['wasUndone']&&_0x4c22db['hasOwnProperty']('wasUndone')&&(_0x4502d1['wasUndone']=_0x4c22db['wasUndone']),_0x4502d1;},_0x586b6d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5f3f38['util']['toJSONOptions']);},_0x586b6d['getTypeUrl']=function(_0x328d17){return void 0x0===_0x328d17&&(_0x328d17='type.googleapis.com'),_0x328d17+'/MergeOperation';},_0x586b6d;}()),_0x41c9fe['MoveOperation']=(function(){function _0x14e11f(_0x9c9ab1){if(_0x9c9ab1){for(var _0x54a7a2=Object['keys'](_0x9c9ab1),_0x295899=0x0;_0x295899<_0x54a7a2['length'];++_0x295899)null!=_0x9c9ab1[_0x54a7a2[_0x295899]]&&(this[_0x54a7a2[_0x295899]]=_0x9c9ab1[_0x54a7a2[_0x295899]]);}}return _0x14e11f['prototype']['sourcePosition']=null,_0x14e11f['prototype']['howMany']=0x0,_0x14e11f['prototype']['targetPosition']=null,_0x14e11f['prototype']['wasUndone']=!0x1,_0x14e11f['create']=function(_0xbb9eec){return new _0x14e11f(_0xbb9eec);},_0x14e11f['encode']=function(_0x61d2e1,_0x1fa1c4){return _0x1fa1c4||(_0x1fa1c4=_0x5ae091['create']()),null!=_0x61d2e1['sourcePosition']&&Object['hasOwnProperty']['call'](_0x61d2e1,'sourcePosition')&&_0x41c9fe['Position']['encode'](_0x61d2e1['sourcePosition'],_0x1fa1c4['uint32'](0xa)['fork']())['ldelim'](),null!=_0x61d2e1['howMany']&&Object['hasOwnProperty']['call'](_0x61d2e1,'howMany')&&_0x1fa1c4['uint32'](0x10)['uint32'](_0x61d2e1['howMany']),null!=_0x61d2e1['targetPosition']&&Object['hasOwnProperty']['call'](_0x61d2e1,'targetPosition')&&_0x41c9fe['Position']['encode'](_0x61d2e1['targetPosition'],_0x1fa1c4['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x61d2e1['wasUndone']&&Object['hasOwnProperty']['call'](_0x61d2e1,'wasUndone')&&_0x1fa1c4['uint32'](0x20)['bool'](_0x61d2e1['wasUndone']),_0x1fa1c4;},_0x14e11f['encodeDelimited']=function(_0x493cd9,_0x5a7e0c){return this['encode'](_0x493cd9,_0x5a7e0c)['ldelim']();},_0x14e11f['decode']=function(_0x163ecd,_0x22dde4){_0x163ecd instanceof _0x4271b8||(_0x163ecd=_0x4271b8['create'](_0x163ecd));for(var _0x5614a6=void 0x0===_0x22dde4?_0x163ecd['len']:_0x163ecd['pos']+_0x22dde4,_0x1477d8=new _0x41c9fe['MoveOperation']();_0x163ecd['pos']<_0x5614a6;){var _0xbaaddc=_0x163ecd['uint32']();switch(_0xbaaddc>>>0x3){case 0x1:_0x1477d8['sourcePosition']=_0x41c9fe['Position']['decode'](_0x163ecd,_0x163ecd['uint32']());break;case 0x2:_0x1477d8['howMany']=_0x163ecd['uint32']();break;case 0x3:_0x1477d8['targetPosition']=_0x41c9fe['Position']['decode'](_0x163ecd,_0x163ecd['uint32']());break;case 0x4:_0x1477d8['wasUndone']=_0x163ecd['bool']();break;default:_0x163ecd['skipType'](0x7&_0xbaaddc);}}return _0x1477d8;},_0x14e11f['decodeDelimited']=function(_0xbfafae){return _0xbfafae instanceof _0x4271b8||(_0xbfafae=new _0x4271b8(_0xbfafae)),this['decode'](_0xbfafae,_0xbfafae['uint32']());},_0x14e11f['verify']=function(_0x23ab6e){if('object'!=typeof _0x23ab6e||null===_0x23ab6e)return'object\x20expected';var _0x121600;if(null!=_0x23ab6e['sourcePosition']&&_0x23ab6e['hasOwnProperty']('sourcePosition')&&(_0x121600=_0x41c9fe['Position']['verify'](_0x23ab6e['sourcePosition'])))return'sourcePosition.'+_0x121600;if(null!=_0x23ab6e['howMany']&&_0x23ab6e['hasOwnProperty']('howMany')&&!_0x31870d['isInteger'](_0x23ab6e['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x23ab6e['targetPosition']&&_0x23ab6e['hasOwnProperty']('targetPosition')&&(_0x121600=_0x41c9fe['Position']['verify'](_0x23ab6e['targetPosition'])))return'targetPosition.'+_0x121600;return null!=_0x23ab6e['wasUndone']&&_0x23ab6e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x23ab6e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x14e11f['fromObject']=function(_0x2308d2){if(_0x2308d2 instanceof _0x41c9fe['MoveOperation'])return _0x2308d2;var _0x522653=new _0x41c9fe['MoveOperation']();if(null!=_0x2308d2['sourcePosition']){if('object'!=typeof _0x2308d2['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x522653['sourcePosition']=_0x41c9fe['Position']['fromObject'](_0x2308d2['sourcePosition']);}if(null!=_0x2308d2['howMany']&&(_0x522653['howMany']=_0x2308d2['howMany']>>>0x0),null!=_0x2308d2['targetPosition']){if('object'!=typeof _0x2308d2['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x522653['targetPosition']=_0x41c9fe['Position']['fromObject'](_0x2308d2['targetPosition']);}return null!=_0x2308d2['wasUndone']&&(_0x522653['wasUndone']=Boolean(_0x2308d2['wasUndone'])),_0x522653;},_0x14e11f['toObject']=function(_0x2e5dd9,_0x4c3b7c){_0x4c3b7c||(_0x4c3b7c={});var _0x4a1844={};return _0x4c3b7c['defaults']&&(_0x4a1844['sourcePosition']=null,_0x4a1844['howMany']=0x0,_0x4a1844['targetPosition']=null,_0x4a1844['wasUndone']=!0x1),null!=_0x2e5dd9['sourcePosition']&&_0x2e5dd9['hasOwnProperty']('sourcePosition')&&(_0x4a1844['sourcePosition']=_0x41c9fe['Position']['toObject'](_0x2e5dd9['sourcePosition'],_0x4c3b7c)),null!=_0x2e5dd9['howMany']&&_0x2e5dd9['hasOwnProperty']('howMany')&&(_0x4a1844['howMany']=_0x2e5dd9['howMany']),null!=_0x2e5dd9['targetPosition']&&_0x2e5dd9['hasOwnProperty']('targetPosition')&&(_0x4a1844['targetPosition']=_0x41c9fe['Position']['toObject'](_0x2e5dd9['targetPosition'],_0x4c3b7c)),null!=_0x2e5dd9['wasUndone']&&_0x2e5dd9['hasOwnProperty']('wasUndone')&&(_0x4a1844['wasUndone']=_0x2e5dd9['wasUndone']),_0x4a1844;},_0x14e11f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5f3f38['util']['toJSONOptions']);},_0x14e11f['getTypeUrl']=function(_0x1b78dc){return void 0x0===_0x1b78dc&&(_0x1b78dc='type.googleapis.com'),_0x1b78dc+'/MoveOperation';},_0x14e11f;}()),_0x41c9fe['RenameOperation']=(function(){function _0x122b6e(_0x2fad2d){if(_0x2fad2d){for(var _0x4ee0ad=Object['keys'](_0x2fad2d),_0x44dce3=0x0;_0x44dce3<_0x4ee0ad['length'];++_0x44dce3)null!=_0x2fad2d[_0x4ee0ad[_0x44dce3]]&&(this[_0x4ee0ad[_0x44dce3]]=_0x2fad2d[_0x4ee0ad[_0x44dce3]]);}}return _0x122b6e['prototype']['position']=null,_0x122b6e['prototype']['oldName']='',_0x122b6e['prototype']['newName']='',_0x122b6e['prototype']['wasUndone']=!0x1,_0x122b6e['create']=function(_0x2fa187){return new _0x122b6e(_0x2fa187);},_0x122b6e['encode']=function(_0x3a412c,_0x5bdf21){return _0x5bdf21||(_0x5bdf21=_0x5ae091['create']()),null!=_0x3a412c['position']&&Object['hasOwnProperty']['call'](_0x3a412c,'position')&&_0x41c9fe['Position']['encode'](_0x3a412c['position'],_0x5bdf21['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3a412c['oldName']&&Object['hasOwnProperty']['call'](_0x3a412c,'oldName')&&_0x5bdf21['uint32'](0x12)['string'](_0x3a412c['oldName']),null!=_0x3a412c['newName']&&Object['hasOwnProperty']['call'](_0x3a412c,'newName')&&_0x5bdf21['uint32'](0x1a)['string'](_0x3a412c['newName']),null!=_0x3a412c['wasUndone']&&Object['hasOwnProperty']['call'](_0x3a412c,'wasUndone')&&_0x5bdf21['uint32'](0x20)['bool'](_0x3a412c['wasUndone']),_0x5bdf21;},_0x122b6e['encodeDelimited']=function(_0x387e5c,_0x526e24){return this['encode'](_0x387e5c,_0x526e24)['ldelim']();},_0x122b6e['decode']=function(_0x5cad1f,_0xe23898){_0x5cad1f instanceof _0x4271b8||(_0x5cad1f=_0x4271b8['create'](_0x5cad1f));for(var _0x289d14=void 0x0===_0xe23898?_0x5cad1f['len']:_0x5cad1f['pos']+_0xe23898,_0x3ce4f0=new _0x41c9fe['RenameOperation']();_0x5cad1f['pos']<_0x289d14;){var _0x3033f6=_0x5cad1f['uint32']();switch(_0x3033f6>>>0x3){case 0x1:_0x3ce4f0['position']=_0x41c9fe['Position']['decode'](_0x5cad1f,_0x5cad1f['uint32']());break;case 0x2:_0x3ce4f0['oldName']=_0x5cad1f['string']();break;case 0x3:_0x3ce4f0['newName']=_0x5cad1f['string']();break;case 0x4:_0x3ce4f0['wasUndone']=_0x5cad1f['bool']();break;default:_0x5cad1f['skipType'](0x7&_0x3033f6);}}return _0x3ce4f0;},_0x122b6e['decodeDelimited']=function(_0x3f4137){return _0x3f4137 instanceof _0x4271b8||(_0x3f4137=new _0x4271b8(_0x3f4137)),this['decode'](_0x3f4137,_0x3f4137['uint32']());},_0x122b6e['verify']=function(_0x4e278c){if('object'!=typeof _0x4e278c||null===_0x4e278c)return'object\x20expected';if(null!=_0x4e278c['position']&&_0x4e278c['hasOwnProperty']('position')){var _0x1deb1f=_0x41c9fe['Position']['verify'](_0x4e278c['position']);if(_0x1deb1f)return'position.'+_0x1deb1f;}return null!=_0x4e278c['oldName']&&_0x4e278c['hasOwnProperty']('oldName')&&!_0x31870d['isString'](_0x4e278c['oldName'])?'oldName:\x20string\x20expected':null!=_0x4e278c['newName']&&_0x4e278c['hasOwnProperty']('newName')&&!_0x31870d['isString'](_0x4e278c['newName'])?'newName:\x20string\x20expected':null!=_0x4e278c['wasUndone']&&_0x4e278c['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4e278c['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x122b6e['fromObject']=function(_0x29561c){if(_0x29561c instanceof _0x41c9fe['RenameOperation'])return _0x29561c;var _0x459fd4=new _0x41c9fe['RenameOperation']();if(null!=_0x29561c['position']){if('object'!=typeof _0x29561c['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x459fd4['position']=_0x41c9fe['Position']['fromObject'](_0x29561c['position']);}return null!=_0x29561c['oldName']&&(_0x459fd4['oldName']=String(_0x29561c['oldName'])),null!=_0x29561c['newName']&&(_0x459fd4['newName']=String(_0x29561c['newName'])),null!=_0x29561c['wasUndone']&&(_0x459fd4['wasUndone']=Boolean(_0x29561c['wasUndone'])),_0x459fd4;},_0x122b6e['toObject']=function(_0x15ed04,_0x1bb2f3){_0x1bb2f3||(_0x1bb2f3={});var _0x189e33={};return _0x1bb2f3['defaults']&&(_0x189e33['position']=null,_0x189e33['oldName']='',_0x189e33['newName']='',_0x189e33['wasUndone']=!0x1),null!=_0x15ed04['position']&&_0x15ed04['hasOwnProperty']('position')&&(_0x189e33['position']=_0x41c9fe['Position']['toObject'](_0x15ed04['position'],_0x1bb2f3)),null!=_0x15ed04['oldName']&&_0x15ed04['hasOwnProperty']('oldName')&&(_0x189e33['oldName']=_0x15ed04['oldName']),null!=_0x15ed04['newName']&&_0x15ed04['hasOwnProperty']('newName')&&(_0x189e33['newName']=_0x15ed04['newName']),null!=_0x15ed04['wasUndone']&&_0x15ed04['hasOwnProperty']('wasUndone')&&(_0x189e33['wasUndone']=_0x15ed04['wasUndone']),_0x189e33;},_0x122b6e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5f3f38['util']['toJSONOptions']);},_0x122b6e['getTypeUrl']=function(_0x36ec4a){return void 0x0===_0x36ec4a&&(_0x36ec4a='type.googleapis.com'),_0x36ec4a+'/RenameOperation';},_0x122b6e;}()),_0x41c9fe['RootAttributeOperation']=(function(){function _0x1ab36e(_0x23aea4){if(_0x23aea4){for(var _0x21e5b7=Object['keys'](_0x23aea4),_0x319300=0x0;_0x319300<_0x21e5b7['length'];++_0x319300)null!=_0x23aea4[_0x21e5b7[_0x319300]]&&(this[_0x21e5b7[_0x319300]]=_0x23aea4[_0x21e5b7[_0x319300]]);}}return _0x1ab36e['prototype']['root']='',_0x1ab36e['prototype']['key']='',_0x1ab36e['prototype']['oldValueBoolean']=!0x1,_0x1ab36e['prototype']['oldValueJson']='',_0x1ab36e['prototype']['newValueBoolean']=!0x1,_0x1ab36e['prototype']['newValueJson']='',_0x1ab36e['prototype']['wasUndone']=!0x1,_0x1ab36e['create']=function(_0x4a260e){return new _0x1ab36e(_0x4a260e);},_0x1ab36e['encode']=function(_0xfaf792,_0xbf7dd8){return _0xbf7dd8||(_0xbf7dd8=_0x5ae091['create']()),null!=_0xfaf792['root']&&Object['hasOwnProperty']['call'](_0xfaf792,'root')&&_0xbf7dd8['uint32'](0xa)['string'](_0xfaf792['root']),null!=_0xfaf792['key']&&Object['hasOwnProperty']['call'](_0xfaf792,'key')&&_0xbf7dd8['uint32'](0x12)['string'](_0xfaf792['key']),null!=_0xfaf792['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0xfaf792,'oldValueBoolean')&&_0xbf7dd8['uint32'](0x18)['bool'](_0xfaf792['oldValueBoolean']),null!=_0xfaf792['oldValueJson']&&Object['hasOwnProperty']['call'](_0xfaf792,'oldValueJson')&&_0xbf7dd8['uint32'](0x22)['string'](_0xfaf792['oldValueJson']),null!=_0xfaf792['newValueBoolean']&&Object['hasOwnProperty']['call'](_0xfaf792,'newValueBoolean')&&_0xbf7dd8['uint32'](0x28)['bool'](_0xfaf792['newValueBoolean']),null!=_0xfaf792['newValueJson']&&Object['hasOwnProperty']['call'](_0xfaf792,'newValueJson')&&_0xbf7dd8['uint32'](0x32)['string'](_0xfaf792['newValueJson']),null!=_0xfaf792['wasUndone']&&Object['hasOwnProperty']['call'](_0xfaf792,'wasUndone')&&_0xbf7dd8['uint32'](0x38)['bool'](_0xfaf792['wasUndone']),_0xbf7dd8;},_0x1ab36e['encodeDelimited']=function(_0x2ba988,_0x34de07){return this['encode'](_0x2ba988,_0x34de07)['ldelim']();},_0x1ab36e['decode']=function(_0x59576a,_0x553367){_0x59576a instanceof _0x4271b8||(_0x59576a=_0x4271b8['create'](_0x59576a));for(var _0x395e52=void 0x0===_0x553367?_0x59576a['len']:_0x59576a['pos']+_0x553367,_0x26e8ab=new _0x41c9fe['RootAttributeOperation']();_0x59576a['pos']<_0x395e52;){var _0x49c6df=_0x59576a['uint32']();switch(_0x49c6df>>>0x3){case 0x1:_0x26e8ab['root']=_0x59576a['string']();break;case 0x2:_0x26e8ab['key']=_0x59576a['string']();break;case 0x3:_0x26e8ab['oldValueBoolean']=_0x59576a['bool']();break;case 0x4:_0x26e8ab['oldValueJson']=_0x59576a['string']();break;case 0x5:_0x26e8ab['newValueBoolean']=_0x59576a['bool']();break;case 0x6:_0x26e8ab['newValueJson']=_0x59576a['string']();break;case 0x7:_0x26e8ab['wasUndone']=_0x59576a['bool']();break;default:_0x59576a['skipType'](0x7&_0x49c6df);}}return _0x26e8ab;},_0x1ab36e['decodeDelimited']=function(_0x1b5fe4){return _0x1b5fe4 instanceof _0x4271b8||(_0x1b5fe4=new _0x4271b8(_0x1b5fe4)),this['decode'](_0x1b5fe4,_0x1b5fe4['uint32']());},_0x1ab36e['verify']=function(_0x124795){return'object'!=typeof _0x124795||null===_0x124795?'object\x20expected':null!=_0x124795['root']&&_0x124795['hasOwnProperty']('root')&&!_0x31870d['isString'](_0x124795['root'])?'root:\x20string\x20expected':null!=_0x124795['key']&&_0x124795['hasOwnProperty']('key')&&!_0x31870d['isString'](_0x124795['key'])?'key:\x20string\x20expected':null!=_0x124795['oldValueBoolean']&&_0x124795['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x124795['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x124795['oldValueJson']&&_0x124795['hasOwnProperty']('oldValueJson')&&!_0x31870d['isString'](_0x124795['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x124795['newValueBoolean']&&_0x124795['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x124795['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x124795['newValueJson']&&_0x124795['hasOwnProperty']('newValueJson')&&!_0x31870d['isString'](_0x124795['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x124795['wasUndone']&&_0x124795['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x124795['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1ab36e['fromObject']=function(_0x33f024){if(_0x33f024 instanceof _0x41c9fe['RootAttributeOperation'])return _0x33f024;var _0x4a1a18=new _0x41c9fe['RootAttributeOperation']();return null!=_0x33f024['root']&&(_0x4a1a18['root']=String(_0x33f024['root'])),null!=_0x33f024['key']&&(_0x4a1a18['key']=String(_0x33f024['key'])),null!=_0x33f024['oldValueBoolean']&&(_0x4a1a18['oldValueBoolean']=Boolean(_0x33f024['oldValueBoolean'])),null!=_0x33f024['oldValueJson']&&(_0x4a1a18['oldValueJson']=String(_0x33f024['oldValueJson'])),null!=_0x33f024['newValueBoolean']&&(_0x4a1a18['newValueBoolean']=Boolean(_0x33f024['newValueBoolean'])),null!=_0x33f024['newValueJson']&&(_0x4a1a18['newValueJson']=String(_0x33f024['newValueJson'])),null!=_0x33f024['wasUndone']&&(_0x4a1a18['wasUndone']=Boolean(_0x33f024['wasUndone'])),_0x4a1a18;},_0x1ab36e['toObject']=function(_0x1080d7,_0x511799){_0x511799||(_0x511799={});var _0x1a1984={};return _0x511799['defaults']&&(_0x1a1984['root']='',_0x1a1984['key']='',_0x1a1984['oldValueBoolean']=!0x1,_0x1a1984['oldValueJson']='',_0x1a1984['newValueBoolean']=!0x1,_0x1a1984['newValueJson']='',_0x1a1984['wasUndone']=!0x1),null!=_0x1080d7['root']&&_0x1080d7['hasOwnProperty']('root')&&(_0x1a1984['root']=_0x1080d7['root']),null!=_0x1080d7['key']&&_0x1080d7['hasOwnProperty']('key')&&(_0x1a1984['key']=_0x1080d7['key']),null!=_0x1080d7['oldValueBoolean']&&_0x1080d7['hasOwnProperty']('oldValueBoolean')&&(_0x1a1984['oldValueBoolean']=_0x1080d7['oldValueBoolean']),null!=_0x1080d7['oldValueJson']&&_0x1080d7['hasOwnProperty']('oldValueJson')&&(_0x1a1984['oldValueJson']=_0x1080d7['oldValueJson']),null!=_0x1080d7['newValueBoolean']&&_0x1080d7['hasOwnProperty']('newValueBoolean')&&(_0x1a1984['newValueBoolean']=_0x1080d7['newValueBoolean']),null!=_0x1080d7['newValueJson']&&_0x1080d7['hasOwnProperty']('newValueJson')&&(_0x1a1984['newValueJson']=_0x1080d7['newValueJson']),null!=_0x1080d7['wasUndone']&&_0x1080d7['hasOwnProperty']('wasUndone')&&(_0x1a1984['wasUndone']=_0x1080d7['wasUndone']),_0x1a1984;},_0x1ab36e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5f3f38['util']['toJSONOptions']);},_0x1ab36e['getTypeUrl']=function(_0x3b4e27){return void 0x0===_0x3b4e27&&(_0x3b4e27='type.googleapis.com'),_0x3b4e27+'/RootAttributeOperation';},_0x1ab36e;}()),_0x41c9fe['RootOperation']=(function(){function _0x3013b9(_0x359da0){if(_0x359da0){for(var _0x51f34f=Object['keys'](_0x359da0),_0xbb1809=0x0;_0xbb1809<_0x51f34f['length'];++_0xbb1809)null!=_0x359da0[_0x51f34f[_0xbb1809]]&&(this[_0x51f34f[_0xbb1809]]=_0x359da0[_0x51f34f[_0xbb1809]]);}}return _0x3013b9['prototype']['rootName']='',_0x3013b9['prototype']['elementName']='',_0x3013b9['prototype']['isAdd']=!0x1,_0x3013b9['prototype']['wasUndone']=!0x1,_0x3013b9['create']=function(_0x598905){return new _0x3013b9(_0x598905);},_0x3013b9['encode']=function(_0x1e1f93,_0x28d1cf){return _0x28d1cf||(_0x28d1cf=_0x5ae091['create']()),null!=_0x1e1f93['rootName']&&Object['hasOwnProperty']['call'](_0x1e1f93,'rootName')&&_0x28d1cf['uint32'](0xa)['string'](_0x1e1f93['rootName']),null!=_0x1e1f93['elementName']&&Object['hasOwnProperty']['call'](_0x1e1f93,'elementName')&&_0x28d1cf['uint32'](0x12)['string'](_0x1e1f93['elementName']),null!=_0x1e1f93['isAdd']&&Object['hasOwnProperty']['call'](_0x1e1f93,'isAdd')&&_0x28d1cf['uint32'](0x18)['bool'](_0x1e1f93['isAdd']),null!=_0x1e1f93['wasUndone']&&Object['hasOwnProperty']['call'](_0x1e1f93,'wasUndone')&&_0x28d1cf['uint32'](0x20)['bool'](_0x1e1f93['wasUndone']),_0x28d1cf;},_0x3013b9['encodeDelimited']=function(_0x156dbb,_0x488003){return this['encode'](_0x156dbb,_0x488003)['ldelim']();},_0x3013b9['decode']=function(_0x275dbb,_0x3c5643){_0x275dbb instanceof _0x4271b8||(_0x275dbb=_0x4271b8['create'](_0x275dbb));for(var _0x3e6781=void 0x0===_0x3c5643?_0x275dbb['len']:_0x275dbb['pos']+_0x3c5643,_0x36a388=new _0x41c9fe['RootOperation']();_0x275dbb['pos']<_0x3e6781;){var _0x228818=_0x275dbb['uint32']();switch(_0x228818>>>0x3){case 0x1:_0x36a388['rootName']=_0x275dbb['string']();break;case 0x2:_0x36a388['elementName']=_0x275dbb['string']();break;case 0x3:_0x36a388['isAdd']=_0x275dbb['bool']();break;case 0x4:_0x36a388['wasUndone']=_0x275dbb['bool']();break;default:_0x275dbb['skipType'](0x7&_0x228818);}}return _0x36a388;},_0x3013b9['decodeDelimited']=function(_0x3382cb){return _0x3382cb instanceof _0x4271b8||(_0x3382cb=new _0x4271b8(_0x3382cb)),this['decode'](_0x3382cb,_0x3382cb['uint32']());},_0x3013b9['verify']=function(_0x111ea9){return'object'!=typeof _0x111ea9||null===_0x111ea9?'object\x20expected':null!=_0x111ea9['rootName']&&_0x111ea9['hasOwnProperty']('rootName')&&!_0x31870d['isString'](_0x111ea9['rootName'])?'rootName:\x20string\x20expected':null!=_0x111ea9['elementName']&&_0x111ea9['hasOwnProperty']('elementName')&&!_0x31870d['isString'](_0x111ea9['elementName'])?'elementName:\x20string\x20expected':null!=_0x111ea9['isAdd']&&_0x111ea9['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x111ea9['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x111ea9['wasUndone']&&_0x111ea9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x111ea9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3013b9['fromObject']=function(_0x429d4a){if(_0x429d4a instanceof _0x41c9fe['RootOperation'])return _0x429d4a;var _0x4dfbc5=new _0x41c9fe['RootOperation']();return null!=_0x429d4a['rootName']&&(_0x4dfbc5['rootName']=String(_0x429d4a['rootName'])),null!=_0x429d4a['elementName']&&(_0x4dfbc5['elementName']=String(_0x429d4a['elementName'])),null!=_0x429d4a['isAdd']&&(_0x4dfbc5['isAdd']=Boolean(_0x429d4a['isAdd'])),null!=_0x429d4a['wasUndone']&&(_0x4dfbc5['wasUndone']=Boolean(_0x429d4a['wasUndone'])),_0x4dfbc5;},_0x3013b9['toObject']=function(_0x1b8a93,_0xf60e4d){_0xf60e4d||(_0xf60e4d={});var _0x4a9dc7={};return _0xf60e4d['defaults']&&(_0x4a9dc7['rootName']='',_0x4a9dc7['elementName']='',_0x4a9dc7['isAdd']=!0x1,_0x4a9dc7['wasUndone']=!0x1),null!=_0x1b8a93['rootName']&&_0x1b8a93['hasOwnProperty']('rootName')&&(_0x4a9dc7['rootName']=_0x1b8a93['rootName']),null!=_0x1b8a93['elementName']&&_0x1b8a93['hasOwnProperty']('elementName')&&(_0x4a9dc7['elementName']=_0x1b8a93['elementName']),null!=_0x1b8a93['isAdd']&&_0x1b8a93['hasOwnProperty']('isAdd')&&(_0x4a9dc7['isAdd']=_0x1b8a93['isAdd']),null!=_0x1b8a93['wasUndone']&&_0x1b8a93['hasOwnProperty']('wasUndone')&&(_0x4a9dc7['wasUndone']=_0x1b8a93['wasUndone']),_0x4a9dc7;},_0x3013b9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5f3f38['util']['toJSONOptions']);},_0x3013b9['getTypeUrl']=function(_0x48eb24){return void 0x0===_0x48eb24&&(_0x48eb24='type.googleapis.com'),_0x48eb24+'/RootOperation';},_0x3013b9;}()),_0x41c9fe['SplitOperation']=(function(){function _0x2b950b(_0x49f066){if(_0x49f066){for(var _0x259120=Object['keys'](_0x49f066),_0x57c6d6=0x0;_0x57c6d6<_0x259120['length'];++_0x57c6d6)null!=_0x49f066[_0x259120[_0x57c6d6]]&&(this[_0x259120[_0x57c6d6]]=_0x49f066[_0x259120[_0x57c6d6]]);}}return _0x2b950b['prototype']['splitPosition']=null,_0x2b950b['prototype']['graveyardPosition']=null,_0x2b950b['prototype']['howMany']=0x0,_0x2b950b['prototype']['insertionPosition']=null,_0x2b950b['prototype']['wasUndone']=!0x1,_0x2b950b['create']=function(_0x2d2a64){return new _0x2b950b(_0x2d2a64);},_0x2b950b['encode']=function(_0x50e88d,_0x1b1fc5){return _0x1b1fc5||(_0x1b1fc5=_0x5ae091['create']()),null!=_0x50e88d['splitPosition']&&Object['hasOwnProperty']['call'](_0x50e88d,'splitPosition')&&_0x41c9fe['Position']['encode'](_0x50e88d['splitPosition'],_0x1b1fc5['uint32'](0xa)['fork']())['ldelim'](),null!=_0x50e88d['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x50e88d,'graveyardPosition')&&_0x41c9fe['Position']['encode'](_0x50e88d['graveyardPosition'],_0x1b1fc5['uint32'](0x12)['fork']())['ldelim'](),null!=_0x50e88d['howMany']&&Object['hasOwnProperty']['call'](_0x50e88d,'howMany')&&_0x1b1fc5['uint32'](0x18)['uint32'](_0x50e88d['howMany']),null!=_0x50e88d['insertionPosition']&&Object['hasOwnProperty']['call'](_0x50e88d,'insertionPosition')&&_0x41c9fe['Position']['encode'](_0x50e88d['insertionPosition'],_0x1b1fc5['uint32'](0x22)['fork']())['ldelim'](),null!=_0x50e88d['wasUndone']&&Object['hasOwnProperty']['call'](_0x50e88d,'wasUndone')&&_0x1b1fc5['uint32'](0x28)['bool'](_0x50e88d['wasUndone']),_0x1b1fc5;},_0x2b950b['encodeDelimited']=function(_0x2624b8,_0x1d5f32){return this['encode'](_0x2624b8,_0x1d5f32)['ldelim']();},_0x2b950b['decode']=function(_0x183546,_0x12f0d3){_0x183546 instanceof _0x4271b8||(_0x183546=_0x4271b8['create'](_0x183546));for(var _0x8ecb53=void 0x0===_0x12f0d3?_0x183546['len']:_0x183546['pos']+_0x12f0d3,_0x351218=new _0x41c9fe['SplitOperation']();_0x183546['pos']<_0x8ecb53;){var _0x3108bb=_0x183546['uint32']();switch(_0x3108bb>>>0x3){case 0x1:_0x351218['splitPosition']=_0x41c9fe['Position']['decode'](_0x183546,_0x183546['uint32']());break;case 0x2:_0x351218['graveyardPosition']=_0x41c9fe['Position']['decode'](_0x183546,_0x183546['uint32']());break;case 0x3:_0x351218['howMany']=_0x183546['uint32']();break;case 0x4:_0x351218['insertionPosition']=_0x41c9fe['Position']['decode'](_0x183546,_0x183546['uint32']());break;case 0x5:_0x351218['wasUndone']=_0x183546['bool']();break;default:_0x183546['skipType'](0x7&_0x3108bb);}}return _0x351218;},_0x2b950b['decodeDelimited']=function(_0x378d30){return _0x378d30 instanceof _0x4271b8||(_0x378d30=new _0x4271b8(_0x378d30)),this['decode'](_0x378d30,_0x378d30['uint32']());},_0x2b950b['verify']=function(_0xd8f5fc){if('object'!=typeof _0xd8f5fc||null===_0xd8f5fc)return'object\x20expected';var _0x1ab9d7;if(null!=_0xd8f5fc['splitPosition']&&_0xd8f5fc['hasOwnProperty']('splitPosition')&&(_0x1ab9d7=_0x41c9fe['Position']['verify'](_0xd8f5fc['splitPosition'])))return'splitPosition.'+_0x1ab9d7;if(null!=_0xd8f5fc['graveyardPosition']&&_0xd8f5fc['hasOwnProperty']('graveyardPosition')&&(_0x1ab9d7=_0x41c9fe['Position']['verify'](_0xd8f5fc['graveyardPosition'])))return'graveyardPosition.'+_0x1ab9d7;if(null!=_0xd8f5fc['howMany']&&_0xd8f5fc['hasOwnProperty']('howMany')&&!_0x31870d['isInteger'](_0xd8f5fc['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0xd8f5fc['insertionPosition']&&_0xd8f5fc['hasOwnProperty']('insertionPosition')&&(_0x1ab9d7=_0x41c9fe['Position']['verify'](_0xd8f5fc['insertionPosition'])))return'insertionPosition.'+_0x1ab9d7;return null!=_0xd8f5fc['wasUndone']&&_0xd8f5fc['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xd8f5fc['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2b950b['fromObject']=function(_0x44b530){if(_0x44b530 instanceof _0x41c9fe['SplitOperation'])return _0x44b530;var _0x51783d=new _0x41c9fe['SplitOperation']();if(null!=_0x44b530['splitPosition']){if('object'!=typeof _0x44b530['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x51783d['splitPosition']=_0x41c9fe['Position']['fromObject'](_0x44b530['splitPosition']);}if(null!=_0x44b530['graveyardPosition']){if('object'!=typeof _0x44b530['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x51783d['graveyardPosition']=_0x41c9fe['Position']['fromObject'](_0x44b530['graveyardPosition']);}if(null!=_0x44b530['howMany']&&(_0x51783d['howMany']=_0x44b530['howMany']>>>0x0),null!=_0x44b530['insertionPosition']){if('object'!=typeof _0x44b530['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x51783d['insertionPosition']=_0x41c9fe['Position']['fromObject'](_0x44b530['insertionPosition']);}return null!=_0x44b530['wasUndone']&&(_0x51783d['wasUndone']=Boolean(_0x44b530['wasUndone'])),_0x51783d;},_0x2b950b['toObject']=function(_0x33a1a6,_0x48879b){_0x48879b||(_0x48879b={});var _0x25638d={};return _0x48879b['defaults']&&(_0x25638d['splitPosition']=null,_0x25638d['graveyardPosition']=null,_0x25638d['howMany']=0x0,_0x25638d['insertionPosition']=null,_0x25638d['wasUndone']=!0x1),null!=_0x33a1a6['splitPosition']&&_0x33a1a6['hasOwnProperty']('splitPosition')&&(_0x25638d['splitPosition']=_0x41c9fe['Position']['toObject'](_0x33a1a6['splitPosition'],_0x48879b)),null!=_0x33a1a6['graveyardPosition']&&_0x33a1a6['hasOwnProperty']('graveyardPosition')&&(_0x25638d['graveyardPosition']=_0x41c9fe['Position']['toObject'](_0x33a1a6['graveyardPosition'],_0x48879b)),null!=_0x33a1a6['howMany']&&_0x33a1a6['hasOwnProperty']('howMany')&&(_0x25638d['howMany']=_0x33a1a6['howMany']),null!=_0x33a1a6['insertionPosition']&&_0x33a1a6['hasOwnProperty']('insertionPosition')&&(_0x25638d['insertionPosition']=_0x41c9fe['Position']['toObject'](_0x33a1a6['insertionPosition'],_0x48879b)),null!=_0x33a1a6['wasUndone']&&_0x33a1a6['hasOwnProperty']('wasUndone')&&(_0x25638d['wasUndone']=_0x33a1a6['wasUndone']),_0x25638d;},_0x2b950b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5f3f38['util']['toJSONOptions']);},_0x2b950b['getTypeUrl']=function(_0x1bbd7a){return void 0x0===_0x1bbd7a&&(_0x1bbd7a='type.googleapis.com'),_0x1bbd7a+'/SplitOperation';},_0x2b950b;}()),_0x41c9fe['Position']=(function(){function _0x4e6238(_0x34bdba){if(this['path']=[],_0x34bdba){for(var _0x5f3d9f=Object['keys'](_0x34bdba),_0x1a5f70=0x0;_0x1a5f70<_0x5f3d9f['length'];++_0x1a5f70)null!=_0x34bdba[_0x5f3d9f[_0x1a5f70]]&&(this[_0x5f3d9f[_0x1a5f70]]=_0x34bdba[_0x5f3d9f[_0x1a5f70]]);}}return _0x4e6238['prototype']['root']='',_0x4e6238['prototype']['rootMain']=!0x1,_0x4e6238['prototype']['rootGraveyard']=!0x1,_0x4e6238['prototype']['path']=_0x31870d['emptyArray'],_0x4e6238['prototype']['stickiness']='',_0x4e6238['create']=function(_0x10aae1){return new _0x4e6238(_0x10aae1);},_0x4e6238['encode']=function(_0x1219eb,_0x2a0db7){if(_0x2a0db7||(_0x2a0db7=_0x5ae091['create']()),null!=_0x1219eb['root']&&Object['hasOwnProperty']['call'](_0x1219eb,'root')&&_0x2a0db7['uint32'](0xa)['string'](_0x1219eb['root']),null!=_0x1219eb['rootMain']&&Object['hasOwnProperty']['call'](_0x1219eb,'rootMain')&&_0x2a0db7['uint32'](0x10)['bool'](_0x1219eb['rootMain']),null!=_0x1219eb['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x1219eb,'rootGraveyard')&&_0x2a0db7['uint32'](0x18)['bool'](_0x1219eb['rootGraveyard']),null!=_0x1219eb['path']&&_0x1219eb['path']['length']){_0x2a0db7['uint32'](0x22)['fork']();for(var _0x30c9fc=0x0;_0x30c9fc<_0x1219eb['path']['length'];++_0x30c9fc)_0x2a0db7['uint32'](_0x1219eb['path'][_0x30c9fc]);_0x2a0db7['ldelim']();}return null!=_0x1219eb['stickiness']&&Object['hasOwnProperty']['call'](_0x1219eb,'stickiness')&&_0x2a0db7['uint32'](0x2a)['string'](_0x1219eb['stickiness']),_0x2a0db7;},_0x4e6238['encodeDelimited']=function(_0x2cd837,_0x53d977){return this['encode'](_0x2cd837,_0x53d977)['ldelim']();},_0x4e6238['decode']=function(_0x3d46c3,_0x33bc89){_0x3d46c3 instanceof _0x4271b8||(_0x3d46c3=_0x4271b8['create'](_0x3d46c3));for(var _0xcaf8fc=void 0x0===_0x33bc89?_0x3d46c3['len']:_0x3d46c3['pos']+_0x33bc89,_0x5e4a12=new _0x41c9fe['Position']();_0x3d46c3['pos']<_0xcaf8fc;){var _0x3225c3=_0x3d46c3['uint32']();switch(_0x3225c3>>>0x3){case 0x1:_0x5e4a12['root']=_0x3d46c3['string']();break;case 0x2:_0x5e4a12['rootMain']=_0x3d46c3['bool']();break;case 0x3:_0x5e4a12['rootGraveyard']=_0x3d46c3['bool']();break;case 0x4:if(_0x5e4a12['path']&&_0x5e4a12['path']['length']||(_0x5e4a12['path']=[]),0x2==(0x7&_0x3225c3)){for(var _0x19b0d8=_0x3d46c3['uint32']()+_0x3d46c3['pos'];_0x3d46c3['pos']<_0x19b0d8;)_0x5e4a12['path']['push'](_0x3d46c3['uint32']());}else _0x5e4a12['path']['push'](_0x3d46c3['uint32']());break;case 0x5:_0x5e4a12['stickiness']=_0x3d46c3['string']();break;default:_0x3d46c3['skipType'](0x7&_0x3225c3);}}return _0x5e4a12;},_0x4e6238['decodeDelimited']=function(_0x230bad){return _0x230bad instanceof _0x4271b8||(_0x230bad=new _0x4271b8(_0x230bad)),this['decode'](_0x230bad,_0x230bad['uint32']());},_0x4e6238['verify']=function(_0x20180a){if('object'!=typeof _0x20180a||null===_0x20180a)return'object\x20expected';if(null!=_0x20180a['root']&&_0x20180a['hasOwnProperty']('root')&&!_0x31870d['isString'](_0x20180a['root']))return'root:\x20string\x20expected';if(null!=_0x20180a['rootMain']&&_0x20180a['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x20180a['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x20180a['rootGraveyard']&&_0x20180a['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x20180a['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x20180a['path']&&_0x20180a['hasOwnProperty']('path')){if(!Array['isArray'](_0x20180a['path']))return'path:\x20array\x20expected';for(var _0x4c2bbe=0x0;_0x4c2bbe<_0x20180a['path']['length'];++_0x4c2bbe)if(!_0x31870d['isInteger'](_0x20180a['path'][_0x4c2bbe]))return'path:\x20integer[]\x20expected';}return null!=_0x20180a['stickiness']&&_0x20180a['hasOwnProperty']('stickiness')&&!_0x31870d['isString'](_0x20180a['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x4e6238['fromObject']=function(_0x23142a){if(_0x23142a instanceof _0x41c9fe['Position'])return _0x23142a;var _0x13dc61=new _0x41c9fe['Position']();if(null!=_0x23142a['root']&&(_0x13dc61['root']=String(_0x23142a['root'])),null!=_0x23142a['rootMain']&&(_0x13dc61['rootMain']=Boolean(_0x23142a['rootMain'])),null!=_0x23142a['rootGraveyard']&&(_0x13dc61['rootGraveyard']=Boolean(_0x23142a['rootGraveyard'])),_0x23142a['path']){if(!Array['isArray'](_0x23142a['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x13dc61['path']=[];for(var _0x1f869f=0x0;_0x1f869f<_0x23142a['path']['length'];++_0x1f869f)_0x13dc61['path'][_0x1f869f]=_0x23142a['path'][_0x1f869f]>>>0x0;}return null!=_0x23142a['stickiness']&&(_0x13dc61['stickiness']=String(_0x23142a['stickiness'])),_0x13dc61;},_0x4e6238['toObject']=function(_0x40fefa,_0x36a057){_0x36a057||(_0x36a057={});var _0x24641e={};if((_0x36a057['arrays']||_0x36a057['defaults'])&&(_0x24641e['path']=[]),_0x36a057['defaults']&&(_0x24641e['root']='',_0x24641e['rootMain']=!0x1,_0x24641e['rootGraveyard']=!0x1,_0x24641e['stickiness']=''),null!=_0x40fefa['root']&&_0x40fefa['hasOwnProperty']('root')&&(_0x24641e['root']=_0x40fefa['root']),null!=_0x40fefa['rootMain']&&_0x40fefa['hasOwnProperty']('rootMain')&&(_0x24641e['rootMain']=_0x40fefa['rootMain']),null!=_0x40fefa['rootGraveyard']&&_0x40fefa['hasOwnProperty']('rootGraveyard')&&(_0x24641e['rootGraveyard']=_0x40fefa['rootGraveyard']),_0x40fefa['path']&&_0x40fefa['path']['length']){_0x24641e['path']=[];for(var _0x18692a=0x0;_0x18692a<_0x40fefa['path']['length'];++_0x18692a)_0x24641e['path'][_0x18692a]=_0x40fefa['path'][_0x18692a];}return null!=_0x40fefa['stickiness']&&_0x40fefa['hasOwnProperty']('stickiness')&&(_0x24641e['stickiness']=_0x40fefa['stickiness']),_0x24641e;},_0x4e6238['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5f3f38['util']['toJSONOptions']);},_0x4e6238['getTypeUrl']=function(_0x25d5e3){return void 0x0===_0x25d5e3&&(_0x25d5e3='type.googleapis.com'),_0x25d5e3+'/Position';},_0x4e6238;}()),_0x41c9fe['Range']=(function(){function _0x37c44b(_0x1cdf80){if(_0x1cdf80){for(var _0x387d77=Object['keys'](_0x1cdf80),_0x49843e=0x0;_0x49843e<_0x387d77['length'];++_0x49843e)null!=_0x1cdf80[_0x387d77[_0x49843e]]&&(this[_0x387d77[_0x49843e]]=_0x1cdf80[_0x387d77[_0x49843e]]);}}return _0x37c44b['prototype']['start']=null,_0x37c44b['prototype']['end']=null,_0x37c44b['create']=function(_0x582eb0){return new _0x37c44b(_0x582eb0);},_0x37c44b['encode']=function(_0x2a3de4,_0x1de02d){return _0x1de02d||(_0x1de02d=_0x5ae091['create']()),null!=_0x2a3de4['start']&&Object['hasOwnProperty']['call'](_0x2a3de4,'start')&&_0x41c9fe['Position']['encode'](_0x2a3de4['start'],_0x1de02d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2a3de4['end']&&Object['hasOwnProperty']['call'](_0x2a3de4,'end')&&_0x41c9fe['Position']['encode'](_0x2a3de4['end'],_0x1de02d['uint32'](0x12)['fork']())['ldelim'](),_0x1de02d;},_0x37c44b['encodeDelimited']=function(_0x51abbe,_0x2273e7){return this['encode'](_0x51abbe,_0x2273e7)['ldelim']();},_0x37c44b['decode']=function(_0x144b6d,_0xd49ce2){_0x144b6d instanceof _0x4271b8||(_0x144b6d=_0x4271b8['create'](_0x144b6d));for(var _0x345c86=void 0x0===_0xd49ce2?_0x144b6d['len']:_0x144b6d['pos']+_0xd49ce2,_0x62cfbc=new _0x41c9fe['Range']();_0x144b6d['pos']<_0x345c86;){var _0x3e33fb=_0x144b6d['uint32']();switch(_0x3e33fb>>>0x3){case 0x1:_0x62cfbc['start']=_0x41c9fe['Position']['decode'](_0x144b6d,_0x144b6d['uint32']());break;case 0x2:_0x62cfbc['end']=_0x41c9fe['Position']['decode'](_0x144b6d,_0x144b6d['uint32']());break;default:_0x144b6d['skipType'](0x7&_0x3e33fb);}}return _0x62cfbc;},_0x37c44b['decodeDelimited']=function(_0x472f32){return _0x472f32 instanceof _0x4271b8||(_0x472f32=new _0x4271b8(_0x472f32)),this['decode'](_0x472f32,_0x472f32['uint32']());},_0x37c44b['verify']=function(_0x133f8d){if('object'!=typeof _0x133f8d||null===_0x133f8d)return'object\x20expected';var _0x2291cd;if(null!=_0x133f8d['start']&&_0x133f8d['hasOwnProperty']('start')&&(_0x2291cd=_0x41c9fe['Position']['verify'](_0x133f8d['start'])))return'start.'+_0x2291cd;if(null!=_0x133f8d['end']&&_0x133f8d['hasOwnProperty']('end')&&(_0x2291cd=_0x41c9fe['Position']['verify'](_0x133f8d['end'])))return'end.'+_0x2291cd;return null;},_0x37c44b['fromObject']=function(_0x30e49a){if(_0x30e49a instanceof _0x41c9fe['Range'])return _0x30e49a;var _0x471d86=new _0x41c9fe['Range']();if(null!=_0x30e49a['start']){if('object'!=typeof _0x30e49a['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x471d86['start']=_0x41c9fe['Position']['fromObject'](_0x30e49a['start']);}if(null!=_0x30e49a['end']){if('object'!=typeof _0x30e49a['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x471d86['end']=_0x41c9fe['Position']['fromObject'](_0x30e49a['end']);}return _0x471d86;},_0x37c44b['toObject']=function(_0x56430d,_0xcf7a0f){_0xcf7a0f||(_0xcf7a0f={});var _0x43c301={};return _0xcf7a0f['defaults']&&(_0x43c301['start']=null,_0x43c301['end']=null),null!=_0x56430d['start']&&_0x56430d['hasOwnProperty']('start')&&(_0x43c301['start']=_0x41c9fe['Position']['toObject'](_0x56430d['start'],_0xcf7a0f)),null!=_0x56430d['end']&&_0x56430d['hasOwnProperty']('end')&&(_0x43c301['end']=_0x41c9fe['Position']['toObject'](_0x56430d['end'],_0xcf7a0f)),_0x43c301;},_0x37c44b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5f3f38['util']['toJSONOptions']);},_0x37c44b['getTypeUrl']=function(_0x5958a5){return void 0x0===_0x5958a5&&(_0x5958a5='type.googleapis.com'),_0x5958a5+'/Range';},_0x37c44b;}()),_0x41c9fe['Element']=(function(){function _0x5d5a9e(_0x6a6f41){if(this['children']=[],this['attributesBoolean']={},_0x6a6f41){for(var _0x202ed3=Object['keys'](_0x6a6f41),_0x246e9a=0x0;_0x246e9a<_0x202ed3['length'];++_0x246e9a)null!=_0x6a6f41[_0x202ed3[_0x246e9a]]&&(this[_0x202ed3[_0x246e9a]]=_0x6a6f41[_0x202ed3[_0x246e9a]]);}}return _0x5d5a9e['prototype']['name']='',_0x5d5a9e['prototype']['children']=_0x31870d['emptyArray'],_0x5d5a9e['prototype']['data']='',_0x5d5a9e['prototype']['attributesBoolean']=_0x31870d['emptyObject'],_0x5d5a9e['prototype']['attributesJson']='',_0x5d5a9e['create']=function(_0x84c7f5){return new _0x5d5a9e(_0x84c7f5);},_0x5d5a9e['encode']=function(_0x39c956,_0x3b4365){if(_0x3b4365||(_0x3b4365=_0x5ae091['create']()),null!=_0x39c956['name']&&Object['hasOwnProperty']['call'](_0x39c956,'name')&&_0x3b4365['uint32'](0xa)['string'](_0x39c956['name']),null!=_0x39c956['children']&&_0x39c956['children']['length']){for(var _0xce79be=0x0;_0xce79be<_0x39c956['children']['length'];++_0xce79be)_0x41c9fe['Element']['encode'](_0x39c956['children'][_0xce79be],_0x3b4365['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x39c956['data']&&Object['hasOwnProperty']['call'](_0x39c956,'data')&&_0x3b4365['uint32'](0x1a)['string'](_0x39c956['data']),null!=_0x39c956['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x39c956,'attributesBoolean')){var _0x515670=Object['keys'](_0x39c956['attributesBoolean']);for(_0xce79be=0x0;_0xce79be<_0x515670['length'];++_0xce79be)_0x3b4365['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x515670[_0xce79be])['uint32'](0x10)['bool'](_0x39c956['attributesBoolean'][_0x515670[_0xce79be]])['ldelim']();}return null!=_0x39c956['attributesJson']&&Object['hasOwnProperty']['call'](_0x39c956,'attributesJson')&&_0x3b4365['uint32'](0x2a)['string'](_0x39c956['attributesJson']),_0x3b4365;},_0x5d5a9e['encodeDelimited']=function(_0x3f6479,_0x1817b1){return this['encode'](_0x3f6479,_0x1817b1)['ldelim']();},_0x5d5a9e['decode']=function(_0x3a87c9,_0x338732){_0x3a87c9 instanceof _0x4271b8||(_0x3a87c9=_0x4271b8['create'](_0x3a87c9));for(var _0x1d8ba8,_0x5e9a3c,_0x520c07=void 0x0===_0x338732?_0x3a87c9['len']:_0x3a87c9['pos']+_0x338732,_0x3c0c84=new _0x41c9fe['Element']();_0x3a87c9['pos']<_0x520c07;){var _0x20c7f2=_0x3a87c9['uint32']();switch(_0x20c7f2>>>0x3){case 0x1:_0x3c0c84['name']=_0x3a87c9['string']();break;case 0x2:_0x3c0c84['children']&&_0x3c0c84['children']['length']||(_0x3c0c84['children']=[]),_0x3c0c84['children']['push'](_0x41c9fe['Element']['decode'](_0x3a87c9,_0x3a87c9['uint32']()));break;case 0x3:_0x3c0c84['data']=_0x3a87c9['string']();break;case 0x4:_0x3c0c84['attributesBoolean']===_0x31870d['emptyObject']&&(_0x3c0c84['attributesBoolean']={});var _0x27f0d1=_0x3a87c9['uint32']()+_0x3a87c9['pos'];for(_0x1d8ba8='',_0x5e9a3c=!0x1;_0x3a87c9['pos']<_0x27f0d1;){var _0x1647ff=_0x3a87c9['uint32']();switch(_0x1647ff>>>0x3){case 0x1:_0x1d8ba8=_0x3a87c9['string']();break;case 0x2:_0x5e9a3c=_0x3a87c9['bool']();break;default:_0x3a87c9['skipType'](0x7&_0x1647ff);}}_0x3c0c84['attributesBoolean'][_0x1d8ba8]=_0x5e9a3c;break;case 0x5:_0x3c0c84['attributesJson']=_0x3a87c9['string']();break;default:_0x3a87c9['skipType'](0x7&_0x20c7f2);}}return _0x3c0c84;},_0x5d5a9e['decodeDelimited']=function(_0xe4db7){return _0xe4db7 instanceof _0x4271b8||(_0xe4db7=new _0x4271b8(_0xe4db7)),this['decode'](_0xe4db7,_0xe4db7['uint32']());},_0x5d5a9e['verify']=function(_0x369d91){if('object'!=typeof _0x369d91||null===_0x369d91)return'object\x20expected';if(null!=_0x369d91['name']&&_0x369d91['hasOwnProperty']('name')&&!_0x31870d['isString'](_0x369d91['name']))return'name:\x20string\x20expected';if(null!=_0x369d91['children']&&_0x369d91['hasOwnProperty']('children')){if(!Array['isArray'](_0x369d91['children']))return'children:\x20array\x20expected';for(var _0x95b52a=0x0;_0x95b52a<_0x369d91['children']['length'];++_0x95b52a){var _0x145d6d=_0x41c9fe['Element']['verify'](_0x369d91['children'][_0x95b52a]);if(_0x145d6d)return'children.'+_0x145d6d;}}if(null!=_0x369d91['data']&&_0x369d91['hasOwnProperty']('data')&&!_0x31870d['isString'](_0x369d91['data']))return'data:\x20string\x20expected';if(null!=_0x369d91['attributesBoolean']&&_0x369d91['hasOwnProperty']('attributesBoolean')){if(!_0x31870d['isObject'](_0x369d91['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0xd8c73f=Object['keys'](_0x369d91['attributesBoolean']);for(_0x95b52a=0x0;_0x95b52a<_0xd8c73f['length'];++_0x95b52a)if('boolean'!=typeof _0x369d91['attributesBoolean'][_0xd8c73f[_0x95b52a]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x369d91['attributesJson']&&_0x369d91['hasOwnProperty']('attributesJson')&&!_0x31870d['isString'](_0x369d91['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x5d5a9e['fromObject']=function(_0x14de5f){if(_0x14de5f instanceof _0x41c9fe['Element'])return _0x14de5f;var _0x559eb8=new _0x41c9fe['Element']();if(null!=_0x14de5f['name']&&(_0x559eb8['name']=String(_0x14de5f['name'])),_0x14de5f['children']){if(!Array['isArray'](_0x14de5f['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x559eb8['children']=[];for(var _0x312884=0x0;_0x312884<_0x14de5f['children']['length'];++_0x312884){if('object'!=typeof _0x14de5f['children'][_0x312884])throw TypeError('.Element.children:\x20object\x20expected');_0x559eb8['children'][_0x312884]=_0x41c9fe['Element']['fromObject'](_0x14de5f['children'][_0x312884]);}}if(null!=_0x14de5f['data']&&(_0x559eb8['data']=String(_0x14de5f['data'])),_0x14de5f['attributesBoolean']){if('object'!=typeof _0x14de5f['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x559eb8['attributesBoolean']={};var _0x5c8bbf=Object['keys'](_0x14de5f['attributesBoolean']);for(_0x312884=0x0;_0x312884<_0x5c8bbf['length'];++_0x312884)_0x559eb8['attributesBoolean'][_0x5c8bbf[_0x312884]]=Boolean(_0x14de5f['attributesBoolean'][_0x5c8bbf[_0x312884]]);}return null!=_0x14de5f['attributesJson']&&(_0x559eb8['attributesJson']=String(_0x14de5f['attributesJson'])),_0x559eb8;},_0x5d5a9e['toObject']=function(_0x4e1c29,_0x470c4a){_0x470c4a||(_0x470c4a={});var _0x1d0f1c,_0x23bf8e={};if((_0x470c4a['arrays']||_0x470c4a['defaults'])&&(_0x23bf8e['children']=[]),(_0x470c4a['objects']||_0x470c4a['defaults'])&&(_0x23bf8e['attributesBoolean']={}),_0x470c4a['defaults']&&(_0x23bf8e['name']='',_0x23bf8e['data']='',_0x23bf8e['attributesJson']=''),null!=_0x4e1c29['name']&&_0x4e1c29['hasOwnProperty']('name')&&(_0x23bf8e['name']=_0x4e1c29['name']),_0x4e1c29['children']&&_0x4e1c29['children']['length']){_0x23bf8e['children']=[];for(var _0x24679=0x0;_0x24679<_0x4e1c29['children']['length'];++_0x24679)_0x23bf8e['children'][_0x24679]=_0x41c9fe['Element']['toObject'](_0x4e1c29['children'][_0x24679],_0x470c4a);}if(null!=_0x4e1c29['data']&&_0x4e1c29['hasOwnProperty']('data')&&(_0x23bf8e['data']=_0x4e1c29['data']),_0x4e1c29['attributesBoolean']&&(_0x1d0f1c=Object['keys'](_0x4e1c29['attributesBoolean']))['length']){_0x23bf8e['attributesBoolean']={};for(_0x24679=0x0;_0x24679<_0x1d0f1c['length'];++_0x24679)_0x23bf8e['attributesBoolean'][_0x1d0f1c[_0x24679]]=_0x4e1c29['attributesBoolean'][_0x1d0f1c[_0x24679]];}return null!=_0x4e1c29['attributesJson']&&_0x4e1c29['hasOwnProperty']('attributesJson')&&(_0x23bf8e['attributesJson']=_0x4e1c29['attributesJson']),_0x23bf8e;},_0x5d5a9e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5f3f38['util']['toJSONOptions']);},_0x5d5a9e['getTypeUrl']=function(_0x20a8f6){return void 0x0===_0x20a8f6&&(_0x20a8f6='type.googleapis.com'),_0x20a8f6+'/Element';},_0x5d5a9e;}()),_0x41c9fe;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x5e3202){return new y(this['_protobufRoot'][_0x5e3202]);}}class y{['_protobuf'];constructor(_0x4c859f){this['_protobuf']=_0x4c859f;}['compress'](_0x4717fa){const _0x248f04=this['_protobuf']['verify'](_0x4717fa);if(_0x248f04)throw Error(_0x248f04);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x4717fa))['finish']();}['decompress'](_0x5d8780){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x5d8780),{'oneofs':!0x0});}}function _(_0xd410ba,_0x282f84){const _0x97d730=_0x180019(_0xd410ba);return _0x97d730['path'][_0x97d730['path']['length']-0x1]+=_0x282f84,_0x97d730;}function O(_0x186892,_0x3a0f71){return _0x186892['root']===_0x3a0f71['root']&&_0x21a566(_0x186892['path'],_0x3a0f71['path']);}function $(_0x180eb9){P(_0x180eb9,_0x57444f=>('main'==_0x57444f['root']?(_0x57444f['rootMain']=!0x0,delete _0x57444f['root']):'$graveyard'==_0x57444f['root']&&(_0x57444f['rootGraveyard']=!0x0,delete _0x57444f['root']),_0x57444f));}function J(_0x2ca359){P(_0x2ca359,_0xe348da=>(_0xe348da['rootMain']?(_0xe348da['root']='main',delete _0xe348da['rootMain']):_0xe348da['rootGraveyard']&&(_0xe348da['root']='$graveyard',delete _0xe348da['rootGraveyard']),_0xe348da));}function P(_0x55fb25,_0x1651d6){for(const _0x279dc0 in _0x55fb25){const _0x1d97a0=_0x55fb25[_0x279dc0];'nodes'!==_0x279dc0&&_0x3f9aa7(_0x1d97a0)&&(_0x1d97a0['path']&&(_0x1d97a0['root']||_0x1d97a0['rootMain']||_0x1d97a0['rootGraveyard'])?_0x55fb25[_0x279dc0]=_0x1651d6(_0x1d97a0):P(_0x1d97a0,_0x1651d6));}return _0x55fb25;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x1f0426,_0x57d71f,_0x20df2d){this['_id']=_0x1f0426,this['_operationName']=_0x57d71f,this['_protobufDescriptor']=_0x20df2d;}['compress'](_0x3f9217,_0x20b8ad){const _0xa97792=_0x20b8ad['shift']();return $(_0xa97792),_0x3f9217['buffers']['push'](this['_protobufDescriptor']['compress'](_0xa97792)),_0x3f9217['types']['push'](this['_id']),!0x0;}['decompress'](_0x33a91f,_0x4336e9){_0x4336e9['types']['shift']();const _0x175be7=this['_protobufDescriptor']['decompress'](_0x4336e9['buffers']['shift']());J(_0x175be7),_0x175be7['__className']=this['_operationName'],_0x33a91f['push'](_0x175be7);}}class s extends e{['compress'](_0x3c1f8c,_0x4dca64){const _0x294190=_0x4dca64['shift']();return this['_serializeOneOf']('oldValue',_0x294190),this['_serializeOneOf']('newValue',_0x294190),$(_0x294190),_0x3c1f8c['buffers']['push'](this['_protobufDescriptor']['compress'](_0x294190)),_0x3c1f8c['types']['push'](this['_id']),!0x0;}['decompress'](_0x36528c,_0x5d94cb){const {types:_0x1c2598,buffers:_0x12c60f}=_0x5d94cb,_0x3de3ae=this['_protobufDescriptor']['decompress'](_0x12c60f['shift']());_0x1c2598['shift'](),this['_deserializeOneOf']('oldValue',_0x3de3ae),this['_deserializeOneOf']('newValue',_0x3de3ae),J(_0x3de3ae),_0x3de3ae['__className']=this['_operationName'],_0x36528c['push'](_0x3de3ae);}['_serializeOneOf'](_0x8bdd90,_0x2a59db){const _0x51204d=_0x2a59db[_0x8bdd90];'boolean'==typeof _0x51204d?_0x2a59db[_0x8bdd90+'Boolean']=_0x51204d:_0x2a59db[_0x8bdd90+'Json']=JSON['stringify'](_0x51204d);}['_deserializeOneOf'](_0x106c60,_0x4ad00e){const _0x54e12b=_0x106c60+'Json';_0x4ad00e[_0x54e12b]?(_0x4ad00e[_0x106c60]=JSON['parse'](_0x4ad00e[_0x54e12b]),delete _0x4ad00e[_0x54e12b]):(_0x4ad00e[_0x106c60]=_0x4ad00e[_0x106c60+'Boolean'],delete _0x4ad00e[_0x106c60+'Boolean']);}}class i extends e{['compress'](_0x20bb9d,_0x38dfdf){const _0x5e6a62=_0x38dfdf['shift']();return this['_serializeNodesAttributes'](_0x5e6a62['nodes']),$(_0x5e6a62),_0x20bb9d['buffers']['push'](this['_protobufDescriptor']['compress'](_0x5e6a62)),_0x20bb9d['types']['push'](this['_id']),!0x0;}['decompress'](_0x91d434,_0x3fdde1){const {types:_0x27e83a,buffers:_0x87cfc4}=_0x3fdde1,_0x225815=this['_protobufDescriptor']['decompress'](_0x87cfc4['shift']());_0x27e83a['shift'](),_0x225815['nodes']||(_0x225815['nodes']=[]),this['_deserializeNodesAttributes'](_0x225815['nodes']),J(_0x225815),_0x225815['__className']=this['_operationName'],_0x91d434['push'](_0x225815);}['_serializeNodesAttributes'](_0x350930){for(const _0x423872 of _0x350930){if(_0x423872['attributes']){const _0xaf5ea1=_0x423872['attributes'];this['_areValuesBoolean'](_0xaf5ea1)?_0x423872['attributesBoolean']=_0xaf5ea1:_0x423872['attributesJson']=JSON['stringify'](_0xaf5ea1);}_0x423872['children']&&this['_serializeNodesAttributes'](_0x423872['children']);}}['_deserializeNodesAttributes'](_0x22ee43){for(const _0x29513d of _0x22ee43)(_0x29513d['attributesBoolean']||_0x29513d['attributesJson'])&&(_0x29513d['attributesBoolean']?(_0x29513d['attributes']=_0x29513d['attributesBoolean'],delete _0x29513d['attributesBoolean']):(_0x29513d['attributes']=JSON['parse'](_0x29513d['attributesJson']),delete _0x29513d['attributesJson'])),_0x29513d['children']&&this['_deserializeNodesAttributes'](_0x29513d['children']);}['_areValuesBoolean'](_0x14b419){return Object['keys'](_0x14b419)['every'](_0x428141=>'boolean'==typeof _0x14b419[_0x428141]);}}class n extends e{['decompress'](_0x22aa4d,_0x6b005e){super['decompress'](_0x22aa4d,_0x6b005e);const _0x17ead4=_0x22aa4d[_0x22aa4d['length']-0x1];_0x17ead4['oldRange']||(_0x17ead4['oldRange']=null),_0x17ead4['newRange']||(_0x17ead4['newRange']=null);}}class p extends e{['compress'](_0x3ee41b,_0x420905){return _0x420905['shift'](),_0x3ee41b['types']['push'](this['_id']),!0x0;}['decompress'](_0xc28c7e,_0x32bbd4){_0x32bbd4['types']['shift'](),_0xc28c7e['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x4d9424,_0x256d25,_0x3a46f3,_0x645581){super(_0x4d9424,_0x256d25,_0x3a46f3),this['_omittedNamespace']=_0x645581+':';}['compress'](_0x1ffc9f,_0x553863){return!('MarkerOperation'!=_0x553863[0x0]['__className']||!_0x553863[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x553863[0x0]['name']=_0x553863[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x1ffc9f,_0x553863),!0x0);}['decompress'](_0x2f049c,_0x5f47e9){super['decompress'](_0x2f049c,_0x5f47e9);const _0x16394d=_0x2f049c[_0x2f049c['length']-0x1];_0x16394d['name']=this['_omittedNamespace']+_0x16394d['name'];}}class b{['_id'];['_context'];constructor(_0x55cfee,_0x2799bd){this['_id']=_0x55cfee,this['_context']=_0x2799bd;}['compress'](_0x4e4b9b,_0x6e6459){let _0x1468c9;for(;_0x6e6459['length']>0x1&&this['_compareOperations'](_0x6e6459[0x0],_0x6e6459[0x1]);)_0x1468c9?(_0x1468c9=this['_combineNext'](_0x6e6459['shift'](),_0x1468c9),_0x4e4b9b['types']['push'](0x0)):(_0x1468c9=_0x180019(_0x6e6459['shift']()),_0x4e4b9b['types']['push'](this['_id']));return!!_0x1468c9&&(_0x1468c9=this['_combineNext'](_0x6e6459['shift'](),_0x1468c9),_0x4e4b9b['types']['push'](0x0),_0x4e4b9b['buffers']['push'](this['_compressSingleOperation'](_0x1468c9)),!0x0);}['decompress'](_0x3bc1ee,_0x4433c1){const _0x2eaa40=this['_decompressSingleOperation'](_0x4433c1);for(;0x0==_0x4433c1['types'][0x0];)_0x4433c1['types']['shift'](),_0x3bc1ee['push'](this['_splitCurrent'](_0x2eaa40));_0x3bc1ee['push'](_0x2eaa40);}}class m extends b{['_combineNext'](_0x5085d7,_0x5a7d83){return _0x5a7d83['nodes'][0x0]['data']+=_0x5085d7['nodes'][0x0]['data'],_0x5a7d83;}['_splitCurrent'](_0x536880){const _0x3db246=_0x180019(_0x536880),_0x39398=_0x3db246['nodes'][0x0],_0xb65adb=_0x536880['nodes'][0x0],_0x509cf7=_0xb65adb['data'][Symbol['iterator']]()['next']()['value'],_0x3963a8=_0x509cf7['length'];return _0x39398['data']=_0x509cf7,_0xb65adb['data']=_0xb65adb['data']['substr'](_0x3963a8),_0x536880['position']=_(_0x536880['position'],_0x3963a8),_0x3db246;}['_compareOperations'](_0x322f3e,_0x292a04){if(this['_checkOperation'](_0x322f3e)&&this['_checkOperation'](_0x292a04)){const _0x28378c=_0x322f3e['nodes'][0x0]['data']['length'],_0x37e929=O(_(_0x322f3e['position'],_0x28378c),_0x292a04['position']),_0x4270d1=_0x322f3e['nodes'][0x0],_0xc29ac=_0x292a04['nodes'][0x0];return _0x37e929&&this['_compareAttributes'](_0x4270d1,_0xc29ac);}return!0x1;}['_compressSingleOperation'](_0x63ad7f){const _0x49a5d4={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x49a5d4,[_0x63ad7f]),_0x49a5d4['buffers'][0x0];}['_decompressSingleOperation'](_0x26e3ff){const _0x20e120=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x20e120,_0x26e3ff),_0x20e120[0x0];}['_checkOperation'](_0x5fb947){return'InsertOperation'==_0x5fb947['__className']&&0x1==_0x5fb947['nodes']['length']&&_0x5fb947['nodes'][0x0]['data']&&!_0x5fb947['wasUndone']&&0x1==Array['from'](_0x5fb947['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x41f679,_0x3cb7fe){const _0x511983=Object['keys'](_0x41f679['attributes']||{}),_0x374855=Object['keys'](_0x3cb7fe['attributes']||{});return _0x511983['length']===_0x374855['length']&&_0x511983['every'](_0xd67617=>_0x3cb7fe['attributes'][_0xd67617]&&_0x3cb7fe['attributes'][_0xd67617]===_0x41f679['attributes'][_0xd67617]);}}class c extends b{['_combineNext'](_0x331638,_0x40fb53){return _0x40fb53['howMany']++,_0x40fb53['sourcePosition']=_0x180019(_0x331638['sourcePosition']),_0x40fb53;}['_splitCurrent'](_0x42ffaf){const _0x3bcac4=_0x180019(_0x42ffaf);return _0x42ffaf['howMany']--,_0x3bcac4['howMany']=0x1,_0x3bcac4['sourcePosition']=_(_0x3bcac4['sourcePosition'],_0x42ffaf['howMany']),_0x3bcac4;}['_compareOperations'](_0x25a00c,_0x4baa3e){return!(!this['_checkOperation'](_0x25a00c)||!this['_checkOperation'](_0x4baa3e))&&(O(_(_0x25a00c['sourcePosition'],-0x1),_0x4baa3e['sourcePosition'])&&O(_0x25a00c['targetPosition'],_0x4baa3e['targetPosition']));}['_compressSingleOperation'](_0x246a1b){const _0x485c64={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x485c64,[_0x246a1b]),_0x485c64['buffers'][0x0];}['_decompressSingleOperation'](_0x260ee2){const _0x592d50=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x592d50,_0x260ee2),_0x592d50[0x0];}['_checkOperation'](_0x39dec4){return'MoveOperation'==_0x39dec4['__className']&&'$graveyard'==_0x39dec4['targetPosition']['root']&&0x1==_0x39dec4['howMany']&&!_0x39dec4['wasUndone'];}}class h extends b{['_combineNext'](_0x144352,_0x34f14f){return _0x34f14f['howMany']++,_0x34f14f;}['_splitCurrent'](_0x391a01){const _0x19b73f=_0x180019(_0x391a01);return _0x19b73f['howMany']=0x1,_0x391a01['howMany']--,_0x19b73f;}['_compareOperations'](_0x525496,_0x5994d4){return!(!this['_checkOperation'](_0x525496)||!this['_checkOperation'](_0x5994d4))&&(O(_0x525496['sourcePosition'],_0x5994d4['sourcePosition'])&&O(_0x525496['targetPosition'],_0x5994d4['targetPosition']));}['_compressSingleOperation'](_0x55c18e){const _0x5e8ac0={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x5e8ac0,[_0x55c18e]),_0x5e8ac0['buffers'][0x0];}['_decompressSingleOperation'](_0xd84405){const _0x163f85=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x163f85,_0xd84405),_0x163f85[0x0];}['_checkOperation'](_0x3b2745){return'MoveOperation'==_0x3b2745['__className']&&'$graveyard'==_0x3b2745['targetPosition']['root']&&0x1==_0x3b2745['howMany']&&!_0x3b2745['wasUndone'];}}class f extends b{['compress'](_0x51c866,_0x25bf3f){if(!this['_compareOperations'](_0x25bf3f[0x0],_0x25bf3f[0x1]))return!0x1;const _0x763269=_0x25bf3f['shift']();return _0x763269['oldRange']=null,_0x763269['newRange']&&O(_0x763269['newRange']['start'],_0x763269['newRange']['end'])&&(_0x763269['newRange']['end']=null),_0x25bf3f['shift'](),_0x51c866['types']['push'](this['_id']),_0x51c866['types']['push'](0x0),_0x51c866['buffers']['push'](this['_compressSingleOperation'](_0x763269)),!0x0;}['decompress'](_0x170a92,_0xe12926){const _0x3a8f15=this['_decompressSingleOperation'](_0xe12926);_0x3a8f15['newRange']&&!_0x3a8f15['newRange']['end']&&(_0x3a8f15['newRange']['end']=_0x180019(_0x3a8f15['newRange']['start']));const _0x566cad=_0x180019(_0x3a8f15);_0x566cad['newRange']&&(_0x566cad['newRange']['start']['stickiness']='toNone',_0x566cad['newRange']['end']=_0x180019(_0x566cad['newRange']['start'])),_0x566cad['name']='user:position:'+_0x566cad['name']['split'](':')[0x2],_0xe12926['types']['shift'](),_0x170a92['push'](_0x3a8f15),_0x170a92['push'](_0x566cad);}['_compressSingleOperation'](_0x54abf0){const _0x260b44={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x260b44,[_0x54abf0]),_0x260b44['buffers'][0x0];}['_decompressSingleOperation'](_0x282913){const _0x2d474c=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x2d474c,_0x282913),_0x2d474c[0x0];}['_compareOperations'](_0x5b13e6,_0x58e4dc){return!(!_0x5b13e6||!_0x58e4dc)&&('MarkerOperation'==_0x5b13e6['__className']&&'MarkerOperation'==_0x58e4dc['__className']&&!(!_0x5b13e6['name']['startsWith']('user:')||!_0x58e4dc['name']['startsWith']('user:')||_0x5b13e6['name']==_0x58e4dc['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x1120fa=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new a(0x12,'MarkerOperation',_0x1120fa,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x1120fa,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',m),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x2b3c56){if(!_0x2b3c56||!_0x2b3c56[0x0])throw new _0x2dd4ae('no-operations-provided',this);const _0x1d231b={'types':[],'buffers':[],'baseVersion':_0x2b3c56[0x0]['baseVersion']};for(;_0x2b3c56['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x1d231b,_0x2b3c56)||this['_getCompressorByName']('TypingAction')['compress'](_0x1d231b,_0x2b3c56)||this['_getCompressorByName']('DeletingAction')['compress'](_0x1d231b,_0x2b3c56)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x1d231b,_0x2b3c56)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x1d231b,_0x2b3c56)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x1d231b,_0x2b3c56)||this['_getCompressorByName'](_0x2b3c56[0x0]['__className'])['compress'](_0x1d231b,_0x2b3c56);return _0x1d231b;}['decompress'](_0x236455){const _0x80c0af=[];for(;_0x236455['types']['length'];){this['_compressorById']['get'](_0x236455['types'][0x0])['decompress'](_0x80c0af,_0x236455);}return _0x80c0af['forEach']((_0x472303,_0x149eff)=>_0x472303['baseVersion']=_0x236455['baseVersion']+_0x149eff),_0x80c0af;}['_getCompressorByName'](_0x335105){return this['_compressorByName']['get'](_0x335105);}['_registerOperationCompressor'](_0x1f9588,_0x5a41ee,_0x38ee1b){const _0x2c37df=new _0x38ee1b(_0x1f9588,_0x5a41ee,this['_protobufFactory']['getDescriptor'](_0x5a41ee));this['_registerCompressor'](_0x1f9588,_0x5a41ee,_0x2c37df);}['_registerActionCompressor'](_0x3513d4,_0x2925a9,_0x48fe3e){const _0x4a95ac=new _0x48fe3e(_0x3513d4,this);this['_registerCompressor'](_0x3513d4,_0x2925a9,_0x4a95ac);}['_registerCompressor'](_0xcd08f4,_0x4d6e25,_0x5a2cfe){this['_compressorById']['set'](_0xcd08f4,_0x5a2cfe),this['_compressorByName']['set'](_0x4d6e25,_0x5a2cfe);}}export{g as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "44.0.0-alpha.0",
|
|
4
4
|
"description": "CKEditor 5 operations compressor for real-time collaboration.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://ckeditor.com/collaboration/real-time/",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ckeditor/ckeditor5-utils": "
|
|
37
|
-
"ckeditor5": "
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.0",
|
|
37
|
+
"ckeditor5": "44.0.0-alpha.0",
|
|
38
38
|
"lodash-es": "4.17.21",
|
|
39
39
|
"protobufjs": "7.4.0"
|
|
40
40
|
},
|