diff --git a/Makefile b/Makefile index c429d579..325568d3 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ endif COLOR := "\e[1;36m%s\e[0m\n" PROTO_ROOT := temporal-proto -PROTO_DIRS = $(shell find $(PROTO_ROOT) -name "*.proto" -printf "%h\n" | sort -u) +PROTO_DIRS = $(sort $(dir $(shell find $(PROTO_ROOT) -name "*.proto"))) PROTO_OUT := . PROTO_IMPORT := $(PROTO_ROOT):$(GOPATH)/src/github.com/temporalio/gogo-protobuf/protobuf @@ -35,11 +35,11 @@ grpc: gogo-grpc fix-path gogo-grpc: clean $(PROTO_OUT) printf $(COLOR) "Compiling for gogo-gRPC..." - $(foreach PROTO_DIR,$(PROTO_DIRS),protoc --proto_path=$(PROTO_IMPORT) --gogoslick_out=Mgoogle/protobuf/wrappers.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,plugins=grpc,paths=source_relative:$(PROTO_OUT) $(PROTO_DIR)/*.proto;) + $(foreach PROTO_DIR,$(PROTO_DIRS),protoc --proto_path=$(PROTO_IMPORT) --gogoslick_out=Mgoogle/protobuf/wrappers.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,plugins=grpc,paths=source_relative:$(PROTO_OUT) $(PROTO_DIR)*.proto;) gogo-protobuf: clean $(PROTO_OUT) printf $(COLOR) "Compiling for gogo-protobuf..." - $(foreach PROTO_DIR,$(PROTO_DIRS),protoc --proto_path=$(PROTO_IMPORT) --gogofaster_out=Mgoogle/protobuf/wrappers.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,paths=source_relative:$(PROTO_OUT) $(PROTO_DIR)/*.proto;) + $(foreach PROTO_DIR,$(PROTO_DIRS),protoc --proto_path=$(PROTO_IMPORT) --gogofaster_out=Mgoogle/protobuf/wrappers.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,paths=source_relative:$(PROTO_OUT) $(PROTO_DIR)*.proto;) go-protobuf: clean $(PROTO_OUT) printf $(COLOR) "Compiling for go-protobuf..." diff --git a/temporal-proto b/temporal-proto index 4888bc3b..496da20e 160000 --- a/temporal-proto +++ b/temporal-proto @@ -1 +1 @@ -Subproject commit 4888bc3b25e40a4246a33919d55e3b5ac9af0a93 +Subproject commit 496da20ef6d6102fa3e2bef8238c60a5e0688d43 diff --git a/version/v1/message.pb.go b/version/v1/message.pb.go index 547fc6b5..338a09d6 100644 --- a/version/v1/message.pb.go +++ b/version/v1/message.pb.go @@ -46,24 +46,23 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package -// TODO: Rename to SupportedSDKVersions -// SupportedClientVersions contains the support versions for SDK. -type SupportedClientVersions struct { +// SupportedSDKVersions contains the support versions for SDK. +type SupportedSDKVersions struct { GoSdk string `protobuf:"bytes,1,opt,name=go_sdk,json=goSdk,proto3" json:"go_sdk,omitempty"` JavaSdk string `protobuf:"bytes,2,opt,name=java_sdk,json=javaSdk,proto3" json:"java_sdk,omitempty"` } -func (m *SupportedClientVersions) Reset() { *m = SupportedClientVersions{} } -func (*SupportedClientVersions) ProtoMessage() {} -func (*SupportedClientVersions) Descriptor() ([]byte, []int) { +func (m *SupportedSDKVersions) Reset() { *m = SupportedSDKVersions{} } +func (*SupportedSDKVersions) ProtoMessage() {} +func (*SupportedSDKVersions) Descriptor() ([]byte, []int) { return fileDescriptor_642dc4375f676645, []int{0} } -func (m *SupportedClientVersions) XXX_Unmarshal(b []byte) error { +func (m *SupportedSDKVersions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) } -func (m *SupportedClientVersions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { +func (m *SupportedSDKVersions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { if deterministic { - return xxx_messageInfo_SupportedClientVersions.Marshal(b, m, deterministic) + return xxx_messageInfo_SupportedSDKVersions.Marshal(b, m, deterministic) } else { b = b[:cap(b)] n, err := m.MarshalToSizedBuffer(b) @@ -73,26 +72,26 @@ func (m *SupportedClientVersions) XXX_Marshal(b []byte, deterministic bool) ([]b return b[:n], nil } } -func (m *SupportedClientVersions) XXX_Merge(src proto.Message) { - xxx_messageInfo_SupportedClientVersions.Merge(m, src) +func (m *SupportedSDKVersions) XXX_Merge(src proto.Message) { + xxx_messageInfo_SupportedSDKVersions.Merge(m, src) } -func (m *SupportedClientVersions) XXX_Size() int { +func (m *SupportedSDKVersions) XXX_Size() int { return m.Size() } -func (m *SupportedClientVersions) XXX_DiscardUnknown() { - xxx_messageInfo_SupportedClientVersions.DiscardUnknown(m) +func (m *SupportedSDKVersions) XXX_DiscardUnknown() { + xxx_messageInfo_SupportedSDKVersions.DiscardUnknown(m) } -var xxx_messageInfo_SupportedClientVersions proto.InternalMessageInfo +var xxx_messageInfo_SupportedSDKVersions proto.InternalMessageInfo -func (m *SupportedClientVersions) GetGoSdk() string { +func (m *SupportedSDKVersions) GetGoSdk() string { if m != nil { return m.GoSdk } return "" } -func (m *SupportedClientVersions) GetJavaSdk() string { +func (m *SupportedSDKVersions) GetJavaSdk() string { if m != nil { return m.JavaSdk } @@ -100,8 +99,7 @@ func (m *SupportedClientVersions) GetJavaSdk() string { } type WorkerVersionInfo struct { - // TODO: implementation - Impl string `protobuf:"bytes,1,opt,name=impl,proto3" json:"impl,omitempty"` + Implementation string `protobuf:"bytes,1,opt,name=implementation,proto3" json:"implementation,omitempty"` FeatureVersion string `protobuf:"bytes,2,opt,name=feature_version,json=featureVersion,proto3" json:"feature_version,omitempty"` } @@ -137,9 +135,9 @@ func (m *WorkerVersionInfo) XXX_DiscardUnknown() { var xxx_messageInfo_WorkerVersionInfo proto.InternalMessageInfo -func (m *WorkerVersionInfo) GetImpl() string { +func (m *WorkerVersionInfo) GetImplementation() string { if m != nil { - return m.Impl + return m.Implementation } return "" } @@ -152,42 +150,43 @@ func (m *WorkerVersionInfo) GetFeatureVersion() string { } func init() { - proto.RegisterType((*SupportedClientVersions)(nil), "temporal.version.v1.SupportedClientVersions") + proto.RegisterType((*SupportedSDKVersions)(nil), "temporal.version.v1.SupportedSDKVersions") proto.RegisterType((*WorkerVersionInfo)(nil), "temporal.version.v1.WorkerVersionInfo") } func init() { proto.RegisterFile("temporal/version/v1/message.proto", fileDescriptor_642dc4375f676645) } var fileDescriptor_642dc4375f676645 = []byte{ - // 286 bytes of a gzipped FileDescriptorProto + // 294 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2c, 0x49, 0xcd, 0x2d, 0xc8, 0x2f, 0x4a, 0xcc, 0xd1, 0x2f, 0x4b, 0x2d, 0x2a, 0xce, 0xcc, 0xcf, 0xd3, 0x2f, 0x33, 0xd4, 0xcf, 0x4d, 0x2d, 0x2e, 0x4e, 0x4c, 0x4f, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x86, - 0x29, 0xd1, 0x83, 0x2a, 0xd1, 0x2b, 0x33, 0x54, 0xf2, 0xe6, 0x12, 0x0f, 0x2e, 0x2d, 0x28, 0xc8, - 0x2f, 0x2a, 0x49, 0x4d, 0x71, 0xce, 0xc9, 0x4c, 0xcd, 0x2b, 0x09, 0x83, 0x48, 0x16, 0x0b, 0x89, - 0x72, 0xb1, 0xa5, 0xe7, 0xc7, 0x17, 0xa7, 0x64, 0x4b, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0xb1, - 0xa6, 0xe7, 0x07, 0xa7, 0x64, 0x0b, 0x49, 0x72, 0x71, 0x64, 0x25, 0x96, 0x25, 0x82, 0x25, 0x98, - 0xc0, 0x12, 0xec, 0x20, 0x7e, 0x70, 0x4a, 0xb6, 0x52, 0x00, 0x97, 0x60, 0x78, 0x7e, 0x51, 0x76, - 0x6a, 0x11, 0xd4, 0x0c, 0xcf, 0xbc, 0xb4, 0x7c, 0x21, 0x21, 0x2e, 0x96, 0xcc, 0xdc, 0x82, 0x1c, - 0xa8, 0x21, 0x60, 0xb6, 0x90, 0x3a, 0x17, 0x7f, 0x5a, 0x6a, 0x62, 0x49, 0x69, 0x51, 0x6a, 0x3c, - 0xd4, 0x2d, 0x50, 0xa3, 0xf8, 0xa0, 0xc2, 0x50, 0x03, 0x9c, 0xa6, 0x30, 0x5e, 0x78, 0x28, 0xc7, - 0x70, 0xe3, 0xa1, 0x1c, 0xc3, 0x87, 0x87, 0x72, 0x8c, 0x0d, 0x8f, 0xe4, 0x18, 0x57, 0x3c, 0x92, - 0x63, 0x3c, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x5f, 0x3c, - 0x92, 0x63, 0xf8, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, - 0x3c, 0x96, 0x63, 0xe0, 0x92, 0xc9, 0xcc, 0xd7, 0x83, 0xfb, 0x16, 0xec, 0x7b, 0x24, 0x3f, 0x3b, - 0xf1, 0xf8, 0x42, 0xc2, 0x25, 0x00, 0x24, 0x11, 0xc0, 0x18, 0x65, 0x90, 0x8e, 0xa4, 0x3a, 0x33, - 0x5f, 0x1f, 0xc6, 0xd6, 0x05, 0xeb, 0x44, 0x0a, 0x50, 0x6b, 0x28, 0x33, 0x89, 0x0d, 0x2c, 0x63, - 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x52, 0xd8, 0xe1, 0x0c, 0x76, 0x01, 0x00, 0x00, -} - -func (this *SupportedClientVersions) Equal(that interface{}) bool { + 0x29, 0xd1, 0x83, 0x2a, 0xd1, 0x2b, 0x33, 0x54, 0xf2, 0xe0, 0x12, 0x09, 0x2e, 0x2d, 0x28, 0xc8, + 0x2f, 0x2a, 0x49, 0x4d, 0x09, 0x76, 0xf1, 0x0e, 0x83, 0xc8, 0x14, 0x0b, 0x89, 0x72, 0xb1, 0xa5, + 0xe7, 0xc7, 0x17, 0xa7, 0x64, 0x4b, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0xb1, 0xa6, 0xe7, 0x07, + 0xa7, 0x64, 0x0b, 0x49, 0x72, 0x71, 0x64, 0x25, 0x96, 0x25, 0x82, 0x25, 0x98, 0xc0, 0x12, 0xec, + 0x20, 0x7e, 0x70, 0x4a, 0xb6, 0x52, 0x0a, 0x97, 0x60, 0x78, 0x7e, 0x51, 0x76, 0x6a, 0x11, 0xd4, + 0x0c, 0xcf, 0xbc, 0xb4, 0x7c, 0x21, 0x35, 0x2e, 0xbe, 0xcc, 0xdc, 0x82, 0x9c, 0xd4, 0xdc, 0xd4, + 0xbc, 0x92, 0xc4, 0x92, 0xcc, 0xfc, 0x3c, 0xa8, 0x71, 0x68, 0xa2, 0x42, 0xea, 0x5c, 0xfc, 0x69, + 0xa9, 0x89, 0x25, 0xa5, 0x45, 0xa9, 0xf1, 0x50, 0xc7, 0x41, 0x8d, 0xe7, 0x83, 0x0a, 0x43, 0x0d, + 0x75, 0x9a, 0xc2, 0x78, 0xe1, 0xa1, 0x1c, 0xc3, 0x8d, 0x87, 0x72, 0x0c, 0x1f, 0x1e, 0xca, 0x31, + 0x36, 0x3c, 0x92, 0x63, 0x5c, 0xf1, 0x48, 0x8e, 0xf1, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, + 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x7c, 0xf1, 0x48, 0x8e, 0xe1, 0xc3, 0x23, 0x39, 0xc6, 0x09, 0x8f, + 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x81, 0x4b, 0x26, 0x33, 0x5f, 0x0f, + 0xee, 0x7d, 0x70, 0x70, 0x20, 0x05, 0x82, 0x13, 0x8f, 0x2f, 0x24, 0xa0, 0x02, 0x40, 0x12, 0x01, + 0x8c, 0x51, 0x06, 0xe9, 0x48, 0xaa, 0x33, 0xf3, 0xf5, 0x61, 0x6c, 0x5d, 0xb0, 0x4e, 0xa4, 0x10, + 0xb6, 0x86, 0x32, 0x93, 0xd8, 0xc0, 0x32, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x3c, 0x81, + 0x82, 0xf6, 0x87, 0x01, 0x00, 0x00, +} + +func (this *SupportedSDKVersions) Equal(that interface{}) bool { if that == nil { return this == nil } - that1, ok := that.(*SupportedClientVersions) + that1, ok := that.(*SupportedSDKVersions) if !ok { - that2, ok := that.(SupportedClientVersions) + that2, ok := that.(SupportedSDKVersions) if ok { that1 = &that2 } else { @@ -226,7 +225,7 @@ func (this *WorkerVersionInfo) Equal(that interface{}) bool { } else if this == nil { return false } - if this.Impl != that1.Impl { + if this.Implementation != that1.Implementation { return false } if this.FeatureVersion != that1.FeatureVersion { @@ -234,12 +233,12 @@ func (this *WorkerVersionInfo) Equal(that interface{}) bool { } return true } -func (this *SupportedClientVersions) GoString() string { +func (this *SupportedSDKVersions) GoString() string { if this == nil { return "nil" } s := make([]string, 0, 6) - s = append(s, "&version.SupportedClientVersions{") + s = append(s, "&version.SupportedSDKVersions{") s = append(s, "GoSdk: "+fmt.Sprintf("%#v", this.GoSdk)+",\n") s = append(s, "JavaSdk: "+fmt.Sprintf("%#v", this.JavaSdk)+",\n") s = append(s, "}") @@ -251,7 +250,7 @@ func (this *WorkerVersionInfo) GoString() string { } s := make([]string, 0, 6) s = append(s, "&version.WorkerVersionInfo{") - s = append(s, "Impl: "+fmt.Sprintf("%#v", this.Impl)+",\n") + s = append(s, "Implementation: "+fmt.Sprintf("%#v", this.Implementation)+",\n") s = append(s, "FeatureVersion: "+fmt.Sprintf("%#v", this.FeatureVersion)+",\n") s = append(s, "}") return strings.Join(s, "") @@ -264,7 +263,7 @@ func valueToGoStringMessage(v interface{}, typ string) string { pv := reflect.Indirect(rv).Interface() return fmt.Sprintf("func(v %v) *%v { return &v } ( %#v )", typ, typ, pv) } -func (m *SupportedClientVersions) Marshal() (dAtA []byte, err error) { +func (m *SupportedSDKVersions) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) n, err := m.MarshalToSizedBuffer(dAtA[:size]) @@ -274,12 +273,12 @@ func (m *SupportedClientVersions) Marshal() (dAtA []byte, err error) { return dAtA[:n], nil } -func (m *SupportedClientVersions) MarshalTo(dAtA []byte) (int, error) { +func (m *SupportedSDKVersions) MarshalTo(dAtA []byte) (int, error) { size := m.Size() return m.MarshalToSizedBuffer(dAtA[:size]) } -func (m *SupportedClientVersions) MarshalToSizedBuffer(dAtA []byte) (int, error) { +func (m *SupportedSDKVersions) MarshalToSizedBuffer(dAtA []byte) (int, error) { i := len(dAtA) _ = i var l int @@ -328,10 +327,10 @@ func (m *WorkerVersionInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x12 } - if len(m.Impl) > 0 { - i -= len(m.Impl) - copy(dAtA[i:], m.Impl) - i = encodeVarintMessage(dAtA, i, uint64(len(m.Impl))) + if len(m.Implementation) > 0 { + i -= len(m.Implementation) + copy(dAtA[i:], m.Implementation) + i = encodeVarintMessage(dAtA, i, uint64(len(m.Implementation))) i-- dAtA[i] = 0xa } @@ -349,7 +348,7 @@ func encodeVarintMessage(dAtA []byte, offset int, v uint64) int { dAtA[offset] = uint8(v) return base } -func (m *SupportedClientVersions) Size() (n int) { +func (m *SupportedSDKVersions) Size() (n int) { if m == nil { return 0 } @@ -372,7 +371,7 @@ func (m *WorkerVersionInfo) Size() (n int) { } var l int _ = l - l = len(m.Impl) + l = len(m.Implementation) if l > 0 { n += 1 + l + sovMessage(uint64(l)) } @@ -389,11 +388,11 @@ func sovMessage(x uint64) (n int) { func sozMessage(x uint64) (n int) { return sovMessage(uint64((x << 1) ^ uint64((int64(x) >> 63)))) } -func (this *SupportedClientVersions) String() string { +func (this *SupportedSDKVersions) String() string { if this == nil { return "nil" } - s := strings.Join([]string{`&SupportedClientVersions{`, + s := strings.Join([]string{`&SupportedSDKVersions{`, `GoSdk:` + fmt.Sprintf("%v", this.GoSdk) + `,`, `JavaSdk:` + fmt.Sprintf("%v", this.JavaSdk) + `,`, `}`, @@ -405,7 +404,7 @@ func (this *WorkerVersionInfo) String() string { return "nil" } s := strings.Join([]string{`&WorkerVersionInfo{`, - `Impl:` + fmt.Sprintf("%v", this.Impl) + `,`, + `Implementation:` + fmt.Sprintf("%v", this.Implementation) + `,`, `FeatureVersion:` + fmt.Sprintf("%v", this.FeatureVersion) + `,`, `}`, }, "") @@ -419,7 +418,7 @@ func valueToStringMessage(v interface{}) string { pv := reflect.Indirect(rv).Interface() return fmt.Sprintf("*%v", pv) } -func (m *SupportedClientVersions) Unmarshal(dAtA []byte) error { +func (m *SupportedSDKVersions) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -442,10 +441,10 @@ func (m *SupportedClientVersions) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: SupportedClientVersions: wiretype end group for non-group") + return fmt.Errorf("proto: SupportedSDKVersions: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: SupportedClientVersions: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: SupportedSDKVersions: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: @@ -567,7 +566,7 @@ func (m *WorkerVersionInfo) Unmarshal(dAtA []byte) error { switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Impl", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Implementation", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -595,7 +594,7 @@ func (m *WorkerVersionInfo) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.Impl = string(dAtA[iNdEx:postIndex]) + m.Implementation = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 2: if wireType != 2 { diff --git a/workflowservice/v1/request_response.pb.go b/workflowservice/v1/request_response.pb.go index 597bf4a1..1091f14c 100644 --- a/workflowservice/v1/request_response.pb.go +++ b/workflowservice/v1/request_response.pb.go @@ -4445,8 +4445,7 @@ type QueryWorkflowRequest struct { Execution *v13.WorkflowExecution `protobuf:"bytes,2,opt,name=execution,proto3" json:"execution,omitempty"` Query *v16.WorkflowQuery `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"` // QueryRejectCondition can used to reject the query if workflow state does not satisfy condition - QueryRejectCondition v11.QueryRejectCondition `protobuf:"varint,4,opt,name=query_reject_condition,json=queryRejectCondition,proto3,enum=temporal.enums.v1.QueryRejectCondition" json:"query_reject_condition,omitempty"` - QueryConsistencyLevel v11.QueryConsistencyLevel `protobuf:"varint,5,opt,name=query_consistency_level,json=queryConsistencyLevel,proto3,enum=temporal.enums.v1.QueryConsistencyLevel" json:"query_consistency_level,omitempty"` + QueryRejectCondition v11.QueryRejectCondition `protobuf:"varint,4,opt,name=query_reject_condition,json=queryRejectCondition,proto3,enum=temporal.enums.v1.QueryRejectCondition" json:"query_reject_condition,omitempty"` } func (m *QueryWorkflowRequest) Reset() { *m = QueryWorkflowRequest{} } @@ -4509,13 +4508,6 @@ func (m *QueryWorkflowRequest) GetQueryRejectCondition() v11.QueryRejectConditio return v11.QUERY_REJECT_CONDITION_UNSPECIFIED } -func (m *QueryWorkflowRequest) GetQueryConsistencyLevel() v11.QueryConsistencyLevel { - if m != nil { - return m.QueryConsistencyLevel - } - return v11.QUERY_CONSISTENCY_LEVEL_UNSPECIFIED -} - type QueryWorkflowResponse struct { QueryResult *v13.Payloads `protobuf:"bytes,1,opt,name=query_result,json=queryResult,proto3" json:"query_result,omitempty"` QueryRejected *v16.QueryRejected `protobuf:"bytes,2,opt,name=query_rejected,json=queryRejected,proto3" json:"query_rejected,omitempty"` @@ -4840,7 +4832,7 @@ var xxx_messageInfo_GetClusterInfoRequest proto.InternalMessageInfo // GetClusterInfoResponse contains information about Temporal cluster type GetClusterInfoResponse struct { - SupportedClientVersions *v111.SupportedClientVersions `protobuf:"bytes,1,opt,name=supported_client_versions,json=supportedClientVersions,proto3" json:"supported_client_versions,omitempty"` + SupportedSdkVersions *v111.SupportedSDKVersions `protobuf:"bytes,1,opt,name=supported_sdk_versions,json=supportedSdkVersions,proto3" json:"supported_sdk_versions,omitempty"` } func (m *GetClusterInfoResponse) Reset() { *m = GetClusterInfoResponse{} } @@ -4875,9 +4867,9 @@ func (m *GetClusterInfoResponse) XXX_DiscardUnknown() { var xxx_messageInfo_GetClusterInfoResponse proto.InternalMessageInfo -func (m *GetClusterInfoResponse) GetSupportedClientVersions() *v111.SupportedClientVersions { +func (m *GetClusterInfoResponse) GetSupportedSdkVersions() *v111.SupportedSDKVersions { if m != nil { - return m.SupportedClientVersions + return m.SupportedSdkVersions } return nil } @@ -5072,258 +5064,255 @@ func init() { } var fileDescriptor_cb7506c3bd6981ca = []byte{ - // 4003 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3c, 0x4b, 0x6c, 0x1c, 0xc9, - 0x75, 0xea, 0x19, 0x0e, 0x3f, 0x8f, 0xe4, 0x90, 0xec, 0x15, 0xc5, 0xe1, 0x48, 0x1c, 0x52, 0xad, - 0x1f, 0xb5, 0xda, 0xa5, 0x20, 0xc6, 0x90, 0xd6, 0x6b, 0x27, 0x6b, 0x91, 0xfa, 0x11, 0xbb, 0xda, - 0xe5, 0x36, 0xb9, 0xb2, 0xe3, 0xac, 0xd1, 0x69, 0x76, 0x17, 0xc9, 0x0a, 0x7b, 0xba, 0x47, 0x5d, - 0x35, 0xe4, 0xce, 0x5e, 0x62, 0x24, 0x36, 0x90, 0x5b, 0x12, 0x04, 0x76, 0x1c, 0xc4, 0x01, 0x12, - 0x04, 0x08, 0x92, 0x43, 0x6e, 0x39, 0x06, 0x39, 0x07, 0x39, 0x2d, 0x10, 0x20, 0xf0, 0xd1, 0xab, - 0xbd, 0x24, 0x37, 0xe7, 0x03, 0xe4, 0x1a, 0xd4, 0xaf, 0xbb, 0xa7, 0xbb, 0x66, 0x38, 0xe4, 0x6a, - 0x2d, 0xc5, 0xd0, 0x6d, 0xea, 0xd5, 0xab, 0x57, 0xaf, 0x5e, 0xbd, 0xf7, 0xea, 0xd5, 0xab, 0xd7, - 0x03, 0xab, 0x14, 0x35, 0x5b, 0x51, 0xec, 0x06, 0x37, 0x8f, 0xa2, 0xf8, 0x60, 0x37, 0x88, 0x8e, - 0x08, 0x8a, 0x0f, 0xb1, 0x87, 0x6e, 0x1e, 0xde, 0xba, 0x19, 0xa3, 0xa7, 0x6d, 0x44, 0xa8, 0x13, - 0x23, 0xd2, 0x8a, 0x42, 0x82, 0x56, 0x5a, 0x71, 0x44, 0x23, 0xf3, 0xbc, 0x1a, 0xb3, 0x92, 0x1b, - 0xb3, 0x72, 0x78, 0xab, 0xbe, 0x94, 0x10, 0x44, 0x61, 0xbb, 0x49, 0x18, 0x19, 0x85, 0x25, 0x86, - 0xd7, 0x2f, 0x16, 0x31, 0x42, 0xb7, 0x89, 0x48, 0xcb, 0xf5, 0xe4, 0x0c, 0xf5, 0xcb, 0x45, 0x94, - 0x5d, 0x17, 0x07, 0xc8, 0x77, 0x3c, 0xb7, 0xad, 0xf8, 0xa8, 0x37, 0x8a, 0x58, 0x5e, 0xd4, 0x6c, - 0x46, 0xa1, 0xec, 0x5f, 0x28, 0xf6, 0x3f, 0x6d, 0xa3, 0xb8, 0xd3, 0x9b, 0x0f, 0xea, 0x92, 0x03, - 0x27, 0xc0, 0x84, 0x4a, 0x94, 0x74, 0x31, 0x82, 0x30, 0xc3, 0x69, 0x22, 0x42, 0xdc, 0x3d, 0x54, - 0x20, 0xb2, 0x8f, 0x09, 0x8d, 0xe2, 0x4e, 0x11, 0xc5, 0x2a, 0x88, 0xb8, 0x1f, 0x8e, 0x8f, 0x3c, - 0x4c, 0x70, 0xff, 0xa9, 0x98, 0x2c, 0xda, 0x31, 0x2a, 0xa2, 0xa4, 0xfc, 0xee, 0xe2, 0x80, 0xa2, - 0xb8, 0x88, 0x71, 0x29, 0xc1, 0x48, 0x64, 0x5e, 0x44, 0x5a, 0x4c, 0x90, 0xb8, 0xbc, 0x8a, 0x08, - 0x57, 0x12, 0x84, 0x18, 0xb5, 0x02, 0xec, 0xb9, 0x54, 0xcb, 0x71, 0xba, 0x2a, 0x26, 0x58, 0x26, - 0xd7, 0x7e, 0xab, 0x3a, 0x44, 0xb1, 0x76, 0xe1, 0xd6, 0x0f, 0x46, 0xa0, 0x66, 0xa3, 0x3d, 0x4c, - 0x28, 0x8a, 0xdf, 0x57, 0x5c, 0xdb, 0x42, 0x37, 0x4d, 0x13, 0x86, 0xd8, 0x4a, 0x6a, 0xc6, 0x92, - 0xb1, 0x3c, 0x66, 0xf3, 0xdf, 0xe6, 0x12, 0x8c, 0xfb, 0x88, 0x78, 0x31, 0x6e, 0x31, 0xbe, 0x6a, - 0x25, 0xde, 0x95, 0x05, 0x99, 0x8b, 0x30, 0x1e, 0x1d, 0x85, 0x28, 0x76, 0x50, 0xd3, 0xc5, 0x41, - 0xad, 0xcc, 0x31, 0x80, 0x83, 0xee, 0x33, 0x88, 0xf9, 0x5b, 0x70, 0x43, 0xed, 0x96, 0x83, 0x3e, - 0x41, 0x5e, 0x9b, 0x0d, 0x73, 0x62, 0x44, 0x51, 0xc8, 0x7f, 0xb5, 0x50, 0x8c, 0x23, 0xdf, 0xc1, - 0xa1, 0xe3, 0xbb, 0x1d, 0x52, 0x1b, 0x5a, 0x32, 0x96, 0x2b, 0xf6, 0x55, 0x35, 0xe4, 0xbe, 0x1a, - 0x61, 0xab, 0x01, 0x9b, 0x1c, 0x7f, 0x23, 0xbc, 0xe7, 0x76, 0x08, 0x9b, 0x1d, 0x35, 0x31, 0x75, - 0x9a, 0x88, 0xc6, 0xd8, 0xab, 0x55, 0x96, 0x8c, 0xe5, 0x51, 0x1b, 0x18, 0xe8, 0x31, 0x87, 0x98, - 0xdb, 0x30, 0xea, 0x05, 0x6d, 0xb6, 0x5e, 0x52, 0x1b, 0x5e, 0x2a, 0x2f, 0x8f, 0xaf, 0xbe, 0xb5, - 0x92, 0x18, 0x5d, 0x46, 0xe4, 0x2b, 0x87, 0xb7, 0x56, 0xd6, 0x05, 0xa2, 0x9d, 0x42, 0xd7, 0xa3, - 0x70, 0x17, 0xef, 0xb5, 0x63, 0xde, 0xb0, 0x13, 0x4a, 0xe6, 0x0a, 0xbc, 0xe6, 0x7a, 0x14, 0x1f, - 0x22, 0x47, 0x82, 0x1c, 0x2e, 0xb9, 0x11, 0xbe, 0xf8, 0x19, 0xd1, 0x25, 0xa9, 0x31, 0x31, 0x9b, - 0x5b, 0x30, 0xe4, 0xbb, 0xd4, 0xad, 0x8d, 0x72, 0x0e, 0xde, 0x59, 0xe9, 0x63, 0xf6, 0x2b, 0xbd, - 0xf6, 0x67, 0xe5, 0x9e, 0x4b, 0xdd, 0xfb, 0x21, 0x8d, 0x3b, 0x36, 0x27, 0x66, 0x5e, 0x81, 0x2a, - 0x41, 0x5e, 0x3b, 0xc6, 0xb4, 0xe3, 0xd0, 0xe8, 0x00, 0x85, 0xb5, 0x31, 0x3e, 0xff, 0xa4, 0x82, - 0x6e, 0x33, 0x20, 0xe3, 0x15, 0x13, 0x67, 0x2f, 0x88, 0x76, 0xdc, 0xc0, 0x49, 0x54, 0xb5, 0x06, - 0x5c, 0x54, 0x33, 0x98, 0x3c, 0xe4, 0x3d, 0xc9, 0x6c, 0xe6, 0x6f, 0xc2, 0x9c, 0x34, 0x40, 0xc7, - 0x8d, 0xbd, 0x7d, 0x7c, 0xe8, 0x06, 0x0e, 0xa1, 0x2e, 0x6d, 0x93, 0xda, 0xf8, 0x92, 0xb1, 0x5c, - 0x5d, 0xbd, 0x98, 0xb2, 0xcf, 0xcd, 0x9d, 0x31, 0x7d, 0x57, 0x62, 0x6e, 0x71, 0x44, 0x7b, 0x56, - 0x52, 0xe8, 0x06, 0x9b, 0xab, 0x70, 0xae, 0x40, 0xba, 0xed, 0xc4, 0x0e, 0xae, 0x4d, 0x70, 0xce, - 0xcd, 0xdc, 0xb0, 0x8f, 0xec, 0x0d, 0xd3, 0x81, 0xfa, 0x21, 0x26, 0x78, 0x07, 0x07, 0x6c, 0x9d, - 0x79, 0x8e, 0x26, 0x07, 0xe5, 0xa8, 0x96, 0x12, 0xc9, 0x31, 0xf5, 0x16, 0xcc, 0xeb, 0x26, 0x10, - 0x7c, 0x55, 0x39, 0x5f, 0xb3, 0xc5, 0xc1, 0x1f, 0xd9, 0x1b, 0xf5, 0x3b, 0x30, 0x96, 0xec, 0x89, - 0x39, 0x0d, 0xe5, 0x03, 0xd4, 0x91, 0xc6, 0xc3, 0x7e, 0x9a, 0x67, 0xa1, 0x72, 0xe8, 0x06, 0x6d, - 0x24, 0xad, 0x46, 0x34, 0xde, 0x2e, 0xbd, 0x65, 0x58, 0xe7, 0x61, 0x5e, 0xb3, 0xcb, 0xe2, 0x64, - 0xb0, 0x3e, 0x86, 0xd9, 0xf7, 0x30, 0xa1, 0x49, 0x07, 0x51, 0xf6, 0x79, 0x1e, 0xc6, 0x5a, 0xee, - 0x1e, 0x72, 0x08, 0xfe, 0x54, 0x18, 0x69, 0xc5, 0x1e, 0x65, 0x80, 0x2d, 0xfc, 0x29, 0x32, 0xaf, - 0xc2, 0x54, 0x88, 0x3e, 0xa1, 0x0e, 0xc7, 0x10, 0xda, 0xc0, 0xa6, 0x9d, 0xb0, 0x27, 0x19, 0x78, - 0xd3, 0xdd, 0x43, 0x5c, 0x1b, 0xac, 0x9f, 0x18, 0x70, 0x2e, 0x4f, 0x5e, 0x4c, 0x6c, 0x3e, 0x01, - 0x48, 0xd4, 0x83, 0xd4, 0x0c, 0xae, 0xaa, 0xb7, 0xfb, 0xaa, 0xea, 0x3d, 0xee, 0x07, 0x76, 0x50, - 0x61, 0x11, 0x76, 0x86, 0xd2, 0xc0, 0xac, 0xfd, 0x06, 0xd4, 0x34, 0x04, 0x7b, 0xfb, 0xa6, 0x2a, - 0x94, 0xb0, 0x2f, 0x85, 0x5b, 0xc2, 0xbe, 0xf5, 0xc7, 0x65, 0x98, 0xef, 0xc9, 0x91, 0xf9, 0x2e, - 0x54, 0x13, 0x9e, 0x1c, 0x1c, 0xee, 0x46, 0x9c, 0xd6, 0xf8, 0xea, 0xe5, 0x74, 0x85, 0xe9, 0xd9, - 0x79, 0x78, 0x6b, 0x25, 0xa1, 0xb0, 0x11, 0xee, 0x46, 0xf6, 0x64, 0x98, 0x6d, 0x9a, 0x5b, 0x30, - 0xe9, 0x65, 0x5d, 0x03, 0xe7, 0x62, 0x7c, 0xf5, 0xcd, 0xe3, 0x68, 0x75, 0xfb, 0x93, 0x6e, 0x1a, - 0xe6, 0x11, 0xcc, 0x67, 0x1c, 0x92, 0xd3, 0x3d, 0x41, 0x99, 0x4f, 0xf0, 0x76, 0x4f, 0xdf, 0x95, - 0x59, 0x70, 0x0f, 0xef, 0x55, 0x8b, 0x7b, 0xf4, 0x98, 0xd7, 0x61, 0x9a, 0x9d, 0x83, 0xd1, 0x21, - 0x8a, 0x1d, 0x79, 0x74, 0x70, 0x37, 0x5c, 0xb6, 0xa7, 0x14, 0xfc, 0x89, 0x00, 0xf7, 0x72, 0x26, - 0x95, 0x1e, 0xce, 0xc4, 0xfa, 0x69, 0x19, 0xce, 0x7d, 0xd4, 0xf2, 0x5d, 0x3a, 0xd8, 0x96, 0x3e, - 0x86, 0x89, 0x36, 0xc7, 0xf6, 0xc5, 0x16, 0x09, 0xb1, 0xbe, 0xde, 0x43, 0xac, 0x39, 0xc2, 0x7c, - 0xa3, 0xc6, 0xe5, 0x78, 0xfd, 0x36, 0x95, 0xbf, 0xea, 0x6d, 0x1a, 0xfa, 0x0a, 0xb7, 0xa9, 0xe8, - 0xef, 0x2b, 0x3a, 0x7f, 0xff, 0x3a, 0xcc, 0xf8, 0x28, 0x40, 0x14, 0x39, 0x3b, 0xae, 0xef, 0xec, - 0xe0, 0xd0, 0x8d, 0x3b, 0xb5, 0x61, 0x8e, 0x39, 0x25, 0x3a, 0xd6, 0x5c, 0x7f, 0x8d, 0x83, 0xad, - 0x3f, 0x2c, 0xc3, 0x5c, 0x61, 0x7b, 0x5e, 0x19, 0xcc, 0x0b, 0x34, 0x98, 0x27, 0xcc, 0x87, 0xb5, - 0x62, 0xe4, 0x0d, 0x6a, 0x32, 0x45, 0xad, 0x28, 0x69, 0xb4, 0xc2, 0xba, 0x00, 0x75, 0x1d, 0x5d, - 0x79, 0xe6, 0xfc, 0xf5, 0x08, 0x2c, 0x6c, 0x51, 0x37, 0xa6, 0xdf, 0x2e, 0x86, 0x5d, 0x62, 0xea, - 0x0b, 0x30, 0x96, 0x72, 0x2f, 0xe6, 0x4f, 0x01, 0x2c, 0x0c, 0x4b, 0x62, 0xbc, 0xc4, 0x27, 0x83, - 0x02, 0x6d, 0xf8, 0xe6, 0x7d, 0x98, 0x4c, 0x10, 0x68, 0xa7, 0x85, 0xe4, 0xf6, 0x2c, 0xa5, 0xdb, - 0x23, 0xef, 0x1b, 0x87, 0xb7, 0x56, 0x14, 0x0f, 0xdb, 0x9d, 0x16, 0xb2, 0x27, 0x8e, 0x32, 0x2d, - 0xf3, 0x1b, 0x30, 0x96, 0x5c, 0x2c, 0xa4, 0xad, 0x35, 0x52, 0x12, 0x2a, 0x34, 0x66, 0x44, 0xb6, - 0x5d, 0x72, 0xc0, 0xce, 0x39, 0x7b, 0x94, 0xca, 0x5f, 0xe6, 0x2a, 0x54, 0x70, 0xd8, 0x6a, 0x53, - 0x2e, 0xfc, 0xf1, 0xd5, 0x0b, 0xba, 0xb9, 0x37, 0xdd, 0x4e, 0x10, 0xb9, 0x3e, 0xb1, 0x05, 0xaa, - 0xf9, 0x2e, 0x58, 0x9a, 0xe0, 0x95, 0xe2, 0x26, 0x8a, 0xda, 0xd4, 0x21, 0xc8, 0x8b, 0x42, 0x9f, - 0x70, 0xeb, 0xaa, 0xd8, 0x8b, 0x85, 0x98, 0x75, 0x5b, 0xe0, 0x6d, 0x09, 0x34, 0xf3, 0x1d, 0xb8, - 0x90, 0x10, 0x8b, 0xdb, 0x45, 0x32, 0x23, 0x9c, 0xcc, 0xbc, 0xc2, 0xb1, 0xdb, 0x79, 0x02, 0x77, - 0x61, 0x21, 0x95, 0x22, 0x93, 0x43, 0x9e, 0xc2, 0x28, 0xa7, 0x50, 0x4f, 0x64, 0xe6, 0x92, 0x83, - 0x1c, 0x89, 0x3a, 0x8c, 0x62, 0x9f, 0x05, 0xd2, 0xb4, 0x23, 0xc3, 0xc5, 0xa4, 0x6d, 0x2e, 0x00, - 0xa8, 0x7b, 0x2a, 0xf6, 0x79, 0x80, 0x38, 0x66, 0x8f, 0x49, 0xc8, 0x86, 0x6f, 0xba, 0x50, 0xcb, - 0x6c, 0xb2, 0x13, 0xa3, 0x36, 0x41, 0x4e, 0x2b, 0x0a, 0xb0, 0xd7, 0x91, 0x91, 0xe1, 0xb2, 0x26, - 0x0e, 0xfb, 0x76, 0xa2, 0x04, 0x36, 0x1b, 0xb0, 0xc9, 0xf1, 0xed, 0xd9, 0x23, 0x1d, 0xd8, 0x5c, - 0x83, 0x89, 0x18, 0xd1, 0xb8, 0xa3, 0xc8, 0x4e, 0xf0, 0x9d, 0x5a, 0xd4, 0xed, 0x94, 0xcd, 0xf0, - 0x24, 0xb5, 0xf1, 0x38, 0x6d, 0x98, 0x97, 0x60, 0xd2, 0x8b, 0xa3, 0xd0, 0x21, 0xde, 0x3e, 0xf2, - 0xdb, 0x01, 0xe2, 0x31, 0xe2, 0x98, 0x3d, 0xc1, 0x80, 0x5b, 0x12, 0x66, 0xbe, 0x01, 0x43, 0x4d, - 0xd4, 0x8c, 0x78, 0x7c, 0x37, 0xbe, 0x5a, 0xd3, 0x4d, 0xf0, 0x18, 0x35, 0x23, 0x9b, 0x63, 0x99, - 0x1f, 0xc2, 0x0c, 0x41, 0x2c, 0x32, 0x74, 0x5c, 0x4a, 0x63, 0xbc, 0xd3, 0xa6, 0x88, 0xd4, 0xa6, - 0xf2, 0xde, 0x30, 0x1d, 0xba, 0xc5, 0x91, 0xef, 0x26, 0xb8, 0xf6, 0x34, 0xc9, 0x41, 0xcc, 0x55, - 0x18, 0xde, 0x47, 0xae, 0x8f, 0xe2, 0xda, 0x34, 0xa7, 0x53, 0xd7, 0xd1, 0x79, 0xc4, 0x31, 0x6c, - 0x89, 0x69, 0xdd, 0x81, 0x46, 0x2f, 0x23, 0x95, 0x3e, 0x7b, 0x16, 0x86, 0x99, 0x62, 0x61, 0x5f, - 0x9a, 0x68, 0x25, 0x6e, 0x87, 0x1b, 0xbe, 0xf5, 0x27, 0x65, 0xb0, 0x1e, 0xa2, 0xe2, 0xb8, 0x47, - 0x22, 0xdc, 0x1e, 0xcc, 0xc6, 0xd7, 0x61, 0x2c, 0xb1, 0x00, 0xe9, 0xbe, 0xaf, 0xf4, 0x33, 0xdf, - 0x94, 0xbb, 0x74, 0x1c, 0x3b, 0x9c, 0x9a, 0xee, 0x27, 0xb8, 0xd9, 0x6e, 0x3a, 0x69, 0x2c, 0x5b, - 0xe6, 0x5a, 0x3b, 0x25, 0x3b, 0x36, 0xfb, 0x84, 0xb4, 0x43, 0x9a, 0xb8, 0xd1, 0xbc, 0x01, 0xe6, - 0x91, 0x8b, 0xa9, 0xb3, 0x1b, 0xc5, 0x4e, 0x88, 0x8e, 0x1c, 0x74, 0x88, 0x42, 0x2a, 0x3d, 0xec, - 0x14, 0xeb, 0x79, 0x10, 0xc5, 0xef, 0xa3, 0xa3, 0xfb, 0x0c, 0x6c, 0xfa, 0x30, 0xaf, 0xae, 0x20, - 0x1c, 0xcf, 0x11, 0xd7, 0x7b, 0xe1, 0x94, 0x86, 0xb9, 0x16, 0x5f, 0xd7, 0x68, 0xb1, 0x94, 0x14, - 0xa7, 0xf1, 0x80, 0x8f, 0xe0, 0xde, 0x49, 0x5d, 0x67, 0x72, 0x70, 0xa6, 0x83, 0xe4, 0x00, 0xb7, - 0x92, 0xdb, 0x04, 0x37, 0xed, 0x51, 0x7b, 0x82, 0x01, 0xd5, 0x0d, 0xc2, 0xfa, 0xb9, 0x01, 0x97, - 0xfa, 0xee, 0x8a, 0xdc, 0xd4, 0xdb, 0x30, 0x22, 0xa7, 0x91, 0x27, 0x70, 0xc6, 0x73, 0xc9, 0x8e, - 0x0c, 0x8b, 0xb6, 0x42, 0x36, 0x7f, 0x1d, 0xc6, 0x63, 0xf7, 0xc8, 0x51, 0x63, 0x4b, 0x3c, 0xa0, - 0xd7, 0x7a, 0x3d, 0x76, 0x8b, 0x59, 0x0b, 0xa2, 0x1d, 0x1b, 0x62, 0xf7, 0x48, 0xd2, 0xd1, 0x89, - 0xbf, 0xac, 0x13, 0x7f, 0x1d, 0x46, 0xc5, 0x32, 0x91, 0xcf, 0xf7, 0x67, 0xd4, 0x4e, 0xda, 0xd6, - 0x3f, 0x1a, 0x50, 0xdf, 0x8c, 0x82, 0xe0, 0x41, 0x14, 0xdf, 0x93, 0xd9, 0x18, 0xe6, 0x93, 0x06, - 0x53, 0xb8, 0x2e, 0x67, 0x5f, 0x3a, 0xa1, 0xb3, 0xcf, 0xfa, 0xb9, 0x72, 0xce, 0xcf, 0x5d, 0x83, - 0x29, 0x11, 0x16, 0x39, 0xde, 0x3e, 0xf2, 0x0e, 0x48, 0xbb, 0xc9, 0x19, 0x1f, 0xb3, 0xab, 0x02, - 0xbc, 0x2e, 0xa1, 0xd6, 0x4f, 0x47, 0xe0, 0xbc, 0x96, 0x7d, 0xb9, 0x33, 0x0b, 0x00, 0xc2, 0x0d, - 0x73, 0xe9, 0x18, 0x5c, 0x3a, 0x9c, 0x67, 0x21, 0x99, 0x6d, 0x30, 0x8b, 0x87, 0xc7, 0xc9, 0x4c, - 0x67, 0xa6, 0x70, 0xa6, 0x3c, 0xaf, 0xa3, 0xf4, 0xeb, 0x30, 0xdf, 0x8a, 0xd1, 0x21, 0x8e, 0xda, - 0x84, 0x5d, 0xa6, 0x63, 0x16, 0x73, 0x0b, 0x8b, 0xc0, 0xbe, 0x0c, 0x66, 0xce, 0x29, 0x84, 0x2d, - 0xd1, 0xcf, 0xb5, 0x7c, 0xc3, 0x37, 0x97, 0x61, 0xba, 0x30, 0xa2, 0xc2, 0x47, 0x54, 0x49, 0x37, - 0x66, 0x0d, 0x46, 0x5c, 0xca, 0xf8, 0xa2, 0xdc, 0xb6, 0xca, 0xb6, 0x6a, 0x9a, 0x6f, 0x80, 0xb9, - 0xe3, 0x7a, 0x07, 0x41, 0xb4, 0xe7, 0x78, 0x51, 0x3b, 0xa4, 0xce, 0x3e, 0x0e, 0x29, 0x37, 0x93, - 0xb2, 0x3d, 0x2d, 0x7b, 0xd6, 0x59, 0xc7, 0x23, 0x1c, 0xd2, 0xac, 0x09, 0x8c, 0x9e, 0xc4, 0x04, - 0x34, 0x3a, 0x3c, 0xa6, 0xd3, 0xe1, 0xdb, 0x50, 0xe1, 0xf9, 0x39, 0x7e, 0xe8, 0x75, 0xc9, 0x52, - 0xa4, 0x39, 0x33, 0xa2, 0xfc, 0x90, 0x01, 0x6c, 0x81, 0x6e, 0x3a, 0x99, 0x13, 0x3d, 0x13, 0x1e, - 0x24, 0x5a, 0x3b, 0x3e, 0x90, 0xd6, 0xce, 0x17, 0x03, 0x07, 0xa5, 0xc6, 0x37, 0xe1, 0x35, 0x75, - 0x8e, 0xf9, 0xfc, 0xb4, 0x27, 0xd4, 0x6d, 0xb6, 0xf8, 0xb9, 0x58, 0xb6, 0xcd, 0xa4, 0x6b, 0x5b, - 0xf5, 0x98, 0x37, 0x60, 0x46, 0xed, 0x4d, 0x8a, 0x3e, 0x29, 0xc4, 0x2a, 0x3b, 0x52, 0x64, 0x07, - 0x46, 0xd8, 0x3a, 0x30, 0x22, 0xb5, 0x2a, 0xf7, 0x0e, 0xf7, 0xfb, 0x5e, 0xf7, 0xfb, 0x98, 0xc2, - 0xca, 0x87, 0x82, 0x8e, 0xc8, 0x4f, 0x29, 0xaa, 0xf5, 0x8f, 0x61, 0x22, 0xdb, 0xa1, 0x49, 0x92, - 0xdc, 0xce, 0x26, 0x49, 0x06, 0x92, 0x7c, 0x9a, 0x46, 0xf9, 0x41, 0x05, 0x2e, 0x09, 0x06, 0xfc, - 0x2c, 0x4f, 0xeb, 0x51, 0xb3, 0xc5, 0xae, 0x39, 0xbe, 0x72, 0x33, 0xc7, 0x98, 0xe9, 0x37, 0x61, - 0x4c, 0xa5, 0x8a, 0x89, 0xf4, 0x92, 0x99, 0x1d, 0x53, 0x5d, 0x22, 0xdf, 0x21, 0x7e, 0xdb, 0xe9, - 0x80, 0xbe, 0x8e, 0xe6, 0x63, 0xb6, 0x19, 0xd8, 0x3b, 0xe8, 0x64, 0xe3, 0x06, 0x11, 0xb6, 0xde, - 0xd4, 0xeb, 0xc4, 0x16, 0x47, 0x4f, 0xf4, 0xa0, 0x2b, 0x84, 0xe0, 0x5d, 0x99, 0x10, 0xe2, 0x0e, - 0xd4, 0x62, 0x44, 0xdb, 0x71, 0xc8, 0x4f, 0x3d, 0xc5, 0x11, 0xd7, 0x3e, 0x79, 0xfa, 0xcd, 0x8a, - 0xfe, 0xf7, 0xd1, 0x51, 0x56, 0x3e, 0xe6, 0x1a, 0x34, 0x76, 0xa3, 0xd8, 0x43, 0x8e, 0x17, 0x23, - 0x97, 0x22, 0xcd, 0xf0, 0x61, 0x3e, 0xbc, 0xce, 0xb1, 0xd6, 0x39, 0x52, 0x9e, 0x86, 0xc6, 0x87, - 0x8e, 0xe8, 0x7c, 0xa8, 0x79, 0x04, 0x93, 0x7c, 0x27, 0x9d, 0x18, 0x91, 0x76, 0x40, 0x89, 0xcc, - 0x81, 0xda, 0xc7, 0xe4, 0x40, 0x8f, 0xdd, 0xd5, 0x15, 0xa1, 0x0e, 0x82, 0xa8, 0x50, 0xbb, 0x89, - 0xa7, 0x19, 0x50, 0x7d, 0x0f, 0x66, 0x0a, 0x28, 0x1a, 0x05, 0xfc, 0x66, 0xb7, 0x02, 0x5e, 0x3d, - 0x56, 0x01, 0x39, 0xb9, 0xac, 0x1a, 0xfe, 0xd0, 0x80, 0xcb, 0xfd, 0x19, 0x96, 0xc7, 0xc5, 0xf7, - 0x60, 0xb2, 0x5b, 0xcc, 0xe2, 0x38, 0x7f, 0xeb, 0xb4, 0x46, 0x67, 0x4f, 0xf8, 0x19, 0xa8, 0xf5, - 0xfd, 0x12, 0x2c, 0x69, 0xf8, 0x78, 0xc0, 0x9f, 0x7b, 0x06, 0xb4, 0x85, 0x6f, 0x41, 0x85, 0xbf, - 0x0b, 0x71, 0x69, 0x54, 0xb3, 0x99, 0x97, 0x24, 0x14, 0x2a, 0xd2, 0x5e, 0x67, 0x23, 0x6c, 0x31, - 0x90, 0xb9, 0x6a, 0xf9, 0xa8, 0x22, 0x0f, 0xa6, 0x8c, 0xab, 0x96, 0x1d, 0x8c, 0xca, 0x03, 0xf1, - 0xd3, 0x56, 0xc8, 0x5d, 0x76, 0x34, 0x74, 0xfc, 0x81, 0x5d, 0xd1, 0x1e, 0xd8, 0x97, 0xe0, 0x62, - 0x1f, 0x09, 0xc8, 0xcb, 0xee, 0x7f, 0xa4, 0x41, 0xc9, 0x5d, 0x8f, 0xe2, 0x43, 0x76, 0x47, 0x7e, - 0xf1, 0x41, 0xc9, 0x36, 0x98, 0x09, 0x61, 0xa7, 0x89, 0xa8, 0xcb, 0x1f, 0x0c, 0x86, 0xf2, 0x4a, - 0xa9, 0x9b, 0xe1, 0xb1, 0xc4, 0xb6, 0xa7, 0x69, 0x0e, 0x62, 0xfd, 0x6f, 0x1a, 0xc1, 0x74, 0xaf, - 0x75, 0xb0, 0x08, 0xe6, 0xcd, 0x4c, 0x04, 0x93, 0x0a, 0x45, 0x5c, 0xef, 0x93, 0xd0, 0x24, 0x7d, - 0x3a, 0x78, 0x4e, 0xa1, 0x89, 0x3e, 0x6e, 0x1a, 0xfa, 0xf2, 0x71, 0x93, 0x2b, 0x45, 0x20, 0x98, - 0xab, 0xf4, 0x66, 0x2e, 0x91, 0x15, 0x67, 0xce, 0xcd, 0xb4, 0xcc, 0x45, 0x18, 0x4f, 0xc8, 0x60, - 0x5f, 0x26, 0xd6, 0x40, 0x81, 0x36, 0xfc, 0xcc, 0xcd, 0x6e, 0x64, 0xd0, 0x9b, 0x5d, 0x9a, 0x9a, - 0x18, 0x1d, 0x3c, 0x35, 0xb1, 0x01, 0x33, 0xfb, 0xc8, 0x8d, 0xe9, 0x0e, 0x72, 0xa9, 0xe3, 0x23, - 0xea, 0xe2, 0x80, 0xf0, 0xe8, 0xe6, 0xb8, 0xf1, 0xd3, 0xc9, 0xb0, 0x7b, 0x62, 0x54, 0xaf, 0x28, - 0x03, 0x7a, 0x46, 0x19, 0xef, 0xc1, 0x25, 0xcd, 0x00, 0x27, 0xda, 0x75, 0xe8, 0x3e, 0x26, 0x8e, - 0x8a, 0xf9, 0xc6, 0x39, 0x81, 0xc5, 0x22, 0x81, 0x0f, 0x76, 0xb7, 0xf7, 0x31, 0xb9, 0x2b, 0x63, - 0x41, 0x6d, 0xcc, 0x32, 0xd1, 0x23, 0x66, 0xc9, 0x84, 0x94, 0x93, 0xfc, 0xde, 0x98, 0x84, 0x94, - 0x8f, 0xe0, 0xa2, 0x9a, 0xc9, 0xa1, 0x91, 0xe3, 0x05, 0x11, 0x41, 0x85, 0x0c, 0x49, 0x95, 0x8f, - 0x59, 0x50, 0x88, 0xdb, 0xd1, 0x3a, 0x43, 0xcb, 0x25, 0x49, 0xd6, 0xa0, 0xc1, 0xe7, 0xed, 0x4d, - 0x66, 0x4a, 0x24, 0x5a, 0x38, 0x96, 0x9e, 0xc6, 0xdb, 0x30, 0x9f, 0x6e, 0x4f, 0x7e, 0xf8, 0x34, - 0x1f, 0x3e, 0x97, 0x20, 0x14, 0xe6, 0xef, 0x4e, 0x83, 0xcc, 0x9c, 0x3c, 0x0d, 0x62, 0xfd, 0xa9, - 0x01, 0x96, 0x8d, 0xbc, 0x28, 0xf6, 0xb3, 0x86, 0xff, 0x48, 0xcd, 0x38, 0xe0, 0x79, 0x70, 0x1b, - 0x46, 0x94, 0x6a, 0x95, 0x06, 0x50, 0x2d, 0x85, 0xdc, 0xcf, 0xd3, 0x59, 0x9b, 0x2c, 0x6a, 0xeb, - 0xc3, 0x98, 0x74, 0x4d, 0xd7, 0x61, 0xda, 0x73, 0x43, 0x0f, 0x05, 0x8e, 0x4c, 0x41, 0x21, 0x91, - 0xd5, 0x18, 0xb5, 0xa7, 0x04, 0xdc, 0x56, 0x60, 0xeb, 0xbf, 0x0d, 0xb8, 0xda, 0x87, 0xe4, 0x5a, - 0x67, 0xc3, 0x7f, 0x4e, 0x79, 0xcc, 0x34, 0xc1, 0x52, 0xce, 0x24, 0x58, 0xf2, 0x4e, 0x61, 0xa8, - 0xe0, 0x14, 0x32, 0x72, 0xac, 0x9c, 0x56, 0x8e, 0xc3, 0x39, 0x39, 0x6e, 0xc3, 0xb5, 0x63, 0x17, - 0x7d, 0x72, 0x59, 0xfe, 0xd8, 0x48, 0x82, 0xea, 0x2c, 0xdd, 0x93, 0x06, 0xd5, 0x5f, 0x83, 0x61, - 0x11, 0xf0, 0x0d, 0xa4, 0x37, 0x12, 0xb7, 0xaf, 0xda, 0x5c, 0x4d, 0xa2, 0xac, 0x1e, 0x7c, 0xc9, - 0xe3, 0xfd, 0xbf, 0x0c, 0x26, 0x97, 0xde, 0x88, 0x2f, 0x81, 0x36, 0xa4, 0xc2, 0xa9, 0x9c, 0x52, - 0x38, 0x79, 0x5d, 0x78, 0x1d, 0x96, 0x8f, 0x5f, 0xb3, 0x14, 0xd0, 0x8f, 0x8c, 0x24, 0x4e, 0xcc, - 0x22, 0x9f, 0x28, 0x4e, 0xcc, 0x44, 0x79, 0xa5, 0xd3, 0x46, 0x79, 0xf9, 0x0d, 0x4e, 0x83, 0x37, - 0x1d, 0x5b, 0x92, 0xf9, 0xff, 0x34, 0xb4, 0x6a, 0x20, 0xb0, 0x5e, 0x0e, 0x43, 0x57, 0x82, 0xa9, - 0x9c, 0x56, 0x30, 0xf9, 0xcd, 0xbd, 0x06, 0x57, 0x8e, 0x59, 0xb2, 0x14, 0x8e, 0xf0, 0xf9, 0x45, - 0x35, 0xe0, 0x26, 0x7e, 0x92, 0xbd, 0x7d, 0xee, 0x3e, 0xff, 0x8a, 0xde, 0xa9, 0x24, 0x8c, 0xc9, - 0x05, 0x08, 0x47, 0xde, 0x13, 0xef, 0x57, 0xd4, 0x91, 0x5f, 0xd7, 0x3b, 0xac, 0xae, 0x45, 0x4b, - 0x01, 0xfd, 0x9b, 0xc1, 0x74, 0x81, 0x4b, 0x40, 0xf4, 0x9f, 0xf2, 0xc1, 0xee, 0xab, 0x49, 0x4d, - 0xf6, 0xbb, 0xdf, 0x74, 0x3f, 0x2e, 0x0d, 0xe5, 0x1e, 0x97, 0xac, 0x65, 0xb6, 0xf1, 0xfd, 0xd7, - 0x25, 0x45, 0xf0, 0x4f, 0x25, 0x68, 0x6c, 0xe1, 0xbd, 0xd0, 0x7d, 0xb9, 0xd6, 0xbe, 0x08, 0xe3, - 0x84, 0x73, 0x25, 0x4a, 0xc1, 0x64, 0x1d, 0x9c, 0x00, 0xf1, 0x1a, 0xb0, 0x24, 0xc6, 0x1f, 0x1a, - 0x3c, 0xc6, 0xcf, 0x0a, 0xb4, 0xd2, 0x57, 0xa0, 0xc3, 0xf9, 0xd7, 0xba, 0x1a, 0x8c, 0x78, 0x51, - 0x48, 0xe3, 0x28, 0x90, 0x89, 0x19, 0xd5, 0xb4, 0x2e, 0xc2, 0x62, 0x4f, 0xf9, 0x49, 0x19, 0xff, - 0xdd, 0x28, 0x5c, 0x93, 0x38, 0x98, 0xee, 0xbf, 0x7a, 0x19, 0x7e, 0xf5, 0x32, 0xfc, 0xa2, 0x5f, - 0x86, 0x73, 0xe6, 0x35, 0x51, 0x30, 0xaf, 0x77, 0x60, 0x42, 0x22, 0x88, 0xad, 0x9c, 0x1c, 0x60, - 0x2b, 0x25, 0xc9, 0x0d, 0xbe, 0xa1, 0x19, 0x83, 0xa9, 0x76, 0x19, 0x4c, 0xe1, 0x3a, 0x36, 0xf5, - 0x3c, 0x5e, 0xa5, 0xa7, 0xfb, 0xbc, 0x4a, 0xcf, 0x9c, 0xfe, 0x55, 0xda, 0x7c, 0x4e, 0xaf, 0xd2, - 0xaf, 0x0d, 0xfc, 0x2a, 0x7d, 0x17, 0x96, 0x8f, 0x77, 0x15, 0xfd, 0xdf, 0xa7, 0x7f, 0xbf, 0x04, - 0x0b, 0x36, 0x22, 0x88, 0xbe, 0x54, 0x1e, 0xfd, 0x1c, 0x8b, 0xd2, 0x5d, 0x22, 0x6b, 0x89, 0xc6, - 0x6c, 0xd9, 0x32, 0xef, 0x40, 0x2d, 0x49, 0xe3, 0xee, 0xe2, 0x10, 0x93, 0xfd, 0xfc, 0xc3, 0xd9, - 0xac, 0xea, 0x7f, 0xc0, 0xbb, 0xd5, 0x6b, 0x58, 0xb7, 0x15, 0x55, 0xf2, 0x47, 0xe0, 0x1d, 0x68, - 0xf4, 0x12, 0xc2, 0xb1, 0xe2, 0xbb, 0xb8, 0x8d, 0xe2, 0x26, 0x0e, 0x5d, 0x8a, 0xfe, 0x5f, 0x88, - 0x30, 0x13, 0x45, 0x0d, 0x9d, 0x36, 0x8a, 0xca, 0x9d, 0x87, 0xd6, 0x65, 0xb0, 0xfa, 0x09, 0x41, - 0x9e, 0x6c, 0x3f, 0x2e, 0xc3, 0x45, 0xe6, 0xf3, 0x3f, 0x68, 0xa1, 0xb0, 0x80, 0x45, 0x06, 0x93, - 0x95, 0xb6, 0x88, 0xa1, 0x34, 0x70, 0x11, 0x83, 0xf6, 0x15, 0xfd, 0x03, 0x99, 0x03, 0xe3, 0x8e, - 0x5b, 0x16, 0x25, 0x48, 0xd9, 0x5c, 0xca, 0xdc, 0x20, 0x38, 0x5c, 0x3c, 0x14, 0xb9, 0x31, 0x4f, - 0x1b, 0x89, 0xaa, 0x03, 0x7b, 0x8a, 0x74, 0x03, 0xcc, 0xef, 0xc0, 0x74, 0x7a, 0x2c, 0x49, 0x7a, - 0xe2, 0x78, 0xbb, 0xa1, 0xa3, 0x57, 0x90, 0x85, 0x20, 0xf3, 0xe8, 0x8c, 0x3d, 0x85, 0xba, 0x41, - 0xe6, 0x06, 0x8c, 0xb3, 0x83, 0x5a, 0x11, 0x1d, 0xce, 0xa7, 0xa8, 0x8b, 0x44, 0xd9, 0x09, 0x9d, - 0xd0, 0x03, 0x9a, 0xb4, 0xd6, 0xc6, 0x60, 0x44, 0x60, 0x13, 0xeb, 0xcf, 0x0c, 0xb0, 0xfa, 0x6d, - 0x4c, 0x52, 0x95, 0x08, 0x09, 0x3f, 0xaa, 0x48, 0xf9, 0x46, 0xf1, 0x01, 0x45, 0xbb, 0x24, 0x5e, - 0x98, 0x98, 0x19, 0x3e, 0x70, 0x65, 0xf2, 0xe7, 0x65, 0xb8, 0xc4, 0x78, 0xe3, 0x79, 0x3e, 0xff, - 0x95, 0xda, 0xbc, 0x60, 0xb5, 0x31, 0x1f, 0xc2, 0xa4, 0xa8, 0xff, 0x57, 0xc4, 0x46, 0xf2, 0x31, - 0x63, 0xd7, 0x8a, 0x69, 0x9b, 0x24, 0x64, 0x26, 0x48, 0xa6, 0x9d, 0xd5, 0xbf, 0x3f, 0x37, 0xe0, - 0x72, 0xff, 0x3d, 0x7e, 0x91, 0x1a, 0xf8, 0x13, 0x03, 0x16, 0x18, 0x77, 0xa7, 0xd5, 0xbd, 0xae, - 0x6f, 0x07, 0x4a, 0xc7, 0x7f, 0x3b, 0xa0, 0x55, 0xb6, 0xb3, 0xaa, 0x4a, 0x42, 0xdc, 0xde, 0x44, - 0xc3, 0xfa, 0x91, 0x01, 0x8d, 0x5e, 0xac, 0xbd, 0x48, 0x91, 0xfd, 0xa5, 0x01, 0x57, 0x18, 0x5f, - 0x77, 0x65, 0x31, 0xd2, 0x4b, 0x28, 0xba, 0xbf, 0x30, 0xe0, 0xea, 0x71, 0x2c, 0xbe, 0x68, 0xad, - 0xdb, 0xf2, 0xdc, 0xf0, 0x25, 0xd5, 0xba, 0x5e, 0xac, 0xbd, 0x48, 0x91, 0x6d, 0x43, 0x83, 0x97, - 0x2d, 0x9d, 0x56, 0x64, 0xc9, 0x6a, 0x4b, 0xd9, 0xd5, 0xde, 0x81, 0xc5, 0x9e, 0x54, 0xe5, 0x6a, - 0xcf, 0x42, 0x85, 0x17, 0x52, 0x71, 0x92, 0x65, 0x5b, 0x34, 0xac, 0x0b, 0x50, 0x7f, 0x88, 0x68, - 0x21, 0xf2, 0x17, 0xac, 0x58, 0xff, 0x6a, 0xc0, 0x79, 0x6d, 0x77, 0xf2, 0x45, 0xd0, 0xd0, 0x01, - 0xea, 0x28, 0xd9, 0xad, 0xf5, 0xad, 0x53, 0xe8, 0x43, 0x67, 0xe5, 0x5d, 0xd4, 0x91, 0x25, 0x1a, - 0x9c, 0x5e, 0xfd, 0x63, 0x18, 0x4b, 0x40, 0x9a, 0x92, 0x8c, 0xaf, 0x67, 0x4b, 0x32, 0xaa, 0xd9, - 0x83, 0x2c, 0xb9, 0x3b, 0x6e, 0x84, 0x3e, 0xfa, 0x04, 0xf9, 0x4f, 0x18, 0x1a, 0xcf, 0x06, 0x64, - 0xea, 0x31, 0xfe, 0x25, 0xad, 0x83, 0xe0, 0x15, 0x1b, 0xa7, 0x79, 0xbe, 0xd8, 0x80, 0xaa, 0xa7, - 0x86, 0x88, 0xb4, 0x84, 0xe0, 0xc5, 0xd2, 0xf0, 0x92, 0x29, 0x0b, 0xe1, 0xac, 0x4c, 0x26, 0x23, - 0x79, 0x66, 0xe2, 0x1d, 0x98, 0xc8, 0x16, 0xc0, 0x14, 0xab, 0x22, 0x74, 0x17, 0xd3, 0x4c, 0x25, - 0x0b, 0xbb, 0x3a, 0xa2, 0x38, 0x8e, 0x62, 0x47, 0x7e, 0xcb, 0x29, 0x0d, 0x61, 0x82, 0x03, 0x1f, - 0x0b, 0x98, 0xf9, 0x04, 0x5e, 0x63, 0x9b, 0x92, 0x7e, 0x90, 0x20, 0x3e, 0xd9, 0xa8, 0xe4, 0x4f, - 0x59, 0xd9, 0xab, 0x94, 0x3e, 0xf9, 0x50, 0x81, 0x2b, 0xfc, 0xcc, 0x51, 0x1e, 0x94, 0x49, 0xca, - 0xeb, 0x64, 0x29, 0x83, 0xea, 0xdf, 0x85, 0x3a, 0xbf, 0xb9, 0x88, 0xea, 0xa5, 0x24, 0xc1, 0xf2, - 0x4b, 0x2b, 0x2b, 0xb6, 0x16, 0xe0, 0xbc, 0x96, 0x01, 0xf5, 0x24, 0x54, 0x82, 0xb3, 0x9c, 0x7d, - 0x45, 0xe4, 0x97, 0x58, 0xf1, 0x9c, 0x94, 0x16, 0x96, 0x4f, 0x56, 0x5a, 0xf8, 0x3d, 0x38, 0xa7, - 0xd4, 0xe6, 0x77, 0x90, 0x47, 0x1d, 0x2f, 0x0a, 0x7d, 0x9c, 0x14, 0x42, 0x54, 0x57, 0xaf, 0xf5, - 0xd6, 0x44, 0x86, 0xbf, 0xae, 0xd0, 0xed, 0xb3, 0x4f, 0x35, 0x50, 0xf3, 0xb7, 0x61, 0x4e, 0x90, - 0xf7, 0xa2, 0x90, 0x60, 0x42, 0x51, 0xe8, 0x75, 0x9c, 0x00, 0x1d, 0xa2, 0x80, 0xeb, 0x8c, 0x3e, - 0x63, 0xc3, 0xe9, 0xaf, 0xa7, 0x03, 0xde, 0x63, 0xf8, 0xf6, 0xec, 0x53, 0x1d, 0xd8, 0xfa, 0x2b, - 0x03, 0x66, 0x73, 0x42, 0x97, 0x6e, 0x25, 0x6f, 0x11, 0xc6, 0x49, 0x2d, 0xe2, 0x21, 0x54, 0xb3, - 0xb2, 0x41, 0x7e, 0x9f, 0xea, 0xc1, 0x8c, 0x4c, 0x90, 0x6f, 0x4f, 0x3e, 0xcd, 0x36, 0xad, 0x1f, - 0x1a, 0xb0, 0xa4, 0x3e, 0x19, 0x3c, 0xe5, 0xc5, 0xf9, 0xb9, 0xe8, 0xef, 0xdf, 0x97, 0xe1, 0x62, - 0x1f, 0x3e, 0xa4, 0xdc, 0x9a, 0x30, 0x97, 0xc6, 0xe6, 0xdd, 0x5f, 0x3b, 0x09, 0x11, 0x7e, 0x6d, - 0xc0, 0xd3, 0xad, 0xfb, 0x3b, 0xa7, 0x73, 0x48, 0x0b, 0x37, 0x3d, 0x98, 0xd3, 0x64, 0x38, 0x33, - 0xdf, 0xe5, 0x9d, 0xe8, 0x30, 0x9d, 0x3d, 0xd2, 0x81, 0xcd, 0xef, 0x80, 0xd9, 0x42, 0xa1, 0x8f, - 0xc3, 0x3d, 0x47, 0xbe, 0xb2, 0x60, 0x44, 0x6a, 0x65, 0x7e, 0xe0, 0x5c, 0xd7, 0xd3, 0xdf, 0x14, - 0xf8, 0xea, 0xad, 0x44, 0x78, 0xae, 0x56, 0x17, 0x10, 0x23, 0x62, 0x7e, 0x17, 0xa6, 0x15, 0x65, - 0x6f, 0x1f, 0x07, 0x7e, 0xcc, 0xbf, 0x1f, 0x28, 0x77, 0xd7, 0x5e, 0x6a, 0xe8, 0xae, 0x33, 0xe4, - 0x6e, 0xde, 0xa7, 0x5a, 0x99, 0xae, 0x18, 0x85, 0xd6, 0xff, 0x18, 0x30, 0xa7, 0xf6, 0xeb, 0x64, - 0xee, 0xee, 0x4b, 0xd5, 0x8f, 0xdd, 0x87, 0x6a, 0x5a, 0x23, 0x96, 0x24, 0xcb, 0xab, 0xd9, 0x54, - 0x64, 0x62, 0xab, 0x6a, 0xb8, 0xc8, 0x95, 0xd3, 0x4c, 0xcb, 0xbc, 0x03, 0x35, 0x1c, 0x7a, 0x41, - 0xdb, 0x47, 0x69, 0xa9, 0xb2, 0xfa, 0xa0, 0x5a, 0x54, 0xf0, 0xcf, 0xca, 0x7e, 0x45, 0x44, 0x5c, - 0xa2, 0xac, 0xbf, 0x31, 0xd2, 0x4f, 0x74, 0xf3, 0x4e, 0xd6, 0x7c, 0x1b, 0x46, 0x5a, 0x51, 0x10, - 0xa0, 0x58, 0xc5, 0x0b, 0x4b, 0xfa, 0x75, 0x6d, 0x72, 0x24, 0x2e, 0x57, 0x35, 0xc0, 0x7c, 0x1f, - 0xa6, 0x0b, 0x9c, 0x94, 0xf2, 0x99, 0x4c, 0x9d, 0x70, 0xe4, 0xd7, 0xdd, 0x55, 0xda, 0xcd, 0xe8, - 0x1c, 0xcc, 0x3e, 0x44, 0x54, 0x7e, 0x81, 0xcf, 0xa7, 0x92, 0x11, 0xcf, 0xef, 0x19, 0x70, 0x2e, - 0xdf, 0x23, 0xf9, 0xdf, 0x87, 0x79, 0xd2, 0x6e, 0xb5, 0x22, 0x5e, 0x87, 0xe4, 0x05, 0x18, 0x85, - 0x54, 0x9d, 0xa5, 0x44, 0xda, 0xd7, 0x1b, 0xda, 0x73, 0x74, 0x4b, 0x8d, 0x5a, 0xe7, 0x83, 0xe4, - 0xe9, 0x49, 0xec, 0x39, 0xa2, 0xef, 0xb0, 0x3e, 0x15, 0x77, 0x39, 0xb5, 0x86, 0x4d, 0x37, 0xa6, - 0xf8, 0x04, 0x21, 0xe2, 0x97, 0x51, 0x21, 0xeb, 0x0f, 0x4a, 0xe2, 0xb6, 0xa6, 0x9b, 0x5c, 0x0a, - 0x22, 0x86, 0x85, 0xb4, 0x50, 0x2e, 0xd9, 0x95, 0x56, 0x82, 0x28, 0xb7, 0xf7, 0x66, 0xff, 0x39, - 0x13, 0xc2, 0x49, 0x75, 0x62, 0xdd, 0xcd, 0xbc, 0x6e, 0x76, 0xcf, 0xcd, 0xe6, 0xec, 0x2a, 0x8d, - 0x2d, 0xcc, 0x59, 0x3a, 0xe5, 0x9c, 0xd9, 0x0a, 0xd9, 0xee, 0x39, 0xd7, 0xfe, 0xc1, 0xf8, 0xec, - 0xf3, 0xc6, 0x99, 0x9f, 0x7d, 0xde, 0x38, 0xf3, 0x8b, 0xcf, 0x1b, 0xc6, 0xf7, 0x9f, 0x35, 0x8c, - 0xbf, 0x7d, 0xd6, 0x30, 0xfe, 0xf9, 0x59, 0xc3, 0xf8, 0xec, 0x59, 0xc3, 0xf8, 0xf9, 0xb3, 0x86, - 0xf1, 0xef, 0xcf, 0x1a, 0x67, 0x7e, 0xf1, 0xac, 0x61, 0xfc, 0xd1, 0x17, 0x8d, 0x33, 0x9f, 0x7d, - 0xd1, 0x38, 0xf3, 0xb3, 0x2f, 0x1a, 0x67, 0xe0, 0x32, 0x8e, 0x52, 0x2e, 0xf8, 0xdf, 0x6a, 0x68, - 0xc2, 0xe1, 0xb5, 0xb3, 0x72, 0x2f, 0x95, 0x54, 0x37, 0x19, 0xe2, 0xa6, 0xf1, 0xdd, 0x6f, 0xed, - 0x65, 0x46, 0xe3, 0xe8, 0xa6, 0xfa, 0xfd, 0x26, 0xa7, 0xa4, 0xf9, 0xeb, 0x98, 0x6f, 0xe4, 0x40, - 0x3b, 0xc3, 0x1c, 0xf3, 0xd7, 0xfe, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xd5, 0xe1, 0xb0, 0x8e, 0x70, - 0x46, 0x00, 0x00, + // 3967 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3c, 0x4b, 0x6c, 0x24, 0xc7, + 0x75, 0xdb, 0x33, 0x1c, 0x7e, 0xde, 0x0c, 0x87, 0x64, 0x6b, 0xc9, 0x1d, 0xce, 0x2e, 0x87, 0xdc, + 0xde, 0x1f, 0x57, 0x6b, 0x71, 0xb1, 0x8c, 0xb1, 0x2b, 0xcb, 0x4e, 0xe4, 0x25, 0xf7, 0x47, 0xc8, + 0x2b, 0x51, 0x4d, 0x6a, 0xed, 0x38, 0x32, 0x1a, 0xcd, 0xee, 0x22, 0x59, 0xe1, 0x4c, 0xf7, 0x6c, + 0x57, 0x0d, 0xa9, 0xd1, 0x25, 0x06, 0x62, 0x03, 0xb9, 0xc5, 0x41, 0x60, 0xc7, 0x41, 0x1c, 0x20, + 0x41, 0x80, 0x20, 0x39, 0xe4, 0x96, 0x63, 0x90, 0x73, 0x90, 0x93, 0x80, 0x00, 0x81, 0x8f, 0xd6, + 0xea, 0x92, 0xdc, 0x9c, 0x0f, 0x90, 0x6b, 0x50, 0xbf, 0xee, 0x9e, 0xee, 0x9a, 0xe1, 0x90, 0x5a, + 0x89, 0x9b, 0x40, 0x37, 0xf6, 0xab, 0x57, 0xaf, 0x5e, 0xbd, 0x7a, 0xbf, 0x7a, 0xf5, 0x86, 0xb0, + 0x4a, 0x51, 0xab, 0x1d, 0x46, 0x6e, 0xf3, 0xf6, 0x51, 0x18, 0x1d, 0xec, 0x36, 0xc3, 0x23, 0x82, + 0xa2, 0x43, 0xec, 0xa1, 0xdb, 0x87, 0x77, 0x6e, 0x47, 0xe8, 0x79, 0x07, 0x11, 0xea, 0x44, 0x88, + 0xb4, 0xc3, 0x80, 0xa0, 0x95, 0x76, 0x14, 0xd2, 0xd0, 0xbc, 0xa8, 0xe6, 0xac, 0x64, 0xe6, 0xac, + 0x1c, 0xde, 0xa9, 0x2f, 0xc5, 0x04, 0x51, 0xd0, 0x69, 0x11, 0x46, 0x46, 0x61, 0x89, 0xe9, 0xf5, + 0xcb, 0x79, 0x8c, 0xc0, 0x6d, 0x21, 0xd2, 0x76, 0x3d, 0xb9, 0x42, 0xfd, 0x6a, 0x1e, 0x65, 0xd7, + 0xc5, 0x4d, 0xe4, 0x3b, 0x9e, 0xdb, 0x51, 0x7c, 0xd4, 0x1b, 0x79, 0x2c, 0x2f, 0x6c, 0xb5, 0xc2, + 0x40, 0x8e, 0x2f, 0xe4, 0xc7, 0x9f, 0x77, 0x50, 0xd4, 0xed, 0xcf, 0x07, 0x75, 0xc9, 0x81, 0xd3, + 0xc4, 0x84, 0x4a, 0x94, 0x64, 0x33, 0x82, 0x30, 0xc3, 0x69, 0x21, 0x42, 0xdc, 0x3d, 0x94, 0x23, + 0xb2, 0x8f, 0x09, 0x0d, 0xa3, 0x6e, 0x1e, 0xc5, 0xca, 0x89, 0x78, 0x10, 0x8e, 0x8f, 0x3c, 0x4c, + 0xf0, 0xe0, 0xa5, 0x98, 0x2c, 0x3a, 0x11, 0xca, 0xa3, 0x24, 0xfc, 0xee, 0xe2, 0x26, 0x45, 0x51, + 0x1e, 0xe3, 0x4a, 0x8c, 0x11, 0xcb, 0x3c, 0x8f, 0xb4, 0x18, 0x23, 0x71, 0x79, 0xe5, 0x11, 0xae, + 0xc5, 0x08, 0x11, 0x6a, 0x37, 0xb1, 0xe7, 0x52, 0x2d, 0xc7, 0xc9, 0xae, 0x98, 0x60, 0x99, 0x5c, + 0x07, 0xed, 0xea, 0x10, 0x45, 0xda, 0x8d, 0x5b, 0x3f, 0x1a, 0x83, 0x9a, 0x8d, 0xf6, 0x30, 0xa1, + 0x28, 0x7a, 0x57, 0x71, 0x6d, 0x0b, 0xdd, 0x34, 0x4d, 0x18, 0x61, 0x3b, 0xa9, 0x19, 0x4b, 0xc6, + 0xf2, 0x84, 0xcd, 0xff, 0x36, 0x97, 0xa0, 0xec, 0x23, 0xe2, 0x45, 0xb8, 0xcd, 0xf8, 0xaa, 0x15, + 0xf8, 0x50, 0x1a, 0x64, 0x2e, 0x42, 0x39, 0x3c, 0x0a, 0x50, 0xe4, 0xa0, 0x96, 0x8b, 0x9b, 0xb5, + 0x22, 0xc7, 0x00, 0x0e, 0x7a, 0xc8, 0x20, 0xe6, 0xef, 0xc0, 0x2d, 0x75, 0x5a, 0x0e, 0xfa, 0x08, + 0x79, 0x1d, 0x36, 0xcd, 0x89, 0x10, 0x45, 0x01, 0xff, 0xab, 0x8d, 0x22, 0x1c, 0xfa, 0x0e, 0x0e, + 0x1c, 0xdf, 0xed, 0x92, 0xda, 0xc8, 0x92, 0xb1, 0x5c, 0xb2, 0xaf, 0xab, 0x29, 0x0f, 0xd5, 0x0c, + 0x5b, 0x4d, 0xd8, 0xe4, 0xf8, 0x1b, 0xc1, 0x03, 0xb7, 0x4b, 0xd8, 0xea, 0xa8, 0x85, 0xa9, 0xd3, + 0x42, 0x34, 0xc2, 0x5e, 0xad, 0xb4, 0x64, 0x2c, 0x8f, 0xdb, 0xc0, 0x40, 0x4f, 0x39, 0xc4, 0xdc, + 0x86, 0x71, 0xaf, 0xd9, 0x61, 0xfb, 0x25, 0xb5, 0xd1, 0xa5, 0xe2, 0x72, 0x79, 0xf5, 0xcd, 0x95, + 0xd8, 0xe8, 0x52, 0x22, 0x5f, 0x39, 0xbc, 0xb3, 0xb2, 0x2e, 0x10, 0xed, 0x04, 0xba, 0x1e, 0x06, + 0xbb, 0x78, 0xaf, 0x13, 0xf1, 0x0f, 0x3b, 0xa6, 0x64, 0xae, 0xc0, 0x6b, 0xae, 0x47, 0xf1, 0x21, + 0x72, 0x24, 0xc8, 0xe1, 0x92, 0x1b, 0xe3, 0x9b, 0x9f, 0x11, 0x43, 0x92, 0x1a, 0x13, 0xb3, 0xb9, + 0x05, 0x23, 0xbe, 0x4b, 0xdd, 0xda, 0x38, 0xe7, 0xe0, 0xed, 0x95, 0x01, 0x66, 0xbf, 0xd2, 0xef, + 0x7c, 0x56, 0x1e, 0xb8, 0xd4, 0x7d, 0x18, 0xd0, 0xa8, 0x6b, 0x73, 0x62, 0xe6, 0x35, 0xa8, 0x12, + 0xe4, 0x75, 0x22, 0x4c, 0xbb, 0x0e, 0x0d, 0x0f, 0x50, 0x50, 0x9b, 0xe0, 0xeb, 0x4f, 0x2a, 0xe8, + 0x36, 0x03, 0x32, 0x5e, 0x31, 0x71, 0xf6, 0x9a, 0xe1, 0x8e, 0xdb, 0x74, 0x62, 0x55, 0xad, 0x01, + 0x17, 0xd5, 0x0c, 0x26, 0x8f, 0xf9, 0x48, 0xbc, 0x9a, 0xf9, 0xdb, 0x70, 0x41, 0x1a, 0xa0, 0xe3, + 0x46, 0xde, 0x3e, 0x3e, 0x74, 0x9b, 0x0e, 0xa1, 0x2e, 0xed, 0x90, 0x5a, 0x79, 0xc9, 0x58, 0xae, + 0xae, 0x5e, 0x4e, 0xd8, 0xe7, 0xe6, 0xce, 0x98, 0xbe, 0x2f, 0x31, 0xb7, 0x38, 0xa2, 0x3d, 0x2b, + 0x29, 0xf4, 0x82, 0xcd, 0x55, 0x98, 0xcb, 0x91, 0xee, 0x38, 0x91, 0x83, 0x6b, 0x15, 0xce, 0xb9, + 0x99, 0x99, 0xf6, 0x81, 0xbd, 0x61, 0x3a, 0x50, 0x3f, 0xc4, 0x04, 0xef, 0xe0, 0x26, 0xdb, 0x67, + 0x96, 0xa3, 0xc9, 0x61, 0x39, 0xaa, 0x25, 0x44, 0x32, 0x4c, 0xbd, 0x09, 0xf3, 0xba, 0x05, 0x04, + 0x5f, 0x55, 0xce, 0xd7, 0x6c, 0x7e, 0xf2, 0x07, 0xf6, 0x46, 0xfd, 0x1e, 0x4c, 0xc4, 0x67, 0x62, + 0x4e, 0x43, 0xf1, 0x00, 0x75, 0xa5, 0xf1, 0xb0, 0x3f, 0xcd, 0xf3, 0x50, 0x3a, 0x74, 0x9b, 0x1d, + 0x24, 0xad, 0x46, 0x7c, 0xbc, 0x55, 0x78, 0xd3, 0xb0, 0x2e, 0xc2, 0xbc, 0xe6, 0x94, 0x45, 0x64, + 0xb0, 0x3e, 0x84, 0xd9, 0xef, 0x60, 0x42, 0xe3, 0x01, 0xa2, 0xec, 0xf3, 0x22, 0x4c, 0xb4, 0xdd, + 0x3d, 0xe4, 0x10, 0xfc, 0xb1, 0x30, 0xd2, 0x92, 0x3d, 0xce, 0x00, 0x5b, 0xf8, 0x63, 0x64, 0x5e, + 0x87, 0xa9, 0x00, 0x7d, 0x44, 0x1d, 0x8e, 0x21, 0xb4, 0x81, 0x2d, 0x5b, 0xb1, 0x27, 0x19, 0x78, + 0xd3, 0xdd, 0x43, 0x5c, 0x1b, 0xac, 0x9f, 0x1b, 0x30, 0x97, 0x25, 0x2f, 0x16, 0x36, 0x9f, 0x01, + 0xc4, 0xea, 0x41, 0x6a, 0x06, 0x57, 0xd5, 0xbb, 0x03, 0x55, 0xf5, 0x01, 0xf7, 0x03, 0x3b, 0x28, + 0xb7, 0x09, 0x3b, 0x45, 0x69, 0x68, 0xd6, 0x7e, 0x0b, 0x6a, 0x1a, 0x82, 0xfd, 0x7d, 0x53, 0x15, + 0x0a, 0xd8, 0x97, 0xc2, 0x2d, 0x60, 0xdf, 0xfa, 0xa3, 0x22, 0xcc, 0xf7, 0xe5, 0xc8, 0x7c, 0x07, + 0xaa, 0x31, 0x4f, 0x0e, 0x0e, 0x76, 0x43, 0x4e, 0xab, 0xbc, 0x7a, 0x35, 0xd9, 0x61, 0x12, 0x3b, + 0x0f, 0xef, 0xac, 0xc4, 0x14, 0x36, 0x82, 0xdd, 0xd0, 0x9e, 0x0c, 0xd2, 0x9f, 0xe6, 0x16, 0x4c, + 0x7a, 0x69, 0xd7, 0xc0, 0xb9, 0x28, 0xaf, 0xbe, 0x71, 0x1c, 0xad, 0x5e, 0x7f, 0xd2, 0x4b, 0xc3, + 0x3c, 0x82, 0xf9, 0x94, 0x43, 0x72, 0x7a, 0x17, 0x28, 0xf2, 0x05, 0xde, 0xea, 0xeb, 0xbb, 0x52, + 0x1b, 0xee, 0xe3, 0xbd, 0x6a, 0x51, 0x9f, 0x11, 0xf3, 0x26, 0x4c, 0xb3, 0x38, 0x18, 0x1e, 0xa2, + 0xc8, 0x91, 0xa1, 0x83, 0xbb, 0xe1, 0xa2, 0x3d, 0xa5, 0xe0, 0xcf, 0x04, 0xb8, 0x9f, 0x33, 0x29, + 0xf5, 0x71, 0x26, 0xd6, 0x2f, 0x8a, 0x30, 0xf7, 0x41, 0xdb, 0x77, 0xe9, 0x70, 0x47, 0xfa, 0x14, + 0x2a, 0x1d, 0x8e, 0xed, 0x8b, 0x23, 0x12, 0x62, 0x7d, 0xbd, 0x8f, 0x58, 0x33, 0x84, 0xf9, 0x41, + 0x95, 0xe5, 0x7c, 0xfd, 0x31, 0x15, 0xbf, 0xe8, 0x63, 0x1a, 0xf9, 0x02, 0x8f, 0x29, 0xef, 0xef, + 0x4b, 0x3a, 0x7f, 0xff, 0x3a, 0xcc, 0xf8, 0xa8, 0x89, 0x28, 0x72, 0x76, 0x5c, 0xdf, 0xd9, 0xc1, + 0x81, 0x1b, 0x75, 0x6b, 0xa3, 0x1c, 0x73, 0x4a, 0x0c, 0xac, 0xb9, 0xfe, 0x1a, 0x07, 0x5b, 0x7f, + 0x58, 0x84, 0x0b, 0xb9, 0xe3, 0xf9, 0xca, 0x60, 0xce, 0xd0, 0x60, 0x9e, 0x31, 0x1f, 0xd6, 0x8e, + 0x90, 0x37, 0xac, 0xc9, 0xe4, 0xb5, 0xa2, 0xa0, 0xd1, 0x0a, 0xeb, 0x12, 0xd4, 0x75, 0x74, 0x65, + 0xcc, 0xf9, 0xab, 0x31, 0x58, 0xd8, 0xa2, 0x6e, 0x44, 0xbf, 0x9b, 0x4f, 0xbb, 0xc4, 0xd2, 0x97, + 0x60, 0x22, 0xe1, 0x5e, 0xac, 0x9f, 0x00, 0x58, 0x1a, 0x16, 0xe7, 0x78, 0xb1, 0x4f, 0x06, 0x05, + 0xda, 0xf0, 0xcd, 0x87, 0x30, 0x19, 0x23, 0xd0, 0x6e, 0x1b, 0xc9, 0xe3, 0x59, 0x4a, 0x8e, 0x47, + 0xde, 0x37, 0x0e, 0xef, 0xac, 0x28, 0x1e, 0xb6, 0xbb, 0x6d, 0x64, 0x57, 0x8e, 0x52, 0x5f, 0xe6, + 0x37, 0x61, 0x22, 0xbe, 0x58, 0x48, 0x5b, 0x6b, 0x24, 0x24, 0x54, 0x6a, 0xcc, 0x88, 0x6c, 0xbb, + 0xe4, 0x80, 0xc5, 0x39, 0x7b, 0x9c, 0xca, 0xbf, 0xcc, 0x55, 0x28, 0xe1, 0xa0, 0xdd, 0xa1, 0x5c, + 0xf8, 0xe5, 0xd5, 0x4b, 0xba, 0xb5, 0x37, 0xdd, 0x6e, 0x33, 0x74, 0x7d, 0x62, 0x0b, 0x54, 0xf3, + 0x1d, 0xb0, 0x34, 0xc9, 0x2b, 0xc5, 0x2d, 0x14, 0x76, 0xa8, 0x43, 0x90, 0x17, 0x06, 0x3e, 0xe1, + 0xd6, 0x55, 0xb2, 0x17, 0x73, 0x39, 0xeb, 0xb6, 0xc0, 0xdb, 0x12, 0x68, 0xe6, 0xdb, 0x70, 0x29, + 0x26, 0x16, 0x75, 0xf2, 0x64, 0xc6, 0x38, 0x99, 0x79, 0x85, 0x63, 0x77, 0xb2, 0x04, 0xee, 0xc3, + 0x42, 0x22, 0x45, 0x26, 0x87, 0x2c, 0x85, 0x71, 0x4e, 0xa1, 0x1e, 0xcb, 0xcc, 0x25, 0x07, 0x19, + 0x12, 0x75, 0x18, 0xc7, 0x3e, 0x4b, 0xa4, 0x69, 0x57, 0xa6, 0x8b, 0xf1, 0xb7, 0xb9, 0x00, 0xa0, + 0xee, 0xa9, 0xd8, 0xe7, 0x09, 0xe2, 0x84, 0x3d, 0x21, 0x21, 0x1b, 0xbe, 0xe9, 0x42, 0x2d, 0x75, + 0xc8, 0x4e, 0x84, 0x3a, 0x04, 0x39, 0xed, 0xb0, 0x89, 0xbd, 0xae, 0xcc, 0x0c, 0x97, 0x35, 0x79, + 0xd8, 0x77, 0x63, 0x25, 0xb0, 0xd9, 0x84, 0x4d, 0x8e, 0x6f, 0xcf, 0x1e, 0xe9, 0xc0, 0xe6, 0x1a, + 0x54, 0x22, 0x44, 0xa3, 0xae, 0x22, 0x5b, 0xe1, 0x27, 0xb5, 0xa8, 0x3b, 0x29, 0x9b, 0xe1, 0x49, + 0x6a, 0xe5, 0x28, 0xf9, 0x30, 0xaf, 0xc0, 0xa4, 0x17, 0x85, 0x81, 0x43, 0xbc, 0x7d, 0xe4, 0x77, + 0x9a, 0x88, 0xe7, 0x88, 0x13, 0x76, 0x85, 0x01, 0xb7, 0x24, 0xcc, 0xfc, 0x1a, 0x8c, 0xb4, 0x50, + 0x2b, 0xe4, 0xf9, 0x5d, 0x79, 0xb5, 0xa6, 0x5b, 0xe0, 0x29, 0x6a, 0x85, 0x36, 0xc7, 0x32, 0xdf, + 0x87, 0x19, 0x82, 0x58, 0x66, 0xe8, 0xb8, 0x94, 0x46, 0x78, 0xa7, 0x43, 0x11, 0xa9, 0x4d, 0x65, + 0xbd, 0x61, 0x32, 0x75, 0x8b, 0x23, 0xdf, 0x8f, 0x71, 0xed, 0x69, 0x92, 0x81, 0x98, 0xab, 0x30, + 0xba, 0x8f, 0x5c, 0x1f, 0x45, 0xb5, 0x69, 0x4e, 0xa7, 0xae, 0xa3, 0xf3, 0x84, 0x63, 0xd8, 0x12, + 0xd3, 0xba, 0x07, 0x8d, 0x7e, 0x46, 0x2a, 0x7d, 0xf6, 0x2c, 0x8c, 0x32, 0xc5, 0xc2, 0xbe, 0x34, + 0xd1, 0x52, 0xd4, 0x09, 0x36, 0x7c, 0xeb, 0x8f, 0x8b, 0x60, 0x3d, 0x46, 0xf9, 0x79, 0x4f, 0x44, + 0xba, 0x3d, 0x9c, 0x8d, 0xaf, 0xc3, 0x44, 0x6c, 0x01, 0xd2, 0x7d, 0x5f, 0x1b, 0x64, 0xbe, 0x09, + 0x77, 0xc9, 0x3c, 0x16, 0x9c, 0x5a, 0xee, 0x47, 0xb8, 0xd5, 0x69, 0x39, 0x49, 0x2e, 0x5b, 0xe4, + 0x5a, 0x3b, 0x25, 0x07, 0x36, 0x07, 0xa4, 0xb4, 0x23, 0x9a, 0xbc, 0xd1, 0xbc, 0x05, 0xe6, 0x91, + 0x8b, 0xa9, 0xb3, 0x1b, 0x46, 0x4e, 0x80, 0x8e, 0x1c, 0x74, 0x88, 0x02, 0x2a, 0x3d, 0xec, 0x14, + 0x1b, 0x79, 0x14, 0x46, 0xef, 0xa2, 0xa3, 0x87, 0x0c, 0x6c, 0xfa, 0x30, 0xaf, 0xae, 0x20, 0x1c, + 0xcf, 0x11, 0xd7, 0x7b, 0xe1, 0x94, 0x46, 0xb9, 0x16, 0xdf, 0xd4, 0x68, 0xb1, 0x94, 0x14, 0xa7, + 0xf1, 0x88, 0xcf, 0xe0, 0xde, 0x49, 0x5d, 0x67, 0x32, 0x70, 0xa6, 0x83, 0xe4, 0x00, 0xb7, 0xe3, + 0xdb, 0x04, 0x37, 0xed, 0x71, 0xbb, 0xc2, 0x80, 0xea, 0x06, 0x61, 0xfd, 0xca, 0x80, 0x2b, 0x03, + 0x4f, 0x45, 0x1e, 0xea, 0x5d, 0x18, 0x93, 0xcb, 0xc8, 0x08, 0x9c, 0xf2, 0x5c, 0x72, 0x20, 0xc5, + 0xa2, 0xad, 0x90, 0xcd, 0xdf, 0x84, 0x72, 0xe4, 0x1e, 0x39, 0x6a, 0x6e, 0x81, 0x27, 0xf4, 0x5a, + 0xaf, 0xc7, 0x6e, 0x31, 0x6b, 0xcd, 0x70, 0xc7, 0x86, 0xc8, 0x3d, 0x92, 0x74, 0x74, 0xe2, 0x2f, + 0xea, 0xc4, 0x5f, 0x87, 0x71, 0xb1, 0x4d, 0xe4, 0xf3, 0xf3, 0x19, 0xb7, 0xe3, 0x6f, 0xeb, 0x1f, + 0x0c, 0xa8, 0x6f, 0x86, 0xcd, 0xe6, 0xa3, 0x30, 0x7a, 0x20, 0xab, 0x31, 0xcc, 0x27, 0x0d, 0xa7, + 0x70, 0x3d, 0xce, 0xbe, 0x70, 0x42, 0x67, 0x9f, 0xf6, 0x73, 0xc5, 0x8c, 0x9f, 0xbb, 0x01, 0x53, + 0x22, 0x2d, 0x72, 0xbc, 0x7d, 0xe4, 0x1d, 0x90, 0x4e, 0x8b, 0x33, 0x3e, 0x61, 0x57, 0x05, 0x78, + 0x5d, 0x42, 0xad, 0x5f, 0x8c, 0xc1, 0x45, 0x2d, 0xfb, 0xf2, 0x64, 0x16, 0x00, 0x84, 0x1b, 0xe6, + 0xd2, 0x31, 0xb8, 0x74, 0x38, 0xcf, 0x42, 0x32, 0xdb, 0x60, 0xe6, 0x83, 0xc7, 0xc9, 0x4c, 0x67, + 0x26, 0x17, 0x53, 0x5e, 0x56, 0x28, 0xfd, 0x06, 0xcc, 0xb7, 0x23, 0x74, 0x88, 0xc3, 0x0e, 0x61, + 0x97, 0xe9, 0x88, 0xe5, 0xdc, 0xc2, 0x22, 0xb0, 0x2f, 0x93, 0x99, 0x39, 0x85, 0xb0, 0x25, 0xc6, + 0xb9, 0x96, 0x6f, 0xf8, 0xe6, 0x32, 0x4c, 0xe7, 0x66, 0x94, 0xf8, 0x8c, 0x2a, 0xe9, 0xc5, 0xac, + 0xc1, 0x98, 0x4b, 0x19, 0x5f, 0x94, 0xdb, 0x56, 0xd1, 0x56, 0x9f, 0xe6, 0xd7, 0xc0, 0xdc, 0x71, + 0xbd, 0x83, 0x66, 0xb8, 0xe7, 0x78, 0x61, 0x27, 0xa0, 0xce, 0x3e, 0x0e, 0x28, 0x37, 0x93, 0xa2, + 0x3d, 0x2d, 0x47, 0xd6, 0xd9, 0xc0, 0x13, 0x1c, 0xd0, 0xb4, 0x09, 0x8c, 0x9f, 0xc4, 0x04, 0x34, + 0x3a, 0x3c, 0xa1, 0xd3, 0xe1, 0xbb, 0x50, 0xe2, 0xf5, 0x39, 0x1e, 0xf4, 0x7a, 0x64, 0x29, 0xca, + 0x9c, 0x29, 0x51, 0xbe, 0xcf, 0x00, 0xb6, 0x40, 0x37, 0x9d, 0x54, 0x44, 0x4f, 0xa5, 0x07, 0xb1, + 0xd6, 0x96, 0x87, 0xd2, 0xda, 0xf9, 0x7c, 0xe2, 0xa0, 0xd4, 0xf8, 0x36, 0xbc, 0xa6, 0xe2, 0x98, + 0xcf, 0xa3, 0x3d, 0xa1, 0x6e, 0xab, 0xcd, 0xe3, 0x62, 0xd1, 0x36, 0xe3, 0xa1, 0x6d, 0x35, 0x62, + 0xde, 0x82, 0x19, 0x75, 0x36, 0x09, 0xfa, 0xa4, 0x10, 0xab, 0x1c, 0x48, 0x90, 0x1d, 0x18, 0x63, + 0xfb, 0xc0, 0x88, 0xd4, 0xaa, 0xdc, 0x3b, 0x3c, 0x1c, 0x78, 0xdd, 0x1f, 0x60, 0x0a, 0x2b, 0xef, + 0x0b, 0x3a, 0xa2, 0x3e, 0xa5, 0xa8, 0xd6, 0x3f, 0x84, 0x4a, 0x7a, 0x40, 0x53, 0x24, 0xb9, 0x9b, + 0x2e, 0x92, 0x0c, 0x25, 0xf9, 0xa4, 0x8c, 0xf2, 0xa3, 0x12, 0x5c, 0x11, 0x0c, 0xf8, 0x69, 0x9e, + 0xd6, 0xc3, 0x56, 0x9b, 0x5d, 0x73, 0x7c, 0xe5, 0x66, 0x8e, 0x31, 0xd3, 0x6f, 0xc1, 0x84, 0x2a, + 0x15, 0x13, 0xe9, 0x25, 0x53, 0x27, 0xa6, 0x86, 0x44, 0xbd, 0x43, 0xfc, 0x6d, 0x27, 0x13, 0x06, + 0x3a, 0x9a, 0x0f, 0xd9, 0x61, 0x60, 0xef, 0xa0, 0x9b, 0xce, 0x1b, 0x44, 0xda, 0x7a, 0x5b, 0xaf, + 0x13, 0x5b, 0x1c, 0x3d, 0xd6, 0x83, 0x9e, 0x14, 0x82, 0x0f, 0xa5, 0x52, 0x88, 0x7b, 0x50, 0x8b, + 0x10, 0xed, 0x44, 0x01, 0x8f, 0x7a, 0x8a, 0x23, 0xae, 0x7d, 0x32, 0xfa, 0xcd, 0x8a, 0xf1, 0x77, + 0xd1, 0x51, 0x5a, 0x3e, 0xe6, 0x1a, 0x34, 0x76, 0xc3, 0xc8, 0x43, 0x8e, 0x17, 0x21, 0x97, 0x22, + 0xcd, 0xf4, 0x51, 0x3e, 0xbd, 0xce, 0xb1, 0xd6, 0x39, 0x52, 0x96, 0x86, 0xc6, 0x87, 0x8e, 0xe9, + 0x7c, 0xa8, 0x79, 0x04, 0x93, 0xfc, 0x24, 0x9d, 0x08, 0x91, 0x4e, 0x93, 0x12, 0x59, 0x03, 0xb5, + 0x8f, 0xa9, 0x81, 0x1e, 0x7b, 0xaa, 0x2b, 0x42, 0x1d, 0x04, 0x51, 0xa1, 0x76, 0x95, 0xe7, 0x29, + 0x50, 0x7d, 0x0f, 0x66, 0x72, 0x28, 0x1a, 0x05, 0xfc, 0x56, 0xaf, 0x02, 0x5e, 0x3f, 0x56, 0x01, + 0x39, 0xb9, 0xb4, 0x1a, 0xfe, 0xd8, 0x80, 0xab, 0x83, 0x19, 0x96, 0xe1, 0xe2, 0x07, 0x30, 0xd9, + 0x2b, 0x66, 0x11, 0xce, 0xdf, 0x3c, 0xad, 0xd1, 0xd9, 0x15, 0x3f, 0x05, 0xb5, 0x7e, 0x58, 0x80, + 0x25, 0x0d, 0x1f, 0x8f, 0xf8, 0x73, 0xcf, 0x90, 0xb6, 0xf0, 0x6d, 0x28, 0xf1, 0x77, 0x21, 0x2e, + 0x8d, 0x6a, 0xba, 0xf2, 0x12, 0xa7, 0x42, 0x79, 0xda, 0xeb, 0x6c, 0x86, 0x2d, 0x26, 0x32, 0x57, + 0x2d, 0x1f, 0x55, 0x64, 0x60, 0x4a, 0xb9, 0x6a, 0x39, 0xc0, 0xa8, 0x3c, 0x12, 0x7f, 0xda, 0x0a, + 0xb9, 0xc7, 0x8e, 0x46, 0x8e, 0x0f, 0xd8, 0x25, 0x6d, 0xc0, 0xbe, 0x02, 0x97, 0x07, 0x48, 0x40, + 0x5e, 0x76, 0xff, 0x3d, 0x49, 0x4a, 0xee, 0x7b, 0x14, 0x1f, 0xb2, 0x3b, 0xf2, 0xd9, 0x27, 0x25, + 0xdb, 0x60, 0xc6, 0x84, 0x9d, 0x16, 0xa2, 0x2e, 0x7f, 0x30, 0x18, 0xc9, 0x2a, 0xa5, 0x6e, 0x85, + 0xa7, 0x12, 0xdb, 0x9e, 0xa6, 0x19, 0x88, 0xf5, 0x3f, 0x49, 0x06, 0xd3, 0xbb, 0xd7, 0xe1, 0x32, + 0x98, 0x37, 0x52, 0x19, 0x4c, 0x22, 0x14, 0x71, 0xbd, 0x8f, 0x53, 0x93, 0xe4, 0xe9, 0xe0, 0x25, + 0xa5, 0x26, 0xfa, 0xbc, 0x69, 0xe4, 0xf3, 0xe7, 0x4d, 0xae, 0x14, 0x81, 0x60, 0xae, 0xd4, 0x9f, + 0xb9, 0x58, 0x56, 0x9c, 0x39, 0x37, 0xf5, 0x65, 0x2e, 0x42, 0x39, 0x26, 0x83, 0x7d, 0x59, 0x58, + 0x03, 0x05, 0xda, 0xf0, 0x53, 0x37, 0xbb, 0xb1, 0x61, 0x6f, 0x76, 0x49, 0x69, 0x62, 0x7c, 0xf8, + 0xd2, 0xc4, 0x06, 0xcc, 0xec, 0x23, 0x37, 0xa2, 0x3b, 0xc8, 0xa5, 0x8e, 0x8f, 0xa8, 0x8b, 0x9b, + 0x84, 0x67, 0x37, 0xc7, 0xcd, 0x9f, 0x8e, 0xa7, 0x3d, 0x10, 0xb3, 0xfa, 0x65, 0x19, 0xd0, 0x37, + 0xcb, 0xf8, 0x0e, 0x5c, 0xd1, 0x4c, 0x70, 0xc2, 0x5d, 0x87, 0xee, 0x63, 0xe2, 0xa8, 0x9c, 0xaf, + 0xcc, 0x09, 0x2c, 0xe6, 0x09, 0xbc, 0xb7, 0xbb, 0xbd, 0x8f, 0xc9, 0x7d, 0x99, 0x0b, 0x6a, 0x73, + 0x96, 0x4a, 0x9f, 0x9c, 0x25, 0x95, 0x52, 0x4e, 0xf2, 0x7b, 0x63, 0x9c, 0x52, 0x3e, 0x81, 0xcb, + 0x6a, 0x25, 0x87, 0x86, 0x8e, 0xd7, 0x0c, 0x09, 0xca, 0x55, 0x48, 0xaa, 0x7c, 0xce, 0x82, 0x42, + 0xdc, 0x0e, 0xd7, 0x19, 0x5a, 0xa6, 0x48, 0xb2, 0x06, 0x0d, 0xbe, 0x6e, 0x7f, 0x32, 0x53, 0xa2, + 0xd0, 0xc2, 0xb1, 0xf4, 0x34, 0xde, 0x82, 0xf9, 0xe4, 0x78, 0xb2, 0xd3, 0xa7, 0xf9, 0xf4, 0x0b, + 0x31, 0x42, 0x6e, 0xfd, 0xde, 0x32, 0xc8, 0xcc, 0xc9, 0xcb, 0x20, 0xd6, 0x9f, 0x18, 0x60, 0xd9, + 0xc8, 0x0b, 0x23, 0x3f, 0x6d, 0xf8, 0x4f, 0xd4, 0x8a, 0x43, 0xc6, 0x83, 0xbb, 0x30, 0xa6, 0x54, + 0xab, 0x30, 0x84, 0x6a, 0x29, 0xe4, 0x41, 0x9e, 0xce, 0xda, 0x64, 0x59, 0xdb, 0x00, 0xc6, 0xa4, + 0x6b, 0xba, 0x09, 0xd3, 0x9e, 0x1b, 0x78, 0xa8, 0xe9, 0xc8, 0x12, 0x14, 0x12, 0x55, 0x8d, 0x71, + 0x7b, 0x4a, 0xc0, 0x6d, 0x05, 0xb6, 0xfe, 0xcb, 0x80, 0xeb, 0x03, 0x48, 0xae, 0x75, 0x37, 0xfc, + 0x97, 0x54, 0xc7, 0x4c, 0x0a, 0x2c, 0xc5, 0x54, 0x81, 0x25, 0xeb, 0x14, 0x46, 0x72, 0x4e, 0x21, + 0x25, 0xc7, 0xd2, 0x69, 0xe5, 0x38, 0x9a, 0x91, 0xe3, 0x36, 0xdc, 0x38, 0x76, 0xd3, 0x27, 0x97, + 0xe5, 0xcf, 0x8c, 0x38, 0xa9, 0x4e, 0xd3, 0x3d, 0x69, 0x52, 0xfd, 0x75, 0x18, 0x15, 0x09, 0xdf, + 0x50, 0x7a, 0x23, 0x71, 0x07, 0xaa, 0xcd, 0xf5, 0x38, 0xcb, 0xea, 0xc3, 0x97, 0x0c, 0xef, 0xff, + 0x69, 0x30, 0xb9, 0xf4, 0x47, 0x7c, 0x05, 0xb4, 0x21, 0x11, 0x4e, 0xe9, 0x94, 0xc2, 0xc9, 0xea, + 0xc2, 0xeb, 0xb0, 0x7c, 0xfc, 0x9e, 0xa5, 0x80, 0x7e, 0x6a, 0xc4, 0x79, 0x62, 0x1a, 0xf9, 0x44, + 0x79, 0x62, 0x2a, 0xcb, 0x2b, 0x9c, 0x36, 0xcb, 0xcb, 0x1e, 0x70, 0x92, 0xbc, 0xe9, 0xd8, 0x92, + 0xcc, 0xff, 0x87, 0xa1, 0x55, 0x03, 0x81, 0xf5, 0x6a, 0x18, 0xba, 0x12, 0x4c, 0xe9, 0xb4, 0x82, + 0xc9, 0x1e, 0xee, 0x0d, 0xb8, 0x76, 0xcc, 0x96, 0xa5, 0x70, 0x84, 0xcf, 0xcf, 0xab, 0x01, 0x37, + 0xf1, 0x93, 0x9c, 0xed, 0x4b, 0xf7, 0xf9, 0xd7, 0xf4, 0x4e, 0x25, 0x66, 0x4c, 0x6e, 0x40, 0x38, + 0xf2, 0xbe, 0x78, 0xff, 0x4f, 0x1d, 0xf9, 0x4d, 0xbd, 0xc3, 0xea, 0xd9, 0xb4, 0x14, 0xd0, 0xbf, + 0x1a, 0x4c, 0x17, 0xb8, 0x04, 0xc4, 0xf8, 0x29, 0x1f, 0xec, 0xbe, 0x98, 0xd2, 0xe4, 0xa0, 0xfb, + 0x4d, 0xef, 0xe3, 0xd2, 0x48, 0xe6, 0x71, 0xc9, 0x5a, 0x66, 0x07, 0x3f, 0x78, 0x5f, 0x52, 0x04, + 0xff, 0x58, 0x80, 0xc6, 0x16, 0xde, 0x0b, 0xdc, 0x57, 0x6b, 0xef, 0x8b, 0x50, 0x26, 0x9c, 0x2b, + 0xd1, 0x0a, 0x26, 0xfb, 0xe0, 0x04, 0x88, 0xf7, 0x80, 0xc5, 0x39, 0xfe, 0xc8, 0xf0, 0x39, 0x7e, + 0x5a, 0xa0, 0xa5, 0x81, 0x02, 0x1d, 0xcd, 0xbe, 0xd6, 0xd5, 0x60, 0xcc, 0x0b, 0x03, 0x1a, 0x85, + 0x4d, 0x59, 0x98, 0x51, 0x9f, 0xd6, 0x65, 0x58, 0xec, 0x2b, 0x3f, 0x29, 0xe3, 0xbf, 0x1d, 0x87, + 0x1b, 0x12, 0x07, 0xd3, 0xfd, 0xaf, 0x5e, 0x86, 0xbf, 0x7a, 0x19, 0x3e, 0xeb, 0x97, 0xe1, 0x8c, + 0x79, 0x55, 0x72, 0xe6, 0xf5, 0x36, 0x54, 0x24, 0x82, 0x38, 0xca, 0xc9, 0x21, 0x8e, 0x52, 0x92, + 0xdc, 0xe0, 0x07, 0x9a, 0x32, 0x98, 0x6a, 0x8f, 0xc1, 0xe4, 0xae, 0x63, 0x53, 0x2f, 0xe3, 0x55, + 0x7a, 0x7a, 0xc0, 0xab, 0xf4, 0xcc, 0xe9, 0x5f, 0xa5, 0xcd, 0x97, 0xf4, 0x2a, 0xfd, 0xda, 0xd0, + 0xaf, 0xd2, 0xf7, 0x61, 0xf9, 0x78, 0x57, 0x31, 0xf8, 0x7d, 0xfa, 0xf7, 0x0b, 0xb0, 0x60, 0x23, + 0x82, 0xe8, 0x2b, 0xe5, 0xd1, 0xe7, 0x58, 0x96, 0xee, 0x12, 0xd9, 0x4b, 0x34, 0x61, 0xcb, 0x2f, + 0xf3, 0x1e, 0xd4, 0xe2, 0x32, 0xee, 0x2e, 0x0e, 0x30, 0xd9, 0xcf, 0x3e, 0x9c, 0xcd, 0xaa, 0xf1, + 0x47, 0x7c, 0x58, 0xbd, 0x86, 0xf5, 0x5a, 0x51, 0x29, 0x1b, 0x02, 0xef, 0x41, 0xa3, 0x9f, 0x10, + 0x8e, 0x15, 0xdf, 0xe5, 0x6d, 0x14, 0xb5, 0x70, 0xe0, 0x52, 0xf4, 0x7f, 0x42, 0x84, 0xa9, 0x2c, + 0x6a, 0xe4, 0xb4, 0x59, 0x54, 0x26, 0x1e, 0x5a, 0x57, 0xc1, 0x1a, 0x24, 0x04, 0x19, 0xd9, 0x7e, + 0x56, 0x84, 0xcb, 0xcc, 0xe7, 0xbf, 0xd7, 0x46, 0x41, 0x0e, 0x8b, 0x0c, 0x27, 0x2b, 0x6d, 0x13, + 0x43, 0x61, 0xe8, 0x26, 0x06, 0xed, 0x2b, 0xfa, 0x7b, 0xb2, 0x06, 0xc6, 0x1d, 0xb7, 0x6c, 0x4a, + 0x90, 0xb2, 0xb9, 0x92, 0xba, 0x41, 0x70, 0xb8, 0x78, 0x28, 0x72, 0x23, 0x5e, 0x36, 0x12, 0x5d, + 0x07, 0xf6, 0x14, 0xe9, 0x05, 0x98, 0xdf, 0x83, 0xe9, 0x24, 0x2c, 0x49, 0x7a, 0x22, 0xbc, 0xdd, + 0xd2, 0xd1, 0xcb, 0xc9, 0x42, 0x90, 0x79, 0x72, 0xce, 0x9e, 0x42, 0xbd, 0x20, 0x73, 0x03, 0xca, + 0x2c, 0x50, 0x2b, 0xa2, 0xa3, 0xd9, 0x12, 0x75, 0x9e, 0x28, 0x8b, 0xd0, 0x31, 0x3d, 0xa0, 0xf1, + 0xd7, 0xda, 0x04, 0x8c, 0x09, 0x6c, 0x62, 0xfd, 0xa9, 0x01, 0xd6, 0xa0, 0x83, 0x89, 0xbb, 0x12, + 0x21, 0xe6, 0x47, 0x35, 0x29, 0xdf, 0xca, 0x3f, 0xa0, 0x68, 0xb7, 0xc4, 0x1b, 0x13, 0x53, 0xd3, + 0x87, 0xee, 0x4c, 0xfe, 0xb4, 0x08, 0x57, 0x18, 0x6f, 0xbc, 0xce, 0xe7, 0x7f, 0xa5, 0x36, 0x67, + 0xac, 0x36, 0xe6, 0x63, 0x98, 0x14, 0xfd, 0xff, 0x8a, 0xd8, 0x58, 0x36, 0x67, 0xec, 0xd9, 0x31, + 0xed, 0x90, 0x98, 0x4c, 0x85, 0xa4, 0xbe, 0xd3, 0xfa, 0xf7, 0x67, 0x06, 0x5c, 0x1d, 0x7c, 0xc6, + 0x67, 0xa9, 0x81, 0x3f, 0x37, 0x60, 0x81, 0x71, 0x77, 0x5a, 0xdd, 0xeb, 0xf9, 0xed, 0x40, 0xe1, + 0xf8, 0xdf, 0x0e, 0x68, 0x95, 0xed, 0xbc, 0xea, 0x92, 0x10, 0xb7, 0x37, 0xf1, 0x61, 0xfd, 0xd4, + 0x80, 0x46, 0x3f, 0xd6, 0xce, 0x52, 0x64, 0x7f, 0x61, 0xc0, 0x35, 0xc6, 0xd7, 0x7d, 0xd9, 0x8c, + 0xf4, 0x0a, 0x8a, 0xee, 0xcf, 0x0d, 0xb8, 0x7e, 0x1c, 0x8b, 0x67, 0xad, 0x75, 0x5b, 0x9e, 0x1b, + 0xbc, 0xa2, 0x5a, 0xd7, 0x8f, 0xb5, 0xb3, 0x14, 0xd9, 0x36, 0x34, 0x78, 0xdb, 0xd2, 0x69, 0x45, + 0x16, 0xef, 0xb6, 0x90, 0xde, 0xed, 0x3d, 0x58, 0xec, 0x4b, 0x55, 0xee, 0xf6, 0x3c, 0x94, 0x78, + 0x23, 0x15, 0x27, 0x59, 0xb4, 0xc5, 0x87, 0x75, 0x09, 0xea, 0x8f, 0x11, 0xcd, 0x65, 0xfe, 0x82, + 0x15, 0xeb, 0x5f, 0x0c, 0xb8, 0xa8, 0x1d, 0x8e, 0x7f, 0x11, 0x34, 0x72, 0x80, 0xba, 0x4a, 0x76, + 0x6b, 0x03, 0xfb, 0x14, 0x06, 0xd0, 0x59, 0x79, 0x07, 0x75, 0x65, 0x8b, 0x06, 0xa7, 0x57, 0xff, + 0x10, 0x26, 0x62, 0x90, 0xa6, 0x25, 0xe3, 0x1b, 0xe9, 0x96, 0x8c, 0x6a, 0x3a, 0x90, 0xc5, 0x77, + 0xc7, 0x8d, 0xc0, 0x47, 0x1f, 0x21, 0xff, 0x19, 0x43, 0xe3, 0xd5, 0x80, 0x54, 0x3f, 0xc6, 0x3f, + 0x27, 0x7d, 0x10, 0xbc, 0x63, 0xe3, 0x34, 0xcf, 0x17, 0x1b, 0x50, 0xf5, 0xd4, 0x14, 0x51, 0x96, + 0x10, 0xbc, 0x58, 0x1a, 0x5e, 0x52, 0x6d, 0x21, 0x9c, 0x95, 0xc9, 0x78, 0x26, 0xaf, 0x4c, 0xbc, + 0x0d, 0x95, 0x74, 0x03, 0x4c, 0xbe, 0x2b, 0x42, 0x77, 0x31, 0x4d, 0x75, 0xb2, 0xb0, 0xab, 0x23, + 0x8a, 0xa2, 0x30, 0x72, 0xe4, 0x6f, 0x39, 0xa5, 0x21, 0x54, 0x38, 0xf0, 0xa9, 0x80, 0x99, 0xcf, + 0xe0, 0x35, 0x76, 0x28, 0xc9, 0x0f, 0x12, 0xc4, 0x4f, 0x36, 0x4a, 0xd9, 0x28, 0x2b, 0x47, 0x95, + 0xd2, 0xc7, 0x3f, 0x54, 0xe0, 0x0a, 0x3f, 0x73, 0x94, 0x05, 0xa5, 0x8a, 0xf2, 0x3a, 0x59, 0xca, + 0xa4, 0xfa, 0xf7, 0xa0, 0xce, 0x6f, 0x2e, 0xa2, 0x7b, 0x29, 0x2e, 0xb0, 0x7c, 0x69, 0x6d, 0xc5, + 0xd6, 0x02, 0x5c, 0xd4, 0x32, 0x20, 0xf9, 0xfb, 0x49, 0x01, 0xce, 0x73, 0xf6, 0x15, 0x91, 0x2f, + 0xb1, 0xe3, 0x39, 0x6e, 0x2d, 0x2c, 0x9e, 0xac, 0xb5, 0xf0, 0x07, 0x30, 0xa7, 0xd4, 0xe6, 0x77, + 0x91, 0x47, 0x1d, 0x2f, 0x0c, 0x7c, 0x1c, 0x37, 0x42, 0x54, 0x57, 0x6f, 0xf4, 0xd7, 0x44, 0x86, + 0xbf, 0xae, 0xd0, 0xed, 0xf3, 0xcf, 0x35, 0x50, 0xeb, 0x2f, 0x0d, 0x98, 0xcd, 0x88, 0x44, 0x1a, + 0x7d, 0x56, 0x5f, 0x8d, 0x93, 0xea, 0xeb, 0x63, 0xa8, 0xa6, 0x39, 0x47, 0xfe, 0x80, 0xde, 0xbe, + 0x14, 0xc7, 0xc8, 0xb7, 0x27, 0x9f, 0xa7, 0x3f, 0xad, 0x1f, 0x1b, 0xb0, 0xa4, 0x7e, 0xd0, 0x77, + 0xca, 0x6b, 0xed, 0x4b, 0xd1, 0xae, 0xbf, 0x2b, 0xc2, 0xe5, 0x01, 0x7c, 0x48, 0xb9, 0xb5, 0xe0, + 0x42, 0x92, 0x39, 0xf7, 0xfe, 0x16, 0x49, 0x88, 0xf0, 0xeb, 0x43, 0xc6, 0x9e, 0xde, 0x5f, 0x21, + 0xcd, 0x21, 0x2d, 0xdc, 0xf4, 0xe0, 0x82, 0xa6, 0xfe, 0x98, 0xfa, 0xd5, 0xdc, 0x89, 0x42, 0xdd, + 0xec, 0x91, 0x0e, 0x6c, 0x7e, 0x0f, 0xcc, 0x36, 0x0a, 0x7c, 0x1c, 0xec, 0x39, 0xf2, 0x0d, 0x04, + 0x23, 0x52, 0x2b, 0xf2, 0x70, 0x70, 0x53, 0x4f, 0x7f, 0x53, 0xe0, 0xab, 0x97, 0x0c, 0xe1, 0x57, + 0xda, 0x3d, 0x40, 0x8c, 0x88, 0xf9, 0x7d, 0x98, 0x56, 0x94, 0xbd, 0x7d, 0xdc, 0xf4, 0x23, 0xde, + 0xdd, 0x5f, 0xec, 0xed, 0x8c, 0xd4, 0xd0, 0x5d, 0x67, 0xc8, 0xbd, 0xbc, 0x4f, 0xb5, 0x53, 0x43, + 0x11, 0x0a, 0xac, 0xff, 0x36, 0xe0, 0x82, 0x3a, 0xaf, 0x93, 0x39, 0xa3, 0xcf, 0xd5, 0xdd, 0xf5, + 0x10, 0xaa, 0x49, 0x07, 0x57, 0x5c, 0xca, 0xae, 0xa6, 0x0b, 0x85, 0xb1, 0xa5, 0xaa, 0xe9, 0xa2, + 0x92, 0x4d, 0x53, 0x5f, 0xe6, 0x3d, 0xa8, 0xe1, 0xc0, 0x6b, 0x76, 0x7c, 0x94, 0x34, 0x12, 0xab, + 0x9f, 0x3b, 0x8b, 0xfe, 0xfa, 0x59, 0x39, 0xae, 0x88, 0x88, 0x2b, 0x8e, 0xf5, 0xd7, 0x46, 0xf2, + 0x03, 0xda, 0xac, 0x0b, 0x34, 0xdf, 0x82, 0xb1, 0x76, 0xd8, 0x6c, 0xa2, 0x48, 0x45, 0xf3, 0x25, + 0xfd, 0xbe, 0x36, 0x39, 0x12, 0x97, 0xab, 0x9a, 0x60, 0xbe, 0x0b, 0xd3, 0x39, 0x4e, 0x0a, 0xd9, + 0x3a, 0xa3, 0x4e, 0x38, 0xf2, 0xb7, 0xd7, 0x55, 0xda, 0xcb, 0xe8, 0x05, 0x98, 0x7d, 0x8c, 0xa8, + 0xfc, 0x7d, 0x3c, 0x5f, 0x4a, 0xe6, 0x23, 0x5d, 0x98, 0xcb, 0x0e, 0x48, 0xf6, 0x1d, 0x98, 0x23, + 0x9d, 0x76, 0x3b, 0xe4, 0x4d, 0x42, 0xc4, 0x3f, 0x50, 0x51, 0x8e, 0x48, 0xdb, 0xba, 0xa9, 0x8d, + 0x70, 0x5b, 0x6a, 0xca, 0xd6, 0x83, 0x77, 0x64, 0x50, 0x23, 0xf6, 0xf9, 0x98, 0xd0, 0x96, 0x7f, + 0xa0, 0xa0, 0xd6, 0xc7, 0xe2, 0x7e, 0xa5, 0x38, 0xdf, 0x74, 0x23, 0x8a, 0x4f, 0x90, 0xb6, 0x7d, + 0x1e, 0xc5, 0xb1, 0xfe, 0xa0, 0x20, 0x6e, 0x50, 0xba, 0xc5, 0xe5, 0xfe, 0x23, 0x58, 0x48, 0x9a, + 0xd7, 0xe2, 0xb3, 0x68, 0xc7, 0x88, 0xf2, 0x50, 0x6f, 0x0f, 0x5e, 0x33, 0x26, 0x1c, 0x77, 0x0c, + 0xd6, 0xdd, 0xd4, 0x8b, 0x63, 0xef, 0xda, 0x6c, 0xcd, 0x9e, 0x76, 0xd5, 0xdc, 0x9a, 0x85, 0x53, + 0xae, 0x99, 0xee, 0x5a, 0xed, 0x5d, 0x73, 0xed, 0xef, 0x8d, 0x4f, 0x3e, 0x6d, 0x9c, 0xfb, 0xe5, + 0xa7, 0x8d, 0x73, 0xbf, 0xfe, 0xb4, 0x61, 0xfc, 0xf0, 0x45, 0xc3, 0xf8, 0x9b, 0x17, 0x0d, 0xe3, + 0x9f, 0x5e, 0x34, 0x8c, 0x4f, 0x5e, 0x34, 0x8c, 0x5f, 0xbd, 0x68, 0x18, 0xff, 0xf6, 0xa2, 0x71, + 0xee, 0xd7, 0x2f, 0x1a, 0xc6, 0x4f, 0x3e, 0x6b, 0x9c, 0xfb, 0xe4, 0xb3, 0xc6, 0xb9, 0x5f, 0x7e, + 0xd6, 0x38, 0x07, 0x57, 0x71, 0x98, 0x70, 0xc1, 0xff, 0xd5, 0x85, 0x26, 0x45, 0x5d, 0x3b, 0x2f, + 0xcf, 0x52, 0x49, 0x75, 0x93, 0x21, 0x6e, 0x1a, 0xdf, 0xff, 0xf6, 0x5e, 0x6a, 0x36, 0x0e, 0x6f, + 0xab, 0xbf, 0xdf, 0xe0, 0x94, 0x34, 0xff, 0xce, 0xe5, 0x9b, 0x19, 0xd0, 0xce, 0x28, 0xc7, 0xfc, + 0x8d, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xa8, 0xe6, 0x7a, 0xf9, 0x04, 0x46, 0x00, 0x00, } func (this *RegisterNamespaceRequest) Equal(that interface{}) bool { @@ -7666,9 +7655,6 @@ func (this *QueryWorkflowRequest) Equal(that interface{}) bool { if this.QueryRejectCondition != that1.QueryRejectCondition { return false } - if this.QueryConsistencyLevel != that1.QueryConsistencyLevel { - return false - } return true } func (this *QueryWorkflowResponse) Equal(that interface{}) bool { @@ -7873,7 +7859,7 @@ func (this *GetClusterInfoResponse) Equal(that interface{}) bool { } else if this == nil { return false } - if !this.SupportedClientVersions.Equal(that1.SupportedClientVersions) { + if !this.SupportedSdkVersions.Equal(that1.SupportedSdkVersions) { return false } return true @@ -9018,7 +9004,7 @@ func (this *QueryWorkflowRequest) GoString() string { if this == nil { return "nil" } - s := make([]string, 0, 9) + s := make([]string, 0, 8) s = append(s, "&workflowservice.QueryWorkflowRequest{") s = append(s, "Namespace: "+fmt.Sprintf("%#v", this.Namespace)+",\n") if this.Execution != nil { @@ -9028,7 +9014,6 @@ func (this *QueryWorkflowRequest) GoString() string { s = append(s, "Query: "+fmt.Sprintf("%#v", this.Query)+",\n") } s = append(s, "QueryRejectCondition: "+fmt.Sprintf("%#v", this.QueryRejectCondition)+",\n") - s = append(s, "QueryConsistencyLevel: "+fmt.Sprintf("%#v", this.QueryConsistencyLevel)+",\n") s = append(s, "}") return strings.Join(s, "") } @@ -9126,8 +9111,8 @@ func (this *GetClusterInfoResponse) GoString() string { } s := make([]string, 0, 5) s = append(s, "&workflowservice.GetClusterInfoResponse{") - if this.SupportedClientVersions != nil { - s = append(s, "SupportedClientVersions: "+fmt.Sprintf("%#v", this.SupportedClientVersions)+",\n") + if this.SupportedSdkVersions != nil { + s = append(s, "SupportedSdkVersions: "+fmt.Sprintf("%#v", this.SupportedSdkVersions)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -12918,11 +12903,6 @@ func (m *QueryWorkflowRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - if m.QueryConsistencyLevel != 0 { - i = encodeVarintRequestResponse(dAtA, i, uint64(m.QueryConsistencyLevel)) - i-- - dAtA[i] = 0x28 - } if m.QueryRejectCondition != 0 { i = encodeVarintRequestResponse(dAtA, i, uint64(m.QueryRejectCondition)) i-- @@ -13275,9 +13255,9 @@ func (m *GetClusterInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) _ = i var l int _ = l - if m.SupportedClientVersions != nil { + if m.SupportedSdkVersions != nil { { - size, err := m.SupportedClientVersions.MarshalToSizedBuffer(dAtA[:i]) + size, err := m.SupportedSdkVersions.MarshalToSizedBuffer(dAtA[:i]) if err != nil { return 0, err } @@ -15030,9 +15010,6 @@ func (m *QueryWorkflowRequest) Size() (n int) { if m.QueryRejectCondition != 0 { n += 1 + sovRequestResponse(uint64(m.QueryRejectCondition)) } - if m.QueryConsistencyLevel != 0 { - n += 1 + sovRequestResponse(uint64(m.QueryConsistencyLevel)) - } return n } @@ -15156,8 +15133,8 @@ func (m *GetClusterInfoResponse) Size() (n int) { } var l int _ = l - if m.SupportedClientVersions != nil { - l = m.SupportedClientVersions.Size() + if m.SupportedSdkVersions != nil { + l = m.SupportedSdkVersions.Size() n += 1 + l + sovRequestResponse(uint64(l)) } return n @@ -16187,7 +16164,6 @@ func (this *QueryWorkflowRequest) String() string { `Execution:` + strings.Replace(fmt.Sprintf("%v", this.Execution), "WorkflowExecution", "v13.WorkflowExecution", 1) + `,`, `Query:` + strings.Replace(fmt.Sprintf("%v", this.Query), "WorkflowQuery", "v16.WorkflowQuery", 1) + `,`, `QueryRejectCondition:` + fmt.Sprintf("%v", this.QueryRejectCondition) + `,`, - `QueryConsistencyLevel:` + fmt.Sprintf("%v", this.QueryConsistencyLevel) + `,`, `}`, }, "") return s @@ -16280,7 +16256,7 @@ func (this *GetClusterInfoResponse) String() string { return "nil" } s := strings.Join([]string{`&GetClusterInfoResponse{`, - `SupportedClientVersions:` + strings.Replace(fmt.Sprintf("%v", this.SupportedClientVersions), "SupportedClientVersions", "v111.SupportedClientVersions", 1) + `,`, + `SupportedSdkVersions:` + strings.Replace(fmt.Sprintf("%v", this.SupportedSdkVersions), "SupportedSDKVersions", "v111.SupportedSDKVersions", 1) + `,`, `}`, }, "") return s @@ -27892,25 +27868,6 @@ func (m *QueryWorkflowRequest) Unmarshal(dAtA []byte) error { break } } - case 5: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field QueryConsistencyLevel", wireType) - } - m.QueryConsistencyLevel = 0 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowRequestResponse - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - m.QueryConsistencyLevel |= v11.QueryConsistencyLevel(b&0x7F) << shift - if b < 0x80 { - break - } - } default: iNdEx = preIndex skippy, err := skipRequestResponse(dAtA[iNdEx:]) @@ -28741,7 +28698,7 @@ func (m *GetClusterInfoResponse) Unmarshal(dAtA []byte) error { switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SupportedClientVersions", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SupportedSdkVersions", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -28768,10 +28725,10 @@ func (m *GetClusterInfoResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.SupportedClientVersions == nil { - m.SupportedClientVersions = &v111.SupportedClientVersions{} + if m.SupportedSdkVersions == nil { + m.SupportedSdkVersions = &v111.SupportedSDKVersions{} } - if err := m.SupportedClientVersions.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.SupportedSdkVersions.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex