From e3ae6075ea68383fa674e630c868625c9305250c Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期日, 16 六月 2019 16:21:15 +0800
Subject: [PATCH] add result

---
 protomsg.pb.go |  883 ++++++++++++++++++----------------------------------------
 1 files changed, 282 insertions(+), 601 deletions(-)

diff --git a/protomsg.pb.go b/protomsg.pb.go
index 91bee21..618c5ce 100644
--- a/protomsg.pb.go
+++ b/protomsg.pb.go
@@ -6,7 +6,7 @@
 import (
 	encoding_binary "encoding/binary"
 	fmt "fmt"
-	proto "github.com/golang/protobuf/proto"
+	proto "github.com/gogo/protobuf/proto"
 	io "io"
 	math "math"
 )
@@ -20,7 +20,7 @@
 // is compatible with the proto package it is being compiled against.
 // A compilation error at this line likely means your copy of the
 // proto package needs to be updated.
-const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
+const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
 
 //TableChanged enum
 type TableChanged int32
@@ -92,12 +92,9 @@
 }
 
 type TaskLabel struct {
-	Taskid               string   `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"`
-	Sdkids               []string `protobuf:"bytes,2,rep,name=sdkids,proto3" json:"sdkids,omitempty"`
-	Index                int32    `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Taskid string   `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"`
+	Sdkids []string `protobuf:"bytes,2,rep,name=sdkids,proto3" json:"sdkids,omitempty"`
+	Index  int32    `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
 }
 
 func (m *TaskLabel) Reset()         { *m = TaskLabel{} }
@@ -156,13 +153,10 @@
 
 //SdkMessage struct test
 type SdkMessage struct {
-	Cid                  string            `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
-	Tasklab              *TaskLabel        `protobuf:"bytes,2,opt,name=tasklab,proto3" json:"tasklab,omitempty"`
-	Data                 []byte            `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
-	Esinfo               map[string]string `protobuf:"bytes,4,rep,name=esinfo,proto3" json:"esinfo,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
-	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
-	XXX_unrecognized     []byte            `json:"-"`
-	XXX_sizecache        int32             `json:"-"`
+	Cid     string            `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
+	Tasklab *TaskLabel        `protobuf:"bytes,2,opt,name=tasklab,proto3" json:"tasklab,omitempty"`
+	Data    []byte            `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
+	Esinfo  map[string]string `protobuf:"bytes,4,rep,name=esinfo,proto3" json:"esinfo,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
 }
 
 func (m *SdkMessage) Reset()         { *m = SdkMessage{} }
@@ -228,12 +222,9 @@
 
 // Image ipc struct
 type Image struct {
-	Width                int32    `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"`
-	Height               int32    `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
-	Data                 []byte   `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Width  int32  `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"`
+	Height int32  `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
+	Data   []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
 }
 
 func (m *Image) Reset()         { *m = Image{} }
@@ -292,12 +283,9 @@
 
 //Area缁撴瀯浣�
 type Area struct {
-	Id                   int32    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
-	Parentid             int32    `protobuf:"varint,2,opt,name=parentid,proto3" json:"parentid,omitempty"`
-	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
+	Parentid int32  `protobuf:"varint,2,opt,name=parentid,proto3" json:"parentid,omitempty"`
+	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
 }
 
 func (m *Area) Reset()         { *m = Area{} }
@@ -356,23 +344,20 @@
 
 //Camera缁撴瀯浣�
 type Camera struct {
-	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
-	Type                 int32    `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"`
-	Addr                 string   `protobuf:"bytes,4,opt,name=addr,proto3" json:"addr,omitempty"`
-	Areaid               int32    `protobuf:"varint,5,opt,name=areaid,proto3" json:"areaid,omitempty"`
-	Longitude            float32  `protobuf:"fixed32,6,opt,name=longitude,proto3" json:"longitude,omitempty"`
-	Latitude             float32  `protobuf:"fixed32,7,opt,name=latitude,proto3" json:"latitude,omitempty"`
-	Rtsp                 string   `protobuf:"bytes,8,opt,name=rtsp,proto3" json:"rtsp,omitempty"`
-	Ip                   string   `protobuf:"bytes,9,opt,name=ip,proto3" json:"ip,omitempty"`
-	Port                 int32    `protobuf:"varint,10,opt,name=port,proto3" json:"port,omitempty"`
-	Username             string   `protobuf:"bytes,11,opt,name=username,proto3" json:"username,omitempty"`
-	Password             string   `protobuf:"bytes,12,opt,name=password,proto3" json:"password,omitempty"`
-	Brand                string   `protobuf:"bytes,13,opt,name=brand,proto3" json:"brand,omitempty"`
-	Reserved             string   `protobuf:"bytes,14,opt,name=reserved,proto3" json:"reserved,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Id        string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	Name      string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
+	Type      int32   `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"`
+	Addr      string  `protobuf:"bytes,4,opt,name=addr,proto3" json:"addr,omitempty"`
+	Areaid    int32   `protobuf:"varint,5,opt,name=areaid,proto3" json:"areaid,omitempty"`
+	Longitude float32 `protobuf:"fixed32,6,opt,name=longitude,proto3" json:"longitude,omitempty"`
+	Latitude  float32 `protobuf:"fixed32,7,opt,name=latitude,proto3" json:"latitude,omitempty"`
+	Rtsp      string  `protobuf:"bytes,8,opt,name=rtsp,proto3" json:"rtsp,omitempty"`
+	Ip        string  `protobuf:"bytes,9,opt,name=ip,proto3" json:"ip,omitempty"`
+	Port      int32   `protobuf:"varint,10,opt,name=port,proto3" json:"port,omitempty"`
+	Username  string  `protobuf:"bytes,11,opt,name=username,proto3" json:"username,omitempty"`
+	Password  string  `protobuf:"bytes,12,opt,name=password,proto3" json:"password,omitempty"`
+	Brand     string  `protobuf:"bytes,13,opt,name=brand,proto3" json:"brand,omitempty"`
+	Reserved  string  `protobuf:"bytes,14,opt,name=reserved,proto3" json:"reserved,omitempty"`
 }
 
 func (m *Camera) Reset()         { *m = Camera{} }
@@ -508,11 +493,8 @@
 
 //鎽勫儚鏈虹殑浠诲姟淇℃伅
 type CameraAndTaskInfo struct {
-	Camera               *Camera  `protobuf:"bytes,1,opt,name=camera,proto3" json:"camera,omitempty"`
-	Tasks                []*Task  `protobuf:"bytes,2,rep,name=tasks,proto3" json:"tasks,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Camera *Camera `protobuf:"bytes,1,opt,name=camera,proto3" json:"camera,omitempty"`
+	Tasks  []*Task `protobuf:"bytes,2,rep,name=tasks,proto3" json:"tasks,omitempty"`
 }
 
 func (m *CameraAndTaskInfo) Reset()         { *m = CameraAndTaskInfo{} }
@@ -564,17 +546,14 @@
 
 //Task缁撴瀯浣�
 type Task struct {
-	Taskid               string   `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"`
-	Taskname             string   `protobuf:"bytes,2,opt,name=taskname,proto3" json:"taskname,omitempty"`
-	CreateAt             string   `protobuf:"bytes,3,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
-	CreateBy             string   `protobuf:"bytes,4,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
-	UpdateAt             string   `protobuf:"bytes,5,opt,name=update_at,json=updateAt,proto3" json:"update_at,omitempty"`
-	Enable               bool     `protobuf:"varint,6,opt,name=enable,proto3" json:"enable,omitempty"`
-	IsAlarm              bool     `protobuf:"varint,7,opt,name=is_alarm,json=isAlarm,proto3" json:"is_alarm,omitempty"`
-	DelFlag              bool     `protobuf:"varint,8,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Taskid   string `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"`
+	Taskname string `protobuf:"bytes,2,opt,name=taskname,proto3" json:"taskname,omitempty"`
+	CreateAt string `protobuf:"bytes,3,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
+	CreateBy string `protobuf:"bytes,4,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
+	UpdateAt string `protobuf:"bytes,5,opt,name=update_at,json=updateAt,proto3" json:"update_at,omitempty"`
+	Enable   bool   `protobuf:"varint,6,opt,name=enable,proto3" json:"enable,omitempty"`
+	IsAlarm  bool   `protobuf:"varint,7,opt,name=is_alarm,json=isAlarm,proto3" json:"is_alarm,omitempty"`
+	DelFlag  bool   `protobuf:"varint,8,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
 }
 
 func (m *Task) Reset()         { *m = Task{} }
@@ -667,11 +646,8 @@
 }
 
 type TaskSdkInfo struct {
-	Task                 *Task    `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"`
-	Sdks                 []*Sdk   `protobuf:"bytes,2,rep,name=sdks,proto3" json:"sdks,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Task *Task  `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"`
+	Sdks []*Sdk `protobuf:"bytes,2,rep,name=sdks,proto3" json:"sdks,omitempty"`
 }
 
 func (m *TaskSdkInfo) Reset()         { *m = TaskSdkInfo{} }
@@ -723,21 +699,18 @@
 
 //鎽勫儚鏈轰换鍔�
 type CameraTask struct {
-	Id                   string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	CameraIds            string    `protobuf:"bytes,2,opt,name=camera_ids,json=cameraIds,proto3" json:"camera_ids,omitempty"`
-	TaskId               string    `protobuf:"bytes,3,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
-	TimeRule             []*DayCtl `protobuf:"bytes,4,rep,name=time_rule,json=timeRule,proto3" json:"time_rule,omitempty"`
-	ReactRule            string    `protobuf:"bytes,5,opt,name=react_rule,json=reactRule,proto3" json:"react_rule,omitempty"`
-	ReactDevice          string    `protobuf:"bytes,6,opt,name=react_device,json=reactDevice,proto3" json:"react_device,omitempty"`
-	DelFlag              bool      `protobuf:"varint,7,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
-	UpdateFlag           bool      `protobuf:"varint,8,opt,name=update_flag,json=updateFlag,proto3" json:"update_flag,omitempty"`
-	Enable               bool      `protobuf:"varint,9,opt,name=enable,proto3" json:"enable,omitempty"`
-	Sort                 int32     `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"`
-	IsFull               bool      `protobuf:"varint,11,opt,name=is_full,json=isFull,proto3" json:"is_full,omitempty"`
-	LinkGroupId          string    `protobuf:"bytes,12,opt,name=link_group_id,json=linkGroupId,proto3" json:"link_group_id,omitempty"`
-	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
-	XXX_unrecognized     []byte    `json:"-"`
-	XXX_sizecache        int32     `json:"-"`
+	Id          string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	CameraIds   string    `protobuf:"bytes,2,opt,name=camera_ids,json=cameraIds,proto3" json:"camera_ids,omitempty"`
+	TaskId      string    `protobuf:"bytes,3,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
+	TimeRule    []*DayCtl `protobuf:"bytes,4,rep,name=time_rule,json=timeRule,proto3" json:"time_rule,omitempty"`
+	ReactRule   string    `protobuf:"bytes,5,opt,name=react_rule,json=reactRule,proto3" json:"react_rule,omitempty"`
+	ReactDevice string    `protobuf:"bytes,6,opt,name=react_device,json=reactDevice,proto3" json:"react_device,omitempty"`
+	DelFlag     bool      `protobuf:"varint,7,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
+	UpdateFlag  bool      `protobuf:"varint,8,opt,name=update_flag,json=updateFlag,proto3" json:"update_flag,omitempty"`
+	Enable      bool      `protobuf:"varint,9,opt,name=enable,proto3" json:"enable,omitempty"`
+	Sort        int32     `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"`
+	IsFull      bool      `protobuf:"varint,11,opt,name=is_full,json=isFull,proto3" json:"is_full,omitempty"`
+	LinkGroupId string    `protobuf:"bytes,12,opt,name=link_group_id,json=linkGroupId,proto3" json:"link_group_id,omitempty"`
 }
 
 func (m *CameraTask) Reset()         { *m = CameraTask{} }
