|  | @@ -31,7 +31,6 @@ pub enum WorkspaceEvent {
 | 
	
		
			
				|  |  |      DeleteWorkspace = 3,
 | 
	
		
			
				|  |  |      OpenWorkspace = 4,
 | 
	
		
			
				|  |  |      ReadWorkspaceApps = 5,
 | 
	
		
			
				|  |  | -    CreateDefaultWorkspace = 6,
 | 
	
		
			
				|  |  |      CreateApp = 101,
 | 
	
		
			
				|  |  |      DeleteApp = 102,
 | 
	
		
			
				|  |  |      ReadApp = 103,
 | 
	
	
		
			
				|  | @@ -50,7 +49,6 @@ pub enum WorkspaceEvent {
 | 
	
		
			
				|  |  |      RestoreAll = 303,
 | 
	
		
			
				|  |  |      DeleteAll = 304,
 | 
	
		
			
				|  |  |      ApplyDocDelta = 400,
 | 
	
		
			
				|  |  | -    InitWorkspace = 1000,
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  impl ::protobuf::ProtobufEnum for WorkspaceEvent {
 | 
	
	
		
			
				|  | @@ -66,7 +64,6 @@ impl ::protobuf::ProtobufEnum for WorkspaceEvent {
 | 
	
		
			
				|  |  |              3 => ::std::option::Option::Some(WorkspaceEvent::DeleteWorkspace),
 | 
	
		
			
				|  |  |              4 => ::std::option::Option::Some(WorkspaceEvent::OpenWorkspace),
 | 
	
		
			
				|  |  |              5 => ::std::option::Option::Some(WorkspaceEvent::ReadWorkspaceApps),
 | 
	
		
			
				|  |  | -            6 => ::std::option::Option::Some(WorkspaceEvent::CreateDefaultWorkspace),
 | 
	
		
			
				|  |  |              101 => ::std::option::Option::Some(WorkspaceEvent::CreateApp),
 | 
	
		
			
				|  |  |              102 => ::std::option::Option::Some(WorkspaceEvent::DeleteApp),
 | 
	
		
			
				|  |  |              103 => ::std::option::Option::Some(WorkspaceEvent::ReadApp),
 | 
	
	
		
			
				|  | @@ -85,7 +82,6 @@ impl ::protobuf::ProtobufEnum for WorkspaceEvent {
 | 
	
		
			
				|  |  |              303 => ::std::option::Option::Some(WorkspaceEvent::RestoreAll),
 | 
	
		
			
				|  |  |              304 => ::std::option::Option::Some(WorkspaceEvent::DeleteAll),
 | 
	
		
			
				|  |  |              400 => ::std::option::Option::Some(WorkspaceEvent::ApplyDocDelta),
 | 
	
		
			
				|  |  | -            1000 => ::std::option::Option::Some(WorkspaceEvent::InitWorkspace),
 | 
	
		
			
				|  |  |              _ => ::std::option::Option::None
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      }
 | 
	
	
		
			
				|  | @@ -98,7 +94,6 @@ impl ::protobuf::ProtobufEnum for WorkspaceEvent {
 | 
	
		
			
				|  |  |              WorkspaceEvent::DeleteWorkspace,
 | 
	
		
			
				|  |  |              WorkspaceEvent::OpenWorkspace,
 | 
	
		
			
				|  |  |              WorkspaceEvent::ReadWorkspaceApps,
 | 
	
		
			
				|  |  | -            WorkspaceEvent::CreateDefaultWorkspace,
 | 
	
		
			
				|  |  |              WorkspaceEvent::CreateApp,
 | 
	
		
			
				|  |  |              WorkspaceEvent::DeleteApp,
 | 
	
		
			
				|  |  |              WorkspaceEvent::ReadApp,
 | 
	
	
		
			
				|  | @@ -117,7 +112,6 @@ impl ::protobuf::ProtobufEnum for WorkspaceEvent {
 | 
	
		
			
				|  |  |              WorkspaceEvent::RestoreAll,
 | 
	
		
			
				|  |  |              WorkspaceEvent::DeleteAll,
 | 
	
		
			
				|  |  |              WorkspaceEvent::ApplyDocDelta,
 | 
	
		
			
				|  |  | -            WorkspaceEvent::InitWorkspace,
 | 
	
		
			
				|  |  |          ];
 | 
	
		
			
				|  |  |          values
 | 
	
		
			
				|  |  |      }
 | 
	
	
		
			
				|  | @@ -146,74 +140,69 @@ impl ::protobuf::reflect::ProtobufValue for WorkspaceEvent {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  static file_descriptor_proto_data: &'static [u8] = b"\
 | 
	
		
			
				|  |  | -    \n\x0bevent.proto*\xe6\x03\n\x0eWorkspaceEvent\x12\x13\n\x0fCreateWorksp\
 | 
	
		
			
				|  |  | +    \n\x0bevent.proto*\xb6\x03\n\x0eWorkspaceEvent\x12\x13\n\x0fCreateWorksp\
 | 
	
		
			
				|  |  |      ace\x10\0\x12\x14\n\x10ReadCurWorkspace\x10\x01\x12\x12\n\x0eReadWorkspa\
 | 
	
		
			
				|  |  |      ces\x10\x02\x12\x13\n\x0fDeleteWorkspace\x10\x03\x12\x11\n\rOpenWorkspac\
 | 
	
		
			
				|  |  | -    e\x10\x04\x12\x15\n\x11ReadWorkspaceApps\x10\x05\x12\x1a\n\x16CreateDefa\
 | 
	
		
			
				|  |  | -    ultWorkspace\x10\x06\x12\r\n\tCreateApp\x10e\x12\r\n\tDeleteApp\x10f\x12\
 | 
	
		
			
				|  |  | -    \x0b\n\x07ReadApp\x10g\x12\r\n\tUpdateApp\x10h\x12\x0f\n\nCreateView\x10\
 | 
	
		
			
				|  |  | -    \xc9\x01\x12\r\n\x08ReadView\x10\xca\x01\x12\x0f\n\nUpdateView\x10\xcb\
 | 
	
		
			
				|  |  | -    \x01\x12\x0f\n\nDeleteView\x10\xcc\x01\x12\x12\n\rDuplicateView\x10\xcd\
 | 
	
		
			
				|  |  | -    \x01\x12\r\n\x08CopyLink\x10\xce\x01\x12\r\n\x08OpenView\x10\xcf\x01\x12\
 | 
	
		
			
				|  |  | -    \x0e\n\tCloseView\x10\xd0\x01\x12\x0e\n\tReadTrash\x10\xac\x02\x12\x11\n\
 | 
	
		
			
				|  |  | -    \x0cPutbackTrash\x10\xad\x02\x12\x10\n\x0bDeleteTrash\x10\xae\x02\x12\
 | 
	
		
			
				|  |  | -    \x0f\n\nRestoreAll\x10\xaf\x02\x12\x0e\n\tDeleteAll\x10\xb0\x02\x12\x12\
 | 
	
		
			
				|  |  | -    \n\rApplyDocDelta\x10\x90\x03\x12\x12\n\rInitWorkspace\x10\xe8\x07J\xd4\
 | 
	
		
			
				|  |  | -    \x08\n\x06\x12\x04\0\0\x1d\x01\n\x08\n\x01\x0c\x12\x03\0\0\x12\n\n\n\x02\
 | 
	
		
			
				|  |  | -    \x05\0\x12\x04\x02\0\x1d\x01\n\n\n\x03\x05\0\x01\x12\x03\x02\x05\x13\n\
 | 
	
		
			
				|  |  | -    \x0b\n\x04\x05\0\x02\0\x12\x03\x03\x04\x18\n\x0c\n\x05\x05\0\x02\0\x01\
 | 
	
		
			
				|  |  | -    \x12\x03\x03\x04\x13\n\x0c\n\x05\x05\0\x02\0\x02\x12\x03\x03\x16\x17\n\
 | 
	
		
			
				|  |  | -    \x0b\n\x04\x05\0\x02\x01\x12\x03\x04\x04\x19\n\x0c\n\x05\x05\0\x02\x01\
 | 
	
		
			
				|  |  | -    \x01\x12\x03\x04\x04\x14\n\x0c\n\x05\x05\0\x02\x01\x02\x12\x03\x04\x17\
 | 
	
		
			
				|  |  | -    \x18\n\x0b\n\x04\x05\0\x02\x02\x12\x03\x05\x04\x17\n\x0c\n\x05\x05\0\x02\
 | 
	
		
			
				|  |  | -    \x02\x01\x12\x03\x05\x04\x12\n\x0c\n\x05\x05\0\x02\x02\x02\x12\x03\x05\
 | 
	
		
			
				|  |  | -    \x15\x16\n\x0b\n\x04\x05\0\x02\x03\x12\x03\x06\x04\x18\n\x0c\n\x05\x05\0\
 | 
	
		
			
				|  |  | -    \x02\x03\x01\x12\x03\x06\x04\x13\n\x0c\n\x05\x05\0\x02\x03\x02\x12\x03\
 | 
	
		
			
				|  |  | -    \x06\x16\x17\n\x0b\n\x04\x05\0\x02\x04\x12\x03\x07\x04\x16\n\x0c\n\x05\
 | 
	
		
			
				|  |  | -    \x05\0\x02\x04\x01\x12\x03\x07\x04\x11\n\x0c\n\x05\x05\0\x02\x04\x02\x12\
 | 
	
		
			
				|  |  | -    \x03\x07\x14\x15\n\x0b\n\x04\x05\0\x02\x05\x12\x03\x08\x04\x1a\n\x0c\n\
 | 
	
		
			
				|  |  | -    \x05\x05\0\x02\x05\x01\x12\x03\x08\x04\x15\n\x0c\n\x05\x05\0\x02\x05\x02\
 | 
	
		
			
				|  |  | -    \x12\x03\x08\x18\x19\n\x0b\n\x04\x05\0\x02\x06\x12\x03\t\x04\x1f\n\x0c\n\
 | 
	
		
			
				|  |  | -    \x05\x05\0\x02\x06\x01\x12\x03\t\x04\x1a\n\x0c\n\x05\x05\0\x02\x06\x02\
 | 
	
		
			
				|  |  | -    \x12\x03\t\x1d\x1e\n\x0b\n\x04\x05\0\x02\x07\x12\x03\n\x04\x14\n\x0c\n\
 | 
	
		
			
				|  |  | -    \x05\x05\0\x02\x07\x01\x12\x03\n\x04\r\n\x0c\n\x05\x05\0\x02\x07\x02\x12\
 | 
	
		
			
				|  |  | -    \x03\n\x10\x13\n\x0b\n\x04\x05\0\x02\x08\x12\x03\x0b\x04\x14\n\x0c\n\x05\
 | 
	
		
			
				|  |  | -    \x05\0\x02\x08\x01\x12\x03\x0b\x04\r\n\x0c\n\x05\x05\0\x02\x08\x02\x12\
 | 
	
		
			
				|  |  | -    \x03\x0b\x10\x13\n\x0b\n\x04\x05\0\x02\t\x12\x03\x0c\x04\x12\n\x0c\n\x05\
 | 
	
		
			
				|  |  | -    \x05\0\x02\t\x01\x12\x03\x0c\x04\x0b\n\x0c\n\x05\x05\0\x02\t\x02\x12\x03\
 | 
	
		
			
				|  |  | -    \x0c\x0e\x11\n\x0b\n\x04\x05\0\x02\n\x12\x03\r\x04\x14\n\x0c\n\x05\x05\0\
 | 
	
		
			
				|  |  | -    \x02\n\x01\x12\x03\r\x04\r\n\x0c\n\x05\x05\0\x02\n\x02\x12\x03\r\x10\x13\
 | 
	
		
			
				|  |  | -    \n\x0b\n\x04\x05\0\x02\x0b\x12\x03\x0e\x04\x15\n\x0c\n\x05\x05\0\x02\x0b\
 | 
	
		
			
				|  |  | -    \x01\x12\x03\x0e\x04\x0e\n\x0c\n\x05\x05\0\x02\x0b\x02\x12\x03\x0e\x11\
 | 
	
		
			
				|  |  | -    \x14\n\x0b\n\x04\x05\0\x02\x0c\x12\x03\x0f\x04\x13\n\x0c\n\x05\x05\0\x02\
 | 
	
		
			
				|  |  | -    \x0c\x01\x12\x03\x0f\x04\x0c\n\x0c\n\x05\x05\0\x02\x0c\x02\x12\x03\x0f\
 | 
	
		
			
				|  |  | -    \x0f\x12\n\x0b\n\x04\x05\0\x02\r\x12\x03\x10\x04\x15\n\x0c\n\x05\x05\0\
 | 
	
		
			
				|  |  | -    \x02\r\x01\x12\x03\x10\x04\x0e\n\x0c\n\x05\x05\0\x02\r\x02\x12\x03\x10\
 | 
	
		
			
				|  |  | -    \x11\x14\n\x0b\n\x04\x05\0\x02\x0e\x12\x03\x11\x04\x15\n\x0c\n\x05\x05\0\
 | 
	
		
			
				|  |  | -    \x02\x0e\x01\x12\x03\x11\x04\x0e\n\x0c\n\x05\x05\0\x02\x0e\x02\x12\x03\
 | 
	
		
			
				|  |  | -    \x11\x11\x14\n\x0b\n\x04\x05\0\x02\x0f\x12\x03\x12\x04\x18\n\x0c\n\x05\
 | 
	
		
			
				|  |  | -    \x05\0\x02\x0f\x01\x12\x03\x12\x04\x11\n\x0c\n\x05\x05\0\x02\x0f\x02\x12\
 | 
	
		
			
				|  |  | -    \x03\x12\x14\x17\n\x0b\n\x04\x05\0\x02\x10\x12\x03\x13\x04\x13\n\x0c\n\
 | 
	
		
			
				|  |  | -    \x05\x05\0\x02\x10\x01\x12\x03\x13\x04\x0c\n\x0c\n\x05\x05\0\x02\x10\x02\
 | 
	
		
			
				|  |  | -    \x12\x03\x13\x0f\x12\n\x0b\n\x04\x05\0\x02\x11\x12\x03\x14\x04\x13\n\x0c\
 | 
	
		
			
				|  |  | -    \n\x05\x05\0\x02\x11\x01\x12\x03\x14\x04\x0c\n\x0c\n\x05\x05\0\x02\x11\
 | 
	
		
			
				|  |  | -    \x02\x12\x03\x14\x0f\x12\n\x0b\n\x04\x05\0\x02\x12\x12\x03\x15\x04\x14\n\
 | 
	
		
			
				|  |  | -    \x0c\n\x05\x05\0\x02\x12\x01\x12\x03\x15\x04\r\n\x0c\n\x05\x05\0\x02\x12\
 | 
	
		
			
				|  |  | -    \x02\x12\x03\x15\x10\x13\n\x0b\n\x04\x05\0\x02\x13\x12\x03\x16\x04\x14\n\
 | 
	
		
			
				|  |  | -    \x0c\n\x05\x05\0\x02\x13\x01\x12\x03\x16\x04\r\n\x0c\n\x05\x05\0\x02\x13\
 | 
	
		
			
				|  |  | -    \x02\x12\x03\x16\x10\x13\n\x0b\n\x04\x05\0\x02\x14\x12\x03\x17\x04\x17\n\
 | 
	
		
			
				|  |  | -    \x0c\n\x05\x05\0\x02\x14\x01\x12\x03\x17\x04\x10\n\x0c\n\x05\x05\0\x02\
 | 
	
		
			
				|  |  | -    \x14\x02\x12\x03\x17\x13\x16\n\x0b\n\x04\x05\0\x02\x15\x12\x03\x18\x04\
 | 
	
		
			
				|  |  | -    \x16\n\x0c\n\x05\x05\0\x02\x15\x01\x12\x03\x18\x04\x0f\n\x0c\n\x05\x05\0\
 | 
	
		
			
				|  |  | -    \x02\x15\x02\x12\x03\x18\x12\x15\n\x0b\n\x04\x05\0\x02\x16\x12\x03\x19\
 | 
	
		
			
				|  |  | -    \x04\x15\n\x0c\n\x05\x05\0\x02\x16\x01\x12\x03\x19\x04\x0e\n\x0c\n\x05\
 | 
	
		
			
				|  |  | -    \x05\0\x02\x16\x02\x12\x03\x19\x11\x14\n\x0b\n\x04\x05\0\x02\x17\x12\x03\
 | 
	
		
			
				|  |  | -    \x1a\x04\x14\n\x0c\n\x05\x05\0\x02\x17\x01\x12\x03\x1a\x04\r\n\x0c\n\x05\
 | 
	
		
			
				|  |  | -    \x05\0\x02\x17\x02\x12\x03\x1a\x10\x13\n\x0b\n\x04\x05\0\x02\x18\x12\x03\
 | 
	
		
			
				|  |  | -    \x1b\x04\x18\n\x0c\n\x05\x05\0\x02\x18\x01\x12\x03\x1b\x04\x11\n\x0c\n\
 | 
	
		
			
				|  |  | -    \x05\x05\0\x02\x18\x02\x12\x03\x1b\x14\x17\n\x0b\n\x04\x05\0\x02\x19\x12\
 | 
	
		
			
				|  |  | -    \x03\x1c\x04\x19\n\x0c\n\x05\x05\0\x02\x19\x01\x12\x03\x1c\x04\x11\n\x0c\
 | 
	
		
			
				|  |  | -    \n\x05\x05\0\x02\x19\x02\x12\x03\x1c\x14\x18b\x06proto3\
 | 
	
		
			
				|  |  | +    e\x10\x04\x12\x15\n\x11ReadWorkspaceApps\x10\x05\x12\r\n\tCreateApp\x10e\
 | 
	
		
			
				|  |  | +    \x12\r\n\tDeleteApp\x10f\x12\x0b\n\x07ReadApp\x10g\x12\r\n\tUpdateApp\
 | 
	
		
			
				|  |  | +    \x10h\x12\x0f\n\nCreateView\x10\xc9\x01\x12\r\n\x08ReadView\x10\xca\x01\
 | 
	
		
			
				|  |  | +    \x12\x0f\n\nUpdateView\x10\xcb\x01\x12\x0f\n\nDeleteView\x10\xcc\x01\x12\
 | 
	
		
			
				|  |  | +    \x12\n\rDuplicateView\x10\xcd\x01\x12\r\n\x08CopyLink\x10\xce\x01\x12\r\
 | 
	
		
			
				|  |  | +    \n\x08OpenView\x10\xcf\x01\x12\x0e\n\tCloseView\x10\xd0\x01\x12\x0e\n\tR\
 | 
	
		
			
				|  |  | +    eadTrash\x10\xac\x02\x12\x11\n\x0cPutbackTrash\x10\xad\x02\x12\x10\n\x0b\
 | 
	
		
			
				|  |  | +    DeleteTrash\x10\xae\x02\x12\x0f\n\nRestoreAll\x10\xaf\x02\x12\x0e\n\tDel\
 | 
	
		
			
				|  |  | +    eteAll\x10\xb0\x02\x12\x12\n\rApplyDocDelta\x10\x90\x03J\x82\x08\n\x06\
 | 
	
		
			
				|  |  | +    \x12\x04\0\0\x1b\x01\n\x08\n\x01\x0c\x12\x03\0\0\x12\n\n\n\x02\x05\0\x12\
 | 
	
		
			
				|  |  | +    \x04\x02\0\x1b\x01\n\n\n\x03\x05\0\x01\x12\x03\x02\x05\x13\n\x0b\n\x04\
 | 
	
		
			
				|  |  | +    \x05\0\x02\0\x12\x03\x03\x04\x18\n\x0c\n\x05\x05\0\x02\0\x01\x12\x03\x03\
 | 
	
		
			
				|  |  | +    \x04\x13\n\x0c\n\x05\x05\0\x02\0\x02\x12\x03\x03\x16\x17\n\x0b\n\x04\x05\
 | 
	
		
			
				|  |  | +    \0\x02\x01\x12\x03\x04\x04\x19\n\x0c\n\x05\x05\0\x02\x01\x01\x12\x03\x04\
 | 
	
		
			
				|  |  | +    \x04\x14\n\x0c\n\x05\x05\0\x02\x01\x02\x12\x03\x04\x17\x18\n\x0b\n\x04\
 | 
	
		
			
				|  |  | +    \x05\0\x02\x02\x12\x03\x05\x04\x17\n\x0c\n\x05\x05\0\x02\x02\x01\x12\x03\
 | 
	
		
			
				|  |  | +    \x05\x04\x12\n\x0c\n\x05\x05\0\x02\x02\x02\x12\x03\x05\x15\x16\n\x0b\n\
 | 
	
		
			
				|  |  | +    \x04\x05\0\x02\x03\x12\x03\x06\x04\x18\n\x0c\n\x05\x05\0\x02\x03\x01\x12\
 | 
	
		
			
				|  |  | +    \x03\x06\x04\x13\n\x0c\n\x05\x05\0\x02\x03\x02\x12\x03\x06\x16\x17\n\x0b\
 | 
	
		
			
				|  |  | +    \n\x04\x05\0\x02\x04\x12\x03\x07\x04\x16\n\x0c\n\x05\x05\0\x02\x04\x01\
 | 
	
		
			
				|  |  | +    \x12\x03\x07\x04\x11\n\x0c\n\x05\x05\0\x02\x04\x02\x12\x03\x07\x14\x15\n\
 | 
	
		
			
				|  |  | +    \x0b\n\x04\x05\0\x02\x05\x12\x03\x08\x04\x1a\n\x0c\n\x05\x05\0\x02\x05\
 | 
	
		
			
				|  |  | +    \x01\x12\x03\x08\x04\x15\n\x0c\n\x05\x05\0\x02\x05\x02\x12\x03\x08\x18\
 | 
	
		
			
				|  |  | +    \x19\n\x0b\n\x04\x05\0\x02\x06\x12\x03\t\x04\x14\n\x0c\n\x05\x05\0\x02\
 | 
	
		
			
				|  |  | +    \x06\x01\x12\x03\t\x04\r\n\x0c\n\x05\x05\0\x02\x06\x02\x12\x03\t\x10\x13\
 | 
	
		
			
				|  |  | +    \n\x0b\n\x04\x05\0\x02\x07\x12\x03\n\x04\x14\n\x0c\n\x05\x05\0\x02\x07\
 | 
	
		
			
				|  |  | +    \x01\x12\x03\n\x04\r\n\x0c\n\x05\x05\0\x02\x07\x02\x12\x03\n\x10\x13\n\
 | 
	
		
			
				|  |  | +    \x0b\n\x04\x05\0\x02\x08\x12\x03\x0b\x04\x12\n\x0c\n\x05\x05\0\x02\x08\
 | 
	
		
			
				|  |  | +    \x01\x12\x03\x0b\x04\x0b\n\x0c\n\x05\x05\0\x02\x08\x02\x12\x03\x0b\x0e\
 | 
	
		
			
				|  |  | +    \x11\n\x0b\n\x04\x05\0\x02\t\x12\x03\x0c\x04\x14\n\x0c\n\x05\x05\0\x02\t\
 | 
	
		
			
				|  |  | +    \x01\x12\x03\x0c\x04\r\n\x0c\n\x05\x05\0\x02\t\x02\x12\x03\x0c\x10\x13\n\
 | 
	
		
			
				|  |  | +    \x0b\n\x04\x05\0\x02\n\x12\x03\r\x04\x15\n\x0c\n\x05\x05\0\x02\n\x01\x12\
 | 
	
		
			
				|  |  | +    \x03\r\x04\x0e\n\x0c\n\x05\x05\0\x02\n\x02\x12\x03\r\x11\x14\n\x0b\n\x04\
 | 
	
		
			
				|  |  | +    \x05\0\x02\x0b\x12\x03\x0e\x04\x13\n\x0c\n\x05\x05\0\x02\x0b\x01\x12\x03\
 | 
	
		
			
				|  |  | +    \x0e\x04\x0c\n\x0c\n\x05\x05\0\x02\x0b\x02\x12\x03\x0e\x0f\x12\n\x0b\n\
 | 
	
		
			
				|  |  | +    \x04\x05\0\x02\x0c\x12\x03\x0f\x04\x15\n\x0c\n\x05\x05\0\x02\x0c\x01\x12\
 | 
	
		
			
				|  |  | +    \x03\x0f\x04\x0e\n\x0c\n\x05\x05\0\x02\x0c\x02\x12\x03\x0f\x11\x14\n\x0b\
 | 
	
		
			
				|  |  | +    \n\x04\x05\0\x02\r\x12\x03\x10\x04\x15\n\x0c\n\x05\x05\0\x02\r\x01\x12\
 | 
	
		
			
				|  |  | +    \x03\x10\x04\x0e\n\x0c\n\x05\x05\0\x02\r\x02\x12\x03\x10\x11\x14\n\x0b\n\
 | 
	
		
			
				|  |  | +    \x04\x05\0\x02\x0e\x12\x03\x11\x04\x18\n\x0c\n\x05\x05\0\x02\x0e\x01\x12\
 | 
	
		
			
				|  |  | +    \x03\x11\x04\x11\n\x0c\n\x05\x05\0\x02\x0e\x02\x12\x03\x11\x14\x17\n\x0b\
 | 
	
		
			
				|  |  | +    \n\x04\x05\0\x02\x0f\x12\x03\x12\x04\x13\n\x0c\n\x05\x05\0\x02\x0f\x01\
 | 
	
		
			
				|  |  | +    \x12\x03\x12\x04\x0c\n\x0c\n\x05\x05\0\x02\x0f\x02\x12\x03\x12\x0f\x12\n\
 | 
	
		
			
				|  |  | +    \x0b\n\x04\x05\0\x02\x10\x12\x03\x13\x04\x13\n\x0c\n\x05\x05\0\x02\x10\
 | 
	
		
			
				|  |  | +    \x01\x12\x03\x13\x04\x0c\n\x0c\n\x05\x05\0\x02\x10\x02\x12\x03\x13\x0f\
 | 
	
		
			
				|  |  | +    \x12\n\x0b\n\x04\x05\0\x02\x11\x12\x03\x14\x04\x14\n\x0c\n\x05\x05\0\x02\
 | 
	
		
			
				|  |  | +    \x11\x01\x12\x03\x14\x04\r\n\x0c\n\x05\x05\0\x02\x11\x02\x12\x03\x14\x10\
 | 
	
		
			
				|  |  | +    \x13\n\x0b\n\x04\x05\0\x02\x12\x12\x03\x15\x04\x14\n\x0c\n\x05\x05\0\x02\
 | 
	
		
			
				|  |  | +    \x12\x01\x12\x03\x15\x04\r\n\x0c\n\x05\x05\0\x02\x12\x02\x12\x03\x15\x10\
 | 
	
		
			
				|  |  | +    \x13\n\x0b\n\x04\x05\0\x02\x13\x12\x03\x16\x04\x17\n\x0c\n\x05\x05\0\x02\
 | 
	
		
			
				|  |  | +    \x13\x01\x12\x03\x16\x04\x10\n\x0c\n\x05\x05\0\x02\x13\x02\x12\x03\x16\
 | 
	
		
			
				|  |  | +    \x13\x16\n\x0b\n\x04\x05\0\x02\x14\x12\x03\x17\x04\x16\n\x0c\n\x05\x05\0\
 | 
	
		
			
				|  |  | +    \x02\x14\x01\x12\x03\x17\x04\x0f\n\x0c\n\x05\x05\0\x02\x14\x02\x12\x03\
 | 
	
		
			
				|  |  | +    \x17\x12\x15\n\x0b\n\x04\x05\0\x02\x15\x12\x03\x18\x04\x15\n\x0c\n\x05\
 | 
	
		
			
				|  |  | +    \x05\0\x02\x15\x01\x12\x03\x18\x04\x0e\n\x0c\n\x05\x05\0\x02\x15\x02\x12\
 | 
	
		
			
				|  |  | +    \x03\x18\x11\x14\n\x0b\n\x04\x05\0\x02\x16\x12\x03\x19\x04\x14\n\x0c\n\
 | 
	
		
			
				|  |  | +    \x05\x05\0\x02\x16\x01\x12\x03\x19\x04\r\n\x0c\n\x05\x05\0\x02\x16\x02\
 | 
	
		
			
				|  |  | +    \x12\x03\x19\x10\x13\n\x0b\n\x04\x05\0\x02\x17\x12\x03\x1a\x04\x18\n\x0c\
 | 
	
		
			
				|  |  | +    \n\x05\x05\0\x02\x17\x01\x12\x03\x1a\x04\x11\n\x0c\n\x05\x05\0\x02\x17\
 | 
	
		
			
				|  |  | +    \x02\x12\x03\x1a\x14\x17b\x06proto3\
 | 
	
		
			
				|  |  |  ";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  static file_descriptor_proto_lazy: ::protobuf::rt::LazyV2<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::rt::LazyV2::INIT;
 |