@ckeditor/ckeditor5-operations-compressor 44.1.0 → 44.2.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/dist/index-content.css +2 -2
- package/dist/index-editor.css +2 -2
- package/dist/index.css +2 -2
- package/dist/index.js +3 -3
- package/package.json +21 -3
- package/src/actioncompressor/actioncompressor.d.ts +1 -1
- package/src/actioncompressor/actioncompressor.js +2 -2
- package/src/actioncompressor/deletingactioncompressor.d.ts +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +2 -2
- package/src/actioncompressor/forwarddeletingactioncompressor.d.ts +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +2 -2
- package/src/actioncompressor/typingactioncompressor.d.ts +1 -1
- package/src/actioncompressor/typingactioncompressor.js +2 -2
- package/src/actioncompressor/userselectionactioncompressor.d.ts +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +2 -2
- package/src/compressor.d.ts +1 -1
- package/src/compressor.js +2 -2
- package/src/index.d.ts +1 -1
- package/src/index.js +2 -2
- package/src/lib/compiledmessages.js +3 -3
- package/src/lib/protobufdescriptions.js +2 -2
- package/src/operationcompressor/annotationmarkeroperationcompressor.d.ts +1 -1
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +2 -2
- package/src/operationcompressor/attributeoperationcompressor.d.ts +1 -1
- package/src/operationcompressor/attributeoperationcompressor.js +2 -2
- package/src/operationcompressor/insertoperationcompressor.d.ts +1 -1
- package/src/operationcompressor/insertoperationcompressor.js +2 -2
- package/src/operationcompressor/markeroperationcompressor.d.ts +1 -1
- package/src/operationcompressor/markeroperationcompressor.js +2 -2
- package/src/operationcompressor/nooperationcompressor.d.ts +1 -1
- package/src/operationcompressor/nooperationcompressor.js +2 -2
- package/src/operationcompressor/operationcompressor.d.ts +1 -1
- package/src/operationcompressor/operationcompressor.js +2 -2
- package/src/protobuffactory.d.ts +1 -1
- package/src/protobuffactory.js +2 -2
- package/src/utils.d.ts +1 -1
- package/src/utils.js +2 -2
- package/dist/actioncompressor/actioncompressor.d.ts +0 -64
- package/dist/actioncompressor/deletingactioncompressor.d.ts +0 -32
- package/dist/actioncompressor/forwarddeletingactioncompressor.d.ts +0 -32
- package/dist/actioncompressor/typingactioncompressor.d.ts +0 -32
- package/dist/actioncompressor/userselectionactioncompressor.d.ts +0 -20
- package/dist/compressor.d.ts +0 -49
- package/dist/index.d.ts +0 -9
- package/dist/operationcompressor/annotationmarkeroperationcompressor.d.ts +0 -26
- package/dist/operationcompressor/attributeoperationcompressor.d.ts +0 -21
- package/dist/operationcompressor/insertoperationcompressor.d.ts +0 -21
- package/dist/operationcompressor/markeroperationcompressor.d.ts +0 -17
- package/dist/operationcompressor/nooperationcompressor.d.ts +0 -24
- package/dist/operationcompressor/operationcompressor.d.ts +0 -32
- package/dist/protobuffactory.d.ts +0 -9
- package/dist/utils.d.ts +0 -34
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@ Software License Agreement
|
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
4
|
**CKEditor 5 Operations compressor**<br>
|
|
5
|
-
Copyright (c) 2003–
|
|
5
|
+
Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
7
|
CKEditor 5 Operations compressor is licensed under a commercial license and is protected by copyright law.
|
|
8
8
|
For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
|
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ As a licensed CKEditor 5 Collaboration features user you can report bugs an
|
|
|
34
34
|
## License
|
|
35
35
|
|
|
36
36
|
**CKEditor 5 Operations compressor**<br>
|
|
37
|
-
Copyright (c) 2003–
|
|
37
|
+
Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
38
38
|
|
|
39
39
|
CKEditor 5 Operations compressor is licensed under a commercial license and is protected by copyright law. For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
|
|
40
40
|
|
package/dist/index-content.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
package/dist/index-editor.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{CKEditorError as
|
|
24
|
-
((()=>{var _0x3e517f=_0x55ec5e['Reader'],_0x5cbe6b=_0x55ec5e['Writer'],_0xbc9909=_0x55ec5e['util'],_0x44816b=_0x55ec5e['roots']['default']||(_0x55ec5e['roots']['default']={});return _0x44816b['AttributeOperation']=(function(){function _0x38ebb9(_0x40c934){if(_0x40c934){for(var _0x451fb6=Object['keys'](_0x40c934),_0x56286f=0x0;_0x56286f<_0x451fb6['length'];++_0x56286f)null!=_0x40c934[_0x451fb6[_0x56286f]]&&(this[_0x451fb6[_0x56286f]]=_0x40c934[_0x451fb6[_0x56286f]]);}}return _0x38ebb9['prototype']['range']=null,_0x38ebb9['prototype']['key']='',_0x38ebb9['prototype']['oldValueBoolean']=!0x1,_0x38ebb9['prototype']['oldValueJson']='',_0x38ebb9['prototype']['newValueBoolean']=!0x1,_0x38ebb9['prototype']['newValueJson']='',_0x38ebb9['prototype']['wasUndone']=!0x1,_0x38ebb9['create']=function(_0x1e1414){return new _0x38ebb9(_0x1e1414);},_0x38ebb9['encode']=function(_0x4707d7,_0x1f9ca1){return _0x1f9ca1||(_0x1f9ca1=_0x5cbe6b['create']()),null!=_0x4707d7['range']&&Object['hasOwnProperty']['call'](_0x4707d7,'range')&&_0x44816b['Range']['encode'](_0x4707d7['range'],_0x1f9ca1['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4707d7['key']&&Object['hasOwnProperty']['call'](_0x4707d7,'key')&&_0x1f9ca1['uint32'](0x12)['string'](_0x4707d7['key']),null!=_0x4707d7['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x4707d7,'oldValueBoolean')&&_0x1f9ca1['uint32'](0x18)['bool'](_0x4707d7['oldValueBoolean']),null!=_0x4707d7['oldValueJson']&&Object['hasOwnProperty']['call'](_0x4707d7,'oldValueJson')&&_0x1f9ca1['uint32'](0x22)['string'](_0x4707d7['oldValueJson']),null!=_0x4707d7['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x4707d7,'newValueBoolean')&&_0x1f9ca1['uint32'](0x28)['bool'](_0x4707d7['newValueBoolean']),null!=_0x4707d7['newValueJson']&&Object['hasOwnProperty']['call'](_0x4707d7,'newValueJson')&&_0x1f9ca1['uint32'](0x32)['string'](_0x4707d7['newValueJson']),null!=_0x4707d7['wasUndone']&&Object['hasOwnProperty']['call'](_0x4707d7,'wasUndone')&&_0x1f9ca1['uint32'](0x38)['bool'](_0x4707d7['wasUndone']),_0x1f9ca1;},_0x38ebb9['encodeDelimited']=function(_0x4cfb74,_0x4d1c69){return this['encode'](_0x4cfb74,_0x4d1c69)['ldelim']();},_0x38ebb9['decode']=function(_0x115b66,_0x4f47e5){_0x115b66 instanceof _0x3e517f||(_0x115b66=_0x3e517f['create'](_0x115b66));for(var _0x184fff=void 0x0===_0x4f47e5?_0x115b66['len']:_0x115b66['pos']+_0x4f47e5,_0x221e26=new _0x44816b['AttributeOperation']();_0x115b66['pos']<_0x184fff;){var _0x72e695=_0x115b66['uint32']();switch(_0x72e695>>>0x3){case 0x1:_0x221e26['range']=_0x44816b['Range']['decode'](_0x115b66,_0x115b66['uint32']());break;case 0x2:_0x221e26['key']=_0x115b66['string']();break;case 0x3:_0x221e26['oldValueBoolean']=_0x115b66['bool']();break;case 0x4:_0x221e26['oldValueJson']=_0x115b66['string']();break;case 0x5:_0x221e26['newValueBoolean']=_0x115b66['bool']();break;case 0x6:_0x221e26['newValueJson']=_0x115b66['string']();break;case 0x7:_0x221e26['wasUndone']=_0x115b66['bool']();break;default:_0x115b66['skipType'](0x7&_0x72e695);}}return _0x221e26;},_0x38ebb9['decodeDelimited']=function(_0x32703f){return _0x32703f instanceof _0x3e517f||(_0x32703f=new _0x3e517f(_0x32703f)),this['decode'](_0x32703f,_0x32703f['uint32']());},_0x38ebb9['verify']=function(_0x13da77){if('object'!=typeof _0x13da77||null===_0x13da77)return'object\x20expected';if(null!=_0x13da77['range']&&_0x13da77['hasOwnProperty']('range')){var _0x391967=_0x44816b['Range']['verify'](_0x13da77['range']);if(_0x391967)return'range.'+_0x391967;}return null!=_0x13da77['key']&&_0x13da77['hasOwnProperty']('key')&&!_0xbc9909['isString'](_0x13da77['key'])?'key:\x20string\x20expected':null!=_0x13da77['oldValueBoolean']&&_0x13da77['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x13da77['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x13da77['oldValueJson']&&_0x13da77['hasOwnProperty']('oldValueJson')&&!_0xbc9909['isString'](_0x13da77['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x13da77['newValueBoolean']&&_0x13da77['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x13da77['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x13da77['newValueJson']&&_0x13da77['hasOwnProperty']('newValueJson')&&!_0xbc9909['isString'](_0x13da77['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x13da77['wasUndone']&&_0x13da77['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x13da77['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x38ebb9['fromObject']=function(_0x6d60b2){if(_0x6d60b2 instanceof _0x44816b['AttributeOperation'])return _0x6d60b2;var _0x29f485=new _0x44816b['AttributeOperation']();if(null!=_0x6d60b2['range']){if('object'!=typeof _0x6d60b2['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x29f485['range']=_0x44816b['Range']['fromObject'](_0x6d60b2['range']);}return null!=_0x6d60b2['key']&&(_0x29f485['key']=String(_0x6d60b2['key'])),null!=_0x6d60b2['oldValueBoolean']&&(_0x29f485['oldValueBoolean']=Boolean(_0x6d60b2['oldValueBoolean'])),null!=_0x6d60b2['oldValueJson']&&(_0x29f485['oldValueJson']=String(_0x6d60b2['oldValueJson'])),null!=_0x6d60b2['newValueBoolean']&&(_0x29f485['newValueBoolean']=Boolean(_0x6d60b2['newValueBoolean'])),null!=_0x6d60b2['newValueJson']&&(_0x29f485['newValueJson']=String(_0x6d60b2['newValueJson'])),null!=_0x6d60b2['wasUndone']&&(_0x29f485['wasUndone']=Boolean(_0x6d60b2['wasUndone'])),_0x29f485;},_0x38ebb9['toObject']=function(_0x1894aa,_0x220777){_0x220777||(_0x220777={});var _0x33259d={};return _0x220777['defaults']&&(_0x33259d['range']=null,_0x33259d['key']='',_0x33259d['oldValueBoolean']=!0x1,_0x33259d['oldValueJson']='',_0x33259d['newValueBoolean']=!0x1,_0x33259d['newValueJson']='',_0x33259d['wasUndone']=!0x1),null!=_0x1894aa['range']&&_0x1894aa['hasOwnProperty']('range')&&(_0x33259d['range']=_0x44816b['Range']['toObject'](_0x1894aa['range'],_0x220777)),null!=_0x1894aa['key']&&_0x1894aa['hasOwnProperty']('key')&&(_0x33259d['key']=_0x1894aa['key']),null!=_0x1894aa['oldValueBoolean']&&_0x1894aa['hasOwnProperty']('oldValueBoolean')&&(_0x33259d['oldValueBoolean']=_0x1894aa['oldValueBoolean']),null!=_0x1894aa['oldValueJson']&&_0x1894aa['hasOwnProperty']('oldValueJson')&&(_0x33259d['oldValueJson']=_0x1894aa['oldValueJson']),null!=_0x1894aa['newValueBoolean']&&_0x1894aa['hasOwnProperty']('newValueBoolean')&&(_0x33259d['newValueBoolean']=_0x1894aa['newValueBoolean']),null!=_0x1894aa['newValueJson']&&_0x1894aa['hasOwnProperty']('newValueJson')&&(_0x33259d['newValueJson']=_0x1894aa['newValueJson']),null!=_0x1894aa['wasUndone']&&_0x1894aa['hasOwnProperty']('wasUndone')&&(_0x33259d['wasUndone']=_0x1894aa['wasUndone']),_0x33259d;},_0x38ebb9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x55ec5e['util']['toJSONOptions']);},_0x38ebb9['getTypeUrl']=function(_0x2fd301){return void 0x0===_0x2fd301&&(_0x2fd301='type.googleapis.com'),_0x2fd301+'/AttributeOperation';},_0x38ebb9;}()),_0x44816b['InsertOperation']=(function(){function _0x1b2cd9(_0x3f83ec){if(this['nodes']=[],_0x3f83ec){for(var _0x3174b5=Object['keys'](_0x3f83ec),_0x59d474=0x0;_0x59d474<_0x3174b5['length'];++_0x59d474)null!=_0x3f83ec[_0x3174b5[_0x59d474]]&&(this[_0x3174b5[_0x59d474]]=_0x3f83ec[_0x3174b5[_0x59d474]]);}}return _0x1b2cd9['prototype']['position']=null,_0x1b2cd9['prototype']['nodes']=_0xbc9909['emptyArray'],_0x1b2cd9['prototype']['shouldReceiveAttributes']=!0x1,_0x1b2cd9['prototype']['wasUndone']=!0x1,_0x1b2cd9['create']=function(_0x43a1b1){return new _0x1b2cd9(_0x43a1b1);},_0x1b2cd9['encode']=function(_0x2a1545,_0x5f5d9c){if(_0x5f5d9c||(_0x5f5d9c=_0x5cbe6b['create']()),null!=_0x2a1545['position']&&Object['hasOwnProperty']['call'](_0x2a1545,'position')&&_0x44816b['Position']['encode'](_0x2a1545['position'],_0x5f5d9c['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2a1545['nodes']&&_0x2a1545['nodes']['length']){for(var _0x37ad60=0x0;_0x37ad60<_0x2a1545['nodes']['length'];++_0x37ad60)_0x44816b['Element']['encode'](_0x2a1545['nodes'][_0x37ad60],_0x5f5d9c['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x2a1545['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x2a1545,'shouldReceiveAttributes')&&_0x5f5d9c['uint32'](0x18)['bool'](_0x2a1545['shouldReceiveAttributes']),null!=_0x2a1545['wasUndone']&&Object['hasOwnProperty']['call'](_0x2a1545,'wasUndone')&&_0x5f5d9c['uint32'](0x20)['bool'](_0x2a1545['wasUndone']),_0x5f5d9c;},_0x1b2cd9['encodeDelimited']=function(_0x22f4fa,_0x16a3c5){return this['encode'](_0x22f4fa,_0x16a3c5)['ldelim']();},_0x1b2cd9['decode']=function(_0x37fc61,_0x45c2f2){_0x37fc61 instanceof _0x3e517f||(_0x37fc61=_0x3e517f['create'](_0x37fc61));for(var _0x207d67=void 0x0===_0x45c2f2?_0x37fc61['len']:_0x37fc61['pos']+_0x45c2f2,_0x2b8b28=new _0x44816b['InsertOperation']();_0x37fc61['pos']<_0x207d67;){var _0x17b3ef=_0x37fc61['uint32']();switch(_0x17b3ef>>>0x3){case 0x1:_0x2b8b28['position']=_0x44816b['Position']['decode'](_0x37fc61,_0x37fc61['uint32']());break;case 0x2:_0x2b8b28['nodes']&&_0x2b8b28['nodes']['length']||(_0x2b8b28['nodes']=[]),_0x2b8b28['nodes']['push'](_0x44816b['Element']['decode'](_0x37fc61,_0x37fc61['uint32']()));break;case 0x3:_0x2b8b28['shouldReceiveAttributes']=_0x37fc61['bool']();break;case 0x4:_0x2b8b28['wasUndone']=_0x37fc61['bool']();break;default:_0x37fc61['skipType'](0x7&_0x17b3ef);}}return _0x2b8b28;},_0x1b2cd9['decodeDelimited']=function(_0x1603dd){return _0x1603dd instanceof _0x3e517f||(_0x1603dd=new _0x3e517f(_0x1603dd)),this['decode'](_0x1603dd,_0x1603dd['uint32']());},_0x1b2cd9['verify']=function(_0x298e9c){if('object'!=typeof _0x298e9c||null===_0x298e9c)return'object\x20expected';if(null!=_0x298e9c['position']&&_0x298e9c['hasOwnProperty']('position')&&(_0x5599e2=_0x44816b['Position']['verify'](_0x298e9c['position'])))return'position.'+_0x5599e2;if(null!=_0x298e9c['nodes']&&_0x298e9c['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x298e9c['nodes']))return'nodes:\x20array\x20expected';for(var _0x395d71=0x0;_0x395d71<_0x298e9c['nodes']['length'];++_0x395d71){var _0x5599e2;if(_0x5599e2=_0x44816b['Element']['verify'](_0x298e9c['nodes'][_0x395d71]))return'nodes.'+_0x5599e2;}}return null!=_0x298e9c['shouldReceiveAttributes']&&_0x298e9c['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x298e9c['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x298e9c['wasUndone']&&_0x298e9c['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x298e9c['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1b2cd9['fromObject']=function(_0x4be2e0){if(_0x4be2e0 instanceof _0x44816b['InsertOperation'])return _0x4be2e0;var _0x364ac8=new _0x44816b['InsertOperation']();if(null!=_0x4be2e0['position']){if('object'!=typeof _0x4be2e0['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x364ac8['position']=_0x44816b['Position']['fromObject'](_0x4be2e0['position']);}if(_0x4be2e0['nodes']){if(!Array['isArray'](_0x4be2e0['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x364ac8['nodes']=[];for(var _0x42cd1c=0x0;_0x42cd1c<_0x4be2e0['nodes']['length'];++_0x42cd1c){if('object'!=typeof _0x4be2e0['nodes'][_0x42cd1c])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x364ac8['nodes'][_0x42cd1c]=_0x44816b['Element']['fromObject'](_0x4be2e0['nodes'][_0x42cd1c]);}}return null!=_0x4be2e0['shouldReceiveAttributes']&&(_0x364ac8['shouldReceiveAttributes']=Boolean(_0x4be2e0['shouldReceiveAttributes'])),null!=_0x4be2e0['wasUndone']&&(_0x364ac8['wasUndone']=Boolean(_0x4be2e0['wasUndone'])),_0x364ac8;},_0x1b2cd9['toObject']=function(_0x5cc4c1,_0x2eec27){_0x2eec27||(_0x2eec27={});var _0x529801={};if((_0x2eec27['arrays']||_0x2eec27['defaults'])&&(_0x529801['nodes']=[]),_0x2eec27['defaults']&&(_0x529801['position']=null,_0x529801['shouldReceiveAttributes']=!0x1,_0x529801['wasUndone']=!0x1),null!=_0x5cc4c1['position']&&_0x5cc4c1['hasOwnProperty']('position')&&(_0x529801['position']=_0x44816b['Position']['toObject'](_0x5cc4c1['position'],_0x2eec27)),_0x5cc4c1['nodes']&&_0x5cc4c1['nodes']['length']){_0x529801['nodes']=[];for(var _0x46ecd4=0x0;_0x46ecd4<_0x5cc4c1['nodes']['length'];++_0x46ecd4)_0x529801['nodes'][_0x46ecd4]=_0x44816b['Element']['toObject'](_0x5cc4c1['nodes'][_0x46ecd4],_0x2eec27);}return null!=_0x5cc4c1['shouldReceiveAttributes']&&_0x5cc4c1['hasOwnProperty']('shouldReceiveAttributes')&&(_0x529801['shouldReceiveAttributes']=_0x5cc4c1['shouldReceiveAttributes']),null!=_0x5cc4c1['wasUndone']&&_0x5cc4c1['hasOwnProperty']('wasUndone')&&(_0x529801['wasUndone']=_0x5cc4c1['wasUndone']),_0x529801;},_0x1b2cd9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x55ec5e['util']['toJSONOptions']);},_0x1b2cd9['getTypeUrl']=function(_0x576f45){return void 0x0===_0x576f45&&(_0x576f45='type.googleapis.com'),_0x576f45+'/InsertOperation';},_0x1b2cd9;}()),_0x44816b['MarkerOperation']=(function(){function _0x237a9b(_0x448801){if(_0x448801){for(var _0x2b58ae=Object['keys'](_0x448801),_0x1a1071=0x0;_0x1a1071<_0x2b58ae['length'];++_0x1a1071)null!=_0x448801[_0x2b58ae[_0x1a1071]]&&(this[_0x2b58ae[_0x1a1071]]=_0x448801[_0x2b58ae[_0x1a1071]]);}}return _0x237a9b['prototype']['name']='',_0x237a9b['prototype']['oldRange']=null,_0x237a9b['prototype']['newRange']=null,_0x237a9b['prototype']['affectsData']=!0x1,_0x237a9b['prototype']['wasUndone']=!0x1,_0x237a9b['create']=function(_0x1da740){return new _0x237a9b(_0x1da740);},_0x237a9b['encode']=function(_0xd9e71c,_0x215ec2){return _0x215ec2||(_0x215ec2=_0x5cbe6b['create']()),null!=_0xd9e71c['name']&&Object['hasOwnProperty']['call'](_0xd9e71c,'name')&&_0x215ec2['uint32'](0xa)['string'](_0xd9e71c['name']),null!=_0xd9e71c['oldRange']&&Object['hasOwnProperty']['call'](_0xd9e71c,'oldRange')&&_0x44816b['Range']['encode'](_0xd9e71c['oldRange'],_0x215ec2['uint32'](0x12)['fork']())['ldelim'](),null!=_0xd9e71c['newRange']&&Object['hasOwnProperty']['call'](_0xd9e71c,'newRange')&&_0x44816b['Range']['encode'](_0xd9e71c['newRange'],_0x215ec2['uint32'](0x1a)['fork']())['ldelim'](),null!=_0xd9e71c['affectsData']&&Object['hasOwnProperty']['call'](_0xd9e71c,'affectsData')&&_0x215ec2['uint32'](0x20)['bool'](_0xd9e71c['affectsData']),null!=_0xd9e71c['wasUndone']&&Object['hasOwnProperty']['call'](_0xd9e71c,'wasUndone')&&_0x215ec2['uint32'](0x28)['bool'](_0xd9e71c['wasUndone']),_0x215ec2;},_0x237a9b['encodeDelimited']=function(_0x6c479,_0x417ddd){return this['encode'](_0x6c479,_0x417ddd)['ldelim']();},_0x237a9b['decode']=function(_0x1e2fc1,_0x323cb4){_0x1e2fc1 instanceof _0x3e517f||(_0x1e2fc1=_0x3e517f['create'](_0x1e2fc1));for(var _0x2fb555=void 0x0===_0x323cb4?_0x1e2fc1['len']:_0x1e2fc1['pos']+_0x323cb4,_0x1ef251=new _0x44816b['MarkerOperation']();_0x1e2fc1['pos']<_0x2fb555;){var _0x20581d=_0x1e2fc1['uint32']();switch(_0x20581d>>>0x3){case 0x1:_0x1ef251['name']=_0x1e2fc1['string']();break;case 0x2:_0x1ef251['oldRange']=_0x44816b['Range']['decode'](_0x1e2fc1,_0x1e2fc1['uint32']());break;case 0x3:_0x1ef251['newRange']=_0x44816b['Range']['decode'](_0x1e2fc1,_0x1e2fc1['uint32']());break;case 0x4:_0x1ef251['affectsData']=_0x1e2fc1['bool']();break;case 0x5:_0x1ef251['wasUndone']=_0x1e2fc1['bool']();break;default:_0x1e2fc1['skipType'](0x7&_0x20581d);}}return _0x1ef251;},_0x237a9b['decodeDelimited']=function(_0x522e28){return _0x522e28 instanceof _0x3e517f||(_0x522e28=new _0x3e517f(_0x522e28)),this['decode'](_0x522e28,_0x522e28['uint32']());},_0x237a9b['verify']=function(_0x3f02ab){if('object'!=typeof _0x3f02ab||null===_0x3f02ab)return'object\x20expected';if(null!=_0x3f02ab['name']&&_0x3f02ab['hasOwnProperty']('name')&&!_0xbc9909['isString'](_0x3f02ab['name']))return'name:\x20string\x20expected';var _0x51111d;if(null!=_0x3f02ab['oldRange']&&_0x3f02ab['hasOwnProperty']('oldRange')&&(_0x51111d=_0x44816b['Range']['verify'](_0x3f02ab['oldRange'])))return'oldRange.'+_0x51111d;if(null!=_0x3f02ab['newRange']&&_0x3f02ab['hasOwnProperty']('newRange')&&(_0x51111d=_0x44816b['Range']['verify'](_0x3f02ab['newRange'])))return'newRange.'+_0x51111d;return null!=_0x3f02ab['affectsData']&&_0x3f02ab['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x3f02ab['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x3f02ab['wasUndone']&&_0x3f02ab['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3f02ab['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x237a9b['fromObject']=function(_0xac4832){if(_0xac4832 instanceof _0x44816b['MarkerOperation'])return _0xac4832;var _0x21a0a1=new _0x44816b['MarkerOperation']();if(null!=_0xac4832['name']&&(_0x21a0a1['name']=String(_0xac4832['name'])),null!=_0xac4832['oldRange']){if('object'!=typeof _0xac4832['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x21a0a1['oldRange']=_0x44816b['Range']['fromObject'](_0xac4832['oldRange']);}if(null!=_0xac4832['newRange']){if('object'!=typeof _0xac4832['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x21a0a1['newRange']=_0x44816b['Range']['fromObject'](_0xac4832['newRange']);}return null!=_0xac4832['affectsData']&&(_0x21a0a1['affectsData']=Boolean(_0xac4832['affectsData'])),null!=_0xac4832['wasUndone']&&(_0x21a0a1['wasUndone']=Boolean(_0xac4832['wasUndone'])),_0x21a0a1;},_0x237a9b['toObject']=function(_0x1b61ff,_0x11694f){_0x11694f||(_0x11694f={});var _0x2250ff={};return _0x11694f['defaults']&&(_0x2250ff['name']='',_0x2250ff['oldRange']=null,_0x2250ff['newRange']=null,_0x2250ff['affectsData']=!0x1,_0x2250ff['wasUndone']=!0x1),null!=_0x1b61ff['name']&&_0x1b61ff['hasOwnProperty']('name')&&(_0x2250ff['name']=_0x1b61ff['name']),null!=_0x1b61ff['oldRange']&&_0x1b61ff['hasOwnProperty']('oldRange')&&(_0x2250ff['oldRange']=_0x44816b['Range']['toObject'](_0x1b61ff['oldRange'],_0x11694f)),null!=_0x1b61ff['newRange']&&_0x1b61ff['hasOwnProperty']('newRange')&&(_0x2250ff['newRange']=_0x44816b['Range']['toObject'](_0x1b61ff['newRange'],_0x11694f)),null!=_0x1b61ff['affectsData']&&_0x1b61ff['hasOwnProperty']('affectsData')&&(_0x2250ff['affectsData']=_0x1b61ff['affectsData']),null!=_0x1b61ff['wasUndone']&&_0x1b61ff['hasOwnProperty']('wasUndone')&&(_0x2250ff['wasUndone']=_0x1b61ff['wasUndone']),_0x2250ff;},_0x237a9b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x55ec5e['util']['toJSONOptions']);},_0x237a9b['getTypeUrl']=function(_0x1e526f){return void 0x0===_0x1e526f&&(_0x1e526f='type.googleapis.com'),_0x1e526f+'/MarkerOperation';},_0x237a9b;}()),_0x44816b['MergeOperation']=(function(){function _0x2d3d74(_0x8b0cde){if(_0x8b0cde){for(var _0x44cb43=Object['keys'](_0x8b0cde),_0x4a6a9c=0x0;_0x4a6a9c<_0x44cb43['length'];++_0x4a6a9c)null!=_0x8b0cde[_0x44cb43[_0x4a6a9c]]&&(this[_0x44cb43[_0x4a6a9c]]=_0x8b0cde[_0x44cb43[_0x4a6a9c]]);}}return _0x2d3d74['prototype']['sourcePosition']=null,_0x2d3d74['prototype']['targetPosition']=null,_0x2d3d74['prototype']['graveyardPosition']=null,_0x2d3d74['prototype']['howMany']=0x0,_0x2d3d74['prototype']['wasUndone']=!0x1,_0x2d3d74['create']=function(_0xa25d62){return new _0x2d3d74(_0xa25d62);},_0x2d3d74['encode']=function(_0x340b38,_0x103802){return _0x103802||(_0x103802=_0x5cbe6b['create']()),null!=_0x340b38['sourcePosition']&&Object['hasOwnProperty']['call'](_0x340b38,'sourcePosition')&&_0x44816b['Position']['encode'](_0x340b38['sourcePosition'],_0x103802['uint32'](0xa)['fork']())['ldelim'](),null!=_0x340b38['targetPosition']&&Object['hasOwnProperty']['call'](_0x340b38,'targetPosition')&&_0x44816b['Position']['encode'](_0x340b38['targetPosition'],_0x103802['uint32'](0x12)['fork']())['ldelim'](),null!=_0x340b38['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x340b38,'graveyardPosition')&&_0x44816b['Position']['encode'](_0x340b38['graveyardPosition'],_0x103802['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x340b38['howMany']&&Object['hasOwnProperty']['call'](_0x340b38,'howMany')&&_0x103802['uint32'](0x20)['uint32'](_0x340b38['howMany']),null!=_0x340b38['wasUndone']&&Object['hasOwnProperty']['call'](_0x340b38,'wasUndone')&&_0x103802['uint32'](0x28)['bool'](_0x340b38['wasUndone']),_0x103802;},_0x2d3d74['encodeDelimited']=function(_0x108a57,_0x4b681e){return this['encode'](_0x108a57,_0x4b681e)['ldelim']();},_0x2d3d74['decode']=function(_0x7ebf2d,_0x69a430){_0x7ebf2d instanceof _0x3e517f||(_0x7ebf2d=_0x3e517f['create'](_0x7ebf2d));for(var _0x4a2712=void 0x0===_0x69a430?_0x7ebf2d['len']:_0x7ebf2d['pos']+_0x69a430,_0x53da27=new _0x44816b['MergeOperation']();_0x7ebf2d['pos']<_0x4a2712;){var _0x650b96=_0x7ebf2d['uint32']();switch(_0x650b96>>>0x3){case 0x1:_0x53da27['sourcePosition']=_0x44816b['Position']['decode'](_0x7ebf2d,_0x7ebf2d['uint32']());break;case 0x2:_0x53da27['targetPosition']=_0x44816b['Position']['decode'](_0x7ebf2d,_0x7ebf2d['uint32']());break;case 0x3:_0x53da27['graveyardPosition']=_0x44816b['Position']['decode'](_0x7ebf2d,_0x7ebf2d['uint32']());break;case 0x4:_0x53da27['howMany']=_0x7ebf2d['uint32']();break;case 0x5:_0x53da27['wasUndone']=_0x7ebf2d['bool']();break;default:_0x7ebf2d['skipType'](0x7&_0x650b96);}}return _0x53da27;},_0x2d3d74['decodeDelimited']=function(_0x3d0889){return _0x3d0889 instanceof _0x3e517f||(_0x3d0889=new _0x3e517f(_0x3d0889)),this['decode'](_0x3d0889,_0x3d0889['uint32']());},_0x2d3d74['verify']=function(_0x5ae9ce){if('object'!=typeof _0x5ae9ce||null===_0x5ae9ce)return'object\x20expected';var _0x175cc8;if(null!=_0x5ae9ce['sourcePosition']&&_0x5ae9ce['hasOwnProperty']('sourcePosition')&&(_0x175cc8=_0x44816b['Position']['verify'](_0x5ae9ce['sourcePosition'])))return'sourcePosition.'+_0x175cc8;if(null!=_0x5ae9ce['targetPosition']&&_0x5ae9ce['hasOwnProperty']('targetPosition')&&(_0x175cc8=_0x44816b['Position']['verify'](_0x5ae9ce['targetPosition'])))return'targetPosition.'+_0x175cc8;if(null!=_0x5ae9ce['graveyardPosition']&&_0x5ae9ce['hasOwnProperty']('graveyardPosition')&&(_0x175cc8=_0x44816b['Position']['verify'](_0x5ae9ce['graveyardPosition'])))return'graveyardPosition.'+_0x175cc8;return null!=_0x5ae9ce['howMany']&&_0x5ae9ce['hasOwnProperty']('howMany')&&!_0xbc9909['isInteger'](_0x5ae9ce['howMany'])?'howMany:\x20integer\x20expected':null!=_0x5ae9ce['wasUndone']&&_0x5ae9ce['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5ae9ce['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2d3d74['fromObject']=function(_0x51681a){if(_0x51681a instanceof _0x44816b['MergeOperation'])return _0x51681a;var _0x3cf8e6=new _0x44816b['MergeOperation']();if(null!=_0x51681a['sourcePosition']){if('object'!=typeof _0x51681a['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x3cf8e6['sourcePosition']=_0x44816b['Position']['fromObject'](_0x51681a['sourcePosition']);}if(null!=_0x51681a['targetPosition']){if('object'!=typeof _0x51681a['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x3cf8e6['targetPosition']=_0x44816b['Position']['fromObject'](_0x51681a['targetPosition']);}if(null!=_0x51681a['graveyardPosition']){if('object'!=typeof _0x51681a['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x3cf8e6['graveyardPosition']=_0x44816b['Position']['fromObject'](_0x51681a['graveyardPosition']);}return null!=_0x51681a['howMany']&&(_0x3cf8e6['howMany']=_0x51681a['howMany']>>>0x0),null!=_0x51681a['wasUndone']&&(_0x3cf8e6['wasUndone']=Boolean(_0x51681a['wasUndone'])),_0x3cf8e6;},_0x2d3d74['toObject']=function(_0x41fb4c,_0x576ff2){_0x576ff2||(_0x576ff2={});var _0x1cb6b6={};return _0x576ff2['defaults']&&(_0x1cb6b6['sourcePosition']=null,_0x1cb6b6['targetPosition']=null,_0x1cb6b6['graveyardPosition']=null,_0x1cb6b6['howMany']=0x0,_0x1cb6b6['wasUndone']=!0x1),null!=_0x41fb4c['sourcePosition']&&_0x41fb4c['hasOwnProperty']('sourcePosition')&&(_0x1cb6b6['sourcePosition']=_0x44816b['Position']['toObject'](_0x41fb4c['sourcePosition'],_0x576ff2)),null!=_0x41fb4c['targetPosition']&&_0x41fb4c['hasOwnProperty']('targetPosition')&&(_0x1cb6b6['targetPosition']=_0x44816b['Position']['toObject'](_0x41fb4c['targetPosition'],_0x576ff2)),null!=_0x41fb4c['graveyardPosition']&&_0x41fb4c['hasOwnProperty']('graveyardPosition')&&(_0x1cb6b6['graveyardPosition']=_0x44816b['Position']['toObject'](_0x41fb4c['graveyardPosition'],_0x576ff2)),null!=_0x41fb4c['howMany']&&_0x41fb4c['hasOwnProperty']('howMany')&&(_0x1cb6b6['howMany']=_0x41fb4c['howMany']),null!=_0x41fb4c['wasUndone']&&_0x41fb4c['hasOwnProperty']('wasUndone')&&(_0x1cb6b6['wasUndone']=_0x41fb4c['wasUndone']),_0x1cb6b6;},_0x2d3d74['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x55ec5e['util']['toJSONOptions']);},_0x2d3d74['getTypeUrl']=function(_0x39ce91){return void 0x0===_0x39ce91&&(_0x39ce91='type.googleapis.com'),_0x39ce91+'/MergeOperation';},_0x2d3d74;}()),_0x44816b['MoveOperation']=(function(){function _0x4f7b42(_0x358e75){if(_0x358e75){for(var _0x5c158d=Object['keys'](_0x358e75),_0x4471af=0x0;_0x4471af<_0x5c158d['length'];++_0x4471af)null!=_0x358e75[_0x5c158d[_0x4471af]]&&(this[_0x5c158d[_0x4471af]]=_0x358e75[_0x5c158d[_0x4471af]]);}}return _0x4f7b42['prototype']['sourcePosition']=null,_0x4f7b42['prototype']['howMany']=0x0,_0x4f7b42['prototype']['targetPosition']=null,_0x4f7b42['prototype']['wasUndone']=!0x1,_0x4f7b42['create']=function(_0x3aabfa){return new _0x4f7b42(_0x3aabfa);},_0x4f7b42['encode']=function(_0x4565ca,_0x6b975f){return _0x6b975f||(_0x6b975f=_0x5cbe6b['create']()),null!=_0x4565ca['sourcePosition']&&Object['hasOwnProperty']['call'](_0x4565ca,'sourcePosition')&&_0x44816b['Position']['encode'](_0x4565ca['sourcePosition'],_0x6b975f['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4565ca['howMany']&&Object['hasOwnProperty']['call'](_0x4565ca,'howMany')&&_0x6b975f['uint32'](0x10)['uint32'](_0x4565ca['howMany']),null!=_0x4565ca['targetPosition']&&Object['hasOwnProperty']['call'](_0x4565ca,'targetPosition')&&_0x44816b['Position']['encode'](_0x4565ca['targetPosition'],_0x6b975f['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x4565ca['wasUndone']&&Object['hasOwnProperty']['call'](_0x4565ca,'wasUndone')&&_0x6b975f['uint32'](0x20)['bool'](_0x4565ca['wasUndone']),_0x6b975f;},_0x4f7b42['encodeDelimited']=function(_0x34b785,_0x51be1f){return this['encode'](_0x34b785,_0x51be1f)['ldelim']();},_0x4f7b42['decode']=function(_0x152369,_0x495734){_0x152369 instanceof _0x3e517f||(_0x152369=_0x3e517f['create'](_0x152369));for(var _0x3ae6c6=void 0x0===_0x495734?_0x152369['len']:_0x152369['pos']+_0x495734,_0x5e733d=new _0x44816b['MoveOperation']();_0x152369['pos']<_0x3ae6c6;){var _0x2ecba3=_0x152369['uint32']();switch(_0x2ecba3>>>0x3){case 0x1:_0x5e733d['sourcePosition']=_0x44816b['Position']['decode'](_0x152369,_0x152369['uint32']());break;case 0x2:_0x5e733d['howMany']=_0x152369['uint32']();break;case 0x3:_0x5e733d['targetPosition']=_0x44816b['Position']['decode'](_0x152369,_0x152369['uint32']());break;case 0x4:_0x5e733d['wasUndone']=_0x152369['bool']();break;default:_0x152369['skipType'](0x7&_0x2ecba3);}}return _0x5e733d;},_0x4f7b42['decodeDelimited']=function(_0x268ac0){return _0x268ac0 instanceof _0x3e517f||(_0x268ac0=new _0x3e517f(_0x268ac0)),this['decode'](_0x268ac0,_0x268ac0['uint32']());},_0x4f7b42['verify']=function(_0x590c94){if('object'!=typeof _0x590c94||null===_0x590c94)return'object\x20expected';var _0x25f391;if(null!=_0x590c94['sourcePosition']&&_0x590c94['hasOwnProperty']('sourcePosition')&&(_0x25f391=_0x44816b['Position']['verify'](_0x590c94['sourcePosition'])))return'sourcePosition.'+_0x25f391;if(null!=_0x590c94['howMany']&&_0x590c94['hasOwnProperty']('howMany')&&!_0xbc9909['isInteger'](_0x590c94['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x590c94['targetPosition']&&_0x590c94['hasOwnProperty']('targetPosition')&&(_0x25f391=_0x44816b['Position']['verify'](_0x590c94['targetPosition'])))return'targetPosition.'+_0x25f391;return null!=_0x590c94['wasUndone']&&_0x590c94['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x590c94['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4f7b42['fromObject']=function(_0x54f12b){if(_0x54f12b instanceof _0x44816b['MoveOperation'])return _0x54f12b;var _0x2085e8=new _0x44816b['MoveOperation']();if(null!=_0x54f12b['sourcePosition']){if('object'!=typeof _0x54f12b['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x2085e8['sourcePosition']=_0x44816b['Position']['fromObject'](_0x54f12b['sourcePosition']);}if(null!=_0x54f12b['howMany']&&(_0x2085e8['howMany']=_0x54f12b['howMany']>>>0x0),null!=_0x54f12b['targetPosition']){if('object'!=typeof _0x54f12b['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x2085e8['targetPosition']=_0x44816b['Position']['fromObject'](_0x54f12b['targetPosition']);}return null!=_0x54f12b['wasUndone']&&(_0x2085e8['wasUndone']=Boolean(_0x54f12b['wasUndone'])),_0x2085e8;},_0x4f7b42['toObject']=function(_0x4ea9d8,_0x39df92){_0x39df92||(_0x39df92={});var _0x286991={};return _0x39df92['defaults']&&(_0x286991['sourcePosition']=null,_0x286991['howMany']=0x0,_0x286991['targetPosition']=null,_0x286991['wasUndone']=!0x1),null!=_0x4ea9d8['sourcePosition']&&_0x4ea9d8['hasOwnProperty']('sourcePosition')&&(_0x286991['sourcePosition']=_0x44816b['Position']['toObject'](_0x4ea9d8['sourcePosition'],_0x39df92)),null!=_0x4ea9d8['howMany']&&_0x4ea9d8['hasOwnProperty']('howMany')&&(_0x286991['howMany']=_0x4ea9d8['howMany']),null!=_0x4ea9d8['targetPosition']&&_0x4ea9d8['hasOwnProperty']('targetPosition')&&(_0x286991['targetPosition']=_0x44816b['Position']['toObject'](_0x4ea9d8['targetPosition'],_0x39df92)),null!=_0x4ea9d8['wasUndone']&&_0x4ea9d8['hasOwnProperty']('wasUndone')&&(_0x286991['wasUndone']=_0x4ea9d8['wasUndone']),_0x286991;},_0x4f7b42['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x55ec5e['util']['toJSONOptions']);},_0x4f7b42['getTypeUrl']=function(_0x11c171){return void 0x0===_0x11c171&&(_0x11c171='type.googleapis.com'),_0x11c171+'/MoveOperation';},_0x4f7b42;}()),_0x44816b['RenameOperation']=(function(){function _0x505dd9(_0x3cbc06){if(_0x3cbc06){for(var _0x2bcb11=Object['keys'](_0x3cbc06),_0x3e32ad=0x0;_0x3e32ad<_0x2bcb11['length'];++_0x3e32ad)null!=_0x3cbc06[_0x2bcb11[_0x3e32ad]]&&(this[_0x2bcb11[_0x3e32ad]]=_0x3cbc06[_0x2bcb11[_0x3e32ad]]);}}return _0x505dd9['prototype']['position']=null,_0x505dd9['prototype']['oldName']='',_0x505dd9['prototype']['newName']='',_0x505dd9['prototype']['wasUndone']=!0x1,_0x505dd9['create']=function(_0x5be364){return new _0x505dd9(_0x5be364);},_0x505dd9['encode']=function(_0x47624c,_0x6e42a9){return _0x6e42a9||(_0x6e42a9=_0x5cbe6b['create']()),null!=_0x47624c['position']&&Object['hasOwnProperty']['call'](_0x47624c,'position')&&_0x44816b['Position']['encode'](_0x47624c['position'],_0x6e42a9['uint32'](0xa)['fork']())['ldelim'](),null!=_0x47624c['oldName']&&Object['hasOwnProperty']['call'](_0x47624c,'oldName')&&_0x6e42a9['uint32'](0x12)['string'](_0x47624c['oldName']),null!=_0x47624c['newName']&&Object['hasOwnProperty']['call'](_0x47624c,'newName')&&_0x6e42a9['uint32'](0x1a)['string'](_0x47624c['newName']),null!=_0x47624c['wasUndone']&&Object['hasOwnProperty']['call'](_0x47624c,'wasUndone')&&_0x6e42a9['uint32'](0x20)['bool'](_0x47624c['wasUndone']),_0x6e42a9;},_0x505dd9['encodeDelimited']=function(_0x4de509,_0x46a7d6){return this['encode'](_0x4de509,_0x46a7d6)['ldelim']();},_0x505dd9['decode']=function(_0x5bb113,_0x3e1b6f){_0x5bb113 instanceof _0x3e517f||(_0x5bb113=_0x3e517f['create'](_0x5bb113));for(var _0x5ac08c=void 0x0===_0x3e1b6f?_0x5bb113['len']:_0x5bb113['pos']+_0x3e1b6f,_0x5bdca1=new _0x44816b['RenameOperation']();_0x5bb113['pos']<_0x5ac08c;){var _0x2316ff=_0x5bb113['uint32']();switch(_0x2316ff>>>0x3){case 0x1:_0x5bdca1['position']=_0x44816b['Position']['decode'](_0x5bb113,_0x5bb113['uint32']());break;case 0x2:_0x5bdca1['oldName']=_0x5bb113['string']();break;case 0x3:_0x5bdca1['newName']=_0x5bb113['string']();break;case 0x4:_0x5bdca1['wasUndone']=_0x5bb113['bool']();break;default:_0x5bb113['skipType'](0x7&_0x2316ff);}}return _0x5bdca1;},_0x505dd9['decodeDelimited']=function(_0x6c01f5){return _0x6c01f5 instanceof _0x3e517f||(_0x6c01f5=new _0x3e517f(_0x6c01f5)),this['decode'](_0x6c01f5,_0x6c01f5['uint32']());},_0x505dd9['verify']=function(_0x384a57){if('object'!=typeof _0x384a57||null===_0x384a57)return'object\x20expected';if(null!=_0x384a57['position']&&_0x384a57['hasOwnProperty']('position')){var _0x12bc8b=_0x44816b['Position']['verify'](_0x384a57['position']);if(_0x12bc8b)return'position.'+_0x12bc8b;}return null!=_0x384a57['oldName']&&_0x384a57['hasOwnProperty']('oldName')&&!_0xbc9909['isString'](_0x384a57['oldName'])?'oldName:\x20string\x20expected':null!=_0x384a57['newName']&&_0x384a57['hasOwnProperty']('newName')&&!_0xbc9909['isString'](_0x384a57['newName'])?'newName:\x20string\x20expected':null!=_0x384a57['wasUndone']&&_0x384a57['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x384a57['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x505dd9['fromObject']=function(_0x17795c){if(_0x17795c instanceof _0x44816b['RenameOperation'])return _0x17795c;var _0x9c603=new _0x44816b['RenameOperation']();if(null!=_0x17795c['position']){if('object'!=typeof _0x17795c['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x9c603['position']=_0x44816b['Position']['fromObject'](_0x17795c['position']);}return null!=_0x17795c['oldName']&&(_0x9c603['oldName']=String(_0x17795c['oldName'])),null!=_0x17795c['newName']&&(_0x9c603['newName']=String(_0x17795c['newName'])),null!=_0x17795c['wasUndone']&&(_0x9c603['wasUndone']=Boolean(_0x17795c['wasUndone'])),_0x9c603;},_0x505dd9['toObject']=function(_0x25ee4b,_0x58a770){_0x58a770||(_0x58a770={});var _0x47b546={};return _0x58a770['defaults']&&(_0x47b546['position']=null,_0x47b546['oldName']='',_0x47b546['newName']='',_0x47b546['wasUndone']=!0x1),null!=_0x25ee4b['position']&&_0x25ee4b['hasOwnProperty']('position')&&(_0x47b546['position']=_0x44816b['Position']['toObject'](_0x25ee4b['position'],_0x58a770)),null!=_0x25ee4b['oldName']&&_0x25ee4b['hasOwnProperty']('oldName')&&(_0x47b546['oldName']=_0x25ee4b['oldName']),null!=_0x25ee4b['newName']&&_0x25ee4b['hasOwnProperty']('newName')&&(_0x47b546['newName']=_0x25ee4b['newName']),null!=_0x25ee4b['wasUndone']&&_0x25ee4b['hasOwnProperty']('wasUndone')&&(_0x47b546['wasUndone']=_0x25ee4b['wasUndone']),_0x47b546;},_0x505dd9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x55ec5e['util']['toJSONOptions']);},_0x505dd9['getTypeUrl']=function(_0x967b2f){return void 0x0===_0x967b2f&&(_0x967b2f='type.googleapis.com'),_0x967b2f+'/RenameOperation';},_0x505dd9;}()),_0x44816b['RootAttributeOperation']=(function(){function _0x15beec(_0x18b9a0){if(_0x18b9a0){for(var _0x445621=Object['keys'](_0x18b9a0),_0x36ce08=0x0;_0x36ce08<_0x445621['length'];++_0x36ce08)null!=_0x18b9a0[_0x445621[_0x36ce08]]&&(this[_0x445621[_0x36ce08]]=_0x18b9a0[_0x445621[_0x36ce08]]);}}return _0x15beec['prototype']['root']='',_0x15beec['prototype']['key']='',_0x15beec['prototype']['oldValueBoolean']=!0x1,_0x15beec['prototype']['oldValueJson']='',_0x15beec['prototype']['newValueBoolean']=!0x1,_0x15beec['prototype']['newValueJson']='',_0x15beec['prototype']['wasUndone']=!0x1,_0x15beec['create']=function(_0x30713a){return new _0x15beec(_0x30713a);},_0x15beec['encode']=function(_0x506ac9,_0x173d56){return _0x173d56||(_0x173d56=_0x5cbe6b['create']()),null!=_0x506ac9['root']&&Object['hasOwnProperty']['call'](_0x506ac9,'root')&&_0x173d56['uint32'](0xa)['string'](_0x506ac9['root']),null!=_0x506ac9['key']&&Object['hasOwnProperty']['call'](_0x506ac9,'key')&&_0x173d56['uint32'](0x12)['string'](_0x506ac9['key']),null!=_0x506ac9['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x506ac9,'oldValueBoolean')&&_0x173d56['uint32'](0x18)['bool'](_0x506ac9['oldValueBoolean']),null!=_0x506ac9['oldValueJson']&&Object['hasOwnProperty']['call'](_0x506ac9,'oldValueJson')&&_0x173d56['uint32'](0x22)['string'](_0x506ac9['oldValueJson']),null!=_0x506ac9['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x506ac9,'newValueBoolean')&&_0x173d56['uint32'](0x28)['bool'](_0x506ac9['newValueBoolean']),null!=_0x506ac9['newValueJson']&&Object['hasOwnProperty']['call'](_0x506ac9,'newValueJson')&&_0x173d56['uint32'](0x32)['string'](_0x506ac9['newValueJson']),null!=_0x506ac9['wasUndone']&&Object['hasOwnProperty']['call'](_0x506ac9,'wasUndone')&&_0x173d56['uint32'](0x38)['bool'](_0x506ac9['wasUndone']),_0x173d56;},_0x15beec['encodeDelimited']=function(_0x1127ed,_0x220aa8){return this['encode'](_0x1127ed,_0x220aa8)['ldelim']();},_0x15beec['decode']=function(_0x1fad1c,_0x2f9c83){_0x1fad1c instanceof _0x3e517f||(_0x1fad1c=_0x3e517f['create'](_0x1fad1c));for(var _0x37da02=void 0x0===_0x2f9c83?_0x1fad1c['len']:_0x1fad1c['pos']+_0x2f9c83,_0x21e057=new _0x44816b['RootAttributeOperation']();_0x1fad1c['pos']<_0x37da02;){var _0x2d1ff5=_0x1fad1c['uint32']();switch(_0x2d1ff5>>>0x3){case 0x1:_0x21e057['root']=_0x1fad1c['string']();break;case 0x2:_0x21e057['key']=_0x1fad1c['string']();break;case 0x3:_0x21e057['oldValueBoolean']=_0x1fad1c['bool']();break;case 0x4:_0x21e057['oldValueJson']=_0x1fad1c['string']();break;case 0x5:_0x21e057['newValueBoolean']=_0x1fad1c['bool']();break;case 0x6:_0x21e057['newValueJson']=_0x1fad1c['string']();break;case 0x7:_0x21e057['wasUndone']=_0x1fad1c['bool']();break;default:_0x1fad1c['skipType'](0x7&_0x2d1ff5);}}return _0x21e057;},_0x15beec['decodeDelimited']=function(_0xc8f138){return _0xc8f138 instanceof _0x3e517f||(_0xc8f138=new _0x3e517f(_0xc8f138)),this['decode'](_0xc8f138,_0xc8f138['uint32']());},_0x15beec['verify']=function(_0x3ef55a){return'object'!=typeof _0x3ef55a||null===_0x3ef55a?'object\x20expected':null!=_0x3ef55a['root']&&_0x3ef55a['hasOwnProperty']('root')&&!_0xbc9909['isString'](_0x3ef55a['root'])?'root:\x20string\x20expected':null!=_0x3ef55a['key']&&_0x3ef55a['hasOwnProperty']('key')&&!_0xbc9909['isString'](_0x3ef55a['key'])?'key:\x20string\x20expected':null!=_0x3ef55a['oldValueBoolean']&&_0x3ef55a['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x3ef55a['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x3ef55a['oldValueJson']&&_0x3ef55a['hasOwnProperty']('oldValueJson')&&!_0xbc9909['isString'](_0x3ef55a['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x3ef55a['newValueBoolean']&&_0x3ef55a['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x3ef55a['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x3ef55a['newValueJson']&&_0x3ef55a['hasOwnProperty']('newValueJson')&&!_0xbc9909['isString'](_0x3ef55a['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x3ef55a['wasUndone']&&_0x3ef55a['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3ef55a['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x15beec['fromObject']=function(_0x5bbdfa){if(_0x5bbdfa instanceof _0x44816b['RootAttributeOperation'])return _0x5bbdfa;var _0x13e9dd=new _0x44816b['RootAttributeOperation']();return null!=_0x5bbdfa['root']&&(_0x13e9dd['root']=String(_0x5bbdfa['root'])),null!=_0x5bbdfa['key']&&(_0x13e9dd['key']=String(_0x5bbdfa['key'])),null!=_0x5bbdfa['oldValueBoolean']&&(_0x13e9dd['oldValueBoolean']=Boolean(_0x5bbdfa['oldValueBoolean'])),null!=_0x5bbdfa['oldValueJson']&&(_0x13e9dd['oldValueJson']=String(_0x5bbdfa['oldValueJson'])),null!=_0x5bbdfa['newValueBoolean']&&(_0x13e9dd['newValueBoolean']=Boolean(_0x5bbdfa['newValueBoolean'])),null!=_0x5bbdfa['newValueJson']&&(_0x13e9dd['newValueJson']=String(_0x5bbdfa['newValueJson'])),null!=_0x5bbdfa['wasUndone']&&(_0x13e9dd['wasUndone']=Boolean(_0x5bbdfa['wasUndone'])),_0x13e9dd;},_0x15beec['toObject']=function(_0x387b59,_0xffb813){_0xffb813||(_0xffb813={});var _0x5b9f65={};return _0xffb813['defaults']&&(_0x5b9f65['root']='',_0x5b9f65['key']='',_0x5b9f65['oldValueBoolean']=!0x1,_0x5b9f65['oldValueJson']='',_0x5b9f65['newValueBoolean']=!0x1,_0x5b9f65['newValueJson']='',_0x5b9f65['wasUndone']=!0x1),null!=_0x387b59['root']&&_0x387b59['hasOwnProperty']('root')&&(_0x5b9f65['root']=_0x387b59['root']),null!=_0x387b59['key']&&_0x387b59['hasOwnProperty']('key')&&(_0x5b9f65['key']=_0x387b59['key']),null!=_0x387b59['oldValueBoolean']&&_0x387b59['hasOwnProperty']('oldValueBoolean')&&(_0x5b9f65['oldValueBoolean']=_0x387b59['oldValueBoolean']),null!=_0x387b59['oldValueJson']&&_0x387b59['hasOwnProperty']('oldValueJson')&&(_0x5b9f65['oldValueJson']=_0x387b59['oldValueJson']),null!=_0x387b59['newValueBoolean']&&_0x387b59['hasOwnProperty']('newValueBoolean')&&(_0x5b9f65['newValueBoolean']=_0x387b59['newValueBoolean']),null!=_0x387b59['newValueJson']&&_0x387b59['hasOwnProperty']('newValueJson')&&(_0x5b9f65['newValueJson']=_0x387b59['newValueJson']),null!=_0x387b59['wasUndone']&&_0x387b59['hasOwnProperty']('wasUndone')&&(_0x5b9f65['wasUndone']=_0x387b59['wasUndone']),_0x5b9f65;},_0x15beec['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x55ec5e['util']['toJSONOptions']);},_0x15beec['getTypeUrl']=function(_0x9fbda7){return void 0x0===_0x9fbda7&&(_0x9fbda7='type.googleapis.com'),_0x9fbda7+'/RootAttributeOperation';},_0x15beec;}()),_0x44816b['RootOperation']=(function(){function _0xde447d(_0x5c9587){if(_0x5c9587){for(var _0x8b62bd=Object['keys'](_0x5c9587),_0x56abfc=0x0;_0x56abfc<_0x8b62bd['length'];++_0x56abfc)null!=_0x5c9587[_0x8b62bd[_0x56abfc]]&&(this[_0x8b62bd[_0x56abfc]]=_0x5c9587[_0x8b62bd[_0x56abfc]]);}}return _0xde447d['prototype']['rootName']='',_0xde447d['prototype']['elementName']='',_0xde447d['prototype']['isAdd']=!0x1,_0xde447d['prototype']['wasUndone']=!0x1,_0xde447d['create']=function(_0x222a8a){return new _0xde447d(_0x222a8a);},_0xde447d['encode']=function(_0x3d6004,_0x2bb2aa){return _0x2bb2aa||(_0x2bb2aa=_0x5cbe6b['create']()),null!=_0x3d6004['rootName']&&Object['hasOwnProperty']['call'](_0x3d6004,'rootName')&&_0x2bb2aa['uint32'](0xa)['string'](_0x3d6004['rootName']),null!=_0x3d6004['elementName']&&Object['hasOwnProperty']['call'](_0x3d6004,'elementName')&&_0x2bb2aa['uint32'](0x12)['string'](_0x3d6004['elementName']),null!=_0x3d6004['isAdd']&&Object['hasOwnProperty']['call'](_0x3d6004,'isAdd')&&_0x2bb2aa['uint32'](0x18)['bool'](_0x3d6004['isAdd']),null!=_0x3d6004['wasUndone']&&Object['hasOwnProperty']['call'](_0x3d6004,'wasUndone')&&_0x2bb2aa['uint32'](0x20)['bool'](_0x3d6004['wasUndone']),_0x2bb2aa;},_0xde447d['encodeDelimited']=function(_0x1ae259,_0x5a6c47){return this['encode'](_0x1ae259,_0x5a6c47)['ldelim']();},_0xde447d['decode']=function(_0x40ba61,_0x46c124){_0x40ba61 instanceof _0x3e517f||(_0x40ba61=_0x3e517f['create'](_0x40ba61));for(var _0x41f628=void 0x0===_0x46c124?_0x40ba61['len']:_0x40ba61['pos']+_0x46c124,_0x28f0dd=new _0x44816b['RootOperation']();_0x40ba61['pos']<_0x41f628;){var _0x3fa43d=_0x40ba61['uint32']();switch(_0x3fa43d>>>0x3){case 0x1:_0x28f0dd['rootName']=_0x40ba61['string']();break;case 0x2:_0x28f0dd['elementName']=_0x40ba61['string']();break;case 0x3:_0x28f0dd['isAdd']=_0x40ba61['bool']();break;case 0x4:_0x28f0dd['wasUndone']=_0x40ba61['bool']();break;default:_0x40ba61['skipType'](0x7&_0x3fa43d);}}return _0x28f0dd;},_0xde447d['decodeDelimited']=function(_0x2686bc){return _0x2686bc instanceof _0x3e517f||(_0x2686bc=new _0x3e517f(_0x2686bc)),this['decode'](_0x2686bc,_0x2686bc['uint32']());},_0xde447d['verify']=function(_0x3ac441){return'object'!=typeof _0x3ac441||null===_0x3ac441?'object\x20expected':null!=_0x3ac441['rootName']&&_0x3ac441['hasOwnProperty']('rootName')&&!_0xbc9909['isString'](_0x3ac441['rootName'])?'rootName:\x20string\x20expected':null!=_0x3ac441['elementName']&&_0x3ac441['hasOwnProperty']('elementName')&&!_0xbc9909['isString'](_0x3ac441['elementName'])?'elementName:\x20string\x20expected':null!=_0x3ac441['isAdd']&&_0x3ac441['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x3ac441['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x3ac441['wasUndone']&&_0x3ac441['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3ac441['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xde447d['fromObject']=function(_0x206483){if(_0x206483 instanceof _0x44816b['RootOperation'])return _0x206483;var _0x4465e1=new _0x44816b['RootOperation']();return null!=_0x206483['rootName']&&(_0x4465e1['rootName']=String(_0x206483['rootName'])),null!=_0x206483['elementName']&&(_0x4465e1['elementName']=String(_0x206483['elementName'])),null!=_0x206483['isAdd']&&(_0x4465e1['isAdd']=Boolean(_0x206483['isAdd'])),null!=_0x206483['wasUndone']&&(_0x4465e1['wasUndone']=Boolean(_0x206483['wasUndone'])),_0x4465e1;},_0xde447d['toObject']=function(_0x4352f8,_0x560395){_0x560395||(_0x560395={});var _0x533398={};return _0x560395['defaults']&&(_0x533398['rootName']='',_0x533398['elementName']='',_0x533398['isAdd']=!0x1,_0x533398['wasUndone']=!0x1),null!=_0x4352f8['rootName']&&_0x4352f8['hasOwnProperty']('rootName')&&(_0x533398['rootName']=_0x4352f8['rootName']),null!=_0x4352f8['elementName']&&_0x4352f8['hasOwnProperty']('elementName')&&(_0x533398['elementName']=_0x4352f8['elementName']),null!=_0x4352f8['isAdd']&&_0x4352f8['hasOwnProperty']('isAdd')&&(_0x533398['isAdd']=_0x4352f8['isAdd']),null!=_0x4352f8['wasUndone']&&_0x4352f8['hasOwnProperty']('wasUndone')&&(_0x533398['wasUndone']=_0x4352f8['wasUndone']),_0x533398;},_0xde447d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x55ec5e['util']['toJSONOptions']);},_0xde447d['getTypeUrl']=function(_0x2b5c12){return void 0x0===_0x2b5c12&&(_0x2b5c12='type.googleapis.com'),_0x2b5c12+'/RootOperation';},_0xde447d;}()),_0x44816b['SplitOperation']=(function(){function _0x17619b(_0x2eafab){if(_0x2eafab){for(var _0x36e450=Object['keys'](_0x2eafab),_0x234f42=0x0;_0x234f42<_0x36e450['length'];++_0x234f42)null!=_0x2eafab[_0x36e450[_0x234f42]]&&(this[_0x36e450[_0x234f42]]=_0x2eafab[_0x36e450[_0x234f42]]);}}return _0x17619b['prototype']['splitPosition']=null,_0x17619b['prototype']['graveyardPosition']=null,_0x17619b['prototype']['howMany']=0x0,_0x17619b['prototype']['insertionPosition']=null,_0x17619b['prototype']['wasUndone']=!0x1,_0x17619b['create']=function(_0x41b39f){return new _0x17619b(_0x41b39f);},_0x17619b['encode']=function(_0x15aa27,_0x59e863){return _0x59e863||(_0x59e863=_0x5cbe6b['create']()),null!=_0x15aa27['splitPosition']&&Object['hasOwnProperty']['call'](_0x15aa27,'splitPosition')&&_0x44816b['Position']['encode'](_0x15aa27['splitPosition'],_0x59e863['uint32'](0xa)['fork']())['ldelim'](),null!=_0x15aa27['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x15aa27,'graveyardPosition')&&_0x44816b['Position']['encode'](_0x15aa27['graveyardPosition'],_0x59e863['uint32'](0x12)['fork']())['ldelim'](),null!=_0x15aa27['howMany']&&Object['hasOwnProperty']['call'](_0x15aa27,'howMany')&&_0x59e863['uint32'](0x18)['uint32'](_0x15aa27['howMany']),null!=_0x15aa27['insertionPosition']&&Object['hasOwnProperty']['call'](_0x15aa27,'insertionPosition')&&_0x44816b['Position']['encode'](_0x15aa27['insertionPosition'],_0x59e863['uint32'](0x22)['fork']())['ldelim'](),null!=_0x15aa27['wasUndone']&&Object['hasOwnProperty']['call'](_0x15aa27,'wasUndone')&&_0x59e863['uint32'](0x28)['bool'](_0x15aa27['wasUndone']),_0x59e863;},_0x17619b['encodeDelimited']=function(_0x19895d,_0x32c5c7){return this['encode'](_0x19895d,_0x32c5c7)['ldelim']();},_0x17619b['decode']=function(_0x4001b0,_0x1ebaa7){_0x4001b0 instanceof _0x3e517f||(_0x4001b0=_0x3e517f['create'](_0x4001b0));for(var _0x67045a=void 0x0===_0x1ebaa7?_0x4001b0['len']:_0x4001b0['pos']+_0x1ebaa7,_0x5086e1=new _0x44816b['SplitOperation']();_0x4001b0['pos']<_0x67045a;){var _0x3157ab=_0x4001b0['uint32']();switch(_0x3157ab>>>0x3){case 0x1:_0x5086e1['splitPosition']=_0x44816b['Position']['decode'](_0x4001b0,_0x4001b0['uint32']());break;case 0x2:_0x5086e1['graveyardPosition']=_0x44816b['Position']['decode'](_0x4001b0,_0x4001b0['uint32']());break;case 0x3:_0x5086e1['howMany']=_0x4001b0['uint32']();break;case 0x4:_0x5086e1['insertionPosition']=_0x44816b['Position']['decode'](_0x4001b0,_0x4001b0['uint32']());break;case 0x5:_0x5086e1['wasUndone']=_0x4001b0['bool']();break;default:_0x4001b0['skipType'](0x7&_0x3157ab);}}return _0x5086e1;},_0x17619b['decodeDelimited']=function(_0x53825a){return _0x53825a instanceof _0x3e517f||(_0x53825a=new _0x3e517f(_0x53825a)),this['decode'](_0x53825a,_0x53825a['uint32']());},_0x17619b['verify']=function(_0x391079){if('object'!=typeof _0x391079||null===_0x391079)return'object\x20expected';var _0x4eeb36;if(null!=_0x391079['splitPosition']&&_0x391079['hasOwnProperty']('splitPosition')&&(_0x4eeb36=_0x44816b['Position']['verify'](_0x391079['splitPosition'])))return'splitPosition.'+_0x4eeb36;if(null!=_0x391079['graveyardPosition']&&_0x391079['hasOwnProperty']('graveyardPosition')&&(_0x4eeb36=_0x44816b['Position']['verify'](_0x391079['graveyardPosition'])))return'graveyardPosition.'+_0x4eeb36;if(null!=_0x391079['howMany']&&_0x391079['hasOwnProperty']('howMany')&&!_0xbc9909['isInteger'](_0x391079['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x391079['insertionPosition']&&_0x391079['hasOwnProperty']('insertionPosition')&&(_0x4eeb36=_0x44816b['Position']['verify'](_0x391079['insertionPosition'])))return'insertionPosition.'+_0x4eeb36;return null!=_0x391079['wasUndone']&&_0x391079['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x391079['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x17619b['fromObject']=function(_0x56b7f5){if(_0x56b7f5 instanceof _0x44816b['SplitOperation'])return _0x56b7f5;var _0x4107d4=new _0x44816b['SplitOperation']();if(null!=_0x56b7f5['splitPosition']){if('object'!=typeof _0x56b7f5['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x4107d4['splitPosition']=_0x44816b['Position']['fromObject'](_0x56b7f5['splitPosition']);}if(null!=_0x56b7f5['graveyardPosition']){if('object'!=typeof _0x56b7f5['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x4107d4['graveyardPosition']=_0x44816b['Position']['fromObject'](_0x56b7f5['graveyardPosition']);}if(null!=_0x56b7f5['howMany']&&(_0x4107d4['howMany']=_0x56b7f5['howMany']>>>0x0),null!=_0x56b7f5['insertionPosition']){if('object'!=typeof _0x56b7f5['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x4107d4['insertionPosition']=_0x44816b['Position']['fromObject'](_0x56b7f5['insertionPosition']);}return null!=_0x56b7f5['wasUndone']&&(_0x4107d4['wasUndone']=Boolean(_0x56b7f5['wasUndone'])),_0x4107d4;},_0x17619b['toObject']=function(_0x207916,_0x4e88ea){_0x4e88ea||(_0x4e88ea={});var _0x38b3cd={};return _0x4e88ea['defaults']&&(_0x38b3cd['splitPosition']=null,_0x38b3cd['graveyardPosition']=null,_0x38b3cd['howMany']=0x0,_0x38b3cd['insertionPosition']=null,_0x38b3cd['wasUndone']=!0x1),null!=_0x207916['splitPosition']&&_0x207916['hasOwnProperty']('splitPosition')&&(_0x38b3cd['splitPosition']=_0x44816b['Position']['toObject'](_0x207916['splitPosition'],_0x4e88ea)),null!=_0x207916['graveyardPosition']&&_0x207916['hasOwnProperty']('graveyardPosition')&&(_0x38b3cd['graveyardPosition']=_0x44816b['Position']['toObject'](_0x207916['graveyardPosition'],_0x4e88ea)),null!=_0x207916['howMany']&&_0x207916['hasOwnProperty']('howMany')&&(_0x38b3cd['howMany']=_0x207916['howMany']),null!=_0x207916['insertionPosition']&&_0x207916['hasOwnProperty']('insertionPosition')&&(_0x38b3cd['insertionPosition']=_0x44816b['Position']['toObject'](_0x207916['insertionPosition'],_0x4e88ea)),null!=_0x207916['wasUndone']&&_0x207916['hasOwnProperty']('wasUndone')&&(_0x38b3cd['wasUndone']=_0x207916['wasUndone']),_0x38b3cd;},_0x17619b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x55ec5e['util']['toJSONOptions']);},_0x17619b['getTypeUrl']=function(_0x4a244b){return void 0x0===_0x4a244b&&(_0x4a244b='type.googleapis.com'),_0x4a244b+'/SplitOperation';},_0x17619b;}()),_0x44816b['Position']=(function(){function _0x3f8a81(_0x16a6dc){if(this['path']=[],_0x16a6dc){for(var _0x1e169e=Object['keys'](_0x16a6dc),_0xe8244=0x0;_0xe8244<_0x1e169e['length'];++_0xe8244)null!=_0x16a6dc[_0x1e169e[_0xe8244]]&&(this[_0x1e169e[_0xe8244]]=_0x16a6dc[_0x1e169e[_0xe8244]]);}}return _0x3f8a81['prototype']['root']='',_0x3f8a81['prototype']['rootMain']=!0x1,_0x3f8a81['prototype']['rootGraveyard']=!0x1,_0x3f8a81['prototype']['path']=_0xbc9909['emptyArray'],_0x3f8a81['prototype']['stickiness']='',_0x3f8a81['create']=function(_0x232707){return new _0x3f8a81(_0x232707);},_0x3f8a81['encode']=function(_0x453603,_0xc19187){if(_0xc19187||(_0xc19187=_0x5cbe6b['create']()),null!=_0x453603['root']&&Object['hasOwnProperty']['call'](_0x453603,'root')&&_0xc19187['uint32'](0xa)['string'](_0x453603['root']),null!=_0x453603['rootMain']&&Object['hasOwnProperty']['call'](_0x453603,'rootMain')&&_0xc19187['uint32'](0x10)['bool'](_0x453603['rootMain']),null!=_0x453603['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x453603,'rootGraveyard')&&_0xc19187['uint32'](0x18)['bool'](_0x453603['rootGraveyard']),null!=_0x453603['path']&&_0x453603['path']['length']){_0xc19187['uint32'](0x22)['fork']();for(var _0x3cdb5b=0x0;_0x3cdb5b<_0x453603['path']['length'];++_0x3cdb5b)_0xc19187['uint32'](_0x453603['path'][_0x3cdb5b]);_0xc19187['ldelim']();}return null!=_0x453603['stickiness']&&Object['hasOwnProperty']['call'](_0x453603,'stickiness')&&_0xc19187['uint32'](0x2a)['string'](_0x453603['stickiness']),_0xc19187;},_0x3f8a81['encodeDelimited']=function(_0x1412ca,_0x3c7476){return this['encode'](_0x1412ca,_0x3c7476)['ldelim']();},_0x3f8a81['decode']=function(_0x444e3b,_0x1dec2e){_0x444e3b instanceof _0x3e517f||(_0x444e3b=_0x3e517f['create'](_0x444e3b));for(var _0x39a96c=void 0x0===_0x1dec2e?_0x444e3b['len']:_0x444e3b['pos']+_0x1dec2e,_0x4e357f=new _0x44816b['Position']();_0x444e3b['pos']<_0x39a96c;){var _0x17d15f=_0x444e3b['uint32']();switch(_0x17d15f>>>0x3){case 0x1:_0x4e357f['root']=_0x444e3b['string']();break;case 0x2:_0x4e357f['rootMain']=_0x444e3b['bool']();break;case 0x3:_0x4e357f['rootGraveyard']=_0x444e3b['bool']();break;case 0x4:if(_0x4e357f['path']&&_0x4e357f['path']['length']||(_0x4e357f['path']=[]),0x2==(0x7&_0x17d15f)){for(var _0x1dbc5b=_0x444e3b['uint32']()+_0x444e3b['pos'];_0x444e3b['pos']<_0x1dbc5b;)_0x4e357f['path']['push'](_0x444e3b['uint32']());}else _0x4e357f['path']['push'](_0x444e3b['uint32']());break;case 0x5:_0x4e357f['stickiness']=_0x444e3b['string']();break;default:_0x444e3b['skipType'](0x7&_0x17d15f);}}return _0x4e357f;},_0x3f8a81['decodeDelimited']=function(_0x1755e4){return _0x1755e4 instanceof _0x3e517f||(_0x1755e4=new _0x3e517f(_0x1755e4)),this['decode'](_0x1755e4,_0x1755e4['uint32']());},_0x3f8a81['verify']=function(_0x5f47f0){if('object'!=typeof _0x5f47f0||null===_0x5f47f0)return'object\x20expected';if(null!=_0x5f47f0['root']&&_0x5f47f0['hasOwnProperty']('root')&&!_0xbc9909['isString'](_0x5f47f0['root']))return'root:\x20string\x20expected';if(null!=_0x5f47f0['rootMain']&&_0x5f47f0['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x5f47f0['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x5f47f0['rootGraveyard']&&_0x5f47f0['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x5f47f0['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x5f47f0['path']&&_0x5f47f0['hasOwnProperty']('path')){if(!Array['isArray'](_0x5f47f0['path']))return'path:\x20array\x20expected';for(var _0x4ce48d=0x0;_0x4ce48d<_0x5f47f0['path']['length'];++_0x4ce48d)if(!_0xbc9909['isInteger'](_0x5f47f0['path'][_0x4ce48d]))return'path:\x20integer[]\x20expected';}return null!=_0x5f47f0['stickiness']&&_0x5f47f0['hasOwnProperty']('stickiness')&&!_0xbc9909['isString'](_0x5f47f0['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x3f8a81['fromObject']=function(_0x40d4f6){if(_0x40d4f6 instanceof _0x44816b['Position'])return _0x40d4f6;var _0x401ac9=new _0x44816b['Position']();if(null!=_0x40d4f6['root']&&(_0x401ac9['root']=String(_0x40d4f6['root'])),null!=_0x40d4f6['rootMain']&&(_0x401ac9['rootMain']=Boolean(_0x40d4f6['rootMain'])),null!=_0x40d4f6['rootGraveyard']&&(_0x401ac9['rootGraveyard']=Boolean(_0x40d4f6['rootGraveyard'])),_0x40d4f6['path']){if(!Array['isArray'](_0x40d4f6['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x401ac9['path']=[];for(var _0x98f651=0x0;_0x98f651<_0x40d4f6['path']['length'];++_0x98f651)_0x401ac9['path'][_0x98f651]=_0x40d4f6['path'][_0x98f651]>>>0x0;}return null!=_0x40d4f6['stickiness']&&(_0x401ac9['stickiness']=String(_0x40d4f6['stickiness'])),_0x401ac9;},_0x3f8a81['toObject']=function(_0x3f3841,_0x4a79e5){_0x4a79e5||(_0x4a79e5={});var _0x11e763={};if((_0x4a79e5['arrays']||_0x4a79e5['defaults'])&&(_0x11e763['path']=[]),_0x4a79e5['defaults']&&(_0x11e763['root']='',_0x11e763['rootMain']=!0x1,_0x11e763['rootGraveyard']=!0x1,_0x11e763['stickiness']=''),null!=_0x3f3841['root']&&_0x3f3841['hasOwnProperty']('root')&&(_0x11e763['root']=_0x3f3841['root']),null!=_0x3f3841['rootMain']&&_0x3f3841['hasOwnProperty']('rootMain')&&(_0x11e763['rootMain']=_0x3f3841['rootMain']),null!=_0x3f3841['rootGraveyard']&&_0x3f3841['hasOwnProperty']('rootGraveyard')&&(_0x11e763['rootGraveyard']=_0x3f3841['rootGraveyard']),_0x3f3841['path']&&_0x3f3841['path']['length']){_0x11e763['path']=[];for(var _0xd4a4ac=0x0;_0xd4a4ac<_0x3f3841['path']['length'];++_0xd4a4ac)_0x11e763['path'][_0xd4a4ac]=_0x3f3841['path'][_0xd4a4ac];}return null!=_0x3f3841['stickiness']&&_0x3f3841['hasOwnProperty']('stickiness')&&(_0x11e763['stickiness']=_0x3f3841['stickiness']),_0x11e763;},_0x3f8a81['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x55ec5e['util']['toJSONOptions']);},_0x3f8a81['getTypeUrl']=function(_0x4b17a0){return void 0x0===_0x4b17a0&&(_0x4b17a0='type.googleapis.com'),_0x4b17a0+'/Position';},_0x3f8a81;}()),_0x44816b['Range']=(function(){function _0x110f82(_0x2798a4){if(_0x2798a4){for(var _0x13b6d0=Object['keys'](_0x2798a4),_0x52edb3=0x0;_0x52edb3<_0x13b6d0['length'];++_0x52edb3)null!=_0x2798a4[_0x13b6d0[_0x52edb3]]&&(this[_0x13b6d0[_0x52edb3]]=_0x2798a4[_0x13b6d0[_0x52edb3]]);}}return _0x110f82['prototype']['start']=null,_0x110f82['prototype']['end']=null,_0x110f82['create']=function(_0x2ff9e1){return new _0x110f82(_0x2ff9e1);},_0x110f82['encode']=function(_0x7d1bb5,_0x22bb48){return _0x22bb48||(_0x22bb48=_0x5cbe6b['create']()),null!=_0x7d1bb5['start']&&Object['hasOwnProperty']['call'](_0x7d1bb5,'start')&&_0x44816b['Position']['encode'](_0x7d1bb5['start'],_0x22bb48['uint32'](0xa)['fork']())['ldelim'](),null!=_0x7d1bb5['end']&&Object['hasOwnProperty']['call'](_0x7d1bb5,'end')&&_0x44816b['Position']['encode'](_0x7d1bb5['end'],_0x22bb48['uint32'](0x12)['fork']())['ldelim'](),_0x22bb48;},_0x110f82['encodeDelimited']=function(_0x13aa3b,_0x367af4){return this['encode'](_0x13aa3b,_0x367af4)['ldelim']();},_0x110f82['decode']=function(_0x4a150c,_0x251b44){_0x4a150c instanceof _0x3e517f||(_0x4a150c=_0x3e517f['create'](_0x4a150c));for(var _0x4c1889=void 0x0===_0x251b44?_0x4a150c['len']:_0x4a150c['pos']+_0x251b44,_0x5cb314=new _0x44816b['Range']();_0x4a150c['pos']<_0x4c1889;){var _0x5b351a=_0x4a150c['uint32']();switch(_0x5b351a>>>0x3){case 0x1:_0x5cb314['start']=_0x44816b['Position']['decode'](_0x4a150c,_0x4a150c['uint32']());break;case 0x2:_0x5cb314['end']=_0x44816b['Position']['decode'](_0x4a150c,_0x4a150c['uint32']());break;default:_0x4a150c['skipType'](0x7&_0x5b351a);}}return _0x5cb314;},_0x110f82['decodeDelimited']=function(_0x5dab9f){return _0x5dab9f instanceof _0x3e517f||(_0x5dab9f=new _0x3e517f(_0x5dab9f)),this['decode'](_0x5dab9f,_0x5dab9f['uint32']());},_0x110f82['verify']=function(_0x5f16bc){if('object'!=typeof _0x5f16bc||null===_0x5f16bc)return'object\x20expected';var _0x26cb3c;if(null!=_0x5f16bc['start']&&_0x5f16bc['hasOwnProperty']('start')&&(_0x26cb3c=_0x44816b['Position']['verify'](_0x5f16bc['start'])))return'start.'+_0x26cb3c;if(null!=_0x5f16bc['end']&&_0x5f16bc['hasOwnProperty']('end')&&(_0x26cb3c=_0x44816b['Position']['verify'](_0x5f16bc['end'])))return'end.'+_0x26cb3c;return null;},_0x110f82['fromObject']=function(_0x3cfae1){if(_0x3cfae1 instanceof _0x44816b['Range'])return _0x3cfae1;var _0x576811=new _0x44816b['Range']();if(null!=_0x3cfae1['start']){if('object'!=typeof _0x3cfae1['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x576811['start']=_0x44816b['Position']['fromObject'](_0x3cfae1['start']);}if(null!=_0x3cfae1['end']){if('object'!=typeof _0x3cfae1['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x576811['end']=_0x44816b['Position']['fromObject'](_0x3cfae1['end']);}return _0x576811;},_0x110f82['toObject']=function(_0x942781,_0x579b45){_0x579b45||(_0x579b45={});var _0x3b6b02={};return _0x579b45['defaults']&&(_0x3b6b02['start']=null,_0x3b6b02['end']=null),null!=_0x942781['start']&&_0x942781['hasOwnProperty']('start')&&(_0x3b6b02['start']=_0x44816b['Position']['toObject'](_0x942781['start'],_0x579b45)),null!=_0x942781['end']&&_0x942781['hasOwnProperty']('end')&&(_0x3b6b02['end']=_0x44816b['Position']['toObject'](_0x942781['end'],_0x579b45)),_0x3b6b02;},_0x110f82['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x55ec5e['util']['toJSONOptions']);},_0x110f82['getTypeUrl']=function(_0x4c9339){return void 0x0===_0x4c9339&&(_0x4c9339='type.googleapis.com'),_0x4c9339+'/Range';},_0x110f82;}()),_0x44816b['Element']=(function(){function _0x15fe1a(_0xac641a){if(this['children']=[],this['attributesBoolean']={},_0xac641a){for(var _0x44cef5=Object['keys'](_0xac641a),_0x52330b=0x0;_0x52330b<_0x44cef5['length'];++_0x52330b)null!=_0xac641a[_0x44cef5[_0x52330b]]&&(this[_0x44cef5[_0x52330b]]=_0xac641a[_0x44cef5[_0x52330b]]);}}return _0x15fe1a['prototype']['name']='',_0x15fe1a['prototype']['children']=_0xbc9909['emptyArray'],_0x15fe1a['prototype']['data']='',_0x15fe1a['prototype']['attributesBoolean']=_0xbc9909['emptyObject'],_0x15fe1a['prototype']['attributesJson']='',_0x15fe1a['create']=function(_0x3accca){return new _0x15fe1a(_0x3accca);},_0x15fe1a['encode']=function(_0x2d3203,_0x48b3de){if(_0x48b3de||(_0x48b3de=_0x5cbe6b['create']()),null!=_0x2d3203['name']&&Object['hasOwnProperty']['call'](_0x2d3203,'name')&&_0x48b3de['uint32'](0xa)['string'](_0x2d3203['name']),null!=_0x2d3203['children']&&_0x2d3203['children']['length']){for(var _0x3e036d=0x0;_0x3e036d<_0x2d3203['children']['length'];++_0x3e036d)_0x44816b['Element']['encode'](_0x2d3203['children'][_0x3e036d],_0x48b3de['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x2d3203['data']&&Object['hasOwnProperty']['call'](_0x2d3203,'data')&&_0x48b3de['uint32'](0x1a)['string'](_0x2d3203['data']),null!=_0x2d3203['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x2d3203,'attributesBoolean')){var _0x19e045=Object['keys'](_0x2d3203['attributesBoolean']);for(_0x3e036d=0x0;_0x3e036d<_0x19e045['length'];++_0x3e036d)_0x48b3de['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x19e045[_0x3e036d])['uint32'](0x10)['bool'](_0x2d3203['attributesBoolean'][_0x19e045[_0x3e036d]])['ldelim']();}return null!=_0x2d3203['attributesJson']&&Object['hasOwnProperty']['call'](_0x2d3203,'attributesJson')&&_0x48b3de['uint32'](0x2a)['string'](_0x2d3203['attributesJson']),_0x48b3de;},_0x15fe1a['encodeDelimited']=function(_0x1ca048,_0x59752e){return this['encode'](_0x1ca048,_0x59752e)['ldelim']();},_0x15fe1a['decode']=function(_0xb538f1,_0xa681c0){_0xb538f1 instanceof _0x3e517f||(_0xb538f1=_0x3e517f['create'](_0xb538f1));for(var _0x392ba4,_0x477c43,_0x2b9651=void 0x0===_0xa681c0?_0xb538f1['len']:_0xb538f1['pos']+_0xa681c0,_0x2ac9d8=new _0x44816b['Element']();_0xb538f1['pos']<_0x2b9651;){var _0x335f1f=_0xb538f1['uint32']();switch(_0x335f1f>>>0x3){case 0x1:_0x2ac9d8['name']=_0xb538f1['string']();break;case 0x2:_0x2ac9d8['children']&&_0x2ac9d8['children']['length']||(_0x2ac9d8['children']=[]),_0x2ac9d8['children']['push'](_0x44816b['Element']['decode'](_0xb538f1,_0xb538f1['uint32']()));break;case 0x3:_0x2ac9d8['data']=_0xb538f1['string']();break;case 0x4:_0x2ac9d8['attributesBoolean']===_0xbc9909['emptyObject']&&(_0x2ac9d8['attributesBoolean']={});var _0x129967=_0xb538f1['uint32']()+_0xb538f1['pos'];for(_0x392ba4='',_0x477c43=!0x1;_0xb538f1['pos']<_0x129967;){var _0x2e4b6f=_0xb538f1['uint32']();switch(_0x2e4b6f>>>0x3){case 0x1:_0x392ba4=_0xb538f1['string']();break;case 0x2:_0x477c43=_0xb538f1['bool']();break;default:_0xb538f1['skipType'](0x7&_0x2e4b6f);}}_0x2ac9d8['attributesBoolean'][_0x392ba4]=_0x477c43;break;case 0x5:_0x2ac9d8['attributesJson']=_0xb538f1['string']();break;default:_0xb538f1['skipType'](0x7&_0x335f1f);}}return _0x2ac9d8;},_0x15fe1a['decodeDelimited']=function(_0x122ae7){return _0x122ae7 instanceof _0x3e517f||(_0x122ae7=new _0x3e517f(_0x122ae7)),this['decode'](_0x122ae7,_0x122ae7['uint32']());},_0x15fe1a['verify']=function(_0x10b378){if('object'!=typeof _0x10b378||null===_0x10b378)return'object\x20expected';if(null!=_0x10b378['name']&&_0x10b378['hasOwnProperty']('name')&&!_0xbc9909['isString'](_0x10b378['name']))return'name:\x20string\x20expected';if(null!=_0x10b378['children']&&_0x10b378['hasOwnProperty']('children')){if(!Array['isArray'](_0x10b378['children']))return'children:\x20array\x20expected';for(var _0x3506f4=0x0;_0x3506f4<_0x10b378['children']['length'];++_0x3506f4){var _0x4c4eb1=_0x44816b['Element']['verify'](_0x10b378['children'][_0x3506f4]);if(_0x4c4eb1)return'children.'+_0x4c4eb1;}}if(null!=_0x10b378['data']&&_0x10b378['hasOwnProperty']('data')&&!_0xbc9909['isString'](_0x10b378['data']))return'data:\x20string\x20expected';if(null!=_0x10b378['attributesBoolean']&&_0x10b378['hasOwnProperty']('attributesBoolean')){if(!_0xbc9909['isObject'](_0x10b378['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x52cbdb=Object['keys'](_0x10b378['attributesBoolean']);for(_0x3506f4=0x0;_0x3506f4<_0x52cbdb['length'];++_0x3506f4)if('boolean'!=typeof _0x10b378['attributesBoolean'][_0x52cbdb[_0x3506f4]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x10b378['attributesJson']&&_0x10b378['hasOwnProperty']('attributesJson')&&!_0xbc9909['isString'](_0x10b378['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x15fe1a['fromObject']=function(_0x2e8af5){if(_0x2e8af5 instanceof _0x44816b['Element'])return _0x2e8af5;var _0x238b6d=new _0x44816b['Element']();if(null!=_0x2e8af5['name']&&(_0x238b6d['name']=String(_0x2e8af5['name'])),_0x2e8af5['children']){if(!Array['isArray'](_0x2e8af5['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x238b6d['children']=[];for(var _0x2fc3e5=0x0;_0x2fc3e5<_0x2e8af5['children']['length'];++_0x2fc3e5){if('object'!=typeof _0x2e8af5['children'][_0x2fc3e5])throw TypeError('.Element.children:\x20object\x20expected');_0x238b6d['children'][_0x2fc3e5]=_0x44816b['Element']['fromObject'](_0x2e8af5['children'][_0x2fc3e5]);}}if(null!=_0x2e8af5['data']&&(_0x238b6d['data']=String(_0x2e8af5['data'])),_0x2e8af5['attributesBoolean']){if('object'!=typeof _0x2e8af5['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x238b6d['attributesBoolean']={};var _0x4e2bfe=Object['keys'](_0x2e8af5['attributesBoolean']);for(_0x2fc3e5=0x0;_0x2fc3e5<_0x4e2bfe['length'];++_0x2fc3e5)_0x238b6d['attributesBoolean'][_0x4e2bfe[_0x2fc3e5]]=Boolean(_0x2e8af5['attributesBoolean'][_0x4e2bfe[_0x2fc3e5]]);}return null!=_0x2e8af5['attributesJson']&&(_0x238b6d['attributesJson']=String(_0x2e8af5['attributesJson'])),_0x238b6d;},_0x15fe1a['toObject']=function(_0x4aaab1,_0x1092d0){_0x1092d0||(_0x1092d0={});var _0x40255d,_0x4a7eea={};if((_0x1092d0['arrays']||_0x1092d0['defaults'])&&(_0x4a7eea['children']=[]),(_0x1092d0['objects']||_0x1092d0['defaults'])&&(_0x4a7eea['attributesBoolean']={}),_0x1092d0['defaults']&&(_0x4a7eea['name']='',_0x4a7eea['data']='',_0x4a7eea['attributesJson']=''),null!=_0x4aaab1['name']&&_0x4aaab1['hasOwnProperty']('name')&&(_0x4a7eea['name']=_0x4aaab1['name']),_0x4aaab1['children']&&_0x4aaab1['children']['length']){_0x4a7eea['children']=[];for(var _0x3b541b=0x0;_0x3b541b<_0x4aaab1['children']['length'];++_0x3b541b)_0x4a7eea['children'][_0x3b541b]=_0x44816b['Element']['toObject'](_0x4aaab1['children'][_0x3b541b],_0x1092d0);}if(null!=_0x4aaab1['data']&&_0x4aaab1['hasOwnProperty']('data')&&(_0x4a7eea['data']=_0x4aaab1['data']),_0x4aaab1['attributesBoolean']&&(_0x40255d=Object['keys'](_0x4aaab1['attributesBoolean']))['length']){_0x4a7eea['attributesBoolean']={};for(_0x3b541b=0x0;_0x3b541b<_0x40255d['length'];++_0x3b541b)_0x4a7eea['attributesBoolean'][_0x40255d[_0x3b541b]]=_0x4aaab1['attributesBoolean'][_0x40255d[_0x3b541b]];}return null!=_0x4aaab1['attributesJson']&&_0x4aaab1['hasOwnProperty']('attributesJson')&&(_0x4a7eea['attributesJson']=_0x4aaab1['attributesJson']),_0x4a7eea;},_0x15fe1a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x55ec5e['util']['toJSONOptions']);},_0x15fe1a['getTypeUrl']=function(_0x33ef56){return void 0x0===_0x33ef56&&(_0x33ef56='type.googleapis.com'),_0x33ef56+'/Element';},_0x15fe1a;}()),_0x44816b;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x593f68){return new y(this['_protobufRoot'][_0x593f68]);}}class y{['_protobuf'];constructor(_0xaa2dc2){this['_protobuf']=_0xaa2dc2;}['compress'](_0x31be72){const _0x49bfa3=this['_protobuf']['verify'](_0x31be72);if(_0x49bfa3)throw Error(_0x49bfa3);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x31be72))['finish']();}['decompress'](_0x1de255){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x1de255),{'oneofs':!0x0});}}function _(_0xacaa80,_0xb2dbe6){const _0x705c04=_0x5990bb(_0xacaa80);return _0x705c04['path'][_0x705c04['path']['length']-0x1]+=_0xb2dbe6,_0x705c04;}function O(_0x11c3d3,_0x4df7e4){return _0x11c3d3['root']===_0x4df7e4['root']&&_0x373c6d(_0x11c3d3['path'],_0x4df7e4['path']);}function $(_0x3c1afa){P(_0x3c1afa,_0x17cda8=>('main'==_0x17cda8['root']?(_0x17cda8['rootMain']=!0x0,delete _0x17cda8['root']):'$graveyard'==_0x17cda8['root']&&(_0x17cda8['rootGraveyard']=!0x0,delete _0x17cda8['root']),_0x17cda8));}function J(_0x431d61){P(_0x431d61,_0x3721a9=>(_0x3721a9['rootMain']?(_0x3721a9['root']='main',delete _0x3721a9['rootMain']):_0x3721a9['rootGraveyard']&&(_0x3721a9['root']='$graveyard',delete _0x3721a9['rootGraveyard']),_0x3721a9));}function P(_0x4601ff,_0x1c6afc){for(const _0x538c13 in _0x4601ff){const _0x48d4a8=_0x4601ff[_0x538c13];'nodes'!==_0x538c13&&_0x5e6f35(_0x48d4a8)&&(_0x48d4a8['path']&&(_0x48d4a8['root']||_0x48d4a8['rootMain']||_0x48d4a8['rootGraveyard'])?_0x4601ff[_0x538c13]=_0x1c6afc(_0x48d4a8):P(_0x48d4a8,_0x1c6afc));}return _0x4601ff;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x4ad4cf,_0x396e80,_0x53aa31){this['_id']=_0x4ad4cf,this['_operationName']=_0x396e80,this['_protobufDescriptor']=_0x53aa31;}['compress'](_0x382399,_0x53b0f2){const _0x44abb8=_0x53b0f2['shift']();return $(_0x44abb8),_0x382399['buffers']['push'](this['_protobufDescriptor']['compress'](_0x44abb8)),_0x382399['types']['push'](this['_id']),!0x0;}['decompress'](_0xa66310,_0x15d3cf){_0x15d3cf['types']['shift']();const _0x4496d6=this['_protobufDescriptor']['decompress'](_0x15d3cf['buffers']['shift']());J(_0x4496d6),_0x4496d6['__className']=this['_operationName'],_0xa66310['push'](_0x4496d6);}}class s extends e{['compress'](_0x213974,_0x2e1363){const _0x534461=_0x2e1363['shift']();return this['_serializeOneOf']('oldValue',_0x534461),this['_serializeOneOf']('newValue',_0x534461),$(_0x534461),_0x213974['buffers']['push'](this['_protobufDescriptor']['compress'](_0x534461)),_0x213974['types']['push'](this['_id']),!0x0;}['decompress'](_0x21558d,_0x50092a){const {types:_0x59b36c,buffers:_0x2dc197}=_0x50092a,_0x3ae552=this['_protobufDescriptor']['decompress'](_0x2dc197['shift']());_0x59b36c['shift'](),this['_deserializeOneOf']('oldValue',_0x3ae552),this['_deserializeOneOf']('newValue',_0x3ae552),J(_0x3ae552),_0x3ae552['__className']=this['_operationName'],_0x21558d['push'](_0x3ae552);}['_serializeOneOf'](_0x52902f,_0x19bfa6){const _0x523cba=_0x19bfa6[_0x52902f];'boolean'==typeof _0x523cba?_0x19bfa6[_0x52902f+'Boolean']=_0x523cba:_0x19bfa6[_0x52902f+'Json']=JSON['stringify'](_0x523cba);}['_deserializeOneOf'](_0x1360bd,_0x218a59){const _0x36c475=_0x1360bd+'Json';_0x218a59[_0x36c475]?(_0x218a59[_0x1360bd]=JSON['parse'](_0x218a59[_0x36c475]),delete _0x218a59[_0x36c475]):(_0x218a59[_0x1360bd]=_0x218a59[_0x1360bd+'Boolean'],delete _0x218a59[_0x1360bd+'Boolean']);}}class i extends e{['compress'](_0x2fddab,_0x3545ed){const _0x1bc6ff=_0x3545ed['shift']();return this['_serializeNodesAttributes'](_0x1bc6ff['nodes']),$(_0x1bc6ff),_0x2fddab['buffers']['push'](this['_protobufDescriptor']['compress'](_0x1bc6ff)),_0x2fddab['types']['push'](this['_id']),!0x0;}['decompress'](_0xc226ad,_0x4e57ab){const {types:_0xa4b5ef,buffers:_0x324c58}=_0x4e57ab,_0x38aa1e=this['_protobufDescriptor']['decompress'](_0x324c58['shift']());_0xa4b5ef['shift'](),_0x38aa1e['nodes']||(_0x38aa1e['nodes']=[]),this['_deserializeNodesAttributes'](_0x38aa1e['nodes']),J(_0x38aa1e),_0x38aa1e['__className']=this['_operationName'],_0xc226ad['push'](_0x38aa1e);}['_serializeNodesAttributes'](_0x239c4f){for(const _0x16b99b of _0x239c4f){if(_0x16b99b['attributes']){const _0xc3bdc8=_0x16b99b['attributes'];this['_areValuesBoolean'](_0xc3bdc8)?_0x16b99b['attributesBoolean']=_0xc3bdc8:_0x16b99b['attributesJson']=JSON['stringify'](_0xc3bdc8);}_0x16b99b['children']&&this['_serializeNodesAttributes'](_0x16b99b['children']);}}['_deserializeNodesAttributes'](_0x39e202){for(const _0x43457e of _0x39e202)(_0x43457e['attributesBoolean']||_0x43457e['attributesJson'])&&(_0x43457e['attributesBoolean']?(_0x43457e['attributes']=_0x43457e['attributesBoolean'],delete _0x43457e['attributesBoolean']):(_0x43457e['attributes']=JSON['parse'](_0x43457e['attributesJson']),delete _0x43457e['attributesJson'])),_0x43457e['children']&&this['_deserializeNodesAttributes'](_0x43457e['children']);}['_areValuesBoolean'](_0x2f4b6c){return Object['keys'](_0x2f4b6c)['every'](_0x3ccaa2=>'boolean'==typeof _0x2f4b6c[_0x3ccaa2]);}}class n extends e{['decompress'](_0x54a8c7,_0xcbb006){super['decompress'](_0x54a8c7,_0xcbb006);const _0x34f3c4=_0x54a8c7[_0x54a8c7['length']-0x1];_0x34f3c4['oldRange']||(_0x34f3c4['oldRange']=null),_0x34f3c4['newRange']||(_0x34f3c4['newRange']=null);}}class p extends e{['compress'](_0x9c518a,_0x5d90e3){return _0x5d90e3['shift'](),_0x9c518a['types']['push'](this['_id']),!0x0;}['decompress'](_0x5c193e,_0x5e6086){_0x5e6086['types']['shift'](),_0x5c193e['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x1274d6,_0x517ce0,_0x3dd4c4,_0xe082f9){super(_0x1274d6,_0x517ce0,_0x3dd4c4),this['_omittedNamespace']=_0xe082f9+':';}['compress'](_0x7d1d98,_0x5732a4){return!('MarkerOperation'!=_0x5732a4[0x0]['__className']||!_0x5732a4[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x5732a4[0x0]['name']=_0x5732a4[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x7d1d98,_0x5732a4),!0x0);}['decompress'](_0x1c232a,_0x3eb0bc){super['decompress'](_0x1c232a,_0x3eb0bc);const _0x503cb9=_0x1c232a[_0x1c232a['length']-0x1];_0x503cb9['name']=this['_omittedNamespace']+_0x503cb9['name'];}}class b{['_id'];['_context'];constructor(_0x113a21,_0x286551){this['_id']=_0x113a21,this['_context']=_0x286551;}['compress'](_0x4f9791,_0x117b38){let _0x3a9100;for(;_0x117b38['length']>0x1&&this['_compareOperations'](_0x117b38[0x0],_0x117b38[0x1]);)_0x3a9100?(_0x3a9100=this['_combineNext'](_0x117b38['shift'](),_0x3a9100),_0x4f9791['types']['push'](0x0)):(_0x3a9100=_0x5990bb(_0x117b38['shift']()),_0x4f9791['types']['push'](this['_id']));return!!_0x3a9100&&(_0x3a9100=this['_combineNext'](_0x117b38['shift'](),_0x3a9100),_0x4f9791['types']['push'](0x0),_0x4f9791['buffers']['push'](this['_compressSingleOperation'](_0x3a9100)),!0x0);}['decompress'](_0x11104f,_0x1a3112){const _0x148db2=this['_decompressSingleOperation'](_0x1a3112);for(;0x0==_0x1a3112['types'][0x0];)_0x1a3112['types']['shift'](),_0x11104f['push'](this['_splitCurrent'](_0x148db2));_0x11104f['push'](_0x148db2);}}class m extends b{['_combineNext'](_0x2e04ec,_0x481f0a){return _0x481f0a['nodes'][0x0]['data']+=_0x2e04ec['nodes'][0x0]['data'],_0x481f0a;}['_splitCurrent'](_0x37bef1){const _0x2d1828=_0x5990bb(_0x37bef1),_0x1f2819=_0x2d1828['nodes'][0x0],_0x9dc376=_0x37bef1['nodes'][0x0],_0x1d27db=_0x9dc376['data'][Symbol['iterator']]()['next']()['value'],_0x87a51d=_0x1d27db['length'];return _0x1f2819['data']=_0x1d27db,_0x9dc376['data']=_0x9dc376['data']['substr'](_0x87a51d),_0x37bef1['position']=_(_0x37bef1['position'],_0x87a51d),_0x2d1828;}['_compareOperations'](_0x1f8772,_0x275005){if(this['_checkOperation'](_0x1f8772)&&this['_checkOperation'](_0x275005)){const _0x2bcad0=_0x1f8772['nodes'][0x0]['data']['length'],_0x5f0a7d=O(_(_0x1f8772['position'],_0x2bcad0),_0x275005['position']),_0x189c3a=_0x1f8772['nodes'][0x0],_0x1bbc20=_0x275005['nodes'][0x0];return _0x5f0a7d&&this['_compareAttributes'](_0x189c3a,_0x1bbc20);}return!0x1;}['_compressSingleOperation'](_0x1844d4){const _0x53f44e={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x53f44e,[_0x1844d4]),_0x53f44e['buffers'][0x0];}['_decompressSingleOperation'](_0x28634c){const _0x2660ff=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x2660ff,_0x28634c),_0x2660ff[0x0];}['_checkOperation'](_0x42d5b9){return'InsertOperation'==_0x42d5b9['__className']&&0x1==_0x42d5b9['nodes']['length']&&_0x42d5b9['nodes'][0x0]['data']&&!_0x42d5b9['wasUndone']&&0x1==Array['from'](_0x42d5b9['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x47b4d6,_0x23721f){const _0x3776c7=Object['keys'](_0x47b4d6['attributes']||{}),_0x334348=Object['keys'](_0x23721f['attributes']||{});return _0x3776c7['length']===_0x334348['length']&&_0x3776c7['every'](_0x435114=>_0x23721f['attributes'][_0x435114]&&_0x23721f['attributes'][_0x435114]===_0x47b4d6['attributes'][_0x435114]);}}class c extends b{['_combineNext'](_0x3f9cec,_0xacf54b){return _0xacf54b['howMany']++,_0xacf54b['sourcePosition']=_0x5990bb(_0x3f9cec['sourcePosition']),_0xacf54b;}['_splitCurrent'](_0x2c57da){const _0x216777=_0x5990bb(_0x2c57da);return _0x2c57da['howMany']--,_0x216777['howMany']=0x1,_0x216777['sourcePosition']=_(_0x216777['sourcePosition'],_0x2c57da['howMany']),_0x216777;}['_compareOperations'](_0x416976,_0x322dcf){return!(!this['_checkOperation'](_0x416976)||!this['_checkOperation'](_0x322dcf))&&(O(_(_0x416976['sourcePosition'],-0x1),_0x322dcf['sourcePosition'])&&O(_0x416976['targetPosition'],_0x322dcf['targetPosition']));}['_compressSingleOperation'](_0x3be3e6){const _0x10d0aa={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x10d0aa,[_0x3be3e6]),_0x10d0aa['buffers'][0x0];}['_decompressSingleOperation'](_0x18b281){const _0x337506=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x337506,_0x18b281),_0x337506[0x0];}['_checkOperation'](_0x175da1){return'MoveOperation'==_0x175da1['__className']&&'$graveyard'==_0x175da1['targetPosition']['root']&&0x1==_0x175da1['howMany']&&!_0x175da1['wasUndone'];}}class h extends b{['_combineNext'](_0x1725cf,_0x40c095){return _0x40c095['howMany']++,_0x40c095;}['_splitCurrent'](_0x237f9f){const _0x5f7850=_0x5990bb(_0x237f9f);return _0x5f7850['howMany']=0x1,_0x237f9f['howMany']--,_0x5f7850;}['_compareOperations'](_0x537934,_0x5e79c2){return!(!this['_checkOperation'](_0x537934)||!this['_checkOperation'](_0x5e79c2))&&(O(_0x537934['sourcePosition'],_0x5e79c2['sourcePosition'])&&O(_0x537934['targetPosition'],_0x5e79c2['targetPosition']));}['_compressSingleOperation'](_0x19e685){const _0x27fbcf={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x27fbcf,[_0x19e685]),_0x27fbcf['buffers'][0x0];}['_decompressSingleOperation'](_0xdf42e6){const _0x21aeac=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x21aeac,_0xdf42e6),_0x21aeac[0x0];}['_checkOperation'](_0x5c119b){return'MoveOperation'==_0x5c119b['__className']&&'$graveyard'==_0x5c119b['targetPosition']['root']&&0x1==_0x5c119b['howMany']&&!_0x5c119b['wasUndone'];}}class f extends b{['compress'](_0x3b76a8,_0x34ae3c){if(!this['_compareOperations'](_0x34ae3c[0x0],_0x34ae3c[0x1]))return!0x1;const _0x5c2da1=_0x34ae3c['shift']();return _0x5c2da1['oldRange']=null,_0x5c2da1['newRange']&&O(_0x5c2da1['newRange']['start'],_0x5c2da1['newRange']['end'])&&(_0x5c2da1['newRange']['end']=null),_0x34ae3c['shift'](),_0x3b76a8['types']['push'](this['_id']),_0x3b76a8['types']['push'](0x0),_0x3b76a8['buffers']['push'](this['_compressSingleOperation'](_0x5c2da1)),!0x0;}['decompress'](_0x40cee7,_0x19b57a){const _0x3661c4=this['_decompressSingleOperation'](_0x19b57a);_0x3661c4['newRange']&&!_0x3661c4['newRange']['end']&&(_0x3661c4['newRange']['end']=_0x5990bb(_0x3661c4['newRange']['start']));const _0x45f8ba=_0x5990bb(_0x3661c4);_0x45f8ba['newRange']&&(_0x45f8ba['newRange']['start']['stickiness']='toNone',_0x45f8ba['newRange']['end']=_0x5990bb(_0x45f8ba['newRange']['start'])),_0x45f8ba['name']='user:position:'+_0x45f8ba['name']['split'](':')[0x2],_0x19b57a['types']['shift'](),_0x40cee7['push'](_0x3661c4),_0x40cee7['push'](_0x45f8ba);}['_compressSingleOperation'](_0x140044){const _0x8c535b={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x8c535b,[_0x140044]),_0x8c535b['buffers'][0x0];}['_decompressSingleOperation'](_0x279062){const _0x104736=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x104736,_0x279062),_0x104736[0x0];}['_compareOperations'](_0x12991d,_0x5d7750){return!(!_0x12991d||!_0x5d7750)&&('MarkerOperation'==_0x12991d['__className']&&'MarkerOperation'==_0x5d7750['__className']&&!(!_0x12991d['name']['startsWith']('user:')||!_0x5d7750['name']['startsWith']('user:')||_0x12991d['name']==_0x5d7750['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x4ae04d=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',_0x4ae04d,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x4ae04d,'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'](_0x5810ca){if(!_0x5810ca||!_0x5810ca[0x0])throw new _0x1ce570('no-operations-provided',this);const _0x5c4aa6={'types':[],'buffers':[],'baseVersion':_0x5810ca[0x0]['baseVersion']};for(;_0x5810ca['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x5c4aa6,_0x5810ca)||this['_getCompressorByName']('TypingAction')['compress'](_0x5c4aa6,_0x5810ca)||this['_getCompressorByName']('DeletingAction')['compress'](_0x5c4aa6,_0x5810ca)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x5c4aa6,_0x5810ca)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x5c4aa6,_0x5810ca)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x5c4aa6,_0x5810ca)||this['_getCompressorByName'](_0x5810ca[0x0]['__className'])['compress'](_0x5c4aa6,_0x5810ca);return _0x5c4aa6;}['decompress'](_0x9b3249){const _0x4846d7=[];for(;_0x9b3249['types']['length'];){this['_compressorById']['get'](_0x9b3249['types'][0x0])['decompress'](_0x4846d7,_0x9b3249);}return _0x4846d7['forEach']((_0x2b2f9b,_0x1019ea)=>_0x2b2f9b['baseVersion']=_0x9b3249['baseVersion']+_0x1019ea),_0x4846d7;}['_getCompressorByName'](_0xad9dfb){return this['_compressorByName']['get'](_0xad9dfb);}['_registerOperationCompressor'](_0x1cbf13,_0x6c0ae2,_0x50ebae){const _0x3607b3=new _0x50ebae(_0x1cbf13,_0x6c0ae2,this['_protobufFactory']['getDescriptor'](_0x6c0ae2));this['_registerCompressor'](_0x1cbf13,_0x6c0ae2,_0x3607b3);}['_registerActionCompressor'](_0x53ff29,_0xa574fa,_0x430551){const _0x4188bf=new _0x430551(_0x53ff29,this);this['_registerCompressor'](_0x53ff29,_0xa574fa,_0x4188bf);}['_registerCompressor'](_0x1eafe9,_0x503900,_0x48d6e9){this['_compressorById']['set'](_0x1eafe9,_0x48d6e9),this['_compressorByName']['set'](_0x503900,_0x48d6e9);}}export{g as Compressor};
|
|
23
|
+
import{CKEditorError as _0x55663a}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x46959f from'protobufjs/minimal.js';import{cloneDeep as _0x478f93,isEqual as _0x4118b6,isObject as _0x20e800}from'lodash-es';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x510ea5=_0x46959f['Reader'],_0xeb94ef=_0x46959f['Writer'],_0x152161=_0x46959f['util'],_0x281201=_0x46959f['roots']['default']||(_0x46959f['roots']['default']={});return _0x281201['AttributeOperation']=(function(){function _0x495ef3(_0x50587d){if(_0x50587d){for(var _0x1a9a21=Object['keys'](_0x50587d),_0x4fe2eb=0x0;_0x4fe2eb<_0x1a9a21['length'];++_0x4fe2eb)null!=_0x50587d[_0x1a9a21[_0x4fe2eb]]&&(this[_0x1a9a21[_0x4fe2eb]]=_0x50587d[_0x1a9a21[_0x4fe2eb]]);}}return _0x495ef3['prototype']['range']=null,_0x495ef3['prototype']['key']='',_0x495ef3['prototype']['oldValueBoolean']=!0x1,_0x495ef3['prototype']['oldValueJson']='',_0x495ef3['prototype']['newValueBoolean']=!0x1,_0x495ef3['prototype']['newValueJson']='',_0x495ef3['prototype']['wasUndone']=!0x1,_0x495ef3['create']=function(_0x1c2aa4){return new _0x495ef3(_0x1c2aa4);},_0x495ef3['encode']=function(_0x16fb18,_0x2d8926){return _0x2d8926||(_0x2d8926=_0xeb94ef['create']()),null!=_0x16fb18['range']&&Object['hasOwnProperty']['call'](_0x16fb18,'range')&&_0x281201['Range']['encode'](_0x16fb18['range'],_0x2d8926['uint32'](0xa)['fork']())['ldelim'](),null!=_0x16fb18['key']&&Object['hasOwnProperty']['call'](_0x16fb18,'key')&&_0x2d8926['uint32'](0x12)['string'](_0x16fb18['key']),null!=_0x16fb18['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x16fb18,'oldValueBoolean')&&_0x2d8926['uint32'](0x18)['bool'](_0x16fb18['oldValueBoolean']),null!=_0x16fb18['oldValueJson']&&Object['hasOwnProperty']['call'](_0x16fb18,'oldValueJson')&&_0x2d8926['uint32'](0x22)['string'](_0x16fb18['oldValueJson']),null!=_0x16fb18['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x16fb18,'newValueBoolean')&&_0x2d8926['uint32'](0x28)['bool'](_0x16fb18['newValueBoolean']),null!=_0x16fb18['newValueJson']&&Object['hasOwnProperty']['call'](_0x16fb18,'newValueJson')&&_0x2d8926['uint32'](0x32)['string'](_0x16fb18['newValueJson']),null!=_0x16fb18['wasUndone']&&Object['hasOwnProperty']['call'](_0x16fb18,'wasUndone')&&_0x2d8926['uint32'](0x38)['bool'](_0x16fb18['wasUndone']),_0x2d8926;},_0x495ef3['encodeDelimited']=function(_0x43b00e,_0x59a115){return this['encode'](_0x43b00e,_0x59a115)['ldelim']();},_0x495ef3['decode']=function(_0x134a25,_0x2e0da1){_0x134a25 instanceof _0x510ea5||(_0x134a25=_0x510ea5['create'](_0x134a25));for(var _0x754b53=void 0x0===_0x2e0da1?_0x134a25['len']:_0x134a25['pos']+_0x2e0da1,_0x379a44=new _0x281201['AttributeOperation']();_0x134a25['pos']<_0x754b53;){var _0x52ca4e=_0x134a25['uint32']();switch(_0x52ca4e>>>0x3){case 0x1:_0x379a44['range']=_0x281201['Range']['decode'](_0x134a25,_0x134a25['uint32']());break;case 0x2:_0x379a44['key']=_0x134a25['string']();break;case 0x3:_0x379a44['oldValueBoolean']=_0x134a25['bool']();break;case 0x4:_0x379a44['oldValueJson']=_0x134a25['string']();break;case 0x5:_0x379a44['newValueBoolean']=_0x134a25['bool']();break;case 0x6:_0x379a44['newValueJson']=_0x134a25['string']();break;case 0x7:_0x379a44['wasUndone']=_0x134a25['bool']();break;default:_0x134a25['skipType'](0x7&_0x52ca4e);}}return _0x379a44;},_0x495ef3['decodeDelimited']=function(_0x19ccdf){return _0x19ccdf instanceof _0x510ea5||(_0x19ccdf=new _0x510ea5(_0x19ccdf)),this['decode'](_0x19ccdf,_0x19ccdf['uint32']());},_0x495ef3['verify']=function(_0x25e9e5){if('object'!=typeof _0x25e9e5||null===_0x25e9e5)return'object\x20expected';if(null!=_0x25e9e5['range']&&_0x25e9e5['hasOwnProperty']('range')){var _0x2c746a=_0x281201['Range']['verify'](_0x25e9e5['range']);if(_0x2c746a)return'range.'+_0x2c746a;}return null!=_0x25e9e5['key']&&_0x25e9e5['hasOwnProperty']('key')&&!_0x152161['isString'](_0x25e9e5['key'])?'key:\x20string\x20expected':null!=_0x25e9e5['oldValueBoolean']&&_0x25e9e5['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x25e9e5['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x25e9e5['oldValueJson']&&_0x25e9e5['hasOwnProperty']('oldValueJson')&&!_0x152161['isString'](_0x25e9e5['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x25e9e5['newValueBoolean']&&_0x25e9e5['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x25e9e5['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x25e9e5['newValueJson']&&_0x25e9e5['hasOwnProperty']('newValueJson')&&!_0x152161['isString'](_0x25e9e5['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x25e9e5['wasUndone']&&_0x25e9e5['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x25e9e5['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x495ef3['fromObject']=function(_0x17b922){if(_0x17b922 instanceof _0x281201['AttributeOperation'])return _0x17b922;var _0x93130f=new _0x281201['AttributeOperation']();if(null!=_0x17b922['range']){if('object'!=typeof _0x17b922['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x93130f['range']=_0x281201['Range']['fromObject'](_0x17b922['range']);}return null!=_0x17b922['key']&&(_0x93130f['key']=String(_0x17b922['key'])),null!=_0x17b922['oldValueBoolean']&&(_0x93130f['oldValueBoolean']=Boolean(_0x17b922['oldValueBoolean'])),null!=_0x17b922['oldValueJson']&&(_0x93130f['oldValueJson']=String(_0x17b922['oldValueJson'])),null!=_0x17b922['newValueBoolean']&&(_0x93130f['newValueBoolean']=Boolean(_0x17b922['newValueBoolean'])),null!=_0x17b922['newValueJson']&&(_0x93130f['newValueJson']=String(_0x17b922['newValueJson'])),null!=_0x17b922['wasUndone']&&(_0x93130f['wasUndone']=Boolean(_0x17b922['wasUndone'])),_0x93130f;},_0x495ef3['toObject']=function(_0x43d0e9,_0x32f985){_0x32f985||(_0x32f985={});var _0x1c69d5={};return _0x32f985['defaults']&&(_0x1c69d5['range']=null,_0x1c69d5['key']='',_0x1c69d5['oldValueBoolean']=!0x1,_0x1c69d5['oldValueJson']='',_0x1c69d5['newValueBoolean']=!0x1,_0x1c69d5['newValueJson']='',_0x1c69d5['wasUndone']=!0x1),null!=_0x43d0e9['range']&&_0x43d0e9['hasOwnProperty']('range')&&(_0x1c69d5['range']=_0x281201['Range']['toObject'](_0x43d0e9['range'],_0x32f985)),null!=_0x43d0e9['key']&&_0x43d0e9['hasOwnProperty']('key')&&(_0x1c69d5['key']=_0x43d0e9['key']),null!=_0x43d0e9['oldValueBoolean']&&_0x43d0e9['hasOwnProperty']('oldValueBoolean')&&(_0x1c69d5['oldValueBoolean']=_0x43d0e9['oldValueBoolean']),null!=_0x43d0e9['oldValueJson']&&_0x43d0e9['hasOwnProperty']('oldValueJson')&&(_0x1c69d5['oldValueJson']=_0x43d0e9['oldValueJson']),null!=_0x43d0e9['newValueBoolean']&&_0x43d0e9['hasOwnProperty']('newValueBoolean')&&(_0x1c69d5['newValueBoolean']=_0x43d0e9['newValueBoolean']),null!=_0x43d0e9['newValueJson']&&_0x43d0e9['hasOwnProperty']('newValueJson')&&(_0x1c69d5['newValueJson']=_0x43d0e9['newValueJson']),null!=_0x43d0e9['wasUndone']&&_0x43d0e9['hasOwnProperty']('wasUndone')&&(_0x1c69d5['wasUndone']=_0x43d0e9['wasUndone']),_0x1c69d5;},_0x495ef3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x46959f['util']['toJSONOptions']);},_0x495ef3['getTypeUrl']=function(_0x59260c){return void 0x0===_0x59260c&&(_0x59260c='type.googleapis.com'),_0x59260c+'/AttributeOperation';},_0x495ef3;}()),_0x281201['InsertOperation']=(function(){function _0x1cedad(_0x4e8dac){if(this['nodes']=[],_0x4e8dac){for(var _0x13e4aa=Object['keys'](_0x4e8dac),_0x103a81=0x0;_0x103a81<_0x13e4aa['length'];++_0x103a81)null!=_0x4e8dac[_0x13e4aa[_0x103a81]]&&(this[_0x13e4aa[_0x103a81]]=_0x4e8dac[_0x13e4aa[_0x103a81]]);}}return _0x1cedad['prototype']['position']=null,_0x1cedad['prototype']['nodes']=_0x152161['emptyArray'],_0x1cedad['prototype']['shouldReceiveAttributes']=!0x1,_0x1cedad['prototype']['wasUndone']=!0x1,_0x1cedad['create']=function(_0x3fa63a){return new _0x1cedad(_0x3fa63a);},_0x1cedad['encode']=function(_0x16d05d,_0x2a5a95){if(_0x2a5a95||(_0x2a5a95=_0xeb94ef['create']()),null!=_0x16d05d['position']&&Object['hasOwnProperty']['call'](_0x16d05d,'position')&&_0x281201['Position']['encode'](_0x16d05d['position'],_0x2a5a95['uint32'](0xa)['fork']())['ldelim'](),null!=_0x16d05d['nodes']&&_0x16d05d['nodes']['length']){for(var _0x5a73d2=0x0;_0x5a73d2<_0x16d05d['nodes']['length'];++_0x5a73d2)_0x281201['Element']['encode'](_0x16d05d['nodes'][_0x5a73d2],_0x2a5a95['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x16d05d['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x16d05d,'shouldReceiveAttributes')&&_0x2a5a95['uint32'](0x18)['bool'](_0x16d05d['shouldReceiveAttributes']),null!=_0x16d05d['wasUndone']&&Object['hasOwnProperty']['call'](_0x16d05d,'wasUndone')&&_0x2a5a95['uint32'](0x20)['bool'](_0x16d05d['wasUndone']),_0x2a5a95;},_0x1cedad['encodeDelimited']=function(_0x216feb,_0x9e81df){return this['encode'](_0x216feb,_0x9e81df)['ldelim']();},_0x1cedad['decode']=function(_0x27c8f7,_0x306d64){_0x27c8f7 instanceof _0x510ea5||(_0x27c8f7=_0x510ea5['create'](_0x27c8f7));for(var _0x220091=void 0x0===_0x306d64?_0x27c8f7['len']:_0x27c8f7['pos']+_0x306d64,_0x5b604f=new _0x281201['InsertOperation']();_0x27c8f7['pos']<_0x220091;){var _0x1efb5e=_0x27c8f7['uint32']();switch(_0x1efb5e>>>0x3){case 0x1:_0x5b604f['position']=_0x281201['Position']['decode'](_0x27c8f7,_0x27c8f7['uint32']());break;case 0x2:_0x5b604f['nodes']&&_0x5b604f['nodes']['length']||(_0x5b604f['nodes']=[]),_0x5b604f['nodes']['push'](_0x281201['Element']['decode'](_0x27c8f7,_0x27c8f7['uint32']()));break;case 0x3:_0x5b604f['shouldReceiveAttributes']=_0x27c8f7['bool']();break;case 0x4:_0x5b604f['wasUndone']=_0x27c8f7['bool']();break;default:_0x27c8f7['skipType'](0x7&_0x1efb5e);}}return _0x5b604f;},_0x1cedad['decodeDelimited']=function(_0x10a564){return _0x10a564 instanceof _0x510ea5||(_0x10a564=new _0x510ea5(_0x10a564)),this['decode'](_0x10a564,_0x10a564['uint32']());},_0x1cedad['verify']=function(_0x520f7b){if('object'!=typeof _0x520f7b||null===_0x520f7b)return'object\x20expected';if(null!=_0x520f7b['position']&&_0x520f7b['hasOwnProperty']('position')&&(_0x2a3e8e=_0x281201['Position']['verify'](_0x520f7b['position'])))return'position.'+_0x2a3e8e;if(null!=_0x520f7b['nodes']&&_0x520f7b['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x520f7b['nodes']))return'nodes:\x20array\x20expected';for(var _0xd418cf=0x0;_0xd418cf<_0x520f7b['nodes']['length'];++_0xd418cf){var _0x2a3e8e;if(_0x2a3e8e=_0x281201['Element']['verify'](_0x520f7b['nodes'][_0xd418cf]))return'nodes.'+_0x2a3e8e;}}return null!=_0x520f7b['shouldReceiveAttributes']&&_0x520f7b['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x520f7b['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x520f7b['wasUndone']&&_0x520f7b['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x520f7b['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1cedad['fromObject']=function(_0x190358){if(_0x190358 instanceof _0x281201['InsertOperation'])return _0x190358;var _0x476422=new _0x281201['InsertOperation']();if(null!=_0x190358['position']){if('object'!=typeof _0x190358['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x476422['position']=_0x281201['Position']['fromObject'](_0x190358['position']);}if(_0x190358['nodes']){if(!Array['isArray'](_0x190358['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x476422['nodes']=[];for(var _0x3e8a7a=0x0;_0x3e8a7a<_0x190358['nodes']['length'];++_0x3e8a7a){if('object'!=typeof _0x190358['nodes'][_0x3e8a7a])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x476422['nodes'][_0x3e8a7a]=_0x281201['Element']['fromObject'](_0x190358['nodes'][_0x3e8a7a]);}}return null!=_0x190358['shouldReceiveAttributes']&&(_0x476422['shouldReceiveAttributes']=Boolean(_0x190358['shouldReceiveAttributes'])),null!=_0x190358['wasUndone']&&(_0x476422['wasUndone']=Boolean(_0x190358['wasUndone'])),_0x476422;},_0x1cedad['toObject']=function(_0x190e09,_0x4780f1){_0x4780f1||(_0x4780f1={});var _0x1fb510={};if((_0x4780f1['arrays']||_0x4780f1['defaults'])&&(_0x1fb510['nodes']=[]),_0x4780f1['defaults']&&(_0x1fb510['position']=null,_0x1fb510['shouldReceiveAttributes']=!0x1,_0x1fb510['wasUndone']=!0x1),null!=_0x190e09['position']&&_0x190e09['hasOwnProperty']('position')&&(_0x1fb510['position']=_0x281201['Position']['toObject'](_0x190e09['position'],_0x4780f1)),_0x190e09['nodes']&&_0x190e09['nodes']['length']){_0x1fb510['nodes']=[];for(var _0x188948=0x0;_0x188948<_0x190e09['nodes']['length'];++_0x188948)_0x1fb510['nodes'][_0x188948]=_0x281201['Element']['toObject'](_0x190e09['nodes'][_0x188948],_0x4780f1);}return null!=_0x190e09['shouldReceiveAttributes']&&_0x190e09['hasOwnProperty']('shouldReceiveAttributes')&&(_0x1fb510['shouldReceiveAttributes']=_0x190e09['shouldReceiveAttributes']),null!=_0x190e09['wasUndone']&&_0x190e09['hasOwnProperty']('wasUndone')&&(_0x1fb510['wasUndone']=_0x190e09['wasUndone']),_0x1fb510;},_0x1cedad['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x46959f['util']['toJSONOptions']);},_0x1cedad['getTypeUrl']=function(_0x2a56df){return void 0x0===_0x2a56df&&(_0x2a56df='type.googleapis.com'),_0x2a56df+'/InsertOperation';},_0x1cedad;}()),_0x281201['MarkerOperation']=(function(){function _0x21395e(_0x38d4a8){if(_0x38d4a8){for(var _0x1d03f1=Object['keys'](_0x38d4a8),_0x2d7320=0x0;_0x2d7320<_0x1d03f1['length'];++_0x2d7320)null!=_0x38d4a8[_0x1d03f1[_0x2d7320]]&&(this[_0x1d03f1[_0x2d7320]]=_0x38d4a8[_0x1d03f1[_0x2d7320]]);}}return _0x21395e['prototype']['name']='',_0x21395e['prototype']['oldRange']=null,_0x21395e['prototype']['newRange']=null,_0x21395e['prototype']['affectsData']=!0x1,_0x21395e['prototype']['wasUndone']=!0x1,_0x21395e['create']=function(_0x540e43){return new _0x21395e(_0x540e43);},_0x21395e['encode']=function(_0x51d17c,_0x5a5004){return _0x5a5004||(_0x5a5004=_0xeb94ef['create']()),null!=_0x51d17c['name']&&Object['hasOwnProperty']['call'](_0x51d17c,'name')&&_0x5a5004['uint32'](0xa)['string'](_0x51d17c['name']),null!=_0x51d17c['oldRange']&&Object['hasOwnProperty']['call'](_0x51d17c,'oldRange')&&_0x281201['Range']['encode'](_0x51d17c['oldRange'],_0x5a5004['uint32'](0x12)['fork']())['ldelim'](),null!=_0x51d17c['newRange']&&Object['hasOwnProperty']['call'](_0x51d17c,'newRange')&&_0x281201['Range']['encode'](_0x51d17c['newRange'],_0x5a5004['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x51d17c['affectsData']&&Object['hasOwnProperty']['call'](_0x51d17c,'affectsData')&&_0x5a5004['uint32'](0x20)['bool'](_0x51d17c['affectsData']),null!=_0x51d17c['wasUndone']&&Object['hasOwnProperty']['call'](_0x51d17c,'wasUndone')&&_0x5a5004['uint32'](0x28)['bool'](_0x51d17c['wasUndone']),_0x5a5004;},_0x21395e['encodeDelimited']=function(_0x4d39a8,_0x50b4f5){return this['encode'](_0x4d39a8,_0x50b4f5)['ldelim']();},_0x21395e['decode']=function(_0x3cd730,_0x2baac2){_0x3cd730 instanceof _0x510ea5||(_0x3cd730=_0x510ea5['create'](_0x3cd730));for(var _0x5bffa3=void 0x0===_0x2baac2?_0x3cd730['len']:_0x3cd730['pos']+_0x2baac2,_0x478b9b=new _0x281201['MarkerOperation']();_0x3cd730['pos']<_0x5bffa3;){var _0x842274=_0x3cd730['uint32']();switch(_0x842274>>>0x3){case 0x1:_0x478b9b['name']=_0x3cd730['string']();break;case 0x2:_0x478b9b['oldRange']=_0x281201['Range']['decode'](_0x3cd730,_0x3cd730['uint32']());break;case 0x3:_0x478b9b['newRange']=_0x281201['Range']['decode'](_0x3cd730,_0x3cd730['uint32']());break;case 0x4:_0x478b9b['affectsData']=_0x3cd730['bool']();break;case 0x5:_0x478b9b['wasUndone']=_0x3cd730['bool']();break;default:_0x3cd730['skipType'](0x7&_0x842274);}}return _0x478b9b;},_0x21395e['decodeDelimited']=function(_0x3ba142){return _0x3ba142 instanceof _0x510ea5||(_0x3ba142=new _0x510ea5(_0x3ba142)),this['decode'](_0x3ba142,_0x3ba142['uint32']());},_0x21395e['verify']=function(_0x26255b){if('object'!=typeof _0x26255b||null===_0x26255b)return'object\x20expected';if(null!=_0x26255b['name']&&_0x26255b['hasOwnProperty']('name')&&!_0x152161['isString'](_0x26255b['name']))return'name:\x20string\x20expected';var _0x4f61c2;if(null!=_0x26255b['oldRange']&&_0x26255b['hasOwnProperty']('oldRange')&&(_0x4f61c2=_0x281201['Range']['verify'](_0x26255b['oldRange'])))return'oldRange.'+_0x4f61c2;if(null!=_0x26255b['newRange']&&_0x26255b['hasOwnProperty']('newRange')&&(_0x4f61c2=_0x281201['Range']['verify'](_0x26255b['newRange'])))return'newRange.'+_0x4f61c2;return null!=_0x26255b['affectsData']&&_0x26255b['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x26255b['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x26255b['wasUndone']&&_0x26255b['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x26255b['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x21395e['fromObject']=function(_0x549c1d){if(_0x549c1d instanceof _0x281201['MarkerOperation'])return _0x549c1d;var _0x4f1373=new _0x281201['MarkerOperation']();if(null!=_0x549c1d['name']&&(_0x4f1373['name']=String(_0x549c1d['name'])),null!=_0x549c1d['oldRange']){if('object'!=typeof _0x549c1d['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x4f1373['oldRange']=_0x281201['Range']['fromObject'](_0x549c1d['oldRange']);}if(null!=_0x549c1d['newRange']){if('object'!=typeof _0x549c1d['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x4f1373['newRange']=_0x281201['Range']['fromObject'](_0x549c1d['newRange']);}return null!=_0x549c1d['affectsData']&&(_0x4f1373['affectsData']=Boolean(_0x549c1d['affectsData'])),null!=_0x549c1d['wasUndone']&&(_0x4f1373['wasUndone']=Boolean(_0x549c1d['wasUndone'])),_0x4f1373;},_0x21395e['toObject']=function(_0x466b02,_0x41f177){_0x41f177||(_0x41f177={});var _0x539138={};return _0x41f177['defaults']&&(_0x539138['name']='',_0x539138['oldRange']=null,_0x539138['newRange']=null,_0x539138['affectsData']=!0x1,_0x539138['wasUndone']=!0x1),null!=_0x466b02['name']&&_0x466b02['hasOwnProperty']('name')&&(_0x539138['name']=_0x466b02['name']),null!=_0x466b02['oldRange']&&_0x466b02['hasOwnProperty']('oldRange')&&(_0x539138['oldRange']=_0x281201['Range']['toObject'](_0x466b02['oldRange'],_0x41f177)),null!=_0x466b02['newRange']&&_0x466b02['hasOwnProperty']('newRange')&&(_0x539138['newRange']=_0x281201['Range']['toObject'](_0x466b02['newRange'],_0x41f177)),null!=_0x466b02['affectsData']&&_0x466b02['hasOwnProperty']('affectsData')&&(_0x539138['affectsData']=_0x466b02['affectsData']),null!=_0x466b02['wasUndone']&&_0x466b02['hasOwnProperty']('wasUndone')&&(_0x539138['wasUndone']=_0x466b02['wasUndone']),_0x539138;},_0x21395e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x46959f['util']['toJSONOptions']);},_0x21395e['getTypeUrl']=function(_0x2df23f){return void 0x0===_0x2df23f&&(_0x2df23f='type.googleapis.com'),_0x2df23f+'/MarkerOperation';},_0x21395e;}()),_0x281201['MergeOperation']=(function(){function _0x233286(_0x3c1c0b){if(_0x3c1c0b){for(var _0x5792bf=Object['keys'](_0x3c1c0b),_0x3c3e34=0x0;_0x3c3e34<_0x5792bf['length'];++_0x3c3e34)null!=_0x3c1c0b[_0x5792bf[_0x3c3e34]]&&(this[_0x5792bf[_0x3c3e34]]=_0x3c1c0b[_0x5792bf[_0x3c3e34]]);}}return _0x233286['prototype']['sourcePosition']=null,_0x233286['prototype']['targetPosition']=null,_0x233286['prototype']['graveyardPosition']=null,_0x233286['prototype']['howMany']=0x0,_0x233286['prototype']['wasUndone']=!0x1,_0x233286['create']=function(_0x2d17a3){return new _0x233286(_0x2d17a3);},_0x233286['encode']=function(_0xefb05e,_0x45b3f9){return _0x45b3f9||(_0x45b3f9=_0xeb94ef['create']()),null!=_0xefb05e['sourcePosition']&&Object['hasOwnProperty']['call'](_0xefb05e,'sourcePosition')&&_0x281201['Position']['encode'](_0xefb05e['sourcePosition'],_0x45b3f9['uint32'](0xa)['fork']())['ldelim'](),null!=_0xefb05e['targetPosition']&&Object['hasOwnProperty']['call'](_0xefb05e,'targetPosition')&&_0x281201['Position']['encode'](_0xefb05e['targetPosition'],_0x45b3f9['uint32'](0x12)['fork']())['ldelim'](),null!=_0xefb05e['graveyardPosition']&&Object['hasOwnProperty']['call'](_0xefb05e,'graveyardPosition')&&_0x281201['Position']['encode'](_0xefb05e['graveyardPosition'],_0x45b3f9['uint32'](0x1a)['fork']())['ldelim'](),null!=_0xefb05e['howMany']&&Object['hasOwnProperty']['call'](_0xefb05e,'howMany')&&_0x45b3f9['uint32'](0x20)['uint32'](_0xefb05e['howMany']),null!=_0xefb05e['wasUndone']&&Object['hasOwnProperty']['call'](_0xefb05e,'wasUndone')&&_0x45b3f9['uint32'](0x28)['bool'](_0xefb05e['wasUndone']),_0x45b3f9;},_0x233286['encodeDelimited']=function(_0xf56be7,_0x49a61d){return this['encode'](_0xf56be7,_0x49a61d)['ldelim']();},_0x233286['decode']=function(_0x504509,_0x46242a){_0x504509 instanceof _0x510ea5||(_0x504509=_0x510ea5['create'](_0x504509));for(var _0x333586=void 0x0===_0x46242a?_0x504509['len']:_0x504509['pos']+_0x46242a,_0x35daa9=new _0x281201['MergeOperation']();_0x504509['pos']<_0x333586;){var _0x41141c=_0x504509['uint32']();switch(_0x41141c>>>0x3){case 0x1:_0x35daa9['sourcePosition']=_0x281201['Position']['decode'](_0x504509,_0x504509['uint32']());break;case 0x2:_0x35daa9['targetPosition']=_0x281201['Position']['decode'](_0x504509,_0x504509['uint32']());break;case 0x3:_0x35daa9['graveyardPosition']=_0x281201['Position']['decode'](_0x504509,_0x504509['uint32']());break;case 0x4:_0x35daa9['howMany']=_0x504509['uint32']();break;case 0x5:_0x35daa9['wasUndone']=_0x504509['bool']();break;default:_0x504509['skipType'](0x7&_0x41141c);}}return _0x35daa9;},_0x233286['decodeDelimited']=function(_0x5d7bcc){return _0x5d7bcc instanceof _0x510ea5||(_0x5d7bcc=new _0x510ea5(_0x5d7bcc)),this['decode'](_0x5d7bcc,_0x5d7bcc['uint32']());},_0x233286['verify']=function(_0x182f97){if('object'!=typeof _0x182f97||null===_0x182f97)return'object\x20expected';var _0x2715fa;if(null!=_0x182f97['sourcePosition']&&_0x182f97['hasOwnProperty']('sourcePosition')&&(_0x2715fa=_0x281201['Position']['verify'](_0x182f97['sourcePosition'])))return'sourcePosition.'+_0x2715fa;if(null!=_0x182f97['targetPosition']&&_0x182f97['hasOwnProperty']('targetPosition')&&(_0x2715fa=_0x281201['Position']['verify'](_0x182f97['targetPosition'])))return'targetPosition.'+_0x2715fa;if(null!=_0x182f97['graveyardPosition']&&_0x182f97['hasOwnProperty']('graveyardPosition')&&(_0x2715fa=_0x281201['Position']['verify'](_0x182f97['graveyardPosition'])))return'graveyardPosition.'+_0x2715fa;return null!=_0x182f97['howMany']&&_0x182f97['hasOwnProperty']('howMany')&&!_0x152161['isInteger'](_0x182f97['howMany'])?'howMany:\x20integer\x20expected':null!=_0x182f97['wasUndone']&&_0x182f97['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x182f97['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x233286['fromObject']=function(_0x2373ee){if(_0x2373ee instanceof _0x281201['MergeOperation'])return _0x2373ee;var _0x16bf95=new _0x281201['MergeOperation']();if(null!=_0x2373ee['sourcePosition']){if('object'!=typeof _0x2373ee['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x16bf95['sourcePosition']=_0x281201['Position']['fromObject'](_0x2373ee['sourcePosition']);}if(null!=_0x2373ee['targetPosition']){if('object'!=typeof _0x2373ee['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x16bf95['targetPosition']=_0x281201['Position']['fromObject'](_0x2373ee['targetPosition']);}if(null!=_0x2373ee['graveyardPosition']){if('object'!=typeof _0x2373ee['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x16bf95['graveyardPosition']=_0x281201['Position']['fromObject'](_0x2373ee['graveyardPosition']);}return null!=_0x2373ee['howMany']&&(_0x16bf95['howMany']=_0x2373ee['howMany']>>>0x0),null!=_0x2373ee['wasUndone']&&(_0x16bf95['wasUndone']=Boolean(_0x2373ee['wasUndone'])),_0x16bf95;},_0x233286['toObject']=function(_0x4ca8d4,_0x1528fa){_0x1528fa||(_0x1528fa={});var _0x1ec256={};return _0x1528fa['defaults']&&(_0x1ec256['sourcePosition']=null,_0x1ec256['targetPosition']=null,_0x1ec256['graveyardPosition']=null,_0x1ec256['howMany']=0x0,_0x1ec256['wasUndone']=!0x1),null!=_0x4ca8d4['sourcePosition']&&_0x4ca8d4['hasOwnProperty']('sourcePosition')&&(_0x1ec256['sourcePosition']=_0x281201['Position']['toObject'](_0x4ca8d4['sourcePosition'],_0x1528fa)),null!=_0x4ca8d4['targetPosition']&&_0x4ca8d4['hasOwnProperty']('targetPosition')&&(_0x1ec256['targetPosition']=_0x281201['Position']['toObject'](_0x4ca8d4['targetPosition'],_0x1528fa)),null!=_0x4ca8d4['graveyardPosition']&&_0x4ca8d4['hasOwnProperty']('graveyardPosition')&&(_0x1ec256['graveyardPosition']=_0x281201['Position']['toObject'](_0x4ca8d4['graveyardPosition'],_0x1528fa)),null!=_0x4ca8d4['howMany']&&_0x4ca8d4['hasOwnProperty']('howMany')&&(_0x1ec256['howMany']=_0x4ca8d4['howMany']),null!=_0x4ca8d4['wasUndone']&&_0x4ca8d4['hasOwnProperty']('wasUndone')&&(_0x1ec256['wasUndone']=_0x4ca8d4['wasUndone']),_0x1ec256;},_0x233286['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x46959f['util']['toJSONOptions']);},_0x233286['getTypeUrl']=function(_0x568b8b){return void 0x0===_0x568b8b&&(_0x568b8b='type.googleapis.com'),_0x568b8b+'/MergeOperation';},_0x233286;}()),_0x281201['MoveOperation']=(function(){function _0x406ea5(_0x3ea7a9){if(_0x3ea7a9){for(var _0x247b4f=Object['keys'](_0x3ea7a9),_0x40e951=0x0;_0x40e951<_0x247b4f['length'];++_0x40e951)null!=_0x3ea7a9[_0x247b4f[_0x40e951]]&&(this[_0x247b4f[_0x40e951]]=_0x3ea7a9[_0x247b4f[_0x40e951]]);}}return _0x406ea5['prototype']['sourcePosition']=null,_0x406ea5['prototype']['howMany']=0x0,_0x406ea5['prototype']['targetPosition']=null,_0x406ea5['prototype']['wasUndone']=!0x1,_0x406ea5['create']=function(_0x46c690){return new _0x406ea5(_0x46c690);},_0x406ea5['encode']=function(_0x1c64fc,_0x3200b6){return _0x3200b6||(_0x3200b6=_0xeb94ef['create']()),null!=_0x1c64fc['sourcePosition']&&Object['hasOwnProperty']['call'](_0x1c64fc,'sourcePosition')&&_0x281201['Position']['encode'](_0x1c64fc['sourcePosition'],_0x3200b6['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1c64fc['howMany']&&Object['hasOwnProperty']['call'](_0x1c64fc,'howMany')&&_0x3200b6['uint32'](0x10)['uint32'](_0x1c64fc['howMany']),null!=_0x1c64fc['targetPosition']&&Object['hasOwnProperty']['call'](_0x1c64fc,'targetPosition')&&_0x281201['Position']['encode'](_0x1c64fc['targetPosition'],_0x3200b6['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x1c64fc['wasUndone']&&Object['hasOwnProperty']['call'](_0x1c64fc,'wasUndone')&&_0x3200b6['uint32'](0x20)['bool'](_0x1c64fc['wasUndone']),_0x3200b6;},_0x406ea5['encodeDelimited']=function(_0x55928d,_0x30252d){return this['encode'](_0x55928d,_0x30252d)['ldelim']();},_0x406ea5['decode']=function(_0x501d50,_0x25520f){_0x501d50 instanceof _0x510ea5||(_0x501d50=_0x510ea5['create'](_0x501d50));for(var _0x5c5bdb=void 0x0===_0x25520f?_0x501d50['len']:_0x501d50['pos']+_0x25520f,_0x5355bc=new _0x281201['MoveOperation']();_0x501d50['pos']<_0x5c5bdb;){var _0x582149=_0x501d50['uint32']();switch(_0x582149>>>0x3){case 0x1:_0x5355bc['sourcePosition']=_0x281201['Position']['decode'](_0x501d50,_0x501d50['uint32']());break;case 0x2:_0x5355bc['howMany']=_0x501d50['uint32']();break;case 0x3:_0x5355bc['targetPosition']=_0x281201['Position']['decode'](_0x501d50,_0x501d50['uint32']());break;case 0x4:_0x5355bc['wasUndone']=_0x501d50['bool']();break;default:_0x501d50['skipType'](0x7&_0x582149);}}return _0x5355bc;},_0x406ea5['decodeDelimited']=function(_0x28082e){return _0x28082e instanceof _0x510ea5||(_0x28082e=new _0x510ea5(_0x28082e)),this['decode'](_0x28082e,_0x28082e['uint32']());},_0x406ea5['verify']=function(_0x5e46f9){if('object'!=typeof _0x5e46f9||null===_0x5e46f9)return'object\x20expected';var _0x20f9dc;if(null!=_0x5e46f9['sourcePosition']&&_0x5e46f9['hasOwnProperty']('sourcePosition')&&(_0x20f9dc=_0x281201['Position']['verify'](_0x5e46f9['sourcePosition'])))return'sourcePosition.'+_0x20f9dc;if(null!=_0x5e46f9['howMany']&&_0x5e46f9['hasOwnProperty']('howMany')&&!_0x152161['isInteger'](_0x5e46f9['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x5e46f9['targetPosition']&&_0x5e46f9['hasOwnProperty']('targetPosition')&&(_0x20f9dc=_0x281201['Position']['verify'](_0x5e46f9['targetPosition'])))return'targetPosition.'+_0x20f9dc;return null!=_0x5e46f9['wasUndone']&&_0x5e46f9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5e46f9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x406ea5['fromObject']=function(_0x40248f){if(_0x40248f instanceof _0x281201['MoveOperation'])return _0x40248f;var _0xef64a4=new _0x281201['MoveOperation']();if(null!=_0x40248f['sourcePosition']){if('object'!=typeof _0x40248f['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0xef64a4['sourcePosition']=_0x281201['Position']['fromObject'](_0x40248f['sourcePosition']);}if(null!=_0x40248f['howMany']&&(_0xef64a4['howMany']=_0x40248f['howMany']>>>0x0),null!=_0x40248f['targetPosition']){if('object'!=typeof _0x40248f['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0xef64a4['targetPosition']=_0x281201['Position']['fromObject'](_0x40248f['targetPosition']);}return null!=_0x40248f['wasUndone']&&(_0xef64a4['wasUndone']=Boolean(_0x40248f['wasUndone'])),_0xef64a4;},_0x406ea5['toObject']=function(_0x250f8f,_0x435445){_0x435445||(_0x435445={});var _0x1c8f01={};return _0x435445['defaults']&&(_0x1c8f01['sourcePosition']=null,_0x1c8f01['howMany']=0x0,_0x1c8f01['targetPosition']=null,_0x1c8f01['wasUndone']=!0x1),null!=_0x250f8f['sourcePosition']&&_0x250f8f['hasOwnProperty']('sourcePosition')&&(_0x1c8f01['sourcePosition']=_0x281201['Position']['toObject'](_0x250f8f['sourcePosition'],_0x435445)),null!=_0x250f8f['howMany']&&_0x250f8f['hasOwnProperty']('howMany')&&(_0x1c8f01['howMany']=_0x250f8f['howMany']),null!=_0x250f8f['targetPosition']&&_0x250f8f['hasOwnProperty']('targetPosition')&&(_0x1c8f01['targetPosition']=_0x281201['Position']['toObject'](_0x250f8f['targetPosition'],_0x435445)),null!=_0x250f8f['wasUndone']&&_0x250f8f['hasOwnProperty']('wasUndone')&&(_0x1c8f01['wasUndone']=_0x250f8f['wasUndone']),_0x1c8f01;},_0x406ea5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x46959f['util']['toJSONOptions']);},_0x406ea5['getTypeUrl']=function(_0x51dd3f){return void 0x0===_0x51dd3f&&(_0x51dd3f='type.googleapis.com'),_0x51dd3f+'/MoveOperation';},_0x406ea5;}()),_0x281201['RenameOperation']=(function(){function _0x433da8(_0x7ccfe0){if(_0x7ccfe0){for(var _0x1b645d=Object['keys'](_0x7ccfe0),_0x3b0caa=0x0;_0x3b0caa<_0x1b645d['length'];++_0x3b0caa)null!=_0x7ccfe0[_0x1b645d[_0x3b0caa]]&&(this[_0x1b645d[_0x3b0caa]]=_0x7ccfe0[_0x1b645d[_0x3b0caa]]);}}return _0x433da8['prototype']['position']=null,_0x433da8['prototype']['oldName']='',_0x433da8['prototype']['newName']='',_0x433da8['prototype']['wasUndone']=!0x1,_0x433da8['create']=function(_0x447c8e){return new _0x433da8(_0x447c8e);},_0x433da8['encode']=function(_0x3b9eba,_0x2cf141){return _0x2cf141||(_0x2cf141=_0xeb94ef['create']()),null!=_0x3b9eba['position']&&Object['hasOwnProperty']['call'](_0x3b9eba,'position')&&_0x281201['Position']['encode'](_0x3b9eba['position'],_0x2cf141['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3b9eba['oldName']&&Object['hasOwnProperty']['call'](_0x3b9eba,'oldName')&&_0x2cf141['uint32'](0x12)['string'](_0x3b9eba['oldName']),null!=_0x3b9eba['newName']&&Object['hasOwnProperty']['call'](_0x3b9eba,'newName')&&_0x2cf141['uint32'](0x1a)['string'](_0x3b9eba['newName']),null!=_0x3b9eba['wasUndone']&&Object['hasOwnProperty']['call'](_0x3b9eba,'wasUndone')&&_0x2cf141['uint32'](0x20)['bool'](_0x3b9eba['wasUndone']),_0x2cf141;},_0x433da8['encodeDelimited']=function(_0x973372,_0x1e3f9b){return this['encode'](_0x973372,_0x1e3f9b)['ldelim']();},_0x433da8['decode']=function(_0x14be4f,_0x272613){_0x14be4f instanceof _0x510ea5||(_0x14be4f=_0x510ea5['create'](_0x14be4f));for(var _0x3405e9=void 0x0===_0x272613?_0x14be4f['len']:_0x14be4f['pos']+_0x272613,_0x5a08a0=new _0x281201['RenameOperation']();_0x14be4f['pos']<_0x3405e9;){var _0x2fa8cc=_0x14be4f['uint32']();switch(_0x2fa8cc>>>0x3){case 0x1:_0x5a08a0['position']=_0x281201['Position']['decode'](_0x14be4f,_0x14be4f['uint32']());break;case 0x2:_0x5a08a0['oldName']=_0x14be4f['string']();break;case 0x3:_0x5a08a0['newName']=_0x14be4f['string']();break;case 0x4:_0x5a08a0['wasUndone']=_0x14be4f['bool']();break;default:_0x14be4f['skipType'](0x7&_0x2fa8cc);}}return _0x5a08a0;},_0x433da8['decodeDelimited']=function(_0x99a0b2){return _0x99a0b2 instanceof _0x510ea5||(_0x99a0b2=new _0x510ea5(_0x99a0b2)),this['decode'](_0x99a0b2,_0x99a0b2['uint32']());},_0x433da8['verify']=function(_0x611433){if('object'!=typeof _0x611433||null===_0x611433)return'object\x20expected';if(null!=_0x611433['position']&&_0x611433['hasOwnProperty']('position')){var _0x3a08b4=_0x281201['Position']['verify'](_0x611433['position']);if(_0x3a08b4)return'position.'+_0x3a08b4;}return null!=_0x611433['oldName']&&_0x611433['hasOwnProperty']('oldName')&&!_0x152161['isString'](_0x611433['oldName'])?'oldName:\x20string\x20expected':null!=_0x611433['newName']&&_0x611433['hasOwnProperty']('newName')&&!_0x152161['isString'](_0x611433['newName'])?'newName:\x20string\x20expected':null!=_0x611433['wasUndone']&&_0x611433['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x611433['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x433da8['fromObject']=function(_0x1c4233){if(_0x1c4233 instanceof _0x281201['RenameOperation'])return _0x1c4233;var _0x471baa=new _0x281201['RenameOperation']();if(null!=_0x1c4233['position']){if('object'!=typeof _0x1c4233['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x471baa['position']=_0x281201['Position']['fromObject'](_0x1c4233['position']);}return null!=_0x1c4233['oldName']&&(_0x471baa['oldName']=String(_0x1c4233['oldName'])),null!=_0x1c4233['newName']&&(_0x471baa['newName']=String(_0x1c4233['newName'])),null!=_0x1c4233['wasUndone']&&(_0x471baa['wasUndone']=Boolean(_0x1c4233['wasUndone'])),_0x471baa;},_0x433da8['toObject']=function(_0x3b27c6,_0x34011e){_0x34011e||(_0x34011e={});var _0x20c789={};return _0x34011e['defaults']&&(_0x20c789['position']=null,_0x20c789['oldName']='',_0x20c789['newName']='',_0x20c789['wasUndone']=!0x1),null!=_0x3b27c6['position']&&_0x3b27c6['hasOwnProperty']('position')&&(_0x20c789['position']=_0x281201['Position']['toObject'](_0x3b27c6['position'],_0x34011e)),null!=_0x3b27c6['oldName']&&_0x3b27c6['hasOwnProperty']('oldName')&&(_0x20c789['oldName']=_0x3b27c6['oldName']),null!=_0x3b27c6['newName']&&_0x3b27c6['hasOwnProperty']('newName')&&(_0x20c789['newName']=_0x3b27c6['newName']),null!=_0x3b27c6['wasUndone']&&_0x3b27c6['hasOwnProperty']('wasUndone')&&(_0x20c789['wasUndone']=_0x3b27c6['wasUndone']),_0x20c789;},_0x433da8['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x46959f['util']['toJSONOptions']);},_0x433da8['getTypeUrl']=function(_0x5a7394){return void 0x0===_0x5a7394&&(_0x5a7394='type.googleapis.com'),_0x5a7394+'/RenameOperation';},_0x433da8;}()),_0x281201['RootAttributeOperation']=(function(){function _0xe2cfcf(_0x262f0a){if(_0x262f0a){for(var _0x42322f=Object['keys'](_0x262f0a),_0x34b78b=0x0;_0x34b78b<_0x42322f['length'];++_0x34b78b)null!=_0x262f0a[_0x42322f[_0x34b78b]]&&(this[_0x42322f[_0x34b78b]]=_0x262f0a[_0x42322f[_0x34b78b]]);}}return _0xe2cfcf['prototype']['root']='',_0xe2cfcf['prototype']['key']='',_0xe2cfcf['prototype']['oldValueBoolean']=!0x1,_0xe2cfcf['prototype']['oldValueJson']='',_0xe2cfcf['prototype']['newValueBoolean']=!0x1,_0xe2cfcf['prototype']['newValueJson']='',_0xe2cfcf['prototype']['wasUndone']=!0x1,_0xe2cfcf['create']=function(_0x26baa0){return new _0xe2cfcf(_0x26baa0);},_0xe2cfcf['encode']=function(_0x1fb037,_0x1b5fd8){return _0x1b5fd8||(_0x1b5fd8=_0xeb94ef['create']()),null!=_0x1fb037['root']&&Object['hasOwnProperty']['call'](_0x1fb037,'root')&&_0x1b5fd8['uint32'](0xa)['string'](_0x1fb037['root']),null!=_0x1fb037['key']&&Object['hasOwnProperty']['call'](_0x1fb037,'key')&&_0x1b5fd8['uint32'](0x12)['string'](_0x1fb037['key']),null!=_0x1fb037['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x1fb037,'oldValueBoolean')&&_0x1b5fd8['uint32'](0x18)['bool'](_0x1fb037['oldValueBoolean']),null!=_0x1fb037['oldValueJson']&&Object['hasOwnProperty']['call'](_0x1fb037,'oldValueJson')&&_0x1b5fd8['uint32'](0x22)['string'](_0x1fb037['oldValueJson']),null!=_0x1fb037['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x1fb037,'newValueBoolean')&&_0x1b5fd8['uint32'](0x28)['bool'](_0x1fb037['newValueBoolean']),null!=_0x1fb037['newValueJson']&&Object['hasOwnProperty']['call'](_0x1fb037,'newValueJson')&&_0x1b5fd8['uint32'](0x32)['string'](_0x1fb037['newValueJson']),null!=_0x1fb037['wasUndone']&&Object['hasOwnProperty']['call'](_0x1fb037,'wasUndone')&&_0x1b5fd8['uint32'](0x38)['bool'](_0x1fb037['wasUndone']),_0x1b5fd8;},_0xe2cfcf['encodeDelimited']=function(_0xcbb4cd,_0x76718a){return this['encode'](_0xcbb4cd,_0x76718a)['ldelim']();},_0xe2cfcf['decode']=function(_0x4be3f4,_0x202d2b){_0x4be3f4 instanceof _0x510ea5||(_0x4be3f4=_0x510ea5['create'](_0x4be3f4));for(var _0x423601=void 0x0===_0x202d2b?_0x4be3f4['len']:_0x4be3f4['pos']+_0x202d2b,_0x5eafda=new _0x281201['RootAttributeOperation']();_0x4be3f4['pos']<_0x423601;){var _0x284e1e=_0x4be3f4['uint32']();switch(_0x284e1e>>>0x3){case 0x1:_0x5eafda['root']=_0x4be3f4['string']();break;case 0x2:_0x5eafda['key']=_0x4be3f4['string']();break;case 0x3:_0x5eafda['oldValueBoolean']=_0x4be3f4['bool']();break;case 0x4:_0x5eafda['oldValueJson']=_0x4be3f4['string']();break;case 0x5:_0x5eafda['newValueBoolean']=_0x4be3f4['bool']();break;case 0x6:_0x5eafda['newValueJson']=_0x4be3f4['string']();break;case 0x7:_0x5eafda['wasUndone']=_0x4be3f4['bool']();break;default:_0x4be3f4['skipType'](0x7&_0x284e1e);}}return _0x5eafda;},_0xe2cfcf['decodeDelimited']=function(_0x46bc00){return _0x46bc00 instanceof _0x510ea5||(_0x46bc00=new _0x510ea5(_0x46bc00)),this['decode'](_0x46bc00,_0x46bc00['uint32']());},_0xe2cfcf['verify']=function(_0x48f060){return'object'!=typeof _0x48f060||null===_0x48f060?'object\x20expected':null!=_0x48f060['root']&&_0x48f060['hasOwnProperty']('root')&&!_0x152161['isString'](_0x48f060['root'])?'root:\x20string\x20expected':null!=_0x48f060['key']&&_0x48f060['hasOwnProperty']('key')&&!_0x152161['isString'](_0x48f060['key'])?'key:\x20string\x20expected':null!=_0x48f060['oldValueBoolean']&&_0x48f060['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x48f060['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x48f060['oldValueJson']&&_0x48f060['hasOwnProperty']('oldValueJson')&&!_0x152161['isString'](_0x48f060['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x48f060['newValueBoolean']&&_0x48f060['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x48f060['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x48f060['newValueJson']&&_0x48f060['hasOwnProperty']('newValueJson')&&!_0x152161['isString'](_0x48f060['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x48f060['wasUndone']&&_0x48f060['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x48f060['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xe2cfcf['fromObject']=function(_0x1cddb1){if(_0x1cddb1 instanceof _0x281201['RootAttributeOperation'])return _0x1cddb1;var _0x204ed9=new _0x281201['RootAttributeOperation']();return null!=_0x1cddb1['root']&&(_0x204ed9['root']=String(_0x1cddb1['root'])),null!=_0x1cddb1['key']&&(_0x204ed9['key']=String(_0x1cddb1['key'])),null!=_0x1cddb1['oldValueBoolean']&&(_0x204ed9['oldValueBoolean']=Boolean(_0x1cddb1['oldValueBoolean'])),null!=_0x1cddb1['oldValueJson']&&(_0x204ed9['oldValueJson']=String(_0x1cddb1['oldValueJson'])),null!=_0x1cddb1['newValueBoolean']&&(_0x204ed9['newValueBoolean']=Boolean(_0x1cddb1['newValueBoolean'])),null!=_0x1cddb1['newValueJson']&&(_0x204ed9['newValueJson']=String(_0x1cddb1['newValueJson'])),null!=_0x1cddb1['wasUndone']&&(_0x204ed9['wasUndone']=Boolean(_0x1cddb1['wasUndone'])),_0x204ed9;},_0xe2cfcf['toObject']=function(_0x24384a,_0x1e146e){_0x1e146e||(_0x1e146e={});var _0xeb0f18={};return _0x1e146e['defaults']&&(_0xeb0f18['root']='',_0xeb0f18['key']='',_0xeb0f18['oldValueBoolean']=!0x1,_0xeb0f18['oldValueJson']='',_0xeb0f18['newValueBoolean']=!0x1,_0xeb0f18['newValueJson']='',_0xeb0f18['wasUndone']=!0x1),null!=_0x24384a['root']&&_0x24384a['hasOwnProperty']('root')&&(_0xeb0f18['root']=_0x24384a['root']),null!=_0x24384a['key']&&_0x24384a['hasOwnProperty']('key')&&(_0xeb0f18['key']=_0x24384a['key']),null!=_0x24384a['oldValueBoolean']&&_0x24384a['hasOwnProperty']('oldValueBoolean')&&(_0xeb0f18['oldValueBoolean']=_0x24384a['oldValueBoolean']),null!=_0x24384a['oldValueJson']&&_0x24384a['hasOwnProperty']('oldValueJson')&&(_0xeb0f18['oldValueJson']=_0x24384a['oldValueJson']),null!=_0x24384a['newValueBoolean']&&_0x24384a['hasOwnProperty']('newValueBoolean')&&(_0xeb0f18['newValueBoolean']=_0x24384a['newValueBoolean']),null!=_0x24384a['newValueJson']&&_0x24384a['hasOwnProperty']('newValueJson')&&(_0xeb0f18['newValueJson']=_0x24384a['newValueJson']),null!=_0x24384a['wasUndone']&&_0x24384a['hasOwnProperty']('wasUndone')&&(_0xeb0f18['wasUndone']=_0x24384a['wasUndone']),_0xeb0f18;},_0xe2cfcf['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x46959f['util']['toJSONOptions']);},_0xe2cfcf['getTypeUrl']=function(_0x4309e4){return void 0x0===_0x4309e4&&(_0x4309e4='type.googleapis.com'),_0x4309e4+'/RootAttributeOperation';},_0xe2cfcf;}()),_0x281201['RootOperation']=(function(){function _0x4798ea(_0x407468){if(_0x407468){for(var _0x48e61b=Object['keys'](_0x407468),_0x1c1775=0x0;_0x1c1775<_0x48e61b['length'];++_0x1c1775)null!=_0x407468[_0x48e61b[_0x1c1775]]&&(this[_0x48e61b[_0x1c1775]]=_0x407468[_0x48e61b[_0x1c1775]]);}}return _0x4798ea['prototype']['rootName']='',_0x4798ea['prototype']['elementName']='',_0x4798ea['prototype']['isAdd']=!0x1,_0x4798ea['prototype']['wasUndone']=!0x1,_0x4798ea['create']=function(_0x1fb2d3){return new _0x4798ea(_0x1fb2d3);},_0x4798ea['encode']=function(_0x4bbca7,_0x1295fb){return _0x1295fb||(_0x1295fb=_0xeb94ef['create']()),null!=_0x4bbca7['rootName']&&Object['hasOwnProperty']['call'](_0x4bbca7,'rootName')&&_0x1295fb['uint32'](0xa)['string'](_0x4bbca7['rootName']),null!=_0x4bbca7['elementName']&&Object['hasOwnProperty']['call'](_0x4bbca7,'elementName')&&_0x1295fb['uint32'](0x12)['string'](_0x4bbca7['elementName']),null!=_0x4bbca7['isAdd']&&Object['hasOwnProperty']['call'](_0x4bbca7,'isAdd')&&_0x1295fb['uint32'](0x18)['bool'](_0x4bbca7['isAdd']),null!=_0x4bbca7['wasUndone']&&Object['hasOwnProperty']['call'](_0x4bbca7,'wasUndone')&&_0x1295fb['uint32'](0x20)['bool'](_0x4bbca7['wasUndone']),_0x1295fb;},_0x4798ea['encodeDelimited']=function(_0x160d5f,_0xd881de){return this['encode'](_0x160d5f,_0xd881de)['ldelim']();},_0x4798ea['decode']=function(_0x11a0bb,_0x433dc7){_0x11a0bb instanceof _0x510ea5||(_0x11a0bb=_0x510ea5['create'](_0x11a0bb));for(var _0x3acf9a=void 0x0===_0x433dc7?_0x11a0bb['len']:_0x11a0bb['pos']+_0x433dc7,_0x55086c=new _0x281201['RootOperation']();_0x11a0bb['pos']<_0x3acf9a;){var _0x1e66c2=_0x11a0bb['uint32']();switch(_0x1e66c2>>>0x3){case 0x1:_0x55086c['rootName']=_0x11a0bb['string']();break;case 0x2:_0x55086c['elementName']=_0x11a0bb['string']();break;case 0x3:_0x55086c['isAdd']=_0x11a0bb['bool']();break;case 0x4:_0x55086c['wasUndone']=_0x11a0bb['bool']();break;default:_0x11a0bb['skipType'](0x7&_0x1e66c2);}}return _0x55086c;},_0x4798ea['decodeDelimited']=function(_0xd08ad4){return _0xd08ad4 instanceof _0x510ea5||(_0xd08ad4=new _0x510ea5(_0xd08ad4)),this['decode'](_0xd08ad4,_0xd08ad4['uint32']());},_0x4798ea['verify']=function(_0x4e113a){return'object'!=typeof _0x4e113a||null===_0x4e113a?'object\x20expected':null!=_0x4e113a['rootName']&&_0x4e113a['hasOwnProperty']('rootName')&&!_0x152161['isString'](_0x4e113a['rootName'])?'rootName:\x20string\x20expected':null!=_0x4e113a['elementName']&&_0x4e113a['hasOwnProperty']('elementName')&&!_0x152161['isString'](_0x4e113a['elementName'])?'elementName:\x20string\x20expected':null!=_0x4e113a['isAdd']&&_0x4e113a['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x4e113a['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x4e113a['wasUndone']&&_0x4e113a['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4e113a['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4798ea['fromObject']=function(_0x231292){if(_0x231292 instanceof _0x281201['RootOperation'])return _0x231292;var _0x563591=new _0x281201['RootOperation']();return null!=_0x231292['rootName']&&(_0x563591['rootName']=String(_0x231292['rootName'])),null!=_0x231292['elementName']&&(_0x563591['elementName']=String(_0x231292['elementName'])),null!=_0x231292['isAdd']&&(_0x563591['isAdd']=Boolean(_0x231292['isAdd'])),null!=_0x231292['wasUndone']&&(_0x563591['wasUndone']=Boolean(_0x231292['wasUndone'])),_0x563591;},_0x4798ea['toObject']=function(_0x5e0321,_0x149133){_0x149133||(_0x149133={});var _0x4518c3={};return _0x149133['defaults']&&(_0x4518c3['rootName']='',_0x4518c3['elementName']='',_0x4518c3['isAdd']=!0x1,_0x4518c3['wasUndone']=!0x1),null!=_0x5e0321['rootName']&&_0x5e0321['hasOwnProperty']('rootName')&&(_0x4518c3['rootName']=_0x5e0321['rootName']),null!=_0x5e0321['elementName']&&_0x5e0321['hasOwnProperty']('elementName')&&(_0x4518c3['elementName']=_0x5e0321['elementName']),null!=_0x5e0321['isAdd']&&_0x5e0321['hasOwnProperty']('isAdd')&&(_0x4518c3['isAdd']=_0x5e0321['isAdd']),null!=_0x5e0321['wasUndone']&&_0x5e0321['hasOwnProperty']('wasUndone')&&(_0x4518c3['wasUndone']=_0x5e0321['wasUndone']),_0x4518c3;},_0x4798ea['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x46959f['util']['toJSONOptions']);},_0x4798ea['getTypeUrl']=function(_0x478c89){return void 0x0===_0x478c89&&(_0x478c89='type.googleapis.com'),_0x478c89+'/RootOperation';},_0x4798ea;}()),_0x281201['SplitOperation']=(function(){function _0x4c3db7(_0x1f2dac){if(_0x1f2dac){for(var _0x5bb080=Object['keys'](_0x1f2dac),_0x271755=0x0;_0x271755<_0x5bb080['length'];++_0x271755)null!=_0x1f2dac[_0x5bb080[_0x271755]]&&(this[_0x5bb080[_0x271755]]=_0x1f2dac[_0x5bb080[_0x271755]]);}}return _0x4c3db7['prototype']['splitPosition']=null,_0x4c3db7['prototype']['graveyardPosition']=null,_0x4c3db7['prototype']['howMany']=0x0,_0x4c3db7['prototype']['insertionPosition']=null,_0x4c3db7['prototype']['wasUndone']=!0x1,_0x4c3db7['create']=function(_0x19f508){return new _0x4c3db7(_0x19f508);},_0x4c3db7['encode']=function(_0x430dc1,_0x880862){return _0x880862||(_0x880862=_0xeb94ef['create']()),null!=_0x430dc1['splitPosition']&&Object['hasOwnProperty']['call'](_0x430dc1,'splitPosition')&&_0x281201['Position']['encode'](_0x430dc1['splitPosition'],_0x880862['uint32'](0xa)['fork']())['ldelim'](),null!=_0x430dc1['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x430dc1,'graveyardPosition')&&_0x281201['Position']['encode'](_0x430dc1['graveyardPosition'],_0x880862['uint32'](0x12)['fork']())['ldelim'](),null!=_0x430dc1['howMany']&&Object['hasOwnProperty']['call'](_0x430dc1,'howMany')&&_0x880862['uint32'](0x18)['uint32'](_0x430dc1['howMany']),null!=_0x430dc1['insertionPosition']&&Object['hasOwnProperty']['call'](_0x430dc1,'insertionPosition')&&_0x281201['Position']['encode'](_0x430dc1['insertionPosition'],_0x880862['uint32'](0x22)['fork']())['ldelim'](),null!=_0x430dc1['wasUndone']&&Object['hasOwnProperty']['call'](_0x430dc1,'wasUndone')&&_0x880862['uint32'](0x28)['bool'](_0x430dc1['wasUndone']),_0x880862;},_0x4c3db7['encodeDelimited']=function(_0x49411b,_0x4be5e7){return this['encode'](_0x49411b,_0x4be5e7)['ldelim']();},_0x4c3db7['decode']=function(_0x585b4e,_0x18e6b6){_0x585b4e instanceof _0x510ea5||(_0x585b4e=_0x510ea5['create'](_0x585b4e));for(var _0x55f4ff=void 0x0===_0x18e6b6?_0x585b4e['len']:_0x585b4e['pos']+_0x18e6b6,_0xa9e90e=new _0x281201['SplitOperation']();_0x585b4e['pos']<_0x55f4ff;){var _0x4c25d0=_0x585b4e['uint32']();switch(_0x4c25d0>>>0x3){case 0x1:_0xa9e90e['splitPosition']=_0x281201['Position']['decode'](_0x585b4e,_0x585b4e['uint32']());break;case 0x2:_0xa9e90e['graveyardPosition']=_0x281201['Position']['decode'](_0x585b4e,_0x585b4e['uint32']());break;case 0x3:_0xa9e90e['howMany']=_0x585b4e['uint32']();break;case 0x4:_0xa9e90e['insertionPosition']=_0x281201['Position']['decode'](_0x585b4e,_0x585b4e['uint32']());break;case 0x5:_0xa9e90e['wasUndone']=_0x585b4e['bool']();break;default:_0x585b4e['skipType'](0x7&_0x4c25d0);}}return _0xa9e90e;},_0x4c3db7['decodeDelimited']=function(_0x38625e){return _0x38625e instanceof _0x510ea5||(_0x38625e=new _0x510ea5(_0x38625e)),this['decode'](_0x38625e,_0x38625e['uint32']());},_0x4c3db7['verify']=function(_0x2ce697){if('object'!=typeof _0x2ce697||null===_0x2ce697)return'object\x20expected';var _0x5f315c;if(null!=_0x2ce697['splitPosition']&&_0x2ce697['hasOwnProperty']('splitPosition')&&(_0x5f315c=_0x281201['Position']['verify'](_0x2ce697['splitPosition'])))return'splitPosition.'+_0x5f315c;if(null!=_0x2ce697['graveyardPosition']&&_0x2ce697['hasOwnProperty']('graveyardPosition')&&(_0x5f315c=_0x281201['Position']['verify'](_0x2ce697['graveyardPosition'])))return'graveyardPosition.'+_0x5f315c;if(null!=_0x2ce697['howMany']&&_0x2ce697['hasOwnProperty']('howMany')&&!_0x152161['isInteger'](_0x2ce697['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x2ce697['insertionPosition']&&_0x2ce697['hasOwnProperty']('insertionPosition')&&(_0x5f315c=_0x281201['Position']['verify'](_0x2ce697['insertionPosition'])))return'insertionPosition.'+_0x5f315c;return null!=_0x2ce697['wasUndone']&&_0x2ce697['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2ce697['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4c3db7['fromObject']=function(_0x1cb7ae){if(_0x1cb7ae instanceof _0x281201['SplitOperation'])return _0x1cb7ae;var _0x953be3=new _0x281201['SplitOperation']();if(null!=_0x1cb7ae['splitPosition']){if('object'!=typeof _0x1cb7ae['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x953be3['splitPosition']=_0x281201['Position']['fromObject'](_0x1cb7ae['splitPosition']);}if(null!=_0x1cb7ae['graveyardPosition']){if('object'!=typeof _0x1cb7ae['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x953be3['graveyardPosition']=_0x281201['Position']['fromObject'](_0x1cb7ae['graveyardPosition']);}if(null!=_0x1cb7ae['howMany']&&(_0x953be3['howMany']=_0x1cb7ae['howMany']>>>0x0),null!=_0x1cb7ae['insertionPosition']){if('object'!=typeof _0x1cb7ae['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x953be3['insertionPosition']=_0x281201['Position']['fromObject'](_0x1cb7ae['insertionPosition']);}return null!=_0x1cb7ae['wasUndone']&&(_0x953be3['wasUndone']=Boolean(_0x1cb7ae['wasUndone'])),_0x953be3;},_0x4c3db7['toObject']=function(_0x2bc5b3,_0x577341){_0x577341||(_0x577341={});var _0x10792a={};return _0x577341['defaults']&&(_0x10792a['splitPosition']=null,_0x10792a['graveyardPosition']=null,_0x10792a['howMany']=0x0,_0x10792a['insertionPosition']=null,_0x10792a['wasUndone']=!0x1),null!=_0x2bc5b3['splitPosition']&&_0x2bc5b3['hasOwnProperty']('splitPosition')&&(_0x10792a['splitPosition']=_0x281201['Position']['toObject'](_0x2bc5b3['splitPosition'],_0x577341)),null!=_0x2bc5b3['graveyardPosition']&&_0x2bc5b3['hasOwnProperty']('graveyardPosition')&&(_0x10792a['graveyardPosition']=_0x281201['Position']['toObject'](_0x2bc5b3['graveyardPosition'],_0x577341)),null!=_0x2bc5b3['howMany']&&_0x2bc5b3['hasOwnProperty']('howMany')&&(_0x10792a['howMany']=_0x2bc5b3['howMany']),null!=_0x2bc5b3['insertionPosition']&&_0x2bc5b3['hasOwnProperty']('insertionPosition')&&(_0x10792a['insertionPosition']=_0x281201['Position']['toObject'](_0x2bc5b3['insertionPosition'],_0x577341)),null!=_0x2bc5b3['wasUndone']&&_0x2bc5b3['hasOwnProperty']('wasUndone')&&(_0x10792a['wasUndone']=_0x2bc5b3['wasUndone']),_0x10792a;},_0x4c3db7['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x46959f['util']['toJSONOptions']);},_0x4c3db7['getTypeUrl']=function(_0x3059f8){return void 0x0===_0x3059f8&&(_0x3059f8='type.googleapis.com'),_0x3059f8+'/SplitOperation';},_0x4c3db7;}()),_0x281201['Position']=(function(){function _0x2ed4e6(_0x3a6592){if(this['path']=[],_0x3a6592){for(var _0x72c25f=Object['keys'](_0x3a6592),_0x511859=0x0;_0x511859<_0x72c25f['length'];++_0x511859)null!=_0x3a6592[_0x72c25f[_0x511859]]&&(this[_0x72c25f[_0x511859]]=_0x3a6592[_0x72c25f[_0x511859]]);}}return _0x2ed4e6['prototype']['root']='',_0x2ed4e6['prototype']['rootMain']=!0x1,_0x2ed4e6['prototype']['rootGraveyard']=!0x1,_0x2ed4e6['prototype']['path']=_0x152161['emptyArray'],_0x2ed4e6['prototype']['stickiness']='',_0x2ed4e6['create']=function(_0x2ee95b){return new _0x2ed4e6(_0x2ee95b);},_0x2ed4e6['encode']=function(_0x54062d,_0x44846e){if(_0x44846e||(_0x44846e=_0xeb94ef['create']()),null!=_0x54062d['root']&&Object['hasOwnProperty']['call'](_0x54062d,'root')&&_0x44846e['uint32'](0xa)['string'](_0x54062d['root']),null!=_0x54062d['rootMain']&&Object['hasOwnProperty']['call'](_0x54062d,'rootMain')&&_0x44846e['uint32'](0x10)['bool'](_0x54062d['rootMain']),null!=_0x54062d['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x54062d,'rootGraveyard')&&_0x44846e['uint32'](0x18)['bool'](_0x54062d['rootGraveyard']),null!=_0x54062d['path']&&_0x54062d['path']['length']){_0x44846e['uint32'](0x22)['fork']();for(var _0x1bc142=0x0;_0x1bc142<_0x54062d['path']['length'];++_0x1bc142)_0x44846e['uint32'](_0x54062d['path'][_0x1bc142]);_0x44846e['ldelim']();}return null!=_0x54062d['stickiness']&&Object['hasOwnProperty']['call'](_0x54062d,'stickiness')&&_0x44846e['uint32'](0x2a)['string'](_0x54062d['stickiness']),_0x44846e;},_0x2ed4e6['encodeDelimited']=function(_0x3d7527,_0x43ffcf){return this['encode'](_0x3d7527,_0x43ffcf)['ldelim']();},_0x2ed4e6['decode']=function(_0x1d2e5a,_0xfd19bb){_0x1d2e5a instanceof _0x510ea5||(_0x1d2e5a=_0x510ea5['create'](_0x1d2e5a));for(var _0x4eff0c=void 0x0===_0xfd19bb?_0x1d2e5a['len']:_0x1d2e5a['pos']+_0xfd19bb,_0x54d30e=new _0x281201['Position']();_0x1d2e5a['pos']<_0x4eff0c;){var _0x2bc7b7=_0x1d2e5a['uint32']();switch(_0x2bc7b7>>>0x3){case 0x1:_0x54d30e['root']=_0x1d2e5a['string']();break;case 0x2:_0x54d30e['rootMain']=_0x1d2e5a['bool']();break;case 0x3:_0x54d30e['rootGraveyard']=_0x1d2e5a['bool']();break;case 0x4:if(_0x54d30e['path']&&_0x54d30e['path']['length']||(_0x54d30e['path']=[]),0x2==(0x7&_0x2bc7b7)){for(var _0x38d78a=_0x1d2e5a['uint32']()+_0x1d2e5a['pos'];_0x1d2e5a['pos']<_0x38d78a;)_0x54d30e['path']['push'](_0x1d2e5a['uint32']());}else _0x54d30e['path']['push'](_0x1d2e5a['uint32']());break;case 0x5:_0x54d30e['stickiness']=_0x1d2e5a['string']();break;default:_0x1d2e5a['skipType'](0x7&_0x2bc7b7);}}return _0x54d30e;},_0x2ed4e6['decodeDelimited']=function(_0x130d7b){return _0x130d7b instanceof _0x510ea5||(_0x130d7b=new _0x510ea5(_0x130d7b)),this['decode'](_0x130d7b,_0x130d7b['uint32']());},_0x2ed4e6['verify']=function(_0x88a554){if('object'!=typeof _0x88a554||null===_0x88a554)return'object\x20expected';if(null!=_0x88a554['root']&&_0x88a554['hasOwnProperty']('root')&&!_0x152161['isString'](_0x88a554['root']))return'root:\x20string\x20expected';if(null!=_0x88a554['rootMain']&&_0x88a554['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x88a554['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x88a554['rootGraveyard']&&_0x88a554['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x88a554['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x88a554['path']&&_0x88a554['hasOwnProperty']('path')){if(!Array['isArray'](_0x88a554['path']))return'path:\x20array\x20expected';for(var _0x2f04c1=0x0;_0x2f04c1<_0x88a554['path']['length'];++_0x2f04c1)if(!_0x152161['isInteger'](_0x88a554['path'][_0x2f04c1]))return'path:\x20integer[]\x20expected';}return null!=_0x88a554['stickiness']&&_0x88a554['hasOwnProperty']('stickiness')&&!_0x152161['isString'](_0x88a554['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x2ed4e6['fromObject']=function(_0x2ab9ca){if(_0x2ab9ca instanceof _0x281201['Position'])return _0x2ab9ca;var _0x5d46f9=new _0x281201['Position']();if(null!=_0x2ab9ca['root']&&(_0x5d46f9['root']=String(_0x2ab9ca['root'])),null!=_0x2ab9ca['rootMain']&&(_0x5d46f9['rootMain']=Boolean(_0x2ab9ca['rootMain'])),null!=_0x2ab9ca['rootGraveyard']&&(_0x5d46f9['rootGraveyard']=Boolean(_0x2ab9ca['rootGraveyard'])),_0x2ab9ca['path']){if(!Array['isArray'](_0x2ab9ca['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x5d46f9['path']=[];for(var _0x5cbe15=0x0;_0x5cbe15<_0x2ab9ca['path']['length'];++_0x5cbe15)_0x5d46f9['path'][_0x5cbe15]=_0x2ab9ca['path'][_0x5cbe15]>>>0x0;}return null!=_0x2ab9ca['stickiness']&&(_0x5d46f9['stickiness']=String(_0x2ab9ca['stickiness'])),_0x5d46f9;},_0x2ed4e6['toObject']=function(_0x28eca8,_0x4f3275){_0x4f3275||(_0x4f3275={});var _0x349373={};if((_0x4f3275['arrays']||_0x4f3275['defaults'])&&(_0x349373['path']=[]),_0x4f3275['defaults']&&(_0x349373['root']='',_0x349373['rootMain']=!0x1,_0x349373['rootGraveyard']=!0x1,_0x349373['stickiness']=''),null!=_0x28eca8['root']&&_0x28eca8['hasOwnProperty']('root')&&(_0x349373['root']=_0x28eca8['root']),null!=_0x28eca8['rootMain']&&_0x28eca8['hasOwnProperty']('rootMain')&&(_0x349373['rootMain']=_0x28eca8['rootMain']),null!=_0x28eca8['rootGraveyard']&&_0x28eca8['hasOwnProperty']('rootGraveyard')&&(_0x349373['rootGraveyard']=_0x28eca8['rootGraveyard']),_0x28eca8['path']&&_0x28eca8['path']['length']){_0x349373['path']=[];for(var _0x444922=0x0;_0x444922<_0x28eca8['path']['length'];++_0x444922)_0x349373['path'][_0x444922]=_0x28eca8['path'][_0x444922];}return null!=_0x28eca8['stickiness']&&_0x28eca8['hasOwnProperty']('stickiness')&&(_0x349373['stickiness']=_0x28eca8['stickiness']),_0x349373;},_0x2ed4e6['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x46959f['util']['toJSONOptions']);},_0x2ed4e6['getTypeUrl']=function(_0x569d44){return void 0x0===_0x569d44&&(_0x569d44='type.googleapis.com'),_0x569d44+'/Position';},_0x2ed4e6;}()),_0x281201['Range']=(function(){function _0x4310fc(_0x55c79d){if(_0x55c79d){for(var _0x44342c=Object['keys'](_0x55c79d),_0x77b6ea=0x0;_0x77b6ea<_0x44342c['length'];++_0x77b6ea)null!=_0x55c79d[_0x44342c[_0x77b6ea]]&&(this[_0x44342c[_0x77b6ea]]=_0x55c79d[_0x44342c[_0x77b6ea]]);}}return _0x4310fc['prototype']['start']=null,_0x4310fc['prototype']['end']=null,_0x4310fc['create']=function(_0x230c21){return new _0x4310fc(_0x230c21);},_0x4310fc['encode']=function(_0x2023aa,_0x340637){return _0x340637||(_0x340637=_0xeb94ef['create']()),null!=_0x2023aa['start']&&Object['hasOwnProperty']['call'](_0x2023aa,'start')&&_0x281201['Position']['encode'](_0x2023aa['start'],_0x340637['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2023aa['end']&&Object['hasOwnProperty']['call'](_0x2023aa,'end')&&_0x281201['Position']['encode'](_0x2023aa['end'],_0x340637['uint32'](0x12)['fork']())['ldelim'](),_0x340637;},_0x4310fc['encodeDelimited']=function(_0x3b6796,_0x545bd6){return this['encode'](_0x3b6796,_0x545bd6)['ldelim']();},_0x4310fc['decode']=function(_0x1aed86,_0x3ac7b4){_0x1aed86 instanceof _0x510ea5||(_0x1aed86=_0x510ea5['create'](_0x1aed86));for(var _0x4804dc=void 0x0===_0x3ac7b4?_0x1aed86['len']:_0x1aed86['pos']+_0x3ac7b4,_0x551d32=new _0x281201['Range']();_0x1aed86['pos']<_0x4804dc;){var _0x269222=_0x1aed86['uint32']();switch(_0x269222>>>0x3){case 0x1:_0x551d32['start']=_0x281201['Position']['decode'](_0x1aed86,_0x1aed86['uint32']());break;case 0x2:_0x551d32['end']=_0x281201['Position']['decode'](_0x1aed86,_0x1aed86['uint32']());break;default:_0x1aed86['skipType'](0x7&_0x269222);}}return _0x551d32;},_0x4310fc['decodeDelimited']=function(_0x84b536){return _0x84b536 instanceof _0x510ea5||(_0x84b536=new _0x510ea5(_0x84b536)),this['decode'](_0x84b536,_0x84b536['uint32']());},_0x4310fc['verify']=function(_0x3f972f){if('object'!=typeof _0x3f972f||null===_0x3f972f)return'object\x20expected';var _0x5e0d24;if(null!=_0x3f972f['start']&&_0x3f972f['hasOwnProperty']('start')&&(_0x5e0d24=_0x281201['Position']['verify'](_0x3f972f['start'])))return'start.'+_0x5e0d24;if(null!=_0x3f972f['end']&&_0x3f972f['hasOwnProperty']('end')&&(_0x5e0d24=_0x281201['Position']['verify'](_0x3f972f['end'])))return'end.'+_0x5e0d24;return null;},_0x4310fc['fromObject']=function(_0x4a9df3){if(_0x4a9df3 instanceof _0x281201['Range'])return _0x4a9df3;var _0x341a52=new _0x281201['Range']();if(null!=_0x4a9df3['start']){if('object'!=typeof _0x4a9df3['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x341a52['start']=_0x281201['Position']['fromObject'](_0x4a9df3['start']);}if(null!=_0x4a9df3['end']){if('object'!=typeof _0x4a9df3['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x341a52['end']=_0x281201['Position']['fromObject'](_0x4a9df3['end']);}return _0x341a52;},_0x4310fc['toObject']=function(_0x78cd2e,_0x45b5bc){_0x45b5bc||(_0x45b5bc={});var _0x3f24bd={};return _0x45b5bc['defaults']&&(_0x3f24bd['start']=null,_0x3f24bd['end']=null),null!=_0x78cd2e['start']&&_0x78cd2e['hasOwnProperty']('start')&&(_0x3f24bd['start']=_0x281201['Position']['toObject'](_0x78cd2e['start'],_0x45b5bc)),null!=_0x78cd2e['end']&&_0x78cd2e['hasOwnProperty']('end')&&(_0x3f24bd['end']=_0x281201['Position']['toObject'](_0x78cd2e['end'],_0x45b5bc)),_0x3f24bd;},_0x4310fc['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x46959f['util']['toJSONOptions']);},_0x4310fc['getTypeUrl']=function(_0x596b40){return void 0x0===_0x596b40&&(_0x596b40='type.googleapis.com'),_0x596b40+'/Range';},_0x4310fc;}()),_0x281201['Element']=(function(){function _0x36f6e7(_0x5e05a8){if(this['children']=[],this['attributesBoolean']={},_0x5e05a8){for(var _0x136afe=Object['keys'](_0x5e05a8),_0x40717a=0x0;_0x40717a<_0x136afe['length'];++_0x40717a)null!=_0x5e05a8[_0x136afe[_0x40717a]]&&(this[_0x136afe[_0x40717a]]=_0x5e05a8[_0x136afe[_0x40717a]]);}}return _0x36f6e7['prototype']['name']='',_0x36f6e7['prototype']['children']=_0x152161['emptyArray'],_0x36f6e7['prototype']['data']='',_0x36f6e7['prototype']['attributesBoolean']=_0x152161['emptyObject'],_0x36f6e7['prototype']['attributesJson']='',_0x36f6e7['create']=function(_0x3b4426){return new _0x36f6e7(_0x3b4426);},_0x36f6e7['encode']=function(_0x5156d7,_0x305bdb){if(_0x305bdb||(_0x305bdb=_0xeb94ef['create']()),null!=_0x5156d7['name']&&Object['hasOwnProperty']['call'](_0x5156d7,'name')&&_0x305bdb['uint32'](0xa)['string'](_0x5156d7['name']),null!=_0x5156d7['children']&&_0x5156d7['children']['length']){for(var _0x1234bb=0x0;_0x1234bb<_0x5156d7['children']['length'];++_0x1234bb)_0x281201['Element']['encode'](_0x5156d7['children'][_0x1234bb],_0x305bdb['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x5156d7['data']&&Object['hasOwnProperty']['call'](_0x5156d7,'data')&&_0x305bdb['uint32'](0x1a)['string'](_0x5156d7['data']),null!=_0x5156d7['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x5156d7,'attributesBoolean')){var _0x475eba=Object['keys'](_0x5156d7['attributesBoolean']);for(_0x1234bb=0x0;_0x1234bb<_0x475eba['length'];++_0x1234bb)_0x305bdb['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x475eba[_0x1234bb])['uint32'](0x10)['bool'](_0x5156d7['attributesBoolean'][_0x475eba[_0x1234bb]])['ldelim']();}return null!=_0x5156d7['attributesJson']&&Object['hasOwnProperty']['call'](_0x5156d7,'attributesJson')&&_0x305bdb['uint32'](0x2a)['string'](_0x5156d7['attributesJson']),_0x305bdb;},_0x36f6e7['encodeDelimited']=function(_0x55aaa1,_0x589ee9){return this['encode'](_0x55aaa1,_0x589ee9)['ldelim']();},_0x36f6e7['decode']=function(_0x49bcab,_0x157c02){_0x49bcab instanceof _0x510ea5||(_0x49bcab=_0x510ea5['create'](_0x49bcab));for(var _0xa5ba77,_0x47e3a6,_0x4cb41c=void 0x0===_0x157c02?_0x49bcab['len']:_0x49bcab['pos']+_0x157c02,_0x16f1fb=new _0x281201['Element']();_0x49bcab['pos']<_0x4cb41c;){var _0x5c012f=_0x49bcab['uint32']();switch(_0x5c012f>>>0x3){case 0x1:_0x16f1fb['name']=_0x49bcab['string']();break;case 0x2:_0x16f1fb['children']&&_0x16f1fb['children']['length']||(_0x16f1fb['children']=[]),_0x16f1fb['children']['push'](_0x281201['Element']['decode'](_0x49bcab,_0x49bcab['uint32']()));break;case 0x3:_0x16f1fb['data']=_0x49bcab['string']();break;case 0x4:_0x16f1fb['attributesBoolean']===_0x152161['emptyObject']&&(_0x16f1fb['attributesBoolean']={});var _0x4fa229=_0x49bcab['uint32']()+_0x49bcab['pos'];for(_0xa5ba77='',_0x47e3a6=!0x1;_0x49bcab['pos']<_0x4fa229;){var _0x2a64ac=_0x49bcab['uint32']();switch(_0x2a64ac>>>0x3){case 0x1:_0xa5ba77=_0x49bcab['string']();break;case 0x2:_0x47e3a6=_0x49bcab['bool']();break;default:_0x49bcab['skipType'](0x7&_0x2a64ac);}}_0x16f1fb['attributesBoolean'][_0xa5ba77]=_0x47e3a6;break;case 0x5:_0x16f1fb['attributesJson']=_0x49bcab['string']();break;default:_0x49bcab['skipType'](0x7&_0x5c012f);}}return _0x16f1fb;},_0x36f6e7['decodeDelimited']=function(_0xb7ae08){return _0xb7ae08 instanceof _0x510ea5||(_0xb7ae08=new _0x510ea5(_0xb7ae08)),this['decode'](_0xb7ae08,_0xb7ae08['uint32']());},_0x36f6e7['verify']=function(_0x1c3e45){if('object'!=typeof _0x1c3e45||null===_0x1c3e45)return'object\x20expected';if(null!=_0x1c3e45['name']&&_0x1c3e45['hasOwnProperty']('name')&&!_0x152161['isString'](_0x1c3e45['name']))return'name:\x20string\x20expected';if(null!=_0x1c3e45['children']&&_0x1c3e45['hasOwnProperty']('children')){if(!Array['isArray'](_0x1c3e45['children']))return'children:\x20array\x20expected';for(var _0x221638=0x0;_0x221638<_0x1c3e45['children']['length'];++_0x221638){var _0x58a792=_0x281201['Element']['verify'](_0x1c3e45['children'][_0x221638]);if(_0x58a792)return'children.'+_0x58a792;}}if(null!=_0x1c3e45['data']&&_0x1c3e45['hasOwnProperty']('data')&&!_0x152161['isString'](_0x1c3e45['data']))return'data:\x20string\x20expected';if(null!=_0x1c3e45['attributesBoolean']&&_0x1c3e45['hasOwnProperty']('attributesBoolean')){if(!_0x152161['isObject'](_0x1c3e45['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x29e5a7=Object['keys'](_0x1c3e45['attributesBoolean']);for(_0x221638=0x0;_0x221638<_0x29e5a7['length'];++_0x221638)if('boolean'!=typeof _0x1c3e45['attributesBoolean'][_0x29e5a7[_0x221638]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x1c3e45['attributesJson']&&_0x1c3e45['hasOwnProperty']('attributesJson')&&!_0x152161['isString'](_0x1c3e45['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x36f6e7['fromObject']=function(_0x5966cb){if(_0x5966cb instanceof _0x281201['Element'])return _0x5966cb;var _0xbf0e95=new _0x281201['Element']();if(null!=_0x5966cb['name']&&(_0xbf0e95['name']=String(_0x5966cb['name'])),_0x5966cb['children']){if(!Array['isArray'](_0x5966cb['children']))throw TypeError('.Element.children:\x20array\x20expected');_0xbf0e95['children']=[];for(var _0x512abd=0x0;_0x512abd<_0x5966cb['children']['length'];++_0x512abd){if('object'!=typeof _0x5966cb['children'][_0x512abd])throw TypeError('.Element.children:\x20object\x20expected');_0xbf0e95['children'][_0x512abd]=_0x281201['Element']['fromObject'](_0x5966cb['children'][_0x512abd]);}}if(null!=_0x5966cb['data']&&(_0xbf0e95['data']=String(_0x5966cb['data'])),_0x5966cb['attributesBoolean']){if('object'!=typeof _0x5966cb['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0xbf0e95['attributesBoolean']={};var _0x138d3a=Object['keys'](_0x5966cb['attributesBoolean']);for(_0x512abd=0x0;_0x512abd<_0x138d3a['length'];++_0x512abd)_0xbf0e95['attributesBoolean'][_0x138d3a[_0x512abd]]=Boolean(_0x5966cb['attributesBoolean'][_0x138d3a[_0x512abd]]);}return null!=_0x5966cb['attributesJson']&&(_0xbf0e95['attributesJson']=String(_0x5966cb['attributesJson'])),_0xbf0e95;},_0x36f6e7['toObject']=function(_0x556d43,_0x10d9ab){_0x10d9ab||(_0x10d9ab={});var _0x4e57b0,_0x5acd05={};if((_0x10d9ab['arrays']||_0x10d9ab['defaults'])&&(_0x5acd05['children']=[]),(_0x10d9ab['objects']||_0x10d9ab['defaults'])&&(_0x5acd05['attributesBoolean']={}),_0x10d9ab['defaults']&&(_0x5acd05['name']='',_0x5acd05['data']='',_0x5acd05['attributesJson']=''),null!=_0x556d43['name']&&_0x556d43['hasOwnProperty']('name')&&(_0x5acd05['name']=_0x556d43['name']),_0x556d43['children']&&_0x556d43['children']['length']){_0x5acd05['children']=[];for(var _0x402a99=0x0;_0x402a99<_0x556d43['children']['length'];++_0x402a99)_0x5acd05['children'][_0x402a99]=_0x281201['Element']['toObject'](_0x556d43['children'][_0x402a99],_0x10d9ab);}if(null!=_0x556d43['data']&&_0x556d43['hasOwnProperty']('data')&&(_0x5acd05['data']=_0x556d43['data']),_0x556d43['attributesBoolean']&&(_0x4e57b0=Object['keys'](_0x556d43['attributesBoolean']))['length']){_0x5acd05['attributesBoolean']={};for(_0x402a99=0x0;_0x402a99<_0x4e57b0['length'];++_0x402a99)_0x5acd05['attributesBoolean'][_0x4e57b0[_0x402a99]]=_0x556d43['attributesBoolean'][_0x4e57b0[_0x402a99]];}return null!=_0x556d43['attributesJson']&&_0x556d43['hasOwnProperty']('attributesJson')&&(_0x5acd05['attributesJson']=_0x556d43['attributesJson']),_0x5acd05;},_0x36f6e7['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x46959f['util']['toJSONOptions']);},_0x36f6e7['getTypeUrl']=function(_0x4f8458){return void 0x0===_0x4f8458&&(_0x4f8458='type.googleapis.com'),_0x4f8458+'/Element';},_0x36f6e7;}()),_0x281201;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x3c092a){return new y(this['_protobufRoot'][_0x3c092a]);}}class y{['_protobuf'];constructor(_0x44d12f){this['_protobuf']=_0x44d12f;}['compress'](_0x1ec0ea){const _0x44598c=this['_protobuf']['verify'](_0x1ec0ea);if(_0x44598c)throw Error(_0x44598c);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x1ec0ea))['finish']();}['decompress'](_0x57f61c){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x57f61c),{'oneofs':!0x0});}}function _(_0x416dc1,_0x2df752){const _0x3b5fe1=_0x478f93(_0x416dc1);return _0x3b5fe1['path'][_0x3b5fe1['path']['length']-0x1]+=_0x2df752,_0x3b5fe1;}function O(_0x75b237,_0x52b295){return _0x75b237['root']===_0x52b295['root']&&_0x4118b6(_0x75b237['path'],_0x52b295['path']);}function $(_0xa7cdcc){P(_0xa7cdcc,_0x6f149f=>('main'==_0x6f149f['root']?(_0x6f149f['rootMain']=!0x0,delete _0x6f149f['root']):'$graveyard'==_0x6f149f['root']&&(_0x6f149f['rootGraveyard']=!0x0,delete _0x6f149f['root']),_0x6f149f));}function J(_0x3c7387){P(_0x3c7387,_0x5b30a9=>(_0x5b30a9['rootMain']?(_0x5b30a9['root']='main',delete _0x5b30a9['rootMain']):_0x5b30a9['rootGraveyard']&&(_0x5b30a9['root']='$graveyard',delete _0x5b30a9['rootGraveyard']),_0x5b30a9));}function P(_0x85f324,_0x32f5af){for(const _0x211b1b in _0x85f324){const _0x342042=_0x85f324[_0x211b1b];'nodes'!==_0x211b1b&&_0x20e800(_0x342042)&&(_0x342042['path']&&(_0x342042['root']||_0x342042['rootMain']||_0x342042['rootGraveyard'])?_0x85f324[_0x211b1b]=_0x32f5af(_0x342042):P(_0x342042,_0x32f5af));}return _0x85f324;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x335324,_0x32e059,_0x46b4dd){this['_id']=_0x335324,this['_operationName']=_0x32e059,this['_protobufDescriptor']=_0x46b4dd;}['compress'](_0x3158e2,_0x5aad98){const _0x1e5001=_0x5aad98['shift']();return $(_0x1e5001),_0x3158e2['buffers']['push'](this['_protobufDescriptor']['compress'](_0x1e5001)),_0x3158e2['types']['push'](this['_id']),!0x0;}['decompress'](_0x2b65d7,_0x190c26){_0x190c26['types']['shift']();const _0x2a7ed6=this['_protobufDescriptor']['decompress'](_0x190c26['buffers']['shift']());J(_0x2a7ed6),_0x2a7ed6['__className']=this['_operationName'],_0x2b65d7['push'](_0x2a7ed6);}}class s extends e{['compress'](_0x3ef3fa,_0x30fe1c){const _0x4e19f5=_0x30fe1c['shift']();return this['_serializeOneOf']('oldValue',_0x4e19f5),this['_serializeOneOf']('newValue',_0x4e19f5),$(_0x4e19f5),_0x3ef3fa['buffers']['push'](this['_protobufDescriptor']['compress'](_0x4e19f5)),_0x3ef3fa['types']['push'](this['_id']),!0x0;}['decompress'](_0x5ef013,_0xab308a){const {types:_0x3f4cbd,buffers:_0x18107a}=_0xab308a,_0x430409=this['_protobufDescriptor']['decompress'](_0x18107a['shift']());_0x3f4cbd['shift'](),this['_deserializeOneOf']('oldValue',_0x430409),this['_deserializeOneOf']('newValue',_0x430409),J(_0x430409),_0x430409['__className']=this['_operationName'],_0x5ef013['push'](_0x430409);}['_serializeOneOf'](_0x2c6858,_0x5de76e){const _0x3e1e02=_0x5de76e[_0x2c6858];'boolean'==typeof _0x3e1e02?_0x5de76e[_0x2c6858+'Boolean']=_0x3e1e02:_0x5de76e[_0x2c6858+'Json']=JSON['stringify'](_0x3e1e02);}['_deserializeOneOf'](_0xfe4338,_0x34cdd9){const _0x23b062=_0xfe4338+'Json';_0x34cdd9[_0x23b062]?(_0x34cdd9[_0xfe4338]=JSON['parse'](_0x34cdd9[_0x23b062]),delete _0x34cdd9[_0x23b062]):(_0x34cdd9[_0xfe4338]=_0x34cdd9[_0xfe4338+'Boolean'],delete _0x34cdd9[_0xfe4338+'Boolean']);}}class i extends e{['compress'](_0x5e3528,_0x509864){const _0x129259=_0x509864['shift']();return this['_serializeNodesAttributes'](_0x129259['nodes']),$(_0x129259),_0x5e3528['buffers']['push'](this['_protobufDescriptor']['compress'](_0x129259)),_0x5e3528['types']['push'](this['_id']),!0x0;}['decompress'](_0x48394e,_0x4cdb99){const {types:_0x51584a,buffers:_0x5a3738}=_0x4cdb99,_0x4bcf70=this['_protobufDescriptor']['decompress'](_0x5a3738['shift']());_0x51584a['shift'](),_0x4bcf70['nodes']||(_0x4bcf70['nodes']=[]),this['_deserializeNodesAttributes'](_0x4bcf70['nodes']),J(_0x4bcf70),_0x4bcf70['__className']=this['_operationName'],_0x48394e['push'](_0x4bcf70);}['_serializeNodesAttributes'](_0x51f743){for(const _0x3734b3 of _0x51f743){if(_0x3734b3['attributes']){const _0x2344ac=_0x3734b3['attributes'];this['_areValuesBoolean'](_0x2344ac)?_0x3734b3['attributesBoolean']=_0x2344ac:_0x3734b3['attributesJson']=JSON['stringify'](_0x2344ac);}_0x3734b3['children']&&this['_serializeNodesAttributes'](_0x3734b3['children']);}}['_deserializeNodesAttributes'](_0x32ae2c){for(const _0x280127 of _0x32ae2c)(_0x280127['attributesBoolean']||_0x280127['attributesJson'])&&(_0x280127['attributesBoolean']?(_0x280127['attributes']=_0x280127['attributesBoolean'],delete _0x280127['attributesBoolean']):(_0x280127['attributes']=JSON['parse'](_0x280127['attributesJson']),delete _0x280127['attributesJson'])),_0x280127['children']&&this['_deserializeNodesAttributes'](_0x280127['children']);}['_areValuesBoolean'](_0x166792){return Object['keys'](_0x166792)['every'](_0x4fef83=>'boolean'==typeof _0x166792[_0x4fef83]);}}class n extends e{['decompress'](_0x545a16,_0x4af9dd){super['decompress'](_0x545a16,_0x4af9dd);const _0x506565=_0x545a16[_0x545a16['length']-0x1];_0x506565['oldRange']||(_0x506565['oldRange']=null),_0x506565['newRange']||(_0x506565['newRange']=null);}}class p extends e{['compress'](_0x2fa016,_0x4a66fb){return _0x4a66fb['shift'](),_0x2fa016['types']['push'](this['_id']),!0x0;}['decompress'](_0x3b49f5,_0x4d6966){_0x4d6966['types']['shift'](),_0x3b49f5['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x352493,_0x220147,_0xbb27b2,_0x30c973){super(_0x352493,_0x220147,_0xbb27b2),this['_omittedNamespace']=_0x30c973+':';}['compress'](_0x569505,_0x44299d){return!('MarkerOperation'!=_0x44299d[0x0]['__className']||!_0x44299d[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x44299d[0x0]['name']=_0x44299d[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x569505,_0x44299d),!0x0);}['decompress'](_0x5bf965,_0x4ff5fa){super['decompress'](_0x5bf965,_0x4ff5fa);const _0x3f5f4c=_0x5bf965[_0x5bf965['length']-0x1];_0x3f5f4c['name']=this['_omittedNamespace']+_0x3f5f4c['name'];}}class b{['_id'];['_context'];constructor(_0x15d945,_0x375a10){this['_id']=_0x15d945,this['_context']=_0x375a10;}['compress'](_0xe55f1f,_0x3799c8){let _0x7dc08a;for(;_0x3799c8['length']>0x1&&this['_compareOperations'](_0x3799c8[0x0],_0x3799c8[0x1]);)_0x7dc08a?(_0x7dc08a=this['_combineNext'](_0x3799c8['shift'](),_0x7dc08a),_0xe55f1f['types']['push'](0x0)):(_0x7dc08a=_0x478f93(_0x3799c8['shift']()),_0xe55f1f['types']['push'](this['_id']));return!!_0x7dc08a&&(_0x7dc08a=this['_combineNext'](_0x3799c8['shift'](),_0x7dc08a),_0xe55f1f['types']['push'](0x0),_0xe55f1f['buffers']['push'](this['_compressSingleOperation'](_0x7dc08a)),!0x0);}['decompress'](_0x32836a,_0x46c8c1){const _0x49d325=this['_decompressSingleOperation'](_0x46c8c1);for(;0x0==_0x46c8c1['types'][0x0];)_0x46c8c1['types']['shift'](),_0x32836a['push'](this['_splitCurrent'](_0x49d325));_0x32836a['push'](_0x49d325);}}class m extends b{['_combineNext'](_0x51d17d,_0x1a440a){return _0x1a440a['nodes'][0x0]['data']+=_0x51d17d['nodes'][0x0]['data'],_0x1a440a;}['_splitCurrent'](_0xb591dc){const _0x5784f5=_0x478f93(_0xb591dc),_0x3f7323=_0x5784f5['nodes'][0x0],_0x5520b8=_0xb591dc['nodes'][0x0],_0x2c24b9=_0x5520b8['data'][Symbol['iterator']]()['next']()['value'],_0x5a2620=_0x2c24b9['length'];return _0x3f7323['data']=_0x2c24b9,_0x5520b8['data']=_0x5520b8['data']['substr'](_0x5a2620),_0xb591dc['position']=_(_0xb591dc['position'],_0x5a2620),_0x5784f5;}['_compareOperations'](_0x2fbc16,_0x4a677d){if(this['_checkOperation'](_0x2fbc16)&&this['_checkOperation'](_0x4a677d)){const _0x151321=_0x2fbc16['nodes'][0x0]['data']['length'],_0x276a4a=O(_(_0x2fbc16['position'],_0x151321),_0x4a677d['position']),_0x491aff=_0x2fbc16['nodes'][0x0],_0x52e4a2=_0x4a677d['nodes'][0x0];return _0x276a4a&&this['_compareAttributes'](_0x491aff,_0x52e4a2);}return!0x1;}['_compressSingleOperation'](_0x2b18ac){const _0xd0ccb5={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0xd0ccb5,[_0x2b18ac]),_0xd0ccb5['buffers'][0x0];}['_decompressSingleOperation'](_0x20415c){const _0x33faa3=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x33faa3,_0x20415c),_0x33faa3[0x0];}['_checkOperation'](_0xb2c44a){return'InsertOperation'==_0xb2c44a['__className']&&0x1==_0xb2c44a['nodes']['length']&&_0xb2c44a['nodes'][0x0]['data']&&!_0xb2c44a['wasUndone']&&0x1==Array['from'](_0xb2c44a['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x1e37d7,_0x5a19e0){const _0xcb14d4=Object['keys'](_0x1e37d7['attributes']||{}),_0x4f39b5=Object['keys'](_0x5a19e0['attributes']||{});return _0xcb14d4['length']===_0x4f39b5['length']&&_0xcb14d4['every'](_0xbf9b8c=>_0x5a19e0['attributes'][_0xbf9b8c]&&_0x5a19e0['attributes'][_0xbf9b8c]===_0x1e37d7['attributes'][_0xbf9b8c]);}}class c extends b{['_combineNext'](_0x304f2a,_0x53f49c){return _0x53f49c['howMany']++,_0x53f49c['sourcePosition']=_0x478f93(_0x304f2a['sourcePosition']),_0x53f49c;}['_splitCurrent'](_0x81ffb1){const _0x38b7b7=_0x478f93(_0x81ffb1);return _0x81ffb1['howMany']--,_0x38b7b7['howMany']=0x1,_0x38b7b7['sourcePosition']=_(_0x38b7b7['sourcePosition'],_0x81ffb1['howMany']),_0x38b7b7;}['_compareOperations'](_0x3b8ee5,_0x1d6200){return!(!this['_checkOperation'](_0x3b8ee5)||!this['_checkOperation'](_0x1d6200))&&(O(_(_0x3b8ee5['sourcePosition'],-0x1),_0x1d6200['sourcePosition'])&&O(_0x3b8ee5['targetPosition'],_0x1d6200['targetPosition']));}['_compressSingleOperation'](_0x379cae){const _0x144b95={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x144b95,[_0x379cae]),_0x144b95['buffers'][0x0];}['_decompressSingleOperation'](_0x2bbbed){const _0x572804=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x572804,_0x2bbbed),_0x572804[0x0];}['_checkOperation'](_0x3aad0c){return'MoveOperation'==_0x3aad0c['__className']&&'$graveyard'==_0x3aad0c['targetPosition']['root']&&0x1==_0x3aad0c['howMany']&&!_0x3aad0c['wasUndone'];}}class h extends b{['_combineNext'](_0x411d13,_0x41f762){return _0x41f762['howMany']++,_0x41f762;}['_splitCurrent'](_0x16351f){const _0x4145e6=_0x478f93(_0x16351f);return _0x4145e6['howMany']=0x1,_0x16351f['howMany']--,_0x4145e6;}['_compareOperations'](_0x1dcf00,_0x5684ef){return!(!this['_checkOperation'](_0x1dcf00)||!this['_checkOperation'](_0x5684ef))&&(O(_0x1dcf00['sourcePosition'],_0x5684ef['sourcePosition'])&&O(_0x1dcf00['targetPosition'],_0x5684ef['targetPosition']));}['_compressSingleOperation'](_0x5d0e7c){const _0x14da82={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x14da82,[_0x5d0e7c]),_0x14da82['buffers'][0x0];}['_decompressSingleOperation'](_0x226a78){const _0x5f291e=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x5f291e,_0x226a78),_0x5f291e[0x0];}['_checkOperation'](_0x468566){return'MoveOperation'==_0x468566['__className']&&'$graveyard'==_0x468566['targetPosition']['root']&&0x1==_0x468566['howMany']&&!_0x468566['wasUndone'];}}class f extends b{['compress'](_0x3c32a8,_0x10d220){if(!this['_compareOperations'](_0x10d220[0x0],_0x10d220[0x1]))return!0x1;const _0x1c8f23=_0x10d220['shift']();return _0x1c8f23['oldRange']=null,_0x1c8f23['newRange']&&O(_0x1c8f23['newRange']['start'],_0x1c8f23['newRange']['end'])&&(_0x1c8f23['newRange']['end']=null),_0x10d220['shift'](),_0x3c32a8['types']['push'](this['_id']),_0x3c32a8['types']['push'](0x0),_0x3c32a8['buffers']['push'](this['_compressSingleOperation'](_0x1c8f23)),!0x0;}['decompress'](_0x10e5a7,_0x1ca41c){const _0xc4ebef=this['_decompressSingleOperation'](_0x1ca41c);_0xc4ebef['newRange']&&!_0xc4ebef['newRange']['end']&&(_0xc4ebef['newRange']['end']=_0x478f93(_0xc4ebef['newRange']['start']));const _0x5e13f6=_0x478f93(_0xc4ebef);_0x5e13f6['newRange']&&(_0x5e13f6['newRange']['start']['stickiness']='toNone',_0x5e13f6['newRange']['end']=_0x478f93(_0x5e13f6['newRange']['start'])),_0x5e13f6['name']='user:position:'+_0x5e13f6['name']['split'](':')[0x2],_0x1ca41c['types']['shift'](),_0x10e5a7['push'](_0xc4ebef),_0x10e5a7['push'](_0x5e13f6);}['_compressSingleOperation'](_0x44fe99){const _0x2075e9={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x2075e9,[_0x44fe99]),_0x2075e9['buffers'][0x0];}['_decompressSingleOperation'](_0x2101a6){const _0xbb6817=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0xbb6817,_0x2101a6),_0xbb6817[0x0];}['_compareOperations'](_0xf90e4,_0x552048){return!(!_0xf90e4||!_0x552048)&&('MarkerOperation'==_0xf90e4['__className']&&'MarkerOperation'==_0x552048['__className']&&!(!_0xf90e4['name']['startsWith']('user:')||!_0x552048['name']['startsWith']('user:')||_0xf90e4['name']==_0x552048['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x43da45=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',_0x43da45,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x43da45,'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'](_0x34c079){if(!_0x34c079||!_0x34c079[0x0])throw new _0x55663a('no-operations-provided',this);const _0x29ccf3={'types':[],'buffers':[],'baseVersion':_0x34c079[0x0]['baseVersion']};for(;_0x34c079['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x29ccf3,_0x34c079)||this['_getCompressorByName']('TypingAction')['compress'](_0x29ccf3,_0x34c079)||this['_getCompressorByName']('DeletingAction')['compress'](_0x29ccf3,_0x34c079)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x29ccf3,_0x34c079)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x29ccf3,_0x34c079)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x29ccf3,_0x34c079)||this['_getCompressorByName'](_0x34c079[0x0]['__className'])['compress'](_0x29ccf3,_0x34c079);return _0x29ccf3;}['decompress'](_0x177c2f){const _0x3e68df=[];for(;_0x177c2f['types']['length'];){this['_compressorById']['get'](_0x177c2f['types'][0x0])['decompress'](_0x3e68df,_0x177c2f);}return _0x3e68df['forEach']((_0x31a4bf,_0x425b85)=>_0x31a4bf['baseVersion']=_0x177c2f['baseVersion']+_0x425b85),_0x3e68df;}['_getCompressorByName'](_0x30d295){return this['_compressorByName']['get'](_0x30d295);}['_registerOperationCompressor'](_0x5485b6,_0x158510,_0x404aaa){const _0x12c97c=new _0x404aaa(_0x5485b6,_0x158510,this['_protobufFactory']['getDescriptor'](_0x158510));this['_registerCompressor'](_0x5485b6,_0x158510,_0x12c97c);}['_registerActionCompressor'](_0x50eb19,_0x59392b,_0x5962ae){const _0x18a6b7=new _0x5962ae(_0x50eb19,this);this['_registerCompressor'](_0x50eb19,_0x59392b,_0x18a6b7);}['_registerCompressor'](_0x1fa536,_0x5de9a5,_0xef19f9){this['_compressorById']['set'](_0x1fa536,_0xef19f9),this['_compressorByName']['set'](_0x5de9a5,_0xef19f9);}}export{g as Compressor};
|