diff --git a/Makefile b/Makefile index 672d3752..7df6e504 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ $(VERBOSE).SILENT: # default target -default: all-install all +default: all-install update-proto ifndef GOPATH GOPATH := $(shell go env GOPATH) @@ -14,7 +14,7 @@ PROTO_SERVICES = $(wildcard $(PROTO_ROOT)/*/service.proto) PROTO_OUT := . PROTO_IMPORT := $(PROTO_ROOT):$(GOPATH)/src/github.com/gogo/protobuf/protobuf -skip-update: grpc grpc-mock copyright gomodtidy +update-proto: update-proto-submodule all all: update-proto-submodule grpc grpc-mock copyright gomodtidy diff --git a/decision/message.pb.go b/decision/message.pb.go index f1f11b01..1e41210e 100644 --- a/decision/message.pb.go +++ b/decision/message.pb.go @@ -471,7 +471,7 @@ type RequestCancelExternalWorkflowExecutionDecisionAttributes struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` WorkflowId string `protobuf:"bytes,2,opt,name=workflowId,proto3" json:"workflowId,omitempty"` RunId string `protobuf:"bytes,3,opt,name=runId,proto3" json:"runId,omitempty"` - Control []byte `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"` + Control string `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"` ChildWorkflowOnly bool `protobuf:"varint,5,opt,name=childWorkflowOnly,proto3" json:"childWorkflowOnly,omitempty"` } @@ -533,11 +533,11 @@ func (m *RequestCancelExternalWorkflowExecutionDecisionAttributes) GetRunId() st return "" } -func (m *RequestCancelExternalWorkflowExecutionDecisionAttributes) GetControl() []byte { +func (m *RequestCancelExternalWorkflowExecutionDecisionAttributes) GetControl() string { if m != nil { return m.Control } - return nil + return "" } func (m *RequestCancelExternalWorkflowExecutionDecisionAttributes) GetChildWorkflowOnly() bool { @@ -552,7 +552,7 @@ type SignalExternalWorkflowExecutionDecisionAttributes struct { Execution *execution.WorkflowExecution `protobuf:"bytes,2,opt,name=execution,proto3" json:"execution,omitempty"` SignalName string `protobuf:"bytes,3,opt,name=signalName,proto3" json:"signalName,omitempty"` Input *common.Payload `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"` - Control []byte `protobuf:"bytes,5,opt,name=control,proto3" json:"control,omitempty"` + Control string `protobuf:"bytes,5,opt,name=control,proto3" json:"control,omitempty"` ChildWorkflowOnly bool `protobuf:"varint,6,opt,name=childWorkflowOnly,proto3" json:"childWorkflowOnly,omitempty"` } @@ -621,11 +621,11 @@ func (m *SignalExternalWorkflowExecutionDecisionAttributes) GetInput() *common.P return nil } -func (m *SignalExternalWorkflowExecutionDecisionAttributes) GetControl() []byte { +func (m *SignalExternalWorkflowExecutionDecisionAttributes) GetControl() string { if m != nil { return m.Control } - return nil + return "" } func (m *SignalExternalWorkflowExecutionDecisionAttributes) GetChildWorkflowOnly() bool { @@ -912,7 +912,7 @@ type StartChildWorkflowExecutionDecisionAttributes struct { ExecutionStartToCloseTimeoutSeconds int32 `protobuf:"varint,6,opt,name=executionStartToCloseTimeoutSeconds,proto3" json:"executionStartToCloseTimeoutSeconds,omitempty"` TaskStartToCloseTimeoutSeconds int32 `protobuf:"varint,7,opt,name=taskStartToCloseTimeoutSeconds,proto3" json:"taskStartToCloseTimeoutSeconds,omitempty"` ParentClosePolicy common.ParentClosePolicy `protobuf:"varint,8,opt,name=parentClosePolicy,proto3,enum=common.ParentClosePolicy" json:"parentClosePolicy,omitempty"` - Control []byte `protobuf:"bytes,9,opt,name=control,proto3" json:"control,omitempty"` + Control string `protobuf:"bytes,9,opt,name=control,proto3" json:"control,omitempty"` WorkflowIdReusePolicy common.WorkflowIdReusePolicy `protobuf:"varint,10,opt,name=workflowIdReusePolicy,proto3,enum=common.WorkflowIdReusePolicy" json:"workflowIdReusePolicy,omitempty"` RetryPolicy *common.RetryPolicy `protobuf:"bytes,11,opt,name=retryPolicy,proto3" json:"retryPolicy,omitempty"` CronSchedule string `protobuf:"bytes,12,opt,name=cronSchedule,proto3" json:"cronSchedule,omitempty"` @@ -1014,11 +1014,11 @@ func (m *StartChildWorkflowExecutionDecisionAttributes) GetParentClosePolicy() c return common.ParentClosePolicy_Abandon } -func (m *StartChildWorkflowExecutionDecisionAttributes) GetControl() []byte { +func (m *StartChildWorkflowExecutionDecisionAttributes) GetControl() string { if m != nil { return m.Control } - return nil + return "" } func (m *StartChildWorkflowExecutionDecisionAttributes) GetWorkflowIdReusePolicy() common.WorkflowIdReusePolicy { @@ -1374,95 +1374,95 @@ func init() { proto.RegisterFile("decision/message.proto", fileDescriptor_ec8a6b var fileDescriptor_ec8a6bcee89103f4 = []byte{ // 1435 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0xcd, 0x6e, 0x1c, 0x45, - 0x10, 0x9e, 0xf1, 0xcf, 0xda, 0x5b, 0xbb, 0x71, 0x48, 0xc7, 0x38, 0x1b, 0xcb, 0x1e, 0x59, 0x0b, - 0xd8, 0x8e, 0x42, 0xd6, 0x8e, 0xa3, 0x28, 0xc6, 0x44, 0x48, 0x8e, 0x9d, 0xb0, 0x96, 0x48, 0xb0, - 0x7a, 0x4d, 0x22, 0x71, 0x40, 0x6a, 0xcf, 0xb6, 0xe3, 0x91, 0x67, 0xa6, 0x97, 0xee, 0x9e, 0x24, - 0x7e, 0x05, 0x24, 0x24, 0xa4, 0x9c, 0x90, 0x40, 0x5c, 0x91, 0x78, 0x04, 0x2e, 0x1c, 0x39, 0xe6, + 0x10, 0x9e, 0xf1, 0xcf, 0xda, 0x5b, 0xeb, 0x38, 0xa4, 0x63, 0x9c, 0x8d, 0x65, 0x8f, 0xac, 0x05, + 0x6c, 0x47, 0x21, 0x6b, 0xc7, 0x51, 0x14, 0x63, 0x22, 0x24, 0xc7, 0x4e, 0x58, 0x4b, 0x24, 0x58, + 0xbd, 0x26, 0x91, 0x38, 0x20, 0xb5, 0x67, 0xdb, 0xf1, 0xc8, 0x33, 0xd3, 0x4b, 0x77, 0x4f, 0x92, + 0x7d, 0x05, 0x24, 0x24, 0xa4, 0x9c, 0x90, 0x40, 0x5c, 0x91, 0x78, 0x04, 0x2e, 0x1c, 0x39, 0xe6, 0x84, 0x38, 0x70, 0x40, 0xc9, 0x0b, 0x70, 0xe7, 0x82, 0xb6, 0xb7, 0x67, 0xe7, 0xc7, 0xe3, 0xf1, - 0x4c, 0x08, 0x07, 0x6e, 0x3b, 0x55, 0x5f, 0xfd, 0x74, 0x55, 0x57, 0x55, 0xd7, 0xc2, 0x4c, 0x97, - 0xda, 0x8e, 0x70, 0x98, 0xbf, 0xe2, 0x51, 0x21, 0xc8, 0x63, 0xda, 0xea, 0x71, 0x26, 0x19, 0x9a, - 0x0c, 0xe9, 0xb3, 0x17, 0x6c, 0xe6, 0x79, 0xcc, 0x5f, 0xa1, 0x7e, 0xe0, 0x0d, 0x98, 0xb3, 0x17, - 0x87, 0x42, 0x31, 0xe2, 0xb4, 0xc6, 0x25, 0xf4, 0xcc, 0xce, 0x48, 0x22, 0x8e, 0x5c, 0x47, 0xc8, - 0x14, 0xfd, 0x12, 0x7d, 0x46, 0xed, 0x40, 0x9e, 0x30, 0xdc, 0xfc, 0x63, 0x0c, 0x16, 0x3b, 0xf6, - 0x21, 0xed, 0x06, 0x2e, 0xdd, 0xb4, 0xa5, 0xf3, 0xc4, 0x91, 0xc7, 0x7b, 0x44, 0x1c, 0x6d, 0x6b, - 0x93, 0x9b, 0x52, 0x72, 0x67, 0x3f, 0x90, 0x54, 0x20, 0x0b, 0x80, 0x68, 0xc4, 0x4e, 0xb7, 0x61, - 0x2e, 0x98, 0xcb, 0x55, 0x1c, 0xa3, 0xa0, 0x75, 0xa8, 0x87, 0x5f, 0x7b, 0xc7, 0x3d, 0xda, 0x18, - 0x59, 0x30, 0x97, 0x6b, 0x6b, 0xd3, 0xad, 0x81, 0xa3, 0xad, 0xcd, 0x18, 0x0f, 0x27, 0x90, 0x68, - 0x0e, 0xaa, 0x3e, 0xf1, 0xa8, 0xe8, 0x11, 0x9b, 0x36, 0x46, 0x95, 0xe2, 0x88, 0x80, 0x5a, 0x30, - 0xd9, 0x3f, 0xd5, 0x27, 0x8e, 0x90, 0x8d, 0x31, 0xa5, 0x13, 0xb5, 0xc2, 0x63, 0xb6, 0xf6, 0x34, - 0x07, 0x0f, 0x31, 0xe8, 0x3d, 0x18, 0x77, 0xfc, 0x5e, 0x20, 0x1b, 0xe3, 0x0a, 0x7c, 0x3e, 0x74, - 0x60, 0x97, 0x1c, 0xbb, 0x8c, 0x74, 0xf1, 0x80, 0x8b, 0xb6, 0x61, 0x5e, 0xe8, 0x83, 0xef, 0xb1, - 0x2d, 0x97, 0x09, 0xba, 0xe7, 0x78, 0x94, 0x05, 0xb2, 0x43, 0x6d, 0xe6, 0x77, 0x45, 0xa3, 0xb2, - 0x60, 0x2e, 0x8f, 0xe3, 0x7c, 0x50, 0x52, 0x4b, 0x47, 0x12, 0x2e, 0x53, 0x5a, 0x26, 0xd2, 0x5a, - 0x32, 0x40, 0xe8, 0x23, 0x98, 0x15, 0x8a, 0x9c, 0xe9, 0xc8, 0xa4, 0x52, 0x91, 0x83, 0x40, 0xeb, - 0x70, 0xe9, 0x90, 0x12, 0x2e, 0xf7, 0x29, 0x49, 0xdb, 0xaf, 0x2a, 0xe1, 0xd3, 0xd8, 0xe8, 0x26, - 0xd4, 0x38, 0x95, 0xfc, 0x78, 0x97, 0xb9, 0x8e, 0x7d, 0xdc, 0x00, 0x15, 0xb2, 0x8b, 0x61, 0xc8, - 0x70, 0xc4, 0xc2, 0x71, 0x1c, 0x5a, 0x84, 0xca, 0x21, 0x25, 0x5d, 0xca, 0x1b, 0x35, 0x25, 0x31, - 0x15, 0x4a, 0xb4, 0x15, 0x15, 0x6b, 0x6e, 0xf3, 0x3e, 0x5c, 0xc5, 0xf4, 0xcb, 0x80, 0x0a, 0xb9, - 0x45, 0x7c, 0x9b, 0xba, 0xff, 0xee, 0x8a, 0x35, 0x9f, 0xc0, 0xdc, 0x30, 0x7c, 0x3c, 0x43, 0xbe, - 0x01, 0x13, 0xb2, 0xcf, 0x1a, 0x0a, 0x87, 0x9f, 0xe8, 0x36, 0x5c, 0xd6, 0xf1, 0xbb, 0xe7, 0xf0, - 0x74, 0x80, 0xfb, 0x37, 0x75, 0x14, 0x9f, 0x0e, 0x68, 0x3e, 0x84, 0xab, 0x5b, 0xcc, 0xeb, 0xb9, - 0x54, 0xd2, 0x47, 0x8c, 0x1f, 0x1d, 0xb8, 0xec, 0xe9, 0xdd, 0xb0, 0xa0, 0x32, 0xdc, 0x58, 0x82, - 0x0a, 0xa7, 0x22, 0x70, 0xa5, 0xf2, 0x22, 0xe3, 0x0a, 0x6a, 0x76, 0xd3, 0x85, 0xa5, 0x7b, 0xc4, - 0x71, 0x8b, 0xe8, 0x9c, 0xe9, 0xeb, 0x24, 0x82, 0xf9, 0xfa, 0x64, 0xfa, 0x0b, 0x5d, 0x81, 0x89, - 0x2e, 0x95, 0xc4, 0x71, 0x85, 0x2e, 0xb8, 0x13, 0xc6, 0x42, 0x7e, 0xf3, 0x03, 0x98, 0x1f, 0x64, - 0xa1, 0x74, 0xf8, 0x9a, 0x0f, 0xe1, 0xca, 0x40, 0xb4, 0x88, 0xab, 0x31, 0x97, 0xcc, 0x33, 0x5c, - 0xfa, 0xcd, 0x84, 0xf5, 0xc4, 0x05, 0xb9, 0xfb, 0x4c, 0x52, 0xee, 0x93, 0x42, 0x76, 0x12, 0x6d, - 0xc3, 0x4c, 0xb7, 0x0d, 0x0b, 0xe0, 0xa9, 0x56, 0xb2, 0xd3, 0x55, 0xb1, 0xa9, 0xe2, 0x18, 0x05, - 0x4d, 0xc3, 0x38, 0x0f, 0xfc, 0x9d, 0xae, 0x6e, 0x38, 0x83, 0x8f, 0x7e, 0x08, 0x6c, 0xe6, 0x4b, - 0xce, 0x5c, 0xd5, 0x6b, 0xea, 0x38, 0xfc, 0x44, 0xef, 0xc3, 0x05, 0xfb, 0xd0, 0x71, 0xbb, 0xa1, - 0x67, 0x9f, 0xfa, 0xee, 0xb1, 0x6a, 0x31, 0x93, 0xf8, 0x24, 0xa3, 0xf9, 0xdd, 0x08, 0x5c, 0xef, - 0x38, 0x8f, 0x7d, 0xf2, 0x06, 0x4f, 0xb4, 0x01, 0xd5, 0x61, 0x1b, 0xd7, 0xc9, 0x9e, 0x6b, 0x0d, - 0x29, 0xad, 0x13, 0x06, 0x70, 0x04, 0xef, 0x47, 0x43, 0x28, 0x77, 0x1e, 0x10, 0x2f, 0xec, 0xb1, - 0x31, 0x4a, 0xd4, 0x34, 0xc7, 0x72, 0x9b, 0x66, 0x2c, 0x3c, 0xe3, 0x05, 0xc2, 0x53, 0x39, 0x2d, - 0x3c, 0xcf, 0x60, 0xf5, 0xb3, 0x9e, 0xa0, 0x5c, 0x86, 0xd4, 0x0e, 0x25, 0xdc, 0x3e, 0x8c, 0x42, - 0x91, 0x11, 0x9c, 0x6d, 0x78, 0x4b, 0xa4, 0x50, 0xfa, 0x7e, 0x35, 0x42, 0x6f, 0xd3, 0x5a, 0xf0, - 0x09, 0x89, 0xe6, 0x73, 0x13, 0x2c, 0x4c, 0x6d, 0xc6, 0xbb, 0xf7, 0x09, 0x3f, 0xca, 0x2c, 0x03, - 0x0b, 0xc0, 0x53, 0x3c, 0x15, 0x2b, 0xdd, 0x85, 0x22, 0x4a, 0x89, 0x92, 0x8b, 0xf5, 0xc9, 0xd1, - 0xdc, 0x3e, 0xf9, 0x57, 0x05, 0x56, 0xb7, 0x98, 0x2f, 0x1d, 0x3f, 0xa0, 0x9b, 0xe2, 0x01, 0x7d, - 0x5a, 0xe4, 0xb6, 0xac, 0x43, 0x3d, 0xbc, 0xcf, 0x6a, 0xe0, 0x9a, 0xc9, 0x81, 0xfb, 0x28, 0xc6, - 0xc3, 0x09, 0x64, 0x62, 0xa4, 0x8e, 0x94, 0x19, 0xa9, 0xa3, 0xb9, 0xb7, 0x63, 0x17, 0xde, 0x19, - 0xde, 0xb8, 0xce, 0xe9, 0xf3, 0x6c, 0x4c, 0x8d, 0xa4, 0x22, 0x50, 0x74, 0x0f, 0xac, 0xbe, 0x13, - 0x39, 0xca, 0xc6, 0x95, 0xb2, 0x33, 0x50, 0xfd, 0x31, 0xbd, 0x4f, 0xec, 0x23, 0x76, 0x70, 0xa0, - 0x40, 0x3b, 0xbe, 0xa4, 0xfc, 0x09, 0x71, 0x77, 0xfc, 0xd4, 0xb0, 0xcf, 0x05, 0xa5, 0x87, 0xe5, - 0x44, 0xc1, 0x61, 0x79, 0x1b, 0xaa, 0x8e, 0xef, 0x48, 0x87, 0x48, 0xc6, 0xd5, 0x30, 0x9f, 0x5a, - 0xb3, 0x42, 0xa1, 0x44, 0xd2, 0x77, 0x42, 0x14, 0x8e, 0x04, 0xd0, 0xbb, 0x70, 0xee, 0x80, 0x38, - 0x6e, 0xc0, 0x29, 0x1e, 0xf4, 0xff, 0xaa, 0xba, 0x90, 0x49, 0x22, 0xba, 0x05, 0x53, 0x9a, 0xb0, - 0xad, 0xaf, 0x26, 0x64, 0xa7, 0x2a, 0x05, 0x43, 0x5b, 0x30, 0xed, 0x12, 0x21, 0xf5, 0x78, 0xeb, - 0x77, 0x8d, 0xc1, 0xe4, 0xaa, 0x65, 0x8b, 0x67, 0x82, 0x51, 0x13, 0xea, 0x36, 0x67, 0x7e, 0xf8, - 0x90, 0x6c, 0xd4, 0x95, 0x8b, 0x09, 0x5a, 0xac, 0x14, 0xce, 0xe5, 0x95, 0x02, 0x5a, 0x80, 0x31, - 0x8f, 0x7a, 0xac, 0x31, 0xa5, 0x50, 0xf5, 0x10, 0x75, 0x9f, 0x7a, 0x0c, 0x2b, 0x4e, 0x66, 0x23, - 0x38, 0x5f, 0xba, 0x11, 0xfc, 0x5c, 0x81, 0x6b, 0x2a, 0xcf, 0x5b, 0xf1, 0xee, 0xf4, 0xdf, 0xcd, - 0x9b, 0x74, 0xb5, 0x8e, 0xbe, 0x56, 0xb5, 0xbe, 0xc1, 0x07, 0x70, 0xc1, 0x6a, 0xad, 0xbc, 0xc9, - 0x6a, 0x9d, 0x28, 0x54, 0xad, 0x1f, 0xc3, 0x85, 0x1e, 0xe1, 0xd4, 0x97, 0x8a, 0xa9, 0xab, 0x6d, - 0x50, 0x38, 0x97, 0xa3, 0xc3, 0xa4, 0x00, 0xf8, 0xa4, 0x4c, 0x7c, 0x5c, 0x55, 0x93, 0xe3, 0xaa, - 0x03, 0x6f, 0x47, 0xb9, 0xc1, 0x34, 0x18, 0x9a, 0x01, 0x65, 0x66, 0x3e, 0x9d, 0x96, 0x04, 0x08, - 0x67, 0xcb, 0xa6, 0xfb, 0x43, 0xad, 0x60, 0x7f, 0xf8, 0x3f, 0x56, 0xcf, 0xdf, 0xe7, 0x61, 0x32, - 0x2c, 0x11, 0xb4, 0x01, 0xf5, 0x70, 0x45, 0x1d, 0x0e, 0xa2, 0xa9, 0xb5, 0x99, 0x56, 0x48, 0x6c, - 0x6d, 0xc7, 0xb8, 0x38, 0x81, 0x45, 0x5f, 0x99, 0xb0, 0x28, 0x0a, 0x2d, 0xa0, 0x7a, 0x52, 0xad, - 0x46, 0x6a, 0x8b, 0x2d, 0xae, 0x6d, 0x03, 0x17, 0xb4, 0x80, 0x5c, 0x98, 0x13, 0x39, 0xfb, 0x85, - 0xae, 0xd9, 0xc5, 0x98, 0x07, 0x39, 0xe8, 0xb6, 0x81, 0x73, 0xb5, 0xa1, 0x6f, 0x4d, 0xb8, 0x6a, - 0x17, 0x5f, 0x2b, 0x74, 0xed, 0xdf, 0x8c, 0xac, 0x97, 0xd8, 0x49, 0xda, 0x06, 0x2e, 0x63, 0x0b, - 0x7d, 0x6d, 0xc2, 0xd2, 0x41, 0xb1, 0xd5, 0x44, 0xb7, 0x99, 0xeb, 0x91, 0x5f, 0x05, 0x77, 0x9a, - 0xb6, 0x81, 0x8b, 0xda, 0x50, 0xb1, 0xe2, 0xc5, 0x37, 0x49, 0xd5, 0xb5, 0x12, 0xb1, 0x2a, 0xb1, - 0x86, 0xf6, 0x63, 0x55, 0xc2, 0x16, 0x62, 0x30, 0x6f, 0xe7, 0xed, 0x55, 0xfa, 0xa1, 0xb0, 0x14, - 0x4b, 0x5c, 0x1e, 0xbc, 0x6d, 0xe0, 0x7c, 0x7d, 0xe8, 0xb9, 0x09, 0x57, 0xec, 0xa2, 0xeb, 0x98, - 0x6a, 0x9c, 0xb5, 0xb5, 0x1b, 0x69, 0xeb, 0xc5, 0x12, 0x54, 0xdc, 0x0e, 0xfa, 0xc5, 0x84, 0x75, - 0xfe, 0x9a, 0xbb, 0x9c, 0x6a, 0xcf, 0xb5, 0xb5, 0x3b, 0xa7, 0xe4, 0xab, 0x84, 0xa6, 0xb6, 0x81, - 0x5f, 0xdb, 0x0b, 0xc4, 0xc1, 0xe2, 0xb9, 0xbb, 0x81, 0x7e, 0x55, 0x2d, 0xc7, 0xfd, 0xcc, 0xc3, - 0xb7, 0x0d, 0x7c, 0x86, 0x46, 0xf4, 0xa3, 0x09, 0xab, 0x76, 0xc9, 0xa7, 0xbf, 0x1e, 0x2d, 0x1b, - 0xf1, 0x56, 0x50, 0x4e, 0x43, 0xdb, 0xc0, 0xa5, 0xad, 0xa2, 0x1f, 0x4c, 0xb8, 0x26, 0xca, 0x3c, - 0x99, 0xd4, 0x28, 0xab, 0xad, 0xdd, 0x4a, 0x35, 0xcc, 0xa2, 0xe2, 0x6d, 0x03, 0x97, 0xb3, 0x87, - 0x7e, 0x32, 0xe1, 0xba, 0x28, 0xbb, 0x76, 0xeb, 0x91, 0xfa, 0x61, 0xcc, 0xcb, 0xb2, 0x2a, 0xda, + 0x4c, 0x08, 0x07, 0x6e, 0x3b, 0x55, 0x5f, 0xfd, 0x74, 0x55, 0x57, 0x55, 0xd7, 0xc2, 0x6c, 0x87, + 0xda, 0x8e, 0x70, 0x98, 0xbf, 0xea, 0x51, 0x21, 0xc8, 0x63, 0xda, 0xec, 0x72, 0x26, 0x19, 0x9a, + 0x0c, 0xe9, 0x73, 0x17, 0x6c, 0xe6, 0x79, 0xcc, 0x5f, 0xa5, 0x7e, 0xe0, 0x0d, 0x98, 0x73, 0x17, + 0x87, 0x42, 0x31, 0xe2, 0x8c, 0xc6, 0x25, 0xf4, 0xcc, 0xcd, 0x4a, 0x22, 0x8e, 0x5d, 0x47, 0xc8, + 0x14, 0xfd, 0x12, 0x7d, 0x46, 0xed, 0x40, 0x9e, 0x30, 0xdc, 0xf8, 0x63, 0x0c, 0x96, 0xda, 0xf6, + 0x11, 0xed, 0x04, 0x2e, 0xdd, 0xb2, 0xa5, 0xf3, 0xc4, 0x91, 0xbd, 0x7d, 0x22, 0x8e, 0x77, 0xb4, + 0xc9, 0x2d, 0x29, 0xb9, 0x73, 0x10, 0x48, 0x2a, 0x90, 0x05, 0x40, 0x34, 0x62, 0xb7, 0x53, 0x37, + 0x17, 0xcd, 0x95, 0x2a, 0x8e, 0x51, 0xd0, 0x06, 0x4c, 0x85, 0x5f, 0xfb, 0xbd, 0x2e, 0xad, 0x8f, + 0x2c, 0x9a, 0x2b, 0xb5, 0xf5, 0x99, 0xe6, 0xc0, 0xd1, 0xe6, 0x56, 0x8c, 0x87, 0x13, 0x48, 0x34, + 0x0f, 0x55, 0x9f, 0x78, 0x54, 0x74, 0x89, 0x4d, 0xeb, 0xa3, 0x4a, 0x71, 0x44, 0x40, 0x4d, 0x98, + 0xec, 0x9f, 0xea, 0x13, 0x47, 0xc8, 0xfa, 0x98, 0xd2, 0x89, 0x9a, 0xe1, 0x31, 0x9b, 0xfb, 0x9a, + 0x83, 0x87, 0x18, 0xf4, 0x1e, 0x8c, 0x3b, 0x7e, 0x37, 0x90, 0xf5, 0x71, 0x05, 0x3e, 0x1f, 0x3a, + 0xb0, 0x47, 0x7a, 0x2e, 0x23, 0x1d, 0x3c, 0xe0, 0xa2, 0x1d, 0x58, 0x10, 0xfa, 0xe0, 0xfb, 0x6c, + 0xdb, 0x65, 0x82, 0xee, 0x3b, 0x1e, 0x65, 0x81, 0x6c, 0x53, 0x9b, 0xf9, 0x1d, 0x51, 0xaf, 0x2c, + 0x9a, 0x2b, 0xe3, 0x38, 0x1f, 0x94, 0xd4, 0xd2, 0x96, 0x84, 0xcb, 0x94, 0x96, 0x89, 0xb4, 0x96, + 0x0c, 0x10, 0xfa, 0x08, 0xe6, 0x84, 0x22, 0x67, 0x3a, 0x32, 0xa9, 0x54, 0xe4, 0x20, 0xd0, 0x06, + 0x5c, 0x3a, 0xa2, 0x84, 0xcb, 0x03, 0x4a, 0xd2, 0xf6, 0xab, 0x4a, 0xf8, 0x34, 0x36, 0xba, 0x09, + 0x35, 0x4e, 0x25, 0xef, 0xed, 0x31, 0xd7, 0xb1, 0x7b, 0x75, 0x50, 0x21, 0xbb, 0x18, 0x86, 0x0c, + 0x47, 0x2c, 0x1c, 0xc7, 0xa1, 0x25, 0xa8, 0x1c, 0x51, 0xd2, 0xa1, 0xbc, 0x5e, 0x53, 0x12, 0xd3, + 0xa1, 0x44, 0x4b, 0x51, 0xb1, 0xe6, 0x36, 0xee, 0xc3, 0x55, 0x4c, 0xbf, 0x0c, 0xa8, 0x90, 0xdb, + 0xc4, 0xb7, 0xa9, 0xfb, 0xef, 0xae, 0x58, 0xe3, 0x09, 0xcc, 0x0f, 0xc3, 0xc7, 0x33, 0xe4, 0xeb, + 0x30, 0x21, 0xfb, 0xac, 0xa1, 0x70, 0xf8, 0x89, 0x6e, 0xc3, 0x65, 0x1d, 0xbf, 0x7b, 0x0e, 0x4f, + 0x07, 0xb8, 0x7f, 0x53, 0x47, 0xf1, 0xe9, 0x80, 0xc6, 0x43, 0xb8, 0xba, 0xcd, 0xbc, 0xae, 0x4b, + 0x25, 0x7d, 0xc4, 0xf8, 0xf1, 0xa1, 0xcb, 0x9e, 0xde, 0x0d, 0x0b, 0x2a, 0xc3, 0x8d, 0x65, 0xa8, + 0x70, 0x2a, 0x02, 0x57, 0x2a, 0x2f, 0x32, 0xae, 0xa0, 0x66, 0x37, 0x5c, 0x58, 0xbe, 0x47, 0x1c, + 0xb7, 0x88, 0xce, 0xd9, 0xbe, 0x4e, 0x22, 0x98, 0xaf, 0x4f, 0xa6, 0xbf, 0xd0, 0x15, 0x98, 0xe8, + 0x50, 0x49, 0x1c, 0x57, 0xe8, 0x82, 0x3b, 0x61, 0x2c, 0xe4, 0x37, 0x3e, 0x80, 0x85, 0x41, 0x16, + 0x4a, 0x87, 0xaf, 0xf1, 0x10, 0xae, 0x0c, 0x44, 0x8b, 0xb8, 0x1a, 0x73, 0xc9, 0x3c, 0xc3, 0xa5, + 0xdf, 0x4c, 0xd8, 0x48, 0x5c, 0x90, 0xbb, 0xcf, 0x24, 0xe5, 0x3e, 0x29, 0x64, 0x27, 0xd1, 0x36, + 0xcc, 0x74, 0xdb, 0xb0, 0x00, 0x9e, 0x6a, 0x25, 0xbb, 0x1d, 0x15, 0x9b, 0x2a, 0x8e, 0x51, 0xd0, + 0x0c, 0x8c, 0xf3, 0xc0, 0xdf, 0xed, 0xe8, 0x86, 0x33, 0xf8, 0xe8, 0x87, 0xc0, 0x66, 0xbe, 0xe4, + 0xcc, 0x55, 0xbd, 0xa6, 0x8a, 0xc3, 0x4f, 0xf4, 0x3e, 0x5c, 0xb0, 0x8f, 0x1c, 0xb7, 0x13, 0x7a, + 0xf6, 0xa9, 0xef, 0xf6, 0x54, 0x8b, 0x99, 0xc4, 0x27, 0x19, 0x8d, 0xef, 0x46, 0xe0, 0x7a, 0xdb, + 0x79, 0xec, 0x93, 0x37, 0x78, 0xa2, 0x4d, 0xa8, 0x0e, 0xdb, 0xb8, 0x4e, 0xf6, 0x7c, 0x73, 0x48, + 0x69, 0x9e, 0x30, 0x80, 0x23, 0x78, 0x3f, 0x1a, 0x42, 0xb9, 0xf3, 0x80, 0x78, 0x61, 0x8f, 0x8d, + 0x51, 0xa2, 0xa6, 0x39, 0x96, 0xdb, 0x34, 0x63, 0xe1, 0x19, 0x2f, 0x10, 0x9e, 0xca, 0x69, 0xe1, + 0x79, 0x06, 0x6b, 0x9f, 0x75, 0x05, 0xe5, 0x32, 0xa4, 0xb6, 0x29, 0xe1, 0xf6, 0x51, 0x14, 0x8a, + 0x8c, 0xe0, 0xec, 0xc0, 0x5b, 0x22, 0x85, 0xd2, 0xf7, 0xab, 0x1e, 0x7a, 0x9b, 0xd6, 0x82, 0x4f, + 0x48, 0x34, 0x9e, 0x9b, 0x60, 0x61, 0x6a, 0x33, 0xde, 0xb9, 0x4f, 0xf8, 0x71, 0x66, 0x19, 0x58, + 0x00, 0x9e, 0xe2, 0xa9, 0x58, 0xe9, 0x2e, 0x14, 0x51, 0x4a, 0x94, 0x5c, 0xac, 0x4f, 0x8e, 0xe6, + 0xf6, 0xc9, 0xbf, 0x2a, 0xb0, 0xb6, 0xcd, 0x7c, 0xe9, 0xf8, 0x01, 0xdd, 0x12, 0x0f, 0xe8, 0xd3, + 0x22, 0xb7, 0x65, 0x03, 0xa6, 0xc2, 0xfb, 0xac, 0x06, 0xae, 0x99, 0x1c, 0xb8, 0x8f, 0x62, 0x3c, + 0x9c, 0x40, 0x26, 0x46, 0xea, 0x48, 0x99, 0x91, 0x3a, 0x9a, 0x7b, 0x3b, 0xf6, 0xe0, 0x9d, 0xe1, + 0x8d, 0x6b, 0x9f, 0x3e, 0xcf, 0xc6, 0xd4, 0x48, 0x2a, 0x02, 0x45, 0xf7, 0xc0, 0xea, 0x3b, 0x91, + 0xa3, 0x6c, 0x5c, 0x29, 0x3b, 0x03, 0xd5, 0x1f, 0xd3, 0x07, 0xc4, 0x3e, 0x66, 0x87, 0x87, 0x0a, + 0xb4, 0xeb, 0x4b, 0xca, 0x9f, 0x10, 0x77, 0xd7, 0x4f, 0x0d, 0xfb, 0x5c, 0x50, 0x7a, 0x58, 0x4e, + 0x14, 0x1c, 0x96, 0xb7, 0xa1, 0xea, 0xf8, 0x8e, 0x74, 0x88, 0x64, 0x5c, 0x0d, 0xf3, 0xe9, 0x75, + 0x2b, 0x14, 0x4a, 0x24, 0x7d, 0x37, 0x44, 0xe1, 0x48, 0x00, 0xbd, 0x0b, 0xe7, 0x0e, 0x89, 0xe3, + 0x06, 0x9c, 0xe2, 0x41, 0xff, 0xaf, 0xaa, 0x0b, 0x99, 0x24, 0xa2, 0x5b, 0x30, 0xad, 0x09, 0x3b, + 0xfa, 0x6a, 0x42, 0x76, 0xaa, 0x52, 0x30, 0xb4, 0x0d, 0x33, 0x2e, 0x11, 0x52, 0x8f, 0xb7, 0x7e, + 0xd7, 0x18, 0x4c, 0xae, 0x5a, 0xb6, 0x78, 0x26, 0x18, 0x35, 0x60, 0xca, 0xe6, 0xcc, 0x0f, 0x1f, + 0x92, 0xf5, 0x29, 0xe5, 0x62, 0x82, 0x16, 0x2b, 0x85, 0x73, 0x79, 0xa5, 0x80, 0x16, 0x61, 0xcc, + 0xa3, 0x1e, 0xab, 0x4f, 0x2b, 0xd4, 0x54, 0x88, 0xba, 0x4f, 0x3d, 0x86, 0x15, 0x27, 0xb3, 0x11, + 0x9c, 0x2f, 0xdd, 0x08, 0x7e, 0xae, 0xc0, 0x35, 0x95, 0xe7, 0xed, 0x78, 0x77, 0xfa, 0xef, 0xe6, + 0x4d, 0xba, 0x5a, 0x47, 0x5f, 0xab, 0x5a, 0xdf, 0xe0, 0x03, 0xb8, 0x60, 0xb5, 0x56, 0xde, 0x64, + 0xb5, 0x4e, 0x14, 0xaa, 0xd6, 0x8f, 0xe1, 0x42, 0x97, 0x70, 0xea, 0x4b, 0xc5, 0xd4, 0xd5, 0x36, + 0x28, 0x9c, 0xcb, 0xd1, 0x61, 0x52, 0x00, 0x7c, 0x52, 0x26, 0x3e, 0xae, 0xaa, 0xc9, 0x71, 0xd5, + 0x86, 0xb7, 0xa3, 0xdc, 0x60, 0x1a, 0x0c, 0xcd, 0x80, 0x32, 0xb3, 0x90, 0x4e, 0x4b, 0x02, 0x84, + 0xb3, 0x65, 0xd3, 0xfd, 0xa1, 0x56, 0xb0, 0x3f, 0xfc, 0x1f, 0xab, 0xe7, 0xef, 0xf3, 0x30, 0x19, + 0x96, 0x08, 0xda, 0x84, 0xa9, 0x70, 0x45, 0x1d, 0x0e, 0xa2, 0xe9, 0xf5, 0xd9, 0x66, 0x48, 0x6c, + 0xee, 0xc4, 0xb8, 0x38, 0x81, 0x45, 0x5f, 0x99, 0xb0, 0x24, 0x0a, 0x2d, 0xa0, 0x7a, 0x52, 0xad, + 0x45, 0x6a, 0x8b, 0x2d, 0xae, 0x2d, 0x03, 0x17, 0xb4, 0x80, 0x5c, 0x98, 0x17, 0x39, 0xfb, 0x85, + 0xae, 0xd9, 0xa5, 0x98, 0x07, 0x39, 0xe8, 0x96, 0x81, 0x73, 0xb5, 0xa1, 0x6f, 0x4d, 0xb8, 0x6a, + 0x17, 0x5f, 0x2b, 0x74, 0xed, 0xdf, 0x8c, 0xac, 0x97, 0xd8, 0x49, 0x5a, 0x06, 0x2e, 0x63, 0x0b, + 0x7d, 0x6d, 0xc2, 0xf2, 0x61, 0xb1, 0xd5, 0x44, 0xb7, 0x99, 0xeb, 0x91, 0x5f, 0x05, 0x77, 0x9a, + 0x96, 0x81, 0x8b, 0xda, 0x50, 0xb1, 0xe2, 0xc5, 0x37, 0x49, 0xd5, 0xb5, 0x12, 0xb1, 0x2a, 0xb1, + 0x86, 0xf6, 0x63, 0x55, 0xc2, 0x16, 0x62, 0xb0, 0x60, 0xe7, 0xed, 0x55, 0xfa, 0xa1, 0xb0, 0x1c, + 0x4b, 0x5c, 0x1e, 0xbc, 0x65, 0xe0, 0x7c, 0x7d, 0xe8, 0xb9, 0x09, 0x57, 0xec, 0xa2, 0xeb, 0x98, + 0x6a, 0x9c, 0xb5, 0xf5, 0x1b, 0x69, 0xeb, 0xc5, 0x12, 0x54, 0xdc, 0x0e, 0xfa, 0xc5, 0x84, 0x0d, + 0xfe, 0x9a, 0xbb, 0x9c, 0x6a, 0xcf, 0xb5, 0xf5, 0x3b, 0xa7, 0xe4, 0xab, 0x84, 0xa6, 0x96, 0x81, + 0x5f, 0xdb, 0x0b, 0xc4, 0xc1, 0xe2, 0xb9, 0xbb, 0x81, 0x7e, 0x55, 0xad, 0xc4, 0xfd, 0xcc, 0xc3, + 0xb7, 0x0c, 0x7c, 0x86, 0x46, 0xf4, 0xa3, 0x09, 0x6b, 0x76, 0xc9, 0xa7, 0xbf, 0x1e, 0x2d, 0x9b, + 0xf1, 0x56, 0x50, 0x4e, 0x43, 0xcb, 0xc0, 0xa5, 0xad, 0xa2, 0x1f, 0x4c, 0xb8, 0x26, 0xca, 0x3c, + 0x99, 0xd4, 0x28, 0xab, 0xad, 0xdf, 0x4a, 0x35, 0xcc, 0xa2, 0xe2, 0x2d, 0x03, 0x97, 0xb3, 0x87, + 0x7e, 0x32, 0xe1, 0xba, 0x28, 0xbb, 0x76, 0xeb, 0x91, 0xfa, 0x61, 0xcc, 0xcb, 0xb2, 0x2a, 0x5a, 0x06, 0x2e, 0x6f, 0x57, 0xa5, 0x3e, 0x28, 0xb9, 0x06, 0xeb, 0xc9, 0x1e, 0x4b, 0x7d, 0xd9, 0x45, - 0xba, 0x9f, 0xfa, 0xb2, 0x56, 0xef, 0xd4, 0x01, 0x48, 0x34, 0xfd, 0xbf, 0x37, 0xe1, 0x72, 0x47, - 0x3a, 0xf6, 0xd1, 0xf1, 0xf0, 0x78, 0xb1, 0x63, 0x6d, 0xc0, 0x54, 0xff, 0x7d, 0x44, 0x79, 0xf8, + 0xba, 0x9f, 0xfa, 0xb2, 0x56, 0xef, 0x4c, 0x01, 0x90, 0x68, 0xfa, 0x7f, 0x6f, 0xc2, 0xe5, 0xb6, + 0x74, 0xec, 0xe3, 0xde, 0xf0, 0x78, 0xb1, 0x63, 0x6d, 0xc2, 0x74, 0xff, 0x7d, 0x44, 0x79, 0xf8, 0x36, 0xd5, 0x9b, 0x69, 0xd6, 0xab, 0x35, 0x85, 0x3c, 0xfb, 0xff, 0xd4, 0x91, 0x02, 0xff, 0xa7, 0xde, 0xf9, 0xe2, 0xd7, 0x97, 0x96, 0xf9, 0xe2, 0xa5, 0x65, 0xfe, 0xf9, 0xd2, 0x32, 0xbf, 0x79, - 0x65, 0x19, 0x2f, 0x5e, 0x59, 0xc6, 0xef, 0xaf, 0x2c, 0x03, 0x66, 0x1d, 0xd6, 0x92, 0xd4, 0xeb, - 0x31, 0x4e, 0xdc, 0xc1, 0x5f, 0xe0, 0xc3, 0x40, 0xee, 0x9a, 0x9f, 0x2f, 0x3e, 0x8e, 0x71, 0x1d, - 0xb6, 0x12, 0xfe, 0xbe, 0xa6, 0x90, 0x2b, 0x21, 0x72, 0xbf, 0xa2, 0xbe, 0x6f, 0xfc, 0x13, 0x00, - 0x00, 0xff, 0xff, 0xc0, 0x46, 0xa9, 0x2c, 0xcf, 0x17, 0x00, 0x00, + 0x65, 0x19, 0x2f, 0x5e, 0x59, 0xc6, 0xef, 0xaf, 0x2c, 0x03, 0xe6, 0x1c, 0xd6, 0x94, 0xd4, 0xeb, + 0x32, 0x4e, 0xdc, 0xc1, 0x5f, 0xe0, 0xc3, 0x40, 0xee, 0x99, 0x9f, 0x2f, 0x3d, 0x8e, 0x71, 0x1d, + 0xb6, 0x1a, 0xfe, 0xbe, 0xa6, 0x90, 0xab, 0x21, 0xf2, 0xa0, 0xa2, 0xbe, 0x6f, 0xfc, 0x13, 0x00, + 0x00, 0xff, 0xff, 0x10, 0xfb, 0x94, 0x8f, 0xcf, 0x17, 0x00, 0x00, } func (m *ScheduleActivityTaskDecisionAttributes) Marshal() (dAtA []byte, err error) { @@ -4324,7 +4324,7 @@ func (m *RequestCancelExternalWorkflowExecutionDecisionAttributes) Unmarshal(dAt if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Control", wireType) } - var byteLen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowMessage @@ -4334,25 +4334,23 @@ func (m *RequestCancelExternalWorkflowExecutionDecisionAttributes) Unmarshal(dAt } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthMessage } - postIndex := iNdEx + byteLen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthMessage } if postIndex > l { return io.ErrUnexpectedEOF } - m.Control = append(m.Control[:0], dAtA[iNdEx:postIndex]...) - if m.Control == nil { - m.Control = []byte{} - } + m.Control = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 5: if wireType != 0 { @@ -4567,7 +4565,7 @@ func (m *SignalExternalWorkflowExecutionDecisionAttributes) Unmarshal(dAtA []byt if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Control", wireType) } - var byteLen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowMessage @@ -4577,25 +4575,23 @@ func (m *SignalExternalWorkflowExecutionDecisionAttributes) Unmarshal(dAtA []byt } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthMessage } - postIndex := iNdEx + byteLen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthMessage } if postIndex > l { return io.ErrUnexpectedEOF } - m.Control = append(m.Control[:0], dAtA[iNdEx:postIndex]...) - if m.Control == nil { - m.Control = []byte{} - } + m.Control = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 6: if wireType != 0 { @@ -5666,7 +5662,7 @@ func (m *StartChildWorkflowExecutionDecisionAttributes) Unmarshal(dAtA []byte) e if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Control", wireType) } - var byteLen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowMessage @@ -5676,25 +5672,23 @@ func (m *StartChildWorkflowExecutionDecisionAttributes) Unmarshal(dAtA []byte) e } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthMessage } - postIndex := iNdEx + byteLen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthMessage } if postIndex > l { return io.ErrUnexpectedEOF } - m.Control = append(m.Control[:0], dAtA[iNdEx:postIndex]...) - if m.Control == nil { - m.Control = []byte{} - } + m.Control = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 10: if wireType != 0 { diff --git a/event/message.pb.go b/event/message.pb.go index 2928c56b..3f6498fd 100644 --- a/event/message.pb.go +++ b/event/message.pb.go @@ -732,11 +732,10 @@ func (m *DecisionTaskStartedEventAttributes) GetRequestId() string { } type DecisionTaskCompletedEventAttributes struct { - ExecutionContext []byte `protobuf:"bytes,1,opt,name=executionContext,proto3" json:"executionContext,omitempty"` - ScheduledEventId int64 `protobuf:"varint,2,opt,name=scheduledEventId,proto3" json:"scheduledEventId,omitempty"` - StartedEventId int64 `protobuf:"varint,3,opt,name=startedEventId,proto3" json:"startedEventId,omitempty"` - Identity string `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"` - BinaryChecksum string `protobuf:"bytes,5,opt,name=binaryChecksum,proto3" json:"binaryChecksum,omitempty"` + ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduledEventId,proto3" json:"scheduledEventId,omitempty"` + StartedEventId int64 `protobuf:"varint,2,opt,name=startedEventId,proto3" json:"startedEventId,omitempty"` + Identity string `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"` + BinaryChecksum string `protobuf:"bytes,4,opt,name=binaryChecksum,proto3" json:"binaryChecksum,omitempty"` } func (m *DecisionTaskCompletedEventAttributes) Reset() { *m = DecisionTaskCompletedEventAttributes{} } @@ -772,13 +771,6 @@ func (m *DecisionTaskCompletedEventAttributes) XXX_DiscardUnknown() { var xxx_messageInfo_DecisionTaskCompletedEventAttributes proto.InternalMessageInfo -func (m *DecisionTaskCompletedEventAttributes) GetExecutionContext() []byte { - if m != nil { - return m.ExecutionContext - } - return nil -} - func (m *DecisionTaskCompletedEventAttributes) GetScheduledEventId() int64 { if m != nil { return m.ScheduledEventId @@ -2198,7 +2190,7 @@ type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes struct { DecisionTaskCompletedEventId int64 `protobuf:"varint,1,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` WorkflowExecution *execution.WorkflowExecution `protobuf:"bytes,3,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"` - Control []byte `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"` + Control string `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"` ChildWorkflowOnly bool `protobuf:"varint,5,opt,name=childWorkflowOnly,proto3" json:"childWorkflowOnly,omitempty"` } @@ -2260,11 +2252,11 @@ func (m *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetWork return nil } -func (m *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetControl() []byte { +func (m *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetControl() string { if m != nil { return m.Control } - return nil + return "" } func (m *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetChildWorkflowOnly() bool { @@ -2280,7 +2272,7 @@ type RequestCancelExternalWorkflowExecutionFailedEventAttributes struct { Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"` WorkflowExecution *execution.WorkflowExecution `protobuf:"bytes,4,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"` InitiatedEventId int64 `protobuf:"varint,5,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"` - Control []byte `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"` + Control string `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"` } func (m *RequestCancelExternalWorkflowExecutionFailedEventAttributes) Reset() { @@ -2355,11 +2347,11 @@ func (m *RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetInitiat return 0 } -func (m *RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetControl() []byte { +func (m *RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetControl() string { if m != nil { return m.Control } - return nil + return "" } type ExternalWorkflowExecutionCancelRequestedEventAttributes struct { @@ -2432,7 +2424,7 @@ type SignalExternalWorkflowExecutionInitiatedEventAttributes struct { WorkflowExecution *execution.WorkflowExecution `protobuf:"bytes,3,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"` SignalName string `protobuf:"bytes,4,opt,name=signalName,proto3" json:"signalName,omitempty"` Input *common.Payload `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"` - Control []byte `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"` + Control string `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"` ChildWorkflowOnly bool `protobuf:"varint,7,opt,name=childWorkflowOnly,proto3" json:"childWorkflowOnly,omitempty"` } @@ -2508,11 +2500,11 @@ func (m *SignalExternalWorkflowExecutionInitiatedEventAttributes) GetInput() *co return nil } -func (m *SignalExternalWorkflowExecutionInitiatedEventAttributes) GetControl() []byte { +func (m *SignalExternalWorkflowExecutionInitiatedEventAttributes) GetControl() string { if m != nil { return m.Control } - return nil + return "" } func (m *SignalExternalWorkflowExecutionInitiatedEventAttributes) GetChildWorkflowOnly() bool { @@ -2528,7 +2520,7 @@ type SignalExternalWorkflowExecutionFailedEventAttributes struct { Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"` WorkflowExecution *execution.WorkflowExecution `protobuf:"bytes,4,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"` InitiatedEventId int64 `protobuf:"varint,5,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"` - Control []byte `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"` + Control string `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"` } func (m *SignalExternalWorkflowExecutionFailedEventAttributes) Reset() { @@ -2603,18 +2595,18 @@ func (m *SignalExternalWorkflowExecutionFailedEventAttributes) GetInitiatedEvent return 0 } -func (m *SignalExternalWorkflowExecutionFailedEventAttributes) GetControl() []byte { +func (m *SignalExternalWorkflowExecutionFailedEventAttributes) GetControl() string { if m != nil { return m.Control } - return nil + return "" } type ExternalWorkflowExecutionSignaledEventAttributes struct { InitiatedEventId int64 `protobuf:"varint,1,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` WorkflowExecution *execution.WorkflowExecution `protobuf:"bytes,3,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"` - Control []byte `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"` + Control string `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"` } func (m *ExternalWorkflowExecutionSignaledEventAttributes) Reset() { @@ -2675,11 +2667,11 @@ func (m *ExternalWorkflowExecutionSignaledEventAttributes) GetWorkflowExecution( return nil } -func (m *ExternalWorkflowExecutionSignaledEventAttributes) GetControl() []byte { +func (m *ExternalWorkflowExecutionSignaledEventAttributes) GetControl() string { if m != nil { return m.Control } - return nil + return "" } type UpsertWorkflowSearchAttributesEventAttributes struct { @@ -2747,7 +2739,7 @@ type StartChildWorkflowExecutionInitiatedEventAttributes struct { ExecutionStartToCloseTimeoutSeconds int32 `protobuf:"varint,6,opt,name=executionStartToCloseTimeoutSeconds,proto3" json:"executionStartToCloseTimeoutSeconds,omitempty"` TaskStartToCloseTimeoutSeconds int32 `protobuf:"varint,7,opt,name=taskStartToCloseTimeoutSeconds,proto3" json:"taskStartToCloseTimeoutSeconds,omitempty"` ParentClosePolicy common.ParentClosePolicy `protobuf:"varint,8,opt,name=parentClosePolicy,proto3,enum=common.ParentClosePolicy" json:"parentClosePolicy,omitempty"` - Control []byte `protobuf:"bytes,9,opt,name=control,proto3" json:"control,omitempty"` + Control string `protobuf:"bytes,9,opt,name=control,proto3" json:"control,omitempty"` DecisionTaskCompletedEventId int64 `protobuf:"varint,10,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"` WorkflowIdReusePolicy common.WorkflowIdReusePolicy `protobuf:"varint,11,opt,name=workflowIdReusePolicy,proto3,enum=common.WorkflowIdReusePolicy" json:"workflowIdReusePolicy,omitempty"` RetryPolicy *common.RetryPolicy `protobuf:"bytes,12,opt,name=retryPolicy,proto3" json:"retryPolicy,omitempty"` @@ -2850,11 +2842,11 @@ func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetParentClosePoli return common.ParentClosePolicy_Abandon } -func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetControl() []byte { +func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetControl() string { if m != nil { return m.Control } - return nil + return "" } func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId() int64 { @@ -2911,7 +2903,7 @@ type StartChildWorkflowExecutionFailedEventAttributes struct { WorkflowId string `protobuf:"bytes,2,opt,name=workflowId,proto3" json:"workflowId,omitempty"` WorkflowType *common.WorkflowType `protobuf:"bytes,3,opt,name=workflowType,proto3" json:"workflowType,omitempty"` Cause WorkflowExecutionFailedCause `protobuf:"varint,4,opt,name=cause,proto3,enum=event.WorkflowExecutionFailedCause" json:"cause,omitempty"` - Control []byte `protobuf:"bytes,5,opt,name=control,proto3" json:"control,omitempty"` + Control string `protobuf:"bytes,5,opt,name=control,proto3" json:"control,omitempty"` InitiatedEventId int64 `protobuf:"varint,6,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"` DecisionTaskCompletedEventId int64 `protobuf:"varint,7,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"` } @@ -2981,11 +2973,11 @@ func (m *StartChildWorkflowExecutionFailedEventAttributes) GetCause() WorkflowEx return WorkflowExecutionFailedCause_UnknownExternalWorkflowExecution } -func (m *StartChildWorkflowExecutionFailedEventAttributes) GetControl() []byte { +func (m *StartChildWorkflowExecutionFailedEventAttributes) GetControl() string { if m != nil { return m.Control } - return nil + return "" } func (m *StartChildWorkflowExecutionFailedEventAttributes) GetInitiatedEventId() int64 { @@ -4267,208 +4259,207 @@ func init() { func init() { proto.RegisterFile("event/message.proto", fileDescriptor_7135fdf3a2c9ba09) } var fileDescriptor_7135fdf3a2c9ba09 = []byte{ - // 3214 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5c, 0x5f, 0x6c, 0x1c, 0x47, - 0x19, 0xbf, 0xd9, 0xbb, 0xf3, 0x9f, 0xef, 0x1c, 0xc7, 0x9e, 0xa4, 0xc9, 0x26, 0x75, 0x5c, 0xe7, - 0x9c, 0x26, 0x8e, 0x93, 0x9c, 0x53, 0x27, 0x6d, 0x4a, 0x5b, 0x05, 0x25, 0x4e, 0xca, 0x19, 0xd1, - 0x36, 0x9a, 0x84, 0x16, 0x55, 0x42, 0xea, 0xe6, 0x6e, 0x9c, 0xac, 0x7c, 0xb7, 0x6b, 0x76, 0xf7, - 0xe2, 0x58, 0x48, 0x48, 0x48, 0x54, 0x48, 0x45, 0x95, 0x2a, 0x55, 0x42, 0x14, 0x21, 0x90, 0x90, - 0x40, 0x82, 0x07, 0x0a, 0x3c, 0x20, 0xc1, 0x0b, 0x3c, 0x21, 0x78, 0x6a, 0xe1, 0x01, 0xf1, 0x82, - 0x54, 0x25, 0x42, 0x42, 0x08, 0x89, 0x37, 0x5e, 0x78, 0x41, 0x3b, 0xbb, 0x7b, 0xb7, 0x7f, 0x66, - 0x76, 0x67, 0xce, 0x17, 0x17, 0x51, 0xde, 0xbc, 0x33, 0xdf, 0xcc, 0xf7, 0x9b, 0x6f, 0xbe, 0x7f, - 0x33, 0xf3, 0x9d, 0xe1, 0x00, 0xbd, 0x47, 0x2d, 0x6f, 0xa5, 0x4b, 0x5d, 0xd7, 0xb8, 0x43, 0x1b, - 0x5b, 0x8e, 0xed, 0xd9, 0xb8, 0xca, 0x1a, 0x8f, 0xce, 0x04, 0x7d, 0xd4, 0xea, 0x75, 0x83, 0x8e, - 0xa3, 0xb3, 0x2d, 0xbb, 0xdb, 0xb5, 0xad, 0x78, 0xd3, 0xc1, 0xb0, 0x29, 0x31, 0xc3, 0xd1, 0xc3, - 0xf4, 0x3e, 0x6d, 0xf5, 0x3c, 0x33, 0xd3, 0x71, 0xc8, 0x33, 0xdc, 0xcd, 0x8e, 0xe9, 0xa6, 0x58, - 0xd6, 0xdf, 0xaf, 0xc1, 0xa9, 0xd7, 0x6c, 0x67, 0x73, 0xa3, 0x63, 0x6f, 0x5f, 0x8f, 0xc6, 0xde, - 0xf4, 0x0c, 0xc7, 0xa3, 0xed, 0xeb, 0x3e, 0x8c, 0x2b, 0x9e, 0xe7, 0x98, 0xb7, 0x7b, 0x1e, 0x75, - 0xf1, 0xb3, 0x30, 0xb5, 0x1d, 0x92, 0xde, 0xda, 0xd9, 0xa2, 0x3a, 0x5a, 0x40, 0x4b, 0xb5, 0xd5, - 0x83, 0x8d, 0x00, 0x49, 0xe3, 0xb5, 0x58, 0x1f, 0x49, 0x50, 0xe2, 0x67, 0xe1, 0xf0, 0x96, 0xe1, - 0x50, 0xcb, 0x8b, 0x68, 0x5e, 0x36, 0xba, 0xd4, 0xdd, 0x32, 0x5a, 0x54, 0xd7, 0x16, 0xd0, 0xd2, - 0x24, 0x11, 0x75, 0xe3, 0x57, 0xd3, 0x23, 0xfb, 0x20, 0xf5, 0x32, 0x63, 0x3f, 0xd7, 0xe8, 0x2f, - 0xb9, 0x91, 0xa1, 0x21, 0xa2, 0xc1, 0xf8, 0x19, 0x38, 0x14, 0x74, 0xad, 0x5b, 0xa6, 0x67, 0x1a, - 0xd1, 0x6a, 0xd7, 0xdb, 0x7a, 0x65, 0x01, 0x2d, 0x95, 0x89, 0xa0, 0x17, 0x37, 0x60, 0xc2, 0x97, - 0xe4, 0xe7, 0x4c, 0xd7, 0xd3, 0xab, 0x0c, 0x00, 0x6e, 0x44, 0xa2, 0x6d, 0xdc, 0x0a, 0x7b, 0x48, - 0x9f, 0x06, 0x3f, 0x09, 0x55, 0xd3, 0xda, 0xea, 0x79, 0xfa, 0x18, 0x23, 0xde, 0x1f, 0x09, 0xeb, - 0x86, 0xb1, 0xd3, 0xb1, 0x8d, 0x36, 0x09, 0x7a, 0xf1, 0x0d, 0x58, 0xa4, 0x09, 0xe9, 0xdf, 0xb2, - 0xd7, 0x3a, 0xb6, 0x4b, 0x6f, 0x99, 0x5d, 0x6a, 0xf7, 0xbc, 0x9b, 0xb4, 0x65, 0x5b, 0x6d, 0x57, - 0x1f, 0x5f, 0x40, 0x4b, 0x55, 0x22, 0x43, 0x8a, 0x5f, 0x84, 0x79, 0x1f, 0x44, 0xce, 0x64, 0x13, - 0x6c, 0xb2, 0x02, 0x2a, 0x7f, 0xeb, 0x5a, 0xb6, 0xe5, 0x99, 0x56, 0x8f, 0xb6, 0x07, 0x72, 0xed, - 0x59, 0xeb, 0x6d, 0x7d, 0x32, 0xd8, 0x3a, 0x41, 0x37, 0x7e, 0x01, 0x26, 0xcd, 0x40, 0x7c, 0xb6, - 0xa3, 0xc3, 0x02, 0x5a, 0x9a, 0x5e, 0x9d, 0x8f, 0x96, 0xbf, 0x16, 0x8e, 0xb9, 0xe2, 0xbe, 0x4c, - 0xb7, 0xd7, 0x23, 0x2a, 0x32, 0x18, 0xe0, 0x6f, 0x50, 0x7f, 0xe2, 0x17, 0x0d, 0xb3, 0xd3, 0x73, - 0x28, 0xa1, 0x86, 0x6b, 0x5b, 0x7a, 0x8d, 0xb1, 0x15, 0xf4, 0xe2, 0xf5, 0x18, 0xde, 0xb0, 0xe7, - 0x1a, 0xf5, 0x0c, 0xb3, 0xe3, 0xea, 0x53, 0xfc, 0x2d, 0x10, 0xd1, 0xe3, 0x35, 0x38, 0xd8, 0x31, - 0x5c, 0x6f, 0xcd, 0xee, 0x6e, 0x75, 0x28, 0x5b, 0x17, 0x75, 0x7b, 0x1d, 0x4f, 0xdf, 0xc7, 0x9f, - 0x87, 0x4b, 0xec, 0xaf, 0xc3, 0x76, 0xcc, 0x3b, 0xa6, 0x65, 0x74, 0x52, 0xe2, 0x9b, 0x0e, 0xd6, - 0xc1, 0xef, 0xc5, 0x47, 0x61, 0xc2, 0x6c, 0x53, 0xcb, 0x33, 0xbd, 0x1d, 0x7d, 0x3f, 0xa3, 0xec, - 0x7f, 0xe3, 0xf3, 0x70, 0x60, 0xc3, 0x74, 0x5c, 0x2f, 0x35, 0xe1, 0x0c, 0x23, 0xe3, 0x75, 0xe1, - 0xa7, 0xa1, 0xe6, 0x50, 0xcf, 0xd9, 0xb9, 0x61, 0x77, 0xcc, 0xd6, 0x8e, 0x3e, 0xcb, 0x56, 0x70, - 0x20, 0x5a, 0x01, 0x19, 0x74, 0x91, 0x38, 0x1d, 0xd6, 0x61, 0xdc, 0xf0, 0x3c, 0xda, 0xdd, 0xf2, - 0x74, 0xcc, 0xb4, 0x25, 0xfa, 0xf4, 0x21, 0xd0, 0xfb, 0x5b, 0xa6, 0x63, 0xf8, 0x3c, 0x7c, 0x95, - 0x71, 0x3d, 0xa3, 0xbb, 0xa5, 0x1f, 0x60, 0xc6, 0xc3, 0xeb, 0xc2, 0x75, 0x98, 0x6a, 0x39, 0xb6, - 0x75, 0xb3, 0x75, 0x97, 0xb6, 0x7b, 0x1d, 0xaa, 0x1f, 0x64, 0x68, 0x13, 0x6d, 0xb8, 0x09, 0x4f, - 0x30, 0xf4, 0xd7, 0x68, 0xcb, 0x74, 0xfd, 0xd1, 0x86, 0xbb, 0x79, 0xd5, 0x68, 0x6d, 0xda, 0x1b, - 0x1b, 0x91, 0xd6, 0x3e, 0xc6, 0x70, 0x14, 0x91, 0xe1, 0x05, 0xa8, 0x74, 0x69, 0xd7, 0xd6, 0x0f, - 0xb1, 0x95, 0x4e, 0x45, 0x2b, 0x7d, 0x89, 0x76, 0x6d, 0xc2, 0x7a, 0xf0, 0x35, 0x98, 0x71, 0xa9, - 0xe1, 0xb4, 0xee, 0x0e, 0x3c, 0x9c, 0x7e, 0x98, 0x51, 0xeb, 0x11, 0xf5, 0xcd, 0x54, 0x3f, 0xc9, - 0x8c, 0xc0, 0x4d, 0x38, 0xb0, 0xe5, 0xd0, 0x7b, 0x57, 0x7a, 0x9e, 0x4d, 0xa8, 0x4b, 0xbd, 0x1b, - 0xb6, 0x69, 0x79, 0xae, 0xae, 0xb3, 0x89, 0x0e, 0xc5, 0x7c, 0x53, 0xac, 0x97, 0xf0, 0x86, 0xe0, - 0x93, 0x30, 0x76, 0x97, 0x1a, 0x6d, 0xea, 0xe8, 0x47, 0xd8, 0xe0, 0xe9, 0x08, 0x45, 0x93, 0xb5, - 0x92, 0xb0, 0xb7, 0xfe, 0x2d, 0x04, 0xa7, 0x33, 0xfe, 0x2c, 0x54, 0xbb, 0xac, 0xcf, 0x3e, 0x05, - 0x63, 0x4e, 0xa0, 0xb5, 0x88, 0xaf, 0xb5, 0x61, 0x37, 0xbe, 0x0a, 0x73, 0xed, 0x98, 0x38, 0x93, - 0x13, 0xae, 0xb7, 0x99, 0x9f, 0x2e, 0x93, 0x5c, 0x9a, 0xfa, 0xfb, 0x08, 0x4e, 0x66, 0xa0, 0xf9, - 0x46, 0x95, 0xc5, 0x75, 0xc8, 0xc7, 0xc5, 0xcc, 0x19, 0x31, 0x3d, 0x08, 0xbf, 0xf0, 0x69, 0x18, - 0x6f, 0x87, 0xe6, 0xaa, 0xf1, 0x01, 0x47, 0xfd, 0x85, 0x88, 0xcb, 0x12, 0x88, 0xdf, 0x80, 0xa5, - 0x0c, 0x60, 0x5f, 0x65, 0xdb, 0xaf, 0xf4, 0xbc, 0x34, 0xe4, 0x8b, 0x50, 0xf3, 0x02, 0xdf, 0xc8, - 0xa2, 0x9f, 0xc6, 0x3c, 0x1a, 0x6e, 0xb0, 0x60, 0xdd, 0xb8, 0x35, 0xe8, 0x21, 0x71, 0xb2, 0xfa, - 0x9b, 0xe3, 0xd0, 0xe0, 0x6c, 0x57, 0xe8, 0x71, 0x98, 0xff, 0x4b, 0x33, 0x3a, 0x0b, 0xb3, 0x16, - 0xdd, 0x4e, 0x19, 0x77, 0x20, 0xa6, 0x6c, 0x47, 0x26, 0x2a, 0x6b, 0xd2, 0x51, 0x39, 0x1e, 0xcb, - 0xca, 0x2a, 0xb1, 0xac, 0x32, 0x8a, 0x58, 0x56, 0x1d, 0x65, 0x2c, 0x1b, 0x93, 0x8a, 0x65, 0x45, - 0x1a, 0x33, 0x5e, 0xac, 0x31, 0xf8, 0x1a, 0x1c, 0xbb, 0x1d, 0xba, 0x1a, 0x9f, 0xd1, 0xba, 0xe5, - 0x51, 0xe7, 0x9e, 0xd1, 0x59, 0xb7, 0x92, 0x61, 0x35, 0x9f, 0x28, 0x19, 0x1b, 0x27, 0x55, 0x63, - 0xe3, 0x09, 0xd8, 0xb7, 0x91, 0x08, 0x89, 0xc0, 0x94, 0x23, 0xd9, 0x88, 0x2f, 0xc1, 0xf4, 0x46, - 0x32, 0x00, 0xd6, 0xf8, 0xfb, 0x96, 0x22, 0x13, 0xc6, 0xbd, 0x29, 0x95, 0xb8, 0x37, 0x70, 0x67, - 0xfb, 0xf2, 0xdc, 0x59, 0xdf, 0x51, 0x4f, 0x2b, 0x39, 0xea, 0xfd, 0xaa, 0x8e, 0xba, 0xfe, 0x53, - 0x04, 0x27, 0xe2, 0xf1, 0x22, 0x8a, 0x39, 0x19, 0xcf, 0x14, 0xb7, 0x0a, 0x24, 0x61, 0x15, 0x97, - 0xe1, 0xa8, 0x2b, 0x56, 0x4c, 0x8d, 0x69, 0x43, 0x0e, 0x45, 0x3c, 0xc6, 0x06, 0x1e, 0x2b, 0xfa, - 0xac, 0xbf, 0x85, 0xa0, 0x9e, 0x80, 0xcc, 0x4f, 0xcb, 0x97, 0x61, 0xc6, 0x4d, 0x2c, 0x26, 0xf4, - 0x16, 0x65, 0x92, 0x69, 0x4f, 0x64, 0x15, 0x5a, 0x2a, 0xab, 0x98, 0x83, 0x49, 0x87, 0x7e, 0xa9, - 0x47, 0xdd, 0xc8, 0x79, 0x4e, 0x92, 0x41, 0x43, 0xfd, 0xef, 0x29, 0xf9, 0x09, 0x23, 0xce, 0x32, - 0xcc, 0xd0, 0xb8, 0x9f, 0xa3, 0xf7, 0x03, 0x39, 0x4e, 0x91, 0x4c, 0x3b, 0x17, 0xba, 0x26, 0x80, - 0x7e, 0x12, 0xa6, 0xdd, 0x98, 0x00, 0xfa, 0x0e, 0x3e, 0xd5, 0x9a, 0x58, 0x62, 0x25, 0xb5, 0xc4, - 0x93, 0x30, 0x7d, 0xdb, 0xb4, 0x0c, 0x67, 0x67, 0xed, 0x2e, 0x6d, 0x6d, 0xba, 0xbd, 0x2e, 0xf3, - 0x42, 0x93, 0x24, 0xd5, 0xea, 0x07, 0xb2, 0xc5, 0xf8, 0x62, 0x45, 0x21, 0x41, 0x45, 0xf4, 0x59, - 0xfc, 0x1a, 0x17, 0x7f, 0x2a, 0xcc, 0x94, 0xe5, 0xc2, 0xcc, 0xb7, 0xcb, 0x70, 0x3c, 0x8e, 0x98, - 0x1f, 0x75, 0x1f, 0x0d, 0xde, 0x6a, 0xcb, 0xe8, 0xb9, 0x11, 0xd2, 0xf9, 0x10, 0x69, 0x16, 0xcc, - 0x9a, 0x4f, 0x45, 0x02, 0xe2, 0x78, 0x9c, 0xaf, 0x14, 0xc4, 0xf9, 0xf8, 0x86, 0x56, 0x53, 0x1b, - 0x3a, 0x48, 0x23, 0xc6, 0x12, 0x69, 0xc4, 0x1c, 0x4c, 0xde, 0x36, 0x5c, 0x1a, 0x84, 0xce, 0xf1, - 0x40, 0x97, 0xfb, 0x0d, 0xfe, 0x8c, 0x16, 0xdd, 0x0e, 0x3a, 0x27, 0x82, 0x19, 0xa3, 0x6f, 0x5f, - 0x44, 0x1b, 0xb6, 0xb3, 0xc9, 0x56, 0xf7, 0x2a, 0x75, 0xfc, 0x25, 0x30, 0x07, 0x5d, 0x26, 0x99, - 0x76, 0x8e, 0x3a, 0x01, 0x57, 0x9d, 0xbe, 0x5b, 0x85, 0x13, 0x57, 0x5a, 0x9e, 0x79, 0xcf, 0xf4, - 0x76, 0x72, 0x7d, 0xcf, 0x3c, 0x80, 0x11, 0xd2, 0xf5, 0x43, 0x7e, 0xac, 0xc5, 0x8f, 0xf5, 0xd1, - 0x17, 0x2f, 0xd6, 0x5f, 0x89, 0xf5, 0x91, 0x04, 0xa5, 0x2f, 0x10, 0xab, 0x7f, 0xe6, 0x0e, 0x8d, - 0xbb, 0xdf, 0x90, 0xf0, 0x79, 0x15, 0x95, 0x4c, 0xa0, 0x9a, 0x9b, 0x09, 0x5c, 0x83, 0x63, 0x91, - 0x5a, 0xe5, 0x85, 0xed, 0x7c, 0xa2, 0xe4, 0x2c, 0x41, 0x74, 0xe7, 0x9d, 0x8a, 0xf3, 0x89, 0x0a, - 0xdc, 0xf4, 0x44, 0xa1, 0x9b, 0x7e, 0x16, 0x0e, 0xdf, 0xa5, 0x86, 0xe3, 0xdd, 0xa6, 0x46, 0x9a, - 0xff, 0x24, 0x1b, 0x2c, 0xea, 0x2e, 0xcc, 0x3a, 0x40, 0x22, 0xeb, 0x48, 0x9d, 0xdf, 0x6a, 0x92, - 0xe7, 0xb7, 0x41, 0x10, 0x9e, 0xca, 0x3d, 0x53, 0xbc, 0xab, 0x41, 0x3d, 0xa1, 0xa0, 0x1f, 0x63, - 0xa4, 0x89, 0x07, 0xc4, 0x4a, 0xf2, 0xd0, 0x79, 0x16, 0x66, 0xfd, 0x5c, 0x23, 0x79, 0x1d, 0x10, - 0xb8, 0x84, 0x6c, 0x07, 0xfe, 0x34, 0xe0, 0x58, 0x63, 0x94, 0x03, 0x09, 0xee, 0x61, 0x38, 0xa4, - 0xf5, 0x5f, 0xa3, 0xa4, 0xd9, 0xee, 0xfe, 0x90, 0xb5, 0xc7, 0xf1, 0xae, 0xfe, 0x27, 0x04, 0xc7, - 0xe3, 0x2b, 0x78, 0x64, 0x67, 0x31, 0xde, 0xc2, 0xca, 0xd2, 0x0b, 0xab, 0x14, 0x2e, 0x2c, 0xe5, - 0xf7, 0xeb, 0xbf, 0xd7, 0x60, 0x31, 0xbe, 0x30, 0x51, 0x80, 0x8e, 0x2d, 0x01, 0x0d, 0xb1, 0x84, - 0xdd, 0xee, 0x4d, 0x2a, 0x96, 0x57, 0xa4, 0x62, 0xf9, 0x5e, 0xab, 0xf9, 0x3b, 0x08, 0x96, 0x13, - 0x6a, 0x6e, 0x58, 0x2d, 0xda, 0x21, 0x81, 0x3d, 0xaa, 0xc7, 0xa8, 0x51, 0x5c, 0x24, 0xfc, 0x18, - 0x41, 0x23, 0x04, 0x10, 0xa0, 0x29, 0x56, 0xe2, 0x22, 0x58, 0x07, 0xa3, 0x34, 0x25, 0x70, 0x46, - 0x61, 0x1a, 0x32, 0x8a, 0x3b, 0x84, 0xaf, 0xa5, 0x74, 0x31, 0x40, 0x9c, 0x45, 0xa8, 0xa0, 0x8b, - 0x57, 0x61, 0xae, 0x63, 0x78, 0xfd, 0xd5, 0x27, 0xf7, 0x62, 0x20, 0xc3, 0x3c, 0x9a, 0x3d, 0x37, - 0xc9, 0x5f, 0x22, 0x78, 0xdc, 0x57, 0x69, 0x47, 0x10, 0x3c, 0x74, 0x18, 0xf7, 0x95, 0xdc, 0xe9, - 0xef, 0x4e, 0xf4, 0x89, 0x5f, 0x80, 0x23, 0x61, 0xe0, 0x7d, 0xd1, 0x74, 0x78, 0x07, 0xa8, 0x32, - 0x11, 0x13, 0x8c, 0x64, 0x0b, 0xbf, 0x08, 0x47, 0x18, 0x74, 0x7f, 0x7a, 0x05, 0xe0, 0x92, 0x29, - 0x72, 0xfd, 0x37, 0x08, 0xe6, 0xd8, 0xfc, 0x22, 0xd5, 0xd8, 0x35, 0x8b, 0x51, 0x48, 0x21, 0x37, - 0x92, 0xfc, 0x1c, 0xc1, 0x42, 0x80, 0x3e, 0x10, 0x14, 0xd7, 0x06, 0xc5, 0xcb, 0x78, 0x64, 0xd6, - 0x97, 0x0b, 0xfa, 0xdf, 0x08, 0x56, 0xb2, 0x77, 0x6f, 0xf9, 0xee, 0xad, 0x8f, 0x14, 0xc5, 0x91, - 0x3e, 0x07, 0x3a, 0xbd, 0xef, 0x51, 0xc7, 0x32, 0x3a, 0x99, 0x07, 0xa3, 0x60, 0x43, 0x84, 0xfd, - 0xf8, 0x75, 0x38, 0x12, 0xf5, 0x0d, 0xf7, 0x88, 0x25, 0x1e, 0x9e, 0xbb, 0xfa, 0xf7, 0x10, 0xe7, - 0x72, 0x53, 0xa4, 0x81, 0x45, 0x5b, 0x81, 0x24, 0xb6, 0x42, 0x3e, 0x5f, 0xf0, 0x13, 0x93, 0x63, - 0x2f, 0x19, 0xce, 0x26, 0x75, 0x08, 0x6d, 0xd9, 0x4e, 0x9b, 0xeb, 0xcf, 0xbb, 0x8c, 0xe0, 0x65, - 0xa3, 0x1b, 0x6d, 0x46, 0xac, 0x65, 0x8f, 0x2f, 0x8a, 0x63, 0x99, 0x74, 0x25, 0x37, 0x93, 0x7e, - 0x9b, 0x27, 0xf4, 0x9b, 0xe6, 0x1d, 0xcb, 0xe0, 0xc7, 0x2c, 0x97, 0x75, 0xc5, 0xd7, 0x38, 0x68, - 0x19, 0x1c, 0xb3, 0xb4, 0xdc, 0x63, 0x56, 0x5c, 0x09, 0xca, 0x29, 0x25, 0xf8, 0x06, 0x82, 0xe5, - 0xec, 0x0d, 0x37, 0x75, 0xba, 0xa6, 0x65, 0x78, 0x8f, 0x24, 0x15, 0xcc, 0x43, 0xf3, 0x0b, 0x0d, - 0x2e, 0x27, 0xe2, 0xfa, 0x75, 0x91, 0x66, 0x27, 0xad, 0x68, 0xc4, 0x8a, 0x9a, 0x38, 0x0c, 0x6b, - 0xe9, 0xc3, 0xf0, 0x67, 0x61, 0x76, 0x7b, 0x28, 0x3b, 0xcd, 0x0e, 0xf3, 0x3d, 0x62, 0xcb, 0xb6, - 0x3c, 0xc7, 0xee, 0x30, 0xbd, 0x99, 0x22, 0xd1, 0xa7, 0x9f, 0xe4, 0xb5, 0xee, 0x9a, 0x9d, 0x76, - 0x34, 0xcd, 0x2b, 0x56, 0x27, 0x88, 0xa9, 0x13, 0x24, 0xdb, 0x51, 0xff, 0x87, 0x06, 0xcf, 0xcb, - 0x09, 0x8e, 0xef, 0x99, 0x3f, 0x15, 0xf7, 0x6a, 0xd3, 0xab, 0x8b, 0x61, 0x0a, 0x2a, 0x18, 0x9d, - 0xb8, 0xa9, 0x19, 0x41, 0x3e, 0x57, 0x70, 0xfb, 0xc0, 0x15, 0x78, 0x65, 0x38, 0x81, 0x2f, 0xc3, - 0x8c, 0x99, 0x76, 0xd0, 0xd5, 0x20, 0xeb, 0x49, 0xb7, 0xc7, 0x37, 0x67, 0x2c, 0xb1, 0x39, 0xf5, - 0x0f, 0x10, 0x5c, 0x12, 0x4a, 0xb8, 0x20, 0x80, 0xf0, 0x10, 0x20, 0x01, 0x82, 0x3d, 0x53, 0xc4, - 0xfa, 0xbf, 0x34, 0xb8, 0x14, 0xb8, 0xa1, 0xff, 0x75, 0x93, 0x4b, 0x3a, 0xd5, 0x8a, 0xd8, 0xa9, - 0xe6, 0xdf, 0x5d, 0x09, 0x95, 0x83, 0x6f, 0xb9, 0xe3, 0x22, 0xcb, 0xfd, 0xab, 0x06, 0x17, 0x0b, - 0x04, 0xff, 0x7f, 0x93, 0x1d, 0x81, 0xc9, 0x3e, 0x40, 0x70, 0x5e, 0x28, 0x61, 0x51, 0x00, 0xfe, - 0xaf, 0xb4, 0x55, 0x71, 0xd0, 0xf0, 0xcf, 0x58, 0xe7, 0x3e, 0xbf, 0xe5, 0x52, 0xa7, 0x5f, 0xd1, - 0x94, 0x7e, 0xf9, 0x7a, 0x14, 0xb6, 0xcb, 0x7b, 0x80, 0xd3, 0x94, 0x1f, 0xe0, 0xde, 0x1c, 0x87, - 0x0b, 0xec, 0x68, 0xb8, 0x16, 0xb7, 0x91, 0x62, 0xef, 0x93, 0x90, 0x3b, 0x4a, 0xcb, 0x7d, 0x1e, - 0x20, 0x12, 0x60, 0xa8, 0xd8, 0x93, 0x24, 0xd6, 0x92, 0x79, 0x1d, 0x2f, 0x0f, 0xf5, 0x3a, 0x3e, - 0xc2, 0x3b, 0x71, 0xc9, 0xd7, 0xf1, 0xb1, 0x51, 0xbe, 0x8e, 0x8f, 0x4b, 0xbd, 0x8e, 0x7f, 0x06, - 0x66, 0x83, 0xa2, 0x37, 0xd6, 0x19, 0xde, 0x34, 0x4f, 0x30, 0xe7, 0x73, 0x64, 0xb0, 0x98, 0x14, - 0x01, 0xc9, 0x8e, 0x89, 0xeb, 0xef, 0x64, 0xd2, 0x75, 0x8e, 0xe2, 0x2a, 0xfc, 0x26, 0x3c, 0x36, - 0xd8, 0x5f, 0x42, 0x7b, 0x7d, 0xa8, 0x35, 0x06, 0xf5, 0x58, 0x7a, 0x6b, 0x13, 0x44, 0x84, 0x3f, - 0x36, 0x7d, 0xbf, 0x3e, 0x25, 0x79, 0xbf, 0x9e, 0xae, 0x69, 0xda, 0xc7, 0xa9, 0x69, 0x1a, 0x9c, - 0x1c, 0xa6, 0xa5, 0x1e, 0xc2, 0xf7, 0x2b, 0x3d, 0x84, 0xcf, 0x28, 0xdb, 0xe1, 0x3f, 0x35, 0x38, - 0x9f, 0x63, 0x87, 0xfc, 0x60, 0xf4, 0x71, 0x19, 0x61, 0x3f, 0x08, 0x56, 0x94, 0x83, 0x60, 0x4c, - 0x0b, 0xab, 0x49, 0x2d, 0xe4, 0x79, 0xfd, 0x31, 0x81, 0xd7, 0x1f, 0x41, 0xc9, 0x48, 0xfd, 0x87, - 0x1a, 0x9c, 0xe5, 0x0b, 0x5b, 0x70, 0x55, 0x96, 0x2f, 0x6d, 0x1e, 0x7c, 0x4d, 0x00, 0x7f, 0x94, - 0x61, 0x29, 0xbd, 0x8b, 0x15, 0xe9, 0x5d, 0x1c, 0x98, 0x40, 0x35, 0xf7, 0xf0, 0xfc, 0x07, 0x0d, - 0x1a, 0x7c, 0x41, 0xed, 0xfe, 0xe9, 0x65, 0xef, 0xc2, 0xf7, 0xf0, 0x72, 0x52, 0xc9, 0x84, 0xb2, - 0x17, 0x83, 0x63, 0xdc, 0xbb, 0xc7, 0xbf, 0x69, 0x70, 0x46, 0xc5, 0xd2, 0x47, 0x70, 0x03, 0xb0, - 0x77, 0xa9, 0x63, 0x5a, 0xd4, 0xd5, 0x5d, 0x89, 0x7a, 0x4c, 0x5a, 0xd4, 0xe3, 0x5c, 0x51, 0xff, - 0x51, 0x83, 0x73, 0x02, 0xf5, 0xdd, 0xfd, 0x93, 0xc0, 0x27, 0x55, 0x7f, 0xff, 0x22, 0x14, 0xaa, - 0x64, 0x9d, 0x26, 0x92, 0x7b, 0x74, 0xfb, 0xa4, 0xca, 0xf7, 0x47, 0x1a, 0xac, 0x08, 0xe4, 0x2b, - 0xbc, 0x25, 0xcc, 0x8f, 0x4f, 0x5c, 0x59, 0x69, 0xa3, 0x91, 0x55, 0x79, 0x57, 0xb2, 0xaa, 0x48, - 0xcb, 0xaa, 0xca, 0x95, 0xd5, 0x47, 0x4f, 0xc1, 0x54, 0xd3, 0x74, 0x3d, 0xdb, 0xd9, 0x61, 0x4d, - 0x7e, 0x8e, 0x41, 0x13, 0x07, 0xa9, 0xe8, 0xd3, 0x17, 0x91, 0xd7, 0xaf, 0x8a, 0x0f, 0xa2, 0xf3, - 0xa0, 0x01, 0x37, 0x60, 0x92, 0x11, 0xc6, 0x2a, 0xbc, 0x66, 0x42, 0x05, 0xbd, 0x1e, 0xb5, 0x93, - 0x01, 0x89, 0xcf, 0xe7, 0x5e, 0x58, 0x8b, 0x14, 0xac, 0x21, 0xfa, 0xf4, 0xdd, 0xb5, 0x9f, 0xd6, - 0xf7, 0x21, 0x87, 0x5f, 0xf8, 0x2d, 0x04, 0xa7, 0xb6, 0xe5, 0xd2, 0x8d, 0xf0, 0xad, 0xb8, 0x21, - 0xca, 0xad, 0xf8, 0xa3, 0x9a, 0x25, 0x22, 0xcb, 0x00, 0xbf, 0x83, 0xe0, 0xf4, 0xb6, 0x6c, 0x48, - 0x67, 0xce, 0xb5, 0xb6, 0x7a, 0x5e, 0x04, 0x47, 0x34, 0xae, 0x59, 0x22, 0xf2, 0x4c, 0xf0, 0xd7, - 0x11, 0x9c, 0xdc, 0x96, 0x8a, 0x88, 0xec, 0x08, 0x54, 0x5b, 0x3d, 0x97, 0x9f, 0x7a, 0x66, 0xc1, - 0x48, 0x4e, 0x8f, 0xdf, 0x46, 0xb0, 0xb4, 0x2d, 0xe9, 0xdb, 0xd8, 0x79, 0xaa, 0xb6, 0xba, 0x22, - 0xc2, 0x22, 0x18, 0xd6, 0x2c, 0x11, 0x69, 0x16, 0xf8, 0xab, 0x08, 0x4e, 0xb4, 0x25, 0x0a, 0x65, - 0xd9, 0x61, 0xad, 0xb6, 0x7a, 0x86, 0x53, 0xef, 0x27, 0x1a, 0xd2, 0x2c, 0x11, 0xa9, 0xa9, 0xf1, - 0x97, 0xa1, 0xde, 0x2e, 0x2c, 0x7c, 0x0d, 0xab, 0xa0, 0x4e, 0xf3, 0x00, 0x88, 0x54, 0x56, 0x62, - 0xda, 0x8c, 0x00, 0x84, 0x8a, 0x3a, 0x25, 0x14, 0x40, 0x8e, 0x8e, 0x4a, 0x4d, 0x8d, 0xbf, 0x02, - 0x8b, 0xed, 0xe2, 0xfa, 0xd3, 0xb0, 0xb4, 0x7a, 0x99, 0x83, 0x40, 0xac, 0x09, 0x32, 0x13, 0xe3, - 0xfb, 0x70, 0xbc, 0x5d, 0x54, 0x4d, 0x1a, 0x9e, 0x67, 0x97, 0x84, 0x05, 0x9f, 0x59, 0xde, 0xc5, - 0x93, 0x32, 0xe9, 0x1b, 0x12, 0xb5, 0x92, 0xe1, 0x39, 0x39, 0x92, 0xbe, 0x4c, 0x79, 0xa5, 0x2f, - 0x7d, 0x99, 0xa9, 0x7d, 0xf5, 0x33, 0x0a, 0xab, 0xe1, 0xc2, 0xa3, 0xf7, 0x69, 0x1e, 0x00, 0xa1, - 0xfa, 0x15, 0x4f, 0x9b, 0x11, 0x80, 0x50, 0xfd, 0x66, 0x85, 0x02, 0xc8, 0x53, 0x3f, 0x99, 0xa9, - 0xfd, 0xed, 0x37, 0x8a, 0x2a, 0x6e, 0xd8, 0x2f, 0xc2, 0x06, 0xdb, 0x5f, 0x58, 0xa1, 0xe3, 0x6f, - 0x7f, 0xe1, 0xa4, 0xbe, 0xe2, 0x1b, 0xc5, 0x75, 0x5d, 0xec, 0x77, 0x66, 0x03, 0xc5, 0x97, 0xa8, - 0x04, 0xf3, 0x15, 0x5f, 0x62, 0x62, 0xbc, 0x01, 0x8f, 0x7b, 0xe2, 0x22, 0x16, 0xf6, 0xa3, 0xb5, - 0xda, 0x6a, 0x3d, 0x96, 0x4c, 0x3a, 0xc2, 0xcd, 0xce, 0x9b, 0x08, 0xbf, 0x01, 0x47, 0x3c, 0x51, - 0xc5, 0x09, 0xfb, 0x8d, 0x5b, 0x6d, 0x75, 0x21, 0xce, 0x85, 0x47, 0xd7, 0x2c, 0x11, 0xf1, 0x24, - 0xf8, 0x5d, 0x04, 0xcb, 0x86, 0x74, 0x59, 0x57, 0xf8, 0x43, 0xb9, 0xa7, 0x78, 0xda, 0x94, 0x3b, - 0xb0, 0x59, 0x22, 0x0a, 0x6c, 0xf0, 0xf7, 0x10, 0x34, 0x1c, 0xa5, 0xca, 0xae, 0xf0, 0x47, 0x79, - 0x4f, 0x87, 0xc8, 0xd4, 0xca, 0xc2, 0x9a, 0x25, 0xa2, 0xc8, 0x2e, 0xad, 0x81, 0x82, 0xa3, 0x5b, - 0xf8, 0x0b, 0xbf, 0x65, 0xa1, 0xbc, 0x78, 0x50, 0x64, 0x26, 0xc6, 0x26, 0xcc, 0x79, 0x39, 0xb5, - 0x42, 0xe1, 0xaf, 0x03, 0x17, 0xe3, 0xca, 0x21, 0xe6, 0x98, 0x3b, 0x15, 0xee, 0xc1, 0x42, 0xab, - 0xa0, 0xa6, 0x47, 0x3f, 0xca, 0xd8, 0x9d, 0x0a, 0xd9, 0x15, 0x95, 0x00, 0x35, 0x4b, 0xa4, 0x70, - 0x4a, 0xdc, 0x81, 0x63, 0xdd, 0xbc, 0xda, 0x0f, 0xfd, 0x71, 0xc6, 0xf3, 0x44, 0xc8, 0x33, 0xb7, - 0x4e, 0xa4, 0x59, 0x22, 0xf9, 0x93, 0xf1, 0xf3, 0x2b, 0xc1, 0x83, 0x90, 0x3e, 0x97, 0x9f, 0x5f, - 0x09, 0x86, 0x71, 0xf3, 0x2b, 0xd1, 0x9b, 0x93, 0x6f, 0x97, 0xdb, 0xd2, 0x67, 0x2d, 0xfd, 0x58, - 0xc2, 0x2e, 0xe5, 0x0f, 0x69, 0xbe, 0x5d, 0xca, 0xb3, 0xc1, 0xdf, 0x47, 0xb0, 0xb2, 0xad, 0xf6, - 0xd2, 0xad, 0xcf, 0x33, 0x68, 0xcf, 0x08, 0x13, 0xf5, 0x22, 0xbf, 0xa1, 0xca, 0x90, 0xbf, 0x95, - 0x22, 0x3b, 0x79, 0x22, 0x7f, 0x2b, 0xc5, 0x36, 0x23, 0xcd, 0x02, 0x7f, 0x80, 0xe0, 0xb2, 0xb3, - 0xab, 0x72, 0x16, 0x7d, 0x81, 0xa1, 0xbc, 0xce, 0x73, 0x6e, 0xca, 0x93, 0x35, 0x4b, 0x64, 0x97, - 0x70, 0xf0, 0x6f, 0x11, 0x3c, 0xef, 0x0c, 0x5f, 0x67, 0xa2, 0x1f, 0x67, 0xcb, 0xb9, 0xaa, 0xb4, - 0x1c, 0x91, 0x23, 0xd9, 0x0d, 0x10, 0xfc, 0x2b, 0x04, 0x97, 0xe8, 0x70, 0x15, 0x1c, 0x7a, 0x9d, - 0x2d, 0xe2, 0x72, 0x74, 0x20, 0x1f, 0x6e, 0x96, 0x66, 0x89, 0x0c, 0x0b, 0x80, 0x05, 0xc9, 0x6d, - 0xa5, 0xdf, 0x0c, 0xeb, 0x8b, 0x89, 0x20, 0xa9, 0xf6, 0x83, 0x63, 0x3f, 0x48, 0xaa, 0xb1, 0xc3, - 0x3f, 0x41, 0x70, 0xc1, 0x55, 0x7f, 0xcc, 0xd5, 0x4f, 0x30, 0x98, 0xcf, 0x85, 0x30, 0x87, 0x78, - 0x0e, 0x6e, 0x96, 0xc8, 0x30, 0x8c, 0xf1, 0x0f, 0x10, 0x9c, 0x77, 0x15, 0x5f, 0xbd, 0xf4, 0x27, - 0x19, 0xda, 0x4b, 0xc5, 0x68, 0x45, 0x2a, 0xac, 0xcc, 0x12, 0xbf, 0x87, 0xe0, 0x6c, 0x4b, 0xe1, - 0xad, 0x48, 0x3f, 0xc9, 0x30, 0x5e, 0x88, 0xe2, 0xb3, 0xc2, 0xd0, 0x66, 0x89, 0x28, 0xb1, 0x62, - 0x6a, 0xd9, 0x52, 0x7a, 0x9e, 0xd1, 0x4f, 0x25, 0xd4, 0x52, 0xed, 0x6d, 0xc7, 0x57, 0x4b, 0x35, - 0x76, 0xf8, 0x9b, 0x08, 0xce, 0xb4, 0x14, 0x36, 0x78, 0x89, 0xc1, 0x5b, 0xcd, 0x85, 0x27, 0xda, - 0x5b, 0x15, 0x46, 0xf8, 0x3b, 0x08, 0xce, 0xb5, 0x54, 0x9e, 0x06, 0xf4, 0xd3, 0x0c, 0xda, 0xc5, - 0x7c, 0xc9, 0x09, 0x63, 0x98, 0x1a, 0xb3, 0x1c, 0x78, 0xa2, 0x03, 0xd8, 0xb2, 0x04, 0x3c, 0xf1, - 0x51, 0x4c, 0x8d, 0x19, 0x4b, 0x4e, 0x5a, 0x6a, 0x77, 0xd4, 0xfa, 0x99, 0x44, 0x72, 0xa2, 0x78, - 0xc3, 0xed, 0x27, 0x27, 0x8a, 0x0c, 0x59, 0xc4, 0x71, 0x87, 0xab, 0xb0, 0xd3, 0xcf, 0x26, 0x22, - 0xce, 0x90, 0x75, 0x7a, 0x7e, 0xc4, 0x19, 0x12, 0x00, 0xfe, 0x19, 0x82, 0x8b, 0xee, 0x10, 0x55, - 0x6a, 0xfa, 0x39, 0x86, 0xfc, 0x79, 0x39, 0xe4, 0x22, 0x53, 0x1a, 0x8a, 0x35, 0x73, 0xe9, 0x54, - 0xb1, 0xe2, 0x4b, 0x6f, 0x24, 0x5c, 0xba, 0x6a, 0xc1, 0x98, 0xef, 0xd2, 0x55, 0x59, 0x32, 0xe3, - 0xea, 0xa9, 0x14, 0x6d, 0xe9, 0x2b, 0x09, 0xe3, 0x52, 0x2a, 0xf8, 0xf2, 0x8d, 0x4b, 0x89, 0xd9, - 0xd5, 0x29, 0x00, 0x63, 0x50, 0x1d, 0xf2, 0x0c, 0x8c, 0x87, 0x2f, 0x1c, 0xf8, 0x0c, 0x8c, 0x31, - 0x00, 0xae, 0x8e, 0x16, 0xca, 0xac, 0x1c, 0x26, 0xc0, 0x13, 0x7f, 0x01, 0x21, 0x21, 0xc9, 0xd5, - 0x2f, 0xfc, 0xee, 0xc1, 0x3c, 0xfa, 0xf0, 0xc1, 0x3c, 0xfa, 0xe8, 0xc1, 0x3c, 0x7a, 0xe7, 0xe1, - 0x7c, 0xe9, 0xc3, 0x87, 0xf3, 0xa5, 0x3f, 0x3f, 0x9c, 0x2f, 0xc1, 0x61, 0xd3, 0x6e, 0x78, 0xb4, - 0xbb, 0x65, 0x3b, 0x46, 0x27, 0xf8, 0xa7, 0x63, 0xc1, 0x3c, 0x37, 0xd0, 0xeb, 0x8b, 0x77, 0x62, - 0x5d, 0xa6, 0xbd, 0x12, 0xfd, 0x7d, 0x8e, 0x91, 0xad, 0x30, 0xb2, 0xdb, 0x63, 0xec, 0xe3, 0xc2, - 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x33, 0x43, 0x39, 0x7b, 0x32, 0x4d, 0x00, 0x00, + // 3199 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5c, 0x4d, 0x8c, 0x1c, 0x47, + 0x15, 0x9e, 0x9a, 0x9f, 0xfd, 0x79, 0xb3, 0x5e, 0xef, 0x96, 0x1d, 0xbb, 0xed, 0xac, 0x37, 0xeb, + 0x59, 0xc7, 0x5e, 0xaf, 0xed, 0x59, 0x67, 0xed, 0xc4, 0x21, 0x89, 0x8c, 0xec, 0xb5, 0xc3, 0x2c, + 0x22, 0x89, 0xd5, 0x36, 0x09, 0x8a, 0x84, 0x94, 0xf6, 0x4c, 0xad, 0xdd, 0xda, 0x99, 0xee, 0xa1, + 0xbb, 0xc7, 0xe3, 0x15, 0x12, 0x12, 0x12, 0x11, 0x52, 0x50, 0xa4, 0x48, 0x91, 0x10, 0x41, 0x08, + 0x24, 0x24, 0x90, 0xe0, 0x40, 0x80, 0x03, 0x12, 0x1c, 0x80, 0x13, 0x82, 0x53, 0x02, 0x07, 0xc4, + 0x05, 0x29, 0xb2, 0x85, 0xc4, 0x01, 0x89, 0x1b, 0x17, 0x2e, 0xa8, 0xaa, 0xbb, 0x67, 0xfa, 0xa7, + 0xaa, 0xbb, 0x6a, 0x76, 0xbc, 0x41, 0x84, 0xdb, 0x76, 0xd5, 0xab, 0x7a, 0x5f, 0xbd, 0x7a, 0x7f, + 0x55, 0xf5, 0x66, 0xe1, 0x00, 0xb9, 0x47, 0x2c, 0x6f, 0xad, 0x43, 0x5c, 0xd7, 0xb8, 0x43, 0xea, + 0x5d, 0xc7, 0xf6, 0x6c, 0x5c, 0x61, 0x8d, 0x47, 0xe7, 0xfc, 0x3e, 0x62, 0xf5, 0x3a, 0x7e, 0xc7, + 0xd1, 0xf9, 0xa6, 0xdd, 0xe9, 0xd8, 0x56, 0xb4, 0xe9, 0x60, 0xd0, 0x14, 0x9b, 0xe1, 0xe8, 0x61, + 0x72, 0x9f, 0x34, 0x7b, 0x9e, 0x99, 0xea, 0x38, 0xe4, 0x19, 0xee, 0x76, 0xdb, 0x74, 0x13, 0x2c, + 0x6b, 0xef, 0x57, 0xe1, 0xd4, 0x6b, 0xb6, 0xb3, 0xbd, 0xd5, 0xb6, 0xfb, 0xd7, 0xc3, 0xb1, 0x37, + 0x3d, 0xc3, 0xf1, 0x48, 0xeb, 0x3a, 0x85, 0x71, 0xc5, 0xf3, 0x1c, 0xf3, 0x76, 0xcf, 0x23, 0x2e, + 0x7e, 0x16, 0x66, 0xfa, 0x01, 0xe9, 0xad, 0x9d, 0x2e, 0xd1, 0xd0, 0x12, 0x5a, 0xa9, 0xae, 0x1f, + 0xac, 0xfb, 0x48, 0xea, 0xaf, 0x45, 0xfa, 0xf4, 0x18, 0x25, 0x7e, 0x16, 0x0e, 0x77, 0x0d, 0x87, + 0x58, 0x5e, 0x48, 0xf3, 0xb2, 0xd1, 0x21, 0x6e, 0xd7, 0x68, 0x12, 0xad, 0xb8, 0x84, 0x56, 0xa6, + 0x75, 0x51, 0x37, 0x7e, 0x35, 0x39, 0x72, 0x00, 0x52, 0x2b, 0x31, 0xf6, 0x0b, 0xf5, 0xc1, 0x92, + 0xeb, 0x29, 0x1a, 0x5d, 0x34, 0x18, 0x3f, 0x03, 0x87, 0xfc, 0xae, 0x4d, 0xcb, 0xf4, 0x4c, 0x23, + 0x5c, 0xed, 0x66, 0x4b, 0x2b, 0x2f, 0xa1, 0x95, 0x92, 0x2e, 0xe8, 0xc5, 0x75, 0x98, 0xa2, 0x92, + 0xfc, 0x9c, 0xe9, 0x7a, 0x5a, 0x85, 0x01, 0xc0, 0xf5, 0x50, 0xb4, 0xf5, 0x5b, 0x41, 0x8f, 0x3e, + 0xa0, 0xc1, 0x4f, 0x42, 0xc5, 0xb4, 0xba, 0x3d, 0x4f, 0x9b, 0x60, 0xc4, 0xfb, 0x43, 0x61, 0xdd, + 0x30, 0x76, 0xda, 0xb6, 0xd1, 0xd2, 0xfd, 0x5e, 0x7c, 0x03, 0x96, 0x49, 0x4c, 0xfa, 0xb7, 0xec, + 0x8d, 0xb6, 0xed, 0x92, 0x5b, 0x66, 0x87, 0xd8, 0x3d, 0xef, 0x26, 0x69, 0xda, 0x56, 0xcb, 0xd5, + 0x26, 0x97, 0xd0, 0x4a, 0x45, 0x97, 0x21, 0xc5, 0x2f, 0xc2, 0x22, 0x05, 0x91, 0x31, 0xd9, 0x14, + 0x9b, 0x2c, 0x87, 0x8a, 0x6e, 0x5d, 0xd3, 0xb6, 0x3c, 0xd3, 0xea, 0x91, 0xd6, 0x50, 0xae, 0x3d, + 0x6b, 0xb3, 0xa5, 0x4d, 0xfb, 0x5b, 0x27, 0xe8, 0xc6, 0x2f, 0xc0, 0xb4, 0xe9, 0x8b, 0xcf, 0x76, + 0x34, 0x58, 0x42, 0x2b, 0xb3, 0xeb, 0x8b, 0xe1, 0xf2, 0x37, 0x82, 0x31, 0x57, 0xdc, 0x97, 0x49, + 0x7f, 0x33, 0xa4, 0xd2, 0x87, 0x03, 0xe8, 0x06, 0x0d, 0x26, 0x7e, 0xd1, 0x30, 0xdb, 0x3d, 0x87, + 0xe8, 0xc4, 0x70, 0x6d, 0x4b, 0xab, 0x32, 0xb6, 0x82, 0x5e, 0xbc, 0x19, 0xc1, 0x1b, 0xf4, 0x5c, + 0x23, 0x9e, 0x61, 0xb6, 0x5d, 0x6d, 0x86, 0xbf, 0x05, 0x22, 0x7a, 0xbc, 0x01, 0x07, 0xdb, 0x86, + 0xeb, 0x6d, 0xd8, 0x9d, 0x6e, 0x9b, 0xb0, 0x75, 0x11, 0xb7, 0xd7, 0xf6, 0xb4, 0x7d, 0xfc, 0x79, + 0xb8, 0xc4, 0x74, 0x1d, 0xb6, 0x63, 0xde, 0x31, 0x2d, 0xa3, 0x9d, 0x10, 0xdf, 0xac, 0xbf, 0x0e, + 0x7e, 0x2f, 0x3e, 0x0a, 0x53, 0x66, 0x8b, 0x58, 0x9e, 0xe9, 0xed, 0x68, 0xfb, 0x19, 0xe5, 0xe0, + 0x1b, 0x9f, 0x87, 0x03, 0x5b, 0xa6, 0xe3, 0x7a, 0x89, 0x09, 0xe7, 0x18, 0x19, 0xaf, 0x0b, 0x3f, + 0x0d, 0x55, 0x87, 0x78, 0xce, 0xce, 0x0d, 0xbb, 0x6d, 0x36, 0x77, 0xb4, 0x79, 0xb6, 0x82, 0x03, + 0xe1, 0x0a, 0xf4, 0x61, 0x97, 0x1e, 0xa5, 0xc3, 0x1a, 0x4c, 0x1a, 0x9e, 0x47, 0x3a, 0x5d, 0x4f, + 0xc3, 0x4c, 0x5b, 0xc2, 0x4f, 0x0a, 0x81, 0xdc, 0xef, 0x9a, 0x8e, 0x41, 0x79, 0x50, 0x95, 0x71, + 0x3d, 0xa3, 0xd3, 0xd5, 0x0e, 0x30, 0xe3, 0xe1, 0x75, 0xe1, 0x1a, 0xcc, 0x34, 0x1d, 0xdb, 0xba, + 0xd9, 0xbc, 0x4b, 0x5a, 0xbd, 0x36, 0xd1, 0x0e, 0x32, 0xb4, 0xb1, 0x36, 0xdc, 0x80, 0x27, 0x18, + 0xfa, 0x6b, 0xa4, 0x69, 0xba, 0x74, 0xb4, 0xe1, 0x6e, 0x5f, 0x35, 0x9a, 0xdb, 0xf6, 0xd6, 0x56, + 0xa8, 0xb5, 0x8f, 0x31, 0x1c, 0x79, 0x64, 0x78, 0x09, 0xca, 0x1d, 0xd2, 0xb1, 0xb5, 0x43, 0x6c, + 0xa5, 0x33, 0xe1, 0x4a, 0x5f, 0x22, 0x1d, 0x5b, 0x67, 0x3d, 0xf8, 0x1a, 0xcc, 0xb9, 0xc4, 0x70, + 0x9a, 0x77, 0x87, 0x1e, 0x4e, 0x3b, 0xcc, 0xa8, 0xb5, 0x90, 0xfa, 0x66, 0xa2, 0x5f, 0x4f, 0x8d, + 0xc0, 0x0d, 0x38, 0xd0, 0x75, 0xc8, 0xbd, 0x2b, 0x3d, 0xcf, 0xd6, 0x89, 0x4b, 0xbc, 0x1b, 0xb6, + 0x69, 0x79, 0xae, 0xa6, 0xb1, 0x89, 0x0e, 0x45, 0x7c, 0x53, 0xa4, 0x57, 0xe7, 0x0d, 0xc1, 0x27, + 0x61, 0xe2, 0x2e, 0x31, 0x5a, 0xc4, 0xd1, 0x8e, 0xb0, 0xc1, 0xb3, 0x21, 0x8a, 0x06, 0x6b, 0xd5, + 0x83, 0xde, 0xda, 0xb7, 0x10, 0x9c, 0x4e, 0xf9, 0xb3, 0x40, 0xed, 0xd2, 0x3e, 0xfb, 0x14, 0x4c, + 0x38, 0xbe, 0xd6, 0x22, 0xbe, 0xd6, 0x06, 0xdd, 0xf8, 0x2a, 0x2c, 0xb4, 0x22, 0xe2, 0x8c, 0x4f, + 0xb8, 0xd9, 0x62, 0x7e, 0xba, 0xa4, 0x67, 0xd2, 0xd4, 0xde, 0x47, 0x70, 0x32, 0x05, 0x8d, 0x1a, + 0x55, 0x1a, 0xd7, 0x21, 0x8a, 0x8b, 0x99, 0x33, 0x62, 0x7a, 0x10, 0x7c, 0xe1, 0xd3, 0x30, 0xd9, + 0x0a, 0xcc, 0xb5, 0xc8, 0x07, 0x1c, 0xf6, 0xe7, 0x22, 0x2e, 0x49, 0x20, 0x7e, 0x03, 0x56, 0x52, + 0x80, 0xa9, 0xca, 0xb6, 0x5e, 0xe9, 0x79, 0x49, 0xc8, 0x17, 0xa1, 0xea, 0xf9, 0xbe, 0x91, 0x45, + 0xbf, 0x22, 0xf3, 0x68, 0xb8, 0xce, 0x82, 0x75, 0xfd, 0xd6, 0xb0, 0x47, 0x8f, 0x92, 0xd5, 0xde, + 0x9c, 0x84, 0x3a, 0x67, 0xbb, 0x02, 0x8f, 0xc3, 0xfc, 0x5f, 0x92, 0xd1, 0x59, 0x98, 0xb7, 0x48, + 0x3f, 0x61, 0xdc, 0xbe, 0x98, 0xd2, 0x1d, 0xa9, 0xa8, 0x5c, 0x94, 0x8e, 0xca, 0xd1, 0x58, 0x56, + 0x52, 0x89, 0x65, 0xe5, 0x71, 0xc4, 0xb2, 0xca, 0x38, 0x63, 0xd9, 0x84, 0x54, 0x2c, 0xcb, 0xd3, + 0x98, 0xc9, 0x7c, 0x8d, 0xc1, 0xd7, 0xe0, 0xd8, 0xed, 0xc0, 0xd5, 0x50, 0x46, 0x9b, 0x96, 0x47, + 0x9c, 0x7b, 0x46, 0x7b, 0xd3, 0x8a, 0x87, 0xd5, 0x6c, 0xa2, 0x78, 0x6c, 0x9c, 0x56, 0x8d, 0x8d, + 0x27, 0x60, 0xdf, 0x56, 0x2c, 0x24, 0x02, 0x53, 0x8e, 0x78, 0x23, 0xbe, 0x04, 0xb3, 0x5b, 0xf1, + 0x00, 0x58, 0xe5, 0xef, 0x5b, 0x82, 0x4c, 0x18, 0xf7, 0x66, 0x54, 0xe2, 0xde, 0xd0, 0x9d, 0xed, + 0xcb, 0x72, 0x67, 0x03, 0x47, 0x3d, 0xab, 0xe4, 0xa8, 0xf7, 0xab, 0x3a, 0xea, 0xda, 0x4f, 0x11, + 0x9c, 0x88, 0xc6, 0x8b, 0x30, 0xe6, 0xa4, 0x3c, 0x53, 0xd4, 0x2a, 0x90, 0x84, 0x55, 0x5c, 0x86, + 0xa3, 0xae, 0x58, 0x31, 0x8b, 0x4c, 0x1b, 0x32, 0x28, 0xa2, 0x31, 0xd6, 0xf7, 0x58, 0xe1, 0x67, + 0xed, 0x2d, 0x04, 0xb5, 0x18, 0x64, 0x7e, 0x5a, 0xbe, 0x0a, 0x73, 0x6e, 0x6c, 0x31, 0x81, 0xb7, + 0x28, 0xe9, 0xa9, 0xf6, 0x58, 0x56, 0x51, 0x4c, 0x64, 0x15, 0x0b, 0x30, 0xed, 0x90, 0x2f, 0xf5, + 0x88, 0x1b, 0x3a, 0xcf, 0x69, 0x7d, 0xd8, 0x50, 0xfb, 0x75, 0x42, 0x7e, 0xc2, 0x88, 0xa3, 0x02, + 0xe7, 0x24, 0xcc, 0xba, 0x91, 0x45, 0x0d, 0xc2, 0x4c, 0xa2, 0x35, 0x06, 0xbb, 0x94, 0x80, 0x7d, + 0x12, 0x66, 0x6f, 0x9b, 0x96, 0xe1, 0xec, 0x6c, 0xdc, 0x25, 0xcd, 0x6d, 0xb7, 0xd7, 0x61, 0xee, + 0x69, 0x5a, 0x4f, 0xb4, 0xd2, 0xe0, 0xb4, 0x1c, 0x5d, 0x80, 0xc8, 0xcd, 0x3f, 0x0a, 0xfc, 0x89, + 0xd0, 0x51, 0x92, 0x0b, 0x1d, 0xdf, 0x2e, 0xc1, 0xf1, 0x28, 0x62, 0x7e, 0x24, 0x7d, 0x34, 0x78, + 0x2b, 0x4d, 0xa3, 0xe7, 0x86, 0x48, 0x17, 0x03, 0xa4, 0x69, 0x30, 0x1b, 0x94, 0x4a, 0xf7, 0x89, + 0xa3, 0xb1, 0xbb, 0x9c, 0x13, 0xbb, 0xa3, 0x1b, 0x5a, 0x49, 0x6c, 0xe8, 0x30, 0x35, 0x98, 0x88, + 0xa5, 0x06, 0x0b, 0x30, 0x7d, 0xdb, 0x70, 0x89, 0x1f, 0x0e, 0x27, 0x7d, 0xfd, 0x1c, 0x34, 0xd0, + 0x19, 0x2d, 0xd2, 0xf7, 0x3b, 0xa7, 0xfc, 0x19, 0xc3, 0x6f, 0x2a, 0xa2, 0x2d, 0xdb, 0xd9, 0x66, + 0xab, 0x7b, 0x95, 0x38, 0x74, 0x09, 0xcc, 0xe9, 0x96, 0xf4, 0x54, 0x3b, 0x47, 0x9d, 0x80, 0xab, + 0x4e, 0xdf, 0xad, 0xc0, 0x89, 0x2b, 0x4d, 0xcf, 0xbc, 0x67, 0x7a, 0x3b, 0x99, 0xfe, 0x64, 0x11, + 0xc0, 0x08, 0xe8, 0x06, 0x61, 0x3c, 0xd2, 0x42, 0xe3, 0x77, 0xf8, 0xc5, 0x8b, 0xdf, 0x57, 0x22, + 0x7d, 0x7a, 0x8c, 0x92, 0x0a, 0xc4, 0x1a, 0x9c, 0xa3, 0x03, 0x83, 0x1d, 0x34, 0xc4, 0xfc, 0x58, + 0x59, 0x25, 0xba, 0x57, 0x32, 0xa3, 0xfb, 0x35, 0x38, 0x16, 0xaa, 0x55, 0x56, 0x28, 0xce, 0x26, + 0x8a, 0xcf, 0xe2, 0x47, 0x6c, 0xde, 0x49, 0x37, 0x9b, 0x28, 0xc7, 0xf5, 0x4e, 0xe5, 0xba, 0xde, + 0x67, 0xe1, 0xf0, 0x5d, 0x62, 0x38, 0xde, 0x6d, 0x62, 0x24, 0xf9, 0x4f, 0xb3, 0xc1, 0xa2, 0xee, + 0xdc, 0x4c, 0x02, 0x24, 0x32, 0x89, 0xc4, 0x99, 0xac, 0x2a, 0x79, 0x26, 0x1b, 0x06, 0xd6, 0x99, + 0xcc, 0x73, 0xc2, 0xbb, 0x45, 0xa8, 0xc5, 0x14, 0xf4, 0x63, 0x8c, 0x1e, 0xd1, 0x20, 0x57, 0x8e, + 0x1f, 0x24, 0xcf, 0xc2, 0x3c, 0xcd, 0x1f, 0xe2, 0x47, 0x7c, 0xdf, 0x25, 0xa4, 0x3b, 0xf0, 0xa7, + 0x01, 0x47, 0x1a, 0xc3, 0xbc, 0x46, 0x70, 0xb7, 0xc2, 0x21, 0xad, 0xfd, 0x06, 0xc5, 0xcd, 0x76, + 0xf7, 0x07, 0x27, 0x9e, 0x00, 0x8b, 0xd2, 0xfe, 0xb7, 0x94, 0x1b, 0xef, 0xca, 0x71, 0x41, 0xd7, + 0xfe, 0x8c, 0xe0, 0x78, 0x74, 0x05, 0x8f, 0xec, 0x7c, 0xc5, 0x5b, 0x58, 0x49, 0x7a, 0x61, 0xe5, + 0xdc, 0x85, 0x25, 0xfc, 0x7e, 0xed, 0x0f, 0x45, 0x58, 0x8e, 0x2e, 0x4c, 0x14, 0xa0, 0x23, 0x4b, + 0x40, 0x23, 0x2c, 0x61, 0xb7, 0x7b, 0x93, 0x88, 0xe5, 0x65, 0xa9, 0x58, 0xbe, 0xd7, 0x6a, 0xfe, + 0x0e, 0x82, 0xd5, 0x98, 0x9a, 0x1b, 0x56, 0x93, 0xb4, 0x75, 0xdf, 0x1e, 0xd5, 0x63, 0xd4, 0x38, + 0x2e, 0x07, 0x7e, 0x8c, 0xa0, 0x1e, 0x00, 0xf0, 0xd1, 0xe4, 0x2b, 0x71, 0x1e, 0xac, 0x83, 0x61, + 0x9a, 0xe2, 0x3b, 0xa3, 0x20, 0x0d, 0x19, 0xc7, 0xbd, 0xc0, 0xd7, 0x12, 0xba, 0xe8, 0x23, 0x4e, + 0x23, 0x54, 0xd0, 0xc5, 0xab, 0xb0, 0xd0, 0x36, 0xbc, 0xc1, 0xea, 0xe3, 0x7b, 0x31, 0x94, 0x61, + 0x16, 0xcd, 0x9e, 0x9b, 0xe4, 0x2f, 0x11, 0x3c, 0x4e, 0x55, 0xda, 0x11, 0x04, 0x0f, 0x0d, 0x26, + 0xa9, 0x92, 0x3b, 0x83, 0xdd, 0x09, 0x3f, 0xf1, 0x0b, 0x70, 0x24, 0x08, 0xbc, 0x2f, 0x9a, 0x0e, + 0xef, 0x50, 0x54, 0xd2, 0xc5, 0x04, 0x63, 0xd9, 0xc2, 0x2f, 0xc2, 0x11, 0x06, 0x9d, 0x4e, 0xaf, + 0x00, 0x5c, 0x32, 0x45, 0xae, 0xfd, 0x16, 0xc1, 0x02, 0x9b, 0x5f, 0xa4, 0x1a, 0xbb, 0x66, 0x31, + 0x0e, 0x29, 0x64, 0x46, 0x92, 0x9f, 0x23, 0x58, 0xf2, 0xd1, 0xfb, 0x82, 0xe2, 0xda, 0xa0, 0x78, + 0x19, 0x8f, 0xcc, 0xfa, 0x32, 0x41, 0xff, 0x1b, 0xc1, 0x5a, 0xfa, 0x3e, 0x2d, 0xdb, 0xbd, 0x0d, + 0x90, 0xa2, 0x28, 0xd2, 0xe7, 0x40, 0x23, 0xf7, 0x3d, 0xe2, 0x58, 0x46, 0x3b, 0xf5, 0x08, 0xe4, + 0x6f, 0x88, 0xb0, 0x1f, 0xbf, 0x0e, 0x47, 0xc2, 0xbe, 0xd1, 0x1e, 0xa6, 0xc4, 0xc3, 0x33, 0x57, + 0xff, 0x1e, 0xe2, 0x5c, 0x58, 0x8a, 0x34, 0x30, 0x6f, 0x2b, 0x90, 0xc4, 0x56, 0xc8, 0xe7, 0x0b, + 0x34, 0x31, 0x39, 0xf6, 0x92, 0xe1, 0x6c, 0x13, 0x47, 0x27, 0x4d, 0xdb, 0x69, 0x71, 0xfd, 0x79, + 0x87, 0x11, 0xbc, 0x6c, 0x74, 0xc2, 0xcd, 0x88, 0xb4, 0xec, 0xf1, 0xe5, 0x6f, 0x24, 0x93, 0x2e, + 0x67, 0x66, 0xd2, 0x6f, 0xf3, 0x84, 0x7e, 0xd3, 0xbc, 0x63, 0x19, 0xfc, 0x98, 0xe5, 0xb2, 0xae, + 0xe8, 0x1a, 0x87, 0x2d, 0xc3, 0x63, 0x56, 0x31, 0xf3, 0x98, 0x95, 0x71, 0xe3, 0x51, 0xfb, 0x06, + 0x82, 0xd5, 0xf4, 0xad, 0x35, 0x71, 0x3a, 0xa6, 0x65, 0x78, 0x8f, 0x24, 0x15, 0xcc, 0x42, 0xf3, + 0x8b, 0x22, 0x5c, 0x8e, 0xc5, 0xf5, 0xeb, 0x22, 0xcd, 0x8e, 0x5b, 0xd1, 0x98, 0x15, 0x35, 0x76, + 0x18, 0x2e, 0x26, 0x0f, 0xc3, 0x9f, 0x85, 0xf9, 0xfe, 0x48, 0x76, 0x9a, 0x1e, 0x46, 0x3d, 0x62, + 0xd3, 0xb6, 0x3c, 0xc7, 0x6e, 0x07, 0xe6, 0x19, 0x7e, 0xd2, 0x24, 0xaf, 0x79, 0xd7, 0x6c, 0xb7, + 0xc2, 0x69, 0x5e, 0xb1, 0xda, 0x7e, 0x4c, 0x9d, 0xd2, 0xd3, 0x1d, 0xb5, 0x7f, 0x14, 0xe1, 0x79, + 0x39, 0xc1, 0xf1, 0x3d, 0xf3, 0xa7, 0xa2, 0x5e, 0x6d, 0x76, 0x7d, 0x39, 0x48, 0x41, 0x05, 0xa3, + 0x63, 0x37, 0x35, 0x63, 0xc8, 0xe7, 0x72, 0x6e, 0x1f, 0xb8, 0x02, 0x2f, 0x8f, 0x26, 0xf0, 0x55, + 0x98, 0x33, 0x93, 0x0e, 0xba, 0xe2, 0x67, 0x3d, 0xc9, 0xf6, 0xe8, 0xe6, 0x4c, 0xc4, 0x36, 0xa7, + 0xf6, 0x01, 0x82, 0x4b, 0x42, 0x09, 0xe7, 0x04, 0x10, 0x1e, 0x02, 0x24, 0x40, 0xb0, 0x67, 0x8a, + 0x58, 0xfb, 0x57, 0x11, 0x2e, 0xf9, 0x6e, 0xe8, 0x7f, 0xdd, 0xe4, 0xe2, 0x4e, 0xb5, 0x2c, 0x76, + 0xaa, 0xd9, 0x77, 0x57, 0x42, 0xe5, 0xe0, 0x5b, 0xee, 0xa4, 0xc8, 0x72, 0xff, 0x56, 0x84, 0x8b, + 0x39, 0x82, 0xff, 0xbf, 0xc9, 0x8e, 0xc1, 0x64, 0x1f, 0x20, 0x38, 0x2f, 0x94, 0xb0, 0x28, 0x00, + 0xff, 0x57, 0xda, 0xaa, 0x38, 0x68, 0xd0, 0x33, 0xd6, 0xb9, 0xcf, 0x77, 0x5d, 0xe2, 0x0c, 0xaa, + 0x94, 0x92, 0xaf, 0x59, 0x8f, 0xc2, 0x76, 0x79, 0x8f, 0x6a, 0x45, 0xe5, 0x47, 0xb5, 0x37, 0x27, + 0xe1, 0x02, 0x3b, 0x1a, 0x6e, 0x44, 0x6d, 0x24, 0xdf, 0xfb, 0xc4, 0xe4, 0x8e, 0x92, 0x72, 0x5f, + 0x04, 0x08, 0x05, 0x18, 0x28, 0xf6, 0xb4, 0x1e, 0x69, 0x49, 0xbd, 0x78, 0x97, 0x46, 0x7a, 0xf1, + 0x1e, 0xe3, 0x9d, 0xb8, 0xe4, 0x8b, 0xf7, 0xc4, 0x38, 0x5f, 0xbc, 0x27, 0xa5, 0x5e, 0xbc, 0x3f, + 0x03, 0xf3, 0x7e, 0x21, 0x1b, 0xeb, 0x0c, 0x6e, 0x9a, 0xa7, 0x98, 0xf3, 0x39, 0x32, 0x5c, 0x4c, + 0x82, 0x40, 0x4f, 0x8f, 0x89, 0xea, 0xef, 0x74, 0xdc, 0x75, 0x8e, 0xe3, 0x2a, 0xfc, 0x26, 0x3c, + 0x36, 0xdc, 0x5f, 0x9d, 0xf4, 0x06, 0x50, 0xab, 0x0c, 0xea, 0xb1, 0xe4, 0xd6, 0xc6, 0x88, 0x74, + 0xfe, 0xd8, 0xe4, 0xfd, 0xfa, 0x8c, 0xe4, 0xfd, 0x7a, 0xb2, 0x4e, 0x69, 0x1f, 0xa7, 0x4e, 0x69, + 0x78, 0x72, 0x98, 0x95, 0x7a, 0xdc, 0xde, 0xaf, 0xf4, 0xb8, 0x3d, 0xa7, 0x6c, 0x87, 0xff, 0x2c, + 0xc2, 0xf9, 0x0c, 0x3b, 0xe4, 0x07, 0xa3, 0x8f, 0xcb, 0x08, 0x07, 0x41, 0xb0, 0xac, 0x1c, 0x04, + 0x23, 0x5a, 0x58, 0x89, 0x6b, 0x21, 0xcf, 0xeb, 0x4f, 0x08, 0xbc, 0xfe, 0x18, 0xca, 0x40, 0x6a, + 0x3f, 0x2c, 0xc2, 0x59, 0xbe, 0xb0, 0x05, 0x57, 0x65, 0xd9, 0xd2, 0xe6, 0xc1, 0x2f, 0x0a, 0xe0, + 0x8f, 0x33, 0x2c, 0x25, 0x77, 0xb1, 0x2c, 0xbd, 0x8b, 0x43, 0x13, 0xa8, 0x64, 0x1e, 0x9e, 0xff, + 0x58, 0x84, 0x3a, 0x5f, 0x50, 0xbb, 0x7f, 0x7a, 0xd9, 0xbb, 0xf0, 0x3d, 0xba, 0x9c, 0x54, 0x32, + 0xa1, 0xf4, 0xc5, 0xe0, 0x04, 0xf7, 0xee, 0xf1, 0xef, 0x45, 0x38, 0xa3, 0x62, 0xe9, 0x63, 0xb8, + 0x01, 0xd8, 0xbb, 0xd4, 0x31, 0x29, 0xea, 0xca, 0xae, 0x44, 0x3d, 0x21, 0x2d, 0xea, 0x49, 0xae, + 0xa8, 0xff, 0x54, 0x84, 0x73, 0x02, 0xf5, 0xdd, 0xfd, 0x93, 0xc0, 0x27, 0x55, 0x7f, 0xff, 0x2a, + 0x14, 0xaa, 0x64, 0xed, 0x25, 0x92, 0x7b, 0x74, 0xfb, 0xa4, 0xca, 0xf7, 0x47, 0x45, 0x58, 0x13, + 0xc8, 0x57, 0x78, 0x4b, 0x98, 0x1d, 0x9f, 0xb8, 0xb2, 0x2a, 0x8e, 0x47, 0x56, 0xa5, 0x5d, 0xc9, + 0xaa, 0x2c, 0x2d, 0xab, 0x0a, 0x57, 0x56, 0x1f, 0x3d, 0x05, 0x33, 0x0d, 0xd3, 0xf5, 0x6c, 0x67, + 0x87, 0x35, 0xd1, 0x1c, 0x83, 0xc4, 0x0e, 0x52, 0xe1, 0x27, 0x15, 0x91, 0x37, 0xa8, 0x74, 0xf7, + 0xa3, 0xf3, 0xb0, 0x01, 0xd7, 0x61, 0x9a, 0x11, 0x46, 0x2a, 0xbc, 0xe6, 0x02, 0x05, 0xbd, 0x1e, + 0xb6, 0xeb, 0x43, 0x12, 0xca, 0xe7, 0x5e, 0x50, 0x8b, 0xe4, 0xaf, 0x21, 0xfc, 0xa4, 0xee, 0x9a, + 0xa6, 0xf5, 0x03, 0xc8, 0xc1, 0x17, 0x7e, 0x0b, 0xc1, 0xa9, 0xbe, 0x5c, 0xba, 0x11, 0xbc, 0x15, + 0xd7, 0x45, 0xb9, 0x15, 0x7f, 0x54, 0xa3, 0xa0, 0xcb, 0x32, 0xc0, 0xef, 0x20, 0x38, 0xdd, 0x97, + 0x0d, 0xe9, 0xcc, 0xb9, 0x56, 0xd7, 0xcf, 0x8b, 0xe0, 0x88, 0xc6, 0x35, 0x0a, 0xba, 0x3c, 0x13, + 0xfc, 0x75, 0x04, 0x27, 0xfb, 0x52, 0x11, 0x91, 0x1d, 0x81, 0xaa, 0xeb, 0xe7, 0xb2, 0x53, 0xcf, + 0x34, 0x18, 0xc9, 0xe9, 0xf1, 0xdb, 0x08, 0x56, 0xfa, 0x92, 0xbe, 0x8d, 0x9d, 0xa7, 0xaa, 0xeb, + 0x6b, 0x22, 0x2c, 0x82, 0x61, 0x8d, 0x82, 0x2e, 0xcd, 0x02, 0x7f, 0x15, 0xc1, 0x89, 0x96, 0x44, + 0xf1, 0x2b, 0x3b, 0xac, 0x55, 0xd7, 0xcf, 0x70, 0xea, 0xfd, 0x44, 0x43, 0x1a, 0x05, 0x5d, 0x6a, + 0x6a, 0xfc, 0x65, 0xa8, 0xb5, 0x72, 0x8b, 0x59, 0x83, 0x2a, 0xa8, 0xd3, 0x3c, 0x00, 0x22, 0x95, + 0x95, 0x98, 0x36, 0x25, 0x00, 0xa1, 0xa2, 0xce, 0x08, 0x05, 0x90, 0xa1, 0xa3, 0x52, 0x53, 0xe3, + 0xaf, 0xc0, 0x72, 0x2b, 0xbf, 0xfe, 0x34, 0x28, 0x97, 0x5e, 0xe5, 0x20, 0x10, 0x6b, 0x82, 0xcc, + 0xc4, 0xf8, 0x3e, 0x1c, 0x6f, 0xe5, 0x55, 0x93, 0x06, 0xe7, 0xd9, 0x15, 0x61, 0xc1, 0x67, 0x9a, + 0x77, 0xfe, 0xa4, 0x4c, 0xfa, 0x86, 0x44, 0xad, 0x64, 0x70, 0x4e, 0x0e, 0xa5, 0x2f, 0x53, 0x5e, + 0x49, 0xa5, 0x2f, 0x33, 0x35, 0x55, 0x3f, 0x23, 0xb7, 0x1a, 0x2e, 0x38, 0x7a, 0x9f, 0xe6, 0x01, + 0x10, 0xaa, 0x5f, 0xfe, 0xb4, 0x29, 0x01, 0x08, 0xd5, 0x6f, 0x5e, 0x28, 0x80, 0x2c, 0xf5, 0x93, + 0x99, 0x9a, 0x6e, 0xbf, 0x91, 0x57, 0x71, 0xc3, 0x7e, 0xe5, 0x35, 0xdc, 0xfe, 0xdc, 0x0a, 0x1d, + 0xba, 0xfd, 0xb9, 0x93, 0x52, 0xc5, 0x37, 0xf2, 0xeb, 0xba, 0xd8, 0x6f, 0xc7, 0x86, 0x8a, 0x2f, + 0x51, 0x09, 0x46, 0x15, 0x5f, 0x62, 0x62, 0xbc, 0x05, 0x8f, 0x7b, 0xe2, 0x22, 0x16, 0xf6, 0x43, + 0xb4, 0xea, 0x7a, 0x2d, 0x92, 0x4c, 0x3a, 0xc2, 0xcd, 0xce, 0x9a, 0x08, 0xbf, 0x01, 0x47, 0x3c, + 0x51, 0xc5, 0x09, 0xfb, 0xdd, 0x5a, 0x75, 0x7d, 0x29, 0xca, 0x85, 0x47, 0xd7, 0x28, 0xe8, 0xe2, + 0x49, 0xf0, 0xbb, 0x08, 0x56, 0x0d, 0xe9, 0xb2, 0xae, 0xe0, 0xc7, 0x6f, 0x4f, 0xf1, 0xb4, 0x29, + 0x73, 0x60, 0xa3, 0xa0, 0x2b, 0xb0, 0xc1, 0xdf, 0x43, 0x50, 0x77, 0x94, 0x2a, 0xbb, 0x82, 0x1f, + 0xda, 0x3d, 0x1d, 0x20, 0x53, 0x2b, 0x0b, 0x6b, 0x14, 0x74, 0x45, 0x76, 0x49, 0x0d, 0x14, 0x1c, + 0xdd, 0x82, 0x5f, 0xed, 0xad, 0x0a, 0xe5, 0xc5, 0x83, 0x22, 0x33, 0x31, 0x36, 0x61, 0xc1, 0xcb, + 0xa8, 0x15, 0x0a, 0x7e, 0xf1, 0xb7, 0x1c, 0x55, 0x0e, 0x31, 0xc7, 0xcc, 0xa9, 0x70, 0x0f, 0x96, + 0x9a, 0x39, 0x35, 0x3d, 0xda, 0x51, 0xc6, 0xee, 0x54, 0xc0, 0x2e, 0xaf, 0x04, 0xa8, 0x51, 0xd0, + 0x73, 0xa7, 0xc4, 0x6d, 0x38, 0xd6, 0xc9, 0xaa, 0xfd, 0xd0, 0x1e, 0x67, 0x3c, 0x4f, 0x04, 0x3c, + 0x33, 0xeb, 0x44, 0x1a, 0x05, 0x3d, 0x7b, 0x32, 0x7e, 0x7e, 0x25, 0x78, 0x10, 0xd2, 0x16, 0xb2, + 0xf3, 0x2b, 0xc1, 0x30, 0x6e, 0x7e, 0x25, 0x7a, 0x73, 0xa2, 0x76, 0xd9, 0x97, 0x3e, 0x6b, 0x69, + 0xc7, 0x62, 0x76, 0x29, 0x7f, 0x48, 0xa3, 0x76, 0x29, 0xcf, 0x06, 0x7f, 0x1f, 0xc1, 0x5a, 0x5f, + 0xed, 0xa5, 0x5b, 0x5b, 0x64, 0xd0, 0x9e, 0x11, 0x26, 0xea, 0x79, 0x7e, 0x43, 0x95, 0x21, 0x7f, + 0x2b, 0x45, 0x76, 0xf2, 0x44, 0xf6, 0x56, 0x8a, 0x6d, 0x46, 0x9a, 0x05, 0xfe, 0x00, 0xc1, 0x65, + 0x67, 0x57, 0xe5, 0x2c, 0xda, 0x12, 0x43, 0x79, 0x9d, 0xe7, 0xdc, 0x94, 0x27, 0x6b, 0x14, 0xf4, + 0x5d, 0xc2, 0xc1, 0xbf, 0x43, 0xf0, 0xbc, 0x33, 0x7a, 0x9d, 0x89, 0x76, 0x9c, 0x2d, 0xe7, 0xaa, + 0xd2, 0x72, 0x44, 0x8e, 0x64, 0x37, 0x40, 0xf0, 0xaf, 0x10, 0x5c, 0x22, 0xa3, 0x55, 0x70, 0x68, + 0x35, 0xb6, 0x88, 0xcb, 0xe1, 0x81, 0x7c, 0xb4, 0x59, 0x1a, 0x05, 0x7d, 0x54, 0x00, 0x2c, 0x48, + 0xf6, 0x95, 0x7e, 0x07, 0xac, 0x2d, 0xc7, 0x82, 0xa4, 0xda, 0x8f, 0x88, 0x69, 0x90, 0x54, 0x63, + 0x87, 0x7f, 0x82, 0xe0, 0x82, 0xab, 0xfe, 0x98, 0xab, 0x9d, 0x60, 0x30, 0x9f, 0x0b, 0x60, 0x8e, + 0xf0, 0x1c, 0xdc, 0x28, 0xe8, 0xa3, 0x30, 0xc6, 0x3f, 0x40, 0x70, 0xde, 0x55, 0x7c, 0xf5, 0xd2, + 0x9e, 0x64, 0x68, 0x2f, 0xe5, 0xa3, 0x15, 0xa9, 0xb0, 0x32, 0x4b, 0xfc, 0x1e, 0x82, 0xb3, 0x4d, + 0x85, 0xb7, 0x22, 0xed, 0x24, 0xc3, 0x78, 0x21, 0x8c, 0xcf, 0x0a, 0x43, 0x1b, 0x05, 0x5d, 0x89, + 0x15, 0x53, 0xcb, 0xa6, 0xd2, 0xf3, 0x8c, 0x76, 0x2a, 0xa6, 0x96, 0x6a, 0x6f, 0x3b, 0x54, 0x2d, + 0xd5, 0xd8, 0xe1, 0x6f, 0x22, 0x38, 0xd3, 0x54, 0xd8, 0xe0, 0x15, 0x06, 0x6f, 0x3d, 0x13, 0x9e, + 0x68, 0x6f, 0x55, 0x18, 0xe1, 0xef, 0x20, 0x38, 0xd7, 0x54, 0x79, 0x1a, 0xd0, 0x4e, 0x33, 0x68, + 0x17, 0xb3, 0x25, 0x27, 0x8c, 0x61, 0x6a, 0xcc, 0x32, 0xe0, 0x89, 0x0e, 0x60, 0xab, 0x12, 0xf0, + 0xc4, 0x47, 0x31, 0x35, 0x66, 0x2c, 0x39, 0x69, 0xaa, 0xdd, 0x51, 0x6b, 0x67, 0x62, 0xc9, 0x89, + 0xe2, 0x0d, 0x37, 0x4d, 0x4e, 0x14, 0x19, 0xb2, 0x88, 0xe3, 0x8e, 0x56, 0x61, 0xa7, 0x9d, 0x8d, + 0x45, 0x9c, 0x11, 0xeb, 0xf4, 0x68, 0xc4, 0x19, 0x11, 0x00, 0xfe, 0x19, 0x82, 0x8b, 0xee, 0x08, + 0x55, 0x6a, 0xda, 0x39, 0x86, 0xfc, 0x79, 0x39, 0xe4, 0x22, 0x53, 0x1a, 0x89, 0x35, 0x73, 0xe9, + 0x44, 0xb1, 0xe2, 0x4b, 0xab, 0xc7, 0x5c, 0xba, 0x6a, 0xc1, 0x18, 0x75, 0xe9, 0xaa, 0x2c, 0x99, + 0x71, 0xf5, 0x54, 0x8a, 0xb6, 0xb4, 0xb5, 0x98, 0x71, 0x29, 0x15, 0x7c, 0x51, 0xe3, 0x52, 0x62, + 0x76, 0x75, 0x06, 0xc0, 0x18, 0x56, 0x87, 0x3c, 0x03, 0x93, 0xc1, 0x0b, 0x07, 0x3e, 0x03, 0x13, + 0x0c, 0x80, 0xab, 0xa1, 0xa5, 0x12, 0x2b, 0x87, 0xf1, 0xf1, 0x44, 0x5f, 0x40, 0xf4, 0x80, 0xe4, + 0xea, 0x17, 0x7e, 0xff, 0x60, 0x11, 0x7d, 0xf8, 0x60, 0x11, 0x7d, 0xf4, 0x60, 0x11, 0xbd, 0xf3, + 0x70, 0xb1, 0xf0, 0xe1, 0xc3, 0xc5, 0xc2, 0x5f, 0x1e, 0x2e, 0x16, 0xe0, 0xb0, 0x69, 0xd7, 0x3d, + 0xd2, 0xe9, 0xda, 0x8e, 0xd1, 0xf6, 0xff, 0x91, 0x98, 0x3f, 0xcf, 0x0d, 0xf4, 0xfa, 0xf2, 0x9d, + 0x48, 0x97, 0x69, 0xaf, 0x85, 0x7f, 0x9f, 0x63, 0x64, 0x6b, 0x8c, 0xec, 0xf6, 0x04, 0xfb, 0xb8, + 0xf0, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xae, 0x8c, 0x1f, 0x23, 0x06, 0x4d, 0x00, 0x00, } func (m *WorkflowExecutionStartedEventAttributes) Marshal() (dAtA []byte, err error) { @@ -5115,31 +5106,24 @@ func (m *DecisionTaskCompletedEventAttributes) MarshalToSizedBuffer(dAtA []byte) copy(dAtA[i:], m.BinaryChecksum) i = encodeVarintMessage(dAtA, i, uint64(len(m.BinaryChecksum))) i-- - dAtA[i] = 0x2a + dAtA[i] = 0x22 } if len(m.Identity) > 0 { i -= len(m.Identity) copy(dAtA[i:], m.Identity) i = encodeVarintMessage(dAtA, i, uint64(len(m.Identity))) i-- - dAtA[i] = 0x22 + dAtA[i] = 0x1a } if m.StartedEventId != 0 { i = encodeVarintMessage(dAtA, i, uint64(m.StartedEventId)) i-- - dAtA[i] = 0x18 + dAtA[i] = 0x10 } if m.ScheduledEventId != 0 { i = encodeVarintMessage(dAtA, i, uint64(m.ScheduledEventId)) i-- - dAtA[i] = 0x10 - } - if len(m.ExecutionContext) > 0 { - i -= len(m.ExecutionContext) - copy(dAtA[i:], m.ExecutionContext) - i = encodeVarintMessage(dAtA, i, uint64(len(m.ExecutionContext))) - i-- - dAtA[i] = 0xa + dAtA[i] = 0x8 } return len(dAtA) - i, nil } @@ -8594,10 +8578,6 @@ func (m *DecisionTaskCompletedEventAttributes) Size() (n int) { } var l int _ = l - l = len(m.ExecutionContext) - if l > 0 { - n += 1 + l + sovMessage(uint64(l)) - } if m.ScheduledEventId != 0 { n += 1 + sovMessage(uint64(m.ScheduledEventId)) } @@ -12028,40 +12008,6 @@ func (m *DecisionTaskCompletedEventAttributes) Unmarshal(dAtA []byte) error { } switch fieldNum { case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ExecutionContext", wireType) - } - var byteLen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowMessage - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - byteLen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if byteLen < 0 { - return ErrInvalidLengthMessage - } - postIndex := iNdEx + byteLen - if postIndex < 0 { - return ErrInvalidLengthMessage - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.ExecutionContext = append(m.ExecutionContext[:0], dAtA[iNdEx:postIndex]...) - if m.ExecutionContext == nil { - m.ExecutionContext = []byte{} - } - iNdEx = postIndex - case 2: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field ScheduledEventId", wireType) } @@ -12080,7 +12026,7 @@ func (m *DecisionTaskCompletedEventAttributes) Unmarshal(dAtA []byte) error { break } } - case 3: + case 2: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field StartedEventId", wireType) } @@ -12099,7 +12045,7 @@ func (m *DecisionTaskCompletedEventAttributes) Unmarshal(dAtA []byte) error { break } } - case 4: + case 3: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Identity", wireType) } @@ -12131,7 +12077,7 @@ func (m *DecisionTaskCompletedEventAttributes) Unmarshal(dAtA []byte) error { } m.Identity = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex - case 5: + case 4: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field BinaryChecksum", wireType) } @@ -15651,7 +15597,7 @@ func (m *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Unmarsh if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Control", wireType) } - var byteLen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowMessage @@ -15661,25 +15607,23 @@ func (m *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Unmarsh } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthMessage } - postIndex := iNdEx + byteLen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthMessage } if postIndex > l { return io.ErrUnexpectedEOF } - m.Control = append(m.Control[:0], dAtA[iNdEx:postIndex]...) - if m.Control == nil { - m.Control = []byte{} - } + m.Control = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 5: if wireType != 0 { @@ -15883,7 +15827,7 @@ func (m *RequestCancelExternalWorkflowExecutionFailedEventAttributes) Unmarshal( if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Control", wireType) } - var byteLen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowMessage @@ -15893,25 +15837,23 @@ func (m *RequestCancelExternalWorkflowExecutionFailedEventAttributes) Unmarshal( } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthMessage } - postIndex := iNdEx + byteLen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthMessage } if postIndex > l { return io.ErrUnexpectedEOF } - m.Control = append(m.Control[:0], dAtA[iNdEx:postIndex]...) - if m.Control == nil { - m.Control = []byte{} - } + m.Control = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex @@ -16265,7 +16207,7 @@ func (m *SignalExternalWorkflowExecutionInitiatedEventAttributes) Unmarshal(dAtA if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Control", wireType) } - var byteLen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowMessage @@ -16275,25 +16217,23 @@ func (m *SignalExternalWorkflowExecutionInitiatedEventAttributes) Unmarshal(dAtA } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthMessage } - postIndex := iNdEx + byteLen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthMessage } if postIndex > l { return io.ErrUnexpectedEOF } - m.Control = append(m.Control[:0], dAtA[iNdEx:postIndex]...) - if m.Control == nil { - m.Control = []byte{} - } + m.Control = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 7: if wireType != 0 { @@ -16497,7 +16437,7 @@ func (m *SignalExternalWorkflowExecutionFailedEventAttributes) Unmarshal(dAtA [] if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Control", wireType) } - var byteLen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowMessage @@ -16507,25 +16447,23 @@ func (m *SignalExternalWorkflowExecutionFailedEventAttributes) Unmarshal(dAtA [] } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthMessage } - postIndex := iNdEx + byteLen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthMessage } if postIndex > l { return io.ErrUnexpectedEOF } - m.Control = append(m.Control[:0], dAtA[iNdEx:postIndex]...) - if m.Control == nil { - m.Control = []byte{} - } + m.Control = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex @@ -16671,7 +16609,7 @@ func (m *ExternalWorkflowExecutionSignaledEventAttributes) Unmarshal(dAtA []byte if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Control", wireType) } - var byteLen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowMessage @@ -16681,25 +16619,23 @@ func (m *ExternalWorkflowExecutionSignaledEventAttributes) Unmarshal(dAtA []byte } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthMessage } - postIndex := iNdEx + byteLen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthMessage } if postIndex > l { return io.ErrUnexpectedEOF } - m.Control = append(m.Control[:0], dAtA[iNdEx:postIndex]...) - if m.Control == nil { - m.Control = []byte{} - } + m.Control = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex @@ -17095,7 +17031,7 @@ func (m *StartChildWorkflowExecutionInitiatedEventAttributes) Unmarshal(dAtA []b if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Control", wireType) } - var byteLen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowMessage @@ -17105,25 +17041,23 @@ func (m *StartChildWorkflowExecutionInitiatedEventAttributes) Unmarshal(dAtA []b } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthMessage } - postIndex := iNdEx + byteLen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthMessage } if postIndex > l { return io.ErrUnexpectedEOF } - m.Control = append(m.Control[:0], dAtA[iNdEx:postIndex]...) - if m.Control == nil { - m.Control = []byte{} - } + m.Control = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 10: if wireType != 0 { @@ -17515,7 +17449,7 @@ func (m *StartChildWorkflowExecutionFailedEventAttributes) Unmarshal(dAtA []byte if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Control", wireType) } - var byteLen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowMessage @@ -17525,25 +17459,23 @@ func (m *StartChildWorkflowExecutionFailedEventAttributes) Unmarshal(dAtA []byte } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthMessage } - postIndex := iNdEx + byteLen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthMessage } if postIndex > l { return io.ErrUnexpectedEOF } - m.Control = append(m.Control[:0], dAtA[iNdEx:postIndex]...) - if m.Control == nil { - m.Control = []byte{} - } + m.Control = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 6: if wireType != 0 { diff --git a/temporal-proto b/temporal-proto index 3d878ba5..14a9e70e 160000 --- a/temporal-proto +++ b/temporal-proto @@ -1 +1 @@ -Subproject commit 3d878ba5050442937f4be306f6cb04eca201ec0d +Subproject commit 14a9e70e9b6f7644b7a773e0315fbc9139e14861 diff --git a/workflowservice/request_response.pb.go b/workflowservice/request_response.pb.go index 3fc42a90..8ac268bf 100644 --- a/workflowservice/request_response.pb.go +++ b/workflowservice/request_response.pb.go @@ -1298,13 +1298,12 @@ func (m *PollForDecisionTaskResponse) GetQueries() map[string]*query.WorkflowQue type RespondDecisionTaskCompletedRequest struct { TaskToken []byte `protobuf:"bytes,1,opt,name=taskToken,proto3" json:"taskToken,omitempty"` Decisions []*decision.Decision `protobuf:"bytes,2,rep,name=decisions,proto3" json:"decisions,omitempty"` - ExecutionContext []byte `protobuf:"bytes,3,opt,name=executionContext,proto3" json:"executionContext,omitempty"` - Identity string `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"` - StickyAttributes *decision.StickyExecutionAttributes `protobuf:"bytes,5,opt,name=stickyAttributes,proto3" json:"stickyAttributes,omitempty"` - ReturnNewDecisionTask bool `protobuf:"varint,6,opt,name=returnNewDecisionTask,proto3" json:"returnNewDecisionTask,omitempty"` - ForceCreateNewDecisionTask bool `protobuf:"varint,7,opt,name=forceCreateNewDecisionTask,proto3" json:"forceCreateNewDecisionTask,omitempty"` - BinaryChecksum string `protobuf:"bytes,8,opt,name=binaryChecksum,proto3" json:"binaryChecksum,omitempty"` - QueryResults map[string]*query.WorkflowQueryResult `protobuf:"bytes,9,rep,name=queryResults,proto3" json:"queryResults,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + Identity string `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"` + StickyAttributes *decision.StickyExecutionAttributes `protobuf:"bytes,4,opt,name=stickyAttributes,proto3" json:"stickyAttributes,omitempty"` + ReturnNewDecisionTask bool `protobuf:"varint,5,opt,name=returnNewDecisionTask,proto3" json:"returnNewDecisionTask,omitempty"` + ForceCreateNewDecisionTask bool `protobuf:"varint,6,opt,name=forceCreateNewDecisionTask,proto3" json:"forceCreateNewDecisionTask,omitempty"` + BinaryChecksum string `protobuf:"bytes,7,opt,name=binaryChecksum,proto3" json:"binaryChecksum,omitempty"` + QueryResults map[string]*query.WorkflowQueryResult `protobuf:"bytes,8,rep,name=queryResults,proto3" json:"queryResults,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` } func (m *RespondDecisionTaskCompletedRequest) Reset() { *m = RespondDecisionTaskCompletedRequest{} } @@ -1354,13 +1353,6 @@ func (m *RespondDecisionTaskCompletedRequest) GetDecisions() []*decision.Decisio return nil } -func (m *RespondDecisionTaskCompletedRequest) GetExecutionContext() []byte { - if m != nil { - return m.ExecutionContext - } - return nil -} - func (m *RespondDecisionTaskCompletedRequest) GetIdentity() string { if m != nil { return m.Identity @@ -2812,7 +2804,7 @@ type SignalWorkflowExecutionRequest struct { Input *common.Payload `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"` Identity string `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"` RequestId string `protobuf:"bytes,6,opt,name=requestId,proto3" json:"requestId,omitempty"` - Control []byte `protobuf:"bytes,7,opt,name=control,proto3" json:"control,omitempty"` + Control string `protobuf:"bytes,7,opt,name=control,proto3" json:"control,omitempty"` } func (m *SignalWorkflowExecutionRequest) Reset() { *m = SignalWorkflowExecutionRequest{} } @@ -2890,11 +2882,11 @@ func (m *SignalWorkflowExecutionRequest) GetRequestId() string { return "" } -func (m *SignalWorkflowExecutionRequest) GetControl() []byte { +func (m *SignalWorkflowExecutionRequest) GetControl() string { if m != nil { return m.Control } - return nil + return "" } type SignalWorkflowExecutionResponse struct { @@ -2946,7 +2938,7 @@ type SignalWithStartWorkflowExecutionRequest struct { WorkflowIdReusePolicy common.WorkflowIdReusePolicy `protobuf:"varint,10,opt,name=workflowIdReusePolicy,proto3,enum=common.WorkflowIdReusePolicy" json:"workflowIdReusePolicy,omitempty"` SignalName string `protobuf:"bytes,11,opt,name=signalName,proto3" json:"signalName,omitempty"` SignalInput *common.Payload `protobuf:"bytes,12,opt,name=signalInput,proto3" json:"signalInput,omitempty"` - Control []byte `protobuf:"bytes,13,opt,name=control,proto3" json:"control,omitempty"` + Control string `protobuf:"bytes,13,opt,name=control,proto3" json:"control,omitempty"` RetryPolicy *common.RetryPolicy `protobuf:"bytes,14,opt,name=retryPolicy,proto3" json:"retryPolicy,omitempty"` CronSchedule string `protobuf:"bytes,15,opt,name=cronSchedule,proto3" json:"cronSchedule,omitempty"` Memo *common.Memo `protobuf:"bytes,16,opt,name=memo,proto3" json:"memo,omitempty"` @@ -3073,11 +3065,11 @@ func (m *SignalWithStartWorkflowExecutionRequest) GetSignalInput() *common.Paylo return nil } -func (m *SignalWithStartWorkflowExecutionRequest) GetControl() []byte { +func (m *SignalWithStartWorkflowExecutionRequest) GetControl() string { if m != nil { return m.Control } - return nil + return "" } func (m *SignalWithStartWorkflowExecutionRequest) GetRetryPolicy() *common.RetryPolicy { @@ -5129,224 +5121,223 @@ func init() { } var fileDescriptor_2f2cc3b10536a077 = []byte{ - // 3464 bytes of a gzipped FileDescriptorProto + // 3443 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5b, 0x49, 0x6c, 0x1c, 0xc7, - 0xd5, 0x56, 0xcf, 0x46, 0xf2, 0x71, 0x55, 0x9b, 0xa4, 0x46, 0x23, 0x69, 0x44, 0xb5, 0x36, 0x5a, + 0xd5, 0x56, 0xcf, 0x46, 0xf2, 0x71, 0x55, 0x99, 0xa4, 0x46, 0x23, 0x69, 0x44, 0xb5, 0x36, 0x5a, 0x90, 0x47, 0xfe, 0x69, 0xfd, 0xb2, 0x7f, 0xfd, 0x86, 0x20, 0x89, 0x12, 0x45, 0xda, 0x96, 0x44, - 0x15, 0x29, 0x19, 0x71, 0x0e, 0x41, 0xb3, 0xbb, 0x44, 0x96, 0xd9, 0xd3, 0x3d, 0xee, 0xae, 0xa1, + 0x35, 0x29, 0x19, 0x71, 0x0e, 0x41, 0xb3, 0xbb, 0x44, 0x96, 0xd9, 0xd3, 0x3d, 0xee, 0xae, 0xa1, 0x34, 0x41, 0x4e, 0x39, 0x04, 0x4e, 0x10, 0x04, 0xbe, 0xe4, 0x18, 0xf8, 0x14, 0x20, 0xa7, 0x9c, - 0x73, 0xc8, 0x25, 0x48, 0x0e, 0x01, 0x02, 0x04, 0xbe, 0x04, 0x48, 0x6e, 0x81, 0x84, 0x04, 0x81, - 0x91, 0x5b, 0xe2, 0x43, 0x80, 0x1c, 0x82, 0x5a, 0xba, 0xa7, 0x7a, 0xe5, 0x50, 0xd6, 0x86, 0x40, - 0xb7, 0xe9, 0xb7, 0xd5, 0xab, 0xaf, 0x5e, 0xbd, 0x7a, 0xb5, 0x0c, 0x9c, 0x7a, 0xe0, 0xf9, 0xdb, - 0xf7, 0x1d, 0xef, 0x41, 0x80, 0xfd, 0x1d, 0x62, 0xe1, 0x73, 0x3e, 0xfe, 0xa4, 0x8b, 0x03, 0xfa, - 0x2d, 0x1f, 0x07, 0x1d, 0xcf, 0x0d, 0x70, 0xab, 0xe3, 0x7b, 0xd4, 0xd3, 0x27, 0x13, 0x72, 0x8d, - 0xfd, 0x96, 0xd7, 0x6e, 0x7b, 0xee, 0x39, 0xec, 0x76, 0xdb, 0x42, 0xa6, 0x31, 0x2d, 0x49, 0x6d, - 0x1c, 0x04, 0xe6, 0xa6, 0xd4, 0x6c, 0x4c, 0xe1, 0x1d, 0xec, 0x52, 0x55, 0xee, 0x35, 0x41, 0x89, - 0x8b, 0x1d, 0xc0, 0x0f, 0xb1, 0xd5, 0xa5, 0x24, 0xa5, 0x3f, 0x6b, 0x63, 0x8b, 0x04, 0x69, 0xfa, - 0xfe, 0xfb, 0xc4, 0xa1, 0xd8, 0x8f, 0x39, 0x20, 0x49, 0x09, 0xcb, 0xae, 0xd9, 0xc6, 0x41, 0xc7, - 0xb4, 0x70, 0x82, 0x31, 0xdd, 0x67, 0x28, 0x46, 0xa6, 0x3e, 0xe9, 0x62, 0xbf, 0x17, 0xf3, 0x57, - 0x50, 0xe2, 0xca, 0x07, 0x7d, 0xdc, 0x71, 0x88, 0x65, 0x66, 0x78, 0xfc, 0x1a, 0x35, 0x83, 0x6d, - 0x87, 0x04, 0xb1, 0x4e, 0xcf, 0x46, 0xc4, 0xb8, 0xf0, 0xcc, 0x0e, 0xf6, 0xd3, 0xbd, 0x33, 0x7e, - 0x53, 0x83, 0x3a, 0xc2, 0x9b, 0x24, 0xa0, 0xd8, 0xbf, 0x15, 0xba, 0x89, 0xc4, 0xd8, 0xe8, 0x3a, - 0x54, 0x98, 0xeb, 0x75, 0x6d, 0x4e, 0x9b, 0x1f, 0x41, 0xfc, 0xb7, 0x3e, 0x07, 0xa3, 0x36, 0x0e, - 0x2c, 0x9f, 0x74, 0x98, 0x47, 0xf5, 0x12, 0x67, 0xa9, 0x24, 0xbd, 0x09, 0xe0, 0x3d, 0x70, 0xb1, - 0x7f, 0xbd, 0x6d, 0x12, 0xa7, 0x5e, 0xe6, 0x02, 0x0a, 0x45, 0xbf, 0xd7, 0x0f, 0x86, 0xeb, 0xe1, - 0x58, 0x20, 0x4c, 0xb1, 0xcb, 0x7e, 0xac, 0x62, 0x9f, 0x78, 0xf6, 0x8a, 0x7b, 0xcd, 0xec, 0x05, - 0xf5, 0xca, 0x9c, 0x36, 0x5f, 0x45, 0x03, 0x4a, 0xb3, 0x76, 0x71, 0x9b, 0xd0, 0x9b, 0x98, 0xfa, - 0xc4, 0xaa, 0x57, 0xe7, 0xb4, 0xf9, 0x61, 0xa4, 0x50, 0xf4, 0x65, 0x18, 0xb6, 0x9c, 0x2e, 0xeb, - 0x68, 0x50, 0xaf, 0xcd, 0x95, 0xe7, 0x47, 0x17, 0xce, 0xb6, 0x14, 0x70, 0x5b, 0x8b, 0x82, 0x89, - 0xfa, 0xa4, 0x45, 0xcf, 0xbd, 0x4f, 0x36, 0xbb, 0x3e, 0xff, 0x40, 0x91, 0xb6, 0x7e, 0x16, 0xf6, - 0x9b, 0x16, 0x25, 0x3b, 0x58, 0xaa, 0x30, 0xe0, 0xea, 0x43, 0xbc, 0xa3, 0x69, 0x86, 0x7e, 0x03, - 0x2a, 0xb6, 0x49, 0xcd, 0xfa, 0x30, 0x6f, 0xf3, 0xad, 0x56, 0x22, 0xc2, 0x5b, 0x79, 0xf0, 0xb7, - 0xae, 0x99, 0xd4, 0xbc, 0xee, 0x52, 0xbf, 0x87, 0xb8, 0x01, 0xfd, 0x04, 0x8c, 0x07, 0xd8, 0xea, - 0xfa, 0x84, 0xf6, 0xd6, 0xbd, 0x6d, 0xec, 0xd6, 0x47, 0x78, 0x93, 0x71, 0x22, 0x73, 0x8e, 0x04, - 0x37, 0x1c, 0x6f, 0xc3, 0x74, 0x22, 0x8b, 0x75, 0xe0, 0x68, 0xa4, 0x19, 0xfa, 0x6d, 0x98, 0xd9, - 0x22, 0x01, 0xf5, 0xfc, 0xde, 0x15, 0xdf, 0xda, 0x22, 0x3b, 0xa6, 0xb3, 0x46, 0x4d, 0xda, 0x0d, - 0xea, 0xa3, 0x73, 0xda, 0xfc, 0xc4, 0xc2, 0xc1, 0x56, 0x14, 0xbb, 0xad, 0xb8, 0x00, 0xca, 0xd6, - 0xd3, 0x5b, 0xa0, 0x27, 0x18, 0x77, 0xd1, 0x4a, 0x7d, 0x8c, 0x7b, 0x9a, 0xc1, 0xd1, 0xef, 0x42, - 0x7d, 0x87, 0x04, 0x64, 0x83, 0x38, 0x84, 0x26, 0x7d, 0x18, 0xdf, 0xcd, 0x87, 0x5c, 0x55, 0xfd, - 0x3c, 0xcc, 0xa4, 0x79, 0xcc, 0x93, 0x09, 0xee, 0x49, 0x36, 0xb3, 0xf1, 0x36, 0x8c, 0x44, 0xa0, - 0xeb, 0x53, 0x50, 0xde, 0xc6, 0x3d, 0x19, 0xfc, 0xec, 0xa7, 0x3e, 0x0d, 0xd5, 0x1d, 0xd3, 0xe9, - 0x62, 0x19, 0xf5, 0xe2, 0xe3, 0x62, 0xe9, 0x1d, 0xcd, 0x38, 0x04, 0x07, 0x33, 0x86, 0x51, 0x64, - 0x36, 0xe3, 0x1b, 0x30, 0xf3, 0x01, 0x09, 0x68, 0xc4, 0x08, 0xc2, 0xf9, 0xd5, 0x80, 0xe1, 0x8e, - 0xb9, 0x89, 0xd7, 0xc8, 0xb7, 0xc5, 0x1c, 0xab, 0xa2, 0xe8, 0x9b, 0x0d, 0xb6, 0x8b, 0x1f, 0xd2, - 0x55, 0x73, 0x13, 0x8b, 0xc1, 0x66, 0x6d, 0x8e, 0xa1, 0x38, 0xd1, 0xf8, 0x81, 0x06, 0xb3, 0x49, - 0xdb, 0xa2, 0x55, 0xfd, 0x3d, 0x80, 0x08, 0xb7, 0xa0, 0xae, 0xf1, 0xe0, 0x3b, 0x93, 0x0a, 0xbe, - 0x6b, 0x7c, 0xe2, 0x6e, 0xe0, 0x94, 0xd7, 0x48, 0xd1, 0x1e, 0xd0, 0x99, 0x4b, 0x50, 0xcf, 0x30, - 0x97, 0x9f, 0x4a, 0x26, 0xa0, 0x44, 0x6c, 0x89, 0x65, 0x89, 0xd8, 0xc6, 0xdf, 0x4a, 0x70, 0x30, - 0xd7, 0x1f, 0xfd, 0x12, 0x8c, 0x47, 0x1e, 0xad, 0xb8, 0xf7, 0x3d, 0x6e, 0x6a, 0x74, 0xa1, 0xae, - 0x44, 0xc7, 0x2d, 0x95, 0x8f, 0xe2, 0xe2, 0xfa, 0x0d, 0x18, 0xb7, 0xd4, 0xf9, 0xcc, 0x1b, 0x1e, - 0x5d, 0x38, 0x96, 0xa5, 0x1f, 0x9f, 0xf8, 0x71, 0x3d, 0xfd, 0x63, 0xa8, 0xfb, 0x39, 0x39, 0x82, - 0x67, 0xbb, 0xd1, 0x85, 0x56, 0x2c, 0xaf, 0x28, 0x5d, 0xc9, 0xc9, 0x2c, 0xb9, 0xf6, 0xf4, 0x79, - 0x98, 0xbc, 0x6f, 0x12, 0xc7, 0xdb, 0xc1, 0xfe, 0x3d, 0x91, 0xbf, 0x79, 0x52, 0x2c, 0xa3, 0x24, - 0x39, 0x7b, 0xda, 0x57, 0x73, 0xa6, 0xbd, 0xf1, 0x8f, 0x12, 0xcc, 0xde, 0xed, 0xd8, 0x26, 0x1d, - 0x6c, 0xa4, 0x2e, 0xc3, 0x68, 0x97, 0x4b, 0xdb, 0x1c, 0x79, 0x81, 0x5c, 0x53, 0x41, 0x2e, 0x61, - 0x8b, 0xe3, 0xaf, 0xaa, 0xa4, 0xd1, 0x2f, 0x3f, 0x03, 0xf4, 0x2b, 0x4f, 0x19, 0xfd, 0x54, 0xc2, - 0xad, 0x66, 0x25, 0xdc, 0x79, 0x98, 0xb4, 0xb1, 0x83, 0x29, 0xbe, 0x6a, 0xda, 0x57, 0x89, 0x6b, - 0xfa, 0xbd, 0x7a, 0x8d, 0xcb, 0x25, 0xc9, 0xc6, 0x5f, 0x4b, 0x70, 0x20, 0x85, 0xfa, 0xab, 0xf0, - 0x7e, 0xfa, 0xe1, 0x7d, 0x97, 0x25, 0x92, 0x8e, 0x8f, 0xad, 0x41, 0x03, 0x3c, 0x35, 0xd2, 0xa5, - 0x8c, 0x91, 0x36, 0x0e, 0x43, 0x23, 0xcb, 0xac, 0x4c, 0xf3, 0xdf, 0xad, 0xc1, 0x91, 0x35, 0x6a, - 0xfa, 0xf4, 0xc3, 0x74, 0xbd, 0x22, 0x5a, 0x3e, 0x0c, 0x23, 0xd1, 0x68, 0xc8, 0xe6, 0xfb, 0x04, - 0x56, 0xbf, 0x84, 0xd9, 0x79, 0x25, 0x4c, 0x8b, 0x0a, 0x45, 0x7f, 0x07, 0xc6, 0xc2, 0xaf, 0xf5, - 0x5e, 0x07, 0xcb, 0xc1, 0x98, 0x6e, 0x89, 0x6a, 0xb8, 0xf5, 0xa1, 0xc2, 0x43, 0x31, 0x49, 0xbd, - 0x05, 0xc3, 0xac, 0x2a, 0x64, 0x0b, 0x85, 0x9c, 0x23, 0x7a, 0x2b, 0x2c, 0x13, 0x5b, 0xeb, 0x92, - 0x83, 0x22, 0x19, 0xfd, 0x24, 0x54, 0x89, 0xdb, 0xe9, 0x52, 0x0e, 0xf0, 0xe8, 0xc2, 0x64, 0xd8, - 0xc4, 0xaa, 0xd9, 0x73, 0x3c, 0xd3, 0x46, 0x82, 0xab, 0xaf, 0xc2, 0xf1, 0xa8, 0x98, 0xe6, 0x1d, - 0x5f, 0xf7, 0x16, 0x1d, 0x2f, 0xc0, 0xeb, 0xa4, 0x8d, 0xbd, 0x2e, 0x5d, 0xc3, 0x96, 0xe7, 0xda, - 0x01, 0x9f, 0x0c, 0x55, 0x34, 0x88, 0xa8, 0xbe, 0x04, 0x4d, 0xe6, 0x44, 0x81, 0xb1, 0x21, 0x6e, - 0x6c, 0x17, 0x29, 0xb6, 0xb0, 0x12, 0x9b, 0x95, 0x88, 0xb4, 0x57, 0x1f, 0xe6, 0x40, 0x46, 0xdf, - 0x6c, 0x10, 0xe4, 0xde, 0x63, 0xc5, 0x96, 0x15, 0x54, 0x9f, 0xa0, 0xaf, 0xc1, 0x4c, 0x1f, 0x72, - 0x84, 0xbb, 0x01, 0x5e, 0xf5, 0x1c, 0x62, 0xf5, 0x78, 0x05, 0x35, 0xb1, 0x70, 0x24, 0x89, 0x76, - 0x4c, 0x08, 0x65, 0xeb, 0xea, 0xff, 0x0b, 0xa3, 0x3e, 0xa6, 0x7e, 0x4f, 0x9a, 0x1a, 0xe5, 0xa8, - 0xbe, 0x16, 0x9a, 0x42, 0x7d, 0x16, 0x52, 0xe5, 0x74, 0x03, 0xc6, 0x2c, 0xdf, 0x73, 0xd7, 0xac, - 0x2d, 0x6c, 0x77, 0x1d, 0x2c, 0x8b, 0xa8, 0x18, 0x4d, 0x9f, 0x83, 0x4a, 0x1b, 0xb7, 0x3d, 0x5e, - 0x2a, 0x8d, 0x2e, 0x8c, 0x85, 0x36, 0x6f, 0xe2, 0xb6, 0x87, 0x38, 0x47, 0xbf, 0x06, 0x53, 0x01, - 0x36, 0x7d, 0x6b, 0xeb, 0x0a, 0xa5, 0x3e, 0xd9, 0xe8, 0x52, 0x1c, 0xf0, 0x22, 0x88, 0xe5, 0x16, - 0x29, 0xbd, 0x96, 0xe0, 0xa3, 0x94, 0x86, 0x7e, 0x0a, 0x6a, 0x5b, 0xd8, 0xb4, 0xb1, 0x5f, 0x9f, - 0xe4, 0xba, 0x13, 0xa1, 0xee, 0x32, 0xa7, 0x22, 0xc9, 0x35, 0x2e, 0x40, 0x33, 0x6f, 0x0e, 0xc8, - 0x44, 0x37, 0x0d, 0x55, 0xbf, 0xeb, 0xae, 0xd8, 0x72, 0x02, 0x88, 0x0f, 0xe3, 0x9f, 0x25, 0x30, - 0x6e, 0xe0, 0xb4, 0xda, 0xb2, 0xa8, 0x18, 0x07, 0x9b, 0x41, 0x17, 0x61, 0x24, 0x8a, 0x32, 0x99, - 0xff, 0x0e, 0xb7, 0x22, 0x4a, 0x2b, 0xed, 0x53, 0x5f, 0x9c, 0xa5, 0xa2, 0xb6, 0xf9, 0x90, 0xb4, - 0xbb, 0xed, 0xd5, 0xb0, 0x24, 0x2b, 0xf3, 0x58, 0x4b, 0x92, 0xd3, 0xc5, 0x50, 0x25, 0xa3, 0x18, - 0x62, 0xf6, 0x1e, 0x98, 0x84, 0x2e, 0x79, 0xfe, 0x2d, 0xfc, 0xe0, 0x3a, 0xdb, 0x88, 0xca, 0x74, - 0x95, 0x24, 0xeb, 0xf7, 0x60, 0x56, 0xd6, 0xc5, 0xfc, 0x7b, 0x89, 0xef, 0x2d, 0xf9, 0x0c, 0xaf, - 0xf1, 0x98, 0x6b, 0xb6, 0xc4, 0x76, 0xb3, 0xb5, 0x9c, 0x29, 0x85, 0x72, 0xb4, 0x59, 0xf8, 0x04, - 0xdb, 0xa4, 0x13, 0xd6, 0xb7, 0x7c, 0xea, 0x0c, 0xa3, 0x18, 0xcd, 0xf8, 0xb5, 0x06, 0xc7, 0x0b, - 0x61, 0x97, 0x83, 0x36, 0x0f, 0x43, 0xb2, 0x15, 0xb9, 0x2e, 0x4d, 0xb4, 0xf8, 0xe6, 0x3a, 0xf4, - 0x09, 0x85, 0x6c, 0xfd, 0x4d, 0x00, 0xdf, 0x7c, 0x20, 0xc9, 0xf5, 0x12, 0x2f, 0x3b, 0xa7, 0xc2, - 0x60, 0x61, 0xc5, 0xf5, 0x55, 0xc7, 0xdb, 0x40, 0x8a, 0x4c, 0x1a, 0xcf, 0x72, 0x16, 0x9e, 0x0d, - 0x18, 0x36, 0xb9, 0xd7, 0xd8, 0xe6, 0x80, 0x0f, 0xa3, 0xe8, 0xdb, 0xf8, 0xb9, 0x06, 0x8d, 0x55, - 0xcf, 0x71, 0x96, 0x3c, 0xff, 0x9a, 0xdc, 0xc4, 0xb3, 0xac, 0x36, 0x58, 0xd0, 0xa8, 0xc9, 0xb1, - 0x34, 0x40, 0x72, 0x54, 0x73, 0x4b, 0x39, 0x91, 0x5b, 0x4e, 0xc1, 0xc4, 0x06, 0x5f, 0xea, 0x17, - 0xb7, 0xb0, 0xb5, 0x1d, 0x74, 0xdb, 0xdc, 0xd5, 0x11, 0x94, 0xa0, 0x1a, 0xbf, 0xa8, 0xc1, 0xa1, - 0x4c, 0x87, 0x25, 0xdc, 0x87, 0x61, 0x84, 0xb5, 0x27, 0xe0, 0xd0, 0x38, 0x1c, 0x7d, 0x82, 0xfe, - 0x1e, 0xec, 0x4f, 0x6d, 0x89, 0x07, 0x0a, 0xf7, 0xb4, 0xda, 0xd7, 0x58, 0x54, 0x2e, 0xc0, 0x6c, - 0xc7, 0xc7, 0x3b, 0xc4, 0xeb, 0x06, 0x7c, 0xc6, 0x63, 0x9b, 0x07, 0xe0, 0x8a, 0x2d, 0x97, 0xf0, - 0x1c, 0x2e, 0xc3, 0x28, 0x88, 0xcb, 0x57, 0xb9, 0x7c, 0x82, 0xaa, 0xd7, 0x61, 0xc8, 0xa4, 0x14, - 0xb7, 0x3b, 0x94, 0xcf, 0x83, 0x32, 0x0a, 0x3f, 0xf5, 0x33, 0x30, 0xb5, 0x61, 0x5a, 0xdb, 0x8e, - 0xb7, 0xb9, 0xe8, 0x75, 0x5d, 0xba, 0x4c, 0x5c, 0xca, 0x83, 0xbb, 0x8c, 0x52, 0x74, 0x35, 0x70, - 0x87, 0x8b, 0x03, 0x37, 0x15, 0x86, 0x23, 0x59, 0x61, 0x78, 0x06, 0xaa, 0xfc, 0x94, 0x86, 0xaf, - 0x07, 0x0c, 0x28, 0xfe, 0x15, 0xe1, 0x74, 0x87, 0x7d, 0x21, 0x21, 0xa2, 0xaf, 0xc2, 0xc1, 0x14, - 0xe0, 0x61, 0x40, 0xc9, 0x45, 0x20, 0x2b, 0xd4, 0xf2, 0x95, 0xd8, 0xe6, 0x3a, 0x90, 0x99, 0xdf, - 0x66, 0x4b, 0x5e, 0x40, 0xcd, 0x76, 0x87, 0xaf, 0x0b, 0x65, 0x94, 0xc1, 0x61, 0x48, 0x49, 0x54, - 0xfb, 0xd2, 0xe3, 0x02, 0xa9, 0x24, 0x5d, 0x5f, 0x83, 0x21, 0xe6, 0x36, 0xe1, 0xcb, 0x03, 0x9b, - 0xb5, 0xff, 0x97, 0xda, 0x2c, 0x16, 0x84, 0x6c, 0xeb, 0x8e, 0xd0, 0x15, 0xe7, 0x15, 0xa1, 0xa5, - 0xc6, 0x2a, 0x8c, 0xa9, 0x8c, 0x8c, 0x3d, 0xf5, 0x19, 0x75, 0x4f, 0x9d, 0x0b, 0x68, 0x7f, 0xa7, - 0xfd, 0x55, 0x05, 0x8e, 0x8b, 0x46, 0x6d, 0xd5, 0x8f, 0x45, 0xaf, 0xdd, 0x61, 0xc5, 0xb6, 0xad, - 0x4c, 0xfa, 0x82, 0x29, 0xf4, 0x26, 0x8c, 0x84, 0xc7, 0x7d, 0x81, 0x4c, 0x52, 0x7a, 0x2b, 0xa4, - 0xb4, 0x42, 0xc3, 0xa8, 0x2f, 0xc4, 0xa0, 0x8c, 0xa6, 0xd6, 0xa2, 0xe7, 0x52, 0xfc, 0x90, 0xca, - 0x44, 0x95, 0xa2, 0xc7, 0x52, 0x44, 0x25, 0x91, 0x22, 0x6e, 0xb3, 0x21, 0x21, 0xd6, 0x76, 0x4f, - 0x59, 0x8e, 0x45, 0x99, 0x75, 0xbc, 0xef, 0xc0, 0x1a, 0x97, 0x88, 0xc6, 0x3f, 0xb6, 0x32, 0x27, - 0x94, 0xf5, 0xf3, 0x30, 0xe3, 0x63, 0xda, 0xf5, 0xdd, 0x5b, 0xf8, 0x81, 0x8a, 0x08, 0x9f, 0x35, - 0xc3, 0x28, 0x9b, 0xa9, 0x5f, 0x82, 0xc6, 0x7d, 0xcf, 0xb7, 0xf0, 0xa2, 0x8f, 0x59, 0x31, 0x9b, - 0x50, 0x15, 0x4b, 0x45, 0x81, 0x44, 0x46, 0xa6, 0x1b, 0xce, 0xca, 0x74, 0xfa, 0xc7, 0x30, 0xc6, - 0x07, 0x14, 0xe1, 0xa0, 0xeb, 0xd0, 0xa0, 0x3e, 0xc2, 0xb1, 0x5e, 0xca, 0x38, 0x04, 0xdb, 0x75, - 0x48, 0x5b, 0x77, 0x14, 0x43, 0x22, 0xce, 0x62, 0xb6, 0x1b, 0xdf, 0x84, 0xfd, 0x29, 0x91, 0x8c, - 0x88, 0x7b, 0x33, 0x1e, 0x71, 0x8d, 0xcc, 0x88, 0xe3, 0x26, 0xd4, 0xb8, 0x7b, 0x08, 0x27, 0x8a, - 0x7d, 0x94, 0xa9, 0x7b, 0x15, 0xc6, 0x6c, 0x15, 0x4a, 0xb1, 0x5c, 0x9e, 0xdd, 0xcb, 0x5c, 0x42, - 0x31, 0x0b, 0xc6, 0x5f, 0x34, 0x98, 0xcb, 0x68, 0x7a, 0xc9, 0x24, 0xce, 0xa0, 0xe1, 0x7e, 0x1e, - 0xaa, 0x96, 0xd9, 0x0d, 0x44, 0x97, 0x59, 0x45, 0x21, 0x72, 0x60, 0xda, 0xdc, 0x22, 0x93, 0x42, - 0x42, 0x58, 0x7f, 0x1d, 0x86, 0x6c, 0x4c, 0x4d, 0xe2, 0x04, 0x72, 0x59, 0x48, 0x6d, 0x04, 0x42, - 0x7e, 0x61, 0xc4, 0xa7, 0x43, 0xa5, 0x9a, 0xb9, 0x28, 0x1e, 0x87, 0x63, 0x05, 0xdd, 0x94, 0x9b, - 0xac, 0xdf, 0xf7, 0x97, 0xfa, 0x2b, 0x16, 0x25, 0x3b, 0x6c, 0x6f, 0xf6, 0x42, 0x96, 0xfa, 0x25, - 0x98, 0x0a, 0xe5, 0x6e, 0x62, 0x6a, 0xf2, 0x13, 0xde, 0x8a, 0x0c, 0xa8, 0x94, 0xcd, 0x50, 0x02, - 0xa5, 0x74, 0x8c, 0x3f, 0xf4, 0x4b, 0x81, 0x78, 0x87, 0x9e, 0x7b, 0x29, 0xd0, 0x04, 0x30, 0xa5, - 0x07, 0x2b, 0x76, 0x78, 0x6e, 0xdf, 0xa7, 0xb0, 0x52, 0x21, 0xfc, 0xe2, 0xa5, 0x42, 0x25, 0x5e, - 0x2a, 0x5c, 0x51, 0x78, 0x28, 0x26, 0x39, 0xe8, 0x7e, 0x32, 0x7b, 0x75, 0xab, 0xe5, 0xae, 0x6e, - 0xd7, 0xe0, 0x48, 0x48, 0x2d, 0xda, 0x2c, 0x16, 0x0b, 0x65, 0xae, 0x91, 0xc3, 0x39, 0x6b, 0xe4, - 0x25, 0x68, 0x04, 0xf9, 0x7b, 0xd3, 0x11, 0xde, 0x5c, 0x81, 0x84, 0xfe, 0x0e, 0x1c, 0xd8, 0xc2, - 0xa6, 0x4f, 0x37, 0xb0, 0x49, 0x13, 0xca, 0xc0, 0x95, 0xf3, 0xd8, 0x6a, 0x35, 0x34, 0xca, 0x25, - 0xa3, 0x6a, 0x68, 0x19, 0x8e, 0xa6, 0xb1, 0xb9, 0x7d, 0x7f, 0x7d, 0x8b, 0x04, 0x57, 0xa4, 0x86, - 0x28, 0x10, 0x76, 0x13, 0xd3, 0xff, 0x1f, 0xa6, 0xa2, 0xe6, 0xaf, 0xc9, 0x89, 0x3f, 0x9e, 0x3d, - 0x62, 0x29, 0xc1, 0x54, 0x21, 0x39, 0x31, 0x70, 0x21, 0x79, 0xb6, 0x1f, 0xc3, 0xfd, 0xa3, 0x9d, - 0x49, 0x71, 0x9b, 0x92, 0x62, 0x28, 0x1b, 0xd1, 0xa9, 0xc2, 0x8d, 0xe8, 0xf7, 0x35, 0x30, 0x10, - 0xb6, 0x3c, 0xdf, 0x56, 0xa7, 0xd5, 0x72, 0xe8, 0xf6, 0x60, 0x79, 0x53, 0xc9, 0x80, 0xa5, 0x3d, - 0x64, 0xc0, 0x44, 0xae, 0x30, 0x6e, 0xb3, 0x92, 0xa5, 0xc0, 0x95, 0x68, 0x93, 0x35, 0x69, 0x99, - 0xae, 0x85, 0x1d, 0xe9, 0x1c, 0x16, 0x7b, 0xe4, 0x61, 0x94, 0x24, 0x1b, 0x8f, 0x35, 0x38, 0x55, - 0x60, 0xf1, 0x6a, 0x6f, 0xc5, 0x7e, 0x3a, 0x67, 0x4e, 0xd1, 0x66, 0xbd, 0xac, 0x6c, 0xd6, 0x13, - 0x99, 0xa2, 0x92, 0xca, 0x14, 0x0a, 0x6c, 0xd5, 0x3d, 0xc0, 0x56, 0x4b, 0xc0, 0xb6, 0x06, 0xa7, - 0x77, 0xed, 0xe4, 0x9e, 0xa1, 0xfb, 0x54, 0x8b, 0xea, 0x47, 0xd5, 0xec, 0x1e, 0xeb, 0xc7, 0xd3, - 0x50, 0xf3, 0x79, 0x89, 0x90, 0x17, 0x17, 0x92, 0x5d, 0x18, 0x16, 0xa7, 0xa2, 0x92, 0x22, 0xc7, - 0x13, 0xb9, 0xe6, 0x3d, 0xd2, 0x18, 0x10, 0xf9, 0x82, 0x2f, 0x7a, 0xb8, 0xfb, 0x60, 0x54, 0x07, - 0x07, 0x23, 0x39, 0xd8, 0x67, 0x60, 0x7e, 0xf7, 0x3e, 0x4a, 0x40, 0x3e, 0xef, 0x57, 0x44, 0xaa, - 0xf0, 0x5e, 0x2a, 0xa2, 0x59, 0xe6, 0xb3, 0x19, 0x44, 0x37, 0xd8, 0xf2, 0xeb, 0x29, 0xd5, 0x3c, - 0x4a, 0x2d, 0x93, 0xe5, 0xa0, 0xec, 0xc6, 0xbf, 0xb4, 0xcc, 0x00, 0x10, 0x52, 0x2f, 0x7a, 0x50, - 0xfb, 0x00, 0x55, 0xf3, 0x00, 0xaa, 0xed, 0x01, 0xa0, 0xa1, 0x04, 0x40, 0xa7, 0xe1, 0xe4, 0x2e, - 0x5d, 0x97, 0x20, 0x89, 0x3c, 0x9e, 0x0e, 0x0c, 0x3e, 0xad, 0x07, 0x1d, 0xed, 0xa7, 0x94, 0xc7, - 0x4f, 0x66, 0xa7, 0x8e, 0xc8, 0x15, 0xe9, 0xb2, 0xc8, 0xce, 0xb9, 0x72, 0xff, 0x25, 0xd9, 0xf9, - 0xf5, 0xec, 0xa4, 0x14, 0xeb, 0xa4, 0x04, 0xe4, 0x77, 0x1a, 0x1b, 0x6d, 0xde, 0x63, 0xc1, 0x7f, - 0xc2, 0x1b, 0x92, 0xa7, 0x59, 0xed, 0x16, 0xd5, 0xf6, 0xb1, 0x2b, 0x82, 0x4a, 0xe2, 0x8a, 0xc0, - 0x98, 0x67, 0xa3, 0x5b, 0xdc, 0x19, 0xd9, 0xef, 0x9f, 0x96, 0xa0, 0xb9, 0x46, 0x36, 0x5d, 0xf3, - 0x65, 0xe8, 0x70, 0x13, 0x20, 0xe0, 0xbe, 0xf0, 0xd7, 0x2a, 0xb2, 0xbc, 0xef, 0x53, 0xfa, 0x45, - 0x7a, 0xa5, 0xb0, 0x48, 0x57, 0x71, 0xab, 0x16, 0xe1, 0x56, 0x4b, 0x5e, 0xad, 0xd4, 0x61, 0xc8, - 0xf2, 0x5c, 0xea, 0x7b, 0xe2, 0x28, 0x7a, 0x0c, 0x85, 0x9f, 0xc6, 0x31, 0x38, 0x9a, 0x0b, 0x53, - 0x98, 0x2b, 0x6b, 0x70, 0x5a, 0xca, 0x10, 0xba, 0xf5, 0xea, 0x9a, 0xed, 0xd5, 0x35, 0x5b, 0xfa, - 0x9a, 0x2d, 0x1e, 0xe1, 0xa3, 0xa9, 0x08, 0xff, 0x1f, 0x18, 0x15, 0x5f, 0x2b, 0x1c, 0xf5, 0xb1, - 0x6c, 0xd4, 0x55, 0x19, 0x35, 0x66, 0xc7, 0x63, 0x31, 0x9b, 0xbc, 0xd3, 0x9b, 0x78, 0xc2, 0x3b, - 0xbd, 0xc9, 0x82, 0x3b, 0xbd, 0xa9, 0x3d, 0xdd, 0xe9, 0xed, 0xff, 0x1a, 0x77, 0x7a, 0x7a, 0xe1, - 0x56, 0xea, 0x32, 0xcc, 0xef, 0x3e, 0xf5, 0x0a, 0x6f, 0xf7, 0xbe, 0xd2, 0xe0, 0x08, 0xc2, 0x01, - 0xa6, 0x2f, 0x41, 0x1e, 0xec, 0x17, 0x36, 0xe5, 0x58, 0x61, 0x73, 0x1e, 0x66, 0xc2, 0x63, 0xb7, - 0x25, 0xe2, 0x92, 0x60, 0x2b, 0x7e, 0x9d, 0x91, 0xcd, 0x8c, 0x87, 0x79, 0x35, 0xb9, 0x54, 0x5c, - 0x80, 0x66, 0x5e, 0xb7, 0x0b, 0xf1, 0xfa, 0xbb, 0x06, 0xc7, 0xd6, 0xb1, 0xdf, 0x26, 0xae, 0x49, - 0xf1, 0x4b, 0x8c, 0x99, 0x52, 0x4a, 0x54, 0xf6, 0x50, 0x4a, 0x24, 0xd6, 0x0d, 0xe3, 0x04, 0x18, - 0x45, 0xbd, 0x95, 0x4b, 0xc0, 0x97, 0x25, 0x38, 0xc6, 0xf2, 0xe6, 0xed, 0x0e, 0x76, 0x53, 0x52, - 0xc1, 0x60, 0xa0, 0x64, 0xdc, 0xf2, 0x96, 0x06, 0xbc, 0xe5, 0xcd, 0xbc, 0x95, 0xbc, 0x02, 0x93, - 0xe2, 0xb8, 0x87, 0xb4, 0xb1, 0xb8, 0x7a, 0x95, 0x40, 0x1c, 0x08, 0x2f, 0x6d, 0xd7, 0xe2, 0x6c, - 0x94, 0x94, 0xd7, 0xdf, 0x87, 0xc9, 0x68, 0x34, 0xa4, 0x09, 0xb1, 0x1e, 0x1c, 0x0d, 0x4d, 0xa4, - 0x3a, 0x2b, 0xc4, 0x96, 0xf7, 0xa1, 0xa4, 0xa6, 0xfe, 0x2e, 0x00, 0xed, 0x75, 0x42, 0x57, 0x6a, - 0xf2, 0x3c, 0x32, 0x61, 0x67, 0x3d, 0x92, 0x58, 0xde, 0x87, 0x14, 0xf9, 0xab, 0x23, 0x30, 0x24, - 0x44, 0x03, 0xe3, 0x87, 0x1a, 0x18, 0x45, 0x60, 0xcb, 0xf0, 0xbd, 0x0c, 0x10, 0xb9, 0x10, 0x3e, - 0x32, 0x9c, 0x2b, 0x8a, 0x2e, 0xfe, 0x74, 0x49, 0xd1, 0x19, 0xf0, 0x69, 0xe1, 0xcf, 0xca, 0x70, - 0x9c, 0xb9, 0xc3, 0x57, 0x21, 0xfb, 0xd5, 0xe8, 0x3f, 0x83, 0xd1, 0xd7, 0x2f, 0xc2, 0x58, 0xc0, - 0x1f, 0xcf, 0x4a, 0xfd, 0x21, 0x59, 0xf8, 0xf4, 0xbb, 0x12, 0xf1, 0x96, 0xf7, 0xa1, 0x98, 0xac, - 0x1a, 0x39, 0x3f, 0xd2, 0xe0, 0x44, 0xf1, 0x50, 0x3d, 0xe7, 0xd8, 0xf9, 0xb1, 0x06, 0x47, 0x98, - 0x43, 0x4f, 0x1a, 0x35, 0xea, 0x2b, 0xdd, 0xd2, 0x6e, 0xaf, 0x74, 0x33, 0xe3, 0x64, 0x3a, 0xbc, - 0x34, 0x16, 0x7b, 0x09, 0xf1, 0x61, 0x7c, 0xaa, 0x41, 0x33, 0xcf, 0xaf, 0xe7, 0x0c, 0xd1, 0x4f, - 0x34, 0x38, 0xc9, 0x5c, 0xb9, 0x22, 0x5f, 0x54, 0xbc, 0x6c, 0x50, 0x7d, 0xa6, 0xc1, 0xa9, 0xdd, - 0xfc, 0x7b, 0x01, 0x51, 0xb5, 0x66, 0x99, 0xee, 0xcb, 0x18, 0x55, 0x79, 0x7e, 0x3d, 0x67, 0x88, - 0xd6, 0xa1, 0xc9, 0x1f, 0x62, 0x3c, 0x29, 0x44, 0x51, 0x07, 0x4b, 0x6a, 0x07, 0xdf, 0x86, 0xa3, - 0xb9, 0x56, 0xfb, 0x45, 0x95, 0xc5, 0x44, 0xb8, 0xc9, 0x32, 0x12, 0x1f, 0xc6, 0x61, 0x68, 0xdc, - 0xc0, 0x34, 0x55, 0x17, 0x0b, 0x57, 0x8c, 0x5f, 0x6a, 0x70, 0x28, 0x93, 0x1d, 0x3d, 0xa7, 0xaf, - 0x6c, 0xe3, 0x5e, 0x08, 0xd7, 0x85, 0xd4, 0x7d, 0x6e, 0x81, 0x6e, 0xeb, 0x7d, 0xdc, 0x93, 0x17, - 0xd6, 0xdc, 0x46, 0xe3, 0x0e, 0x8c, 0x44, 0xa4, 0x8c, 0x0b, 0xea, 0x96, 0x7a, 0x41, 0x3d, 0xd1, - 0x2f, 0xe9, 0x57, 0x5c, 0x1b, 0x3f, 0xc4, 0xf6, 0x3d, 0xc6, 0xe3, 0xdb, 0x4f, 0xe5, 0x7a, 0xfa, - 0xf3, 0x52, 0x74, 0x24, 0xca, 0x2f, 0xb0, 0x9f, 0xe0, 0x4c, 0xfb, 0x5d, 0x18, 0xb7, 0x42, 0x0d, - 0xbe, 0xf3, 0x15, 0xcd, 0xcf, 0xca, 0xfb, 0x71, 0xe5, 0x5e, 0x9c, 0x37, 0x1e, 0x17, 0x66, 0x9b, - 0x2b, 0xe5, 0x32, 0x3e, 0xef, 0xf0, 0x54, 0x95, 0x61, 0x7b, 0x21, 0xec, 0xfb, 0x9e, 0x7f, 0x53, - 0xfc, 0x23, 0x49, 0xc6, 0x71, 0x8c, 0xa6, 0x2f, 0x8b, 0x2a, 0x36, 0x7a, 0x08, 0xcc, 0x9f, 0x46, - 0x57, 0xe5, 0xca, 0x26, 0xff, 0xd2, 0xc4, 0x03, 0x36, 0x26, 0x81, 0xd2, 0x4a, 0xca, 0x91, 0x6c, - 0x16, 0x40, 0xb2, 0xc6, 0xdc, 0x81, 0x06, 0x2f, 0xd8, 0xc5, 0x03, 0x8c, 0x68, 0xcf, 0xfe, 0xac, - 0x5f, 0x1f, 0x1a, 0x47, 0xe0, 0x50, 0x66, 0xbb, 0xd2, 0xad, 0x5f, 0x95, 0x60, 0x9a, 0x7b, 0x1d, - 0x1a, 0x79, 0xf6, 0xef, 0x21, 0xa3, 0x87, 0x4e, 0xe5, 0xdd, 0x1f, 0x3a, 0xdd, 0x86, 0x69, 0x39, - 0xae, 0x1f, 0x63, 0x8b, 0x2e, 0x7a, 0xae, 0x4d, 0xa2, 0xf7, 0xf8, 0x13, 0x0b, 0x87, 0xe2, 0x01, - 0x14, 0x13, 0x41, 0x99, 0x8a, 0x3a, 0x82, 0x19, 0x4e, 0x5f, 0xf4, 0xdc, 0x80, 0x04, 0x14, 0xbb, - 0x56, 0xef, 0x03, 0xbc, 0x83, 0x1d, 0x3e, 0xf2, 0x13, 0x0b, 0x87, 0x55, 0x8b, 0x49, 0x19, 0x94, - 0xad, 0x6a, 0x7c, 0x4f, 0x83, 0x99, 0x04, 0x86, 0x72, 0x6a, 0x27, 0x42, 0x57, 0x1b, 0x20, 0x74, - 0x2f, 0xc2, 0xb8, 0xe2, 0x38, 0xb6, 0x13, 0xaf, 0x97, 0xee, 0xa8, 0x3c, 0x14, 0x17, 0x35, 0xbe, - 0x03, 0x73, 0xe1, 0xbf, 0x5c, 0x9e, 0x70, 0x6b, 0xf7, 0x75, 0x22, 0xed, 0xdf, 0x25, 0x38, 0x56, - 0xd0, 0xbc, 0x84, 0xc4, 0x84, 0x59, 0xf5, 0x55, 0x93, 0xf2, 0x17, 0x00, 0x81, 0xce, 0xeb, 0x45, - 0xcd, 0xc5, 0x5f, 0xff, 0xe7, 0x18, 0xd2, 0xef, 0xf5, 0x8f, 0x80, 0x62, 0x0b, 0x8d, 0xec, 0xd0, - 0xee, 0x0b, 0x52, 0xb6, 0xba, 0xfe, 0x01, 0xec, 0xef, 0x60, 0xd7, 0x26, 0xee, 0xa6, 0x3c, 0x97, - 0x26, 0x38, 0xa8, 0x97, 0x79, 0xd6, 0x6e, 0x2a, 0x36, 0x57, 0x63, 0x32, 0x3d, 0x91, 0x35, 0x52, - 0x8a, 0xfa, 0x2d, 0x98, 0x94, 0xc4, 0xc5, 0x2d, 0xe2, 0xd8, 0x3e, 0x7f, 0xee, 0xcb, 0x6c, 0x9d, - 0x48, 0xdb, 0xe2, 0x12, 0x71, 0x1f, 0x93, 0xca, 0xc6, 0x9f, 0x34, 0x38, 0x10, 0xc2, 0xbf, 0xb7, - 0xf4, 0xb2, 0xd7, 0xc7, 0x2b, 0x17, 0x61, 0x2c, 0xfc, 0x1d, 0x9d, 0x63, 0xb2, 0x6c, 0x9e, 0xd2, - 0x11, 0x27, 0x99, 0xaa, 0xac, 0x7e, 0x1e, 0x66, 0x88, 0x6b, 0x39, 0x5d, 0x3b, 0xf2, 0x51, 0xfe, - 0x23, 0x4f, 0xbc, 0xbc, 0xcd, 0x66, 0xb2, 0x3d, 0x63, 0x3d, 0xdd, 0x37, 0x19, 0x51, 0x2d, 0x18, - 0xea, 0x78, 0x8e, 0x83, 0xfd, 0x70, 0x09, 0x9d, 0xee, 0x7b, 0xb2, 0xca, 0x19, 0x1c, 0xb0, 0x50, - 0x48, 0xbf, 0x0c, 0x13, 0x34, 0xde, 0x76, 0x49, 0x1e, 0x70, 0xa5, 0x3a, 0x20, 0xff, 0x0c, 0x98, - 0x90, 0x37, 0x0e, 0xc0, 0xcc, 0x0d, 0x4c, 0xe5, 0x3f, 0x31, 0xb9, 0x71, 0xb9, 0xd4, 0x53, 0x98, - 0x4d, 0x32, 0xa4, 0x93, 0x1f, 0xc1, 0x81, 0xa0, 0xdb, 0xe9, 0x78, 0x3e, 0xc5, 0xf6, 0xa2, 0x43, - 0xb0, 0x4b, 0xe5, 0x0a, 0x12, 0xc8, 0xb8, 0x9f, 0x8b, 0xd6, 0x9c, 0xb5, 0x6c, 0x39, 0x94, 0x67, - 0xc0, 0x68, 0x8b, 0x5d, 0x48, 0xe8, 0xf4, 0xaa, 0xe9, 0x53, 0xb2, 0x87, 0x62, 0x68, 0x8f, 0xc3, - 0x6f, 0x7c, 0x29, 0x77, 0x17, 0x59, 0xed, 0xc9, 0xde, 0x5a, 0xd0, 0x30, 0x95, 0xab, 0x9b, 0xb8, - 0x94, 0x1c, 0xa5, 0xe3, 0xe9, 0x46, 0x22, 0x99, 0xe8, 0x55, 0x53, 0x81, 0x19, 0xd6, 0x88, 0xfa, - 0x9a, 0x2d, 0xd1, 0x48, 0x69, 0x0f, 0x8d, 0xe4, 0x9b, 0xb9, 0xea, 0xfc, 0xf6, 0x51, 0x53, 0xfb, - 0xe2, 0x51, 0x53, 0xfb, 0xf3, 0xa3, 0xa6, 0xf6, 0xd9, 0xe3, 0xe6, 0xbe, 0x2f, 0x1e, 0x37, 0xf7, - 0xfd, 0xf1, 0x71, 0x73, 0x1f, 0x1c, 0x23, 0x5e, 0x8b, 0xe2, 0x76, 0xc7, 0xf3, 0x4d, 0x47, 0xfc, - 0xe5, 0x39, 0x59, 0xb9, 0xad, 0x6a, 0x1f, 0xbd, 0xb1, 0xa9, 0x08, 0x11, 0xef, 0x5c, 0xf8, 0xfb, - 0x0d, 0xae, 0x70, 0x2e, 0xa1, 0xb0, 0x51, 0xe3, 0xe4, 0xb7, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, - 0x1b, 0x13, 0xea, 0xe6, 0xd4, 0x3e, 0x00, 0x00, + 0x73, 0xc8, 0x25, 0x48, 0x0e, 0x09, 0x02, 0x04, 0xbe, 0x04, 0x48, 0x6e, 0x81, 0x84, 0x04, 0x81, + 0x91, 0x5b, 0x92, 0x43, 0x80, 0x1c, 0x82, 0x5a, 0xba, 0xa7, 0x7a, 0xe5, 0x50, 0xd6, 0x86, 0x40, + 0xb7, 0xe9, 0x7a, 0x4b, 0xbd, 0xfa, 0xea, 0xd5, 0x7b, 0xaf, 0x96, 0x81, 0x53, 0x0f, 0x3c, 0x7f, + 0xfb, 0xbe, 0xe3, 0x3d, 0x08, 0xb0, 0xbf, 0x43, 0x2c, 0x7c, 0xce, 0xc7, 0x9f, 0x74, 0x71, 0x40, + 0xbf, 0xe1, 0xe3, 0xa0, 0xe3, 0xb9, 0x01, 0x6e, 0x75, 0x7c, 0x8f, 0x7a, 0x68, 0x32, 0xc1, 0xd7, + 0xd8, 0x6f, 0x79, 0xed, 0xb6, 0xe7, 0x9e, 0xc3, 0x6e, 0xb7, 0x2d, 0x78, 0x1a, 0xd3, 0xb2, 0xa9, + 0x8d, 0x83, 0xc0, 0xdc, 0x94, 0x92, 0x8d, 0x29, 0xbc, 0x83, 0x5d, 0xaa, 0xf2, 0xbd, 0x26, 0x5a, + 0xe2, 0x6c, 0x07, 0xf0, 0x43, 0x6c, 0x75, 0x29, 0x49, 0xc9, 0xcf, 0xda, 0xd8, 0x22, 0x41, 0xba, + 0x7d, 0xff, 0x7d, 0xe2, 0x50, 0xec, 0xc7, 0x0c, 0x90, 0x4d, 0x09, 0xcd, 0xae, 0xd9, 0xc6, 0x41, + 0xc7, 0xb4, 0x70, 0x82, 0x30, 0xdd, 0x27, 0x28, 0x4a, 0xa6, 0x3e, 0xe9, 0x62, 0xbf, 0x17, 0xb3, + 0x57, 0xb4, 0xc4, 0x85, 0x0f, 0xfa, 0xb8, 0xe3, 0x10, 0xcb, 0xcc, 0xb0, 0xf8, 0x35, 0x6a, 0x06, + 0xdb, 0x0e, 0x09, 0x62, 0x83, 0x9e, 0x8d, 0x1a, 0xe3, 0xcc, 0x33, 0x3b, 0xd8, 0x4f, 0x8f, 0x4e, + 0xff, 0x55, 0x0d, 0xea, 0x06, 0xde, 0x24, 0x01, 0xc5, 0xfe, 0xad, 0xd0, 0x4c, 0x43, 0xcc, 0x0d, + 0x42, 0x50, 0x61, 0xa6, 0xd7, 0xb5, 0x39, 0x6d, 0x7e, 0xc4, 0xe0, 0xbf, 0xd1, 0x1c, 0x8c, 0xda, + 0x38, 0xb0, 0x7c, 0xd2, 0x61, 0x16, 0xd5, 0x4b, 0x9c, 0xa4, 0x36, 0xa1, 0x26, 0x80, 0xf7, 0xc0, + 0xc5, 0xfe, 0xf5, 0xb6, 0x49, 0x9c, 0x7a, 0x99, 0x33, 0x28, 0x2d, 0xe8, 0x5e, 0xdf, 0x19, 0xae, + 0x87, 0x73, 0x61, 0x60, 0x8a, 0x5d, 0xf6, 0x63, 0x15, 0xfb, 0xc4, 0xb3, 0x57, 0xdc, 0x6b, 0x66, + 0x2f, 0xa8, 0x57, 0xe6, 0xb4, 0xf9, 0xaa, 0x31, 0x20, 0x37, 0xeb, 0x17, 0xb7, 0x09, 0xbd, 0x89, + 0xa9, 0x4f, 0xac, 0x7a, 0x75, 0x4e, 0x9b, 0x1f, 0x36, 0x94, 0x16, 0xb4, 0x0c, 0xc3, 0x96, 0xd3, + 0x65, 0x03, 0x0d, 0xea, 0xb5, 0xb9, 0xf2, 0xfc, 0xe8, 0xc2, 0xd9, 0x96, 0x02, 0x6e, 0x6b, 0x51, + 0x10, 0x8d, 0x7e, 0xd3, 0xa2, 0xe7, 0xde, 0x27, 0x9b, 0x5d, 0x9f, 0x7f, 0x18, 0x91, 0x34, 0x3a, + 0x0b, 0xfb, 0x4d, 0x8b, 0x92, 0x1d, 0x2c, 0x45, 0x18, 0x70, 0xf5, 0x21, 0x3e, 0xd0, 0x34, 0x01, + 0xdd, 0x80, 0x8a, 0x6d, 0x52, 0xb3, 0x3e, 0xcc, 0xfb, 0x7c, 0xab, 0x95, 0xf0, 0xf0, 0x56, 0x1e, + 0xfc, 0xad, 0x6b, 0x26, 0x35, 0xaf, 0xbb, 0xd4, 0xef, 0x19, 0x5c, 0x01, 0x3a, 0x01, 0xe3, 0x01, + 0xb6, 0xba, 0x3e, 0xa1, 0xbd, 0x75, 0x6f, 0x1b, 0xbb, 0xf5, 0x11, 0xde, 0x65, 0xbc, 0x91, 0x19, + 0x47, 0x82, 0x1b, 0x8e, 0xb7, 0x61, 0x3a, 0x91, 0xc6, 0x3a, 0x70, 0x34, 0xd2, 0x04, 0x74, 0x1b, + 0x66, 0xb6, 0x48, 0x40, 0x3d, 0xbf, 0x77, 0xc5, 0xb7, 0xb6, 0xc8, 0x8e, 0xe9, 0xac, 0x51, 0x93, + 0x76, 0x83, 0xfa, 0xe8, 0x9c, 0x36, 0x3f, 0xb1, 0x70, 0xb0, 0x15, 0xf9, 0x6e, 0x2b, 0xce, 0x60, + 0x64, 0xcb, 0xa1, 0x16, 0xa0, 0x04, 0xe1, 0xae, 0xb1, 0x52, 0x1f, 0xe3, 0x96, 0x66, 0x50, 0xd0, + 0x5d, 0xa8, 0xef, 0x90, 0x80, 0x6c, 0x10, 0x87, 0xd0, 0xa4, 0x0d, 0xe3, 0xbb, 0xd9, 0x90, 0x2b, + 0x8a, 0xce, 0xc3, 0x4c, 0x9a, 0xc6, 0x2c, 0x99, 0xe0, 0x96, 0x64, 0x13, 0x1b, 0x6f, 0xc3, 0x48, + 0x04, 0x3a, 0x9a, 0x82, 0xf2, 0x36, 0xee, 0x49, 0xe7, 0x67, 0x3f, 0xd1, 0x34, 0x54, 0x77, 0x4c, + 0xa7, 0x8b, 0xa5, 0xd7, 0x8b, 0x8f, 0x8b, 0xa5, 0x77, 0x34, 0xfd, 0x10, 0x1c, 0xcc, 0x98, 0x46, + 0x11, 0xd9, 0xf4, 0xaf, 0xc1, 0xcc, 0x07, 0x24, 0xa0, 0x11, 0x21, 0x08, 0xd7, 0x57, 0x03, 0x86, + 0x3b, 0xe6, 0x26, 0x5e, 0x23, 0xdf, 0x14, 0x6b, 0xac, 0x6a, 0x44, 0xdf, 0x6c, 0xb2, 0x5d, 0xfc, + 0x90, 0xae, 0x9a, 0x9b, 0x58, 0x4c, 0x36, 0xeb, 0x73, 0xcc, 0x88, 0x37, 0xea, 0xdf, 0xd3, 0x60, + 0x36, 0xa9, 0x5b, 0xf4, 0x8a, 0xde, 0x03, 0x88, 0x70, 0x0b, 0xea, 0x1a, 0x77, 0xbe, 0x33, 0x29, + 0xe7, 0xbb, 0xc6, 0x17, 0xee, 0x06, 0x4e, 0x59, 0x6d, 0x28, 0xd2, 0x03, 0x1a, 0x73, 0x09, 0xea, + 0x19, 0xea, 0xf2, 0x43, 0xc9, 0x04, 0x94, 0x88, 0x2d, 0xb1, 0x2c, 0x11, 0x5b, 0xff, 0x6b, 0x09, + 0x0e, 0xe6, 0xda, 0x83, 0x2e, 0xc1, 0x78, 0x64, 0xd1, 0x8a, 0x7b, 0xdf, 0xe3, 0xaa, 0x46, 0x17, + 0xea, 0x8a, 0x77, 0xdc, 0x52, 0xe9, 0x46, 0x9c, 0x1d, 0xdd, 0x80, 0x71, 0x4b, 0x5d, 0xcf, 0xbc, + 0xe3, 0xd1, 0x85, 0x63, 0x59, 0xf2, 0xf1, 0x85, 0x1f, 0x97, 0x43, 0x1f, 0x43, 0xdd, 0xcf, 0x89, + 0x11, 0x3c, 0xda, 0x8d, 0x2e, 0xb4, 0x62, 0x71, 0x45, 0x19, 0x4a, 0x4e, 0x64, 0xc9, 0xd5, 0x87, + 0xe6, 0x61, 0xf2, 0xbe, 0x49, 0x1c, 0x6f, 0x07, 0xfb, 0xf7, 0x44, 0xfc, 0xe6, 0x41, 0xb1, 0x6c, + 0x24, 0x9b, 0xb3, 0x97, 0x7d, 0x35, 0x67, 0xd9, 0xeb, 0x7f, 0x2f, 0xc1, 0xec, 0xdd, 0x8e, 0x6d, + 0xd2, 0xc1, 0x66, 0xea, 0x32, 0x8c, 0x76, 0x39, 0xb7, 0xcd, 0x91, 0x17, 0xc8, 0x35, 0x15, 0xe4, + 0x12, 0xba, 0x38, 0xfe, 0xaa, 0x48, 0x1a, 0xfd, 0xf2, 0x33, 0x40, 0xbf, 0xf2, 0x94, 0xd1, 0x4f, + 0x05, 0xdc, 0x6a, 0x56, 0xc0, 0x9d, 0x87, 0x49, 0x1b, 0x3b, 0x98, 0xe2, 0xab, 0xa6, 0x7d, 0x95, + 0xb8, 0xa6, 0xdf, 0xab, 0xd7, 0x38, 0x5f, 0xb2, 0x59, 0xff, 0x4b, 0x09, 0x0e, 0xa4, 0x50, 0x7f, + 0xe5, 0xde, 0x4f, 0xdf, 0xbd, 0xef, 0xb2, 0x40, 0xd2, 0xf1, 0xb1, 0x35, 0xa8, 0x83, 0xa7, 0x66, + 0xba, 0x94, 0x31, 0xd3, 0xfa, 0x61, 0x68, 0x64, 0xa9, 0x95, 0x61, 0xfe, 0xdb, 0x35, 0x38, 0xb2, + 0x46, 0x4d, 0x9f, 0x7e, 0x98, 0xae, 0x57, 0x44, 0xcf, 0x87, 0x61, 0x24, 0x9a, 0x0d, 0xd9, 0x7d, + 0xbf, 0x81, 0xd5, 0x2f, 0x61, 0x74, 0x5e, 0x09, 0xc3, 0xa2, 0xd2, 0x82, 0xde, 0x81, 0xb1, 0xf0, + 0x6b, 0xbd, 0xd7, 0xc1, 0x72, 0x32, 0xa6, 0x5b, 0xa2, 0x1a, 0x6e, 0x7d, 0xa8, 0xd0, 0x8c, 0x18, + 0x27, 0x6a, 0xc1, 0x30, 0xab, 0x0a, 0x59, 0xa2, 0x90, 0x6b, 0x04, 0xb5, 0xc2, 0x32, 0xb1, 0xb5, + 0x2e, 0x29, 0x46, 0xc4, 0x83, 0x4e, 0x42, 0x95, 0xb8, 0x9d, 0x2e, 0xe5, 0x00, 0x8f, 0x2e, 0x4c, + 0x86, 0x5d, 0xac, 0x9a, 0x3d, 0xc7, 0x33, 0x6d, 0x43, 0x50, 0xd1, 0x2a, 0x1c, 0x8f, 0x8a, 0x69, + 0x3e, 0xf0, 0x75, 0x6f, 0xd1, 0xf1, 0x02, 0xbc, 0x4e, 0xda, 0xd8, 0xeb, 0xd2, 0x35, 0x6c, 0x79, + 0xae, 0x1d, 0xf0, 0xc5, 0x50, 0x35, 0x06, 0x61, 0x45, 0x4b, 0xd0, 0x64, 0x46, 0x14, 0x28, 0x1b, + 0xe2, 0xca, 0x76, 0xe1, 0x62, 0x89, 0x95, 0xd8, 0xac, 0x44, 0xa4, 0xbd, 0xfa, 0x30, 0x07, 0x32, + 0xfa, 0x66, 0x93, 0x20, 0xf7, 0x1e, 0x2b, 0xb6, 0xac, 0xa0, 0xfa, 0x0d, 0x68, 0x0d, 0x66, 0xfa, + 0x90, 0x1b, 0xb8, 0x1b, 0xe0, 0x55, 0xcf, 0x21, 0x56, 0x8f, 0x57, 0x50, 0x13, 0x0b, 0x47, 0x92, + 0x68, 0xc7, 0x98, 0x8c, 0x6c, 0x59, 0xf4, 0xbf, 0x30, 0xea, 0x63, 0xea, 0xf7, 0xa4, 0xaa, 0x51, + 0x8e, 0xea, 0x6b, 0xa1, 0x2a, 0xa3, 0x4f, 0x32, 0x54, 0x3e, 0xa4, 0xc3, 0x98, 0xe5, 0x7b, 0xee, + 0x9a, 0xb5, 0x85, 0xed, 0xae, 0x83, 0x65, 0x11, 0x15, 0x6b, 0x43, 0x73, 0x50, 0x69, 0xe3, 0xb6, + 0xc7, 0x4b, 0xa5, 0xd1, 0x85, 0xb1, 0x50, 0xe7, 0x4d, 0xdc, 0xf6, 0x0c, 0x4e, 0x41, 0xd7, 0x60, + 0x2a, 0xc0, 0xa6, 0x6f, 0x6d, 0x5d, 0xa1, 0xd4, 0x27, 0x1b, 0x5d, 0x8a, 0x03, 0x5e, 0x04, 0xb1, + 0xd8, 0x22, 0xb9, 0xd7, 0x12, 0x74, 0x23, 0x25, 0x81, 0x4e, 0x41, 0x6d, 0x0b, 0x9b, 0x36, 0xf6, + 0xeb, 0x93, 0x5c, 0x76, 0x22, 0x94, 0x5d, 0xe6, 0xad, 0x86, 0xa4, 0xea, 0x17, 0xa0, 0x99, 0xb7, + 0x06, 0x64, 0xa0, 0x9b, 0x86, 0xaa, 0xdf, 0x75, 0x57, 0x6c, 0xb9, 0x00, 0xc4, 0x87, 0xfe, 0x8f, + 0x12, 0xe8, 0x37, 0x70, 0x5a, 0x6c, 0x59, 0x54, 0x8c, 0x83, 0xad, 0xa0, 0x8b, 0x30, 0x12, 0x79, + 0x99, 0x8c, 0x7f, 0x87, 0x5b, 0x51, 0x4b, 0x2b, 0x6d, 0x53, 0x9f, 0x9d, 0x85, 0xa2, 0xb6, 0xf9, + 0x90, 0xb4, 0xbb, 0xed, 0xd5, 0xb0, 0x24, 0x2b, 0x73, 0x5f, 0x4b, 0x36, 0xa7, 0x8b, 0xa1, 0x4a, + 0x46, 0x31, 0xc4, 0xf4, 0x3d, 0x30, 0x09, 0x5d, 0xf2, 0xfc, 0x5b, 0xf8, 0xc1, 0x75, 0xb6, 0x11, + 0x95, 0xe1, 0x2a, 0xd9, 0x8c, 0xee, 0xc1, 0xac, 0xac, 0x8b, 0xf9, 0xf7, 0x12, 0xdf, 0x5b, 0xf2, + 0x15, 0x5e, 0xe3, 0x3e, 0xd7, 0x6c, 0x89, 0xed, 0x66, 0x6b, 0x39, 0x93, 0xcb, 0xc8, 0x91, 0x66, + 0xee, 0x13, 0x6c, 0x93, 0x4e, 0x58, 0xdf, 0xf2, 0xa5, 0x33, 0x6c, 0xc4, 0xda, 0xf4, 0x5f, 0x6a, + 0x70, 0xbc, 0x10, 0x76, 0x39, 0x69, 0xf3, 0x30, 0x24, 0x7b, 0x91, 0x79, 0x69, 0xa2, 0xc5, 0x37, + 0xd7, 0xa1, 0x4d, 0x46, 0x48, 0x46, 0x6f, 0x02, 0xf8, 0xe6, 0x03, 0xd9, 0x5c, 0x2f, 0xf1, 0xb2, + 0x73, 0x2a, 0x74, 0x16, 0x56, 0x5c, 0x5f, 0x75, 0xbc, 0x0d, 0x43, 0xe1, 0x49, 0xe3, 0x59, 0xce, + 0xc2, 0xb3, 0x01, 0xc3, 0x26, 0xb7, 0x1a, 0xdb, 0x1c, 0xf0, 0x61, 0x23, 0xfa, 0xd6, 0x7f, 0xaa, + 0x41, 0x63, 0xd5, 0x73, 0x9c, 0x25, 0xcf, 0xbf, 0x26, 0x37, 0xf1, 0x2c, 0xaa, 0x0d, 0xe6, 0x34, + 0x6a, 0x70, 0x2c, 0x0d, 0x10, 0x1c, 0xd5, 0xd8, 0x52, 0x4e, 0xc4, 0x96, 0x53, 0x30, 0xb1, 0xc1, + 0x53, 0xfd, 0xe2, 0x16, 0xb6, 0xb6, 0x83, 0x6e, 0x9b, 0x9b, 0x3a, 0x62, 0x24, 0x5a, 0xf5, 0x9f, + 0xd5, 0xe0, 0x50, 0xa6, 0xc1, 0x12, 0xee, 0xc3, 0x30, 0xc2, 0xfa, 0x13, 0x70, 0x68, 0x1c, 0x8e, + 0x7e, 0x03, 0x7a, 0x0f, 0xf6, 0xa7, 0xb6, 0xc4, 0x03, 0xb9, 0x7b, 0x5a, 0xec, 0x2b, 0x24, 0x95, + 0x0b, 0x30, 0xdb, 0xf1, 0xf1, 0x0e, 0xf1, 0xba, 0x01, 0x5f, 0xf1, 0xd8, 0xe6, 0x0e, 0xb8, 0x62, + 0xcb, 0x14, 0x9e, 0x43, 0x65, 0x18, 0x05, 0x71, 0xfe, 0x2a, 0xe7, 0x4f, 0xb4, 0xa2, 0x3a, 0x0c, + 0x99, 0x94, 0xe2, 0x76, 0x87, 0xf2, 0x75, 0x50, 0x36, 0xc2, 0x4f, 0x74, 0x06, 0xa6, 0x36, 0x4c, + 0x6b, 0xdb, 0xf1, 0x36, 0x17, 0xbd, 0xae, 0x4b, 0x97, 0x89, 0x4b, 0xb9, 0x73, 0x97, 0x8d, 0x54, + 0xbb, 0xea, 0xb8, 0xc3, 0xc5, 0x8e, 0x9b, 0x72, 0xc3, 0x91, 0x2c, 0x37, 0x3c, 0x03, 0x55, 0x7e, + 0x4a, 0xc3, 0xf3, 0x01, 0x03, 0x8a, 0x7f, 0x45, 0x38, 0xdd, 0x61, 0x5f, 0x86, 0x60, 0x41, 0xab, + 0x70, 0x30, 0x05, 0x78, 0xe8, 0x50, 0x32, 0x09, 0x64, 0xb9, 0x5a, 0xbe, 0x10, 0xdb, 0x5c, 0x07, + 0x32, 0xf2, 0xdb, 0x2c, 0xe5, 0x05, 0xd4, 0x6c, 0x77, 0x78, 0x5e, 0x28, 0x1b, 0x19, 0x14, 0x86, + 0x94, 0x44, 0xb5, 0xcf, 0x3d, 0x2e, 0x90, 0x4a, 0xb6, 0xa3, 0x35, 0x18, 0x62, 0x66, 0x13, 0x9e, + 0x1e, 0xd8, 0xaa, 0xfd, 0xbf, 0xd4, 0x66, 0xb1, 0xc0, 0x65, 0x5b, 0x77, 0x84, 0xac, 0x38, 0xaf, + 0x08, 0x35, 0x35, 0x56, 0x61, 0x4c, 0x25, 0x64, 0xec, 0xa9, 0xcf, 0xa8, 0x7b, 0xea, 0x5c, 0x40, + 0xfb, 0x3b, 0xed, 0xdf, 0x54, 0xe0, 0xb8, 0xe8, 0xd4, 0x56, 0xed, 0x58, 0xf4, 0xda, 0x1d, 0x56, + 0x6c, 0xdb, 0xca, 0xa2, 0x2f, 0x58, 0x42, 0x6f, 0xc2, 0x48, 0x78, 0xdc, 0x17, 0xc8, 0x20, 0x85, + 0x5a, 0x61, 0x4b, 0x2b, 0x54, 0x6c, 0xf4, 0x99, 0x0a, 0x97, 0xfd, 0x6d, 0x06, 0x33, 0xb1, 0xb6, + 0x7b, 0x4a, 0x8a, 0x15, 0x75, 0xd6, 0xf1, 0xbe, 0xd2, 0x35, 0xce, 0x11, 0xcd, 0x69, 0x2c, 0xdb, + 0x26, 0x84, 0xd1, 0x79, 0x98, 0xf1, 0x31, 0xed, 0xfa, 0xee, 0x2d, 0xfc, 0x40, 0x1d, 0xa5, 0x4c, + 0x21, 0xd9, 0x44, 0x74, 0x09, 0x1a, 0xf7, 0x3d, 0xdf, 0xc2, 0x8b, 0x3e, 0x66, 0x05, 0x6a, 0x42, + 0xb4, 0xc6, 0x45, 0x0b, 0x38, 0x32, 0xa2, 0xd7, 0x50, 0x56, 0xf4, 0x42, 0x1f, 0xc3, 0x18, 0x9f, + 0x24, 0x03, 0x07, 0x5d, 0x87, 0x06, 0xf2, 0x60, 0x6b, 0x29, 0xe3, 0x60, 0x6b, 0xd7, 0x69, 0x6a, + 0xdd, 0x51, 0x14, 0x09, 0xdf, 0x89, 0xe9, 0x6e, 0x7c, 0x1d, 0xf6, 0xa7, 0x58, 0x32, 0xbc, 0xe8, + 0xcd, 0xb8, 0x17, 0x35, 0x32, 0xbd, 0x88, 0xab, 0x50, 0x7d, 0xe9, 0x21, 0x9c, 0x28, 0xb6, 0x51, + 0x86, 0xe3, 0x55, 0x18, 0xb3, 0x55, 0x28, 0x45, 0x0a, 0x3c, 0xbb, 0x97, 0xf5, 0x61, 0xc4, 0x34, + 0xe8, 0x7f, 0xd6, 0x60, 0x2e, 0xa3, 0xeb, 0x25, 0x93, 0x38, 0x83, 0xba, 0xf0, 0x79, 0xa8, 0x5a, + 0x66, 0x37, 0x10, 0x43, 0x66, 0x55, 0x82, 0x88, 0x6b, 0x69, 0x75, 0x8b, 0x8c, 0xcb, 0x10, 0xcc, + 0xe8, 0x75, 0x18, 0xb2, 0x31, 0x35, 0x89, 0x13, 0xc8, 0x50, 0x9f, 0x2a, 0xee, 0x43, 0x7a, 0xcc, + 0xe3, 0x2b, 0xbb, 0x26, 0xba, 0x6a, 0x66, 0xa2, 0x3b, 0x0e, 0xc7, 0x0a, 0x86, 0x29, 0x37, 0x4e, + 0xbf, 0xeb, 0xa7, 0xef, 0x2b, 0x16, 0x25, 0x3b, 0x6c, 0xbf, 0xf5, 0x42, 0xd2, 0xf7, 0x12, 0x4c, + 0x85, 0x7c, 0x37, 0x31, 0x35, 0xf9, 0xa9, 0x6d, 0x45, 0x3a, 0x54, 0x4a, 0x67, 0xc8, 0x61, 0xa4, + 0x64, 0xf4, 0xdf, 0xf7, 0xd3, 0x7b, 0x7c, 0x40, 0xcf, 0x3d, 0xbd, 0x37, 0x01, 0x4c, 0x69, 0xc1, + 0x8a, 0x1d, 0x9e, 0xc5, 0xf7, 0x5b, 0x58, 0xfa, 0x0f, 0xbf, 0x78, 0xfa, 0xaf, 0xc4, 0xd3, 0xff, + 0x15, 0x85, 0x66, 0xc4, 0x38, 0x07, 0xdd, 0x23, 0x66, 0x67, 0xac, 0x5a, 0x6e, 0xc6, 0xba, 0x06, + 0x47, 0xc2, 0xd6, 0xa2, 0x0d, 0x60, 0x31, 0x53, 0x66, 0xde, 0x1b, 0xce, 0xc9, 0x7b, 0x97, 0xa0, + 0x11, 0xe4, 0xef, 0x37, 0x47, 0x78, 0x77, 0x05, 0x1c, 0xe8, 0x1d, 0x38, 0xb0, 0x85, 0x4d, 0x9f, + 0x6e, 0x60, 0x93, 0x26, 0x84, 0x81, 0x0b, 0xe7, 0x91, 0xd5, 0x0a, 0x67, 0x94, 0x73, 0x46, 0x15, + 0xce, 0x32, 0x1c, 0x4d, 0x63, 0x73, 0xfb, 0xfe, 0xfa, 0x16, 0x09, 0xae, 0x48, 0x09, 0x91, 0xf4, + 0x77, 0x63, 0x43, 0xff, 0x0f, 0x53, 0x51, 0xf7, 0xd7, 0xe4, 0xc2, 0x1f, 0xcf, 0x9e, 0xb1, 0x14, + 0x63, 0xaa, 0x38, 0x9c, 0x18, 0xb8, 0x38, 0x3c, 0xdb, 0xf7, 0xe1, 0xfe, 0x71, 0xcd, 0xa4, 0xb8, + 0x21, 0x49, 0x11, 0x94, 0xcd, 0xe5, 0x54, 0xe1, 0xe6, 0xf2, 0xbb, 0x1a, 0xe8, 0x06, 0xb6, 0x3c, + 0xdf, 0x56, 0x97, 0xd5, 0x72, 0x68, 0xf6, 0x60, 0x71, 0x53, 0x89, 0x80, 0xa5, 0x3d, 0x44, 0xc0, + 0x44, 0xac, 0xd0, 0x6f, 0xb3, 0x32, 0xa4, 0xc0, 0x94, 0x68, 0xe3, 0x34, 0x69, 0x99, 0xae, 0x85, + 0x1d, 0x69, 0x1c, 0x16, 0xfb, 0xde, 0x61, 0x23, 0xd9, 0xac, 0x3f, 0xd6, 0xe0, 0x54, 0x81, 0xc6, + 0xab, 0xbd, 0x15, 0xfb, 0xe9, 0x9c, 0x23, 0x45, 0x1b, 0xf0, 0xb2, 0xb2, 0x01, 0x4f, 0x44, 0x8a, + 0x4a, 0x2a, 0x52, 0x28, 0xb0, 0x55, 0xf7, 0x00, 0x5b, 0x2d, 0x01, 0xdb, 0x1a, 0x9c, 0xde, 0x75, + 0x90, 0x7b, 0x86, 0xee, 0x53, 0x2d, 0xaa, 0x09, 0x55, 0xb5, 0x7b, 0xac, 0x09, 0x4f, 0x43, 0xcd, + 0xe7, 0x25, 0x42, 0x9e, 0x5f, 0x48, 0x72, 0xa1, 0x5b, 0x9c, 0x8a, 0x4a, 0x8a, 0x1c, 0x4b, 0x64, + 0xce, 0x7b, 0xa4, 0x31, 0x20, 0xf2, 0x19, 0x5f, 0xf4, 0x74, 0xf7, 0xc1, 0xa8, 0x0e, 0x0e, 0x46, + 0x72, 0xb2, 0xcf, 0xc0, 0xfc, 0xee, 0x63, 0x94, 0x80, 0x7c, 0xde, 0xaf, 0x88, 0x54, 0xe6, 0xbd, + 0x54, 0x44, 0xb3, 0xcc, 0x66, 0x33, 0x88, 0x6e, 0xa5, 0xe5, 0xd7, 0x53, 0xaa, 0x79, 0x94, 0x5a, + 0x26, 0xcb, 0x40, 0x39, 0x8c, 0x7f, 0x69, 0x99, 0x0e, 0x20, 0xb8, 0x5e, 0xf4, 0xa4, 0xf6, 0x01, + 0xaa, 0xe6, 0x01, 0x54, 0xdb, 0x03, 0x40, 0x43, 0x09, 0x80, 0x4e, 0xc3, 0xc9, 0x5d, 0x86, 0x2e, + 0x41, 0x12, 0x71, 0x3c, 0xed, 0x18, 0x7c, 0x59, 0x0f, 0x3a, 0xdb, 0x4f, 0x29, 0x8e, 0x9f, 0xcc, + 0x0e, 0x1d, 0x91, 0x29, 0xd2, 0x64, 0x11, 0x9d, 0x73, 0xf9, 0xfe, 0x4b, 0xa2, 0xf3, 0xeb, 0xd9, + 0x41, 0x29, 0x36, 0x48, 0x09, 0xc8, 0x6f, 0x35, 0x36, 0xdb, 0x7c, 0xc4, 0x82, 0xfe, 0x84, 0xb7, + 0x1e, 0x4f, 0xb3, 0xda, 0x2d, 0xaa, 0xed, 0x63, 0xc7, 0xfe, 0x95, 0xc4, 0xb1, 0xbf, 0x3e, 0xcf, + 0x66, 0xb7, 0x78, 0x30, 0x72, 0xdc, 0x3f, 0x2e, 0x41, 0x73, 0x8d, 0x6c, 0xba, 0xe6, 0xcb, 0x30, + 0xe0, 0x26, 0x40, 0xc0, 0x6d, 0xe1, 0x2f, 0x50, 0x64, 0x79, 0xdf, 0x6f, 0xe9, 0x17, 0xe9, 0x95, + 0xc2, 0x22, 0x5d, 0xc5, 0xad, 0x5a, 0x84, 0x5b, 0x2d, 0x79, 0x5d, 0x52, 0x87, 0x21, 0xcb, 0x73, + 0xa9, 0xef, 0x39, 0x32, 0x1a, 0x84, 0x9f, 0xfa, 0x31, 0x38, 0x9a, 0x0b, 0x53, 0x18, 0x2b, 0x6b, + 0x70, 0x5a, 0xf2, 0x10, 0xba, 0xf5, 0xea, 0xea, 0xec, 0xd5, 0xd5, 0x59, 0xfa, 0xea, 0x2c, 0xee, + 0xe1, 0xa3, 0x29, 0x0f, 0xff, 0x1f, 0x18, 0x15, 0x5f, 0x2b, 0x1c, 0xf5, 0xb1, 0x6c, 0xd4, 0x55, + 0x1e, 0xd5, 0x67, 0xc7, 0x63, 0x3e, 0x9b, 0xbc, 0xa7, 0x9b, 0x78, 0xc2, 0x7b, 0xba, 0xc9, 0x82, + 0x7b, 0xba, 0xa9, 0x3d, 0xdd, 0xd3, 0xed, 0xff, 0x0a, 0xf7, 0x74, 0xa8, 0x70, 0x2b, 0x75, 0x19, + 0xe6, 0x77, 0x5f, 0x7a, 0x85, 0x37, 0x76, 0xff, 0xd4, 0xe0, 0x88, 0x81, 0x03, 0x4c, 0x5f, 0x82, + 0x38, 0xd8, 0x2f, 0x6c, 0xca, 0xb1, 0xc2, 0xe6, 0x3c, 0xcc, 0x84, 0xc7, 0x6e, 0x4b, 0xc4, 0x25, + 0xc1, 0x56, 0xfc, 0x8a, 0x22, 0x9b, 0x18, 0x77, 0xf3, 0x6a, 0x32, 0x55, 0x5c, 0x80, 0x66, 0xde, + 0xb0, 0x0b, 0xf1, 0xfa, 0x9b, 0x06, 0xc7, 0xd6, 0xb1, 0xdf, 0x26, 0xae, 0x49, 0xf1, 0x4b, 0x8c, + 0x99, 0x52, 0x4a, 0x54, 0xf6, 0x50, 0x4a, 0x24, 0xf2, 0x86, 0x7e, 0x02, 0xf4, 0xa2, 0xd1, 0xca, + 0x14, 0xf0, 0x65, 0x09, 0x8e, 0xb1, 0xb8, 0x79, 0xbb, 0x83, 0xdd, 0x14, 0x57, 0x30, 0x18, 0x28, + 0x19, 0x37, 0xb7, 0xa5, 0x01, 0x6f, 0x6e, 0x33, 0x6f, 0x1a, 0xaf, 0xc0, 0xa4, 0x38, 0xee, 0x21, + 0x6d, 0x2c, 0xae, 0x53, 0x25, 0x10, 0x07, 0xc2, 0x8b, 0xd8, 0xb5, 0x38, 0xd9, 0x48, 0xf2, 0xa3, + 0xf7, 0x61, 0x32, 0x9a, 0x0d, 0xa9, 0x42, 0xe4, 0x83, 0xa3, 0xa1, 0x8a, 0xd4, 0x60, 0x05, 0xdb, + 0xf2, 0x3e, 0x23, 0x29, 0x89, 0xde, 0x05, 0xa0, 0xbd, 0x4e, 0x68, 0x4a, 0x4d, 0x9e, 0x47, 0x26, + 0xf4, 0xac, 0x47, 0x1c, 0xcb, 0xfb, 0x0c, 0x85, 0xff, 0xea, 0x08, 0x0c, 0x09, 0xd6, 0x40, 0xff, + 0xbe, 0x06, 0x7a, 0x11, 0xd8, 0xd2, 0x7d, 0x2f, 0x03, 0x44, 0x26, 0x84, 0x0f, 0x07, 0xe7, 0x8a, + 0xbc, 0x8b, 0x3f, 0x47, 0x52, 0x64, 0x06, 0x7c, 0x2e, 0xf8, 0x93, 0x32, 0x1c, 0x67, 0xe6, 0xf0, + 0x2c, 0x64, 0xbf, 0x9a, 0xfd, 0x67, 0x30, 0xfb, 0xe8, 0x22, 0x8c, 0x05, 0xfc, 0x41, 0xac, 0x94, + 0x1f, 0x92, 0x85, 0x4f, 0x7f, 0x28, 0x11, 0x6d, 0x79, 0x9f, 0x11, 0xe3, 0x55, 0x3d, 0xe7, 0x07, + 0x1a, 0x9c, 0x28, 0x9e, 0xaa, 0xe7, 0xec, 0x3b, 0x3f, 0xd4, 0xe0, 0x08, 0x33, 0xe8, 0x49, 0xbd, + 0x46, 0x7d, 0x79, 0x5b, 0xda, 0xed, 0xe5, 0x6d, 0xa6, 0x9f, 0x4c, 0x87, 0x17, 0xc1, 0x62, 0x2f, + 0x21, 0x3e, 0xf4, 0x4f, 0x35, 0x68, 0xe6, 0xd9, 0xf5, 0x9c, 0x21, 0xfa, 0x91, 0x06, 0x27, 0x99, + 0x29, 0x57, 0xe4, 0x2b, 0x89, 0x97, 0x0d, 0xaa, 0xcf, 0x34, 0x38, 0xb5, 0x9b, 0x7d, 0x2f, 0xc0, + 0xab, 0xd6, 0x2c, 0xd3, 0x7d, 0x19, 0xbd, 0x2a, 0xcf, 0xae, 0xe7, 0x0c, 0xd1, 0x3a, 0x34, 0xf9, + 0xe3, 0x8a, 0x27, 0x85, 0x28, 0x1a, 0x60, 0x49, 0x1d, 0xe0, 0xdb, 0x70, 0x34, 0x57, 0x6b, 0xbf, + 0xa8, 0xb2, 0x18, 0x0b, 0x57, 0x59, 0x36, 0xc4, 0x87, 0x7e, 0x18, 0x1a, 0x37, 0x30, 0x4d, 0xd5, + 0xc5, 0xc2, 0x14, 0xfd, 0xe7, 0x1a, 0x1c, 0xca, 0x24, 0x47, 0x4f, 0xe4, 0x2b, 0xdb, 0xb8, 0x17, + 0xc2, 0x75, 0x21, 0x75, 0x9f, 0x5b, 0x20, 0xdb, 0x7a, 0x1f, 0xf7, 0xe4, 0x85, 0x35, 0xd7, 0xd1, + 0xb8, 0x03, 0x23, 0x51, 0x53, 0xc6, 0x05, 0x75, 0x4b, 0xbd, 0xa0, 0x9e, 0xe8, 0x97, 0xf4, 0x2b, + 0xae, 0x8d, 0x1f, 0x62, 0xfb, 0x1e, 0xa3, 0xf1, 0xed, 0xa7, 0x72, 0x3d, 0xfd, 0x79, 0x29, 0x3a, + 0x12, 0xe5, 0x17, 0xd8, 0x4f, 0x70, 0xa6, 0xfd, 0x2e, 0x8c, 0x5b, 0xa1, 0x04, 0xdf, 0xf9, 0x8a, + 0xee, 0x67, 0xe5, 0xfd, 0xb8, 0x72, 0x2f, 0xce, 0x3b, 0x8f, 0x33, 0xb3, 0xcd, 0x95, 0x72, 0x19, + 0x9f, 0x77, 0x78, 0xaa, 0xf2, 0xb0, 0xbd, 0x10, 0xf6, 0x7d, 0xcf, 0xbf, 0x29, 0xfe, 0x65, 0x24, + 0xfd, 0x38, 0xd6, 0x86, 0x96, 0x45, 0x15, 0x1b, 0x3d, 0xee, 0xe5, 0xcf, 0x9d, 0xab, 0x32, 0xb3, + 0xc9, 0xbf, 0x29, 0x71, 0x87, 0x8d, 0x71, 0x18, 0x69, 0x21, 0xe5, 0x48, 0x36, 0x0b, 0x20, 0x59, + 0x63, 0xee, 0x40, 0x83, 0x17, 0xec, 0xe2, 0x01, 0x46, 0xb4, 0x67, 0x7f, 0xd6, 0x2f, 0x0a, 0xf5, + 0x23, 0x70, 0x28, 0xb3, 0x5f, 0x69, 0xd6, 0x2f, 0x4a, 0x30, 0xcd, 0xad, 0x0e, 0x95, 0x3c, 0xfb, + 0x37, 0x8e, 0xd1, 0xe3, 0xa5, 0xf2, 0xee, 0x8f, 0x97, 0x6e, 0xc3, 0xb4, 0x9c, 0xd7, 0x8f, 0xb1, + 0x45, 0x17, 0x3d, 0xd7, 0x26, 0xd1, 0x1b, 0xfb, 0x89, 0x85, 0x43, 0x71, 0x07, 0x8a, 0xb1, 0x18, + 0x99, 0x82, 0xc8, 0x80, 0x19, 0xde, 0xbe, 0xe8, 0xb9, 0x01, 0x09, 0x28, 0x76, 0xad, 0xde, 0x07, + 0x78, 0x07, 0x3b, 0x7c, 0xe6, 0x27, 0x16, 0x0e, 0xab, 0x1a, 0x93, 0x3c, 0x46, 0xb6, 0xa8, 0xfe, + 0x1d, 0x0d, 0x66, 0x12, 0x18, 0xca, 0xa5, 0x9d, 0x70, 0x5d, 0x6d, 0x00, 0xd7, 0xbd, 0x08, 0xe3, + 0x8a, 0xe1, 0xd8, 0x4e, 0xbc, 0x48, 0xba, 0xa3, 0xd2, 0x8c, 0x38, 0xab, 0xfe, 0x2d, 0x98, 0x0b, + 0xff, 0xb9, 0xf2, 0x84, 0x5b, 0xbb, 0xaf, 0xe2, 0x69, 0xff, 0x2e, 0xc1, 0xb1, 0x82, 0xee, 0x25, + 0x24, 0x26, 0xcc, 0x46, 0x22, 0xf1, 0x67, 0xfd, 0x02, 0x9d, 0xd7, 0x8b, 0xba, 0x8b, 0xbf, 0xe8, + 0xcf, 0x51, 0x84, 0xee, 0xf5, 0x8f, 0x80, 0x62, 0x89, 0x46, 0x0e, 0x68, 0xf7, 0x84, 0x94, 0x2d, + 0x8e, 0x3e, 0x80, 0xfd, 0x1d, 0xec, 0xda, 0xc4, 0xdd, 0x94, 0xe7, 0xd2, 0x04, 0x07, 0xf5, 0x32, + 0x8f, 0xda, 0x4d, 0x45, 0xe7, 0x6a, 0x8c, 0xa7, 0x27, 0xa2, 0x46, 0x4a, 0x10, 0xdd, 0x82, 0x49, + 0xd9, 0xb8, 0xb8, 0x45, 0x1c, 0xdb, 0xe7, 0x4f, 0x78, 0x99, 0xae, 0x13, 0x69, 0x5d, 0x9c, 0x23, + 0x6e, 0x63, 0x52, 0x58, 0xff, 0xa3, 0x06, 0x07, 0x42, 0xf8, 0xf7, 0x16, 0x5e, 0xf6, 0xfa, 0x78, + 0xe5, 0x22, 0x8c, 0x85, 0xbf, 0xa3, 0x73, 0x4c, 0x16, 0xcd, 0x53, 0x32, 0xe2, 0x24, 0x53, 0xe5, + 0x45, 0xe7, 0x61, 0x86, 0xb8, 0x96, 0xd3, 0xb5, 0x23, 0x1b, 0xe5, 0xbf, 0xec, 0xc4, 0x6b, 0xda, + 0x6c, 0x22, 0xdb, 0x33, 0xd6, 0xd3, 0x63, 0x93, 0x1e, 0xd5, 0x82, 0xa1, 0x8e, 0xe7, 0x38, 0xd8, + 0x0f, 0x53, 0xe8, 0x74, 0xdf, 0x92, 0x55, 0x4e, 0xe0, 0x80, 0x85, 0x4c, 0xe8, 0x32, 0x4c, 0xd0, + 0x78, 0xdf, 0x25, 0x79, 0xc0, 0x95, 0x1a, 0x80, 0xfc, 0x83, 0x5f, 0x82, 0x5f, 0x3f, 0x00, 0x33, + 0x37, 0x30, 0x95, 0xff, 0xae, 0xe4, 0xca, 0x65, 0xaa, 0xa7, 0x30, 0x9b, 0x24, 0x48, 0x23, 0x3f, + 0x82, 0x03, 0x41, 0xb7, 0xd3, 0xf1, 0x7c, 0x8a, 0xed, 0x45, 0x87, 0x60, 0x97, 0xca, 0x0c, 0x12, + 0x48, 0xbf, 0x9f, 0x8b, 0x72, 0xce, 0x5a, 0x36, 0x9f, 0x91, 0xa7, 0x40, 0x6f, 0x8b, 0x5d, 0x48, + 0x68, 0xf4, 0xaa, 0xe9, 0x53, 0xb2, 0x87, 0x62, 0x68, 0x8f, 0xd3, 0xaf, 0x7f, 0x29, 0x77, 0x17, + 0x59, 0xfd, 0xc9, 0xd1, 0x5a, 0xd0, 0x30, 0x95, 0xab, 0x9b, 0x38, 0x97, 0x9c, 0xa5, 0xe3, 0xe9, + 0x4e, 0x22, 0x9e, 0xe8, 0x55, 0x53, 0x81, 0x1a, 0xd6, 0x89, 0xfa, 0x9a, 0x2d, 0xd1, 0x49, 0x69, + 0x0f, 0x9d, 0xe4, 0xab, 0xb9, 0xea, 0xfc, 0xfa, 0x51, 0x53, 0xfb, 0xe2, 0x51, 0x53, 0xfb, 0xd3, + 0xa3, 0xa6, 0xf6, 0xd9, 0xe3, 0xe6, 0xbe, 0x2f, 0x1e, 0x37, 0xf7, 0xfd, 0xe1, 0x71, 0x73, 0x1f, + 0x1c, 0x23, 0x5e, 0x8b, 0xe2, 0x76, 0xc7, 0xf3, 0x4d, 0x47, 0xfc, 0x8d, 0x39, 0x59, 0xb9, 0xad, + 0x6a, 0x1f, 0xbd, 0xb1, 0xa9, 0x30, 0x11, 0xef, 0x5c, 0xf8, 0xfb, 0x0d, 0x2e, 0x70, 0x2e, 0x21, + 0xb0, 0x51, 0xe3, 0xcd, 0x6f, 0xfd, 0x27, 0x00, 0x00, 0xff, 0xff, 0xb5, 0x98, 0xf1, 0x3a, 0xa8, + 0x3e, 0x00, 0x00, } func (m *RegisterNamespaceRequest) Marshal() (dAtA []byte, err error) { @@ -6500,7 +6491,7 @@ func (m *RespondDecisionTaskCompletedRequest) MarshalToSizedBuffer(dAtA []byte) dAtA[i] = 0xa i = encodeVarintRequestResponse(dAtA, i, uint64(baseI-i)) i-- - dAtA[i] = 0x4a + dAtA[i] = 0x42 } } if len(m.BinaryChecksum) > 0 { @@ -6508,7 +6499,7 @@ func (m *RespondDecisionTaskCompletedRequest) MarshalToSizedBuffer(dAtA []byte) copy(dAtA[i:], m.BinaryChecksum) i = encodeVarintRequestResponse(dAtA, i, uint64(len(m.BinaryChecksum))) i-- - dAtA[i] = 0x42 + dAtA[i] = 0x3a } if m.ForceCreateNewDecisionTask { i-- @@ -6518,7 +6509,7 @@ func (m *RespondDecisionTaskCompletedRequest) MarshalToSizedBuffer(dAtA []byte) dAtA[i] = 0 } i-- - dAtA[i] = 0x38 + dAtA[i] = 0x30 } if m.ReturnNewDecisionTask { i-- @@ -6528,7 +6519,7 @@ func (m *RespondDecisionTaskCompletedRequest) MarshalToSizedBuffer(dAtA []byte) dAtA[i] = 0 } i-- - dAtA[i] = 0x30 + dAtA[i] = 0x28 } if m.StickyAttributes != nil { { @@ -6540,20 +6531,13 @@ func (m *RespondDecisionTaskCompletedRequest) MarshalToSizedBuffer(dAtA []byte) i = encodeVarintRequestResponse(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x2a + dAtA[i] = 0x22 } if len(m.Identity) > 0 { i -= len(m.Identity) copy(dAtA[i:], m.Identity) i = encodeVarintRequestResponse(dAtA, i, uint64(len(m.Identity))) i-- - dAtA[i] = 0x22 - } - if len(m.ExecutionContext) > 0 { - i -= len(m.ExecutionContext) - copy(dAtA[i:], m.ExecutionContext) - i = encodeVarintRequestResponse(dAtA, i, uint64(len(m.ExecutionContext))) - i-- dAtA[i] = 0x1a } if len(m.Decisions) > 0 { @@ -10055,10 +10039,6 @@ func (m *RespondDecisionTaskCompletedRequest) Size() (n int) { n += 1 + l + sovRequestResponse(uint64(l)) } } - l = len(m.ExecutionContext) - if l > 0 { - n += 1 + l + sovRequestResponse(uint64(l)) - } l = len(m.Identity) if l > 0 { n += 1 + l + sovRequestResponse(uint64(l)) @@ -14986,40 +14966,6 @@ func (m *RespondDecisionTaskCompletedRequest) Unmarshal(dAtA []byte) error { } iNdEx = postIndex case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ExecutionContext", wireType) - } - var byteLen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowRequestResponse - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - byteLen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if byteLen < 0 { - return ErrInvalidLengthRequestResponse - } - postIndex := iNdEx + byteLen - if postIndex < 0 { - return ErrInvalidLengthRequestResponse - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.ExecutionContext = append(m.ExecutionContext[:0], dAtA[iNdEx:postIndex]...) - if m.ExecutionContext == nil { - m.ExecutionContext = []byte{} - } - iNdEx = postIndex - case 4: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Identity", wireType) } @@ -15051,7 +14997,7 @@ func (m *RespondDecisionTaskCompletedRequest) Unmarshal(dAtA []byte) error { } m.Identity = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex - case 5: + case 4: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field StickyAttributes", wireType) } @@ -15087,7 +15033,7 @@ func (m *RespondDecisionTaskCompletedRequest) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 6: + case 5: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field ReturnNewDecisionTask", wireType) } @@ -15107,7 +15053,7 @@ func (m *RespondDecisionTaskCompletedRequest) Unmarshal(dAtA []byte) error { } } m.ReturnNewDecisionTask = bool(v != 0) - case 7: + case 6: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field ForceCreateNewDecisionTask", wireType) } @@ -15127,7 +15073,7 @@ func (m *RespondDecisionTaskCompletedRequest) Unmarshal(dAtA []byte) error { } } m.ForceCreateNewDecisionTask = bool(v != 0) - case 8: + case 7: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field BinaryChecksum", wireType) } @@ -15159,7 +15105,7 @@ func (m *RespondDecisionTaskCompletedRequest) Unmarshal(dAtA []byte) error { } m.BinaryChecksum = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex - case 9: + case 8: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field QueryResults", wireType) } @@ -18964,7 +18910,7 @@ func (m *SignalWorkflowExecutionRequest) Unmarshal(dAtA []byte) error { if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Control", wireType) } - var byteLen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowRequestResponse @@ -18974,25 +18920,23 @@ func (m *SignalWorkflowExecutionRequest) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthRequestResponse } - postIndex := iNdEx + byteLen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthRequestResponse } if postIndex > l { return io.ErrUnexpectedEOF } - m.Control = append(m.Control[:0], dAtA[iNdEx:postIndex]...) - if m.Control == nil { - m.Control = []byte{} - } + m.Control = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex @@ -19465,7 +19409,7 @@ func (m *SignalWithStartWorkflowExecutionRequest) Unmarshal(dAtA []byte) error { if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Control", wireType) } - var byteLen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowRequestResponse @@ -19475,25 +19419,23 @@ func (m *SignalWithStartWorkflowExecutionRequest) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthRequestResponse } - postIndex := iNdEx + byteLen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthRequestResponse } if postIndex > l { return io.ErrUnexpectedEOF } - m.Control = append(m.Control[:0], dAtA[iNdEx:postIndex]...) - if m.Control == nil { - m.Control = []byte{} - } + m.Control = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 14: if wireType != 2 {