@@ -859,12 +832,9 @@
 
 //鎽勫儚鏈哄竷闃茬殑鏃堕棿瑙勫垯锛屽彲浠ヨ缃涓�,鐢╥d鍏宠仈鍒板叿浣撶殑瑙勫垯閰嶇疆涓�
 type CameraTimerule struct {
-	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
-	TimeRule             string   `protobuf:"bytes,3,opt,name=time_rule,json=timeRule,proto3" json:"time_rule,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
+	TimeRule string `protobuf:"bytes,3,opt,name=time_rule,json=timeRule,proto3" json:"time_rule,omitempty"`
 }
 
 func (m *CameraTimerule) Reset()         { *m = CameraTimerule{} }
@@ -923,11 +893,8 @@
 
 //DayCtl struct   姣忓ぉ鐨勬椂闂存帶鍒惰鍒�
 type DayCtl struct {
-	Day                  int32        `protobuf:"varint,1,opt,name=day,proto3" json:"day,omitempty"`
-	TimeRange            []*TimeRange `protobuf:"bytes,2,rep,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"`
-	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
-	XXX_unrecognized     []byte       `json:"-"`
-	XXX_sizecache        int32        `json:"-"`
+	Day       int32        `protobuf:"varint,1,opt,name=day,proto3" json:"day,omitempty"`
+	TimeRange []*TimeRange `protobuf:"bytes,2,rep,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"`
 }
 
 func (m *DayCtl) Reset()         { *m = DayCtl{} }
@@ -979,11 +946,8 @@
 
 //鏃堕棿璧峰鑼冨洿
 type TimeRange struct {
-	Start                string   `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
-	End                  string   `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
+	End   string `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
 }
 
 func (m *TimeRange) Reset()         { *m = TimeRange{} }
@@ -1035,12 +999,9 @@
 
 //Polygon struct
 type Polygon struct {
-	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
-	Points               []*Point `protobuf:"bytes,3,rep,name=points,proto3" json:"points,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Id     string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	Name   string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
+	Points []*Point `protobuf:"bytes,3,rep,name=points,proto3" json:"points,omitempty"`
 }
 
 func (m *Polygon) Reset()         { *m = Polygon{} }
@@ -1098,11 +1059,8 @@
 }
 
 type CameraTaskArgs struct {
-	CameraId             string           `protobuf:"bytes,1,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
-	TaskArgs             []*TaskGroupArgs `protobuf:"bytes,2,rep,name=task_args,json=taskArgs,proto3" json:"task_args,omitempty"`
-	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
-	XXX_unrecognized     []byte           `json:"-"`
-	XXX_sizecache        int32            `json:"-"`
+	CameraId string           `protobuf:"bytes,1,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
+	TaskArgs []*TaskGroupArgs `protobuf:"bytes,2,rep,name=task_args,json=taskArgs,proto3" json:"task_args,omitempty"`
 }
 
 func (m *CameraTaskArgs) Reset()         { *m = CameraTaskArgs{} }
@@ -1153,11 +1111,8 @@
 }
 
 type TaskGroupArgs struct {
-	TaskId               string       `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
-	GroupRules           []*GroupRule `protobuf:"bytes,2,rep,name=group_rules,json=groupRules,proto3" json:"group_rules,omitempty"`
-	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
-	XXX_unrecognized     []byte       `json:"-"`
-	XXX_sizecache        int32        `json:"-"`
+	TaskId     string       `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
+	GroupRules []*GroupRule `protobuf:"bytes,2,rep,name=group_rules,json=groupRules,proto3" json:"group_rules,omitempty"`
 }
 
 func (m *TaskGroupArgs) Reset()         { *m = TaskGroupArgs{} }
@@ -1208,11 +1163,8 @@
 }
 
 type GroupRule struct {
-	GroupId              string   `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
-	Rules                []*Rule  `protobuf:"bytes,2,rep,name=rules,proto3" json:"rules,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	GroupId string  `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
+	Rules   []*Rule `protobuf:"bytes,2,rep,name=rules,proto3" json:"rules,omitempty"`
 }
 
 func (m *GroupRule) Reset()         { *m = GroupRule{} }
@@ -1263,21 +1215,18 @@
 }
 
 type Rule struct {
-	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	CameraTaskId         string   `protobuf:"bytes,2,opt,name=camera_task_id,json=cameraTaskId,proto3" json:"camera_task_id,omitempty"`
-	CameraId             string   `protobuf:"bytes,3,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
-	PolygonId            string   `protobuf:"bytes,4,opt,name=polygon_id,json=polygonId,proto3" json:"polygon_id,omitempty"`
-	SdkId                string   `protobuf:"bytes,5,opt,name=sdk_id,json=sdkId,proto3" json:"sdk_id,omitempty"`
-	SdkArgAlias          string   `protobuf:"bytes,6,opt,name=sdk_arg_alias,json=sdkArgAlias,proto3" json:"sdk_arg_alias,omitempty"`
-	Operator             string   `protobuf:"bytes,7,opt,name=operator,proto3" json:"operator,omitempty"`
-	OperatorType         string   `protobuf:"bytes,8,opt,name=operator_type,json=operatorType,proto3" json:"operator_type,omitempty"`
-	SdkArgValue          string   `protobuf:"bytes,9,opt,name=sdk_arg_value,json=sdkArgValue,proto3" json:"sdk_arg_value,omitempty"`
-	Sort                 int32    `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"`
-	RuleWithPre          string   `protobuf:"bytes,11,opt,name=rule_with_pre,json=ruleWithPre,proto3" json:"rule_with_pre,omitempty"`
-	GroupId              string   `protobuf:"bytes,12,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Id           string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	CameraTaskId string `protobuf:"bytes,2,opt,name=camera_task_id,json=cameraTaskId,proto3" json:"camera_task_id,omitempty"`
+	CameraId     string `protobuf:"bytes,3,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
+	PolygonId    string `protobuf:"bytes,4,opt,name=polygon_id,json=polygonId,proto3" json:"polygon_id,omitempty"`
+	SdkId        string `protobuf:"bytes,5,opt,name=sdk_id,json=sdkId,proto3" json:"sdk_id,omitempty"`
+	SdkArgAlias  string `protobuf:"bytes,6,opt,name=sdk_arg_alias,json=sdkArgAlias,proto3" json:"sdk_arg_alias,omitempty"`
+	Operator     string `protobuf:"bytes,7,opt,name=operator,proto3" json:"operator,omitempty"`
+	OperatorType string `protobuf:"bytes,8,opt,name=operator_type,json=operatorType,proto3" json:"operator_type,omitempty"`
+	SdkArgValue  string `protobuf:"bytes,9,opt,name=sdk_arg_value,json=sdkArgValue,proto3" json:"sdk_arg_value,omitempty"`
+	Sort         int32  `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"`
+	RuleWithPre  string `protobuf:"bytes,11,opt,name=rule_with_pre,json=ruleWithPre,proto3" json:"rule_with_pre,omitempty"`
+	GroupId      string `protobuf:"bytes,12,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
 }
 
 func (m *Rule) Reset()         { *m = Rule{} }
@@ -1399,20 +1348,17 @@
 
 //Sdk struct
 type Sdk struct {
-	Id                   string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	SdkType              string    `protobuf:"bytes,2,opt,name=sdk_type,json=sdkType,proto3" json:"sdk_type,omitempty"`
-	SdkName              string    `protobuf:"bytes,3,opt,name=sdk_name,json=sdkName,proto3" json:"sdk_name,omitempty"`
-	Args                 []*SdkArg `protobuf:"bytes,4,rep,name=args,proto3" json:"args,omitempty"`
-	Icon                 string    `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"`
-	Url                  string    `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"`
-	CreateTime           string    `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
-	UpdateTime           string    `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
-	CreateBy             string    `protobuf:"bytes,9,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
-	Enabled              bool      `protobuf:"varint,10,opt,name=enabled,proto3" json:"enabled,omitempty"`
-	DelFlag              int32     `protobuf:"varint,11,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
-	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
-	XXX_unrecognized     []byte    `json:"-"`
-	XXX_sizecache        int32     `json:"-"`
+	Id         string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	SdkType    string    `protobuf:"bytes,2,opt,name=sdk_type,json=sdkType,proto3" json:"sdk_type,omitempty"`
+	SdkName    string    `protobuf:"bytes,3,opt,name=sdk_name,json=sdkName,proto3" json:"sdk_name,omitempty"`
+	Args       []*SdkArg `protobuf:"bytes,4,rep,name=args,proto3" json:"args,omitempty"`
+	Icon       string    `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"`
+	Url        string    `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"`
+	CreateTime string    `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
+	UpdateTime string    `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
+	CreateBy   string    `protobuf:"bytes,9,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
+	Enabled    bool      `protobuf:"varint,10,opt,name=enabled,proto3" json:"enabled,omitempty"`
+	DelFlag    int32     `protobuf:"varint,11,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
 }
 
 func (m *Sdk) Reset()         { *m = Sdk{} }
@@ -1527,16 +1473,13 @@
 
 //SdkArg struct
 type SdkArg struct {
-	Alias                string   `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
-	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
-	Type                 string   `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
-	Must                 bool     `protobuf:"varint,4,opt,name=must,proto3" json:"must,omitempty"`
-	Unit                 string   `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit,omitempty"`
-	Range                string   `protobuf:"bytes,6,opt,name=range,proto3" json:"range,omitempty"`
-	Sort                 int32    `protobuf:"varint,7,opt,name=sort,proto3" json:"sort,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Alias string `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
+	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
+	Type  string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
+	Must  bool   `protobuf:"varint,4,opt,name=must,proto3" json:"must,omitempty"`
+	Unit  string `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit,omitempty"`
+	Range string `protobuf:"bytes,6,opt,name=range,proto3" json:"range,omitempty"`
+	Sort  int32  `protobuf:"varint,7,opt,name=sort,proto3" json:"sort,omitempty"`
 }
 
 func (m *SdkArg) Reset()         { *m = SdkArg{} }
@@ -1623,11 +1566,8 @@
 
 // struct for sdk
 type Point struct {
-	X                    int32    `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
-	Y                    int32    `protobuf:"varint,2,opt,name=y,proto3" json:"y,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	X int32 `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
+	Y int32 `protobuf:"varint,2,opt,name=y,proto3" json:"y,omitempty"`
 }
 
 func (m *Point) Reset()         { *m = Point{} }
@@ -1678,13 +1618,10 @@
 }
 
 type Rect struct {
-	Left                 int32    `protobuf:"varint,1,opt,name=left,proto3" json:"left,omitempty"`
-	Top                  int32    `protobuf:"varint,2,opt,name=top,proto3" json:"top,omitempty"`
-	Right                int32    `protobuf:"varint,3,opt,name=right,proto3" json:"right,omitempty"`
-	Bottom               int32    `protobuf:"varint,4,opt,name=bottom,proto3" json:"bottom,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Left   int32 `protobuf:"varint,1,opt,name=left,proto3" json:"left,omitempty"`
+	Top    int32 `protobuf:"varint,2,opt,name=top,proto3" json:"top,omitempty"`
+	Right  int32 `protobuf:"varint,3,opt,name=right,proto3" json:"right,omitempty"`
+	Bottom int32 `protobuf:"varint,4,opt,name=bottom,proto3" json:"bottom,omitempty"`
 }
 
 func (m *Rect) Reset()         { *m = Rect{} }
@@ -1749,13 +1686,10 @@
 }
 
 type FaceAngle struct {
-	Yaw                  int32    `protobuf:"varint,1,opt,name=yaw,proto3" json:"yaw,omitempty"`
-	Pitch                int32    `protobuf:"varint,2,opt,name=pitch,proto3" json:"pitch,omitempty"`
-	Roll                 int32    `protobuf:"varint,3,opt,name=roll,proto3" json:"roll,omitempty"`
-	Confidence           float32  `protobuf:"fixed32,4,opt,name=confidence,proto3" json:"confidence,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Yaw        int32   `protobuf:"varint,1,opt,name=yaw,proto3" json:"yaw,omitempty"`
+	Pitch      int32   `protobuf:"varint,2,opt,name=pitch,proto3" json:"pitch,omitempty"`
+	Roll       int32   `protobuf:"varint,3,opt,name=roll,proto3" json:"roll,omitempty"`
+	Confidence float32 `protobuf:"fixed32,4,opt,name=confidence,proto3" json:"confidence,omitempty"`
 }
 
 func (m *FaceAngle) Reset()         { *m = FaceAngle{} }
