@ckeditor/ckeditor5-operations-compressor 44.1.0 → 44.2.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/dist/index-content.css +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 _0x271ed5}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x59cef0 from'protobufjs/minimal.js';import{cloneDeep as _0x13b753,isEqual as _0x3dd6fd,isObject as _0x287c30}from'lodash-es';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x2f05c0=_0x59cef0['Reader'],_0xf39eee=_0x59cef0['Writer'],_0x4800fc=_0x59cef0['util'],_0x1e3b7d=_0x59cef0['roots']['default']||(_0x59cef0['roots']['default']={});return _0x1e3b7d['AttributeOperation']=(function(){function _0x4ca4e3(_0x4a1304){if(_0x4a1304){for(var _0x2b009d=Object['keys'](_0x4a1304),_0x503555=0x0;_0x503555<_0x2b009d['length'];++_0x503555)null!=_0x4a1304[_0x2b009d[_0x503555]]&&(this[_0x2b009d[_0x503555]]=_0x4a1304[_0x2b009d[_0x503555]]);}}return _0x4ca4e3['prototype']['range']=null,_0x4ca4e3['prototype']['key']='',_0x4ca4e3['prototype']['oldValueBoolean']=!0x1,_0x4ca4e3['prototype']['oldValueJson']='',_0x4ca4e3['prototype']['newValueBoolean']=!0x1,_0x4ca4e3['prototype']['newValueJson']='',_0x4ca4e3['prototype']['wasUndone']=!0x1,_0x4ca4e3['create']=function(_0x32dacb){return new _0x4ca4e3(_0x32dacb);},_0x4ca4e3['encode']=function(_0x44a67a,_0x39eba5){return _0x39eba5||(_0x39eba5=_0xf39eee['create']()),null!=_0x44a67a['range']&&Object['hasOwnProperty']['call'](_0x44a67a,'range')&&_0x1e3b7d['Range']['encode'](_0x44a67a['range'],_0x39eba5['uint32'](0xa)['fork']())['ldelim'](),null!=_0x44a67a['key']&&Object['hasOwnProperty']['call'](_0x44a67a,'key')&&_0x39eba5['uint32'](0x12)['string'](_0x44a67a['key']),null!=_0x44a67a['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x44a67a,'oldValueBoolean')&&_0x39eba5['uint32'](0x18)['bool'](_0x44a67a['oldValueBoolean']),null!=_0x44a67a['oldValueJson']&&Object['hasOwnProperty']['call'](_0x44a67a,'oldValueJson')&&_0x39eba5['uint32'](0x22)['string'](_0x44a67a['oldValueJson']),null!=_0x44a67a['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x44a67a,'newValueBoolean')&&_0x39eba5['uint32'](0x28)['bool'](_0x44a67a['newValueBoolean']),null!=_0x44a67a['newValueJson']&&Object['hasOwnProperty']['call'](_0x44a67a,'newValueJson')&&_0x39eba5['uint32'](0x32)['string'](_0x44a67a['newValueJson']),null!=_0x44a67a['wasUndone']&&Object['hasOwnProperty']['call'](_0x44a67a,'wasUndone')&&_0x39eba5['uint32'](0x38)['bool'](_0x44a67a['wasUndone']),_0x39eba5;},_0x4ca4e3['encodeDelimited']=function(_0x4e8579,_0x5932e2){return this['encode'](_0x4e8579,_0x5932e2)['ldelim']();},_0x4ca4e3['decode']=function(_0x2ee2e3,_0x11161b){_0x2ee2e3 instanceof _0x2f05c0||(_0x2ee2e3=_0x2f05c0['create'](_0x2ee2e3));for(var _0x28d3a3=void 0x0===_0x11161b?_0x2ee2e3['len']:_0x2ee2e3['pos']+_0x11161b,_0x3a4c5d=new _0x1e3b7d['AttributeOperation']();_0x2ee2e3['pos']<_0x28d3a3;){var _0x3e9ad9=_0x2ee2e3['uint32']();switch(_0x3e9ad9>>>0x3){case 0x1:_0x3a4c5d['range']=_0x1e3b7d['Range']['decode'](_0x2ee2e3,_0x2ee2e3['uint32']());break;case 0x2:_0x3a4c5d['key']=_0x2ee2e3['string']();break;case 0x3:_0x3a4c5d['oldValueBoolean']=_0x2ee2e3['bool']();break;case 0x4:_0x3a4c5d['oldValueJson']=_0x2ee2e3['string']();break;case 0x5:_0x3a4c5d['newValueBoolean']=_0x2ee2e3['bool']();break;case 0x6:_0x3a4c5d['newValueJson']=_0x2ee2e3['string']();break;case 0x7:_0x3a4c5d['wasUndone']=_0x2ee2e3['bool']();break;default:_0x2ee2e3['skipType'](0x7&_0x3e9ad9);}}return _0x3a4c5d;},_0x4ca4e3['decodeDelimited']=function(_0x3a4714){return _0x3a4714 instanceof _0x2f05c0||(_0x3a4714=new _0x2f05c0(_0x3a4714)),this['decode'](_0x3a4714,_0x3a4714['uint32']());},_0x4ca4e3['verify']=function(_0x35418e){if('object'!=typeof _0x35418e||null===_0x35418e)return'object\x20expected';if(null!=_0x35418e['range']&&_0x35418e['hasOwnProperty']('range')){var _0x47672b=_0x1e3b7d['Range']['verify'](_0x35418e['range']);if(_0x47672b)return'range.'+_0x47672b;}return null!=_0x35418e['key']&&_0x35418e['hasOwnProperty']('key')&&!_0x4800fc['isString'](_0x35418e['key'])?'key:\x20string\x20expected':null!=_0x35418e['oldValueBoolean']&&_0x35418e['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x35418e['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x35418e['oldValueJson']&&_0x35418e['hasOwnProperty']('oldValueJson')&&!_0x4800fc['isString'](_0x35418e['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x35418e['newValueBoolean']&&_0x35418e['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x35418e['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x35418e['newValueJson']&&_0x35418e['hasOwnProperty']('newValueJson')&&!_0x4800fc['isString'](_0x35418e['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x35418e['wasUndone']&&_0x35418e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x35418e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4ca4e3['fromObject']=function(_0x1cc29f){if(_0x1cc29f instanceof _0x1e3b7d['AttributeOperation'])return _0x1cc29f;var _0x276e9b=new _0x1e3b7d['AttributeOperation']();if(null!=_0x1cc29f['range']){if('object'!=typeof _0x1cc29f['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x276e9b['range']=_0x1e3b7d['Range']['fromObject'](_0x1cc29f['range']);}return null!=_0x1cc29f['key']&&(_0x276e9b['key']=String(_0x1cc29f['key'])),null!=_0x1cc29f['oldValueBoolean']&&(_0x276e9b['oldValueBoolean']=Boolean(_0x1cc29f['oldValueBoolean'])),null!=_0x1cc29f['oldValueJson']&&(_0x276e9b['oldValueJson']=String(_0x1cc29f['oldValueJson'])),null!=_0x1cc29f['newValueBoolean']&&(_0x276e9b['newValueBoolean']=Boolean(_0x1cc29f['newValueBoolean'])),null!=_0x1cc29f['newValueJson']&&(_0x276e9b['newValueJson']=String(_0x1cc29f['newValueJson'])),null!=_0x1cc29f['wasUndone']&&(_0x276e9b['wasUndone']=Boolean(_0x1cc29f['wasUndone'])),_0x276e9b;},_0x4ca4e3['toObject']=function(_0x5ada50,_0xee4948){_0xee4948||(_0xee4948={});var _0x4fdc5b={};return _0xee4948['defaults']&&(_0x4fdc5b['range']=null,_0x4fdc5b['key']='',_0x4fdc5b['oldValueBoolean']=!0x1,_0x4fdc5b['oldValueJson']='',_0x4fdc5b['newValueBoolean']=!0x1,_0x4fdc5b['newValueJson']='',_0x4fdc5b['wasUndone']=!0x1),null!=_0x5ada50['range']&&_0x5ada50['hasOwnProperty']('range')&&(_0x4fdc5b['range']=_0x1e3b7d['Range']['toObject'](_0x5ada50['range'],_0xee4948)),null!=_0x5ada50['key']&&_0x5ada50['hasOwnProperty']('key')&&(_0x4fdc5b['key']=_0x5ada50['key']),null!=_0x5ada50['oldValueBoolean']&&_0x5ada50['hasOwnProperty']('oldValueBoolean')&&(_0x4fdc5b['oldValueBoolean']=_0x5ada50['oldValueBoolean']),null!=_0x5ada50['oldValueJson']&&_0x5ada50['hasOwnProperty']('oldValueJson')&&(_0x4fdc5b['oldValueJson']=_0x5ada50['oldValueJson']),null!=_0x5ada50['newValueBoolean']&&_0x5ada50['hasOwnProperty']('newValueBoolean')&&(_0x4fdc5b['newValueBoolean']=_0x5ada50['newValueBoolean']),null!=_0x5ada50['newValueJson']&&_0x5ada50['hasOwnProperty']('newValueJson')&&(_0x4fdc5b['newValueJson']=_0x5ada50['newValueJson']),null!=_0x5ada50['wasUndone']&&_0x5ada50['hasOwnProperty']('wasUndone')&&(_0x4fdc5b['wasUndone']=_0x5ada50['wasUndone']),_0x4fdc5b;},_0x4ca4e3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59cef0['util']['toJSONOptions']);},_0x4ca4e3['getTypeUrl']=function(_0x2dc410){return void 0x0===_0x2dc410&&(_0x2dc410='type.googleapis.com'),_0x2dc410+'/AttributeOperation';},_0x4ca4e3;}()),_0x1e3b7d['InsertOperation']=(function(){function _0x1fb785(_0xec9f40){if(this['nodes']=[],_0xec9f40){for(var _0xfcab34=Object['keys'](_0xec9f40),_0x2b89ab=0x0;_0x2b89ab<_0xfcab34['length'];++_0x2b89ab)null!=_0xec9f40[_0xfcab34[_0x2b89ab]]&&(this[_0xfcab34[_0x2b89ab]]=_0xec9f40[_0xfcab34[_0x2b89ab]]);}}return _0x1fb785['prototype']['position']=null,_0x1fb785['prototype']['nodes']=_0x4800fc['emptyArray'],_0x1fb785['prototype']['shouldReceiveAttributes']=!0x1,_0x1fb785['prototype']['wasUndone']=!0x1,_0x1fb785['create']=function(_0x388833){return new _0x1fb785(_0x388833);},_0x1fb785['encode']=function(_0x443885,_0xfd0d27){if(_0xfd0d27||(_0xfd0d27=_0xf39eee['create']()),null!=_0x443885['position']&&Object['hasOwnProperty']['call'](_0x443885,'position')&&_0x1e3b7d['Position']['encode'](_0x443885['position'],_0xfd0d27['uint32'](0xa)['fork']())['ldelim'](),null!=_0x443885['nodes']&&_0x443885['nodes']['length']){for(var _0x1d413f=0x0;_0x1d413f<_0x443885['nodes']['length'];++_0x1d413f)_0x1e3b7d['Element']['encode'](_0x443885['nodes'][_0x1d413f],_0xfd0d27['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x443885['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x443885,'shouldReceiveAttributes')&&_0xfd0d27['uint32'](0x18)['bool'](_0x443885['shouldReceiveAttributes']),null!=_0x443885['wasUndone']&&Object['hasOwnProperty']['call'](_0x443885,'wasUndone')&&_0xfd0d27['uint32'](0x20)['bool'](_0x443885['wasUndone']),_0xfd0d27;},_0x1fb785['encodeDelimited']=function(_0x3f7386,_0x393831){return this['encode'](_0x3f7386,_0x393831)['ldelim']();},_0x1fb785['decode']=function(_0xf476fc,_0x34dc53){_0xf476fc instanceof _0x2f05c0||(_0xf476fc=_0x2f05c0['create'](_0xf476fc));for(var _0x32b873=void 0x0===_0x34dc53?_0xf476fc['len']:_0xf476fc['pos']+_0x34dc53,_0x15e3ec=new _0x1e3b7d['InsertOperation']();_0xf476fc['pos']<_0x32b873;){var _0x11d2e2=_0xf476fc['uint32']();switch(_0x11d2e2>>>0x3){case 0x1:_0x15e3ec['position']=_0x1e3b7d['Position']['decode'](_0xf476fc,_0xf476fc['uint32']());break;case 0x2:_0x15e3ec['nodes']&&_0x15e3ec['nodes']['length']||(_0x15e3ec['nodes']=[]),_0x15e3ec['nodes']['push'](_0x1e3b7d['Element']['decode'](_0xf476fc,_0xf476fc['uint32']()));break;case 0x3:_0x15e3ec['shouldReceiveAttributes']=_0xf476fc['bool']();break;case 0x4:_0x15e3ec['wasUndone']=_0xf476fc['bool']();break;default:_0xf476fc['skipType'](0x7&_0x11d2e2);}}return _0x15e3ec;},_0x1fb785['decodeDelimited']=function(_0x56db4a){return _0x56db4a instanceof _0x2f05c0||(_0x56db4a=new _0x2f05c0(_0x56db4a)),this['decode'](_0x56db4a,_0x56db4a['uint32']());},_0x1fb785['verify']=function(_0x41f4a7){if('object'!=typeof _0x41f4a7||null===_0x41f4a7)return'object\x20expected';if(null!=_0x41f4a7['position']&&_0x41f4a7['hasOwnProperty']('position')&&(_0x593664=_0x1e3b7d['Position']['verify'](_0x41f4a7['position'])))return'position.'+_0x593664;if(null!=_0x41f4a7['nodes']&&_0x41f4a7['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x41f4a7['nodes']))return'nodes:\x20array\x20expected';for(var _0x5cb866=0x0;_0x5cb866<_0x41f4a7['nodes']['length'];++_0x5cb866){var _0x593664;if(_0x593664=_0x1e3b7d['Element']['verify'](_0x41f4a7['nodes'][_0x5cb866]))return'nodes.'+_0x593664;}}return null!=_0x41f4a7['shouldReceiveAttributes']&&_0x41f4a7['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x41f4a7['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x41f4a7['wasUndone']&&_0x41f4a7['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x41f4a7['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1fb785['fromObject']=function(_0x4f6c62){if(_0x4f6c62 instanceof _0x1e3b7d['InsertOperation'])return _0x4f6c62;var _0x3354e3=new _0x1e3b7d['InsertOperation']();if(null!=_0x4f6c62['position']){if('object'!=typeof _0x4f6c62['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x3354e3['position']=_0x1e3b7d['Position']['fromObject'](_0x4f6c62['position']);}if(_0x4f6c62['nodes']){if(!Array['isArray'](_0x4f6c62['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x3354e3['nodes']=[];for(var _0x37dbf4=0x0;_0x37dbf4<_0x4f6c62['nodes']['length'];++_0x37dbf4){if('object'!=typeof _0x4f6c62['nodes'][_0x37dbf4])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x3354e3['nodes'][_0x37dbf4]=_0x1e3b7d['Element']['fromObject'](_0x4f6c62['nodes'][_0x37dbf4]);}}return null!=_0x4f6c62['shouldReceiveAttributes']&&(_0x3354e3['shouldReceiveAttributes']=Boolean(_0x4f6c62['shouldReceiveAttributes'])),null!=_0x4f6c62['wasUndone']&&(_0x3354e3['wasUndone']=Boolean(_0x4f6c62['wasUndone'])),_0x3354e3;},_0x1fb785['toObject']=function(_0x5a3dd2,_0x487808){_0x487808||(_0x487808={});var _0x3e8f13={};if((_0x487808['arrays']||_0x487808['defaults'])&&(_0x3e8f13['nodes']=[]),_0x487808['defaults']&&(_0x3e8f13['position']=null,_0x3e8f13['shouldReceiveAttributes']=!0x1,_0x3e8f13['wasUndone']=!0x1),null!=_0x5a3dd2['position']&&_0x5a3dd2['hasOwnProperty']('position')&&(_0x3e8f13['position']=_0x1e3b7d['Position']['toObject'](_0x5a3dd2['position'],_0x487808)),_0x5a3dd2['nodes']&&_0x5a3dd2['nodes']['length']){_0x3e8f13['nodes']=[];for(var _0x567201=0x0;_0x567201<_0x5a3dd2['nodes']['length'];++_0x567201)_0x3e8f13['nodes'][_0x567201]=_0x1e3b7d['Element']['toObject'](_0x5a3dd2['nodes'][_0x567201],_0x487808);}return null!=_0x5a3dd2['shouldReceiveAttributes']&&_0x5a3dd2['hasOwnProperty']('shouldReceiveAttributes')&&(_0x3e8f13['shouldReceiveAttributes']=_0x5a3dd2['shouldReceiveAttributes']),null!=_0x5a3dd2['wasUndone']&&_0x5a3dd2['hasOwnProperty']('wasUndone')&&(_0x3e8f13['wasUndone']=_0x5a3dd2['wasUndone']),_0x3e8f13;},_0x1fb785['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59cef0['util']['toJSONOptions']);},_0x1fb785['getTypeUrl']=function(_0x8f9816){return void 0x0===_0x8f9816&&(_0x8f9816='type.googleapis.com'),_0x8f9816+'/InsertOperation';},_0x1fb785;}()),_0x1e3b7d['MarkerOperation']=(function(){function _0x3ad71b(_0x2a26cb){if(_0x2a26cb){for(var _0x2ceb92=Object['keys'](_0x2a26cb),_0x149d12=0x0;_0x149d12<_0x2ceb92['length'];++_0x149d12)null!=_0x2a26cb[_0x2ceb92[_0x149d12]]&&(this[_0x2ceb92[_0x149d12]]=_0x2a26cb[_0x2ceb92[_0x149d12]]);}}return _0x3ad71b['prototype']['name']='',_0x3ad71b['prototype']['oldRange']=null,_0x3ad71b['prototype']['newRange']=null,_0x3ad71b['prototype']['affectsData']=!0x1,_0x3ad71b['prototype']['wasUndone']=!0x1,_0x3ad71b['create']=function(_0x26e248){return new _0x3ad71b(_0x26e248);},_0x3ad71b['encode']=function(_0x334d8a,_0x231ee9){return _0x231ee9||(_0x231ee9=_0xf39eee['create']()),null!=_0x334d8a['name']&&Object['hasOwnProperty']['call'](_0x334d8a,'name')&&_0x231ee9['uint32'](0xa)['string'](_0x334d8a['name']),null!=_0x334d8a['oldRange']&&Object['hasOwnProperty']['call'](_0x334d8a,'oldRange')&&_0x1e3b7d['Range']['encode'](_0x334d8a['oldRange'],_0x231ee9['uint32'](0x12)['fork']())['ldelim'](),null!=_0x334d8a['newRange']&&Object['hasOwnProperty']['call'](_0x334d8a,'newRange')&&_0x1e3b7d['Range']['encode'](_0x334d8a['newRange'],_0x231ee9['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x334d8a['affectsData']&&Object['hasOwnProperty']['call'](_0x334d8a,'affectsData')&&_0x231ee9['uint32'](0x20)['bool'](_0x334d8a['affectsData']),null!=_0x334d8a['wasUndone']&&Object['hasOwnProperty']['call'](_0x334d8a,'wasUndone')&&_0x231ee9['uint32'](0x28)['bool'](_0x334d8a['wasUndone']),_0x231ee9;},_0x3ad71b['encodeDelimited']=function(_0x59e492,_0x16404e){return this['encode'](_0x59e492,_0x16404e)['ldelim']();},_0x3ad71b['decode']=function(_0x4d87ca,_0x446769){_0x4d87ca instanceof _0x2f05c0||(_0x4d87ca=_0x2f05c0['create'](_0x4d87ca));for(var _0x52bd0a=void 0x0===_0x446769?_0x4d87ca['len']:_0x4d87ca['pos']+_0x446769,_0x4bfecc=new _0x1e3b7d['MarkerOperation']();_0x4d87ca['pos']<_0x52bd0a;){var _0x35735a=_0x4d87ca['uint32']();switch(_0x35735a>>>0x3){case 0x1:_0x4bfecc['name']=_0x4d87ca['string']();break;case 0x2:_0x4bfecc['oldRange']=_0x1e3b7d['Range']['decode'](_0x4d87ca,_0x4d87ca['uint32']());break;case 0x3:_0x4bfecc['newRange']=_0x1e3b7d['Range']['decode'](_0x4d87ca,_0x4d87ca['uint32']());break;case 0x4:_0x4bfecc['affectsData']=_0x4d87ca['bool']();break;case 0x5:_0x4bfecc['wasUndone']=_0x4d87ca['bool']();break;default:_0x4d87ca['skipType'](0x7&_0x35735a);}}return _0x4bfecc;},_0x3ad71b['decodeDelimited']=function(_0x4c7ece){return _0x4c7ece instanceof _0x2f05c0||(_0x4c7ece=new _0x2f05c0(_0x4c7ece)),this['decode'](_0x4c7ece,_0x4c7ece['uint32']());},_0x3ad71b['verify']=function(_0x2c926b){if('object'!=typeof _0x2c926b||null===_0x2c926b)return'object\x20expected';if(null!=_0x2c926b['name']&&_0x2c926b['hasOwnProperty']('name')&&!_0x4800fc['isString'](_0x2c926b['name']))return'name:\x20string\x20expected';var _0x193374;if(null!=_0x2c926b['oldRange']&&_0x2c926b['hasOwnProperty']('oldRange')&&(_0x193374=_0x1e3b7d['Range']['verify'](_0x2c926b['oldRange'])))return'oldRange.'+_0x193374;if(null!=_0x2c926b['newRange']&&_0x2c926b['hasOwnProperty']('newRange')&&(_0x193374=_0x1e3b7d['Range']['verify'](_0x2c926b['newRange'])))return'newRange.'+_0x193374;return null!=_0x2c926b['affectsData']&&_0x2c926b['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x2c926b['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x2c926b['wasUndone']&&_0x2c926b['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2c926b['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3ad71b['fromObject']=function(_0x5d2fa8){if(_0x5d2fa8 instanceof _0x1e3b7d['MarkerOperation'])return _0x5d2fa8;var _0x49cb62=new _0x1e3b7d['MarkerOperation']();if(null!=_0x5d2fa8['name']&&(_0x49cb62['name']=String(_0x5d2fa8['name'])),null!=_0x5d2fa8['oldRange']){if('object'!=typeof _0x5d2fa8['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x49cb62['oldRange']=_0x1e3b7d['Range']['fromObject'](_0x5d2fa8['oldRange']);}if(null!=_0x5d2fa8['newRange']){if('object'!=typeof _0x5d2fa8['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x49cb62['newRange']=_0x1e3b7d['Range']['fromObject'](_0x5d2fa8['newRange']);}return null!=_0x5d2fa8['affectsData']&&(_0x49cb62['affectsData']=Boolean(_0x5d2fa8['affectsData'])),null!=_0x5d2fa8['wasUndone']&&(_0x49cb62['wasUndone']=Boolean(_0x5d2fa8['wasUndone'])),_0x49cb62;},_0x3ad71b['toObject']=function(_0x574f36,_0x4084b3){_0x4084b3||(_0x4084b3={});var _0x46002f={};return _0x4084b3['defaults']&&(_0x46002f['name']='',_0x46002f['oldRange']=null,_0x46002f['newRange']=null,_0x46002f['affectsData']=!0x1,_0x46002f['wasUndone']=!0x1),null!=_0x574f36['name']&&_0x574f36['hasOwnProperty']('name')&&(_0x46002f['name']=_0x574f36['name']),null!=_0x574f36['oldRange']&&_0x574f36['hasOwnProperty']('oldRange')&&(_0x46002f['oldRange']=_0x1e3b7d['Range']['toObject'](_0x574f36['oldRange'],_0x4084b3)),null!=_0x574f36['newRange']&&_0x574f36['hasOwnProperty']('newRange')&&(_0x46002f['newRange']=_0x1e3b7d['Range']['toObject'](_0x574f36['newRange'],_0x4084b3)),null!=_0x574f36['affectsData']&&_0x574f36['hasOwnProperty']('affectsData')&&(_0x46002f['affectsData']=_0x574f36['affectsData']),null!=_0x574f36['wasUndone']&&_0x574f36['hasOwnProperty']('wasUndone')&&(_0x46002f['wasUndone']=_0x574f36['wasUndone']),_0x46002f;},_0x3ad71b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59cef0['util']['toJSONOptions']);},_0x3ad71b['getTypeUrl']=function(_0x1036d4){return void 0x0===_0x1036d4&&(_0x1036d4='type.googleapis.com'),_0x1036d4+'/MarkerOperation';},_0x3ad71b;}()),_0x1e3b7d['MergeOperation']=(function(){function _0x3b2e1f(_0x4be3a4){if(_0x4be3a4){for(var _0x4bb129=Object['keys'](_0x4be3a4),_0x35f732=0x0;_0x35f732<_0x4bb129['length'];++_0x35f732)null!=_0x4be3a4[_0x4bb129[_0x35f732]]&&(this[_0x4bb129[_0x35f732]]=_0x4be3a4[_0x4bb129[_0x35f732]]);}}return _0x3b2e1f['prototype']['sourcePosition']=null,_0x3b2e1f['prototype']['targetPosition']=null,_0x3b2e1f['prototype']['graveyardPosition']=null,_0x3b2e1f['prototype']['howMany']=0x0,_0x3b2e1f['prototype']['wasUndone']=!0x1,_0x3b2e1f['create']=function(_0x8e7d33){return new _0x3b2e1f(_0x8e7d33);},_0x3b2e1f['encode']=function(_0x48cf70,_0x2fb400){return _0x2fb400||(_0x2fb400=_0xf39eee['create']()),null!=_0x48cf70['sourcePosition']&&Object['hasOwnProperty']['call'](_0x48cf70,'sourcePosition')&&_0x1e3b7d['Position']['encode'](_0x48cf70['sourcePosition'],_0x2fb400['uint32'](0xa)['fork']())['ldelim'](),null!=_0x48cf70['targetPosition']&&Object['hasOwnProperty']['call'](_0x48cf70,'targetPosition')&&_0x1e3b7d['Position']['encode'](_0x48cf70['targetPosition'],_0x2fb400['uint32'](0x12)['fork']())['ldelim'](),null!=_0x48cf70['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x48cf70,'graveyardPosition')&&_0x1e3b7d['Position']['encode'](_0x48cf70['graveyardPosition'],_0x2fb400['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x48cf70['howMany']&&Object['hasOwnProperty']['call'](_0x48cf70,'howMany')&&_0x2fb400['uint32'](0x20)['uint32'](_0x48cf70['howMany']),null!=_0x48cf70['wasUndone']&&Object['hasOwnProperty']['call'](_0x48cf70,'wasUndone')&&_0x2fb400['uint32'](0x28)['bool'](_0x48cf70['wasUndone']),_0x2fb400;},_0x3b2e1f['encodeDelimited']=function(_0x50cb6d,_0x7ed7a){return this['encode'](_0x50cb6d,_0x7ed7a)['ldelim']();},_0x3b2e1f['decode']=function(_0x31c71b,_0x420ffc){_0x31c71b instanceof _0x2f05c0||(_0x31c71b=_0x2f05c0['create'](_0x31c71b));for(var _0x33513a=void 0x0===_0x420ffc?_0x31c71b['len']:_0x31c71b['pos']+_0x420ffc,_0x188764=new _0x1e3b7d['MergeOperation']();_0x31c71b['pos']<_0x33513a;){var _0x109262=_0x31c71b['uint32']();switch(_0x109262>>>0x3){case 0x1:_0x188764['sourcePosition']=_0x1e3b7d['Position']['decode'](_0x31c71b,_0x31c71b['uint32']());break;case 0x2:_0x188764['targetPosition']=_0x1e3b7d['Position']['decode'](_0x31c71b,_0x31c71b['uint32']());break;case 0x3:_0x188764['graveyardPosition']=_0x1e3b7d['Position']['decode'](_0x31c71b,_0x31c71b['uint32']());break;case 0x4:_0x188764['howMany']=_0x31c71b['uint32']();break;case 0x5:_0x188764['wasUndone']=_0x31c71b['bool']();break;default:_0x31c71b['skipType'](0x7&_0x109262);}}return _0x188764;},_0x3b2e1f['decodeDelimited']=function(_0x3b2dc5){return _0x3b2dc5 instanceof _0x2f05c0||(_0x3b2dc5=new _0x2f05c0(_0x3b2dc5)),this['decode'](_0x3b2dc5,_0x3b2dc5['uint32']());},_0x3b2e1f['verify']=function(_0x2b58e5){if('object'!=typeof _0x2b58e5||null===_0x2b58e5)return'object\x20expected';var _0xa4e919;if(null!=_0x2b58e5['sourcePosition']&&_0x2b58e5['hasOwnProperty']('sourcePosition')&&(_0xa4e919=_0x1e3b7d['Position']['verify'](_0x2b58e5['sourcePosition'])))return'sourcePosition.'+_0xa4e919;if(null!=_0x2b58e5['targetPosition']&&_0x2b58e5['hasOwnProperty']('targetPosition')&&(_0xa4e919=_0x1e3b7d['Position']['verify'](_0x2b58e5['targetPosition'])))return'targetPosition.'+_0xa4e919;if(null!=_0x2b58e5['graveyardPosition']&&_0x2b58e5['hasOwnProperty']('graveyardPosition')&&(_0xa4e919=_0x1e3b7d['Position']['verify'](_0x2b58e5['graveyardPosition'])))return'graveyardPosition.'+_0xa4e919;return null!=_0x2b58e5['howMany']&&_0x2b58e5['hasOwnProperty']('howMany')&&!_0x4800fc['isInteger'](_0x2b58e5['howMany'])?'howMany:\x20integer\x20expected':null!=_0x2b58e5['wasUndone']&&_0x2b58e5['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2b58e5['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3b2e1f['fromObject']=function(_0x25c85e){if(_0x25c85e instanceof _0x1e3b7d['MergeOperation'])return _0x25c85e;var _0x592f2a=new _0x1e3b7d['MergeOperation']();if(null!=_0x25c85e['sourcePosition']){if('object'!=typeof _0x25c85e['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x592f2a['sourcePosition']=_0x1e3b7d['Position']['fromObject'](_0x25c85e['sourcePosition']);}if(null!=_0x25c85e['targetPosition']){if('object'!=typeof _0x25c85e['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x592f2a['targetPosition']=_0x1e3b7d['Position']['fromObject'](_0x25c85e['targetPosition']);}if(null!=_0x25c85e['graveyardPosition']){if('object'!=typeof _0x25c85e['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x592f2a['graveyardPosition']=_0x1e3b7d['Position']['fromObject'](_0x25c85e['graveyardPosition']);}return null!=_0x25c85e['howMany']&&(_0x592f2a['howMany']=_0x25c85e['howMany']>>>0x0),null!=_0x25c85e['wasUndone']&&(_0x592f2a['wasUndone']=Boolean(_0x25c85e['wasUndone'])),_0x592f2a;},_0x3b2e1f['toObject']=function(_0x1a3663,_0x175721){_0x175721||(_0x175721={});var _0x1623e4={};return _0x175721['defaults']&&(_0x1623e4['sourcePosition']=null,_0x1623e4['targetPosition']=null,_0x1623e4['graveyardPosition']=null,_0x1623e4['howMany']=0x0,_0x1623e4['wasUndone']=!0x1),null!=_0x1a3663['sourcePosition']&&_0x1a3663['hasOwnProperty']('sourcePosition')&&(_0x1623e4['sourcePosition']=_0x1e3b7d['Position']['toObject'](_0x1a3663['sourcePosition'],_0x175721)),null!=_0x1a3663['targetPosition']&&_0x1a3663['hasOwnProperty']('targetPosition')&&(_0x1623e4['targetPosition']=_0x1e3b7d['Position']['toObject'](_0x1a3663['targetPosition'],_0x175721)),null!=_0x1a3663['graveyardPosition']&&_0x1a3663['hasOwnProperty']('graveyardPosition')&&(_0x1623e4['graveyardPosition']=_0x1e3b7d['Position']['toObject'](_0x1a3663['graveyardPosition'],_0x175721)),null!=_0x1a3663['howMany']&&_0x1a3663['hasOwnProperty']('howMany')&&(_0x1623e4['howMany']=_0x1a3663['howMany']),null!=_0x1a3663['wasUndone']&&_0x1a3663['hasOwnProperty']('wasUndone')&&(_0x1623e4['wasUndone']=_0x1a3663['wasUndone']),_0x1623e4;},_0x3b2e1f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59cef0['util']['toJSONOptions']);},_0x3b2e1f['getTypeUrl']=function(_0x1d5e53){return void 0x0===_0x1d5e53&&(_0x1d5e53='type.googleapis.com'),_0x1d5e53+'/MergeOperation';},_0x3b2e1f;}()),_0x1e3b7d['MoveOperation']=(function(){function _0x2fd3fd(_0x4783c0){if(_0x4783c0){for(var _0x3fe9ba=Object['keys'](_0x4783c0),_0x54e6be=0x0;_0x54e6be<_0x3fe9ba['length'];++_0x54e6be)null!=_0x4783c0[_0x3fe9ba[_0x54e6be]]&&(this[_0x3fe9ba[_0x54e6be]]=_0x4783c0[_0x3fe9ba[_0x54e6be]]);}}return _0x2fd3fd['prototype']['sourcePosition']=null,_0x2fd3fd['prototype']['howMany']=0x0,_0x2fd3fd['prototype']['targetPosition']=null,_0x2fd3fd['prototype']['wasUndone']=!0x1,_0x2fd3fd['create']=function(_0x2026d2){return new _0x2fd3fd(_0x2026d2);},_0x2fd3fd['encode']=function(_0x2de549,_0x3237db){return _0x3237db||(_0x3237db=_0xf39eee['create']()),null!=_0x2de549['sourcePosition']&&Object['hasOwnProperty']['call'](_0x2de549,'sourcePosition')&&_0x1e3b7d['Position']['encode'](_0x2de549['sourcePosition'],_0x3237db['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2de549['howMany']&&Object['hasOwnProperty']['call'](_0x2de549,'howMany')&&_0x3237db['uint32'](0x10)['uint32'](_0x2de549['howMany']),null!=_0x2de549['targetPosition']&&Object['hasOwnProperty']['call'](_0x2de549,'targetPosition')&&_0x1e3b7d['Position']['encode'](_0x2de549['targetPosition'],_0x3237db['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x2de549['wasUndone']&&Object['hasOwnProperty']['call'](_0x2de549,'wasUndone')&&_0x3237db['uint32'](0x20)['bool'](_0x2de549['wasUndone']),_0x3237db;},_0x2fd3fd['encodeDelimited']=function(_0x269e5e,_0xa375bb){return this['encode'](_0x269e5e,_0xa375bb)['ldelim']();},_0x2fd3fd['decode']=function(_0x5567c7,_0x3dfcf2){_0x5567c7 instanceof _0x2f05c0||(_0x5567c7=_0x2f05c0['create'](_0x5567c7));for(var _0x483f43=void 0x0===_0x3dfcf2?_0x5567c7['len']:_0x5567c7['pos']+_0x3dfcf2,_0x41b1e4=new _0x1e3b7d['MoveOperation']();_0x5567c7['pos']<_0x483f43;){var _0x30bc44=_0x5567c7['uint32']();switch(_0x30bc44>>>0x3){case 0x1:_0x41b1e4['sourcePosition']=_0x1e3b7d['Position']['decode'](_0x5567c7,_0x5567c7['uint32']());break;case 0x2:_0x41b1e4['howMany']=_0x5567c7['uint32']();break;case 0x3:_0x41b1e4['targetPosition']=_0x1e3b7d['Position']['decode'](_0x5567c7,_0x5567c7['uint32']());break;case 0x4:_0x41b1e4['wasUndone']=_0x5567c7['bool']();break;default:_0x5567c7['skipType'](0x7&_0x30bc44);}}return _0x41b1e4;},_0x2fd3fd['decodeDelimited']=function(_0x545c61){return _0x545c61 instanceof _0x2f05c0||(_0x545c61=new _0x2f05c0(_0x545c61)),this['decode'](_0x545c61,_0x545c61['uint32']());},_0x2fd3fd['verify']=function(_0x1143e6){if('object'!=typeof _0x1143e6||null===_0x1143e6)return'object\x20expected';var _0x1b3861;if(null!=_0x1143e6['sourcePosition']&&_0x1143e6['hasOwnProperty']('sourcePosition')&&(_0x1b3861=_0x1e3b7d['Position']['verify'](_0x1143e6['sourcePosition'])))return'sourcePosition.'+_0x1b3861;if(null!=_0x1143e6['howMany']&&_0x1143e6['hasOwnProperty']('howMany')&&!_0x4800fc['isInteger'](_0x1143e6['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x1143e6['targetPosition']&&_0x1143e6['hasOwnProperty']('targetPosition')&&(_0x1b3861=_0x1e3b7d['Position']['verify'](_0x1143e6['targetPosition'])))return'targetPosition.'+_0x1b3861;return null!=_0x1143e6['wasUndone']&&_0x1143e6['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1143e6['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2fd3fd['fromObject']=function(_0x40d214){if(_0x40d214 instanceof _0x1e3b7d['MoveOperation'])return _0x40d214;var _0x1a9f6d=new _0x1e3b7d['MoveOperation']();if(null!=_0x40d214['sourcePosition']){if('object'!=typeof _0x40d214['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x1a9f6d['sourcePosition']=_0x1e3b7d['Position']['fromObject'](_0x40d214['sourcePosition']);}if(null!=_0x40d214['howMany']&&(_0x1a9f6d['howMany']=_0x40d214['howMany']>>>0x0),null!=_0x40d214['targetPosition']){if('object'!=typeof _0x40d214['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x1a9f6d['targetPosition']=_0x1e3b7d['Position']['fromObject'](_0x40d214['targetPosition']);}return null!=_0x40d214['wasUndone']&&(_0x1a9f6d['wasUndone']=Boolean(_0x40d214['wasUndone'])),_0x1a9f6d;},_0x2fd3fd['toObject']=function(_0x2ccab9,_0x482758){_0x482758||(_0x482758={});var _0x2cfd56={};return _0x482758['defaults']&&(_0x2cfd56['sourcePosition']=null,_0x2cfd56['howMany']=0x0,_0x2cfd56['targetPosition']=null,_0x2cfd56['wasUndone']=!0x1),null!=_0x2ccab9['sourcePosition']&&_0x2ccab9['hasOwnProperty']('sourcePosition')&&(_0x2cfd56['sourcePosition']=_0x1e3b7d['Position']['toObject'](_0x2ccab9['sourcePosition'],_0x482758)),null!=_0x2ccab9['howMany']&&_0x2ccab9['hasOwnProperty']('howMany')&&(_0x2cfd56['howMany']=_0x2ccab9['howMany']),null!=_0x2ccab9['targetPosition']&&_0x2ccab9['hasOwnProperty']('targetPosition')&&(_0x2cfd56['targetPosition']=_0x1e3b7d['Position']['toObject'](_0x2ccab9['targetPosition'],_0x482758)),null!=_0x2ccab9['wasUndone']&&_0x2ccab9['hasOwnProperty']('wasUndone')&&(_0x2cfd56['wasUndone']=_0x2ccab9['wasUndone']),_0x2cfd56;},_0x2fd3fd['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59cef0['util']['toJSONOptions']);},_0x2fd3fd['getTypeUrl']=function(_0x300fda){return void 0x0===_0x300fda&&(_0x300fda='type.googleapis.com'),_0x300fda+'/MoveOperation';},_0x2fd3fd;}()),_0x1e3b7d['RenameOperation']=(function(){function _0x10c415(_0x5db034){if(_0x5db034){for(var _0x121a13=Object['keys'](_0x5db034),_0x4d31f0=0x0;_0x4d31f0<_0x121a13['length'];++_0x4d31f0)null!=_0x5db034[_0x121a13[_0x4d31f0]]&&(this[_0x121a13[_0x4d31f0]]=_0x5db034[_0x121a13[_0x4d31f0]]);}}return _0x10c415['prototype']['position']=null,_0x10c415['prototype']['oldName']='',_0x10c415['prototype']['newName']='',_0x10c415['prototype']['wasUndone']=!0x1,_0x10c415['create']=function(_0xc53b93){return new _0x10c415(_0xc53b93);},_0x10c415['encode']=function(_0x46ec86,_0x5bcf4e){return _0x5bcf4e||(_0x5bcf4e=_0xf39eee['create']()),null!=_0x46ec86['position']&&Object['hasOwnProperty']['call'](_0x46ec86,'position')&&_0x1e3b7d['Position']['encode'](_0x46ec86['position'],_0x5bcf4e['uint32'](0xa)['fork']())['ldelim'](),null!=_0x46ec86['oldName']&&Object['hasOwnProperty']['call'](_0x46ec86,'oldName')&&_0x5bcf4e['uint32'](0x12)['string'](_0x46ec86['oldName']),null!=_0x46ec86['newName']&&Object['hasOwnProperty']['call'](_0x46ec86,'newName')&&_0x5bcf4e['uint32'](0x1a)['string'](_0x46ec86['newName']),null!=_0x46ec86['wasUndone']&&Object['hasOwnProperty']['call'](_0x46ec86,'wasUndone')&&_0x5bcf4e['uint32'](0x20)['bool'](_0x46ec86['wasUndone']),_0x5bcf4e;},_0x10c415['encodeDelimited']=function(_0x5ac099,_0x12debe){return this['encode'](_0x5ac099,_0x12debe)['ldelim']();},_0x10c415['decode']=function(_0x466a6e,_0x10813f){_0x466a6e instanceof _0x2f05c0||(_0x466a6e=_0x2f05c0['create'](_0x466a6e));for(var _0x32e979=void 0x0===_0x10813f?_0x466a6e['len']:_0x466a6e['pos']+_0x10813f,_0x358cb2=new _0x1e3b7d['RenameOperation']();_0x466a6e['pos']<_0x32e979;){var _0x5096e1=_0x466a6e['uint32']();switch(_0x5096e1>>>0x3){case 0x1:_0x358cb2['position']=_0x1e3b7d['Position']['decode'](_0x466a6e,_0x466a6e['uint32']());break;case 0x2:_0x358cb2['oldName']=_0x466a6e['string']();break;case 0x3:_0x358cb2['newName']=_0x466a6e['string']();break;case 0x4:_0x358cb2['wasUndone']=_0x466a6e['bool']();break;default:_0x466a6e['skipType'](0x7&_0x5096e1);}}return _0x358cb2;},_0x10c415['decodeDelimited']=function(_0x370fdd){return _0x370fdd instanceof _0x2f05c0||(_0x370fdd=new _0x2f05c0(_0x370fdd)),this['decode'](_0x370fdd,_0x370fdd['uint32']());},_0x10c415['verify']=function(_0x31acc1){if('object'!=typeof _0x31acc1||null===_0x31acc1)return'object\x20expected';if(null!=_0x31acc1['position']&&_0x31acc1['hasOwnProperty']('position')){var _0x4956c5=_0x1e3b7d['Position']['verify'](_0x31acc1['position']);if(_0x4956c5)return'position.'+_0x4956c5;}return null!=_0x31acc1['oldName']&&_0x31acc1['hasOwnProperty']('oldName')&&!_0x4800fc['isString'](_0x31acc1['oldName'])?'oldName:\x20string\x20expected':null!=_0x31acc1['newName']&&_0x31acc1['hasOwnProperty']('newName')&&!_0x4800fc['isString'](_0x31acc1['newName'])?'newName:\x20string\x20expected':null!=_0x31acc1['wasUndone']&&_0x31acc1['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x31acc1['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x10c415['fromObject']=function(_0x1aaf26){if(_0x1aaf26 instanceof _0x1e3b7d['RenameOperation'])return _0x1aaf26;var _0x3dda24=new _0x1e3b7d['RenameOperation']();if(null!=_0x1aaf26['position']){if('object'!=typeof _0x1aaf26['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x3dda24['position']=_0x1e3b7d['Position']['fromObject'](_0x1aaf26['position']);}return null!=_0x1aaf26['oldName']&&(_0x3dda24['oldName']=String(_0x1aaf26['oldName'])),null!=_0x1aaf26['newName']&&(_0x3dda24['newName']=String(_0x1aaf26['newName'])),null!=_0x1aaf26['wasUndone']&&(_0x3dda24['wasUndone']=Boolean(_0x1aaf26['wasUndone'])),_0x3dda24;},_0x10c415['toObject']=function(_0x1b58ee,_0x3b7be8){_0x3b7be8||(_0x3b7be8={});var _0x189b4b={};return _0x3b7be8['defaults']&&(_0x189b4b['position']=null,_0x189b4b['oldName']='',_0x189b4b['newName']='',_0x189b4b['wasUndone']=!0x1),null!=_0x1b58ee['position']&&_0x1b58ee['hasOwnProperty']('position')&&(_0x189b4b['position']=_0x1e3b7d['Position']['toObject'](_0x1b58ee['position'],_0x3b7be8)),null!=_0x1b58ee['oldName']&&_0x1b58ee['hasOwnProperty']('oldName')&&(_0x189b4b['oldName']=_0x1b58ee['oldName']),null!=_0x1b58ee['newName']&&_0x1b58ee['hasOwnProperty']('newName')&&(_0x189b4b['newName']=_0x1b58ee['newName']),null!=_0x1b58ee['wasUndone']&&_0x1b58ee['hasOwnProperty']('wasUndone')&&(_0x189b4b['wasUndone']=_0x1b58ee['wasUndone']),_0x189b4b;},_0x10c415['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59cef0['util']['toJSONOptions']);},_0x10c415['getTypeUrl']=function(_0x344a62){return void 0x0===_0x344a62&&(_0x344a62='type.googleapis.com'),_0x344a62+'/RenameOperation';},_0x10c415;}()),_0x1e3b7d['RootAttributeOperation']=(function(){function _0x14d6a1(_0x3297df){if(_0x3297df){for(var _0x5cd0c8=Object['keys'](_0x3297df),_0x472bdb=0x0;_0x472bdb<_0x5cd0c8['length'];++_0x472bdb)null!=_0x3297df[_0x5cd0c8[_0x472bdb]]&&(this[_0x5cd0c8[_0x472bdb]]=_0x3297df[_0x5cd0c8[_0x472bdb]]);}}return _0x14d6a1['prototype']['root']='',_0x14d6a1['prototype']['key']='',_0x14d6a1['prototype']['oldValueBoolean']=!0x1,_0x14d6a1['prototype']['oldValueJson']='',_0x14d6a1['prototype']['newValueBoolean']=!0x1,_0x14d6a1['prototype']['newValueJson']='',_0x14d6a1['prototype']['wasUndone']=!0x1,_0x14d6a1['create']=function(_0x25d3ff){return new _0x14d6a1(_0x25d3ff);},_0x14d6a1['encode']=function(_0x3ce8a6,_0x56a897){return _0x56a897||(_0x56a897=_0xf39eee['create']()),null!=_0x3ce8a6['root']&&Object['hasOwnProperty']['call'](_0x3ce8a6,'root')&&_0x56a897['uint32'](0xa)['string'](_0x3ce8a6['root']),null!=_0x3ce8a6['key']&&Object['hasOwnProperty']['call'](_0x3ce8a6,'key')&&_0x56a897['uint32'](0x12)['string'](_0x3ce8a6['key']),null!=_0x3ce8a6['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x3ce8a6,'oldValueBoolean')&&_0x56a897['uint32'](0x18)['bool'](_0x3ce8a6['oldValueBoolean']),null!=_0x3ce8a6['oldValueJson']&&Object['hasOwnProperty']['call'](_0x3ce8a6,'oldValueJson')&&_0x56a897['uint32'](0x22)['string'](_0x3ce8a6['oldValueJson']),null!=_0x3ce8a6['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x3ce8a6,'newValueBoolean')&&_0x56a897['uint32'](0x28)['bool'](_0x3ce8a6['newValueBoolean']),null!=_0x3ce8a6['newValueJson']&&Object['hasOwnProperty']['call'](_0x3ce8a6,'newValueJson')&&_0x56a897['uint32'](0x32)['string'](_0x3ce8a6['newValueJson']),null!=_0x3ce8a6['wasUndone']&&Object['hasOwnProperty']['call'](_0x3ce8a6,'wasUndone')&&_0x56a897['uint32'](0x38)['bool'](_0x3ce8a6['wasUndone']),_0x56a897;},_0x14d6a1['encodeDelimited']=function(_0x3014d0,_0x6cb878){return this['encode'](_0x3014d0,_0x6cb878)['ldelim']();},_0x14d6a1['decode']=function(_0x177b0d,_0x28fa84){_0x177b0d instanceof _0x2f05c0||(_0x177b0d=_0x2f05c0['create'](_0x177b0d));for(var _0xb89e0c=void 0x0===_0x28fa84?_0x177b0d['len']:_0x177b0d['pos']+_0x28fa84,_0x3dfbe1=new _0x1e3b7d['RootAttributeOperation']();_0x177b0d['pos']<_0xb89e0c;){var _0x265ae8=_0x177b0d['uint32']();switch(_0x265ae8>>>0x3){case 0x1:_0x3dfbe1['root']=_0x177b0d['string']();break;case 0x2:_0x3dfbe1['key']=_0x177b0d['string']();break;case 0x3:_0x3dfbe1['oldValueBoolean']=_0x177b0d['bool']();break;case 0x4:_0x3dfbe1['oldValueJson']=_0x177b0d['string']();break;case 0x5:_0x3dfbe1['newValueBoolean']=_0x177b0d['bool']();break;case 0x6:_0x3dfbe1['newValueJson']=_0x177b0d['string']();break;case 0x7:_0x3dfbe1['wasUndone']=_0x177b0d['bool']();break;default:_0x177b0d['skipType'](0x7&_0x265ae8);}}return _0x3dfbe1;},_0x14d6a1['decodeDelimited']=function(_0x306ae6){return _0x306ae6 instanceof _0x2f05c0||(_0x306ae6=new _0x2f05c0(_0x306ae6)),this['decode'](_0x306ae6,_0x306ae6['uint32']());},_0x14d6a1['verify']=function(_0x58cf9d){return'object'!=typeof _0x58cf9d||null===_0x58cf9d?'object\x20expected':null!=_0x58cf9d['root']&&_0x58cf9d['hasOwnProperty']('root')&&!_0x4800fc['isString'](_0x58cf9d['root'])?'root:\x20string\x20expected':null!=_0x58cf9d['key']&&_0x58cf9d['hasOwnProperty']('key')&&!_0x4800fc['isString'](_0x58cf9d['key'])?'key:\x20string\x20expected':null!=_0x58cf9d['oldValueBoolean']&&_0x58cf9d['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x58cf9d['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x58cf9d['oldValueJson']&&_0x58cf9d['hasOwnProperty']('oldValueJson')&&!_0x4800fc['isString'](_0x58cf9d['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x58cf9d['newValueBoolean']&&_0x58cf9d['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x58cf9d['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x58cf9d['newValueJson']&&_0x58cf9d['hasOwnProperty']('newValueJson')&&!_0x4800fc['isString'](_0x58cf9d['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x58cf9d['wasUndone']&&_0x58cf9d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x58cf9d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x14d6a1['fromObject']=function(_0x4c8653){if(_0x4c8653 instanceof _0x1e3b7d['RootAttributeOperation'])return _0x4c8653;var _0x2f406c=new _0x1e3b7d['RootAttributeOperation']();return null!=_0x4c8653['root']&&(_0x2f406c['root']=String(_0x4c8653['root'])),null!=_0x4c8653['key']&&(_0x2f406c['key']=String(_0x4c8653['key'])),null!=_0x4c8653['oldValueBoolean']&&(_0x2f406c['oldValueBoolean']=Boolean(_0x4c8653['oldValueBoolean'])),null!=_0x4c8653['oldValueJson']&&(_0x2f406c['oldValueJson']=String(_0x4c8653['oldValueJson'])),null!=_0x4c8653['newValueBoolean']&&(_0x2f406c['newValueBoolean']=Boolean(_0x4c8653['newValueBoolean'])),null!=_0x4c8653['newValueJson']&&(_0x2f406c['newValueJson']=String(_0x4c8653['newValueJson'])),null!=_0x4c8653['wasUndone']&&(_0x2f406c['wasUndone']=Boolean(_0x4c8653['wasUndone'])),_0x2f406c;},_0x14d6a1['toObject']=function(_0x31c787,_0xe113bf){_0xe113bf||(_0xe113bf={});var _0x4b06cb={};return _0xe113bf['defaults']&&(_0x4b06cb['root']='',_0x4b06cb['key']='',_0x4b06cb['oldValueBoolean']=!0x1,_0x4b06cb['oldValueJson']='',_0x4b06cb['newValueBoolean']=!0x1,_0x4b06cb['newValueJson']='',_0x4b06cb['wasUndone']=!0x1),null!=_0x31c787['root']&&_0x31c787['hasOwnProperty']('root')&&(_0x4b06cb['root']=_0x31c787['root']),null!=_0x31c787['key']&&_0x31c787['hasOwnProperty']('key')&&(_0x4b06cb['key']=_0x31c787['key']),null!=_0x31c787['oldValueBoolean']&&_0x31c787['hasOwnProperty']('oldValueBoolean')&&(_0x4b06cb['oldValueBoolean']=_0x31c787['oldValueBoolean']),null!=_0x31c787['oldValueJson']&&_0x31c787['hasOwnProperty']('oldValueJson')&&(_0x4b06cb['oldValueJson']=_0x31c787['oldValueJson']),null!=_0x31c787['newValueBoolean']&&_0x31c787['hasOwnProperty']('newValueBoolean')&&(_0x4b06cb['newValueBoolean']=_0x31c787['newValueBoolean']),null!=_0x31c787['newValueJson']&&_0x31c787['hasOwnProperty']('newValueJson')&&(_0x4b06cb['newValueJson']=_0x31c787['newValueJson']),null!=_0x31c787['wasUndone']&&_0x31c787['hasOwnProperty']('wasUndone')&&(_0x4b06cb['wasUndone']=_0x31c787['wasUndone']),_0x4b06cb;},_0x14d6a1['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59cef0['util']['toJSONOptions']);},_0x14d6a1['getTypeUrl']=function(_0x3ae180){return void 0x0===_0x3ae180&&(_0x3ae180='type.googleapis.com'),_0x3ae180+'/RootAttributeOperation';},_0x14d6a1;}()),_0x1e3b7d['RootOperation']=(function(){function _0x3ee021(_0x5a26a0){if(_0x5a26a0){for(var _0x2b6513=Object['keys'](_0x5a26a0),_0x559db3=0x0;_0x559db3<_0x2b6513['length'];++_0x559db3)null!=_0x5a26a0[_0x2b6513[_0x559db3]]&&(this[_0x2b6513[_0x559db3]]=_0x5a26a0[_0x2b6513[_0x559db3]]);}}return _0x3ee021['prototype']['rootName']='',_0x3ee021['prototype']['elementName']='',_0x3ee021['prototype']['isAdd']=!0x1,_0x3ee021['prototype']['wasUndone']=!0x1,_0x3ee021['create']=function(_0x491ccb){return new _0x3ee021(_0x491ccb);},_0x3ee021['encode']=function(_0x40a022,_0x10ccdf){return _0x10ccdf||(_0x10ccdf=_0xf39eee['create']()),null!=_0x40a022['rootName']&&Object['hasOwnProperty']['call'](_0x40a022,'rootName')&&_0x10ccdf['uint32'](0xa)['string'](_0x40a022['rootName']),null!=_0x40a022['elementName']&&Object['hasOwnProperty']['call'](_0x40a022,'elementName')&&_0x10ccdf['uint32'](0x12)['string'](_0x40a022['elementName']),null!=_0x40a022['isAdd']&&Object['hasOwnProperty']['call'](_0x40a022,'isAdd')&&_0x10ccdf['uint32'](0x18)['bool'](_0x40a022['isAdd']),null!=_0x40a022['wasUndone']&&Object['hasOwnProperty']['call'](_0x40a022,'wasUndone')&&_0x10ccdf['uint32'](0x20)['bool'](_0x40a022['wasUndone']),_0x10ccdf;},_0x3ee021['encodeDelimited']=function(_0x195769,_0x74ad35){return this['encode'](_0x195769,_0x74ad35)['ldelim']();},_0x3ee021['decode']=function(_0x39834a,_0x330171){_0x39834a instanceof _0x2f05c0||(_0x39834a=_0x2f05c0['create'](_0x39834a));for(var _0x151f21=void 0x0===_0x330171?_0x39834a['len']:_0x39834a['pos']+_0x330171,_0x1f1be3=new _0x1e3b7d['RootOperation']();_0x39834a['pos']<_0x151f21;){var _0x2ceeaf=_0x39834a['uint32']();switch(_0x2ceeaf>>>0x3){case 0x1:_0x1f1be3['rootName']=_0x39834a['string']();break;case 0x2:_0x1f1be3['elementName']=_0x39834a['string']();break;case 0x3:_0x1f1be3['isAdd']=_0x39834a['bool']();break;case 0x4:_0x1f1be3['wasUndone']=_0x39834a['bool']();break;default:_0x39834a['skipType'](0x7&_0x2ceeaf);}}return _0x1f1be3;},_0x3ee021['decodeDelimited']=function(_0x17525e){return _0x17525e instanceof _0x2f05c0||(_0x17525e=new _0x2f05c0(_0x17525e)),this['decode'](_0x17525e,_0x17525e['uint32']());},_0x3ee021['verify']=function(_0x571bd4){return'object'!=typeof _0x571bd4||null===_0x571bd4?'object\x20expected':null!=_0x571bd4['rootName']&&_0x571bd4['hasOwnProperty']('rootName')&&!_0x4800fc['isString'](_0x571bd4['rootName'])?'rootName:\x20string\x20expected':null!=_0x571bd4['elementName']&&_0x571bd4['hasOwnProperty']('elementName')&&!_0x4800fc['isString'](_0x571bd4['elementName'])?'elementName:\x20string\x20expected':null!=_0x571bd4['isAdd']&&_0x571bd4['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x571bd4['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x571bd4['wasUndone']&&_0x571bd4['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x571bd4['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3ee021['fromObject']=function(_0x4448f4){if(_0x4448f4 instanceof _0x1e3b7d['RootOperation'])return _0x4448f4;var _0x49b431=new _0x1e3b7d['RootOperation']();return null!=_0x4448f4['rootName']&&(_0x49b431['rootName']=String(_0x4448f4['rootName'])),null!=_0x4448f4['elementName']&&(_0x49b431['elementName']=String(_0x4448f4['elementName'])),null!=_0x4448f4['isAdd']&&(_0x49b431['isAdd']=Boolean(_0x4448f4['isAdd'])),null!=_0x4448f4['wasUndone']&&(_0x49b431['wasUndone']=Boolean(_0x4448f4['wasUndone'])),_0x49b431;},_0x3ee021['toObject']=function(_0x1f68c3,_0x1d74ce){_0x1d74ce||(_0x1d74ce={});var _0x52b005={};return _0x1d74ce['defaults']&&(_0x52b005['rootName']='',_0x52b005['elementName']='',_0x52b005['isAdd']=!0x1,_0x52b005['wasUndone']=!0x1),null!=_0x1f68c3['rootName']&&_0x1f68c3['hasOwnProperty']('rootName')&&(_0x52b005['rootName']=_0x1f68c3['rootName']),null!=_0x1f68c3['elementName']&&_0x1f68c3['hasOwnProperty']('elementName')&&(_0x52b005['elementName']=_0x1f68c3['elementName']),null!=_0x1f68c3['isAdd']&&_0x1f68c3['hasOwnProperty']('isAdd')&&(_0x52b005['isAdd']=_0x1f68c3['isAdd']),null!=_0x1f68c3['wasUndone']&&_0x1f68c3['hasOwnProperty']('wasUndone')&&(_0x52b005['wasUndone']=_0x1f68c3['wasUndone']),_0x52b005;},_0x3ee021['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59cef0['util']['toJSONOptions']);},_0x3ee021['getTypeUrl']=function(_0x4e0946){return void 0x0===_0x4e0946&&(_0x4e0946='type.googleapis.com'),_0x4e0946+'/RootOperation';},_0x3ee021;}()),_0x1e3b7d['SplitOperation']=(function(){function _0x1933c4(_0x54e6fa){if(_0x54e6fa){for(var _0x457486=Object['keys'](_0x54e6fa),_0x483d3c=0x0;_0x483d3c<_0x457486['length'];++_0x483d3c)null!=_0x54e6fa[_0x457486[_0x483d3c]]&&(this[_0x457486[_0x483d3c]]=_0x54e6fa[_0x457486[_0x483d3c]]);}}return _0x1933c4['prototype']['splitPosition']=null,_0x1933c4['prototype']['graveyardPosition']=null,_0x1933c4['prototype']['howMany']=0x0,_0x1933c4['prototype']['insertionPosition']=null,_0x1933c4['prototype']['wasUndone']=!0x1,_0x1933c4['create']=function(_0xdb0f47){return new _0x1933c4(_0xdb0f47);},_0x1933c4['encode']=function(_0x519be2,_0x12493a){return _0x12493a||(_0x12493a=_0xf39eee['create']()),null!=_0x519be2['splitPosition']&&Object['hasOwnProperty']['call'](_0x519be2,'splitPosition')&&_0x1e3b7d['Position']['encode'](_0x519be2['splitPosition'],_0x12493a['uint32'](0xa)['fork']())['ldelim'](),null!=_0x519be2['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x519be2,'graveyardPosition')&&_0x1e3b7d['Position']['encode'](_0x519be2['graveyardPosition'],_0x12493a['uint32'](0x12)['fork']())['ldelim'](),null!=_0x519be2['howMany']&&Object['hasOwnProperty']['call'](_0x519be2,'howMany')&&_0x12493a['uint32'](0x18)['uint32'](_0x519be2['howMany']),null!=_0x519be2['insertionPosition']&&Object['hasOwnProperty']['call'](_0x519be2,'insertionPosition')&&_0x1e3b7d['Position']['encode'](_0x519be2['insertionPosition'],_0x12493a['uint32'](0x22)['fork']())['ldelim'](),null!=_0x519be2['wasUndone']&&Object['hasOwnProperty']['call'](_0x519be2,'wasUndone')&&_0x12493a['uint32'](0x28)['bool'](_0x519be2['wasUndone']),_0x12493a;},_0x1933c4['encodeDelimited']=function(_0x49a51b,_0x405046){return this['encode'](_0x49a51b,_0x405046)['ldelim']();},_0x1933c4['decode']=function(_0x43d48f,_0x91294){_0x43d48f instanceof _0x2f05c0||(_0x43d48f=_0x2f05c0['create'](_0x43d48f));for(var _0xb8172a=void 0x0===_0x91294?_0x43d48f['len']:_0x43d48f['pos']+_0x91294,_0x46dbab=new _0x1e3b7d['SplitOperation']();_0x43d48f['pos']<_0xb8172a;){var _0x5ef808=_0x43d48f['uint32']();switch(_0x5ef808>>>0x3){case 0x1:_0x46dbab['splitPosition']=_0x1e3b7d['Position']['decode'](_0x43d48f,_0x43d48f['uint32']());break;case 0x2:_0x46dbab['graveyardPosition']=_0x1e3b7d['Position']['decode'](_0x43d48f,_0x43d48f['uint32']());break;case 0x3:_0x46dbab['howMany']=_0x43d48f['uint32']();break;case 0x4:_0x46dbab['insertionPosition']=_0x1e3b7d['Position']['decode'](_0x43d48f,_0x43d48f['uint32']());break;case 0x5:_0x46dbab['wasUndone']=_0x43d48f['bool']();break;default:_0x43d48f['skipType'](0x7&_0x5ef808);}}return _0x46dbab;},_0x1933c4['decodeDelimited']=function(_0x294425){return _0x294425 instanceof _0x2f05c0||(_0x294425=new _0x2f05c0(_0x294425)),this['decode'](_0x294425,_0x294425['uint32']());},_0x1933c4['verify']=function(_0x28141e){if('object'!=typeof _0x28141e||null===_0x28141e)return'object\x20expected';var _0x252cc9;if(null!=_0x28141e['splitPosition']&&_0x28141e['hasOwnProperty']('splitPosition')&&(_0x252cc9=_0x1e3b7d['Position']['verify'](_0x28141e['splitPosition'])))return'splitPosition.'+_0x252cc9;if(null!=_0x28141e['graveyardPosition']&&_0x28141e['hasOwnProperty']('graveyardPosition')&&(_0x252cc9=_0x1e3b7d['Position']['verify'](_0x28141e['graveyardPosition'])))return'graveyardPosition.'+_0x252cc9;if(null!=_0x28141e['howMany']&&_0x28141e['hasOwnProperty']('howMany')&&!_0x4800fc['isInteger'](_0x28141e['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x28141e['insertionPosition']&&_0x28141e['hasOwnProperty']('insertionPosition')&&(_0x252cc9=_0x1e3b7d['Position']['verify'](_0x28141e['insertionPosition'])))return'insertionPosition.'+_0x252cc9;return null!=_0x28141e['wasUndone']&&_0x28141e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x28141e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1933c4['fromObject']=function(_0x5177a9){if(_0x5177a9 instanceof _0x1e3b7d['SplitOperation'])return _0x5177a9;var _0x57699c=new _0x1e3b7d['SplitOperation']();if(null!=_0x5177a9['splitPosition']){if('object'!=typeof _0x5177a9['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x57699c['splitPosition']=_0x1e3b7d['Position']['fromObject'](_0x5177a9['splitPosition']);}if(null!=_0x5177a9['graveyardPosition']){if('object'!=typeof _0x5177a9['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x57699c['graveyardPosition']=_0x1e3b7d['Position']['fromObject'](_0x5177a9['graveyardPosition']);}if(null!=_0x5177a9['howMany']&&(_0x57699c['howMany']=_0x5177a9['howMany']>>>0x0),null!=_0x5177a9['insertionPosition']){if('object'!=typeof _0x5177a9['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x57699c['insertionPosition']=_0x1e3b7d['Position']['fromObject'](_0x5177a9['insertionPosition']);}return null!=_0x5177a9['wasUndone']&&(_0x57699c['wasUndone']=Boolean(_0x5177a9['wasUndone'])),_0x57699c;},_0x1933c4['toObject']=function(_0x3a0963,_0x50a911){_0x50a911||(_0x50a911={});var _0x3ea41e={};return _0x50a911['defaults']&&(_0x3ea41e['splitPosition']=null,_0x3ea41e['graveyardPosition']=null,_0x3ea41e['howMany']=0x0,_0x3ea41e['insertionPosition']=null,_0x3ea41e['wasUndone']=!0x1),null!=_0x3a0963['splitPosition']&&_0x3a0963['hasOwnProperty']('splitPosition')&&(_0x3ea41e['splitPosition']=_0x1e3b7d['Position']['toObject'](_0x3a0963['splitPosition'],_0x50a911)),null!=_0x3a0963['graveyardPosition']&&_0x3a0963['hasOwnProperty']('graveyardPosition')&&(_0x3ea41e['graveyardPosition']=_0x1e3b7d['Position']['toObject'](_0x3a0963['graveyardPosition'],_0x50a911)),null!=_0x3a0963['howMany']&&_0x3a0963['hasOwnProperty']('howMany')&&(_0x3ea41e['howMany']=_0x3a0963['howMany']),null!=_0x3a0963['insertionPosition']&&_0x3a0963['hasOwnProperty']('insertionPosition')&&(_0x3ea41e['insertionPosition']=_0x1e3b7d['Position']['toObject'](_0x3a0963['insertionPosition'],_0x50a911)),null!=_0x3a0963['wasUndone']&&_0x3a0963['hasOwnProperty']('wasUndone')&&(_0x3ea41e['wasUndone']=_0x3a0963['wasUndone']),_0x3ea41e;},_0x1933c4['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59cef0['util']['toJSONOptions']);},_0x1933c4['getTypeUrl']=function(_0x36952b){return void 0x0===_0x36952b&&(_0x36952b='type.googleapis.com'),_0x36952b+'/SplitOperation';},_0x1933c4;}()),_0x1e3b7d['Position']=(function(){function _0x4796e9(_0x58f020){if(this['path']=[],_0x58f020){for(var _0xc831c3=Object['keys'](_0x58f020),_0x4d1793=0x0;_0x4d1793<_0xc831c3['length'];++_0x4d1793)null!=_0x58f020[_0xc831c3[_0x4d1793]]&&(this[_0xc831c3[_0x4d1793]]=_0x58f020[_0xc831c3[_0x4d1793]]);}}return _0x4796e9['prototype']['root']='',_0x4796e9['prototype']['rootMain']=!0x1,_0x4796e9['prototype']['rootGraveyard']=!0x1,_0x4796e9['prototype']['path']=_0x4800fc['emptyArray'],_0x4796e9['prototype']['stickiness']='',_0x4796e9['create']=function(_0x3d2316){return new _0x4796e9(_0x3d2316);},_0x4796e9['encode']=function(_0x50a8d2,_0x340196){if(_0x340196||(_0x340196=_0xf39eee['create']()),null!=_0x50a8d2['root']&&Object['hasOwnProperty']['call'](_0x50a8d2,'root')&&_0x340196['uint32'](0xa)['string'](_0x50a8d2['root']),null!=_0x50a8d2['rootMain']&&Object['hasOwnProperty']['call'](_0x50a8d2,'rootMain')&&_0x340196['uint32'](0x10)['bool'](_0x50a8d2['rootMain']),null!=_0x50a8d2['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x50a8d2,'rootGraveyard')&&_0x340196['uint32'](0x18)['bool'](_0x50a8d2['rootGraveyard']),null!=_0x50a8d2['path']&&_0x50a8d2['path']['length']){_0x340196['uint32'](0x22)['fork']();for(var _0x1a4823=0x0;_0x1a4823<_0x50a8d2['path']['length'];++_0x1a4823)_0x340196['uint32'](_0x50a8d2['path'][_0x1a4823]);_0x340196['ldelim']();}return null!=_0x50a8d2['stickiness']&&Object['hasOwnProperty']['call'](_0x50a8d2,'stickiness')&&_0x340196['uint32'](0x2a)['string'](_0x50a8d2['stickiness']),_0x340196;},_0x4796e9['encodeDelimited']=function(_0x35efa6,_0x1cf292){return this['encode'](_0x35efa6,_0x1cf292)['ldelim']();},_0x4796e9['decode']=function(_0x5f5824,_0x16f234){_0x5f5824 instanceof _0x2f05c0||(_0x5f5824=_0x2f05c0['create'](_0x5f5824));for(var _0x1b17bc=void 0x0===_0x16f234?_0x5f5824['len']:_0x5f5824['pos']+_0x16f234,_0x4af712=new _0x1e3b7d['Position']();_0x5f5824['pos']<_0x1b17bc;){var _0x1ad0b9=_0x5f5824['uint32']();switch(_0x1ad0b9>>>0x3){case 0x1:_0x4af712['root']=_0x5f5824['string']();break;case 0x2:_0x4af712['rootMain']=_0x5f5824['bool']();break;case 0x3:_0x4af712['rootGraveyard']=_0x5f5824['bool']();break;case 0x4:if(_0x4af712['path']&&_0x4af712['path']['length']||(_0x4af712['path']=[]),0x2==(0x7&_0x1ad0b9)){for(var _0x155210=_0x5f5824['uint32']()+_0x5f5824['pos'];_0x5f5824['pos']<_0x155210;)_0x4af712['path']['push'](_0x5f5824['uint32']());}else _0x4af712['path']['push'](_0x5f5824['uint32']());break;case 0x5:_0x4af712['stickiness']=_0x5f5824['string']();break;default:_0x5f5824['skipType'](0x7&_0x1ad0b9);}}return _0x4af712;},_0x4796e9['decodeDelimited']=function(_0x2a6dda){return _0x2a6dda instanceof _0x2f05c0||(_0x2a6dda=new _0x2f05c0(_0x2a6dda)),this['decode'](_0x2a6dda,_0x2a6dda['uint32']());},_0x4796e9['verify']=function(_0x28d2be){if('object'!=typeof _0x28d2be||null===_0x28d2be)return'object\x20expected';if(null!=_0x28d2be['root']&&_0x28d2be['hasOwnProperty']('root')&&!_0x4800fc['isString'](_0x28d2be['root']))return'root:\x20string\x20expected';if(null!=_0x28d2be['rootMain']&&_0x28d2be['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x28d2be['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x28d2be['rootGraveyard']&&_0x28d2be['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x28d2be['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x28d2be['path']&&_0x28d2be['hasOwnProperty']('path')){if(!Array['isArray'](_0x28d2be['path']))return'path:\x20array\x20expected';for(var _0x248436=0x0;_0x248436<_0x28d2be['path']['length'];++_0x248436)if(!_0x4800fc['isInteger'](_0x28d2be['path'][_0x248436]))return'path:\x20integer[]\x20expected';}return null!=_0x28d2be['stickiness']&&_0x28d2be['hasOwnProperty']('stickiness')&&!_0x4800fc['isString'](_0x28d2be['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x4796e9['fromObject']=function(_0x1c2f9c){if(_0x1c2f9c instanceof _0x1e3b7d['Position'])return _0x1c2f9c;var _0x5b13dc=new _0x1e3b7d['Position']();if(null!=_0x1c2f9c['root']&&(_0x5b13dc['root']=String(_0x1c2f9c['root'])),null!=_0x1c2f9c['rootMain']&&(_0x5b13dc['rootMain']=Boolean(_0x1c2f9c['rootMain'])),null!=_0x1c2f9c['rootGraveyard']&&(_0x5b13dc['rootGraveyard']=Boolean(_0x1c2f9c['rootGraveyard'])),_0x1c2f9c['path']){if(!Array['isArray'](_0x1c2f9c['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x5b13dc['path']=[];for(var _0x5912da=0x0;_0x5912da<_0x1c2f9c['path']['length'];++_0x5912da)_0x5b13dc['path'][_0x5912da]=_0x1c2f9c['path'][_0x5912da]>>>0x0;}return null!=_0x1c2f9c['stickiness']&&(_0x5b13dc['stickiness']=String(_0x1c2f9c['stickiness'])),_0x5b13dc;},_0x4796e9['toObject']=function(_0x8428f1,_0x3c6e0c){_0x3c6e0c||(_0x3c6e0c={});var _0x5c1ff0={};if((_0x3c6e0c['arrays']||_0x3c6e0c['defaults'])&&(_0x5c1ff0['path']=[]),_0x3c6e0c['defaults']&&(_0x5c1ff0['root']='',_0x5c1ff0['rootMain']=!0x1,_0x5c1ff0['rootGraveyard']=!0x1,_0x5c1ff0['stickiness']=''),null!=_0x8428f1['root']&&_0x8428f1['hasOwnProperty']('root')&&(_0x5c1ff0['root']=_0x8428f1['root']),null!=_0x8428f1['rootMain']&&_0x8428f1['hasOwnProperty']('rootMain')&&(_0x5c1ff0['rootMain']=_0x8428f1['rootMain']),null!=_0x8428f1['rootGraveyard']&&_0x8428f1['hasOwnProperty']('rootGraveyard')&&(_0x5c1ff0['rootGraveyard']=_0x8428f1['rootGraveyard']),_0x8428f1['path']&&_0x8428f1['path']['length']){_0x5c1ff0['path']=[];for(var _0x591ce6=0x0;_0x591ce6<_0x8428f1['path']['length'];++_0x591ce6)_0x5c1ff0['path'][_0x591ce6]=_0x8428f1['path'][_0x591ce6];}return null!=_0x8428f1['stickiness']&&_0x8428f1['hasOwnProperty']('stickiness')&&(_0x5c1ff0['stickiness']=_0x8428f1['stickiness']),_0x5c1ff0;},_0x4796e9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59cef0['util']['toJSONOptions']);},_0x4796e9['getTypeUrl']=function(_0x574fa7){return void 0x0===_0x574fa7&&(_0x574fa7='type.googleapis.com'),_0x574fa7+'/Position';},_0x4796e9;}()),_0x1e3b7d['Range']=(function(){function _0x464984(_0x3ae34e){if(_0x3ae34e){for(var _0xe736fb=Object['keys'](_0x3ae34e),_0x10865c=0x0;_0x10865c<_0xe736fb['length'];++_0x10865c)null!=_0x3ae34e[_0xe736fb[_0x10865c]]&&(this[_0xe736fb[_0x10865c]]=_0x3ae34e[_0xe736fb[_0x10865c]]);}}return _0x464984['prototype']['start']=null,_0x464984['prototype']['end']=null,_0x464984['create']=function(_0x90ac3c){return new _0x464984(_0x90ac3c);},_0x464984['encode']=function(_0x5c7541,_0x137e46){return _0x137e46||(_0x137e46=_0xf39eee['create']()),null!=_0x5c7541['start']&&Object['hasOwnProperty']['call'](_0x5c7541,'start')&&_0x1e3b7d['Position']['encode'](_0x5c7541['start'],_0x137e46['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5c7541['end']&&Object['hasOwnProperty']['call'](_0x5c7541,'end')&&_0x1e3b7d['Position']['encode'](_0x5c7541['end'],_0x137e46['uint32'](0x12)['fork']())['ldelim'](),_0x137e46;},_0x464984['encodeDelimited']=function(_0x457594,_0x4a1643){return this['encode'](_0x457594,_0x4a1643)['ldelim']();},_0x464984['decode']=function(_0xa0ca48,_0x4c2de2){_0xa0ca48 instanceof _0x2f05c0||(_0xa0ca48=_0x2f05c0['create'](_0xa0ca48));for(var _0x48a4be=void 0x0===_0x4c2de2?_0xa0ca48['len']:_0xa0ca48['pos']+_0x4c2de2,_0xd7eb13=new _0x1e3b7d['Range']();_0xa0ca48['pos']<_0x48a4be;){var _0x968e43=_0xa0ca48['uint32']();switch(_0x968e43>>>0x3){case 0x1:_0xd7eb13['start']=_0x1e3b7d['Position']['decode'](_0xa0ca48,_0xa0ca48['uint32']());break;case 0x2:_0xd7eb13['end']=_0x1e3b7d['Position']['decode'](_0xa0ca48,_0xa0ca48['uint32']());break;default:_0xa0ca48['skipType'](0x7&_0x968e43);}}return _0xd7eb13;},_0x464984['decodeDelimited']=function(_0x5bab87){return _0x5bab87 instanceof _0x2f05c0||(_0x5bab87=new _0x2f05c0(_0x5bab87)),this['decode'](_0x5bab87,_0x5bab87['uint32']());},_0x464984['verify']=function(_0x4be48b){if('object'!=typeof _0x4be48b||null===_0x4be48b)return'object\x20expected';var _0x532101;if(null!=_0x4be48b['start']&&_0x4be48b['hasOwnProperty']('start')&&(_0x532101=_0x1e3b7d['Position']['verify'](_0x4be48b['start'])))return'start.'+_0x532101;if(null!=_0x4be48b['end']&&_0x4be48b['hasOwnProperty']('end')&&(_0x532101=_0x1e3b7d['Position']['verify'](_0x4be48b['end'])))return'end.'+_0x532101;return null;},_0x464984['fromObject']=function(_0x434e97){if(_0x434e97 instanceof _0x1e3b7d['Range'])return _0x434e97;var _0x49732b=new _0x1e3b7d['Range']();if(null!=_0x434e97['start']){if('object'!=typeof _0x434e97['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x49732b['start']=_0x1e3b7d['Position']['fromObject'](_0x434e97['start']);}if(null!=_0x434e97['end']){if('object'!=typeof _0x434e97['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x49732b['end']=_0x1e3b7d['Position']['fromObject'](_0x434e97['end']);}return _0x49732b;},_0x464984['toObject']=function(_0x13996b,_0x16da83){_0x16da83||(_0x16da83={});var _0x4645db={};return _0x16da83['defaults']&&(_0x4645db['start']=null,_0x4645db['end']=null),null!=_0x13996b['start']&&_0x13996b['hasOwnProperty']('start')&&(_0x4645db['start']=_0x1e3b7d['Position']['toObject'](_0x13996b['start'],_0x16da83)),null!=_0x13996b['end']&&_0x13996b['hasOwnProperty']('end')&&(_0x4645db['end']=_0x1e3b7d['Position']['toObject'](_0x13996b['end'],_0x16da83)),_0x4645db;},_0x464984['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59cef0['util']['toJSONOptions']);},_0x464984['getTypeUrl']=function(_0x5e1eec){return void 0x0===_0x5e1eec&&(_0x5e1eec='type.googleapis.com'),_0x5e1eec+'/Range';},_0x464984;}()),_0x1e3b7d['Element']=(function(){function _0x4a0fa0(_0x50677e){if(this['children']=[],this['attributesBoolean']={},_0x50677e){for(var _0x51a7fc=Object['keys'](_0x50677e),_0x3a583b=0x0;_0x3a583b<_0x51a7fc['length'];++_0x3a583b)null!=_0x50677e[_0x51a7fc[_0x3a583b]]&&(this[_0x51a7fc[_0x3a583b]]=_0x50677e[_0x51a7fc[_0x3a583b]]);}}return _0x4a0fa0['prototype']['name']='',_0x4a0fa0['prototype']['children']=_0x4800fc['emptyArray'],_0x4a0fa0['prototype']['data']='',_0x4a0fa0['prototype']['attributesBoolean']=_0x4800fc['emptyObject'],_0x4a0fa0['prototype']['attributesJson']='',_0x4a0fa0['create']=function(_0x45fe8a){return new _0x4a0fa0(_0x45fe8a);},_0x4a0fa0['encode']=function(_0x5041b1,_0xf1c618){if(_0xf1c618||(_0xf1c618=_0xf39eee['create']()),null!=_0x5041b1['name']&&Object['hasOwnProperty']['call'](_0x5041b1,'name')&&_0xf1c618['uint32'](0xa)['string'](_0x5041b1['name']),null!=_0x5041b1['children']&&_0x5041b1['children']['length']){for(var _0x595628=0x0;_0x595628<_0x5041b1['children']['length'];++_0x595628)_0x1e3b7d['Element']['encode'](_0x5041b1['children'][_0x595628],_0xf1c618['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x5041b1['data']&&Object['hasOwnProperty']['call'](_0x5041b1,'data')&&_0xf1c618['uint32'](0x1a)['string'](_0x5041b1['data']),null!=_0x5041b1['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x5041b1,'attributesBoolean')){var _0x554cd8=Object['keys'](_0x5041b1['attributesBoolean']);for(_0x595628=0x0;_0x595628<_0x554cd8['length'];++_0x595628)_0xf1c618['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x554cd8[_0x595628])['uint32'](0x10)['bool'](_0x5041b1['attributesBoolean'][_0x554cd8[_0x595628]])['ldelim']();}return null!=_0x5041b1['attributesJson']&&Object['hasOwnProperty']['call'](_0x5041b1,'attributesJson')&&_0xf1c618['uint32'](0x2a)['string'](_0x5041b1['attributesJson']),_0xf1c618;},_0x4a0fa0['encodeDelimited']=function(_0x4eb0af,_0x40bc01){return this['encode'](_0x4eb0af,_0x40bc01)['ldelim']();},_0x4a0fa0['decode']=function(_0x3ebad8,_0x261e77){_0x3ebad8 instanceof _0x2f05c0||(_0x3ebad8=_0x2f05c0['create'](_0x3ebad8));for(var _0xd3c6b5,_0x53a6c6,_0x36ab0b=void 0x0===_0x261e77?_0x3ebad8['len']:_0x3ebad8['pos']+_0x261e77,_0xfa96b9=new _0x1e3b7d['Element']();_0x3ebad8['pos']<_0x36ab0b;){var _0x347537=_0x3ebad8['uint32']();switch(_0x347537>>>0x3){case 0x1:_0xfa96b9['name']=_0x3ebad8['string']();break;case 0x2:_0xfa96b9['children']&&_0xfa96b9['children']['length']||(_0xfa96b9['children']=[]),_0xfa96b9['children']['push'](_0x1e3b7d['Element']['decode'](_0x3ebad8,_0x3ebad8['uint32']()));break;case 0x3:_0xfa96b9['data']=_0x3ebad8['string']();break;case 0x4:_0xfa96b9['attributesBoolean']===_0x4800fc['emptyObject']&&(_0xfa96b9['attributesBoolean']={});var _0x340b55=_0x3ebad8['uint32']()+_0x3ebad8['pos'];for(_0xd3c6b5='',_0x53a6c6=!0x1;_0x3ebad8['pos']<_0x340b55;){var _0xad3e19=_0x3ebad8['uint32']();switch(_0xad3e19>>>0x3){case 0x1:_0xd3c6b5=_0x3ebad8['string']();break;case 0x2:_0x53a6c6=_0x3ebad8['bool']();break;default:_0x3ebad8['skipType'](0x7&_0xad3e19);}}_0xfa96b9['attributesBoolean'][_0xd3c6b5]=_0x53a6c6;break;case 0x5:_0xfa96b9['attributesJson']=_0x3ebad8['string']();break;default:_0x3ebad8['skipType'](0x7&_0x347537);}}return _0xfa96b9;},_0x4a0fa0['decodeDelimited']=function(_0x3cd34b){return _0x3cd34b instanceof _0x2f05c0||(_0x3cd34b=new _0x2f05c0(_0x3cd34b)),this['decode'](_0x3cd34b,_0x3cd34b['uint32']());},_0x4a0fa0['verify']=function(_0x5ec1a5){if('object'!=typeof _0x5ec1a5||null===_0x5ec1a5)return'object\x20expected';if(null!=_0x5ec1a5['name']&&_0x5ec1a5['hasOwnProperty']('name')&&!_0x4800fc['isString'](_0x5ec1a5['name']))return'name:\x20string\x20expected';if(null!=_0x5ec1a5['children']&&_0x5ec1a5['hasOwnProperty']('children')){if(!Array['isArray'](_0x5ec1a5['children']))return'children:\x20array\x20expected';for(var _0x2391ea=0x0;_0x2391ea<_0x5ec1a5['children']['length'];++_0x2391ea){var _0x11498e=_0x1e3b7d['Element']['verify'](_0x5ec1a5['children'][_0x2391ea]);if(_0x11498e)return'children.'+_0x11498e;}}if(null!=_0x5ec1a5['data']&&_0x5ec1a5['hasOwnProperty']('data')&&!_0x4800fc['isString'](_0x5ec1a5['data']))return'data:\x20string\x20expected';if(null!=_0x5ec1a5['attributesBoolean']&&_0x5ec1a5['hasOwnProperty']('attributesBoolean')){if(!_0x4800fc['isObject'](_0x5ec1a5['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x3a7185=Object['keys'](_0x5ec1a5['attributesBoolean']);for(_0x2391ea=0x0;_0x2391ea<_0x3a7185['length'];++_0x2391ea)if('boolean'!=typeof _0x5ec1a5['attributesBoolean'][_0x3a7185[_0x2391ea]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x5ec1a5['attributesJson']&&_0x5ec1a5['hasOwnProperty']('attributesJson')&&!_0x4800fc['isString'](_0x5ec1a5['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x4a0fa0['fromObject']=function(_0x571ffb){if(_0x571ffb instanceof _0x1e3b7d['Element'])return _0x571ffb;var _0xf7d46d=new _0x1e3b7d['Element']();if(null!=_0x571ffb['name']&&(_0xf7d46d['name']=String(_0x571ffb['name'])),_0x571ffb['children']){if(!Array['isArray'](_0x571ffb['children']))throw TypeError('.Element.children:\x20array\x20expected');_0xf7d46d['children']=[];for(var _0x29e9da=0x0;_0x29e9da<_0x571ffb['children']['length'];++_0x29e9da){if('object'!=typeof _0x571ffb['children'][_0x29e9da])throw TypeError('.Element.children:\x20object\x20expected');_0xf7d46d['children'][_0x29e9da]=_0x1e3b7d['Element']['fromObject'](_0x571ffb['children'][_0x29e9da]);}}if(null!=_0x571ffb['data']&&(_0xf7d46d['data']=String(_0x571ffb['data'])),_0x571ffb['attributesBoolean']){if('object'!=typeof _0x571ffb['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0xf7d46d['attributesBoolean']={};var _0x47b004=Object['keys'](_0x571ffb['attributesBoolean']);for(_0x29e9da=0x0;_0x29e9da<_0x47b004['length'];++_0x29e9da)_0xf7d46d['attributesBoolean'][_0x47b004[_0x29e9da]]=Boolean(_0x571ffb['attributesBoolean'][_0x47b004[_0x29e9da]]);}return null!=_0x571ffb['attributesJson']&&(_0xf7d46d['attributesJson']=String(_0x571ffb['attributesJson'])),_0xf7d46d;},_0x4a0fa0['toObject']=function(_0x51c458,_0x370535){_0x370535||(_0x370535={});var _0x533792,_0x7cd25d={};if((_0x370535['arrays']||_0x370535['defaults'])&&(_0x7cd25d['children']=[]),(_0x370535['objects']||_0x370535['defaults'])&&(_0x7cd25d['attributesBoolean']={}),_0x370535['defaults']&&(_0x7cd25d['name']='',_0x7cd25d['data']='',_0x7cd25d['attributesJson']=''),null!=_0x51c458['name']&&_0x51c458['hasOwnProperty']('name')&&(_0x7cd25d['name']=_0x51c458['name']),_0x51c458['children']&&_0x51c458['children']['length']){_0x7cd25d['children']=[];for(var _0x575ba8=0x0;_0x575ba8<_0x51c458['children']['length'];++_0x575ba8)_0x7cd25d['children'][_0x575ba8]=_0x1e3b7d['Element']['toObject'](_0x51c458['children'][_0x575ba8],_0x370535);}if(null!=_0x51c458['data']&&_0x51c458['hasOwnProperty']('data')&&(_0x7cd25d['data']=_0x51c458['data']),_0x51c458['attributesBoolean']&&(_0x533792=Object['keys'](_0x51c458['attributesBoolean']))['length']){_0x7cd25d['attributesBoolean']={};for(_0x575ba8=0x0;_0x575ba8<_0x533792['length'];++_0x575ba8)_0x7cd25d['attributesBoolean'][_0x533792[_0x575ba8]]=_0x51c458['attributesBoolean'][_0x533792[_0x575ba8]];}return null!=_0x51c458['attributesJson']&&_0x51c458['hasOwnProperty']('attributesJson')&&(_0x7cd25d['attributesJson']=_0x51c458['attributesJson']),_0x7cd25d;},_0x4a0fa0['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59cef0['util']['toJSONOptions']);},_0x4a0fa0['getTypeUrl']=function(_0x4dc928){return void 0x0===_0x4dc928&&(_0x4dc928='type.googleapis.com'),_0x4dc928+'/Element';},_0x4a0fa0;}()),_0x1e3b7d;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x51f384){return new y(this['_protobufRoot'][_0x51f384]);}}class y{['_protobuf'];constructor(_0x4ed663){this['_protobuf']=_0x4ed663;}['compress'](_0x2834dd){const _0x5ef7a1=this['_protobuf']['verify'](_0x2834dd);if(_0x5ef7a1)throw Error(_0x5ef7a1);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x2834dd))['finish']();}['decompress'](_0x12f8e3){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x12f8e3),{'oneofs':!0x0});}}function _(_0x124f4d,_0x1cc638){const _0x4932ec=_0x13b753(_0x124f4d);return _0x4932ec['path'][_0x4932ec['path']['length']-0x1]+=_0x1cc638,_0x4932ec;}function O(_0xfba3cd,_0x4c5d54){return _0xfba3cd['root']===_0x4c5d54['root']&&_0x3dd6fd(_0xfba3cd['path'],_0x4c5d54['path']);}function $(_0x13945f){P(_0x13945f,_0x12c494=>('main'==_0x12c494['root']?(_0x12c494['rootMain']=!0x0,delete _0x12c494['root']):'$graveyard'==_0x12c494['root']&&(_0x12c494['rootGraveyard']=!0x0,delete _0x12c494['root']),_0x12c494));}function J(_0x25be5e){P(_0x25be5e,_0x319f91=>(_0x319f91['rootMain']?(_0x319f91['root']='main',delete _0x319f91['rootMain']):_0x319f91['rootGraveyard']&&(_0x319f91['root']='$graveyard',delete _0x319f91['rootGraveyard']),_0x319f91));}function P(_0x14f238,_0x538ae5){for(const _0x30c68e in _0x14f238){const _0x4980d4=_0x14f238[_0x30c68e];'nodes'!==_0x30c68e&&_0x287c30(_0x4980d4)&&(_0x4980d4['path']&&(_0x4980d4['root']||_0x4980d4['rootMain']||_0x4980d4['rootGraveyard'])?_0x14f238[_0x30c68e]=_0x538ae5(_0x4980d4):P(_0x4980d4,_0x538ae5));}return _0x14f238;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x3b7000,_0x1c043c,_0x110ab6){this['_id']=_0x3b7000,this['_operationName']=_0x1c043c,this['_protobufDescriptor']=_0x110ab6;}['compress'](_0x243456,_0xc0e48d){const _0x3ec5d4=_0xc0e48d['shift']();return $(_0x3ec5d4),_0x243456['buffers']['push'](this['_protobufDescriptor']['compress'](_0x3ec5d4)),_0x243456['types']['push'](this['_id']),!0x0;}['decompress'](_0x11a1a3,_0x282f38){_0x282f38['types']['shift']();const _0x25f305=this['_protobufDescriptor']['decompress'](_0x282f38['buffers']['shift']());J(_0x25f305),_0x25f305['__className']=this['_operationName'],_0x11a1a3['push'](_0x25f305);}}class s extends e{['compress'](_0x507572,_0x4846d3){const _0x5b4ac2=_0x4846d3['shift']();return this['_serializeOneOf']('oldValue',_0x5b4ac2),this['_serializeOneOf']('newValue',_0x5b4ac2),$(_0x5b4ac2),_0x507572['buffers']['push'](this['_protobufDescriptor']['compress'](_0x5b4ac2)),_0x507572['types']['push'](this['_id']),!0x0;}['decompress'](_0x5563c5,_0x562c18){const {types:_0x348e25,buffers:_0x4ade60}=_0x562c18,_0x40f00a=this['_protobufDescriptor']['decompress'](_0x4ade60['shift']());_0x348e25['shift'](),this['_deserializeOneOf']('oldValue',_0x40f00a),this['_deserializeOneOf']('newValue',_0x40f00a),J(_0x40f00a),_0x40f00a['__className']=this['_operationName'],_0x5563c5['push'](_0x40f00a);}['_serializeOneOf'](_0x10ac01,_0x2b59d1){const _0x503fcf=_0x2b59d1[_0x10ac01];'boolean'==typeof _0x503fcf?_0x2b59d1[_0x10ac01+'Boolean']=_0x503fcf:_0x2b59d1[_0x10ac01+'Json']=JSON['stringify'](_0x503fcf);}['_deserializeOneOf'](_0x2f848a,_0x29ea93){const _0x4bdea2=_0x2f848a+'Json';_0x29ea93[_0x4bdea2]?(_0x29ea93[_0x2f848a]=JSON['parse'](_0x29ea93[_0x4bdea2]),delete _0x29ea93[_0x4bdea2]):(_0x29ea93[_0x2f848a]=_0x29ea93[_0x2f848a+'Boolean'],delete _0x29ea93[_0x2f848a+'Boolean']);}}class i extends e{['compress'](_0x509344,_0x16998d){const _0x197eb2=_0x16998d['shift']();return this['_serializeNodesAttributes'](_0x197eb2['nodes']),$(_0x197eb2),_0x509344['buffers']['push'](this['_protobufDescriptor']['compress'](_0x197eb2)),_0x509344['types']['push'](this['_id']),!0x0;}['decompress'](_0x111403,_0x9fd984){const {types:_0x446c79,buffers:_0x8c940c}=_0x9fd984,_0x2df800=this['_protobufDescriptor']['decompress'](_0x8c940c['shift']());_0x446c79['shift'](),_0x2df800['nodes']||(_0x2df800['nodes']=[]),this['_deserializeNodesAttributes'](_0x2df800['nodes']),J(_0x2df800),_0x2df800['__className']=this['_operationName'],_0x111403['push'](_0x2df800);}['_serializeNodesAttributes'](_0x5d7bc4){for(const _0x21b5cb of _0x5d7bc4){if(_0x21b5cb['attributes']){const _0x1be585=_0x21b5cb['attributes'];this['_areValuesBoolean'](_0x1be585)?_0x21b5cb['attributesBoolean']=_0x1be585:_0x21b5cb['attributesJson']=JSON['stringify'](_0x1be585);}_0x21b5cb['children']&&this['_serializeNodesAttributes'](_0x21b5cb['children']);}}['_deserializeNodesAttributes'](_0x5cc6e3){for(const _0x307787 of _0x5cc6e3)(_0x307787['attributesBoolean']||_0x307787['attributesJson'])&&(_0x307787['attributesBoolean']?(_0x307787['attributes']=_0x307787['attributesBoolean'],delete _0x307787['attributesBoolean']):(_0x307787['attributes']=JSON['parse'](_0x307787['attributesJson']),delete _0x307787['attributesJson'])),_0x307787['children']&&this['_deserializeNodesAttributes'](_0x307787['children']);}['_areValuesBoolean'](_0x339d81){return Object['keys'](_0x339d81)['every'](_0x1b0bcb=>'boolean'==typeof _0x339d81[_0x1b0bcb]);}}class n extends e{['decompress'](_0x91a778,_0x5d0733){super['decompress'](_0x91a778,_0x5d0733);const _0x2fe281=_0x91a778[_0x91a778['length']-0x1];_0x2fe281['oldRange']||(_0x2fe281['oldRange']=null),_0x2fe281['newRange']||(_0x2fe281['newRange']=null);}}class p extends e{['compress'](_0x46b5ce,_0x1bbda3){return _0x1bbda3['shift'](),_0x46b5ce['types']['push'](this['_id']),!0x0;}['decompress'](_0x7d87ec,_0x3c892a){_0x3c892a['types']['shift'](),_0x7d87ec['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x5b0b2b,_0x34a36d,_0x27b60a,_0x30d33d){super(_0x5b0b2b,_0x34a36d,_0x27b60a),this['_omittedNamespace']=_0x30d33d+':';}['compress'](_0x533517,_0x1f3d25){return!('MarkerOperation'!=_0x1f3d25[0x0]['__className']||!_0x1f3d25[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x1f3d25[0x0]['name']=_0x1f3d25[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x533517,_0x1f3d25),!0x0);}['decompress'](_0x51da41,_0x2b28a5){super['decompress'](_0x51da41,_0x2b28a5);const _0x500122=_0x51da41[_0x51da41['length']-0x1];_0x500122['name']=this['_omittedNamespace']+_0x500122['name'];}}class b{['_id'];['_context'];constructor(_0x166e7a,_0x769983){this['_id']=_0x166e7a,this['_context']=_0x769983;}['compress'](_0x305291,_0x58aa6a){let _0xcb9a2d;for(;_0x58aa6a['length']>0x1&&this['_compareOperations'](_0x58aa6a[0x0],_0x58aa6a[0x1]);)_0xcb9a2d?(_0xcb9a2d=this['_combineNext'](_0x58aa6a['shift'](),_0xcb9a2d),_0x305291['types']['push'](0x0)):(_0xcb9a2d=_0x13b753(_0x58aa6a['shift']()),_0x305291['types']['push'](this['_id']));return!!_0xcb9a2d&&(_0xcb9a2d=this['_combineNext'](_0x58aa6a['shift'](),_0xcb9a2d),_0x305291['types']['push'](0x0),_0x305291['buffers']['push'](this['_compressSingleOperation'](_0xcb9a2d)),!0x0);}['decompress'](_0x237c7e,_0x457898){const _0x798f46=this['_decompressSingleOperation'](_0x457898);for(;0x0==_0x457898['types'][0x0];)_0x457898['types']['shift'](),_0x237c7e['push'](this['_splitCurrent'](_0x798f46));_0x237c7e['push'](_0x798f46);}}class m extends b{['_combineNext'](_0x598966,_0x5aa671){return _0x5aa671['nodes'][0x0]['data']+=_0x598966['nodes'][0x0]['data'],_0x5aa671;}['_splitCurrent'](_0x580ace){const _0xb10986=_0x13b753(_0x580ace),_0x4a59d9=_0xb10986['nodes'][0x0],_0xf2922b=_0x580ace['nodes'][0x0],_0x5e2502=_0xf2922b['data'][Symbol['iterator']]()['next']()['value'],_0x56f40e=_0x5e2502['length'];return _0x4a59d9['data']=_0x5e2502,_0xf2922b['data']=_0xf2922b['data']['substr'](_0x56f40e),_0x580ace['position']=_(_0x580ace['position'],_0x56f40e),_0xb10986;}['_compareOperations'](_0x226a19,_0x4107bb){if(this['_checkOperation'](_0x226a19)&&this['_checkOperation'](_0x4107bb)){const _0xac3e0b=_0x226a19['nodes'][0x0]['data']['length'],_0x4ae6cd=O(_(_0x226a19['position'],_0xac3e0b),_0x4107bb['position']),_0x55256e=_0x226a19['nodes'][0x0],_0x1b1c86=_0x4107bb['nodes'][0x0];return _0x4ae6cd&&this['_compareAttributes'](_0x55256e,_0x1b1c86);}return!0x1;}['_compressSingleOperation'](_0x242457){const _0x22016a={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x22016a,[_0x242457]),_0x22016a['buffers'][0x0];}['_decompressSingleOperation'](_0x1be175){const _0x31dae4=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x31dae4,_0x1be175),_0x31dae4[0x0];}['_checkOperation'](_0x4f7481){return'InsertOperation'==_0x4f7481['__className']&&0x1==_0x4f7481['nodes']['length']&&_0x4f7481['nodes'][0x0]['data']&&!_0x4f7481['wasUndone']&&0x1==Array['from'](_0x4f7481['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x4694df,_0x138a25){const _0x75d6e3=Object['keys'](_0x4694df['attributes']||{}),_0x5e0502=Object['keys'](_0x138a25['attributes']||{});return _0x75d6e3['length']===_0x5e0502['length']&&_0x75d6e3['every'](_0x7335e6=>_0x138a25['attributes'][_0x7335e6]&&_0x138a25['attributes'][_0x7335e6]===_0x4694df['attributes'][_0x7335e6]);}}class c extends b{['_combineNext'](_0x4c46d0,_0x379ddf){return _0x379ddf['howMany']++,_0x379ddf['sourcePosition']=_0x13b753(_0x4c46d0['sourcePosition']),_0x379ddf;}['_splitCurrent'](_0x493e10){const _0x2376e7=_0x13b753(_0x493e10);return _0x493e10['howMany']--,_0x2376e7['howMany']=0x1,_0x2376e7['sourcePosition']=_(_0x2376e7['sourcePosition'],_0x493e10['howMany']),_0x2376e7;}['_compareOperations'](_0x3c2c27,_0x1389b4){return!(!this['_checkOperation'](_0x3c2c27)||!this['_checkOperation'](_0x1389b4))&&(O(_(_0x3c2c27['sourcePosition'],-0x1),_0x1389b4['sourcePosition'])&&O(_0x3c2c27['targetPosition'],_0x1389b4['targetPosition']));}['_compressSingleOperation'](_0x4f86b3){const _0x48c620={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x48c620,[_0x4f86b3]),_0x48c620['buffers'][0x0];}['_decompressSingleOperation'](_0x2415c2){const _0x43028b=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x43028b,_0x2415c2),_0x43028b[0x0];}['_checkOperation'](_0x20288d){return'MoveOperation'==_0x20288d['__className']&&'$graveyard'==_0x20288d['targetPosition']['root']&&0x1==_0x20288d['howMany']&&!_0x20288d['wasUndone'];}}class h extends b{['_combineNext'](_0x5137d6,_0x295c44){return _0x295c44['howMany']++,_0x295c44;}['_splitCurrent'](_0x51f64f){const _0x126bba=_0x13b753(_0x51f64f);return _0x126bba['howMany']=0x1,_0x51f64f['howMany']--,_0x126bba;}['_compareOperations'](_0xcb9d8b,_0x484f81){return!(!this['_checkOperation'](_0xcb9d8b)||!this['_checkOperation'](_0x484f81))&&(O(_0xcb9d8b['sourcePosition'],_0x484f81['sourcePosition'])&&O(_0xcb9d8b['targetPosition'],_0x484f81['targetPosition']));}['_compressSingleOperation'](_0x2d0689){const _0x38b89e={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x38b89e,[_0x2d0689]),_0x38b89e['buffers'][0x0];}['_decompressSingleOperation'](_0x1bc4fb){const _0x14c313=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x14c313,_0x1bc4fb),_0x14c313[0x0];}['_checkOperation'](_0x1cedc2){return'MoveOperation'==_0x1cedc2['__className']&&'$graveyard'==_0x1cedc2['targetPosition']['root']&&0x1==_0x1cedc2['howMany']&&!_0x1cedc2['wasUndone'];}}class f extends b{['compress'](_0x126033,_0x5d2b02){if(!this['_compareOperations'](_0x5d2b02[0x0],_0x5d2b02[0x1]))return!0x1;const _0xd97dd1=_0x5d2b02['shift']();return _0xd97dd1['oldRange']=null,_0xd97dd1['newRange']&&O(_0xd97dd1['newRange']['start'],_0xd97dd1['newRange']['end'])&&(_0xd97dd1['newRange']['end']=null),_0x5d2b02['shift'](),_0x126033['types']['push'](this['_id']),_0x126033['types']['push'](0x0),_0x126033['buffers']['push'](this['_compressSingleOperation'](_0xd97dd1)),!0x0;}['decompress'](_0x290c0e,_0x52e39e){const _0x306365=this['_decompressSingleOperation'](_0x52e39e);_0x306365['newRange']&&!_0x306365['newRange']['end']&&(_0x306365['newRange']['end']=_0x13b753(_0x306365['newRange']['start']));const _0x41ed1b=_0x13b753(_0x306365);_0x41ed1b['newRange']&&(_0x41ed1b['newRange']['start']['stickiness']='toNone',_0x41ed1b['newRange']['end']=_0x13b753(_0x41ed1b['newRange']['start'])),_0x41ed1b['name']='user:position:'+_0x41ed1b['name']['split'](':')[0x2],_0x52e39e['types']['shift'](),_0x290c0e['push'](_0x306365),_0x290c0e['push'](_0x41ed1b);}['_compressSingleOperation'](_0x490b34){const _0x62f213={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x62f213,[_0x490b34]),_0x62f213['buffers'][0x0];}['_decompressSingleOperation'](_0x404ed7){const _0x5bc35c=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x5bc35c,_0x404ed7),_0x5bc35c[0x0];}['_compareOperations'](_0x13578a,_0x264037){return!(!_0x13578a||!_0x264037)&&('MarkerOperation'==_0x13578a['__className']&&'MarkerOperation'==_0x264037['__className']&&!(!_0x13578a['name']['startsWith']('user:')||!_0x264037['name']['startsWith']('user:')||_0x13578a['name']==_0x264037['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x29edbc=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',_0x29edbc,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x29edbc,'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'](_0x20477d){if(!_0x20477d||!_0x20477d[0x0])throw new _0x271ed5('no-operations-provided',this);const _0x62cc53={'types':[],'buffers':[],'baseVersion':_0x20477d[0x0]['baseVersion']};for(;_0x20477d['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x62cc53,_0x20477d)||this['_getCompressorByName']('TypingAction')['compress'](_0x62cc53,_0x20477d)||this['_getCompressorByName']('DeletingAction')['compress'](_0x62cc53,_0x20477d)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x62cc53,_0x20477d)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x62cc53,_0x20477d)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x62cc53,_0x20477d)||this['_getCompressorByName'](_0x20477d[0x0]['__className'])['compress'](_0x62cc53,_0x20477d);return _0x62cc53;}['decompress'](_0x229464){const _0x41acd2=[];for(;_0x229464['types']['length'];){this['_compressorById']['get'](_0x229464['types'][0x0])['decompress'](_0x41acd2,_0x229464);}return _0x41acd2['forEach']((_0x270518,_0x1372e1)=>_0x270518['baseVersion']=_0x229464['baseVersion']+_0x1372e1),_0x41acd2;}['_getCompressorByName'](_0x4a1508){return this['_compressorByName']['get'](_0x4a1508);}['_registerOperationCompressor'](_0x46c97f,_0x58d35b,_0x2f3f1d){const _0x19e3cf=new _0x2f3f1d(_0x46c97f,_0x58d35b,this['_protobufFactory']['getDescriptor'](_0x58d35b));this['_registerCompressor'](_0x46c97f,_0x58d35b,_0x19e3cf);}['_registerActionCompressor'](_0x10924f,_0x5ca9ef,_0x26d8a8){const _0x1928a8=new _0x26d8a8(_0x10924f,this);this['_registerCompressor'](_0x10924f,_0x5ca9ef,_0x1928a8);}['_registerCompressor'](_0x2d7146,_0x406b87,_0x1ce6dd){this['_compressorById']['set'](_0x2d7146,_0x1ce6dd),this['_compressorByName']['set'](_0x406b87,_0x1ce6dd);}}export{g as Compressor};
|