@@ -1820,14 +1754,11 @@
 }
 
 type ThftResult struct {
-	Gender               int32    `protobuf:"varint,1,opt,name=gender,proto3" json:"gender,omitempty"`
-	Age                  int32    `protobuf:"varint,2,opt,name=age,proto3" json:"age,omitempty"`
-	Race                 int32    `protobuf:"varint,3,opt,name=race,proto3" json:"race,omitempty"`
-	Beauty               int32    `protobuf:"varint,4,opt,name=beauty,proto3" json:"beauty,omitempty"`
-	Smile                int32    `protobuf:"varint,5,opt,name=smile,proto3" json:"smile,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Gender int32 `protobuf:"varint,1,opt,name=gender,proto3" json:"gender,omitempty"`
+	Age    int32 `protobuf:"varint,2,opt,name=age,proto3" json:"age,omitempty"`
+	Race   int32 `protobuf:"varint,3,opt,name=race,proto3" json:"race,omitempty"`
+	Beauty int32 `protobuf:"varint,4,opt,name=beauty,proto3" json:"beauty,omitempty"`
+	Smile  int32 `protobuf:"varint,5,opt,name=smile,proto3" json:"smile,omitempty"`
 }
 
 func (m *ThftResult) Reset()         { *m = ThftResult{} }
@@ -1899,17 +1830,14 @@
 }
 
 type FacePos struct {
-	RcFace               *Rect      `protobuf:"bytes,1,opt,name=rcFace,proto3" json:"rcFace,omitempty"`
-	PtLeftEye            *Point     `protobuf:"bytes,2,opt,name=ptLeftEye,proto3" json:"ptLeftEye,omitempty"`
-	PtRightEye           *Point     `protobuf:"bytes,3,opt,name=ptRightEye,proto3" json:"ptRightEye,omitempty"`
-	PtMouth              *Point     `protobuf:"bytes,4,opt,name=ptMouth,proto3" json:"ptMouth,omitempty"`
-	PtNose               *Point     `protobuf:"bytes,5,opt,name=ptNose,proto3" json:"ptNose,omitempty"`
-	FAngle               *FaceAngle `protobuf:"bytes,6,opt,name=fAngle,proto3" json:"fAngle,omitempty"`
-	Quality              int32      `protobuf:"varint,7,opt,name=quality,proto3" json:"quality,omitempty"`
-	FacialData           []byte     `protobuf:"bytes,8,opt,name=facialData,proto3" json:"facialData,omitempty"`
-	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
-	XXX_unrecognized     []byte     `json:"-"`
-	XXX_sizecache        int32      `json:"-"`
+	RcFace     *Rect      `protobuf:"bytes,1,opt,name=rcFace,proto3" json:"rcFace,omitempty"`
+	PtLeftEye  *Point     `protobuf:"bytes,2,opt,name=ptLeftEye,proto3" json:"ptLeftEye,omitempty"`
+	PtRightEye *Point     `protobuf:"bytes,3,opt,name=ptRightEye,proto3" json:"ptRightEye,omitempty"`
+	PtMouth    *Point     `protobuf:"bytes,4,opt,name=ptMouth,proto3" json:"ptMouth,omitempty"`
+	PtNose     *Point     `protobuf:"bytes,5,opt,name=ptNose,proto3" json:"ptNose,omitempty"`
+	FAngle     *FaceAngle `protobuf:"bytes,6,opt,name=fAngle,proto3" json:"fAngle,omitempty"`
+	Quality    int32      `protobuf:"varint,7,opt,name=quality,proto3" json:"quality,omitempty"`
+	FacialData []byte     `protobuf:"bytes,8,opt,name=facialData,proto3" json:"facialData,omitempty"`
 }
 
 func (m *FacePos) Reset()         { *m = FacePos{} }
@@ -2002,18 +1930,15 @@
 }
 
 type FaceInfo struct {
-	RcFace               *Rect      `protobuf:"bytes,1,opt,name=rcFace,proto3" json:"rcFace,omitempty"`
-	PtLeftEye            *Point     `protobuf:"bytes,2,opt,name=ptLeftEye,proto3" json:"ptLeftEye,omitempty"`
-	PtRightEye           *Point     `protobuf:"bytes,3,opt,name=ptRightEye,proto3" json:"ptRightEye,omitempty"`
-	PtMouth              *Point     `protobuf:"bytes,4,opt,name=ptMouth,proto3" json:"ptMouth,omitempty"`
-	PtNose               *Point     `protobuf:"bytes,5,opt,name=ptNose,proto3" json:"ptNose,omitempty"`
-	FAngle               *FaceAngle `protobuf:"bytes,6,opt,name=fAngle,proto3" json:"fAngle,omitempty"`
-	Quality              int32      `protobuf:"varint,7,opt,name=quality,proto3" json:"quality,omitempty"`
-	FacialData           []byte     `protobuf:"bytes,8,opt,name=facialData,proto3" json:"facialData,omitempty"`
-	FaceID               int64      `protobuf:"varint,9,opt,name=faceID,proto3" json:"faceID,omitempty"`
-	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
-	XXX_unrecognized     []byte     `json:"-"`
-	XXX_sizecache        int32      `json:"-"`
+	RcFace     *Rect      `protobuf:"bytes,1,opt,name=rcFace,proto3" json:"rcFace,omitempty"`
+	PtLeftEye  *Point     `protobuf:"bytes,2,opt,name=ptLeftEye,proto3" json:"ptLeftEye,omitempty"`
+	PtRightEye *Point     `protobuf:"bytes,3,opt,name=ptRightEye,proto3" json:"ptRightEye,omitempty"`
+	PtMouth    *Point     `protobuf:"bytes,4,opt,name=ptMouth,proto3" json:"ptMouth,omitempty"`
+	PtNose     *Point     `protobuf:"bytes,5,opt,name=ptNose,proto3" json:"ptNose,omitempty"`
+	FAngle     *FaceAngle `protobuf:"bytes,6,opt,name=fAngle,proto3" json:"fAngle,omitempty"`
+	Quality    int32      `protobuf:"varint,7,opt,name=quality,proto3" json:"quality,omitempty"`
+	FacialData []byte     `protobuf:"bytes,8,opt,name=facialData,proto3" json:"facialData,omitempty"`
+	FaceID     int64      `protobuf:"varint,9,opt,name=faceID,proto3" json:"faceID,omitempty"`
 }
 
 func (m *FaceInfo) Reset()         { *m = FaceInfo{} }
@@ -2113,12 +2038,9 @@
 }
 
 type ObjInfo struct {
-	RcObj                *Rect    `protobuf:"bytes,1,opt,name=rcObj,proto3" json:"rcObj,omitempty"`
-	Typ                  int32    `protobuf:"varint,2,opt,name=typ,proto3" json:"typ,omitempty"`
-	Prob                 float32  `protobuf:"fixed32,3,opt,name=prob,proto3" json:"prob,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	RcObj *Rect   `protobuf:"bytes,1,opt,name=rcObj,proto3" json:"rcObj,omitempty"`
+	Typ   int32   `protobuf:"varint,2,opt,name=typ,proto3" json:"typ,omitempty"`
+	Prob  float32 `protobuf:"fixed32,3,opt,name=prob,proto3" json:"prob,omitempty"`
 }
 
 func (m *ObjInfo) Reset()         { *m = ObjInfo{} }
@@ -2177,11 +2099,8 @@
 
 // sdk face property
 type ParamFacePos struct {
-	Pos                  *FacePos `protobuf:"bytes,1,opt,name=pos,proto3" json:"pos,omitempty"`
-	Img                  *Image   `protobuf:"bytes,2,opt,name=img,proto3" json:"img,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Pos *FacePos `protobuf:"bytes,1,opt,name=pos,proto3" json:"pos,omitempty"`
+	Img *Image   `protobuf:"bytes,2,opt,name=img,proto3" json:"img,omitempty"`
 }
 
 func (m *ParamFacePos) Reset()         { *m = ParamFacePos{} }
@@ -2233,11 +2152,8 @@
 
 // sdk face extract
 type ParamFaceCompare struct {
-	Feat1                []byte   `protobuf:"bytes,1,opt,name=feat1,proto3" json:"feat1,omitempty"`
-	Feat2                []byte   `protobuf:"bytes,2,opt,name=feat2,proto3" json:"feat2,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Feat1 []byte `protobuf:"bytes,1,opt,name=feat1,proto3" json:"feat1,omitempty"`
+	Feat2 []byte `protobuf:"bytes,2,opt,name=feat2,proto3" json:"feat2,omitempty"`
 }
 
 func (m *ParamFaceCompare) Reset()         { *m = ParamFaceCompare{} }
@@ -2289,11 +2205,8 @@
 
 // sdk face property
 type ParamFaceProperty struct {
-	Result               *ThftResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
-	Img                  *Image      `protobuf:"bytes,2,opt,name=img,proto3" json:"img,omitempty"`
-	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
-	XXX_unrecognized     []byte      `json:"-"`
-	XXX_sizecache        int32       `json:"-"`
+	Result *ThftResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
+	Img    *Image      `protobuf:"bytes,2,opt,name=img,proto3" json:"img,omitempty"`
 }
 
 func (m *ParamFaceProperty) Reset()         { *m = ParamFaceProperty{} }
@@ -2345,11 +2258,8 @@
 
 // sdk yolo detect
 type ParamYoloObj struct {
-	Infos                []*ObjInfo `protobuf:"bytes,1,rep,name=infos,proto3" json:"infos,omitempty"`
-	Img                  *Image     `protobuf:"bytes,2,opt,name=img,proto3" json:"img,omitempty"`
-	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
-	XXX_unrecognized     []byte     `json:"-"`
-	XXX_sizecache        int32      `json:"-"`
+	Infos []*ObjInfo `protobuf:"bytes,1,rep,name=infos,proto3" json:"infos,omitempty"`
+	Img   *Image     `protobuf:"bytes,2,opt,name=img,proto3" json:"img,omitempty"`
 }
 
 func (m *ParamYoloObj) Reset()         { *m = ParamYoloObj{} }
@@ -2401,13 +2311,10 @@
 
 //publish db change message
 type DbChangeMessage struct {
-	Table                TableChanged `protobuf:"varint,1,opt,name=table,proto3,enum=protomsg.TableChanged" json:"table,omitempty"`
-	Id                   string       `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
-	Action               DbAction     `protobuf:"varint,3,opt,name=action,proto3,enum=protomsg.DbAction" json:"action,omitempty"`
-	Info                 string       `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
-	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
-	XXX_unrecognized     []byte       `json:"-"`
-	XXX_sizecache        int32        `json:"-"`
+	Table  TableChanged `protobuf:"varint,1,opt,name=table,proto3,enum=protomsg.TableChanged" json:"table,omitempty"`
+	Id     string       `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
+	Action DbAction     `protobuf:"varint,3,opt,name=action,proto3,enum=protomsg.DbAction" json:"action,omitempty"`
+	Info   string       `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
 }
 
 func (m *DbChangeMessage) Reset()         { *m = DbChangeMessage{} }
@@ -2472,17 +2379,14 @@
 }
 
 type CameraPolygon struct {
-	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
-	CameraId             string   `protobuf:"bytes,2,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
-	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
-	Polygon              string   `protobuf:"bytes,4,opt,name=polygon,proto3" json:"polygon,omitempty"`
-	TriggerLine          string   `protobuf:"bytes,5,opt,name=trigger_line,json=triggerLine,proto3" json:"trigger_line,omitempty"`
-	DirectionLine        string   `protobuf:"bytes,6,opt,name=direction_line,json=directionLine,proto3" json:"direction_line,omitempty"`
-	Type                 string   `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
-	DefenceState         int32    `protobuf:"varint,8,opt,name=defence_state,json=defenceState,proto3" json:"defence_state,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	Id            string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	CameraId      string `protobuf:"bytes,2,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"`
+	Name          string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
+	Polygon       string `protobuf:"bytes,4,opt,name=polygon,proto3" json:"polygon,omitempty"`
+	TriggerLine   string `protobuf:"bytes,5,opt,name=trigger_line,json=triggerLine,proto3" json:"trigger_line,omitempty"`
+	DirectionLine string `protobuf:"bytes,6,opt,name=direction_line,json=directionLine,proto3" json:"direction_line,omitempty"`
+	Type          string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
+	DefenceState  int32  `protobuf:"varint,8,opt,name=defence_state,json=defenceState,proto3" json:"defence_state,omitempty"`
 }
 
 func (m *CameraPolygon) Reset()         { *m = CameraPolygon{} }
@@ -2615,134 +2519,135 @@
 func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) }
 
 var fileDescriptor_32de24555f916688 = []byte{
-	// 2024 bytes of a gzipped FileDescriptorProto
+	// 2036 bytes of a gzipped FileDescriptorProto
 	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0xcd, 0x92, 0x1c, 0x47,
-	0x11, 0x56, 0xcf, 0x6f, 0x77, 0xce, 0xcc, 0x7a, 0x54, 0x08, 0x7b, 0x2c, 0x63, 0xb1, 0x6a, 0x09,
-	0xbc, 0x08, 0x23, 0x82, 0xb5, 0x0f, 0x86, 0x03, 0x11, 0x6b, 0xad, 0x44, 0x6c, 0x84, 0x2c, 0xaf,
-	0x6b, 0xd7, 0x22, 0xf0, 0x81, 0x89, 0x9a, 0xae, 0x9a, 0xde, 0xf6, 0xf4, 0x74, 0x37, 0xd5, 0x35,
-	0x92, 0xfa, 0xc0, 0x33, 0x70, 0xf5, 0x3b, 0xf0, 0x22, 0x3e, 0x70, 0xe0, 0xc4, 0x15, 0x42, 0x04,
-	0x17, 0x08, 0xde, 0x81, 0xc8, 0xac, 0xea, 0x9e, 0x1e, 0xed, 0x2a, 0x50, 0x04, 0x57, 0x6e, 0xf9,
-	0x37, 0x59, 0x59, 0x5f, 0x66, 0x65, 0x66, 0x0f, 0xec, 0x15, 0x3a, 0x37, 0xf9, 0xba, 0x8c, 0xef,
-	0x13, 0xc1, 0xfc, 0x9a, 0x0f, 0xbf, 0x80, 0xe0, 0x5c, 0x94, 0xab, 0xc7, 0x62, 0xa1, 0x52, 0xf6,
-	0x36, 0x0c, 0x8c, 0x28, 0x57, 0x89, 0x9c, 0x79, 0xfb, 0xde, 0x41, 0xc0, 0x1d, 0x87, 0xf2, 0x52,
-	0xae, 0x12, 0x59, 0xce, 0x3a, 0xfb, 0x5d, 0x94, 0x5b, 0x8e, 0xdd, 0x80, 0x7e, 0x92, 0x49, 0xf5,
-	0x62, 0xd6, 0xdd, 0xf7, 0x0e, 0xfa, 0xdc, 0x32, 0xe1, 0x5f, 0x3c, 0x80, 0x33, 0xb9, 0xfa, 0x4c,
-	0x95, 0xa5, 0x88, 0x15, 0x9b, 0x42, 0x37, 0x6a, 0x3c, 0x22, 0xc9, 0x7e, 0x02, 0x43, 0x74, 0x9c,
-	0x8a, 0xc5, 0xac, 0xb3, 0xef, 0x1d, 0x8c, 0x0e, 0xbf, 0x73, 0xbf, 0x89, 0xaf, 0x09, 0x86, 0xd7,
-	0x36, 0x8c, 0x41, 0x4f, 0x0a, 0x23, 0xe8, 0x90, 0x31, 0x27, 0x9a, 0x7d, 0x02, 0x03, 0x55, 0x26,
-	0xd9, 0x32, 0x9f, 0xf5, 0xf6, 0xbb, 0x07, 0xa3, 0xc3, 0xfd, 0xad, 0x87, 0xed, 0xd1, 0xf7, 0x1f,
-	0x92, 0xc9, 0xc3, 0xcc, 0xe8, 0x8a, 0x3b, 0xfb, 0x9b, 0x3f, 0x87, 0x51, 0x4b, 0x8c, 0xd1, 0xad,
-	0x54, 0x55, 0x47, 0xb7, 0x52, 0x15, 0x5e, 0xea, 0x99, 0x48, 0x37, 0x8a, 0x62, 0x0b, 0xb8, 0x65,
-	0x7e, 0xd1, 0xf9, 0xc4, 0x0b, 0x4f, 0xa0, 0x7f, 0xb2, 0xc6, 0x2b, 0xdd, 0x80, 0xfe, 0xf3, 0x44,
-	0x9a, 0x0b, 0xfa, 0x59, 0x9f, 0x5b, 0x06, 0x51, 0xba, 0x50, 0x49, 0x7c, 0x61, 0xe8, 0x97, 0x7d,
-	0xee, 0xb8, 0xab, 0xe2, 0x0f, 0x1f, 0x41, 0xef, 0x48, 0x2b, 0xc1, 0xf6, 0xa0, 0xe3, 0xb0, 0xe9,
-	0xf3, 0x4e, 0x22, 0xd9, 0x4d, 0xf0, 0x0b, 0xa1, 0x55, 0x66, 0x12, 0xe9, 0xbc, 0x34, 0x3c, 0xfa,
-	0xc9, 0xc4, 0x5a, 0x91, 0x9f, 0x80, 0x13, 0x1d, 0x7e, 0xdb, 0x81, 0xc1, 0x03, 0xb1, 0x56, 0xba,
-	0xed, 0x2a, 0x20, 0x57, 0xb5, 0x79, 0x67, 0x6b, 0x8e, 0x32, 0x53, 0x15, 0xca, 0xe5, 0x8b, 0x68,
-	0x94, 0x09, 0x29, 0xf5, 0xac, 0x67, 0xed, 0x90, 0xc6, 0xab, 0x08, 0xad, 0x44, 0x22, 0x67, 0x7d,
-	0x7b, 0x15, 0xcb, 0xb1, 0xef, 0x41, 0x90, 0xe6, 0x59, 0x9c, 0x98, 0x8d, 0x54, 0xb3, 0xc1, 0xbe,
-	0x77, 0xd0, 0xe1, 0x5b, 0x01, 0x06, 0x9f, 0x0a, 0x63, 0x95, 0x43, 0x52, 0x36, 0x3c, 0x9e, 0xa2,
-	0x4d, 0x59, 0xcc, 0x7c, 0x7b, 0x0a, 0xd2, 0x14, 0x71, 0x31, 0x0b, 0x5c, 0xc4, 0x05, 0xda, 0x14,
-	0xb9, 0x36, 0x33, 0xb0, 0xd1, 0x21, 0x8d, 0x3e, 0x37, 0xa5, 0xd2, 0x74, 0x93, 0x11, 0x59, 0x36,
-	0xbc, 0x05, 0xab, 0x2c, 0x9f, 0xe7, 0x5a, 0xce, 0xc6, 0x56, 0x57, 0xf3, 0x98, 0xa2, 0x85, 0x16,
-	0x99, 0x9c, 0x4d, 0x6c, 0x16, 0x89, 0xc1, 0x5f, 0x68, 0x55, 0x2a, 0xfd, 0x4c, 0xc9, 0xd9, 0x9e,
-	0xfd, 0x45, 0xcd, 0x87, 0x11, 0x5c, 0xb7, 0x48, 0x1e, 0x65, 0x12, 0xab, 0xf0, 0x24, 0x5b, 0xe6,
-	0xec, 0x00, 0x06, 0x11, 0x09, 0x09, 0xd8, 0xd1, 0xe1, 0x74, 0x5b, 0x67, 0xd6, 0x98, 0x3b, 0x3d,
-	0xbb, 0x0b, 0x7d, 0x2c, 0x58, 0xfb, 0x44, 0x46, 0x87, 0x7b, 0xbb, 0x25, 0xcd, 0xad, 0x32, 0xfc,
-	0xab, 0x07, 0x3d, 0xe4, 0x5f, 0xfb, 0xd4, 0x6e, 0x82, 0x8f, 0x54, 0x2b, 0x73, 0x0d, 0xcf, 0xde,
-	0x83, 0x20, 0xd2, 0x4a, 0x18, 0x35, 0x17, 0xc6, 0x55, 0x81, 0x6f, 0x05, 0x47, 0xa6, 0xa5, 0x5c,
-	0x54, 0x2e, 0x97, 0x4e, 0xf9, 0x69, 0x85, 0xca, 0x4d, 0x21, 0xdd, 0x2f, 0xfb, 0x0e, 0x46, 0x12,
-	0x1c, 0x19, 0x0c, 0x45, 0x65, 0x62, 0x91, 0xda, 0x8c, 0xfa, 0xdc, 0x71, 0xec, 0x5d, 0xf0, 0x93,
-	0x72, 0x2e, 0x52, 0xa1, 0xd7, 0x94, 0x4e, 0x9f, 0x0f, 0x93, 0xf2, 0x08, 0x59, 0x54, 0x49, 0x95,
-	0xce, 0x97, 0xa9, 0x88, 0x29, 0xa3, 0x3e, 0x1f, 0x4a, 0x95, 0x3e, 0x4a, 0x45, 0x1c, 0x9e, 0xc3,
-	0x08, 0x2f, 0x78, 0x26, 0x2d, 0x80, 0x21, 0xf4, 0x30, 0x7e, 0x07, 0xdf, 0xab, 0xa8, 0x90, 0x8e,
-	0xdd, 0x86, 0x5e, 0x29, 0x1b, 0xe4, 0x26, 0x3b, 0x4f, 0x99, 0x93, 0x2a, 0xfc, 0x67, 0x07, 0xc0,
-	0x02, 0x4e, 0xe8, 0xbd, 0x5a, 0xeb, 0xef, 0x03, 0xd8, 0x34, 0xcc, 0x6d, 0x93, 0x42, 0x79, 0x60,
-	0x25, 0x27, 0xb2, 0x64, 0xef, 0xd8, 0x86, 0x33, 0x4f, 0xa4, 0x83, 0x8d, 0xd0, 0x3e, 0xc1, 0x4e,
-	0x14, 0x98, 0x64, 0xad, 0xe6, 0x7a, 0x93, 0x2a, 0xd7, 0x49, 0x5a, 0x19, 0x3e, 0x16, 0xd5, 0x03,
-	0x93, 0x72, 0x1f, 0x4d, 0xf8, 0x26, 0x55, 0x78, 0x8c, 0x56, 0x22, 0x32, 0xd6, 0xde, 0xe2, 0x18,
-	0x90, 0x84, 0xd4, 0xb7, 0x61, 0x6c, 0xd5, 0x52, 0x3d, 0x4b, 0x22, 0x0b, 0x67, 0xc0, 0x47, 0x24,
-	0x3b, 0x26, 0xd1, 0x0e, 0x70, 0xc3, 0x1d, 0xe0, 0xd8, 0xf7, 0x61, 0xe4, 0x72, 0xd4, 0x82, 0x15,
-	0xac, 0x88, 0x0c, 0xb6, 0x79, 0x0a, 0x76, 0xf2, 0xc4, 0xa0, 0x57, 0xb6, 0x9e, 0x0d, 0xd2, 0x78,
-	0xe3, 0xa4, 0x9c, 0x2f, 0x37, 0x69, 0x4a, 0xaf, 0xc6, 0xe7, 0x83, 0xa4, 0x7c, 0xb4, 0x49, 0x53,
-	0x16, 0xc2, 0x24, 0x4d, 0xb2, 0xd5, 0x3c, 0xd6, 0xf9, 0xa6, 0x40, 0x40, 0xec, 0xc3, 0x19, 0xa1,
-	0xf0, 0x57, 0x28, 0x3b, 0x91, 0xe1, 0x17, 0xb0, 0xe7, 0xb0, 0x4e, 0xd6, 0x0a, 0xaf, 0xfa, 0x46,
-	0xbd, 0xe5, 0xbd, 0x36, 0x96, 0xae, 0x3a, 0x6b, 0xe4, 0xc2, 0x27, 0x30, 0xb0, 0x68, 0x62, 0xc3,
-	0x95, 0xa2, 0x72, 0x2d, 0x0f, 0x49, 0x76, 0x08, 0x60, 0x7f, 0x28, 0xb2, 0x58, 0xb9, 0x22, 0x68,
-	0x4f, 0x04, 0xf4, 0x81, 0x2a, 0x4e, 0xfe, 0x89, 0x0c, 0x3f, 0x82, 0xa0, 0x91, 0xe3, 0x5b, 0x2f,
-	0x8d, 0xd0, 0xc6, 0x05, 0x68, 0x19, 0x3c, 0x48, 0x65, 0xd2, 0x85, 0x88, 0x64, 0xf8, 0x14, 0x86,
-	0xa7, 0x79, 0x5a, 0xc5, 0x79, 0xf6, 0x46, 0x17, 0xfa, 0x00, 0x06, 0x45, 0x9e, 0x64, 0xa6, 0x9c,
-	0x75, 0x29, 0xa6, 0xb7, 0xb6, 0x31, 0x9d, 0xa2, 0x9c, 0x3b, 0x75, 0x18, 0x35, 0x78, 0x89, 0x72,
-	0x75, 0xa4, 0xe3, 0x92, 0x1e, 0x63, 0x5d, 0x8f, 0xee, 0x14, 0xbf, 0x2e, 0x47, 0xf6, 0x31, 0x04,
-	0x54, 0x8d, 0x42, 0xc7, 0x75, 0xcd, 0xbf, 0xb3, 0xfb, 0x2e, 0x28, 0x11, 0xe8, 0xc8, 0x3e, 0x7e,
-	0xa4, 0xc2, 0xdf, 0xc2, 0x64, 0x47, 0xd5, 0x2e, 0x6a, 0x6f, 0xa7, 0xa8, 0x3f, 0x86, 0x91, 0xcd,
-	0x2e, 0x66, 0xa2, 0xbc, 0x0c, 0x28, 0xb9, 0xc0, 0xac, 0x70, 0x88, 0x6b, 0xb2, 0x0c, 0x1f, 0x43,
-	0xd0, 0x28, 0xb0, 0x4c, 0x9b, 0x02, 0xb1, 0xce, 0x87, 0xb1, 0x2d, 0x0e, 0xec, 0x73, 0x6d, 0xbf,
-	0xad, 0x17, 0x4d, 0x2e, 0xad, 0x32, 0xfc, 0x57, 0x07, 0x7a, 0xfc, 0xaa, 0xca, 0xb9, 0x0b, 0x7b,
-	0x0e, 0x99, 0x3a, 0x78, 0x0b, 0xf9, 0x38, 0x6a, 0x10, 0x3c, 0x91, 0xbb, 0xf8, 0x75, 0x5f, 0xc1,
-	0xef, 0x7d, 0x80, 0xc2, 0xa6, 0x11, 0xb5, 0xb6, 0xd5, 0x05, 0x4e, 0x72, 0x22, 0xd9, 0x77, 0x69,
-	0x59, 0x99, 0xbb, 0xd9, 0x85, 0xe5, 0x20, 0xd1, 0x65, 0x08, 0x13, 0x14, 0x0b, 0x1d, 0xcf, 0x45,
-	0x9a, 0x88, 0xb2, 0x7e, 0x9d, 0xa5, 0x44, 0x7c, 0x8f, 0x50, 0x84, 0xcd, 0x37, 0x2f, 0x94, 0x16,
-	0x26, 0xd7, 0xf4, 0x3a, 0x03, 0xde, 0xf0, 0xec, 0x0e, 0x4c, 0x6a, 0x7a, 0x4e, 0x33, 0xd4, 0x4e,
-	0xb2, 0x71, 0x2d, 0x3c, 0xc7, 0x59, 0xda, 0x3a, 0xc4, 0xee, 0x10, 0x41, 0xfb, 0x90, 0xa7, 0x28,
-	0xba, 0xf2, 0xb9, 0x86, 0x30, 0x41, 0xdc, 0xe6, 0xcf, 0x13, 0x73, 0x31, 0x2f, 0x74, 0x3d, 0xea,
-	0x46, 0x28, 0xfc, 0x75, 0x62, 0x2e, 0x4e, 0xf5, 0x6e, 0x4e, 0xc6, 0x3b, 0x39, 0x09, 0xff, 0xd8,
-	0x81, 0xee, 0x99, 0xbc, 0xdc, 0x16, 0xdf, 0x05, 0x1f, 0xc3, 0xa1, 0x70, 0x2d, 0xcc, 0xc3, 0x52,
-	0xae, 0x28, 0x52, 0xa7, 0x6a, 0x2d, 0x14, 0xa8, 0x7a, 0x82, 0x75, 0x7f, 0x17, 0x7a, 0x54, 0x9a,
-	0x97, 0xfa, 0xe1, 0x19, 0xdd, 0x82, 0x93, 0x16, 0xaf, 0x91, 0x44, 0x79, 0xe6, 0x40, 0x26, 0x1a,
-	0x9f, 0xdc, 0x46, 0xa7, 0x0e, 0x59, 0x24, 0xb1, 0xa9, 0xb9, 0xa9, 0x84, 0x6f, 0xd7, 0x81, 0x0a,
-	0x56, 0x84, 0x0f, 0xb8, 0xd5, 0xf5, 0xc8, 0xc0, 0x82, 0xea, 0xba, 0x1e, 0x19, 0xec, 0xcc, 0xb5,
-	0xe0, 0x95, 0xb9, 0x36, 0x83, 0xa1, 0x6d, 0x82, 0x92, 0xe0, 0xf4, 0x79, 0xcd, 0xee, 0x34, 0xda,
-	0x11, 0x21, 0xdd, 0x4c, 0xa8, 0x6f, 0x3c, 0x18, 0xd8, 0xab, 0x60, 0xe7, 0xb0, 0xc5, 0xe0, 0x3a,
-	0x07, 0x31, 0xff, 0x75, 0x73, 0x0a, 0xb6, 0x9b, 0xd3, 0x7a, 0x53, 0x1a, 0x2a, 0x41, 0x9f, 0x13,
-	0x8d, 0xb2, 0x4d, 0x96, 0xd4, 0x43, 0x96, 0x68, 0x3c, 0xc5, 0xf6, 0x36, 0x0b, 0x8c, 0x65, 0x9a,
-	0x3a, 0x18, 0x6e, 0xeb, 0x20, 0xbc, 0x03, 0x7d, 0x6a, 0x2d, 0x6c, 0x0c, 0xde, 0x0b, 0xd7, 0x23,
-	0xbd, 0x17, 0xc8, 0x55, 0x6e, 0x1d, 0xf4, 0xaa, 0xf0, 0x2b, 0xe8, 0x71, 0x15, 0xd1, 0x51, 0xa9,
-	0x5a, 0x1a, 0x67, 0x46, 0x34, 0x66, 0xc0, 0xe4, 0x85, 0xb3, 0x45, 0x92, 0x0e, 0xa7, 0xa5, 0xd4,
-	0xed, 0xe8, 0xc4, 0xe0, 0x2c, 0x59, 0xe4, 0xc6, 0xe4, 0x6b, 0x0a, 0xbe, 0xcf, 0x1d, 0x17, 0xc6,
-	0x10, 0x3c, 0x12, 0x91, 0x3a, 0xca, 0xe2, 0x94, 0x36, 0xf7, 0x4a, 0x3c, 0xaf, 0x5b, 0x75, 0x25,
-	0x9e, 0xa3, 0xb3, 0x22, 0x31, 0xd1, 0x85, 0x3b, 0xc0, 0x32, 0xb4, 0xdb, 0xe5, 0x69, 0x5a, 0x6f,
-	0x95, 0x48, 0xb3, 0x5b, 0x00, 0x51, 0x9e, 0x2d, 0x13, 0xa9, 0xb2, 0x48, 0xd1, 0x21, 0x1d, 0xde,
-	0x92, 0x84, 0x2f, 0x00, 0xce, 0x2f, 0x96, 0x86, 0xab, 0x72, 0x93, 0x52, 0x38, 0xb1, 0xca, 0xa4,
-	0xd2, 0xee, 0x30, 0xc7, 0x61, 0x04, 0x22, 0x56, 0xf5, 0x75, 0x84, 0x45, 0x4d, 0x8b, 0xa8, 0xd9,
-	0x60, 0x91, 0xa6, 0xcb, 0x28, 0xb1, 0x31, 0x55, 0x73, 0x19, 0xe2, 0x68, 0x2e, 0xac, 0x13, 0x37,
-	0xa9, 0xfb, 0xdc, 0x32, 0xe1, 0x9f, 0x3a, 0x30, 0xc4, 0x3b, 0x9e, 0xe6, 0x25, 0xfb, 0x21, 0x0c,
-	0x74, 0x84, 0xcc, 0xe5, 0xfd, 0x04, 0x21, 0xe6, 0x4e, 0x8b, 0x7b, 0x42, 0x61, 0x1e, 0xab, 0xa5,
-	0x79, 0x58, 0x29, 0xf7, 0xcd, 0x72, 0x69, 0x1a, 0x6c, 0x2d, 0xd8, 0x4f, 0x01, 0x0a, 0xc3, 0x11,
-	0x68, 0xb4, 0xef, 0x5e, 0x6d, 0xdf, 0x32, 0x61, 0x3f, 0x82, 0x61, 0x61, 0x3e, 0xcb, 0x37, 0xe6,
-	0x82, 0xae, 0x70, 0x85, 0x75, 0xad, 0xa7, 0xa9, 0x64, 0x9e, 0xe4, 0xa5, 0xbd, 0xd5, 0x95, 0x53,
-	0x89, 0xd4, 0xec, 0xc7, 0x30, 0x58, 0x52, 0x1e, 0xa9, 0xec, 0x76, 0x26, 0x40, 0x93, 0x62, 0xee,
-	0x4c, 0xf0, 0x21, 0xfd, 0x6e, 0x23, 0xd2, 0xc4, 0x54, 0xae, 0x1e, 0x6b, 0x16, 0x13, 0xb9, 0x14,
-	0x51, 0x22, 0xd2, 0x63, 0xfc, 0x86, 0xf1, 0xe9, 0x1b, 0xa6, 0x25, 0x09, 0xff, 0xd1, 0x01, 0x1f,
-	0xfd, 0xd1, 0xb6, 0xf7, 0x7f, 0x3c, 0xff, 0x57, 0x3c, 0xb1, 0x98, 0x97, 0x08, 0xe7, 0x31, 0x35,
-	0xbb, 0x2e, 0x77, 0x5c, 0xf8, 0x25, 0x0c, 0x3f, 0x5f, 0x7c, 0x4d, 0x28, 0xe3, 0x08, 0x8e, 0x3e,
-	0x5f, 0x7c, 0xfd, 0x1a, 0x90, 0xad, 0x92, 0x5a, 0x41, 0xb5, 0x6d, 0x05, 0x95, 0xfd, 0xbe, 0xd2,
-	0xf9, 0x82, 0x00, 0xec, 0x70, 0xa2, 0xc3, 0xa7, 0x30, 0x3e, 0x15, 0x5a, 0xac, 0xeb, 0x17, 0x71,
-	0x07, 0xba, 0x45, 0x5e, 0x3a, 0xcf, 0xd7, 0x77, 0xaf, 0x78, 0x9a, 0x97, 0x1c, 0xb5, 0xec, 0x36,
-	0x74, 0x93, 0x75, 0x7c, 0x39, 0x71, 0xf4, 0x75, 0xcc, 0x51, 0x17, 0xfe, 0x12, 0xa6, 0x8d, 0xdf,
-	0x07, 0xf9, 0x1a, 0x3f, 0x62, 0xf1, 0x3d, 0x2e, 0x95, 0x30, 0x3f, 0x23, 0xef, 0x63, 0x6e, 0x99,
-	0x5a, 0x7a, 0x48, 0xee, 0x9c, 0xf4, 0x30, 0x94, 0x70, 0x7d, 0x1b, 0x97, 0xc6, 0x21, 0x6b, 0x2a,
-	0xf6, 0x21, 0x0c, 0x34, 0x35, 0x0c, 0x17, 0xdf, 0x8d, 0xd6, 0xda, 0xd4, 0x34, 0x13, 0xee, 0x6c,
-	0xde, 0x24, 0xca, 0xaf, 0xdc, 0xed, 0x7f, 0x93, 0xa7, 0x39, 0x62, 0xf6, 0x01, 0xf4, 0x93, 0x6c,
-	0x49, 0xf7, 0xef, 0xee, 0xde, 0xdf, 0x61, 0xcf, 0xad, 0xfe, 0x4d, 0x7c, 0xff, 0xc1, 0x83, 0xb7,
-	0x8e, 0x17, 0x0f, 0x2e, 0xb0, 0xd9, 0xd7, 0xff, 0x85, 0x7c, 0x88, 0x1f, 0x89, 0xb8, 0xc1, 0x63,
-	0xfc, 0x7b, 0x87, 0x6f, 0xb7, 0xd7, 0xbe, 0x45, 0xaa, 0xac, 0xb1, 0xe4, 0xd6, 0xc8, 0x8d, 0xf3,
-	0x4e, 0x33, 0xce, 0xef, 0xc1, 0x40, 0x44, 0x26, 0xc9, 0x33, 0xca, 0xe0, 0xde, 0x21, 0x6b, 0x7d,
-	0xaa, 0x2c, 0x8e, 0x48, 0xc3, 0x9d, 0x05, 0x8d, 0x67, 0xfb, 0xf7, 0x88, 0x1d, 0xcf, 0xd9, 0x32,
-	0x0f, 0xff, 0xed, 0xc1, 0xc4, 0x2e, 0xaa, 0xaf, 0x5b, 0x83, 0x77, 0xf6, 0xae, 0xce, 0x2b, 0x7b,
-	0xd7, 0x15, 0xff, 0x3f, 0x60, 0x9d, 0xbb, 0xcd, 0xcb, 0x9d, 0x54, 0xb3, 0xf8, 0x31, 0x64, 0x74,
-	0x12, 0xc7, 0x4a, 0xcf, 0xd3, 0x24, 0xab, 0xbf, 0x96, 0x46, 0x4e, 0xf6, 0x38, 0xc9, 0x14, 0xfb,
-	0x01, 0xec, 0xc9, 0x44, 0x2b, 0x0a, 0xd8, 0x1a, 0xd9, 0x01, 0x39, 0x69, 0xa4, 0x64, 0x56, 0x8f,
-	0xde, 0x61, 0x6b, 0xf4, 0xde, 0x81, 0x89, 0x54, 0x4b, 0x9c, 0x24, 0xf3, 0xd2, 0x08, 0x63, 0x17,
-	0x87, 0x3e, 0x1f, 0x3b, 0xe1, 0x19, 0xca, 0xee, 0xfd, 0x1e, 0xc6, 0x6d, 0x58, 0xd9, 0x18, 0xfc,
-	0xf3, 0xb9, 0x05, 0x60, 0x7a, 0x8d, 0x4d, 0x61, 0x5c, 0x73, 0xb8, 0x75, 0x4e, 0x3d, 0x76, 0x03,
-	0xa6, 0x6d, 0x09, 0x6e, 0xd9, 0xd3, 0x0e, 0x03, 0x18, 0x9c, 0xcf, 0xc9, 0xa2, 0xcb, 0x26, 0x10,
-	0x58, 0xfa, 0x4c, 0xae, 0xa6, 0x3d, 0x76, 0x1d, 0x26, 0x0d, 0x8b, 0xdb, 0xee, 0xb4, 0xcf, 0x02,
-	0xe8, 0x9f, 0xcf, 0x51, 0x3b, 0xb8, 0x77, 0x1f, 0xfc, 0x3a, 0x2d, 0xe8, 0xe4, 0x24, 0x2b, 0x95,
-	0x36, 0xd3, 0x6b, 0x48, 0x7f, 0x49, 0xfb, 0xcd, 0xd4, 0x43, 0xfa, 0x58, 0xa5, 0xca, 0xa8, 0x69,
-	0xe7, 0xd3, 0xe9, 0xb7, 0x2f, 0x6f, 0x79, 0x7f, 0x7e, 0x79, 0xcb, 0xfb, 0xdb, 0xcb, 0x5b, 0xde,
-	0x37, 0x7f, 0xbf, 0x75, 0x6d, 0x31, 0xa0, 0xfc, 0x7e, 0xf4, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff,
-	0xa7, 0x79, 0x8c, 0xd7, 0xbf, 0x13, 0x00, 0x00,
+	0xf1, 0x57, 0xcf, 0x77, 0xe7, 0xcc, 0xac, 0x47, 0xf5, 0xd7, 0xdf, 0x1e, 0xcb, 0x78, 0x59, 0xb5,
+	0x04, 0x5e, 0x84, 0x11, 0xc1, 0xda, 0x07, 0xc3, 0x81, 0x88, 0xb5, 0x56, 0x22, 0x36, 0x42, 0x96,
+	0xd7, 0xb5, 0x6b, 0x11, 0xf8, 0xc0, 0x44, 0x4d, 0x57, 0x4d, 0x6f, 0x7b, 0x7a, 0xba, 0x9b, 0xea,
+	0x1a, 0xad, 0xfa, 0xc0, 0x33, 0xc0, 0x91, 0x77, 0xe0, 0x45, 0x7c, 0xe0, 0xe0, 0x13, 0xc1, 0x0d,
+	0x42, 0x0a, 0x2e, 0x10, 0xbc, 0x03, 0x91, 0x59, 0xd5, 0x3d, 0x3d, 0xbb, 0xab, 0x40, 0x11, 0x5c,
+	0xb9, 0xe5, 0xd7, 0x64, 0x65, 0xfd, 0x32, 0x2b, 0x33, 0x7b, 0x60, 0x27, 0xd7, 0x99, 0xc9, 0x56,
+	0x45, 0xf4, 0x80, 0x08, 0x36, 0xa8, 0xf8, 0xe0, 0x0b, 0xf0, 0xcf, 0x44, 0xb1, 0x7c, 0x22, 0xe6,
+	0x2a, 0x61, 0x6f, 0x43, 0xcf, 0x88, 0x62, 0x19, 0xcb, 0xa9, 0xb7, 0xe7, 0xed, 0xfb, 0xdc, 0x71,
+	0x28, 0x2f, 0xe4, 0x32, 0x96, 0xc5, 0xb4, 0xb5, 0xd7, 0x46, 0xb9, 0xe5, 0xd8, 0x2d, 0xe8, 0xc6,
+	0xa9, 0x54, 0x2f, 0xa6, 0xed, 0x3d, 0x6f, 0xbf, 0xcb, 0x2d, 0x13, 0xfc, 0xd9, 0x03, 0x38, 0x95,
+	0xcb, 0xcf, 0x54, 0x51, 0x88, 0x48, 0xb1, 0x09, 0xb4, 0xc3, 0xda, 0x23, 0x92, 0xec, 0x47, 0xd0,
+	0x47, 0xc7, 0x89, 0x98, 0x4f, 0x5b, 0x7b, 0xde, 0xfe, 0xf0, 0xe0, 0xff, 0x1e, 0xd4, 0xf1, 0xd5,
+	0xc1, 0xf0, 0xca, 0x86, 0x31, 0xe8, 0x48, 0x61, 0x04, 0x1d, 0x32, 0xe2, 0x44, 0xb3, 0x4f, 0xa0,
+	0xa7, 0x8a, 0x38, 0x5d, 0x64, 0xd3, 0xce, 0x5e, 0x7b, 0x7f, 0x78, 0xb0, 0xb7, 0xf1, 0xb0, 0x39,
+	0xfa, 0xc1, 0x23, 0x32, 0x79, 0x94, 0x1a, 0x5d, 0x72, 0x67, 0x7f, 0xfb, 0xa7, 0x30, 0x6c, 0x88,
+	0x31, 0xba, 0xa5, 0x2a, 0xab, 0xe8, 0x96, 0xaa, 0xc4, 0x4b, 0x3d, 0x17, 0xc9, 0x5a, 0x51, 0x6c,
+	0x3e, 0xb7, 0xcc, 0xcf, 0x5a, 0x9f, 0x78, 0xc1, 0x31, 0x74, 0x8f, 0x57, 0x78, 0xa5, 0x5b, 0xd0,
+	0xbd, 0x88, 0xa5, 0x39, 0xa7, 0x9f, 0x75, 0xb9, 0x65, 0x10, 0xa5, 0x73, 0x15, 0x47, 0xe7, 0x86,
+	0x7e, 0xd9, 0xe5, 0x8e, 0xbb, 0x2e, 0xfe, 0xe0, 0x31, 0x74, 0x0e, 0xb5, 0x12, 0x6c, 0x07, 0x5a,
+	0x0e, 0x9b, 0x2e, 0x6f, 0xc5, 0x92, 0xdd, 0x86, 0x41, 0x2e, 0xb4, 0x4a, 0x4d, 0x2c, 0x9d, 0x97,
+	0x9a, 0x47, 0x3f, 0xa9, 0x58, 0x29, 0xf2, 0xe3, 0x73, 0xa2, 0x83, 0x6f, 0x5a, 0xd0, 0x7b, 0x28,
+	0x56, 0x4a, 0x37, 0x5d, 0xf9, 0xe4, 0xaa, 0x32, 0x6f, 0x6d, 0xcc, 0x51, 0x66, 0xca, 0x5c, 0xb9,
+	0x7c, 0x11, 0x8d, 0x32, 0x21, 0xa5, 0x9e, 0x76, 0xac, 0x1d, 0xd2, 0x78, 0x15, 0xa1, 0x95, 0x88,
+	0xe5, 0xb4, 0x6b, 0xaf, 0x62, 0x39, 0xf6, 0x1d, 0xf0, 0x93, 0x2c, 0x8d, 0x62, 0xb3, 0x96, 0x6a,
+	0xda, 0xdb, 0xf3, 0xf6, 0x5b, 0x7c, 0x23, 0xc0, 0xe0, 0x13, 0x61, 0xac, 0xb2, 0x4f, 0xca, 0x9a,
+	0xc7, 0x53, 0xb4, 0x29, 0xf2, 0xe9, 0xc0, 0x9e, 0x82, 0x34, 0x45, 0x9c, 0x4f, 0x7d, 0x17, 0x71,
+	0x8e, 0x36, 0x79, 0xa6, 0xcd, 0x14, 0x6c, 0x74, 0x48, 0xa3, 0xcf, 0x75, 0xa1, 0x34, 0xdd, 0x64,
+	0x48, 0x96, 0x35, 0x6f, 0xc1, 0x2a, 0x8a, 0x8b, 0x4c, 0xcb, 0xe9, 0xc8, 0xea, 0x2a, 0x1e, 0x53,
+	0x34, 0xd7, 0x22, 0x95, 0xd3, 0xb1, 0xcd, 0x22, 0x31, 0xf8, 0x0b, 0xad, 0x0a, 0xa5, 0x9f, 0x2b,
+	0x39, 0xdd, 0xb1, 0xbf, 0xa8, 0xf8, 0x20, 0x84, 0x9b, 0x16, 0xc9, 0xc3, 0x54, 0x62, 0x15, 0x1e,
+	0xa7, 0x8b, 0x8c, 0xed, 0x43, 0x2f, 0x24, 0x21, 0x01, 0x3b, 0x3c, 0x98, 0x6c, 0xea, 0xcc, 0x1a,
+	0x73, 0xa7, 0x67, 0xf7, 0xa0, 0x8b, 0x05, 0x6b, 0x9f, 0xc8, 0xf0, 0x60, 0x67, 0xbb, 0xa4, 0xb9,
+	0x55, 0x06, 0x7f, 0xf5, 0xa0, 0x83, 0xfc, 0x6b, 0x9f, 0xda, 0x6d, 0x18, 0x20, 0xd5, 0xc8, 0x5c,
+	0xcd, 0xb3, 0xf7, 0xc0, 0x0f, 0xb5, 0x12, 0x46, 0xcd, 0x84, 0x71, 0x55, 0x30, 0xb0, 0x82, 0x43,
+	0xd3, 0x50, 0xce, 0x4b, 0x97, 0x4b, 0xa7, 0xfc, 0xb4, 0x44, 0xe5, 0x3a, 0x97, 0xee, 0x97, 0x5d,
+	0x07, 0x23, 0x09, 0x0e, 0x0d, 0x86, 0xa2, 0x52, 0x31, 0x4f, 0x6c, 0x46, 0x07, 0xdc, 0x71, 0xec,
+	0x5d, 0x18, 0xc4, 0xc5, 0x4c, 0x24, 0x42, 0xaf, 0x28, 0x9d, 0x03, 0xde, 0x8f, 0x8b, 0x43, 0x64,
+	0x51, 0x25, 0x55, 0x32, 0x5b, 0x24, 0x22, 0xa2, 0x8c, 0x0e, 0x78, 0x5f, 0xaa, 0xe4, 0x71, 0x22,
+	0xa2, 0xe0, 0x0c, 0x86, 0x78, 0xc1, 0x53, 0x69, 0x01, 0x0c, 0xa0, 0x83, 0xf1, 0x3b, 0xf8, 0x2e,
+	0xa3, 0x42, 0x3a, 0x76, 0x07, 0x3a, 0x85, 0xac, 0x91, 0x1b, 0x6f, 0x3d, 0x65, 0x4e, 0xaa, 0xe0,
+	0x1f, 0x2d, 0x00, 0x0b, 0x38, 0xa1, 0x77, 0xb9, 0xd6, 0xdf, 0x07, 0xb0, 0x69, 0x98, 0xd9, 0x26,
+	0x85, 0x72, 0xdf, 0x4a, 0x8e, 0x65, 0xc1, 0xde, 0xb1, 0x0d, 0x67, 0x16, 0x4b, 0x07, 0x1b, 0xa1,
+	0x7d, 0x8c, 0x9d, 0xc8, 0x37, 0xf1, 0x4a, 0xcd, 0xf4, 0x3a, 0x51, 0xae, 0x93, 0x34, 0x32, 0x7c,
+	0x24, 0xca, 0x87, 0x26, 0xe1, 0x03, 0x34, 0xe1, 0xeb, 0x44, 0xe1, 0x31, 0x5a, 0x89, 0xd0, 0x58,
+	0x7b, 0x8b, 0xa3, 0x4f, 0x12, 0x52, 0xdf, 0x81, 0x91, 0x55, 0x4b, 0xf5, 0x3c, 0x0e, 0x2d, 0x9c,
+	0x3e, 0x1f, 0x92, 0xec, 0x88, 0x44, 0x5b, 0xc0, 0xf5, 0xb7, 0x80, 0x63, 0xdf, 0x85, 0xa1, 0xcb,
+	0x51, 0x03, 0x56, 0xb0, 0x22, 0x32, 0xd8, 0xe4, 0xc9, 0xdf, 0xca, 0x13, 0x83, 0x4e, 0xd1, 0x78,
+	0x36, 0x48, 0xe3, 0x8d, 0xe3, 0x62, 0xb6, 0x58, 0x27, 0x09, 0xbd, 0x9a, 0x01, 0xef, 0xc5, 0xc5,
+	0xe3, 0x75, 0x92, 0xb0, 0x00, 0xc6, 0x49, 0x9c, 0x2e, 0x67, 0x91, 0xce, 0xd6, 0x39, 0x02, 0x62,
+	0x1f, 0xce, 0x10, 0x85, 0xbf, 0x40, 0xd9, 0xb1, 0x0c, 0xbe, 0x80, 0x1d, 0x87, 0x75, 0xbc, 0x52,
+	0x78, 0xd5, 0x37, 0xea, 0x2d, 0xef, 0x35, 0xb1, 0x74, 0xd5, 0x59, 0x21, 0x17, 0x3c, 0x85, 0x9e,
+	0x45, 0x13, 0x1b, 0xae, 0x14, 0xa5, 0x6b, 0x79, 0x48, 0xb2, 0x03, 0x00, 0xfb, 0x43, 0x91, 0x46,
+	0xca, 0x15, 0x41, 0x73, 0x22, 0xa0, 0x0f, 0x54, 0x71, 0xf2, 0x4f, 0x64, 0xf0, 0x11, 0xf8, 0xb5,
+	0x1c, 0xdf, 0x7a, 0x61, 0x84, 0x36, 0x2e, 0x40, 0xcb, 0xe0, 0x41, 0x2a, 0x95, 0x2e, 0x44, 0x24,
+	0x83, 0x67, 0xd0, 0x3f, 0xc9, 0x92, 0x32, 0xca, 0xd2, 0x37, 0xba, 0xd0, 0x07, 0xd0, 0xcb, 0xb3,
+	0x38, 0x35, 0xc5, 0xb4, 0x4d, 0x31, 0xbd, 0xb5, 0x89, 0xe9, 0x04, 0xe5, 0xdc, 0xa9, 0x83, 0xb0,
+	0xc6, 0x4b, 0x14, 0xcb, 0x43, 0x1d, 0x15, 0xf4, 0x18, 0xab, 0x7a, 0x74, 0xa7, 0x0c, 0xaa, 0x72,
+	0x64, 0x1f, 0x83, 0x4f, 0xd5, 0x28, 0x74, 0x54, 0xd5, 0xfc, 0x3b, 0xdb, 0xef, 0x82, 0x12, 0x81,
+	0x8e, 0xec, 0xe3, 0x47, 0x2a, 0xf8, 0x35, 0x8c, 0xb7, 0x54, 0xcd, 0xa2, 0xf6, 0xb6, 0x8a, 0xfa,
+	0x63, 0x18, 0xda, 0xec, 0x62, 0x26, 0x8a, 0xab, 0x80, 0x92, 0x0b, 0xcc, 0x0a, 0x87, 0xa8, 0x22,
+	0x8b, 0xe0, 0x09, 0xf8, 0xb5, 0x02, 0xcb, 0xb4, 0x2e, 0x10, 0xeb, 0xbc, 0x1f, 0xd9, 0xe2, 0xc0,
+	0x3e, 0xd7, 0xf4, 0xdb, 0x78, 0xd1, 0xe4, 0xd2, 0x2a, 0x83, 0x7f, 0xb6, 0xa0, 0xc3, 0xaf, 0xab,
+	0x9c, 0x7b, 0xb0, 0xe3, 0x90, 0xa9, 0x82, 0xb7, 0x90, 0x8f, 0xc2, 0x1a, 0xc1, 0x63, 0xb9, 0x8d,
+	0x5f, 0xfb, 0x12, 0x7e, 0xef, 0x03, 0xe4, 0x36, 0x8d, 0xa8, 0xb5, 0xad, 0xce, 0x77, 0x92, 0x63,
+	0xc9, 0xfe, 0x9f, 0x96, 0x95, 0x99, 0x9b, 0x5d, 0x58, 0x0e, 0x12, 0x5d, 0x06, 0x30, 0x46, 0xb1,
+	0xd0, 0xd1, 0x4c, 0x24, 0xb1, 0x28, 0xaa, 0xd7, 0x59, 0x48, 0xc4, 0xf7, 0x10, 0x45, 0xd8, 0x7c,
+	0xb3, 0x5c, 0x69, 0x61, 0x32, 0x4d, 0xaf, 0xd3, 0xe7, 0x35, 0xcf, 0xee, 0xc2, 0xb8, 0xa2, 0x67,
+	0x34, 0x43, 0xed, 0x24, 0x1b, 0x55, 0xc2, 0x33, 0x9c, 0xa5, 0x8d, 0x43, 0xec, 0x0e, 0xe1, 0x37,
+	0x0f, 0x79, 0x86, 0xa2, 0x6b, 0x9f, 0x6b, 0x00, 0x63, 0xc4, 0x6d, 0x76, 0x11, 0x9b, 0xf3, 0x59,
+	0xae, 0xab, 0x51, 0x37, 0x44, 0xe1, 0x2f, 0x63, 0x73, 0x7e, 0xa2, 0xb7, 0x73, 0x32, 0xda, 0xca,
+	0x49, 0xf0, 0xc7, 0x16, 0xb4, 0x4f, 0xe5, 0xd5, 0xb6, 0xf8, 0x2e, 0x0c, 0x30, 0x1c, 0x0a, 0xd7,
+	0xc2, 0xdc, 0x2f, 0xe4, 0x92, 0x22, 0x75, 0xaa, 0xc6, 0x42, 0x81, 0xaa, 0xa7, 0x58, 0xf7, 0xf7,
+	0xa0, 0x43, 0xa5, 0x79, 0xa5, 0x1f, 0x9e, 0xd2, 0x2d, 0x38, 0x69, 0xf1, 0x1a, 0x71, 0x98, 0xa5,
+	0x0e, 0x64, 0xa2, 0xf1, 0xc9, 0xad, 0x75, 0xe2, 0x90, 0x45, 0x12, 0x9b, 0x9a, 0x9b, 0x4a, 0xf8,
+	0x76, 0x1d, 0xa8, 0x60, 0x45, 0xf8, 0x80, 0x1b, 0x5d, 0x8f, 0x0c, 0x2c, 0xa8, 0xae, 0xeb, 0x91,
+	0xc1, 0xd6, 0x5c, 0xf3, 0x2f, 0xcd, 0xb5, 0x29, 0xf4, 0x6d, 0x13, 0x94, 0x04, 0xe7, 0x80, 0x57,
+	0xec, 0x56, 0xa3, 0x1d, 0x12, 0xd2, 0xf5, 0x84, 0xfa, 0x83, 0x07, 0x3d, 0x7b, 0x15, 0xec, 0x1c,
+	0xb6, 0x18, 0x5c, 0xe7, 0x20, 0xe6, 0x3f, 0x6e, 0x4e, 0xfe, 0x66, 0x73, 0x5a, 0xad, 0x0b, 0x43,
+	0x25, 0x38, 0xe0, 0x44, 0xa3, 0x6c, 0x9d, 0xc6, 0xd5, 0x90, 0x25, 0x1a, 0x4f, 0xb1, 0xbd, 0xcd,
+	0x02, 0x63, 0x99, 0xba, 0x0e, 0xfa, 0x9b, 0x3a, 0x08, 0xee, 0x42, 0x97, 0x5a, 0x0b, 0x1b, 0x81,
+	0xf7, 0xc2, 0xf5, 0x48, 0xef, 0x05, 0x72, 0xa5, 0x5b, 0x07, 0xbd, 0x32, 0xf8, 0x0a, 0x3a, 0x5c,
+	0x85, 0x74, 0x54, 0xa2, 0x16, 0xc6, 0x99, 0x11, 0x8d, 0x19, 0x30, 0x59, 0xee, 0x6c, 0x91, 0xa4,
+	0xc3, 0x69, 0x29, 0x75, 0x3b, 0x3a, 0x31, 0x38, 0x4b, 0xe6, 0x99, 0x31, 0xd9, 0x8a, 0x82, 0xef,
+	0x72, 0xc7, 0x05, 0x11, 0xf8, 0x8f, 0x45, 0xa8, 0x0e, 0xd3, 0x28, 0xa1, 0xcd, 0xbd, 0x14, 0x17,
+	0x55, 0xab, 0x2e, 0xc5, 0x05, 0x3a, 0xcb, 0x63, 0x13, 0x9e, 0xbb, 0x03, 0x2c, 0x43, 0xbb, 0x5d,
+	0x96, 0x24, 0xd5, 0x56, 0x89, 0x34, 0xdb, 0x05, 0x08, 0xb3, 0x74, 0x11, 0x4b, 0x95, 0x86, 0x8a,
+	0x0e, 0x69, 0xf1, 0x86, 0x24, 0x78, 0x01, 0x70, 0x76, 0xbe, 0x30, 0x5c, 0x15, 0xeb, 0x84, 0xc2,
+	0x89, 0x54, 0x2a, 0x95, 0x76, 0x87, 0x39, 0x0e, 0x23, 0x10, 0x91, 0xaa, 0xae, 0x23, 0x2c, 0x6a,
+	0x5a, 0x84, 0xf5, 0x06, 0x8b, 0x34, 0x5d, 0x46, 0x89, 0xb5, 0x29, 0xeb, 0xcb, 0x10, 0x47, 0x73,
+	0x61, 0x15, 0xbb, 0x49, 0xdd, 0xe5, 0x96, 0x09, 0xfe, 0xd4, 0x82, 0x3e, 0xde, 0xf1, 0x24, 0x2b,
+	0xd8, 0xf7, 0xa1, 0xa7, 0x43, 0x64, 0xae, 0xee, 0x27, 0x08, 0x31, 0x77, 0x5a, 0xdc, 0x13, 0x72,
+	0xf3, 0x44, 0x2d, 0xcc, 0xa3, 0x52, 0xb9, 0x6f, 0x96, 0x2b, 0xd3, 0x60, 0x63, 0xc1, 0x7e, 0x0c,
+	0x90, 0x1b, 0x8e, 0x40, 0xa3, 0x7d, 0xfb, 0x7a, 0xfb, 0x86, 0x09, 0xfb, 0x01, 0xf4, 0x73, 0xf3,
+	0x59, 0xb6, 0x36, 0xe7, 0x74, 0x85, 0x6b, 0xac, 0x2b, 0x3d, 0x4d, 0x25, 0xf3, 0x34, 0x2b, 0xec,
+	0xad, 0xae, 0x9d, 0x4a, 0xa4, 0x66, 0x3f, 0x84, 0xde, 0x82, 0xf2, 0x48, 0x65, 0xb7, 0x35, 0x01,
+	0xea, 0x14, 0x73, 0x67, 0x82, 0x0f, 0xe9, 0x37, 0x6b, 0x91, 0xc4, 0xa6, 0x74, 0xf5, 0x58, 0xb1,
+	0x98, 0xc8, 0x85, 0x08, 0x63, 0x91, 0x1c, 0xe1, 0x37, 0xcc, 0x80, 0xbe, 0x61, 0x1a, 0x92, 0xe0,
+	0xef, 0x2d, 0x18, 0xa0, 0x3f, 0xda, 0xf6, 0xfe, 0x87, 0xe7, 0x7f, 0x8b, 0x27, 0x16, 0xf3, 0x02,
+	0xe1, 0x3c, 0xa2, 0x66, 0xd7, 0xe6, 0x8e, 0x0b, 0xbe, 0x84, 0xfe, 0xe7, 0xf3, 0xaf, 0x09, 0x65,
+	0x1c, 0xc1, 0xe1, 0xe7, 0xf3, 0xaf, 0x5f, 0x03, 0xb2, 0x55, 0x52, 0x2b, 0x28, 0x37, 0xad, 0xa0,
+	0xb4, 0xdf, 0x57, 0x3a, 0x9b, 0x13, 0x80, 0x2d, 0x4e, 0x74, 0xf0, 0x0c, 0x46, 0x27, 0x42, 0x8b,
+	0x55, 0xf5, 0x22, 0xee, 0x42, 0x3b, 0xcf, 0x0a, 0xe7, 0xf9, 0xe6, 0xf6, 0x15, 0x4f, 0xb2, 0x82,
+	0xa3, 0x96, 0xdd, 0x81, 0x76, 0xbc, 0x8a, 0xae, 0x26, 0x8e, 0xbe, 0x8e, 0x39, 0xea, 0x82, 0x9f,
+	0xc3, 0xa4, 0xf6, 0xfb, 0x30, 0x5b, 0xe1, 0x47, 0x2c, 0xbe, 0xc7, 0x85, 0x12, 0xe6, 0x27, 0xe4,
+	0x7d, 0xc4, 0x2d, 0x53, 0x49, 0x0f, 0xc8, 0x9d, 0x93, 0x1e, 0x04, 0x12, 0x6e, 0x6e, 0xe2, 0xd2,
+	0x38, 0x64, 0x4d, 0xc9, 0x3e, 0x84, 0x9e, 0xa6, 0x86, 0xe1, 0xe2, 0xbb, 0xd5, 0x58, 0x9b, 0xea,
+	0x66, 0xc2, 0x9d, 0xcd, 0x9b, 0x44, 0xf9, 0x95, 0xbb, 0xfd, 0xaf, 0xb2, 0x24, 0x43, 0xcc, 0x3e,
+	0x80, 0x6e, 0x9c, 0x2e, 0xe8, 0xfe, 0xed, 0xed, 0xfb, 0x3b, 0xec, 0xb9, 0xd5, 0xbf, 0x89, 0xef,
+	0xdf, 0x79, 0xf0, 0xd6, 0xd1, 0xfc, 0xe1, 0x39, 0x36, 0xfb, 0xea, 0xbf, 0x90, 0x0f, 0xf1, 0x23,
+	0x11, 0x37, 0x78, 0x8c, 0x7f, 0xe7, 0xe0, 0xed, 0xe6, 0xda, 0x37, 0x4f, 0x94, 0x35, 0x96, 0xdc,
+	0x1a, 0xb9, 0x71, 0xde, 0xaa, 0xc7, 0xf9, 0x7d, 0xe8, 0x89, 0xd0, 0xc4, 0x59, 0x4a, 0x19, 0xdc,
+	0x39, 0x60, 0x8d, 0x4f, 0x95, 0xf9, 0x21, 0x69, 0xb8, 0xb3, 0xa0, 0xf1, 0x6c, 0xff, 0x1e, 0xb1,
+	0xe3, 0x39, 0x5d, 0x64, 0xc1, 0xbf, 0x3c, 0x18, 0xdb, 0x45, 0xf5, 0x75, 0x6b, 0xf0, 0xd6, 0xde,
+	0xd5, 0xba, 0xb4, 0x77, 0x5d, 0xf3, 0xff, 0x03, 0xd6, 0xb9, 0xdb, 0xbc, 0xdc, 0x49, 0x15, 0x8b,
+	0x1f, 0x43, 0x46, 0xc7, 0x51, 0xa4, 0xf4, 0x2c, 0x89, 0xd3, 0xea, 0x6b, 0x69, 0xe8, 0x64, 0x4f,
+	0xe2, 0x54, 0xb1, 0xef, 0xc1, 0x8e, 0x8c, 0xb5, 0xa2, 0x80, 0xad, 0x91, 0x1d, 0x90, 0xe3, 0x5a,
+	0x4a, 0x66, 0xd5, 0xe8, 0xed, 0x37, 0x46, 0xef, 0x5d, 0x18, 0x4b, 0xb5, 0xc0, 0x49, 0x32, 0x2b,
+	0x8c, 0x30, 0x76, 0x71, 0xe8, 0xf2, 0x91, 0x13, 0x9e, 0xa2, 0xec, 0xfe, 0x6f, 0x61, 0xd4, 0x84,
+	0x95, 0x8d, 0x60, 0x70, 0x36, 0xb3, 0x00, 0x4c, 0x6e, 0xb0, 0x09, 0x8c, 0x2a, 0x0e, 0xb7, 0xce,
+	0x89, 0xc7, 0x6e, 0xc1, 0xa4, 0x29, 0xc1, 0x2d, 0x7b, 0xd2, 0x62, 0x00, 0xbd, 0xb3, 0x19, 0x59,
+	0xb4, 0xd9, 0x18, 0x7c, 0x4b, 0x9f, 0xca, 0xe5, 0xa4, 0xc3, 0x6e, 0xc2, 0xb8, 0x66, 0x71, 0xdb,
+	0x9d, 0x74, 0x99, 0x0f, 0xdd, 0xb3, 0x19, 0x6a, 0x7b, 0xf7, 0x1f, 0xc0, 0xa0, 0x4a, 0x0b, 0x3a,
+	0x39, 0x4e, 0x0b, 0xa5, 0xcd, 0xe4, 0x06, 0xd2, 0x5f, 0xd2, 0x7e, 0x33, 0xf1, 0x90, 0x3e, 0x52,
+	0x89, 0x32, 0x6a, 0xd2, 0xfa, 0x74, 0xfa, 0xcd, 0xcb, 0x5d, 0xef, 0xdb, 0x97, 0xbb, 0xde, 0xdf,
+	0x5e, 0xee, 0x7a, 0xbf, 0x7f, 0xb5, 0x7b, 0xe3, 0xdb, 0x57, 0xbb, 0x37, 0xfe, 0xf2, 0x6a, 0xf7,
+	0xc6, 0xbc, 0x47, 0x79, 0xfe, 0xe8, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x7c, 0x4a, 0x1d, 0x7d,
+	0xc7, 0x13, 0x00, 0x00,
 }
 
 func (m *TaskLabel) Marshal() (dAtA []byte, err error) {
@@ -2785,9 +2690,6 @@
 		dAtA[i] = 0x18
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(m.Index))
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -2846,9 +2748,6 @@
 			i += copy(dAtA[i:], v)
 		}
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -2883,9 +2782,6 @@
 		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Data)))
 		i += copy(dAtA[i:], m.Data)
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -2919,9 +2815,6 @@
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Name)))
 		i += copy(dAtA[i:], m.Name)
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -3022,9 +2915,6 @@
 		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Reserved)))
 		i += copy(dAtA[i:], m.Reserved)
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -3064,9 +2954,6 @@
 			}
 			i += n
 		}
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -3146,9 +3033,6 @@
 		}
 		i++
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -3188,9 +3072,6 @@
 			}
 			i += n
 		}
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -3303,9 +3184,6 @@
 		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LinkGroupId)))
 		i += copy(dAtA[i:], m.LinkGroupId)
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -3342,9 +3220,6 @@
 		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TimeRule)))
 		i += copy(dAtA[i:], m.TimeRule)
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -3380,9 +3255,6 @@
 			i += n
 		}
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -3412,9 +3284,6 @@
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.End)))
 		i += copy(dAtA[i:], m.End)
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -3458,9 +3327,6 @@
 			i += n
 		}
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -3496,9 +3362,6 @@
 			}
 			i += n
 		}
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -3536,9 +3399,6 @@
 			i += n
 		}
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -3574,9 +3434,6 @@
 			}
 			i += n
 		}
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -3666,9 +3523,6 @@
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.GroupId)))
 		i += copy(dAtA[i:], m.GroupId)
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -3763,9 +3617,6 @@
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(m.DelFlag))
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -3829,9 +3680,6 @@
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(m.Sort))
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -3859,9 +3707,6 @@
 		dAtA[i] = 0x10
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(m.Y))
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -3901,9 +3746,6 @@
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(m.Bottom))
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -3942,9 +3784,6 @@
 		i++
 		encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.Confidence))))
 		i += 4
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -3988,9 +3827,6 @@
 		dAtA[i] = 0x28
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(m.Smile))
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -4080,9 +3916,6 @@
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.FacialData)))
 		i += copy(dAtA[i:], m.FacialData)
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -4178,9 +4011,6 @@
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(m.FaceID))
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -4220,9 +4050,6 @@
 		encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.Prob))))
 		i += 4
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -4261,9 +4088,6 @@
 		}
 		i += n18
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -4293,9 +4117,6 @@
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Feat2)))
 		i += copy(dAtA[i:], m.Feat2)
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -4334,9 +4155,6 @@
 			return 0, err20
 		}
 		i += n20
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -4378,9 +4196,6 @@
 		}
 		i += n21
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -4420,9 +4235,6 @@
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Info)))
 		i += copy(dAtA[i:], m.Info)
-	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
 	}
 	return i, nil
 }
@@ -4489,9 +4301,6 @@
 		i++
 		i = encodeVarintProtomsg(dAtA, i, uint64(m.DefenceState))
 	}
-	if m.XXX_unrecognized != nil {
-		i += copy(dAtA[i:], m.XXX_unrecognized)
-	}
 	return i, nil
 }
 
@@ -4523,9 +4332,6 @@
 	if m.Index != 0 {
 		n += 1 + sovProtomsg(uint64(m.Index))
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -4555,9 +4361,6 @@
 			n += mapEntrySize + 1 + sovProtomsg(uint64(mapEntrySize))
 		}
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -4577,9 +4380,6 @@
 	if l > 0 {
 		n += 1 + l + sovProtomsg(uint64(l))
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -4598,9 +4398,6 @@
 	l = len(m.Name)
 	if l > 0 {
 		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -4662,9 +4459,6 @@
 	if l > 0 {
 		n += 1 + l + sovProtomsg(uint64(l))
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -4683,9 +4477,6 @@
 			l = e.Size()
 			n += 1 + l + sovProtomsg(uint64(l))
 		}
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -4725,9 +4516,6 @@
 	if m.DelFlag {
 		n += 2
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -4746,9 +4534,6 @@
 			l = e.Size()
 			n += 1 + l + sovProtomsg(uint64(l))
 		}
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -4804,9 +4589,6 @@
 	if l > 0 {
 		n += 1 + l + sovProtomsg(uint64(l))
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -4828,9 +4610,6 @@
 	if l > 0 {
 		n += 1 + l + sovProtomsg(uint64(l))
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -4849,9 +4628,6 @@
 			n += 1 + l + sovProtomsg(uint64(l))
 		}
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -4868,9 +4644,6 @@
 	l = len(m.End)
 	if l > 0 {
 		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -4895,9 +4668,6 @@
 			n += 1 + l + sovProtomsg(uint64(l))
 		}
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -4916,9 +4686,6 @@
 			l = e.Size()
 			n += 1 + l + sovProtomsg(uint64(l))
 		}
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -4939,9 +4706,6 @@
 			n += 1 + l + sovProtomsg(uint64(l))
 		}
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -4960,9 +4724,6 @@
 			l = e.Size()
 			n += 1 + l + sovProtomsg(uint64(l))
 		}
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -5020,9 +4781,6 @@
 	if l > 0 {
 		n += 1 + l + sovProtomsg(uint64(l))
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -5076,9 +4834,6 @@
 	if m.DelFlag != 0 {
 		n += 1 + sovProtomsg(uint64(m.DelFlag))
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -5114,9 +4869,6 @@
 	if m.Sort != 0 {
 		n += 1 + sovProtomsg(uint64(m.Sort))
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -5131,9 +4883,6 @@
 	}
 	if m.Y != 0 {
 		n += 1 + sovProtomsg(uint64(m.Y))
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -5156,9 +4905,6 @@
 	if m.Bottom != 0 {
 		n += 1 + sovProtomsg(uint64(m.Bottom))
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -5179,9 +4925,6 @@
 	}
 	if m.Confidence != 0 {
 		n += 5
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -5206,9 +4949,6 @@
 	}
 	if m.Smile != 0 {
 		n += 1 + sovProtomsg(uint64(m.Smile))
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -5249,9 +4989,6 @@
 	l = len(m.FacialData)
 	if l > 0 {
 		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -5296,9 +5033,6 @@
 	if m.FaceID != 0 {
 		n += 1 + sovProtomsg(uint64(m.FaceID))
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -5318,9 +5052,6 @@
 	if m.Prob != 0 {
 		n += 5
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -5337,9 +5068,6 @@
 	if m.Img != nil {
 		l = m.Img.Size()
 		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -5358,9 +5086,6 @@
 	if l > 0 {
 		n += 1 + l + sovProtomsg(uint64(l))
 	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
-	}
 	return n
 }
 
@@ -5377,9 +5102,6 @@
 	if m.Img != nil {
 		l = m.Img.Size()
 		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -5399,9 +5121,6 @@
 	if m.Img != nil {
 		l = m.Img.Size()
 		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -5425,9 +5144,6 @@
 	l = len(m.Info)
 	if l > 0 {
 		n += 1 + l + sovProtomsg(uint64(l))
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -5468,9 +5184,6 @@
 	}
 	if m.DefenceState != 0 {
 		n += 1 + sovProtomsg(uint64(m.DefenceState))
-	}
-	if m.XXX_unrecognized != nil {
-		n += len(m.XXX_unrecognized)
 	}
 	return n
 }
@@ -5615,7 +5328,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -5898,7 +5610,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -6024,7 +5735,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -6148,7 +5858,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -6569,7 +6278,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -6693,7 +6401,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -6967,7 +6674,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -7091,7 +6797,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -7470,7 +7175,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -7620,7 +7324,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -7727,7 +7430,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -7845,7 +7547,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -7997,7 +7698,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -8117,7 +7817,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -8237,7 +7936,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -8357,7 +8055,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -8782,7 +8479,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -9165,7 +8861,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -9418,7 +9113,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -9510,7 +9204,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -9640,7 +9333,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -9762,7 +9454,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -9911,7 +9602,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -10234,7 +9924,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -10576,7 +10265,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -10696,7 +10384,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -10822,7 +10509,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -10944,7 +10630,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -11070,7 +10755,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -11194,7 +10878,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -11350,7 +11033,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}
@@ -11647,7 +11329,6 @@
 			if (iNdEx + skippy) > l {
 				return io.ErrUnexpectedEOF
 			}
-			m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
 			iNdEx += skippy
 		}
 	}

--
Gitblit v1.8.0