diff --git a/api/types/events/events.pb.go b/api/types/events/events.pb.go index dd7b6cc49214b..0b8c1b208707e 100644 --- a/api/types/events/events.pb.go +++ b/api/types/events/events.pb.go @@ -10,6 +10,8 @@ import ( github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" _ "github.com/golang/protobuf/ptypes/struct" _ "github.com/golang/protobuf/ptypes/timestamp" + _ "github.com/gravitational/teleport/api/types/wrappers" + github_com_gravitational_teleport_api_types_wrappers "github.com/gravitational/teleport/api/types/wrappers" io "io" math "math" math_bits "math/bits" @@ -3852,6 +3854,52 @@ func (m *WindowsDesktopSessionEnd) XXX_DiscardUnknown() { var xxx_messageInfo_WindowsDesktopSessionEnd proto.InternalMessageInfo +// CertificateCreate is emitted when a certificate is issued. +type CertificateCreate struct { + // Metadata is a common event metadata. + Metadata `protobuf:"bytes,1,opt,name=Metadata,proto3,embedded=Metadata" json:""` + // CertificateType is the type of certificate that was just issued. + CertificateType string `protobuf:"bytes,2,opt,name=CertificateType,proto3" json:"cert_type,omitempty"` + // Identity is the identity associated with the certificate, as interpreted by Teleport. + Identity *Identity `protobuf:"bytes,3,opt,name=Identity,proto3" json:"identity"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CertificateCreate) Reset() { *m = CertificateCreate{} } +func (m *CertificateCreate) String() string { return proto.CompactTextString(m) } +func (*CertificateCreate) ProtoMessage() {} +func (*CertificateCreate) Descriptor() ([]byte, []int) { + return fileDescriptor_8f22242cb04491f9, []int{75} +} +func (m *CertificateCreate) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *CertificateCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_CertificateCreate.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *CertificateCreate) XXX_Merge(src proto.Message) { + xxx_messageInfo_CertificateCreate.Merge(m, src) +} +func (m *CertificateCreate) XXX_Size() int { + return m.Size() +} +func (m *CertificateCreate) XXX_DiscardUnknown() { + xxx_messageInfo_CertificateCreate.DiscardUnknown(m) +} + +var xxx_messageInfo_CertificateCreate proto.InternalMessageInfo + // OneOf is a union of one of audit events submitted to the auth service type OneOf struct { // Event is one of the audit events @@ -3919,6 +3967,7 @@ type OneOf struct { // *OneOf_WindowsDesktopSessionEnd // *OneOf_AccessRequestDelete // *OneOf_SessionConnect + // *OneOf_CertificateCreate Event isOneOf_Event `protobuf_oneof:"Event"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -3929,7 +3978,7 @@ func (m *OneOf) Reset() { *m = OneOf{} } func (m *OneOf) String() string { return proto.CompactTextString(m) } func (*OneOf) ProtoMessage() {} func (*OneOf) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{75} + return fileDescriptor_8f22242cb04491f9, []int{76} } func (m *OneOf) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4150,6 +4199,9 @@ type OneOf_AccessRequestDelete struct { type OneOf_SessionConnect struct { SessionConnect *SessionConnect `protobuf:"bytes,67,opt,name=SessionConnect,proto3,oneof" json:"SessionConnect,omitempty"` } +type OneOf_CertificateCreate struct { + CertificateCreate *CertificateCreate `protobuf:"bytes,68,opt,name=CertificateCreate,proto3,oneof" json:"CertificateCreate,omitempty"` +} func (*OneOf_UserLogin) isOneOf_Event() {} func (*OneOf_UserCreate) isOneOf_Event() {} @@ -4213,6 +4265,7 @@ func (*OneOf_WindowsDesktopSessionStart) isOneOf_Event() {} func (*OneOf_WindowsDesktopSessionEnd) isOneOf_Event() {} func (*OneOf_AccessRequestDelete) isOneOf_Event() {} func (*OneOf_SessionConnect) isOneOf_Event() {} +func (*OneOf_CertificateCreate) isOneOf_Event() {} func (m *OneOf) GetEvent() isOneOf_Event { if m != nil { @@ -4655,6 +4708,13 @@ func (m *OneOf) GetSessionConnect() *SessionConnect { return nil } +func (m *OneOf) GetCertificateCreate() *CertificateCreate { + if x, ok := m.GetEvent().(*OneOf_CertificateCreate); ok { + return x.CertificateCreate + } + return nil +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*OneOf) XXX_OneofWrappers() []interface{} { return []interface{}{ @@ -4720,6 +4780,7 @@ func (*OneOf) XXX_OneofWrappers() []interface{} { (*OneOf_WindowsDesktopSessionEnd)(nil), (*OneOf_AccessRequestDelete)(nil), (*OneOf_SessionConnect)(nil), + (*OneOf_CertificateCreate)(nil), } } @@ -4740,7 +4801,7 @@ func (m *StreamStatus) Reset() { *m = StreamStatus{} } func (m *StreamStatus) String() string { return proto.CompactTextString(m) } func (*StreamStatus) ProtoMessage() {} func (*StreamStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{76} + return fileDescriptor_8f22242cb04491f9, []int{77} } func (m *StreamStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4788,7 +4849,7 @@ func (m *SessionUpload) Reset() { *m = SessionUpload{} } func (m *SessionUpload) String() string { return proto.CompactTextString(m) } func (*SessionUpload) ProtoMessage() {} func (*SessionUpload) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{77} + return fileDescriptor_8f22242cb04491f9, []int{78} } func (m *SessionUpload) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4817,6 +4878,199 @@ func (m *SessionUpload) XXX_DiscardUnknown() { var xxx_messageInfo_SessionUpload proto.InternalMessageInfo +// Identity matches github.com/gravitational/teleport/lib/tlsca.Identity except +// for RouteToApp and RouteToDatabase which are nullable and Traits which is +// represented as a google.protobuf.Struct (still containing a map from string +// to strings). Field names match other names already used in other events +// rather than the field names in tlsca.Identity. +type Identity struct { + // User is a username or name of the node connection + User string `protobuf:"bytes,1,opt,name=User,proto3" json:"user,omitempty"` + // Impersonator is a username of a user impersonating this user + Impersonator string `protobuf:"bytes,2,opt,name=Impersonator,proto3" json:"impersonator,omitempty"` + // Roles is a list of groups (Teleport roles) encoded in the identity + Roles []string `protobuf:"bytes,3,rep,name=Roles,proto3" json:"roles,omitempty"` + // Usage is a list of usage restrictions encoded in the identity + Usage []string `protobuf:"bytes,4,rep,name=Usage,proto3" json:"usage,omitempty"` + // Logins is a list of Unix logins allowed. + Logins []string `protobuf:"bytes,5,rep,name=Logins,proto3" json:"logins,omitempty"` + // KubernetesGroups is a list of Kubernetes groups allowed + KubernetesGroups []string `protobuf:"bytes,6,rep,name=KubernetesGroups,proto3" json:"kubernetes_groups,omitempty"` + // KubernetesUsers is a list of Kubernetes users allowed + KubernetesUsers []string `protobuf:"bytes,7,rep,name=KubernetesUsers,proto3" json:"kubernetes_users,omitempty"` + // Expires specifies whenever the session will expire + Expires time.Time `protobuf:"bytes,8,opt,name=Expires,proto3,stdtime" json:"expires"` + // RouteToCluster specifies the target cluster + // if present in the session + RouteToCluster string `protobuf:"bytes,9,opt,name=RouteToCluster,proto3" json:"route_to_cluster,omitempty"` + // KubernetesCluster specifies the target kubernetes cluster for TLS + // identities. This can be empty on older Teleport clients. + KubernetesCluster string `protobuf:"bytes,10,opt,name=KubernetesCluster,proto3" json:"kubernetes_cluster,omitempty"` + // Traits hold claim data used to populate a role at runtime. + Traits github_com_gravitational_teleport_api_types_wrappers.Traits `protobuf:"bytes,11,opt,name=Traits,proto3,customtype=github.com/gravitational/teleport/api/types/wrappers.Traits" json:"traits,omitempty"` + // RouteToApp holds routing information for applications. Routing metadata + // allows Teleport web proxy to route HTTP requests to the appropriate + // cluster and Teleport application proxy within the cluster. + RouteToApp *RouteToApp `protobuf:"bytes,12,opt,name=RouteToApp,proto3" json:"route_to_app,omitempty"` + // TeleportCluster is the name of the teleport cluster that this identity + // originated from. For TLS certs this may not be the same as cert issuer, + // in case of multi-hop requests that originate from a remote cluster. + TeleportCluster string `protobuf:"bytes,13,opt,name=TeleportCluster,proto3" json:"teleport_cluster,omitempty"` + // RouteToDatabase contains routing information for databases. + RouteToDatabase *RouteToDatabase `protobuf:"bytes,14,opt,name=RouteToDatabase,proto3" json:"route_to_database,omitempty"` + // DatabaseNames is a list of allowed database names. + DatabaseNames []string `protobuf:"bytes,15,rep,name=DatabaseNames,proto3" json:"database_names,omitempty"` + // DatabaseUsers is a list of allowed database users. + DatabaseUsers []string `protobuf:"bytes,16,rep,name=DatabaseUsers,proto3" json:"database_users,omitempty"` + // MFADeviceUUID is the UUID of an MFA device when this Identity was + // confirmed immediately after an MFA check. + MFADeviceUUID string `protobuf:"bytes,17,opt,name=MFADeviceUUID,proto3" json:"mfa_device_uuid,omitempty"` + // ClientIP is an observed IP of the client that this Identity represents. + ClientIP string `protobuf:"bytes,18,opt,name=ClientIP,proto3" json:"client_ip,omitempty"` + // AWSRoleARNs is a list of allowed AWS role ARNs user can assume. + AWSRoleARNs []string `protobuf:"bytes,19,rep,name=AWSRoleARNs,proto3" json:"aws_role_arns,omitempty"` + // AccessRequests is a list of UUIDs of active requests for this Identity. + AccessRequests []string `protobuf:"bytes,20,rep,name=AccessRequests,proto3" json:"access_requests,omitempty"` + // DisallowReissue is a flag that, if set, instructs the auth server to + // deny any attempts to reissue new certificates while authenticated with + // this certificate. + DisallowReissue bool `protobuf:"varint,21,opt,name=DisallowReissue,proto3" json:"disallow_reissue,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Identity) Reset() { *m = Identity{} } +func (m *Identity) String() string { return proto.CompactTextString(m) } +func (*Identity) ProtoMessage() {} +func (*Identity) Descriptor() ([]byte, []int) { + return fileDescriptor_8f22242cb04491f9, []int{79} +} +func (m *Identity) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Identity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Identity.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Identity) XXX_Merge(src proto.Message) { + xxx_messageInfo_Identity.Merge(m, src) +} +func (m *Identity) XXX_Size() int { + return m.Size() +} +func (m *Identity) XXX_DiscardUnknown() { + xxx_messageInfo_Identity.DiscardUnknown(m) +} + +var xxx_messageInfo_Identity proto.InternalMessageInfo + +// RouteToApp contains parameters for application access certificate requests. +type RouteToApp struct { + // Name is the application name certificate is being requested for. + Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"name"` + // SessionID is the ID of the application session. + SessionID string `protobuf:"bytes,2,opt,name=SessionID,proto3" json:"session_id"` + // PublicAddr is the application public address. + PublicAddr string `protobuf:"bytes,3,opt,name=PublicAddr,proto3" json:"public_addr"` + // ClusterName is the cluster where the application resides. + ClusterName string `protobuf:"bytes,4,opt,name=ClusterName,proto3" json:"cluster_name"` + // AWSRoleARN is the AWS role to assume when accessing AWS API. + AWSRoleARN string `protobuf:"bytes,5,opt,name=AWSRoleARN,proto3" json:"aws_role_arn,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *RouteToApp) Reset() { *m = RouteToApp{} } +func (m *RouteToApp) String() string { return proto.CompactTextString(m) } +func (*RouteToApp) ProtoMessage() {} +func (*RouteToApp) Descriptor() ([]byte, []int) { + return fileDescriptor_8f22242cb04491f9, []int{80} +} +func (m *RouteToApp) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *RouteToApp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_RouteToApp.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *RouteToApp) XXX_Merge(src proto.Message) { + xxx_messageInfo_RouteToApp.Merge(m, src) +} +func (m *RouteToApp) XXX_Size() int { + return m.Size() +} +func (m *RouteToApp) XXX_DiscardUnknown() { + xxx_messageInfo_RouteToApp.DiscardUnknown(m) +} + +var xxx_messageInfo_RouteToApp proto.InternalMessageInfo + +// RouteToDatabase combines parameters for database service routing information. +type RouteToDatabase struct { + // ServiceName is the Teleport database proxy service name the cert is for. + ServiceName string `protobuf:"bytes,1,opt,name=ServiceName,proto3" json:"service_name"` + // Protocol is the type of the database the cert is for. + Protocol string `protobuf:"bytes,2,opt,name=Protocol,proto3" json:"protocol"` + // Username is an optional database username to embed. + Username string `protobuf:"bytes,3,opt,name=Username,proto3" json:"username,omitempty"` + // Database is an optional database name to embed. + Database string `protobuf:"bytes,4,opt,name=Database,proto3" json:"database,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *RouteToDatabase) Reset() { *m = RouteToDatabase{} } +func (m *RouteToDatabase) String() string { return proto.CompactTextString(m) } +func (*RouteToDatabase) ProtoMessage() {} +func (*RouteToDatabase) Descriptor() ([]byte, []int) { + return fileDescriptor_8f22242cb04491f9, []int{81} +} +func (m *RouteToDatabase) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *RouteToDatabase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_RouteToDatabase.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *RouteToDatabase) XXX_Merge(src proto.Message) { + xxx_messageInfo_RouteToDatabase.Merge(m, src) +} +func (m *RouteToDatabase) XXX_Size() int { + return m.Size() +} +func (m *RouteToDatabase) XXX_DiscardUnknown() { + xxx_messageInfo_RouteToDatabase.DiscardUnknown(m) +} + +var xxx_messageInfo_RouteToDatabase proto.InternalMessageInfo + func init() { proto.RegisterEnum("events.EventAction", EventAction_name, EventAction_value) proto.RegisterEnum("events.SessionNetwork_NetworkOperation", SessionNetwork_NetworkOperation_name, SessionNetwork_NetworkOperation_value) @@ -4900,349 +5154,392 @@ func init() { proto.RegisterType((*RecoveryCodeUsed)(nil), "events.RecoveryCodeUsed") proto.RegisterType((*WindowsDesktopSessionEnd)(nil), "events.WindowsDesktopSessionEnd") proto.RegisterMapType((map[string]string)(nil), "events.WindowsDesktopSessionEnd.DesktopLabelsEntry") + proto.RegisterType((*CertificateCreate)(nil), "events.CertificateCreate") proto.RegisterType((*OneOf)(nil), "events.OneOf") proto.RegisterType((*StreamStatus)(nil), "events.StreamStatus") proto.RegisterType((*SessionUpload)(nil), "events.SessionUpload") + proto.RegisterType((*Identity)(nil), "events.Identity") + proto.RegisterType((*RouteToApp)(nil), "events.RouteToApp") + proto.RegisterType((*RouteToDatabase)(nil), "events.RouteToDatabase") } func init() { proto.RegisterFile("events.proto", fileDescriptor_8f22242cb04491f9) } var fileDescriptor_8f22242cb04491f9 = []byte{ - // 5342 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x4b, 0x6c, 0x1c, 0x47, - 0x7a, 0xf0, 0x3c, 0x38, 0xaf, 0x6f, 0x48, 0x89, 0x2c, 0x51, 0x52, 0x8b, 0x96, 0x34, 0x72, 0x6b, - 0x57, 0x96, 0xd6, 0x32, 0x65, 0x51, 0xb4, 0xb5, 0xf6, 0xfa, 0xff, 0xad, 0xe1, 0x0c, 0x65, 0xce, - 0x9a, 0x12, 0xe9, 0x22, 0x65, 0x2f, 0x10, 0xac, 0x07, 0xcd, 0xe9, 0x12, 0xd9, 0xd6, 0x4c, 0x77, - 0xbb, 0xbb, 0x87, 0x12, 0x7d, 0xca, 0xe3, 0x90, 0x60, 0xe1, 0x04, 0xc1, 0xe6, 0x90, 0x43, 0x0e, - 0x09, 0xf2, 0x38, 0x04, 0x08, 0xb2, 0x41, 0x0e, 0x8b, 0x1c, 0x72, 0x09, 0x9c, 0x04, 0x0a, 0x82, - 0x4d, 0x36, 0xd9, 0x20, 0xc7, 0xd9, 0x8d, 0x81, 0x20, 0xc0, 0x24, 0xf7, 0x04, 0x39, 0x05, 0xf5, - 0xe8, 0xee, 0xea, 0xc7, 0x50, 0xa6, 0xc8, 0x05, 0x41, 0x49, 0x27, 0x69, 0xbe, 0x57, 0x75, 0x7d, - 0x5f, 0x3d, 0xbe, 0xfa, 0xea, 0xfb, 0x8a, 0x30, 0x4e, 0xb6, 0x89, 0xe9, 0xb9, 0xb3, 0xb6, 0x63, - 0x79, 0x16, 0x2a, 0xf2, 0x5f, 0x33, 0xd3, 0x9b, 0xd6, 0xa6, 0xc5, 0x40, 0xd7, 0xe8, 0xff, 0x38, - 0x76, 0xa6, 0xb6, 0x69, 0x59, 0x9b, 0x5d, 0x72, 0x8d, 0xfd, 0xda, 0xe8, 0xdf, 0xbf, 0xe6, 0x19, - 0x3d, 0xe2, 0x7a, 0x5a, 0xcf, 0x16, 0x04, 0x67, 0xe3, 0x04, 0xae, 0xe7, 0xf4, 0x3b, 0x1e, 0xc7, - 0xaa, 0xdf, 0xcf, 0x41, 0xf9, 0x0e, 0xf1, 0x34, 0x5d, 0xf3, 0x34, 0x74, 0x16, 0x0a, 0x2d, 0x53, - 0x27, 0x8f, 0x94, 0xec, 0x85, 0xec, 0xe5, 0xfc, 0x42, 0x71, 0x38, 0xa8, 0xe5, 0x88, 0x81, 0x39, - 0x10, 0x9d, 0x83, 0xb1, 0xf5, 0x1d, 0x9b, 0x28, 0xb9, 0x0b, 0xd9, 0xcb, 0x95, 0x85, 0xca, 0x70, - 0x50, 0x2b, 0xb0, 0x2f, 0xc3, 0x0c, 0x8c, 0x5e, 0x86, 0x5c, 0xab, 0xa9, 0xe4, 0x19, 0x72, 0x6a, - 0x38, 0xa8, 0x4d, 0xf4, 0x0d, 0xfd, 0xaa, 0xd5, 0x33, 0x3c, 0xd2, 0xb3, 0xbd, 0x1d, 0x9c, 0x6b, - 0x35, 0xd1, 0x25, 0x18, 0x6b, 0x58, 0x3a, 0x51, 0xc6, 0x18, 0x11, 0x1a, 0x0e, 0x6a, 0xc7, 0x3a, - 0x96, 0x4e, 0x24, 0x2a, 0x86, 0x47, 0xb7, 0x60, 0x6c, 0xdd, 0xe8, 0x11, 0xa5, 0x70, 0x21, 0x7b, - 0xb9, 0x3a, 0x37, 0x33, 0xcb, 0x7b, 0x30, 0xeb, 0xf7, 0x60, 0x76, 0xdd, 0xef, 0xe2, 0xc2, 0xe4, - 0xe3, 0x41, 0x2d, 0x33, 0x1c, 0xd4, 0xc6, 0x68, 0xaf, 0x7f, 0xf3, 0xa7, 0xb5, 0x2c, 0x66, 0x9c, - 0xe8, 0x1d, 0xa8, 0x36, 0xba, 0x7d, 0xd7, 0x23, 0xce, 0x5d, 0xad, 0x47, 0x94, 0x22, 0x6b, 0x70, - 0x66, 0x38, 0xa8, 0x9d, 0xea, 0x70, 0x70, 0xdb, 0xd4, 0x7a, 0x72, 0xc3, 0x32, 0xb9, 0xfa, 0x09, - 0x1c, 0x5f, 0x23, 0xae, 0x6b, 0x58, 0x66, 0xa0, 0x9a, 0xaf, 0x43, 0x45, 0x80, 0x5a, 0x4d, 0xa6, - 0x9e, 0xca, 0x42, 0x69, 0x38, 0xa8, 0xe5, 0x5d, 0x43, 0xc7, 0x21, 0x06, 0xbd, 0x0e, 0xa5, 0x8f, - 0x0c, 0x6f, 0xeb, 0xce, 0xed, 0xba, 0x50, 0xd3, 0xa9, 0xe1, 0xa0, 0x86, 0x1e, 0x1a, 0xde, 0x56, - 0xbb, 0x77, 0x5f, 0x93, 0xda, 0xf3, 0xc9, 0xd4, 0x3f, 0xcc, 0xc1, 0xf8, 0x3d, 0x97, 0x38, 0x41, - 0x4b, 0x97, 0x60, 0x8c, 0xfe, 0x16, 0x8d, 0x30, 0x25, 0xf5, 0x5d, 0xe2, 0xc8, 0x4a, 0xa2, 0x78, - 0x74, 0x05, 0x0a, 0xcb, 0xd6, 0xa6, 0x61, 0x8a, 0x86, 0x4e, 0x0c, 0x07, 0xb5, 0xe3, 0x5d, 0x0a, - 0x90, 0x28, 0x39, 0x05, 0xfa, 0xff, 0x30, 0xde, 0xea, 0xd9, 0xc4, 0x71, 0x2d, 0x53, 0xf3, 0x2c, - 0x47, 0x18, 0x89, 0xa9, 0xc3, 0x90, 0xe0, 0x12, 0x63, 0x84, 0x1e, 0xbd, 0x0d, 0x50, 0xff, 0x68, - 0x0d, 0x5b, 0x5d, 0x52, 0xc7, 0x77, 0x85, 0xf5, 0x18, 0xb7, 0xf6, 0xd0, 0x6d, 0x3b, 0x56, 0x97, - 0xb4, 0x35, 0x47, 0x6e, 0x56, 0xa2, 0x46, 0x8b, 0x70, 0xac, 0xde, 0xe9, 0x10, 0xd7, 0xc5, 0xe4, - 0xd3, 0x3e, 0x71, 0x3d, 0x57, 0x29, 0x5c, 0xc8, 0x5f, 0xae, 0x2c, 0x9c, 0x1b, 0x0e, 0x6a, 0x67, - 0x34, 0x86, 0x69, 0x3b, 0x02, 0x25, 0x89, 0x88, 0x31, 0xa9, 0x7f, 0x96, 0x87, 0x63, 0x6b, 0xc4, - 0xd9, 0x96, 0x14, 0x55, 0xa7, 0x56, 0xa2, 0x10, 0x6a, 0x33, 0xd7, 0xd6, 0x3a, 0x44, 0xe8, 0xec, - 0xf4, 0x70, 0x50, 0x3b, 0x61, 0xfa, 0x40, 0x49, 0x68, 0x9c, 0x1e, 0x5d, 0x81, 0x32, 0x07, 0xb5, - 0x9a, 0x42, 0x8d, 0x13, 0xc3, 0x41, 0xad, 0xe2, 0x32, 0x58, 0xdb, 0xd0, 0x71, 0x80, 0xa6, 0xfd, - 0xe0, 0xff, 0x5f, 0xb2, 0x5c, 0x8f, 0x0a, 0x17, 0x5a, 0x64, 0xfd, 0x10, 0x0c, 0x5b, 0x02, 0x25, - 0xf7, 0x23, 0xca, 0x84, 0xde, 0x02, 0xe0, 0x90, 0xba, 0xae, 0x3b, 0x42, 0x95, 0x67, 0x86, 0x83, - 0xda, 0x49, 0x21, 0x42, 0xd3, 0x75, 0xd9, 0x0e, 0x12, 0x31, 0xea, 0xc1, 0x38, 0xff, 0xb5, 0xac, - 0x6d, 0x90, 0x2e, 0xd7, 0x63, 0x75, 0xee, 0xf2, 0xac, 0x58, 0x2c, 0xa2, 0xda, 0x99, 0x95, 0x49, - 0x17, 0x4d, 0xcf, 0xd9, 0x59, 0xa8, 0x89, 0xb9, 0x72, 0x5a, 0x34, 0xd5, 0x65, 0x38, 0xd9, 0xe8, - 0x32, 0xcf, 0xcc, 0xbb, 0x30, 0x95, 0x90, 0x81, 0x26, 0x21, 0xff, 0x80, 0xec, 0x70, 0x3d, 0x63, - 0xfa, 0x5f, 0x34, 0x0d, 0x85, 0x6d, 0xad, 0xdb, 0x17, 0xcb, 0x02, 0xe6, 0x3f, 0xde, 0xce, 0x7d, - 0x33, 0xab, 0xfe, 0x45, 0x16, 0x50, 0xc3, 0x32, 0x4d, 0xd2, 0xf1, 0xe4, 0x99, 0xf4, 0x26, 0x54, - 0x96, 0xad, 0x8e, 0xd6, 0x65, 0x0a, 0xe0, 0x06, 0x53, 0x86, 0x83, 0xda, 0x34, 0xed, 0xf9, 0x6c, - 0x97, 0x62, 0xa4, 0x4f, 0x0a, 0x49, 0xa9, 0xe6, 0x30, 0xe9, 0x59, 0x1e, 0x61, 0x8c, 0xb9, 0x50, - 0x73, 0x8c, 0xd1, 0x61, 0x28, 0x59, 0x73, 0x21, 0x31, 0xba, 0x06, 0xe5, 0x55, 0xba, 0x76, 0x74, - 0xac, 0xae, 0xb0, 0x1a, 0x9b, 0x2d, 0x6c, 0x3d, 0x91, 0x58, 0x02, 0x22, 0xf5, 0x97, 0x73, 0x70, - 0xe6, 0xfd, 0xfe, 0x06, 0x71, 0x4c, 0xe2, 0x11, 0x57, 0x2c, 0x0d, 0x41, 0x0f, 0xee, 0xc2, 0x54, - 0x02, 0x29, 0x7a, 0x72, 0x61, 0x38, 0xa8, 0x9d, 0x7d, 0x10, 0x20, 0xdb, 0x62, 0xb5, 0x91, 0x1a, - 0x49, 0xb2, 0xa2, 0x25, 0x38, 0x1e, 0x02, 0xe9, 0xdc, 0x76, 0x95, 0x1c, 0x9b, 0x23, 0xe7, 0x87, - 0x83, 0xda, 0x8c, 0x24, 0x8d, 0xae, 0x03, 0xb2, 0xc1, 0xe2, 0x6c, 0xe8, 0x7d, 0x98, 0x0c, 0x41, - 0xef, 0x39, 0x56, 0xdf, 0x76, 0x95, 0x3c, 0x13, 0x55, 0x1b, 0x0e, 0x6a, 0x2f, 0x49, 0xa2, 0x36, - 0x19, 0x52, 0x92, 0x95, 0x60, 0x54, 0xff, 0x3d, 0x0f, 0x27, 0x43, 0xe0, 0xaa, 0xa5, 0x07, 0x0a, - 0x58, 0x91, 0x15, 0xb0, 0x6a, 0xe9, 0x6c, 0x8d, 0xe5, 0x0a, 0x78, 0x79, 0x38, 0xa8, 0x9d, 0x93, - 0xda, 0xb1, 0x2d, 0x3d, 0xbe, 0xd4, 0x26, 0x79, 0xd1, 0xc7, 0x70, 0x2a, 0x01, 0xe4, 0x33, 0x9a, - 0xdb, 0xf9, 0xd2, 0x70, 0x50, 0x53, 0x53, 0xa4, 0xc6, 0x27, 0xf8, 0x08, 0x29, 0x48, 0x83, 0xd3, - 0x92, 0xda, 0x2d, 0xd3, 0xd3, 0x0c, 0x53, 0x6c, 0x0d, 0x7c, 0x3c, 0xbc, 0x32, 0x1c, 0xd4, 0x2e, - 0xca, 0x76, 0xf3, 0x69, 0xe2, 0x1f, 0x3f, 0x4a, 0x0e, 0xd2, 0x41, 0x49, 0x41, 0xb5, 0x7a, 0xda, - 0xa6, 0xbf, 0xdf, 0x5d, 0x1e, 0x0e, 0x6a, 0x5f, 0x4b, 0x6d, 0xc3, 0xa0, 0x54, 0x52, 0x23, 0x23, - 0x25, 0x21, 0x0c, 0x28, 0xc4, 0xdd, 0xb5, 0x74, 0xc2, 0xfa, 0x50, 0x60, 0xf2, 0xd5, 0xe1, 0xa0, - 0x76, 0x5e, 0x92, 0x6f, 0x5a, 0x3a, 0x89, 0x7f, 0x7e, 0x0a, 0xb7, 0xfa, 0xd3, 0x02, 0x5d, 0x58, - 0xd8, 0x0e, 0xb6, 0xe6, 0x69, 0x8e, 0x87, 0xde, 0x0e, 0x5d, 0x02, 0x66, 0xd5, 0xea, 0xdc, 0xa4, - 0xbf, 0xc8, 0xf8, 0xf0, 0x85, 0x71, 0xba, 0x98, 0xfc, 0x78, 0x50, 0xcb, 0x0e, 0x07, 0xb5, 0x0c, - 0x2e, 0x4b, 0xb3, 0x9b, 0xef, 0x5e, 0x39, 0xc6, 0x37, 0xed, 0xf3, 0xc9, 0x3b, 0x5c, 0x8c, 0x97, - 0xef, 0x66, 0xef, 0x42, 0x49, 0x7c, 0x03, 0xb3, 0x48, 0x75, 0xee, 0x74, 0xb8, 0xae, 0x45, 0x76, - 0xe2, 0x18, 0xb7, 0xcf, 0x85, 0xde, 0x81, 0x22, 0x5f, 0xae, 0x98, 0xb6, 0xab, 0x73, 0xa7, 0xd2, - 0xd7, 0xc5, 0x18, 0xbb, 0xe0, 0x41, 0x4b, 0x00, 0xe1, 0x52, 0x15, 0xf8, 0x1d, 0x42, 0x42, 0x72, - 0x11, 0x8b, 0x49, 0x91, 0x78, 0xd1, 0x9b, 0x30, 0xbe, 0x4e, 0x9c, 0x9e, 0x61, 0x6a, 0xdd, 0x35, - 0xe3, 0x33, 0xdf, 0xf5, 0x60, 0xdb, 0xb8, 0x6b, 0x7c, 0x26, 0xdb, 0x22, 0x42, 0x87, 0xbe, 0x9b, - 0xb6, 0xa8, 0x94, 0xd8, 0x87, 0xbc, 0xec, 0x7f, 0xc8, 0xc8, 0x25, 0x29, 0xf6, 0x3d, 0x29, 0x6b, - 0xcc, 0x07, 0x30, 0x11, 0x99, 0x1b, 0x4a, 0x99, 0x89, 0x3e, 0x97, 0x14, 0x2d, 0x4d, 0xf4, 0x98, - 0xd8, 0xa8, 0x04, 0xba, 0x23, 0xb6, 0x4c, 0xc3, 0x33, 0xb4, 0x6e, 0xc3, 0xea, 0xf5, 0x34, 0x53, - 0x57, 0x2a, 0xe1, 0xce, 0x6e, 0x70, 0x4c, 0xbb, 0xc3, 0x51, 0xf2, 0x8e, 0x18, 0x65, 0xa2, 0x6b, - 0x96, 0xb0, 0x21, 0x26, 0x1d, 0xcb, 0xd1, 0x0d, 0x73, 0x53, 0x01, 0xa6, 0x34, 0xb6, 0x66, 0xb9, - 0x1c, 0xd7, 0x76, 0x7c, 0xa4, 0xbc, 0x66, 0xc5, 0x19, 0xbf, 0x3d, 0x56, 0xae, 0x4e, 0x8e, 0x27, - 0x9c, 0x87, 0x3f, 0xce, 0x43, 0x55, 0x90, 0x7e, 0xdb, 0x32, 0xcc, 0x17, 0x03, 0x7c, 0x3f, 0x03, - 0x3c, 0x75, 0xa0, 0x16, 0x0f, 0x6a, 0xa0, 0xaa, 0x9f, 0xe7, 0x82, 0xd5, 0x68, 0xd5, 0x31, 0xcc, - 0xfd, 0xad, 0x46, 0x97, 0x00, 0x1a, 0x5b, 0x7d, 0xf3, 0x01, 0x3f, 0xd5, 0xe4, 0xc2, 0x53, 0x4d, - 0xc7, 0xc0, 0x12, 0x86, 0x1e, 0x6d, 0x9a, 0x54, 0x3e, 0xb5, 0xcc, 0xf8, 0x42, 0xe5, 0x31, 0x97, - 0x94, 0x7d, 0x0d, 0x33, 0x30, 0xaa, 0x41, 0x61, 0x61, 0xc7, 0x23, 0x2e, 0xd3, 0x7c, 0x9e, 0x1f, - 0x7d, 0x36, 0x28, 0x00, 0x73, 0x38, 0x9a, 0x87, 0xa9, 0x26, 0xe9, 0x6a, 0x3b, 0x77, 0x8c, 0x6e, - 0xd7, 0x70, 0x49, 0xc7, 0x32, 0x75, 0x97, 0x29, 0x59, 0x34, 0xd7, 0x73, 0x71, 0x92, 0x00, 0xa9, - 0x50, 0x5c, 0xb9, 0x7f, 0xdf, 0x25, 0x1e, 0x53, 0x5f, 0x7e, 0x01, 0x86, 0x83, 0x5a, 0xd1, 0x62, - 0x10, 0x2c, 0x30, 0xea, 0x3f, 0xe7, 0x60, 0x22, 0x18, 0xe5, 0x9f, 0x90, 0xce, 0xe1, 0xac, 0xce, - 0xe1, 0xd8, 0xcb, 0xef, 0x7b, 0xec, 0x8d, 0xed, 0x63, 0xec, 0xa9, 0x50, 0xc4, 0x44, 0x73, 0xc5, - 0x08, 0xae, 0x70, 0x8d, 0x39, 0x0c, 0x82, 0x05, 0x06, 0xbd, 0x0c, 0xa5, 0x3b, 0xda, 0x23, 0xa3, - 0xd7, 0xef, 0x09, 0xb5, 0xb2, 0x73, 0x5a, 0x4f, 0x7b, 0x84, 0x7d, 0xb8, 0xfa, 0x2f, 0x59, 0xea, - 0xcc, 0x33, 0xa5, 0x0a, 0xe1, 0xfb, 0xd2, 0x6a, 0xa8, 0x9d, 0xdc, 0xbe, 0xb5, 0x93, 0x7f, 0x7a, - 0xed, 0xa8, 0x3f, 0x18, 0xa3, 0xea, 0xa1, 0xbb, 0xcc, 0xd1, 0x5c, 0xe1, 0x0e, 0x6e, 0x9c, 0x84, - 0x16, 0x29, 0x3c, 0x85, 0x45, 0x9e, 0x9b, 0x2d, 0x5c, 0xfd, 0xef, 0x12, 0x3d, 0x8e, 0x32, 0xed, - 0x2f, 0x9a, 0xfa, 0x8b, 0x51, 0xb3, 0x9f, 0x51, 0xd3, 0x84, 0xa9, 0x45, 0x73, 0x4b, 0x33, 0x3b, - 0x44, 0x0f, 0x1d, 0x19, 0x3a, 0x74, 0xca, 0x3c, 0x08, 0x44, 0x04, 0x32, 0xf4, 0x64, 0x70, 0x92, - 0x01, 0x5d, 0x87, 0x6a, 0xcb, 0xf4, 0x88, 0xa3, 0x75, 0x3c, 0x63, 0x9b, 0xb0, 0xd1, 0x53, 0x5e, - 0x38, 0x3e, 0x1c, 0xd4, 0xaa, 0x46, 0x08, 0xc6, 0x32, 0x0d, 0x9a, 0x87, 0xf1, 0x55, 0xcd, 0xf1, - 0x8c, 0x8e, 0x61, 0x6b, 0xa6, 0xe7, 0x2a, 0x65, 0xe6, 0x85, 0x4d, 0x0e, 0x07, 0xb5, 0x71, 0x5b, - 0x82, 0xe3, 0x08, 0x15, 0xfa, 0x2e, 0x54, 0x98, 0xb7, 0xcf, 0x02, 0x6d, 0x95, 0x27, 0x06, 0xda, - 0x2e, 0x86, 0xc1, 0x03, 0xee, 0x8f, 0xb9, 0x94, 0x39, 0x9c, 0x0a, 0x2c, 0xf6, 0x16, 0x4a, 0x44, - 0xdf, 0x81, 0xd2, 0xa2, 0xa9, 0x33, 0xe1, 0xf0, 0x44, 0xe1, 0xaa, 0x10, 0x7e, 0x2a, 0x14, 0x6e, - 0xd9, 0x31, 0xd9, 0xbe, 0xb8, 0xf4, 0x59, 0x56, 0xfd, 0xf9, 0xcd, 0xb2, 0xf1, 0x9f, 0x83, 0xa3, - 0x3c, 0x71, 0x50, 0x8e, 0xf2, 0xb1, 0xa7, 0x74, 0x94, 0xd5, 0xcf, 0xa0, 0xba, 0xb0, 0x7a, 0x3b, - 0x98, 0xbd, 0x67, 0x20, 0xbf, 0x2a, 0x02, 0x9b, 0x63, 0x7c, 0xc3, 0xb4, 0x0d, 0x1d, 0x53, 0x18, - 0xba, 0x02, 0xe5, 0x06, 0x8b, 0x16, 0x88, 0x18, 0xd9, 0x18, 0x8f, 0x91, 0x75, 0x18, 0x8c, 0xc5, - 0xc8, 0x7c, 0x34, 0xfa, 0x3a, 0x94, 0x56, 0x1d, 0x6b, 0xd3, 0xd1, 0x7a, 0xe2, 0x58, 0x5d, 0x1d, - 0x0e, 0x6a, 0x25, 0x9b, 0x83, 0xb0, 0x8f, 0x53, 0x7f, 0x2b, 0x0b, 0xc5, 0x35, 0x4f, 0xf3, 0xfa, - 0x2e, 0xe5, 0x58, 0xeb, 0x33, 0x67, 0x9d, 0xb5, 0x5d, 0xe6, 0x1c, 0x2e, 0x07, 0x61, 0x1f, 0x87, - 0xae, 0x40, 0x61, 0xd1, 0x71, 0x2c, 0x47, 0x8e, 0x75, 0x12, 0x0a, 0x90, 0x63, 0x9d, 0x8c, 0x02, - 0xdd, 0x84, 0x2a, 0x5f, 0x73, 0x5c, 0x97, 0x1e, 0xbd, 0xf9, 0x77, 0x9c, 0x1c, 0x0e, 0x6a, 0x53, - 0x3d, 0x0e, 0x92, 0x83, 0xbe, 0x12, 0xa5, 0xfa, 0x45, 0x5e, 0x72, 0x0a, 0xb8, 0xc6, 0x9f, 0xc3, - 0x73, 0xc2, 0x0d, 0xc8, 0x2f, 0xac, 0xde, 0x16, 0x0b, 0xe0, 0x09, 0x9f, 0x55, 0x1a, 0x2a, 0x31, - 0x3e, 0x4a, 0x8d, 0xce, 0xc2, 0xd8, 0x2a, 0x1d, 0x3e, 0x45, 0x36, 0x3c, 0xca, 0xc3, 0x41, 0x6d, - 0xcc, 0xa6, 0xe3, 0x87, 0x41, 0x19, 0x56, 0xf3, 0xb6, 0xd8, 0x5a, 0x56, 0x11, 0x58, 0xcd, 0xdb, - 0xc2, 0x0c, 0x4a, 0xb1, 0x75, 0x67, 0x73, 0x5b, 0xac, 0x5a, 0x0c, 0xab, 0x39, 0x9b, 0xdb, 0x98, - 0x41, 0xd1, 0x35, 0x00, 0x4c, 0xbc, 0xbe, 0x63, 0xb2, 0x7b, 0x03, 0xba, 0x4c, 0x15, 0xf8, 0x6a, - 0xe8, 0x30, 0x68, 0xbb, 0x63, 0xe9, 0x04, 0x4b, 0x24, 0xea, 0x1f, 0x85, 0x47, 0xbd, 0xa6, 0xe1, - 0x3e, 0x78, 0x61, 0xc2, 0x3d, 0x98, 0x90, 0x1a, 0xa9, 0x98, 0x6a, 0xa4, 0x1a, 0x14, 0x6e, 0x77, - 0xb5, 0x4d, 0x97, 0xd9, 0xb0, 0xc0, 0x0f, 0x40, 0xf7, 0x29, 0x00, 0x73, 0x78, 0xcc, 0x4e, 0xe5, - 0x27, 0xdb, 0xe9, 0xb7, 0x0b, 0xc1, 0x6c, 0xbb, 0x4b, 0xbc, 0x87, 0x96, 0xf3, 0xc2, 0x54, 0x5f, - 0xd5, 0x54, 0x97, 0xa0, 0xb4, 0xe6, 0x74, 0x58, 0x14, 0x9c, 0x5b, 0x6b, 0x7c, 0x38, 0xa8, 0x95, - 0x5d, 0xa7, 0xc3, 0x2e, 0x0f, 0xb0, 0x8f, 0xa4, 0x74, 0x4d, 0xd7, 0x63, 0x74, 0xa5, 0x90, 0x4e, - 0x77, 0x3d, 0x41, 0x27, 0x90, 0x82, 0x6e, 0xd5, 0x72, 0x3c, 0x61, 0xb8, 0x80, 0xce, 0xb6, 0x1c, - 0x0f, 0xfb, 0x48, 0xf4, 0x2a, 0xc0, 0x7a, 0x63, 0xf5, 0x43, 0xe2, 0x30, 0x75, 0xf1, 0xb9, 0xc8, - 0x96, 0xeb, 0x6d, 0x0e, 0xc2, 0x12, 0x1a, 0xad, 0x43, 0x65, 0xc5, 0x26, 0x8e, 0xc6, 0x9c, 0x32, - 0xea, 0x01, 0x1c, 0x9b, 0x7b, 0x25, 0xa6, 0x5a, 0x61, 0xf7, 0x59, 0xf1, 0x6f, 0x40, 0xce, 0xf7, - 0x17, 0xcb, 0xff, 0x89, 0x43, 0x41, 0xe8, 0x26, 0x14, 0xeb, 0xdc, 0xcf, 0xab, 0x32, 0x91, 0x81, - 0xca, 0x16, 0xe9, 0x3f, 0x1c, 0xc5, 0x0f, 0x85, 0x1a, 0xfb, 0x3f, 0x16, 0xe4, 0xea, 0x15, 0x98, - 0x8c, 0x37, 0x83, 0xaa, 0x50, 0x6a, 0xac, 0xdc, 0xbd, 0xbb, 0xd8, 0x58, 0x9f, 0xcc, 0xa0, 0x32, - 0x8c, 0xad, 0x2d, 0xde, 0x6d, 0x4e, 0x66, 0xd5, 0x3f, 0x91, 0x56, 0x10, 0x3a, 0xb4, 0x5e, 0x04, - 0x8b, 0xf6, 0xe1, 0x52, 0xcf, 0xc1, 0x24, 0x8b, 0x90, 0xac, 0x3b, 0x9a, 0xe9, 0xf6, 0x0c, 0xcf, - 0x23, 0xba, 0xd8, 0x25, 0x58, 0x5c, 0xc4, 0x7b, 0x84, 0x13, 0x78, 0x74, 0x15, 0x26, 0x18, 0x0c, - 0x93, 0x0e, 0x31, 0xb6, 0x89, 0xce, 0x46, 0xaf, 0x60, 0x70, 0x1e, 0xe1, 0x28, 0x52, 0xfd, 0xfb, - 0x30, 0x5e, 0xb4, 0x4c, 0xb4, 0x6d, 0xf2, 0xc2, 0x5e, 0xfb, 0xb0, 0x97, 0xfa, 0x07, 0x79, 0xa8, - 0xd0, 0x1e, 0xf1, 0x7b, 0xe3, 0xc3, 0x50, 0xe5, 0xbc, 0xef, 0x1b, 0x0a, 0x4d, 0x1e, 0x0b, 0x34, - 0xc1, 0xa0, 0x09, 0x0d, 0x70, 0x3f, 0xf2, 0x2a, 0x14, 0xef, 0x10, 0x6f, 0xcb, 0xd2, 0xc5, 0x5d, - 0xcb, 0xf4, 0x70, 0x50, 0x9b, 0xec, 0x31, 0x88, 0xe4, 0xef, 0x09, 0x1a, 0xf4, 0x00, 0x50, 0x4b, - 0x27, 0xa6, 0x67, 0x78, 0x3b, 0x75, 0xcf, 0x73, 0x8c, 0x8d, 0xbe, 0x47, 0x5c, 0xa1, 0xb7, 0xd3, - 0x89, 0x73, 0xca, 0x1a, 0xcb, 0x97, 0x60, 0xd7, 0x2b, 0xd3, 0x5a, 0x40, 0x1e, 0x8a, 0xfd, 0xdf, - 0x41, 0xad, 0xc8, 0x69, 0x70, 0x8a, 0x58, 0xf4, 0x01, 0x54, 0xee, 0xdc, 0xae, 0x37, 0xc9, 0xb6, - 0xd1, 0x21, 0x22, 0x4e, 0x7a, 0x26, 0xd0, 0xa2, 0x8f, 0x08, 0x54, 0xc2, 0xae, 0x42, 0x7b, 0xf7, - 0xb5, 0xb6, 0xce, 0xe0, 0xf2, 0x55, 0x68, 0x40, 0xac, 0xfe, 0x57, 0x16, 0x26, 0x31, 0x71, 0xad, - 0xbe, 0x13, 0x72, 0xa2, 0x4b, 0x30, 0x26, 0xdd, 0xc3, 0xb1, 0x68, 0x45, 0xec, 0xf2, 0x87, 0xe1, - 0xd1, 0x1a, 0x94, 0x16, 0x1f, 0xd9, 0x86, 0x43, 0x5c, 0x61, 0x9b, 0xdd, 0x4e, 0x66, 0xe7, 0xc4, - 0xc9, 0x6c, 0x8a, 0x70, 0x96, 0xc4, 0xa1, 0x8c, 0x83, 0xd1, 0x9b, 0x50, 0xb9, 0x67, 0xeb, 0x9a, - 0x47, 0xf4, 0x85, 0x1d, 0xe1, 0x73, 0xb3, 0x9e, 0xf4, 0x39, 0xb0, 0xbd, 0xb1, 0x23, 0xf7, 0x24, - 0x20, 0x45, 0x17, 0x21, 0xbf, 0xbe, 0xbe, 0x2c, 0x8c, 0xc6, 0xb2, 0x46, 0x3c, 0x4f, 0xbe, 0xff, - 0xa5, 0x58, 0xf5, 0xfb, 0x39, 0x00, 0x3a, 0x36, 0x1a, 0x0e, 0xd1, 0xbc, 0xc3, 0x99, 0xe0, 0x0b, - 0x50, 0xf6, 0x15, 0x2e, 0xc6, 0xa5, 0xe2, 0xf3, 0xc6, 0x0d, 0x11, 0x6f, 0xdb, 0xc7, 0x53, 0x27, - 0x0a, 0x5b, 0x5d, 0x16, 0x45, 0xce, 0xfb, 0x09, 0x34, 0x0e, 0x05, 0x60, 0x0e, 0x47, 0xaf, 0x42, - 0x45, 0x4c, 0x45, 0xcb, 0x11, 0x01, 0x4e, 0x7e, 0xd4, 0xf2, 0x81, 0x38, 0xc4, 0xab, 0x7f, 0x9d, - 0xe5, 0x4a, 0x69, 0x92, 0x2e, 0x39, 0xba, 0x4a, 0x51, 0x7f, 0x2d, 0x0b, 0x88, 0x0a, 0x5b, 0xd5, - 0x5c, 0xf7, 0xa1, 0xe5, 0xe8, 0x8d, 0x2d, 0xcd, 0xdc, 0x3c, 0x94, 0xee, 0xa8, 0xdf, 0x2b, 0xc0, - 0x89, 0xc8, 0xc5, 0xd1, 0x11, 0x1f, 0x6f, 0x57, 0xa2, 0xe3, 0x8d, 0x1d, 0x9a, 0xd9, 0x78, 0x93, - 0x0f, 0xcd, 0x7c, 0xe4, 0x7d, 0x0d, 0x2a, 0xa2, 0xcf, 0xad, 0xa6, 0x18, 0x79, 0x6c, 0xbb, 0x35, - 0x74, 0x1c, 0x22, 0xd0, 0x6b, 0x30, 0x2e, 0x7e, 0xd0, 0x55, 0xd7, 0x8f, 0x8b, 0xb2, 0x71, 0xec, - 0x52, 0x00, 0x8e, 0xa0, 0xd1, 0x1b, 0x50, 0xa1, 0x83, 0x73, 0x93, 0xa5, 0x1c, 0x95, 0xc2, 0xcc, - 0x1c, 0xdd, 0x07, 0xca, 0x4b, 0x42, 0x40, 0x49, 0x97, 0x72, 0x11, 0xe3, 0x2f, 0x87, 0x4b, 0x39, - 0x8f, 0xf1, 0xcb, 0x4b, 0xb9, 0x88, 0xf6, 0x7f, 0x0c, 0xd5, 0xba, 0x69, 0x5a, 0x1e, 0x73, 0xe9, - 0x5c, 0x11, 0xc8, 0x1a, 0xb9, 0x86, 0x5f, 0x64, 0xf9, 0x22, 0x21, 0x7d, 0xea, 0x22, 0x2e, 0x0b, - 0x44, 0x73, 0xd4, 0x10, 0xdb, 0x06, 0x79, 0x48, 0x1c, 0x71, 0x2b, 0xc9, 0x82, 0x79, 0x8e, 0x80, - 0xc9, 0xd9, 0x23, 0x3e, 0x1d, 0x5a, 0x80, 0x89, 0x55, 0xc7, 0xb2, 0x2d, 0x97, 0xe8, 0x5c, 0x51, - 0x55, 0xc6, 0x78, 0x76, 0x38, 0xa8, 0x29, 0xb6, 0x40, 0xb4, 0x99, 0xc6, 0x24, 0xf6, 0x28, 0x8b, - 0xfa, 0x83, 0x6c, 0x6c, 0x30, 0x1e, 0xe2, 0x3c, 0x8f, 0x8c, 0x8e, 0xfc, 0x88, 0xd1, 0xa1, 0xfe, - 0x6e, 0x0e, 0xaa, 0xf4, 0x9c, 0x70, 0xdb, 0x72, 0x1e, 0x6a, 0xce, 0xe1, 0x04, 0x4f, 0x0e, 0xec, - 0x2e, 0x45, 0x72, 0x43, 0xc6, 0xf6, 0xe0, 0x86, 0x9c, 0x85, 0x31, 0x76, 0xde, 0x2a, 0x84, 0xa7, - 0x68, 0x76, 0xd6, 0x62, 0x50, 0xf5, 0x17, 0x73, 0x00, 0xdf, 0xb9, 0x7e, 0xfd, 0x39, 0x56, 0x90, - 0xfa, 0x3b, 0x59, 0x38, 0x2e, 0xa2, 0x6b, 0x52, 0x6a, 0x65, 0xc9, 0x8f, 0x8b, 0x66, 0xc3, 0xa8, - 0xa1, 0x88, 0x87, 0x62, 0x1f, 0x47, 0x67, 0xe2, 0xe2, 0x23, 0xc3, 0x63, 0x01, 0x06, 0x29, 0xb7, - 0x92, 0x08, 0x98, 0x3c, 0x13, 0x7d, 0x3a, 0xf4, 0x9a, 0x1f, 0x37, 0xcc, 0x87, 0xcb, 0x0f, 0x65, - 0x58, 0x4c, 0x8d, 0x1d, 0xaa, 0x3f, 0x1c, 0x83, 0xb1, 0xc5, 0x47, 0xa4, 0x73, 0xc4, 0x4d, 0x23, - 0x9d, 0x46, 0xc6, 0xf6, 0x79, 0x1a, 0x79, 0x9a, 0x8b, 0x90, 0x77, 0x43, 0x7b, 0x16, 0xa3, 0xcd, - 0xc7, 0x2c, 0x1f, 0x6f, 0xde, 0xb7, 0xf4, 0xd1, 0xbb, 0x47, 0xfb, 0x9b, 0x3c, 0xe4, 0xd7, 0x1a, - 0xab, 0x2f, 0xc6, 0xcd, 0xa1, 0x8e, 0x9b, 0xdd, 0x03, 0xcd, 0x6a, 0x10, 0x3b, 0x2a, 0x87, 0xb9, - 0x03, 0xb1, 0x30, 0xd1, 0xe7, 0x39, 0xa8, 0xac, 0xf5, 0x37, 0xdc, 0x1d, 0xd7, 0x23, 0xbd, 0x23, - 0x6e, 0xcd, 0xb3, 0xe2, 0x3c, 0x38, 0x16, 0x6a, 0x83, 0x9e, 0x07, 0xc5, 0x29, 0xf0, 0xa2, 0xbf, - 0x32, 0x4a, 0xe7, 0x8c, 0x60, 0x65, 0xf4, 0xd7, 0xc3, 0x3f, 0xcf, 0xc1, 0x64, 0xa3, 0x6b, 0x10, - 0xd3, 0x6b, 0x1a, 0x6e, 0xe7, 0x00, 0x32, 0x25, 0x0e, 0x5f, 0x2b, 0xfb, 0x0b, 0xb4, 0x7c, 0x85, - 0xfc, 0x13, 0xf5, 0x97, 0x72, 0x50, 0xad, 0xf7, 0xbd, 0xad, 0xba, 0xc7, 0x36, 0x97, 0xe7, 0x72, - 0x9b, 0xff, 0xbb, 0x2c, 0x1c, 0xa7, 0x1f, 0xb2, 0x6e, 0x3d, 0x20, 0xe6, 0x01, 0x1c, 0xa3, 0xe4, - 0xe3, 0x50, 0xee, 0x29, 0x8f, 0x43, 0xbe, 0x2e, 0xf3, 0x7b, 0x3c, 0x16, 0xd2, 0x83, 0x36, 0x3d, - 0x25, 0x3d, 0x23, 0xdd, 0x38, 0x80, 0x73, 0xc4, 0x61, 0x76, 0xe3, 0x1f, 0xb2, 0x30, 0xbd, 0xee, - 0xd0, 0x8d, 0x5c, 0x17, 0xfb, 0xf9, 0x11, 0xb7, 0x4b, 0xb2, 0x43, 0x47, 0xdc, 0x42, 0x3f, 0xc9, - 0xc2, 0x99, 0x68, 0x87, 0x9e, 0x85, 0x55, 0xe0, 0x1f, 0xb3, 0x70, 0xf2, 0x3d, 0xc3, 0xdb, 0xea, - 0x6f, 0x04, 0x21, 0xb8, 0x67, 0xaf, 0x47, 0x47, 0x7c, 0xe4, 0xfd, 0x28, 0x0b, 0x27, 0x56, 0x5a, - 0xcd, 0xc6, 0xb3, 0x62, 0xa1, 0x44, 0x7f, 0x9e, 0x01, 0xfb, 0xac, 0xd5, 0xef, 0x2c, 0x3f, 0x4b, - 0xf6, 0x89, 0xf4, 0xe7, 0x88, 0xdb, 0xe7, 0x57, 0x8a, 0x50, 0xa5, 0xe7, 0x5a, 0x11, 0xd3, 0x7b, - 0xae, 0x3d, 0xfd, 0x39, 0xa8, 0x0a, 0x35, 0xb0, 0x23, 0x25, 0x77, 0xf7, 0x59, 0x4e, 0xa5, 0x28, - 0x56, 0x6d, 0xb3, 0xa3, 0xa5, 0x4c, 0x44, 0x4f, 0x5c, 0x1f, 0x12, 0x67, 0x43, 0xce, 0xa1, 0xd9, - 0x26, 0xce, 0x06, 0x66, 0x50, 0xb4, 0x1c, 0xde, 0xd9, 0xd5, 0x57, 0x5b, 0xac, 0xc6, 0x4e, 0x9c, - 0x54, 0x59, 0xd1, 0xa0, 0x23, 0x70, 0x6d, 0xcd, 0x36, 0x78, 0x75, 0x9e, 0x9c, 0xbf, 0x17, 0xe7, - 0x44, 0x77, 0x61, 0xca, 0x87, 0x85, 0xc5, 0x72, 0xe5, 0x14, 0x71, 0x69, 0x65, 0x72, 0x49, 0x56, - 0xf4, 0x2e, 0x8c, 0xfb, 0xc0, 0xf7, 0x0d, 0x56, 0xca, 0x43, 0x45, 0xbd, 0x34, 0x1c, 0xd4, 0x4e, - 0x07, 0xa2, 0x1e, 0x18, 0x91, 0xfc, 0xc4, 0x08, 0x83, 0x2c, 0x80, 0x1d, 0x3b, 0x21, 0x45, 0x40, - 0xec, 0x3e, 0x32, 0xc2, 0x80, 0xde, 0x60, 0x02, 0x6c, 0xcb, 0x74, 0x09, 0x8b, 0xf1, 0x55, 0x59, - 0x82, 0x09, 0xbb, 0x13, 0x74, 0x04, 0x9c, 0xa7, 0x11, 0x45, 0xc8, 0xd0, 0x0a, 0x40, 0x18, 0x8b, - 0x11, 0xc9, 0x9a, 0x7b, 0x8e, 0x12, 0x49, 0x22, 0xd4, 0x7f, 0xa2, 0xe7, 0x37, 0xdb, 0x0e, 0x46, - 0xf2, 0x6b, 0x50, 0xac, 0xdb, 0xf6, 0x3d, 0xdc, 0x12, 0xd1, 0x49, 0x96, 0x4b, 0xa8, 0xd9, 0x76, - 0xbb, 0xef, 0x18, 0xf2, 0x85, 0x04, 0x27, 0x42, 0x0d, 0x98, 0xa8, 0xdb, 0xf6, 0x6a, 0x7f, 0xa3, - 0x6b, 0x74, 0xa4, 0x4a, 0x55, 0x5e, 0xee, 0x6c, 0xdb, 0x6d, 0x9b, 0x61, 0xe2, 0x75, 0xbe, 0x51, - 0x1e, 0xf4, 0x31, 0x54, 0xea, 0xb6, 0x2d, 0xea, 0x7c, 0xf3, 0xac, 0xce, 0x57, 0xf5, 0xfb, 0x24, - 0x7d, 0xdb, 0x6c, 0x40, 0xc4, 0x2b, 0x7c, 0xcf, 0x8a, 0xdb, 0xda, 0x69, 0xda, 0x50, 0xa2, 0xbc, - 0x37, 0x14, 0x89, 0x5e, 0x87, 0x52, 0xdd, 0xb6, 0xa5, 0xf0, 0x00, 0x0b, 0xa5, 0x52, 0xae, 0x98, - 0x89, 0x7c, 0xb2, 0x99, 0x77, 0xe0, 0x58, 0xb4, 0xb1, 0x3d, 0x95, 0x02, 0xff, 0x4f, 0x96, 0x75, - 0xe8, 0x88, 0x5f, 0xa8, 0xdd, 0x80, 0x7c, 0xdd, 0xb6, 0xc5, 0x72, 0x72, 0x22, 0xc5, 0x1e, 0xf1, - 0x6c, 0xad, 0xba, 0x6d, 0xfb, 0x5d, 0xe7, 0x57, 0xde, 0xcf, 0x57, 0xd7, 0xbf, 0xe0, 0x5d, 0x3f, - 0xe2, 0x37, 0xd4, 0x3f, 0xcc, 0xc3, 0xf1, 0xba, 0x6d, 0xbf, 0xa8, 0x90, 0x3d, 0xa8, 0x9c, 0xb0, - 0xeb, 0x00, 0xd2, 0xf2, 0x58, 0x0a, 0x52, 0x3f, 0xaa, 0xd2, 0xd2, 0xa8, 0x64, 0xb1, 0x44, 0xe4, - 0x0f, 0xbf, 0xf2, 0x9e, 0x86, 0xdf, 0x5f, 0x45, 0x0c, 0xc7, 0xaa, 0xfd, 0x5e, 0x18, 0xae, 0xb0, - 0x2f, 0x8f, 0xea, 0x98, 0xac, 0x4c, 0x91, 0xf0, 0x2d, 0x6e, 0xe8, 0xfd, 0xf2, 0x83, 0x0e, 0x45, - 0xb5, 0x0d, 0x1d, 0xc7, 0x68, 0x7d, 0x1b, 0x96, 0xf6, 0x64, 0xc3, 0xdf, 0xcf, 0xc1, 0x54, 0x68, - 0xc3, 0x83, 0x70, 0x4c, 0xaf, 0x01, 0xf0, 0x20, 0x65, 0x70, 0x91, 0x38, 0xc1, 0x33, 0x95, 0x5d, - 0x06, 0x15, 0x99, 0xca, 0x21, 0x49, 0x70, 0xab, 0x90, 0x4f, 0xbd, 0x55, 0xb8, 0x02, 0x65, 0xac, - 0x3d, 0xfc, 0xa0, 0x4f, 0x9c, 0x1d, 0xb1, 0x95, 0xb2, 0x50, 0xba, 0xa3, 0x3d, 0x6c, 0x7f, 0x4a, - 0x81, 0x38, 0x40, 0x23, 0x35, 0xc8, 0x51, 0x93, 0x82, 0xc7, 0x3c, 0x47, 0x2d, 0xc8, 0x4c, 0x13, - 0x4a, 0x2a, 0xee, 0x49, 0x49, 0x3f, 0x29, 0xc2, 0x64, 0x53, 0xf3, 0xb4, 0x0d, 0xcd, 0x25, 0xd2, - 0x41, 0xe2, 0xb8, 0x0f, 0xa3, 0x03, 0xc1, 0x08, 0x5e, 0x47, 0x61, 0x79, 0x59, 0xfa, 0x46, 0xdb, - 0xe5, 0x50, 0xf9, 0x39, 0x89, 0x18, 0x03, 0xfa, 0x56, 0x28, 0x37, 0x78, 0x3f, 0x83, 0xbb, 0x33, - 0x4c, 0x63, 0xfa, 0x46, 0xdb, 0x16, 0x60, 0x9c, 0x20, 0x44, 0x57, 0xa1, 0xea, 0xc3, 0xa8, 0xf3, - 0x94, 0x0f, 0xfb, 0xac, 0x6f, 0x50, 0xdf, 0x09, 0xcb, 0x68, 0xf4, 0x16, 0x8c, 0xfb, 0x3f, 0x25, - 0xb7, 0x84, 0xf9, 0x5a, 0xfa, 0x46, 0xc2, 0x71, 0x94, 0x49, 0x65, 0x56, 0x36, 0x3f, 0x0b, 0x11, - 0xd6, 0xd8, 0xdb, 0x39, 0x11, 0x52, 0xf4, 0x29, 0x1c, 0xf3, 0x7f, 0x0b, 0x67, 0xab, 0xc8, 0x9c, - 0xad, 0xab, 0xbe, 0xe6, 0xe3, 0x6a, 0x9d, 0x8d, 0x92, 0x73, 0xb7, 0xeb, 0x25, 0xe1, 0x76, 0x9d, - 0xd0, 0x37, 0x92, 0x5e, 0x57, 0xac, 0x01, 0xd4, 0x82, 0x29, 0x1f, 0x52, 0xff, 0x68, 0x0d, 0x93, - 0x4d, 0x3a, 0x2b, 0x4b, 0xa1, 0xb3, 0xac, 0x6f, 0xb4, 0xd9, 0xab, 0x3a, 0x0c, 0x21, 0xfb, 0xec, - 0x09, 0x2e, 0xd4, 0x85, 0xb3, 0x11, 0xa0, 0xee, 0x6e, 0x19, 0xf7, 0x3d, 0xe1, 0xe9, 0xb6, 0x9a, - 0xe2, 0x38, 0xc0, 0x9e, 0x9d, 0x08, 0xa4, 0x72, 0x1a, 0xff, 0x5d, 0x92, 0x76, 0xe4, 0x89, 0xa6, - 0x5d, 0xa5, 0xa1, 0x35, 0x98, 0xf6, 0xf1, 0xef, 0x35, 0x56, 0x57, 0x1d, 0xeb, 0x13, 0xd2, 0xf1, - 0x5a, 0x4d, 0x71, 0x52, 0x60, 0x25, 0x48, 0xfa, 0x46, 0x7b, 0xb3, 0x63, 0xd3, 0x41, 0x41, 0x71, - 0x51, 0xe1, 0xa9, 0xcc, 0xe8, 0x43, 0x38, 0x29, 0xc1, 0x5b, 0xa6, 0xeb, 0x69, 0x66, 0x87, 0xb4, - 0x9a, 0xe2, 0xf8, 0xc0, 0x8e, 0x32, 0x42, 0xaa, 0x21, 0x90, 0x51, 0xb1, 0xe9, 0xec, 0x33, 0x75, - 0x38, 0x91, 0x62, 0xa9, 0x3d, 0xf9, 0xac, 0x9f, 0xe7, 0xc2, 0xc1, 0x71, 0xc4, 0x1d, 0xd7, 0x05, - 0x28, 0xfb, 0x3d, 0x11, 0x5b, 0x88, 0x32, 0x6a, 0x80, 0xc7, 0x65, 0xf8, 0xf8, 0x88, 0x3a, 0x8e, - 0xb8, 0x33, 0x7b, 0x10, 0xea, 0x78, 0x9c, 0x0d, 0xd5, 0x71, 0xc4, 0x1d, 0xdc, 0x1f, 0xe5, 0xc3, - 0x99, 0xfd, 0xc2, 0xcb, 0x3d, 0x28, 0x67, 0x29, 0xbc, 0x38, 0x2d, 0xee, 0x21, 0x81, 0x4c, 0x1e, - 0x9a, 0xa5, 0xa7, 0x1c, 0x9a, 0xff, 0x9a, 0xb4, 0x27, 0x77, 0x40, 0x8e, 0xa4, 0x3d, 0x0f, 0x60, - 0xb2, 0xa2, 0x39, 0x98, 0xf0, 0xff, 0xcf, 0x3d, 0xb5, 0x82, 0x54, 0x0f, 0xb5, 0x21, 0x1c, 0xb5, - 0x28, 0x09, 0xfa, 0x05, 0x38, 0x1d, 0x01, 0xac, 0x6a, 0x8e, 0xd6, 0x23, 0x1e, 0x71, 0xb8, 0x8f, - 0x20, 0x5e, 0xba, 0xf2, 0xb9, 0xdb, 0x76, 0x80, 0x96, 0x1f, 0x8b, 0x1a, 0x21, 0x41, 0x1a, 0x1c, - 0xa5, 0x3d, 0xdc, 0xaa, 0xff, 0x67, 0x01, 0x66, 0x3e, 0x32, 0x4c, 0xdd, 0x7a, 0xe8, 0x36, 0x89, - 0xfb, 0xc0, 0xb3, 0x9e, 0x81, 0x43, 0xe9, 0xc1, 0x55, 0xef, 0x87, 0x3a, 0x2d, 0xec, 0x61, 0xc2, - 0x7d, 0x00, 0x27, 0xe3, 0x2a, 0x75, 0x82, 0x4a, 0x0d, 0xe1, 0x92, 0x3d, 0xe4, 0x04, 0x6d, 0x9d, - 0x53, 0xf8, 0x9e, 0x33, 0x4e, 0xe7, 0x44, 0x73, 0x50, 0x15, 0x10, 0xe9, 0x80, 0xcb, 0x42, 0xc7, - 0xbe, 0x00, 0x96, 0x13, 0x2a, 0x13, 0xa1, 0x6f, 0x40, 0xb1, 0x69, 0xf5, 0x34, 0xc3, 0x4f, 0x4e, - 0x62, 0xe5, 0x1b, 0x41, 0xbb, 0x0c, 0x83, 0x05, 0x05, 0x95, 0x2f, 0x1a, 0x66, 0x26, 0xab, 0x84, - 0xf2, 0x7d, 0x06, 0xea, 0xf3, 0x62, 0x99, 0x08, 0x59, 0x30, 0x21, 0x9a, 0x13, 0x7e, 0x2e, 0x30, - 0x3f, 0xf7, 0x0d, 0x5f, 0x47, 0xa3, 0x87, 0xd5, 0x6c, 0x84, 0x8f, 0x3b, 0xbc, 0xec, 0xeb, 0xfc, - 0xce, 0x70, 0x8f, 0x17, 0x47, 0xe5, 0xcf, 0xdc, 0x02, 0x94, 0x64, 0xdc, 0x93, 0xff, 0xf5, 0xeb, - 0x39, 0x40, 0xb1, 0x65, 0xec, 0xc8, 0xbe, 0x51, 0x71, 0x10, 0x1e, 0xc7, 0x9f, 0x66, 0x61, 0x2a, - 0x51, 0x2f, 0x84, 0x6e, 0x00, 0x70, 0x88, 0x54, 0xfb, 0xc3, 0x32, 0xfd, 0xc3, 0x1a, 0x22, 0x76, - 0x7a, 0xc2, 0x12, 0x19, 0xba, 0x06, 0x65, 0xfe, 0x2b, 0x78, 0xf6, 0x32, 0xce, 0xd2, 0xef, 0x1b, - 0x3a, 0x0e, 0x88, 0xc2, 0x56, 0xd8, 0x03, 0xb0, 0xf9, 0x54, 0x16, 0x6f, 0xc7, 0x0e, 0x5a, 0xa1, - 0x64, 0xea, 0x17, 0x59, 0x18, 0x0f, 0x3e, 0xb8, 0xae, 0x1f, 0x96, 0xe9, 0x8a, 0xa2, 0xf4, 0x2a, - 0xff, 0xa4, 0xd2, 0xab, 0xd8, 0x02, 0x21, 0x6a, 0xad, 0xfe, 0x36, 0x0b, 0xc7, 0x03, 0xda, 0x43, - 0xf4, 0xf4, 0xf6, 0xdd, 0x91, 0xdf, 0xc8, 0x82, 0xb2, 0x60, 0x74, 0xbb, 0x86, 0xb9, 0xd9, 0x32, - 0xef, 0x5b, 0x4e, 0x8f, 0x55, 0x38, 0x1c, 0x9e, 0x2b, 0xaf, 0xfe, 0x6a, 0x16, 0xa6, 0xc4, 0x07, - 0x35, 0x34, 0x47, 0x3f, 0xbc, 0x33, 0x56, 0xfc, 0x4b, 0x0e, 0xcf, 0xca, 0x2c, 0x4b, 0x6b, 0xd9, - 0xea, 0x3c, 0x78, 0x06, 0x92, 0xcd, 0x68, 0x37, 0x8e, 0xf8, 0x85, 0xf8, 0xf7, 0xb2, 0x30, 0x8d, - 0x49, 0xc7, 0xda, 0x26, 0xce, 0x4e, 0xc3, 0xd2, 0xc9, 0x7b, 0xc4, 0x24, 0xce, 0x61, 0x0d, 0xd2, - 0xbf, 0x64, 0x45, 0x9f, 0xe1, 0xc7, 0xdc, 0x73, 0x89, 0x7e, 0x74, 0x2a, 0x74, 0xd5, 0xff, 0x18, - 0x03, 0x25, 0xd5, 0xcb, 0x38, 0xb2, 0x9b, 0xfa, 0x48, 0xd7, 0x71, 0xec, 0xa0, 0x5c, 0xc7, 0xc2, - 0xde, 0x5c, 0xc7, 0xe2, 0x5e, 0x5d, 0xc7, 0xd2, 0x57, 0x71, 0x1d, 0x7b, 0x71, 0xd7, 0xb1, 0xcc, - 0x5c, 0xc7, 0x1b, 0xbb, 0xba, 0x8e, 0x8b, 0xa6, 0x7e, 0x68, 0x8e, 0xe3, 0xcf, 0x2e, 0x40, 0x61, - 0xc5, 0x24, 0x2b, 0xf7, 0xd1, 0x75, 0xa9, 0x98, 0x5d, 0x8c, 0xab, 0x29, 0x79, 0x7c, 0x30, 0xc4, - 0x52, 0x06, 0x4b, 0x25, 0xef, 0xf3, 0x72, 0xa9, 0xb1, 0x18, 0x53, 0x48, 0xe6, 0xe1, 0x98, 0xa5, - 0x0c, 0x96, 0x4b, 0x92, 0xe7, 0xe5, 0x5a, 0x5c, 0x31, 0x9c, 0x22, 0x5c, 0x1c, 0xe3, 0x73, 0x89, - 0x65, 0x71, 0x39, 0xad, 0xf4, 0x35, 0x7e, 0x06, 0x4a, 0x52, 0x2c, 0x65, 0x70, 0x7a, 0xc9, 0x6c, - 0xe4, 0x15, 0x5f, 0x71, 0x0a, 0x9a, 0x8e, 0x0d, 0x6a, 0x86, 0x5b, 0xca, 0xe0, 0xe8, 0x8b, 0xbf, - 0x37, 0x23, 0xef, 0xa3, 0xc6, 0xaf, 0x1f, 0x24, 0xd4, 0x52, 0x06, 0xc7, 0x5e, 0x52, 0x8d, 0x3c, - 0xd6, 0x29, 0x8e, 0xb3, 0xf1, 0x46, 0x19, 0x4e, 0x6a, 0x94, 0x3f, 0xec, 0xf9, 0xff, 0x62, 0x2f, - 0x5b, 0x8a, 0xeb, 0xbd, 0x93, 0x31, 0x66, 0x8e, 0x5c, 0xca, 0xe0, 0xd8, 0x3b, 0x98, 0x97, 0xfd, - 0xc7, 0x0e, 0x45, 0xd1, 0xe7, 0x31, 0x69, 0x5b, 0x30, 0x3e, 0xa3, 0x5a, 0xf2, 0x1f, 0x43, 0x9c, - 0x97, 0x1f, 0xb9, 0x13, 0xcf, 0x91, 0xa1, 0x58, 0x2b, 0x8b, 0xa6, 0x4e, 0xad, 0x23, 0xad, 0x49, - 0xb7, 0xe2, 0xcf, 0x41, 0x89, 0x47, 0xc6, 0x4e, 0xc5, 0x38, 0x05, 0x76, 0x29, 0x83, 0xe3, 0xcf, - 0x47, 0xdd, 0x8c, 0x3c, 0x45, 0x24, 0x72, 0x53, 0xe2, 0x5a, 0xa5, 0x28, 0x49, 0xab, 0xec, 0xd1, - 0xa2, 0x5b, 0xf1, 0xb7, 0x71, 0x94, 0x89, 0xd4, 0xa6, 0x05, 0x56, 0x6a, 0xda, 0x7f, 0x4b, 0xe7, - 0x66, 0xe4, 0x0d, 0x13, 0xf6, 0x4c, 0x58, 0x4a, 0xd3, 0x9a, 0xa7, 0xc9, 0x4d, 0xf3, 0xd7, 0x4e, - 0x22, 0xaf, 0x69, 0x28, 0xc7, 0x53, 0x0d, 0xca, 0x70, 0x92, 0x41, 0xf9, 0xcb, 0x1b, 0x37, 0x23, - 0x05, 0xa0, 0xca, 0x64, 0xb4, 0x51, 0x09, 0x45, 0x1b, 0x95, 0x4b, 0x45, 0xe7, 0xe5, 0xba, 0x48, - 0x65, 0x2a, 0x6a, 0xa0, 0x10, 0x43, 0x0d, 0x24, 0xd5, 0x4f, 0xd6, 0x58, 0xcd, 0x95, 0x82, 0x18, - 0x79, 0x35, 0xf8, 0xc2, 0xc6, 0xea, 0x52, 0x06, 0xb3, 0x6a, 0x2c, 0x95, 0x57, 0xf3, 0x29, 0x27, - 0x18, 0xc5, 0x78, 0xf0, 0x56, 0xcc, 0x23, 0xd2, 0x59, 0xca, 0x60, 0x5e, 0xe9, 0x77, 0x5d, 0x2a, - 0xf8, 0x51, 0xa6, 0xa3, 0x4b, 0x44, 0x80, 0xa0, 0x4b, 0x44, 0x58, 0x16, 0x74, 0x3b, 0x59, 0x14, - 0xa3, 0x9c, 0x8c, 0x7a, 0x26, 0x71, 0xfc, 0x52, 0x06, 0x27, 0x0b, 0x69, 0x6e, 0x46, 0xea, 0x44, - 0x94, 0x53, 0xb1, 0x3b, 0xbf, 0x10, 0x45, 0xd5, 0x25, 0x57, 0x94, 0xac, 0xa4, 0xd6, 0xa9, 0x2b, - 0xa7, 0x99, 0x80, 0x97, 0x02, 0x01, 0x49, 0x92, 0xa5, 0x0c, 0x4e, 0xad, 0x70, 0x6f, 0x24, 0xaa, - 0x35, 0x14, 0x25, 0xba, 0x25, 0xc6, 0xd0, 0x4b, 0x19, 0x9c, 0xa8, 0xef, 0x98, 0x97, 0xcb, 0x24, - 0x94, 0x33, 0x51, 0x23, 0x86, 0x18, 0x6a, 0x44, 0xa9, 0x9c, 0x62, 0x5e, 0xae, 0x4a, 0x50, 0x66, - 0x92, 0x5c, 0xe1, 0xca, 0x29, 0x55, 0x2f, 0xe0, 0xf4, 0x22, 0x00, 0xe5, 0x25, 0xc6, 0x7f, 0xd6, - 0xe7, 0x4f, 0xa3, 0x59, 0xca, 0xe0, 0xf4, 0x02, 0x02, 0x9c, 0x9e, 0x87, 0xaf, 0x9c, 0xdd, 0x4d, - 0x66, 0xf0, 0x75, 0xe9, 0x39, 0xfc, 0xda, 0x2e, 0xa9, 0xf0, 0xca, 0xb9, 0x68, 0xae, 0xda, 0x48, - 0xc2, 0xa5, 0x0c, 0xde, 0x25, 0xa1, 0xfe, 0xde, 0x88, 0xbc, 0x74, 0xe5, 0x7c, 0xb4, 0xaa, 0x31, - 0x95, 0x68, 0x29, 0x83, 0x47, 0x64, 0xb5, 0xdf, 0x1b, 0x91, 0x1c, 0xae, 0xd4, 0x76, 0x15, 0x1b, - 0xe8, 0x63, 0x44, 0x6a, 0xf9, 0x4a, 0x6a, 0x86, 0xb6, 0x72, 0x21, 0x3a, 0x74, 0x53, 0x48, 0xe8, - 0xd0, 0x4d, 0xcb, 0xed, 0x5e, 0x49, 0x4d, 0x91, 0x56, 0x5e, 0xde, 0x45, 0x60, 0xf0, 0x8d, 0xa9, - 0xc9, 0xd5, 0x2b, 0xa9, 0x39, 0xca, 0x8a, 0x1a, 0x15, 0x98, 0x42, 0x42, 0x05, 0xa6, 0x65, 0x37, - 0xaf, 0xa4, 0x26, 0x09, 0x2b, 0x17, 0x77, 0x11, 0x18, 0x7e, 0x61, 0x5a, 0x7a, 0xf1, 0xcd, 0x48, - 0x96, 0xae, 0xf2, 0xb5, 0xe8, 0xba, 0x21, 0xa1, 0xe8, 0xba, 0x21, 0xe7, 0xf3, 0x36, 0x12, 0x89, - 0x4c, 0xca, 0xd7, 0xa3, 0xd3, 0x3c, 0x86, 0xa6, 0xd3, 0x3c, 0x9e, 0xfa, 0xd4, 0x48, 0x24, 0xd5, - 0x28, 0x97, 0x46, 0x09, 0x61, 0xe8, 0xa8, 0x10, 0x9e, 0x86, 0xd3, 0x4a, 0xc9, 0xea, 0x50, 0x5e, - 0x89, 0xc6, 0x35, 0x12, 0x04, 0x4b, 0x19, 0x9c, 0x92, 0x0b, 0x82, 0xd3, 0x2f, 0xaf, 0x94, 0xcb, - 0xd1, 0x69, 0x9b, 0x46, 0x43, 0xa7, 0x6d, 0xea, 0xc5, 0xd7, 0x72, 0x5a, 0xe4, 0x51, 0xb9, 0x12, - 0x75, 0xcc, 0x92, 0x14, 0xd4, 0x31, 0x4b, 0x89, 0x58, 0xe2, 0xf4, 0xeb, 0x18, 0xe5, 0x1b, 0xbb, - 0x7e, 0x21, 0xa3, 0x49, 0xf9, 0x42, 0x7e, 0x3b, 0x11, 0xfa, 0x4e, 0xf7, 0xec, 0xae, 0xa5, 0xe9, - 0xca, 0xab, 0xa9, 0xbe, 0x13, 0x47, 0x4a, 0xbe, 0x13, 0x07, 0xd0, 0x5d, 0x5e, 0x8e, 0xcc, 0x29, - 0x57, 0xa3, 0xbb, 0xbc, 0x8c, 0xa3, 0xbb, 0x7c, 0x24, 0x8a, 0xd7, 0x48, 0xc4, 0xc3, 0x94, 0xd7, - 0xa2, 0x03, 0x20, 0x86, 0xa6, 0x03, 0x20, 0x1e, 0x41, 0xfb, 0x78, 0x74, 0x2c, 0x4a, 0x99, 0x65, - 0xd2, 0x2e, 0x04, 0xaf, 0xe1, 0x8d, 0xa0, 0x5b, 0xca, 0xe0, 0xd1, 0xf1, 0xac, 0x56, 0x4a, 0x68, - 0x49, 0xb9, 0x16, 0x1d, 0x60, 0x09, 0x02, 0x3a, 0xc0, 0x92, 0x01, 0xa9, 0x56, 0x4a, 0x6c, 0x48, - 0x79, 0x7d, 0xa4, 0xa8, 0xa0, 0xcf, 0x29, 0x11, 0xa5, 0x79, 0x39, 0xb8, 0xa3, 0x5c, 0x8f, 0x6e, - 0x76, 0x21, 0x86, 0x6e, 0x76, 0x52, 0x10, 0x68, 0x5e, 0x8e, 0xa5, 0x28, 0x73, 0x49, 0xae, 0x70, - 0x8b, 0x94, 0x62, 0x2e, 0x38, 0x3d, 0x74, 0xa1, 0xdc, 0x88, 0x8e, 0xba, 0x34, 0x1a, 0x3a, 0xea, - 0x52, 0xc3, 0x1e, 0xb7, 0x93, 0x11, 0x08, 0x65, 0x3e, 0x1e, 0x93, 0x89, 0xe2, 0xa9, 0xe7, 0x93, - 0x88, 0x5a, 0xdc, 0x8a, 0x67, 0x56, 0x28, 0x6f, 0x44, 0xfd, 0xdb, 0x28, 0x96, 0xfa, 0xb7, 0xb1, - 0x4c, 0x8c, 0x5b, 0xf1, 0x64, 0x04, 0xe5, 0xcd, 0x74, 0x09, 0xc1, 0x58, 0x89, 0x27, 0x2f, 0xdc, - 0x8a, 0xdf, 0xdf, 0x2b, 0x37, 0xd3, 0x25, 0x04, 0xda, 0x8d, 0xdf, 0xf7, 0x5f, 0x97, 0x72, 0x9a, - 0x95, 0x6f, 0x46, 0x5d, 0xc7, 0x00, 0x41, 0x5d, 0xc7, 0x30, 0xf3, 0xf9, 0xba, 0x94, 0x0b, 0xac, - 0xbc, 0x95, 0x60, 0x09, 0x3e, 0x56, 0xca, 0x18, 0xbe, 0x2e, 0xe5, 0xd0, 0x2a, 0x6f, 0x27, 0x58, - 0x82, 0xaf, 0x93, 0x32, 0x6d, 0xf5, 0xdd, 0xae, 0x09, 0x95, 0x6f, 0x31, 0x19, 0xea, 0x93, 0x6f, - 0x7e, 0x96, 0x32, 0x78, 0xb7, 0xeb, 0xc6, 0x8f, 0x47, 0xc7, 0x73, 0x94, 0x77, 0xa2, 0x53, 0x78, - 0x14, 0x1d, 0x9d, 0xc2, 0x23, 0x63, 0x42, 0x2b, 0xa9, 0x0f, 0xe0, 0x28, 0x0b, 0xbb, 0x78, 0xb9, - 0xe1, 0xbe, 0x99, 0xf6, 0x74, 0xce, 0xad, 0xf8, 0xa3, 0xff, 0x4a, 0x63, 0xc4, 0x81, 0xce, 0xf7, - 0xd9, 0x63, 0xf4, 0x0b, 0x25, 0x28, 0xb0, 0x87, 0x26, 0xd5, 0xdf, 0xcb, 0xc2, 0xf8, 0x9a, 0xe7, - 0x10, 0xad, 0x27, 0xae, 0x11, 0x67, 0xa0, 0xcc, 0x97, 0x56, 0xff, 0xaf, 0xc3, 0xe1, 0xe0, 0x37, - 0xba, 0x04, 0xc7, 0x96, 0x35, 0xd7, 0x63, 0x9c, 0xd2, 0x1f, 0xa2, 0xc0, 0x31, 0x28, 0x5a, 0xe6, - 0x74, 0x9c, 0x8f, 0xbd, 0x9c, 0x9d, 0x7f, 0xe2, 0xfb, 0x6c, 0xe5, 0xc7, 0x83, 0x5a, 0x86, 0x3d, - 0xc5, 0x16, 0xe3, 0x55, 0x87, 0x59, 0x48, 0x2c, 0xfa, 0x4f, 0x1f, 0x64, 0x5b, 0x49, 0xfc, 0x45, - 0x3c, 0x11, 0x1b, 0xf9, 0x8a, 0x41, 0xb3, 0xc4, 0xdf, 0xd3, 0xbb, 0x08, 0xf9, 0x7b, 0xad, 0xa6, - 0xfc, 0xf0, 0x5b, 0xf4, 0xcf, 0x05, 0x52, 0x2c, 0x7a, 0x25, 0x38, 0xb8, 0xdf, 0xc3, 0xcb, 0x22, - 0x1a, 0xc6, 0x1e, 0xa7, 0xee, 0x3b, 0x5d, 0x2c, 0xa1, 0xbe, 0xf1, 0x0a, 0x54, 0xa5, 0x17, 0x40, - 0xd1, 0x38, 0x94, 0x57, 0x16, 0xd6, 0x16, 0xf1, 0x87, 0x8b, 0xcd, 0xc9, 0x0c, 0x02, 0x28, 0x36, - 0x17, 0xef, 0xb6, 0x16, 0x9b, 0x93, 0xd9, 0x85, 0xc9, 0xc7, 0xff, 0x76, 0x3e, 0xf3, 0xf8, 0xcb, - 0xf3, 0xd9, 0x1f, 0x7f, 0x79, 0x3e, 0xfb, 0xb3, 0x2f, 0xcf, 0x67, 0x37, 0x8a, 0x4c, 0xab, 0x37, - 0xfe, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xe1, 0x86, 0x35, 0xa9, 0x74, 0x71, 0x00, 0x00, + // 5955 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3d, 0x4b, 0x6c, 0x1c, 0xc9, + 0x75, 0xf3, 0x9f, 0x61, 0x0d, 0xbf, 0x25, 0x4a, 0x6a, 0x69, 0xb5, 0x1a, 0x6d, 0xcb, 0xd6, 0x4a, + 0xb6, 0x96, 0xb4, 0x28, 0xee, 0xca, 0x5e, 0xaf, 0xb3, 0x9a, 0x0f, 0xb5, 0x1c, 0x9b, 0x12, 0xb9, + 0x45, 0x6a, 0xd7, 0x40, 0xe0, 0x1d, 0x34, 0xa7, 0x4b, 0x64, 0x5b, 0x33, 0xd3, 0xed, 0xee, 0x1e, + 0x52, 0xdc, 0x53, 0x3e, 0x40, 0x12, 0x18, 0x4e, 0x10, 0x38, 0x87, 0x1c, 0x72, 0x48, 0x90, 0xcf, + 0x21, 0x48, 0x10, 0x07, 0x39, 0x18, 0x39, 0xe4, 0x12, 0x38, 0x09, 0xd6, 0x08, 0xec, 0x38, 0x71, + 0x90, 0x00, 0x39, 0x8c, 0x93, 0x05, 0x82, 0x00, 0x93, 0xdc, 0xf3, 0x39, 0x05, 0xf5, 0xaa, 0xba, + 0xbb, 0xfa, 0x33, 0xd4, 0xf2, 0x63, 0x10, 0x94, 0x74, 0x22, 0xe7, 0xfd, 0xaa, 0xfb, 0xd5, 0xab, + 0xea, 0x57, 0xaf, 0xde, 0xab, 0x42, 0xe3, 0x74, 0x87, 0xf6, 0x5c, 0x67, 0xce, 0xb2, 0x4d, 0xd7, + 0xc4, 0x05, 0xfe, 0xeb, 0xe2, 0xec, 0x96, 0xb9, 0x65, 0x02, 0x68, 0x9e, 0xfd, 0xc7, 0xb1, 0x17, + 0x2b, 0x5b, 0xa6, 0xb9, 0xd5, 0xa1, 0xf3, 0xf0, 0x6b, 0xb3, 0xff, 0x68, 0xde, 0x35, 0xba, 0xd4, + 0x71, 0xb5, 0xae, 0x25, 0x08, 0x2e, 0x45, 0x09, 0x1c, 0xd7, 0xee, 0xb7, 0x5d, 0x81, 0xad, 0x6f, + 0x19, 0xee, 0x76, 0x7f, 0x73, 0xae, 0x6d, 0x76, 0xe7, 0xb7, 0x6c, 0x6d, 0xc7, 0x70, 0x35, 0xd7, + 0x30, 0x7b, 0x5a, 0x67, 0xde, 0xa5, 0x1d, 0x6a, 0x99, 0xb6, 0x3b, 0xaf, 0x59, 0xc6, 0xbc, 0xbb, + 0x67, 0x51, 0x67, 0x7e, 0xd7, 0xd6, 0x2c, 0x8b, 0xda, 0xc1, 0x3f, 0x5c, 0x88, 0xfa, 0xed, 0x0c, + 0x2a, 0xdd, 0xa7, 0xae, 0xa6, 0x6b, 0xae, 0x86, 0x2f, 0xa1, 0x7c, 0xb3, 0xa7, 0xd3, 0x27, 0x4a, + 0xfa, 0x4a, 0xfa, 0x7a, 0xb6, 0x56, 0x18, 0x0e, 0x2a, 0x19, 0x6a, 0x10, 0x0e, 0xc4, 0x2f, 0xa3, + 0xdc, 0xc6, 0x9e, 0x45, 0x95, 0xcc, 0x95, 0xf4, 0xf5, 0xb1, 0xda, 0xd8, 0x70, 0x50, 0xc9, 0xc3, + 0xeb, 0x11, 0x00, 0xe3, 0x57, 0x50, 0xa6, 0xd9, 0x50, 0xb2, 0x80, 0x9c, 0x19, 0x0e, 0x2a, 0x13, + 0x7d, 0x43, 0xbf, 0x69, 0x76, 0x0d, 0x97, 0x76, 0x2d, 0x77, 0x8f, 0x64, 0x9a, 0x0d, 0x7c, 0x0d, + 0xe5, 0xea, 0xa6, 0x4e, 0x95, 0x1c, 0x10, 0xe1, 0xe1, 0xa0, 0x32, 0xd9, 0x36, 0x75, 0x2a, 0x51, + 0x01, 0x1e, 0xdf, 0x45, 0xb9, 0x0d, 0xa3, 0x4b, 0x95, 0xfc, 0x95, 0xf4, 0xf5, 0xf2, 0xc2, 0xc5, + 0x39, 0xae, 0x86, 0x39, 0x4f, 0x0d, 0x73, 0x1b, 0x9e, 0x9e, 0x6a, 0xd3, 0x1f, 0x0d, 0x2a, 0xa9, + 0xe1, 0xa0, 0x92, 0x63, 0xaa, 0xfb, 0xf5, 0x9f, 0x54, 0xd2, 0x04, 0x38, 0xf1, 0x5b, 0xa8, 0x5c, + 0xef, 0xf4, 0x1d, 0x97, 0xda, 0x0f, 0xb4, 0x2e, 0x55, 0x0a, 0xd0, 0xe0, 0xc5, 0xe1, 0xa0, 0x72, + 0xae, 0xcd, 0xc1, 0xad, 0x9e, 0xd6, 0x95, 0x1b, 0x96, 0xc9, 0xd5, 0xaf, 0xa3, 0xa9, 0x75, 0xea, + 0x38, 0x86, 0xd9, 0xf3, 0x55, 0xf3, 0x69, 0x34, 0x26, 0x40, 0xcd, 0x06, 0xa8, 0x67, 0xac, 0x56, + 0x1c, 0x0e, 0x2a, 0x59, 0xc7, 0xd0, 0x49, 0x80, 0xc1, 0x9f, 0x43, 0xc5, 0xf7, 0x0d, 0x77, 0xfb, + 0xfe, 0xbd, 0xaa, 0x50, 0xd3, 0xb9, 0xe1, 0xa0, 0x82, 0x77, 0x0d, 0x77, 0xbb, 0xd5, 0x7d, 0xa4, + 0x49, 0xed, 0x79, 0x64, 0xea, 0xef, 0x67, 0xd0, 0xf8, 0x43, 0x87, 0xda, 0x7e, 0x4b, 0xd7, 0x50, + 0x8e, 0xfd, 0x16, 0x8d, 0x80, 0x92, 0xfa, 0x0e, 0xb5, 0x65, 0x25, 0x31, 0x3c, 0xbe, 0x81, 0xf2, + 0x2b, 0xe6, 0x96, 0xd1, 0x13, 0x0d, 0x9d, 0x19, 0x0e, 0x2a, 0x53, 0x1d, 0x06, 0x90, 0x28, 0x39, + 0x05, 0xfe, 0x19, 0x34, 0xde, 0xec, 0xb2, 0x4e, 0x37, 0x7b, 0x9a, 0x6b, 0xda, 0xa2, 0x93, 0x40, + 0x1d, 0x86, 0x04, 0x97, 0x18, 0x43, 0xf4, 0xf8, 0x4d, 0x84, 0xaa, 0xef, 0xaf, 0x13, 0xb3, 0x43, + 0xab, 0xe4, 0x81, 0xe8, 0x3d, 0xe0, 0xd6, 0x76, 0x9d, 0x96, 0x6d, 0x76, 0x68, 0x4b, 0xb3, 0xe5, + 0x66, 0x25, 0x6a, 0xbc, 0x84, 0x26, 0xab, 0xed, 0x36, 0x75, 0x1c, 0x42, 0xbf, 0xd1, 0xa7, 0x8e, + 0xeb, 0x28, 0xf9, 0x2b, 0xd9, 0xeb, 0x63, 0xb5, 0x97, 0x87, 0x83, 0xca, 0x05, 0x0d, 0x30, 0x2d, + 0x5b, 0xa0, 0x24, 0x11, 0x11, 0x26, 0xf5, 0x4f, 0xb3, 0x68, 0x72, 0x9d, 0xda, 0x3b, 0x92, 0xa2, + 0xaa, 0xac, 0x97, 0x18, 0x84, 0xf5, 0x99, 0x63, 0x69, 0x6d, 0x2a, 0x74, 0x76, 0x7e, 0x38, 0xa8, + 0x9c, 0xe9, 0x79, 0x40, 0x49, 0x68, 0x94, 0x1e, 0xdf, 0x40, 0x25, 0x0e, 0x6a, 0x36, 0x84, 0x1a, + 0x27, 0x86, 0x83, 0xca, 0x98, 0x03, 0xb0, 0x96, 0xa1, 0x13, 0x1f, 0xcd, 0xde, 0x83, 0xff, 0xbf, + 0x6c, 0x3a, 0x2e, 0x13, 0x2e, 0xb4, 0x08, 0xef, 0x21, 0x18, 0xb6, 0x05, 0x4a, 0x7e, 0x8f, 0x30, + 0x13, 0xfe, 0x02, 0x42, 0x1c, 0x52, 0xd5, 0x75, 0x5b, 0xa8, 0xf2, 0xc2, 0x70, 0x50, 0x39, 0x2b, + 0x44, 0x68, 0xba, 0x2e, 0xf7, 0x83, 0x44, 0x8c, 0xbb, 0x68, 0x9c, 0xff, 0x5a, 0xd1, 0x36, 0x69, + 0x87, 0xeb, 0xb1, 0xbc, 0x70, 0x7d, 0x4e, 0xcc, 0x38, 0x61, 0xed, 0xcc, 0xc9, 0xa4, 0x4b, 0x3d, + 0xd7, 0xde, 0xab, 0x55, 0xc4, 0x58, 0x39, 0x2f, 0x9a, 0xea, 0x00, 0x4e, 0xee, 0x74, 0x99, 0xe7, + 0xe2, 0xdb, 0x68, 0x26, 0x26, 0x03, 0x4f, 0xa3, 0xec, 0x63, 0xba, 0xc7, 0xf5, 0x4c, 0xd8, 0xbf, + 0x78, 0x16, 0xe5, 0x77, 0xb4, 0x4e, 0x5f, 0x4c, 0x0b, 0x84, 0xff, 0x78, 0x33, 0xf3, 0xf9, 0xb4, + 0xfa, 0xe7, 0x69, 0x84, 0xeb, 0x66, 0xaf, 0x47, 0xdb, 0xae, 0x3c, 0x92, 0xde, 0x40, 0x63, 0x2b, + 0x66, 0x5b, 0xeb, 0x80, 0x02, 0x78, 0x87, 0x29, 0xc3, 0x41, 0x65, 0x96, 0xbd, 0xf9, 0x5c, 0x87, + 0x61, 0xa4, 0x47, 0x0a, 0x48, 0x99, 0xe6, 0x08, 0xed, 0x9a, 0x2e, 0x05, 0xc6, 0x4c, 0xa0, 0x39, + 0x60, 0xb4, 0x01, 0x25, 0x6b, 0x2e, 0x20, 0xc6, 0xf3, 0xa8, 0xb4, 0xc6, 0xe6, 0x8e, 0xb6, 0xd9, + 0x11, 0xbd, 0x06, 0xa3, 0x05, 0xe6, 0x13, 0x89, 0xc5, 0x27, 0x52, 0x7f, 0x21, 0x83, 0x2e, 0x7c, + 0xa5, 0xbf, 0x49, 0xed, 0x1e, 0x75, 0xa9, 0x23, 0xa6, 0x06, 0xff, 0x0d, 0x1e, 0xa0, 0x99, 0x18, + 0x52, 0xbc, 0xc9, 0x95, 0xe1, 0xa0, 0x72, 0xe9, 0xb1, 0x8f, 0x6c, 0x89, 0xd9, 0x46, 0x6a, 0x24, + 0xce, 0x8a, 0x97, 0xd1, 0x54, 0x00, 0x64, 0x63, 0xdb, 0x51, 0x32, 0x30, 0x46, 0x2e, 0x0f, 0x07, + 0x95, 0x8b, 0x92, 0x34, 0x36, 0x0f, 0xc8, 0x1d, 0x16, 0x65, 0xc3, 0x5f, 0x41, 0xd3, 0x01, 0xe8, + 0x1d, 0xdb, 0xec, 0x5b, 0x8e, 0x92, 0x05, 0x51, 0x95, 0xe1, 0xa0, 0xf2, 0x92, 0x24, 0x6a, 0x0b, + 0x90, 0x92, 0xac, 0x18, 0xa3, 0xfa, 0xef, 0x59, 0x74, 0x36, 0x00, 0xae, 0x99, 0xba, 0xaf, 0x80, + 0x55, 0x59, 0x01, 0x6b, 0xa6, 0x0e, 0x73, 0x2c, 0x57, 0xc0, 0x2b, 0xc3, 0x41, 0xe5, 0x65, 0xa9, + 0x1d, 0xcb, 0xd4, 0xa3, 0x53, 0x6d, 0x9c, 0x17, 0x7f, 0x80, 0xce, 0xc5, 0x80, 0x7c, 0x44, 0xf3, + 0x7e, 0xbe, 0x36, 0x1c, 0x54, 0xd4, 0x04, 0xa9, 0xd1, 0x01, 0x3e, 0x42, 0x0a, 0xd6, 0xd0, 0x79, + 0x49, 0xed, 0x66, 0xcf, 0xd5, 0x8c, 0x9e, 0xf8, 0x34, 0x70, 0x7b, 0x78, 0x75, 0x38, 0xa8, 0x5c, + 0x95, 0xfb, 0xcd, 0xa3, 0x89, 0x3e, 0xfc, 0x28, 0x39, 0x58, 0x47, 0x4a, 0x02, 0xaa, 0xd9, 0xd5, + 0xb6, 0xbc, 0xef, 0xdd, 0xf5, 0xe1, 0xa0, 0xf2, 0xa9, 0xc4, 0x36, 0x0c, 0x46, 0x25, 0x35, 0x32, + 0x52, 0x12, 0x26, 0x08, 0x07, 0xb8, 0x07, 0xa6, 0x4e, 0xe1, 0x1d, 0xf2, 0x20, 0x5f, 0x1d, 0x0e, + 0x2a, 0x97, 0x25, 0xf9, 0x3d, 0x53, 0xa7, 0xd1, 0xc7, 0x4f, 0xe0, 0x56, 0x7f, 0x92, 0x67, 0x13, + 0x0b, 0x7c, 0xc1, 0xd6, 0x5d, 0xcd, 0x76, 0xf1, 0x9b, 0x81, 0x4b, 0x00, 0xbd, 0x5a, 0x5e, 0x98, + 0xf6, 0x26, 0x19, 0x0f, 0x5e, 0x1b, 0x67, 0x93, 0xc9, 0x8f, 0x06, 0x95, 0xf4, 0x70, 0x50, 0x49, + 0x91, 0x92, 0x34, 0xba, 0xf9, 0xd7, 0x2b, 0x03, 0x7c, 0xb3, 0x1e, 0x9f, 0xfc, 0x85, 0x8b, 0xf0, + 0xf2, 0xaf, 0xd9, 0xdb, 0xa8, 0x28, 0x9e, 0x01, 0x7a, 0xa4, 0xbc, 0x70, 0x3e, 0x98, 0xd7, 0x42, + 0x5f, 0xe2, 0x08, 0xb7, 0xc7, 0x85, 0xdf, 0x42, 0x05, 0x3e, 0x5d, 0x81, 0xb6, 0xcb, 0x0b, 0xe7, + 0x92, 0xe7, 0xc5, 0x08, 0xbb, 0xe0, 0xc1, 0xcb, 0x08, 0x05, 0x53, 0x95, 0xef, 0x77, 0x08, 0x09, + 0xf1, 0x49, 0x2c, 0x22, 0x45, 0xe2, 0xc5, 0x6f, 0xa0, 0xf1, 0x0d, 0x6a, 0x77, 0x8d, 0x9e, 0xd6, + 0x59, 0x37, 0x3e, 0xf4, 0x5c, 0x0f, 0xf8, 0x8c, 0x3b, 0xc6, 0x87, 0x72, 0x5f, 0x84, 0xe8, 0xf0, + 0xd7, 0x92, 0x26, 0x95, 0x22, 0x3c, 0xc8, 0x2b, 0xde, 0x83, 0x8c, 0x9c, 0x92, 0x22, 0xcf, 0x93, + 0x30, 0xc7, 0xbc, 0x8b, 0x26, 0x42, 0x63, 0x43, 0x29, 0x81, 0xe8, 0x97, 0xe3, 0xa2, 0xa5, 0x81, + 0x1e, 0x11, 0x1b, 0x96, 0xc0, 0xbe, 0x88, 0xcd, 0x9e, 0xe1, 0x1a, 0x5a, 0xa7, 0x6e, 0x76, 0xbb, + 0x5a, 0x4f, 0x57, 0xc6, 0x82, 0x2f, 0xbb, 0xc1, 0x31, 0xad, 0x36, 0x47, 0xc9, 0x5f, 0xc4, 0x30, + 0x13, 0x9b, 0xb3, 0x44, 0x1f, 0x12, 0xda, 0x36, 0x6d, 0xdd, 0xe8, 0x6d, 0x29, 0x08, 0x94, 0x06, + 0x73, 0x96, 0xc3, 0x71, 0x2d, 0xdb, 0x43, 0xca, 0x73, 0x56, 0x94, 0xf1, 0xcb, 0xb9, 0x52, 0x79, + 0x7a, 0x3c, 0xe6, 0x3c, 0xfc, 0x61, 0x16, 0x95, 0x05, 0xe9, 0x97, 0x4d, 0xa3, 0xf7, 0xc2, 0xc0, + 0x8f, 0x62, 0xe0, 0x89, 0x86, 0x5a, 0x38, 0x2e, 0x43, 0x55, 0xbf, 0x95, 0xf1, 0x67, 0xa3, 0x35, + 0xdb, 0xe8, 0x1d, 0x6d, 0x36, 0xba, 0x86, 0x50, 0x7d, 0xbb, 0xdf, 0x7b, 0xcc, 0x57, 0x35, 0x99, + 0x60, 0x55, 0xd3, 0x36, 0x88, 0x84, 0x61, 0x4b, 0x9b, 0x06, 0x93, 0xcf, 0x7a, 0x66, 0xbc, 0x36, + 0xf6, 0x11, 0x97, 0x94, 0x7e, 0x8d, 0x00, 0x18, 0x57, 0x50, 0xbe, 0xb6, 0xe7, 0x52, 0x07, 0x34, + 0x9f, 0xe5, 0x4b, 0x9f, 0x4d, 0x06, 0x20, 0x1c, 0x8e, 0x17, 0xd1, 0x4c, 0x83, 0x76, 0xb4, 0xbd, + 0xfb, 0x46, 0xa7, 0x63, 0x38, 0xb4, 0x6d, 0xf6, 0x74, 0x07, 0x94, 0x2c, 0x9a, 0xeb, 0x3a, 0x24, + 0x4e, 0x80, 0x55, 0x54, 0x58, 0x7d, 0xf4, 0xc8, 0xa1, 0x2e, 0xa8, 0x2f, 0x5b, 0x43, 0xc3, 0x41, + 0xa5, 0x60, 0x02, 0x84, 0x08, 0x8c, 0xfa, 0x0f, 0x19, 0x34, 0xe1, 0x5b, 0xf9, 0xd7, 0x69, 0xfb, + 0x64, 0x66, 0xe7, 0xc0, 0xf6, 0xb2, 0x47, 0xb6, 0xbd, 0xdc, 0x11, 0x6c, 0x4f, 0x45, 0x05, 0x42, + 0x35, 0x47, 0x58, 0xf0, 0x18, 0xd7, 0x98, 0x0d, 0x10, 0x22, 0x30, 0xf8, 0x15, 0x54, 0xbc, 0xaf, + 0x3d, 0x31, 0xba, 0xfd, 0xae, 0x50, 0x2b, 0xac, 0xd3, 0xba, 0xda, 0x13, 0xe2, 0xc1, 0xd5, 0x7f, + 0x4c, 0x33, 0x67, 0x1e, 0x94, 0x2a, 0x84, 0x1f, 0x49, 0xab, 0x81, 0x76, 0x32, 0x47, 0xd6, 0x4e, + 0xf6, 0xf0, 0xda, 0x51, 0xbf, 0x93, 0x63, 0xea, 0x61, 0x5f, 0x99, 0xd3, 0x39, 0xc3, 0x1d, 0x9f, + 0x9d, 0x04, 0x3d, 0x92, 0x3f, 0x44, 0x8f, 0x3c, 0x37, 0x9f, 0x70, 0xf5, 0xbf, 0x8b, 0x6c, 0x39, + 0x0a, 0xda, 0x5f, 0xea, 0xe9, 0x2f, 0xac, 0xe6, 0x28, 0x56, 0xd3, 0x40, 0x33, 0x4b, 0xbd, 0x6d, + 0xad, 0xd7, 0xa6, 0x7a, 0xe0, 0xc8, 0x30, 0xd3, 0x29, 0xf1, 0x20, 0x10, 0x15, 0xc8, 0xc0, 0x93, + 0x21, 0x71, 0x06, 0x7c, 0x0b, 0x95, 0x9b, 0x3d, 0x97, 0xda, 0x5a, 0xdb, 0x35, 0x76, 0x28, 0x58, + 0x4f, 0xa9, 0x36, 0x35, 0x1c, 0x54, 0xca, 0x46, 0x00, 0x26, 0x32, 0x0d, 0x5e, 0x44, 0xe3, 0x6b, + 0x9a, 0xed, 0x1a, 0x6d, 0xc3, 0xd2, 0x7a, 0xae, 0xa3, 0x94, 0xc0, 0x0b, 0x9b, 0x1e, 0x0e, 0x2a, + 0xe3, 0x96, 0x04, 0x27, 0x21, 0x2a, 0xfc, 0x35, 0x34, 0x06, 0xde, 0x3e, 0x04, 0xda, 0xc6, 0x9e, + 0x1a, 0x68, 0xbb, 0x1a, 0x04, 0x0f, 0xb8, 0x3f, 0xe6, 0x30, 0xe6, 0x60, 0x28, 0x40, 0xec, 0x2d, + 0x90, 0x88, 0xbf, 0x8a, 0x8a, 0x4b, 0x3d, 0x1d, 0x84, 0xa3, 0xa7, 0x0a, 0x57, 0x85, 0xf0, 0x73, + 0x81, 0x70, 0xd3, 0x8a, 0xc8, 0xf6, 0xc4, 0x25, 0x8f, 0xb2, 0xf2, 0x4f, 0x6f, 0x94, 0x8d, 0xff, + 0x14, 0x1c, 0xe5, 0x89, 0xe3, 0x72, 0x94, 0x27, 0x0f, 0xe9, 0x28, 0xab, 0x1f, 0xa2, 0x72, 0x6d, + 0xed, 0x9e, 0x3f, 0x7a, 0x2f, 0xa0, 0xec, 0x9a, 0x08, 0x6c, 0xe6, 0xf8, 0x07, 0xd3, 0x32, 0x74, + 0xc2, 0x60, 0xf8, 0x06, 0x2a, 0xd5, 0x21, 0x5a, 0x20, 0x62, 0x64, 0x39, 0x1e, 0x23, 0x6b, 0x03, + 0x0c, 0x62, 0x64, 0x1e, 0x1a, 0x7f, 0x1a, 0x15, 0xd7, 0x6c, 0x73, 0xcb, 0xd6, 0xba, 0x62, 0x59, + 0x5d, 0x1e, 0x0e, 0x2a, 0x45, 0x8b, 0x83, 0x88, 0x87, 0x53, 0x7f, 0x23, 0x8d, 0x0a, 0xeb, 0xae, + 0xe6, 0xf6, 0x1d, 0xc6, 0xb1, 0xde, 0x07, 0x67, 0x1d, 0xda, 0x2e, 0x71, 0x0e, 0x87, 0x83, 0x88, + 0x87, 0xc3, 0x37, 0x50, 0x7e, 0xc9, 0xb6, 0x4d, 0x5b, 0x8e, 0x75, 0x52, 0x06, 0x90, 0x63, 0x9d, + 0x40, 0x81, 0xef, 0xa0, 0x32, 0x9f, 0x73, 0x1c, 0x87, 0x2d, 0xbd, 0xf9, 0x73, 0x9c, 0x1d, 0x0e, + 0x2a, 0x33, 0x5d, 0x0e, 0x92, 0x83, 0xbe, 0x12, 0xa5, 0xfa, 0xbd, 0xac, 0xe4, 0x14, 0x70, 0x8d, + 0x3f, 0x87, 0xeb, 0x84, 0xdb, 0x28, 0x5b, 0x5b, 0xbb, 0x27, 0x26, 0xc0, 0x33, 0x1e, 0xab, 0x64, + 0x2a, 0x11, 0x3e, 0x46, 0x8d, 0x2f, 0xa1, 0xdc, 0x1a, 0x33, 0x9f, 0x02, 0x98, 0x47, 0x69, 0x38, + 0xa8, 0xe4, 0x2c, 0x66, 0x3f, 0x00, 0x05, 0xac, 0xe6, 0x6e, 0xc3, 0x5c, 0x36, 0x26, 0xb0, 0x9a, + 0xbb, 0x4d, 0x00, 0xca, 0xb0, 0x55, 0x7b, 0x6b, 0x47, 0xcc, 0x5a, 0x80, 0xd5, 0xec, 0xad, 0x1d, + 0x02, 0x50, 0x3c, 0x8f, 0x10, 0xa1, 0x6e, 0xdf, 0xee, 0xc1, 0xbe, 0x01, 0x9b, 0xa6, 0xf2, 0x7c, + 0x36, 0xb4, 0x01, 0xda, 0x6a, 0x9b, 0x3a, 0x25, 0x12, 0x89, 0xfa, 0x07, 0xc1, 0x52, 0xaf, 0x61, + 0x38, 0x8f, 0x5f, 0x74, 0xe1, 0x01, 0xba, 0x90, 0x75, 0x52, 0x21, 0xb1, 0x93, 0x2a, 0x28, 0x7f, + 0xaf, 0xa3, 0x6d, 0x39, 0xd0, 0x87, 0x79, 0xbe, 0x00, 0x7a, 0xc4, 0x00, 0x84, 0xc3, 0x23, 0xfd, + 0x54, 0x7a, 0x7a, 0x3f, 0xfd, 0x66, 0xde, 0x1f, 0x6d, 0x0f, 0xa8, 0xbb, 0x6b, 0xda, 0x2f, 0xba, + 0xea, 0x93, 0x76, 0xd5, 0x35, 0x54, 0x5c, 0xb7, 0xdb, 0x10, 0x05, 0xe7, 0xbd, 0x35, 0x3e, 0x1c, + 0x54, 0x4a, 0x8e, 0xdd, 0x86, 0xcd, 0x03, 0xe2, 0x21, 0x19, 0x5d, 0xc3, 0x71, 0x81, 0xae, 0x18, + 0xd0, 0xe9, 0x8e, 0x2b, 0xe8, 0x04, 0x52, 0xd0, 0xad, 0x99, 0xb6, 0x2b, 0x3a, 0xce, 0xa7, 0xb3, + 0x4c, 0xdb, 0x25, 0x1e, 0x12, 0x7f, 0x16, 0xa1, 0x8d, 0xfa, 0xda, 0x7b, 0xd4, 0x06, 0x75, 0xf1, + 0xb1, 0x08, 0xd3, 0xf5, 0x0e, 0x07, 0x11, 0x09, 0x8d, 0x37, 0xd0, 0xd8, 0xaa, 0x45, 0x6d, 0xd8, + 0x91, 0x04, 0x0f, 0x60, 0x72, 0xe1, 0xd5, 0x88, 0x6a, 0x45, 0xbf, 0xcf, 0x89, 0xbf, 0x3e, 0x39, + 0xff, 0xbe, 0x98, 0xde, 0x4f, 0x12, 0x08, 0xc2, 0x77, 0x50, 0xa1, 0xca, 0xfd, 0xbc, 0x32, 0x88, + 0xf4, 0x55, 0xb6, 0xc4, 0xfe, 0x70, 0x14, 0x5f, 0x14, 0x6a, 0xf0, 0x3f, 0x11, 0xe4, 0xea, 0x0d, + 0x34, 0x1d, 0x6d, 0x06, 0x97, 0x51, 0xb1, 0xbe, 0xfa, 0xe0, 0xc1, 0x52, 0x7d, 0x63, 0x3a, 0x85, + 0x4b, 0x28, 0xb7, 0xbe, 0xf4, 0xa0, 0x31, 0x9d, 0x56, 0xff, 0x58, 0x9a, 0x41, 0x98, 0x69, 0xbd, + 0x08, 0x16, 0x1d, 0xc1, 0xa5, 0x5e, 0x40, 0xd3, 0x10, 0x21, 0xd9, 0xb0, 0xb5, 0x9e, 0xd3, 0x35, + 0x5c, 0x97, 0xea, 0xe2, 0x2b, 0x01, 0x71, 0x11, 0xf7, 0x09, 0x89, 0xe1, 0xf1, 0x4d, 0x34, 0x01, + 0x30, 0x42, 0xdb, 0xd4, 0xd8, 0xa1, 0x3a, 0x58, 0xaf, 0x60, 0xb0, 0x9f, 0x90, 0x30, 0x52, 0xfd, + 0xdb, 0x20, 0x5e, 0xb4, 0x42, 0xb5, 0x1d, 0xfa, 0xa2, 0xbf, 0x8e, 0xd0, 0x5f, 0xea, 0xef, 0x65, + 0xd1, 0x18, 0x7b, 0x23, 0xbe, 0x6f, 0x7c, 0x12, 0xaa, 0x5c, 0xf4, 0x7c, 0x43, 0xa1, 0xc9, 0x49, + 0x5f, 0x13, 0x00, 0x8d, 0x69, 0x80, 0xfb, 0x91, 0x37, 0x51, 0xe1, 0x3e, 0x75, 0xb7, 0x4d, 0x5d, + 0xec, 0xb5, 0xcc, 0x0e, 0x07, 0x95, 0xe9, 0x2e, 0x40, 0x24, 0x7f, 0x4f, 0xd0, 0xe0, 0xc7, 0x08, + 0x37, 0x75, 0xda, 0x73, 0x0d, 0x77, 0xaf, 0xea, 0xba, 0xb6, 0xb1, 0xd9, 0x77, 0xa9, 0x23, 0xf4, + 0x76, 0x3e, 0xb6, 0x4e, 0x59, 0x87, 0xa4, 0x0b, 0xd8, 0x5e, 0x99, 0xd5, 0x7c, 0xf2, 0x40, 0xec, + 0xff, 0x0d, 0x2a, 0x05, 0x4e, 0x43, 0x12, 0xc4, 0xe2, 0x77, 0xd1, 0xd8, 0xfd, 0x7b, 0xd5, 0x06, + 0xdd, 0x31, 0xda, 0x54, 0xc4, 0x49, 0x2f, 0xf8, 0x5a, 0xf4, 0x10, 0xbe, 0x4a, 0x60, 0x2b, 0xb4, + 0xfb, 0x48, 0x6b, 0xe9, 0x00, 0x97, 0xb7, 0x42, 0x7d, 0x62, 0xf5, 0xbf, 0xd2, 0x68, 0x9a, 0x50, + 0xc7, 0xec, 0xdb, 0x01, 0x27, 0xbe, 0x86, 0x72, 0xd2, 0x3e, 0x1c, 0x44, 0x2b, 0x22, 0x9b, 0x3f, + 0x80, 0xc7, 0xeb, 0xa8, 0xb8, 0xf4, 0xc4, 0x32, 0x6c, 0xea, 0x88, 0xbe, 0xd9, 0x6f, 0x65, 0xf6, + 0xb2, 0x58, 0x99, 0xcd, 0x50, 0xce, 0x12, 0x5b, 0x94, 0x71, 0x30, 0x7e, 0x03, 0x8d, 0x3d, 0xb4, + 0x74, 0xcd, 0xa5, 0x7a, 0x6d, 0x4f, 0xf8, 0xdc, 0xf0, 0x26, 0x7d, 0x0e, 0x6c, 0x6d, 0xee, 0xc9, + 0x6f, 0xe2, 0x93, 0xe2, 0xab, 0x28, 0xbb, 0xb1, 0xb1, 0x22, 0x3a, 0x0d, 0xb2, 0x46, 0x5c, 0x57, + 0xde, 0xff, 0x65, 0x58, 0xf5, 0xdb, 0x19, 0x84, 0x98, 0x6d, 0xd4, 0x6d, 0xaa, 0xb9, 0x27, 0x33, + 0xc0, 0x6b, 0xa8, 0xe4, 0x29, 0x5c, 0xd8, 0xa5, 0xe2, 0xf1, 0x46, 0x3b, 0x22, 0xda, 0xb6, 0x87, + 0x67, 0x4e, 0x14, 0x31, 0x3b, 0x10, 0x45, 0xce, 0x7a, 0x09, 0x34, 0x36, 0x03, 0x10, 0x0e, 0xc7, + 0x9f, 0x45, 0x63, 0x62, 0x28, 0x9a, 0xb6, 0x08, 0x70, 0xf2, 0xa5, 0x96, 0x07, 0x24, 0x01, 0x5e, + 0xfd, 0xab, 0x34, 0x57, 0x4a, 0x83, 0x76, 0xe8, 0xe9, 0x55, 0x8a, 0xfa, 0x2b, 0x69, 0x84, 0x99, + 0xb0, 0x35, 0xcd, 0x71, 0x76, 0x4d, 0x5b, 0xaf, 0x6f, 0x6b, 0xbd, 0xad, 0x13, 0x79, 0x1d, 0xf5, + 0x9b, 0x79, 0x74, 0x26, 0xb4, 0x71, 0x74, 0xca, 0xed, 0xed, 0x46, 0xd8, 0xde, 0x60, 0xd1, 0x0c, + 0xf6, 0x26, 0x2f, 0x9a, 0xb9, 0xe5, 0x7d, 0x0a, 0x8d, 0x89, 0x77, 0x6e, 0x36, 0x84, 0xe5, 0xc1, + 0xe7, 0xd6, 0xd0, 0x49, 0x80, 0xc0, 0xaf, 0xa1, 0x71, 0xf1, 0x83, 0xcd, 0xba, 0x5e, 0x5c, 0x14, + 0xec, 0xd8, 0x61, 0x00, 0x12, 0x42, 0xe3, 0xd7, 0xd1, 0x18, 0x33, 0xce, 0x2d, 0x48, 0x39, 0x2a, + 0x06, 0x99, 0x39, 0xba, 0x07, 0x94, 0xa7, 0x04, 0x9f, 0x92, 0x4d, 0xe5, 0x22, 0xc6, 0x5f, 0x0a, + 0xa6, 0x72, 0x1e, 0xe3, 0x97, 0xa7, 0x72, 0x11, 0xed, 0xff, 0x00, 0x95, 0xab, 0xbd, 0x9e, 0xc9, + 0x53, 0xdf, 0x1c, 0x11, 0xc8, 0x1a, 0x39, 0x87, 0x5f, 0x85, 0x7c, 0x91, 0x80, 0x3e, 0x71, 0x12, + 0x97, 0x05, 0xe2, 0x05, 0xd6, 0x11, 0x3b, 0x06, 0xdd, 0xa5, 0xb6, 0xd8, 0x95, 0x84, 0x60, 0x9e, + 0x2d, 0x60, 0x72, 0xf6, 0x88, 0x47, 0x87, 0x6b, 0x68, 0x62, 0xcd, 0x36, 0x2d, 0xd3, 0xa1, 0x3a, + 0x57, 0x54, 0x19, 0x18, 0x2f, 0x0d, 0x07, 0x15, 0xc5, 0x12, 0x88, 0x16, 0x68, 0x4c, 0x62, 0x0f, + 0xb3, 0xa8, 0xdf, 0x49, 0x47, 0x8c, 0xf1, 0x04, 0xc7, 0x79, 0xc8, 0x3a, 0xb2, 0x23, 0xac, 0x43, + 0xfd, 0xed, 0x0c, 0x2a, 0xb3, 0x75, 0xc2, 0x3d, 0xd3, 0xde, 0xd5, 0xec, 0x93, 0x09, 0x9e, 0x1c, + 0xdb, 0x5e, 0x8a, 0xe4, 0x86, 0xe4, 0x0e, 0xe0, 0x86, 0x5c, 0x42, 0x39, 0x58, 0x6f, 0xe5, 0x83, + 0x55, 0x34, 0xac, 0xb5, 0x00, 0xaa, 0xfe, 0x5c, 0x06, 0xa1, 0xaf, 0xde, 0xba, 0xf5, 0x1c, 0x2b, + 0x48, 0xfd, 0xad, 0x34, 0x9a, 0x12, 0xd1, 0x35, 0x29, 0xb5, 0xb2, 0xe8, 0xc5, 0x45, 0xd3, 0x41, + 0xd4, 0x50, 0xc4, 0x43, 0x89, 0x87, 0x63, 0x23, 0x71, 0xe9, 0x89, 0xe1, 0x42, 0x80, 0x41, 0xca, + 0xad, 0xa4, 0x02, 0x26, 0x8f, 0x44, 0x8f, 0x0e, 0xbf, 0xe6, 0xc5, 0x0d, 0xb3, 0xc1, 0xf4, 0xc3, + 0x18, 0x96, 0x12, 0x63, 0x87, 0xea, 0x77, 0x73, 0x28, 0xb7, 0xf4, 0x84, 0xb6, 0x4f, 0x79, 0xd7, + 0x48, 0xab, 0x91, 0xdc, 0x11, 0x57, 0x23, 0x87, 0xd9, 0x08, 0x79, 0x3b, 0xe8, 0xcf, 0x42, 0xb8, + 0xf9, 0x48, 0xcf, 0x47, 0x9b, 0xf7, 0x7a, 0xfa, 0xf4, 0xed, 0xa3, 0xfd, 0x75, 0x16, 0x65, 0xd7, + 0xeb, 0x6b, 0x2f, 0xec, 0xe6, 0x44, 0xed, 0x66, 0xff, 0x40, 0xb3, 0xea, 0xc7, 0x8e, 0x4a, 0x41, + 0xee, 0x40, 0x24, 0x4c, 0xf4, 0xad, 0x0c, 0x1a, 0x5b, 0xef, 0x6f, 0x3a, 0x7b, 0x8e, 0x4b, 0xbb, + 0xa7, 0xbc, 0x37, 0x2f, 0x89, 0xf5, 0x60, 0x2e, 0xd0, 0x06, 0x5b, 0x0f, 0x8a, 0x55, 0xe0, 0x55, + 0x6f, 0x66, 0x94, 0xd6, 0x19, 0xfe, 0xcc, 0xe8, 0xcd, 0x87, 0x7f, 0x96, 0x41, 0xd3, 0xf5, 0x8e, + 0x41, 0x7b, 0x6e, 0xc3, 0x70, 0xda, 0xc7, 0x90, 0x29, 0x71, 0xf2, 0x5a, 0x39, 0x5a, 0xa0, 0xe5, + 0x13, 0xe4, 0x9f, 0xa8, 0x3f, 0x9f, 0x41, 0xe5, 0x6a, 0xdf, 0xdd, 0xae, 0xba, 0xf0, 0x71, 0x79, + 0x2e, 0x3f, 0xf3, 0xdf, 0x4f, 0xa3, 0x29, 0xf6, 0x20, 0x1b, 0xe6, 0x63, 0xda, 0x3b, 0x86, 0x65, + 0x94, 0xbc, 0x1c, 0xca, 0x1c, 0x72, 0x39, 0xe4, 0xe9, 0x32, 0x7b, 0xc0, 0x65, 0x21, 0x5b, 0x68, + 0xb3, 0x55, 0xd2, 0x33, 0xf2, 0x1a, 0xc7, 0xb0, 0x8e, 0x38, 0xc9, 0xd7, 0xf8, 0x61, 0x1a, 0xcd, + 0x6e, 0xd8, 0xec, 0x43, 0xae, 0x8b, 0xef, 0xf9, 0x29, 0xef, 0x97, 0xf8, 0x0b, 0x9d, 0xf2, 0x1e, + 0xfa, 0x71, 0x1a, 0x5d, 0x08, 0xbf, 0xd0, 0xb3, 0x30, 0x0b, 0xfc, 0x5d, 0x1a, 0x9d, 0x7d, 0x07, + 0xea, 0xed, 0xfc, 0x10, 0xdc, 0xb3, 0xf7, 0x46, 0xa7, 0xdc, 0xf2, 0x7e, 0x90, 0x46, 0x67, 0x56, + 0x9b, 0x8d, 0xfa, 0xb3, 0xd2, 0x43, 0xb1, 0xf7, 0x79, 0x06, 0xfa, 0x67, 0xbd, 0x7a, 0x7f, 0xe5, + 0x59, 0xea, 0x9f, 0xd0, 0xfb, 0x9c, 0xf2, 0xfe, 0xf9, 0xc5, 0x02, 0x2a, 0xb3, 0x75, 0xad, 0x88, + 0xe9, 0x3d, 0xd7, 0x9e, 0xfe, 0x02, 0x2a, 0x0b, 0x35, 0xc0, 0x92, 0x92, 0xbb, 0xfb, 0x90, 0x53, + 0x29, 0x8a, 0x55, 0x5b, 0xb0, 0xb4, 0x94, 0x89, 0xd8, 0x8a, 0xeb, 0x3d, 0x6a, 0x6f, 0xca, 0x39, + 0x34, 0x3b, 0xd4, 0xde, 0x24, 0x00, 0xc5, 0x2b, 0xc1, 0x9e, 0x5d, 0x75, 0xad, 0x09, 0x35, 0x76, + 0x62, 0xa5, 0x0a, 0x45, 0x83, 0xb6, 0xc0, 0xb5, 0x34, 0xcb, 0xe0, 0xd5, 0x79, 0x72, 0xfe, 0x5e, + 0x94, 0x13, 0x3f, 0x40, 0x33, 0x1e, 0x2c, 0x28, 0x96, 0x2b, 0x25, 0x88, 0x4b, 0x2a, 0x93, 0x8b, + 0xb3, 0xe2, 0xb7, 0xd1, 0xb8, 0x07, 0xfc, 0x8a, 0x01, 0xa5, 0x3c, 0x4c, 0xd4, 0x4b, 0xc3, 0x41, + 0xe5, 0xbc, 0x2f, 0xea, 0xb1, 0x11, 0xca, 0x4f, 0x0c, 0x31, 0xc8, 0x02, 0x60, 0xd9, 0x89, 0x12, + 0x04, 0x44, 0xf6, 0x23, 0x43, 0x0c, 0xf8, 0x75, 0x10, 0x60, 0x99, 0x3d, 0x87, 0x42, 0x8c, 0xaf, + 0x0c, 0x09, 0x26, 0xb0, 0x27, 0x68, 0x0b, 0x38, 0x4f, 0x23, 0x0a, 0x91, 0xe1, 0x55, 0x84, 0x82, + 0x58, 0x8c, 0x48, 0xd6, 0x3c, 0x70, 0x94, 0x48, 0x12, 0xa1, 0xfe, 0x3d, 0x5b, 0xbf, 0x59, 0x96, + 0x6f, 0xc9, 0xaf, 0xa1, 0x42, 0xd5, 0xb2, 0x1e, 0x92, 0xa6, 0x88, 0x4e, 0x42, 0x2e, 0xa1, 0x66, + 0x59, 0xad, 0xbe, 0x6d, 0xc8, 0x1b, 0x12, 0x9c, 0x08, 0xd7, 0xd1, 0x44, 0xd5, 0xb2, 0xd6, 0xfa, + 0x9b, 0x1d, 0xa3, 0x2d, 0x55, 0xaa, 0xf2, 0x72, 0x67, 0xcb, 0x6a, 0x59, 0x80, 0x89, 0xd6, 0xf9, + 0x86, 0x79, 0xf0, 0x07, 0x68, 0xac, 0x6a, 0x59, 0xa2, 0xce, 0x37, 0x0b, 0x75, 0xbe, 0xaa, 0xf7, + 0x4e, 0xd2, 0xb3, 0xcd, 0xf9, 0x44, 0xbc, 0xc2, 0xf7, 0x92, 0xd8, 0xad, 0x9d, 0x65, 0x0d, 0xc5, + 0xca, 0x7b, 0x03, 0x91, 0xf8, 0x73, 0xa8, 0x58, 0xb5, 0x2c, 0x29, 0x3c, 0x00, 0xa1, 0x54, 0xc6, + 0x15, 0xe9, 0x22, 0x8f, 0xec, 0xe2, 0x5b, 0x68, 0x32, 0xdc, 0xd8, 0x81, 0x4a, 0x81, 0xff, 0x27, + 0x0d, 0x2f, 0x74, 0xca, 0x37, 0xd4, 0x6e, 0xa3, 0x6c, 0xd5, 0xb2, 0xc4, 0x74, 0x72, 0x26, 0xa1, + 0x3f, 0xa2, 0xd9, 0x5a, 0x55, 0xcb, 0xf2, 0x5e, 0x9d, 0x6f, 0x79, 0x3f, 0x5f, 0xaf, 0xfe, 0x3d, + 0xfe, 0xea, 0xa7, 0x7c, 0x87, 0xfa, 0xbb, 0x59, 0x34, 0x55, 0xb5, 0xac, 0x17, 0x15, 0xb2, 0xc7, + 0x95, 0x13, 0x76, 0x0b, 0x21, 0x69, 0x7a, 0x2c, 0xfa, 0xa9, 0x1f, 0x65, 0x69, 0x6a, 0x54, 0xd2, + 0x44, 0x22, 0xf2, 0xcc, 0xaf, 0x74, 0x20, 0xf3, 0xfb, 0xcb, 0x50, 0xc7, 0x41, 0xb5, 0xdf, 0x8b, + 0x8e, 0xcb, 0x1f, 0xc9, 0xa3, 0x9a, 0x94, 0x95, 0x29, 0x12, 0xbe, 0xc5, 0x0e, 0xbd, 0x57, 0x7e, + 0xd0, 0x66, 0xa8, 0x96, 0xa1, 0x93, 0x08, 0xad, 0xd7, 0x87, 0xc5, 0x03, 0xf5, 0xe1, 0xef, 0x66, + 0xd0, 0x4c, 0xd0, 0x87, 0xc7, 0xe1, 0x98, 0xce, 0x23, 0xc4, 0x83, 0x94, 0xfe, 0x46, 0xe2, 0x04, + 0xcf, 0x54, 0x76, 0x00, 0x2a, 0x32, 0x95, 0x03, 0x12, 0x7f, 0x57, 0x21, 0x9b, 0xb8, 0xab, 0x70, + 0x03, 0x95, 0x88, 0xb6, 0xfb, 0x6e, 0x9f, 0xda, 0x7b, 0xe2, 0x53, 0x0a, 0xa1, 0x74, 0x5b, 0xdb, + 0x6d, 0x7d, 0x83, 0x01, 0x89, 0x8f, 0xc6, 0xaa, 0x9f, 0xa3, 0x26, 0x05, 0x8f, 0x79, 0x8e, 0x9a, + 0x9f, 0x99, 0x26, 0x94, 0x54, 0x38, 0x90, 0x92, 0x7e, 0x5c, 0x40, 0xd3, 0x0d, 0xcd, 0xd5, 0x36, + 0x35, 0x87, 0x4a, 0x0b, 0x89, 0x29, 0x0f, 0xc6, 0x0c, 0xc1, 0xf0, 0x4f, 0x47, 0x81, 0xbc, 0x2c, + 0x7d, 0xb3, 0xe5, 0x70, 0xa8, 0x7c, 0x9c, 0x44, 0x84, 0x01, 0x7f, 0x31, 0x90, 0xeb, 0x9f, 0x9f, + 0xc1, 0xdd, 0x19, 0xd0, 0x98, 0xbe, 0xd9, 0xb2, 0x04, 0x98, 0xc4, 0x08, 0xf1, 0x4d, 0x54, 0xf6, + 0x60, 0xcc, 0x79, 0xca, 0x06, 0xef, 0xac, 0x6f, 0x32, 0xdf, 0x89, 0xc8, 0x68, 0xfc, 0x05, 0x34, + 0xee, 0xfd, 0x94, 0xdc, 0x12, 0xf0, 0xb5, 0xf4, 0xcd, 0x98, 0xe3, 0x28, 0x93, 0xca, 0xac, 0x30, + 0x3e, 0xf3, 0x21, 0xd6, 0xc8, 0xd9, 0x39, 0x21, 0x52, 0xfc, 0x0d, 0x34, 0xe9, 0xfd, 0x16, 0xce, + 0x56, 0x01, 0x9c, 0xad, 0x9b, 0x9e, 0xe6, 0xa3, 0x6a, 0x9d, 0x0b, 0x93, 0x73, 0xb7, 0xeb, 0x25, + 0xe1, 0x76, 0x9d, 0xd1, 0x37, 0xe3, 0x5e, 0x57, 0xa4, 0x01, 0xdc, 0x44, 0x33, 0x1e, 0xa4, 0xfa, + 0xfe, 0x3a, 0xa1, 0x5b, 0x6c, 0x54, 0x16, 0x03, 0x67, 0x59, 0xdf, 0x6c, 0xc1, 0xa9, 0x3a, 0x80, + 0x90, 0x7d, 0xf6, 0x18, 0x17, 0xee, 0xa0, 0x4b, 0x21, 0xa0, 0xee, 0x6c, 0x1b, 0x8f, 0x5c, 0xe1, + 0xe9, 0x36, 0x1b, 0x62, 0x39, 0x00, 0xc7, 0x4e, 0xf8, 0x52, 0x39, 0x8d, 0x77, 0x2e, 0x49, 0x2b, + 0x74, 0x44, 0xd3, 0xbe, 0xd2, 0xf0, 0x3a, 0x9a, 0xf5, 0xf0, 0xef, 0xd4, 0xd7, 0xd6, 0x6c, 0xf3, + 0xeb, 0xb4, 0xed, 0x36, 0x1b, 0x62, 0xa5, 0x00, 0x25, 0x48, 0xfa, 0x66, 0x6b, 0xab, 0x6d, 0x31, + 0xa3, 0x60, 0xb8, 0xb0, 0xf0, 0x44, 0x66, 0xfc, 0x1e, 0x3a, 0x2b, 0xc1, 0x9b, 0x3d, 0xc7, 0xd5, + 0x7a, 0x6d, 0xda, 0x6c, 0x88, 0xe5, 0x03, 0x2c, 0x65, 0x84, 0x54, 0x43, 0x20, 0xc3, 0x62, 0x93, + 0xd9, 0x2f, 0x56, 0xd1, 0x99, 0x84, 0x9e, 0x3a, 0x90, 0xcf, 0xfa, 0xad, 0x4c, 0x60, 0x1c, 0xa7, + 0xdc, 0x71, 0xad, 0xa1, 0x92, 0xf7, 0x26, 0xe2, 0x13, 0xa2, 0x8c, 0x32, 0xf0, 0xa8, 0x0c, 0x0f, + 0x1f, 0x52, 0xc7, 0x29, 0x77, 0x66, 0x8f, 0x43, 0x1d, 0x1f, 0xa5, 0x03, 0x75, 0x9c, 0x72, 0x07, + 0xf7, 0x07, 0xd9, 0x60, 0x64, 0xbf, 0xf0, 0x72, 0x8f, 0xcb, 0x59, 0x0a, 0x36, 0x4e, 0x0b, 0x07, + 0x48, 0x20, 0x93, 0x4d, 0xb3, 0x78, 0x48, 0xd3, 0xfc, 0xa7, 0x78, 0x7f, 0x72, 0x07, 0xe4, 0x54, + 0xf6, 0xe7, 0x31, 0x0c, 0x56, 0xbc, 0x80, 0x26, 0xbc, 0xff, 0xb9, 0xa7, 0x96, 0x97, 0xea, 0xa1, + 0x36, 0x85, 0xa3, 0x16, 0x26, 0xc1, 0x3f, 0x8b, 0xce, 0x87, 0x00, 0x6b, 0x9a, 0xad, 0x75, 0xa9, + 0x4b, 0x6d, 0xee, 0x23, 0x88, 0x93, 0xae, 0x3c, 0xee, 0x96, 0xe5, 0xa3, 0xe5, 0xc3, 0xa2, 0x46, + 0x48, 0x90, 0x8c, 0xa3, 0x78, 0x80, 0x5d, 0xf5, 0xff, 0xcc, 0xa3, 0x8b, 0xef, 0x1b, 0x3d, 0xdd, + 0xdc, 0x75, 0x1a, 0xd4, 0x79, 0xec, 0x9a, 0xcf, 0xc0, 0xa2, 0xf4, 0xf8, 0xaa, 0xf7, 0x03, 0x9d, + 0xe6, 0x0f, 0x30, 0xe0, 0xde, 0x45, 0x67, 0xa3, 0x2a, 0xb5, 0xfd, 0x4a, 0x0d, 0xe1, 0x92, 0xed, + 0x72, 0x82, 0x96, 0xce, 0x29, 0x3c, 0xcf, 0x99, 0x24, 0x73, 0xe2, 0x05, 0x54, 0x16, 0x10, 0x69, + 0x81, 0x0b, 0xa1, 0x63, 0x4f, 0x00, 0xe4, 0x84, 0xca, 0x44, 0xf8, 0x33, 0xa8, 0xd0, 0x30, 0xbb, + 0x9a, 0xe1, 0x25, 0x27, 0x41, 0xf9, 0x86, 0xdf, 0x2e, 0x60, 0x88, 0xa0, 0x60, 0xf2, 0x45, 0xc3, + 0xd0, 0x65, 0x63, 0x81, 0x7c, 0x8f, 0x81, 0xf9, 0xbc, 0x44, 0x26, 0xc2, 0x26, 0x9a, 0x10, 0xcd, + 0x09, 0x3f, 0x17, 0x81, 0x9f, 0xfb, 0xba, 0xa7, 0xa3, 0xd1, 0x66, 0x35, 0x17, 0xe2, 0xe3, 0x0e, + 0x2f, 0x3c, 0x9d, 0xf7, 0x32, 0xdc, 0xe3, 0x25, 0x61, 0xf9, 0x17, 0xef, 0x22, 0x1c, 0x67, 0x3c, + 0x90, 0xff, 0xf5, 0xab, 0x19, 0x84, 0x23, 0xd3, 0xd8, 0xa9, 0x3d, 0xa3, 0xe2, 0x38, 0x3c, 0x8e, + 0x3f, 0x49, 0xa3, 0x99, 0x58, 0xbd, 0x10, 0xbe, 0x8d, 0x10, 0x87, 0x48, 0xb5, 0x3f, 0x90, 0xe9, + 0x1f, 0xd4, 0x10, 0xc1, 0xea, 0x89, 0x48, 0x64, 0x78, 0x1e, 0x95, 0xf8, 0x2f, 0xff, 0xd8, 0xcb, + 0x28, 0x4b, 0xbf, 0x6f, 0xe8, 0xc4, 0x27, 0x0a, 0x5a, 0x81, 0x03, 0x60, 0xb3, 0x89, 0x2c, 0xee, + 0x9e, 0xe5, 0xb7, 0xc2, 0xc8, 0xd4, 0xef, 0xa5, 0xd1, 0xb8, 0xff, 0xc0, 0x55, 0xfd, 0xa4, 0xba, + 0xae, 0x20, 0x4a, 0xaf, 0xb2, 0x4f, 0x2b, 0xbd, 0x8a, 0x4c, 0x10, 0xa2, 0xd6, 0xea, 0x6f, 0xd2, + 0x68, 0xca, 0xa7, 0x3d, 0x41, 0x4f, 0xef, 0xc8, 0x2f, 0xf2, 0x6b, 0x69, 0xa4, 0xd4, 0x8c, 0x4e, + 0xc7, 0xe8, 0x6d, 0x35, 0x7b, 0x8f, 0x4c, 0xbb, 0x0b, 0x15, 0x0e, 0x27, 0xe7, 0xca, 0xab, 0xbf, + 0x9c, 0x46, 0x33, 0xe2, 0x81, 0xea, 0x9a, 0xad, 0x9f, 0xdc, 0x1a, 0x2b, 0xfa, 0x24, 0x27, 0xd7, + 0xcb, 0x90, 0xa5, 0xb5, 0x62, 0xb6, 0x1f, 0x3f, 0x03, 0xc9, 0x66, 0xec, 0x35, 0x4e, 0xf9, 0x86, + 0xf8, 0x37, 0xd3, 0x68, 0x96, 0xd0, 0xb6, 0xb9, 0x43, 0xed, 0xbd, 0xba, 0xa9, 0xd3, 0x77, 0x68, + 0x8f, 0xda, 0x27, 0x65, 0xa4, 0x7f, 0x01, 0x45, 0x9f, 0xc1, 0xc3, 0x3c, 0x74, 0xa8, 0x7e, 0x7a, + 0x2a, 0x74, 0xd5, 0xff, 0xc8, 0x21, 0x25, 0xd1, 0xcb, 0x38, 0xb5, 0x1f, 0xf5, 0x91, 0xae, 0x63, + 0xee, 0xb8, 0x5c, 0xc7, 0xfc, 0xc1, 0x5c, 0xc7, 0xc2, 0x41, 0x5d, 0xc7, 0xe2, 0x27, 0x71, 0x1d, + 0xbb, 0x51, 0xd7, 0xb1, 0x04, 0xae, 0xe3, 0xed, 0x7d, 0x5d, 0xc7, 0xa5, 0x9e, 0x7e, 0x62, 0x8e, + 0xe3, 0x0f, 0xd3, 0x68, 0xa6, 0x4e, 0x6d, 0xd7, 0x78, 0x64, 0xb4, 0x35, 0xf7, 0x38, 0x62, 0x77, + 0x55, 0x34, 0x25, 0x09, 0x94, 0x0e, 0xc1, 0x87, 0x82, 0xa2, 0x36, 0xb5, 0x5d, 0xf0, 0x7e, 0xe4, + 0x50, 0x7a, 0x84, 0x9e, 0x35, 0xef, 0xd5, 0x86, 0x0b, 0x73, 0xf3, 0x9b, 0xf7, 0xe0, 0x7c, 0x3d, + 0x6a, 0x88, 0x5f, 0xc4, 0xa7, 0x57, 0xff, 0xe8, 0x15, 0x94, 0x5f, 0xed, 0xd1, 0xd5, 0x47, 0xf8, + 0x96, 0x54, 0x9d, 0x2f, 0xde, 0x62, 0x46, 0x36, 0x78, 0x40, 0x2c, 0xa7, 0x88, 0x54, 0xc3, 0xbf, + 0x28, 0xd7, 0x4e, 0x8b, 0x41, 0x82, 0x65, 0x1e, 0x8e, 0x59, 0x4e, 0x11, 0xb9, 0xc6, 0x7a, 0x51, + 0x2e, 0x2e, 0x16, 0x0f, 0x1c, 0xe2, 0xe2, 0x18, 0x8f, 0x4b, 0xcc, 0xf3, 0x2b, 0x49, 0xb5, 0xbc, + 0xd1, 0x45, 0x5d, 0x9c, 0x62, 0x39, 0x45, 0x92, 0x6b, 0x80, 0x43, 0xc7, 0x12, 0x8b, 0x65, 0xdd, + 0x6c, 0x64, 0x94, 0x02, 0x6e, 0x39, 0x45, 0xc2, 0x47, 0x18, 0xdf, 0x09, 0x1d, 0xf8, 0x1a, 0xdd, + 0x4f, 0x91, 0x50, 0xcb, 0x29, 0x12, 0x39, 0x1a, 0x36, 0x74, 0xfa, 0xa8, 0x58, 0x9f, 0x47, 0x1b, + 0x05, 0x9c, 0xd4, 0x28, 0x3f, 0xa9, 0xf4, 0x4b, 0x91, 0xa3, 0x3a, 0xc5, 0x7e, 0xe5, 0xd9, 0x08, + 0x33, 0x47, 0x2e, 0xa7, 0x48, 0xe4, 0x60, 0xcf, 0xeb, 0xde, 0xe9, 0x8d, 0xa2, 0x8a, 0x75, 0x52, + 0xfa, 0xce, 0x19, 0x1f, 0x32, 0x2d, 0x79, 0xa7, 0x3b, 0x2e, 0xca, 0xa7, 0xf6, 0x89, 0xf3, 0xd5, + 0x70, 0xa4, 0x95, 0xa5, 0x9e, 0xce, 0x7a, 0x47, 0x9a, 0x64, 0xef, 0x46, 0xcf, 0xb7, 0x12, 0xa7, + 0xa6, 0x9d, 0x8b, 0x70, 0x0a, 0xec, 0x72, 0x8a, 0x44, 0xcf, 0xc3, 0xba, 0x13, 0x3a, 0x5b, 0x49, + 0x24, 0xdb, 0x44, 0xb5, 0xca, 0x50, 0x92, 0x56, 0xe1, 0x14, 0xa6, 0xbb, 0xd1, 0xc3, 0x7e, 0x94, + 0x89, 0xc4, 0xa6, 0x05, 0x56, 0x6a, 0xda, 0x3b, 0x1c, 0xe8, 0x4e, 0xe8, 0x50, 0x16, 0x38, 0xf7, + 0x2c, 0xa1, 0x69, 0xcd, 0xd5, 0xe4, 0xa6, 0xf9, 0xf1, 0x2d, 0xa1, 0xe3, 0x41, 0x94, 0xa9, 0xc4, + 0x0e, 0x05, 0x9c, 0xd4, 0xa1, 0xfc, 0x28, 0x91, 0x3b, 0xa1, 0x8a, 0x56, 0x65, 0x3a, 0xdc, 0xa8, + 0x84, 0x62, 0x8d, 0xca, 0xb5, 0xaf, 0x8b, 0x72, 0xa1, 0xa7, 0x32, 0x13, 0xee, 0xa0, 0x00, 0xc3, + 0x3a, 0x48, 0x2a, 0x08, 0xad, 0x40, 0x11, 0x99, 0x82, 0x81, 0xbc, 0xec, 0x3f, 0x61, 0x7d, 0x6d, + 0x39, 0x45, 0xa0, 0xbc, 0x4c, 0xe5, 0xe5, 0x89, 0xca, 0x19, 0xa0, 0x18, 0xf7, 0x0f, 0xbf, 0x79, + 0x42, 0xdb, 0xcb, 0x29, 0xc2, 0x4b, 0x17, 0x6f, 0x49, 0x15, 0x4c, 0xca, 0x6c, 0x78, 0x8a, 0xf0, + 0x11, 0x6c, 0x8a, 0x08, 0xea, 0x9c, 0xee, 0xc5, 0xab, 0x7c, 0x94, 0xb3, 0x61, 0x57, 0x2b, 0x8a, + 0x5f, 0x4e, 0x91, 0x78, 0x65, 0xd0, 0x9d, 0x50, 0xe1, 0x8b, 0x72, 0x2e, 0xb2, 0x89, 0x19, 0xa0, + 0x98, 0xba, 0xe4, 0x12, 0x99, 0xd5, 0xc4, 0xc2, 0x7b, 0xe5, 0x3c, 0x08, 0x78, 0xc9, 0x17, 0x10, + 0x27, 0x59, 0x4e, 0x91, 0xc4, 0x92, 0xfd, 0x7a, 0xac, 0xfc, 0x44, 0x51, 0xc2, 0xdf, 0xf8, 0x08, + 0x7a, 0x39, 0x45, 0x62, 0x05, 0x2b, 0x8b, 0x72, 0xdd, 0x87, 0x72, 0x21, 0xdc, 0x89, 0x01, 0x86, + 0x75, 0xa2, 0x54, 0x1f, 0xb2, 0x28, 0x97, 0x59, 0x28, 0x17, 0xe3, 0x5c, 0xc1, 0xcc, 0x29, 0x95, + 0x63, 0x90, 0xe4, 0xaa, 0x06, 0xe5, 0x25, 0xe0, 0xbf, 0xe4, 0xf1, 0x27, 0xd1, 0x2c, 0xa7, 0x48, + 0x72, 0x45, 0x04, 0x49, 0x2e, 0x2c, 0x50, 0x2e, 0xed, 0x27, 0xd3, 0x7f, 0xba, 0xe4, 0xa2, 0x04, + 0x6d, 0x9f, 0xdc, 0x7e, 0xe5, 0xe5, 0x70, 0xf2, 0xdd, 0x48, 0xc2, 0xe5, 0x14, 0xd9, 0xa7, 0x42, + 0xe0, 0xe1, 0x88, 0x44, 0x7b, 0xe5, 0x72, 0xb8, 0x4c, 0x33, 0x91, 0x68, 0x39, 0x45, 0x46, 0xa4, + 0xe9, 0x3f, 0x1c, 0x91, 0xed, 0xae, 0x54, 0xf6, 0x15, 0xeb, 0xeb, 0x63, 0x44, 0xae, 0xfc, 0x6a, + 0x62, 0xca, 0xb9, 0x72, 0x25, 0x6c, 0xba, 0x09, 0x24, 0xcc, 0x74, 0x93, 0x92, 0xd5, 0x57, 0x13, + 0x73, 0xbe, 0x95, 0x57, 0xf6, 0x11, 0xe8, 0x3f, 0x63, 0x62, 0xb6, 0xf8, 0x6a, 0x62, 0xd2, 0xb5, + 0xa2, 0x86, 0x05, 0x26, 0x90, 0x30, 0x81, 0x49, 0xe9, 0xda, 0xab, 0x89, 0x59, 0xcf, 0xca, 0xd5, + 0x7d, 0x04, 0x06, 0x4f, 0x98, 0x94, 0x2f, 0x7d, 0x27, 0x94, 0x76, 0xac, 0x7c, 0x2a, 0x3c, 0x6f, + 0x48, 0x28, 0x36, 0x6f, 0xc8, 0x09, 0xca, 0xf5, 0x58, 0x66, 0x96, 0xf2, 0xe9, 0xf0, 0x30, 0x8f, + 0xa0, 0xd9, 0x30, 0x8f, 0xe6, 0x72, 0xd5, 0x63, 0x59, 0x42, 0xca, 0xb5, 0x51, 0x42, 0x00, 0x1d, + 0x16, 0xc2, 0xf3, 0x8a, 0x9a, 0x09, 0x69, 0x2a, 0xca, 0xab, 0xe1, 0x40, 0x4d, 0x8c, 0x60, 0x39, + 0x45, 0x12, 0x92, 0x5b, 0x48, 0xf2, 0x6e, 0x9c, 0x72, 0x3d, 0x3c, 0x6c, 0x93, 0x68, 0xd8, 0xb0, + 0x4d, 0xdc, 0xc9, 0x5b, 0x49, 0x0a, 0xa5, 0x2a, 0x37, 0xc2, 0x8e, 0x59, 0x9c, 0x82, 0x39, 0x66, + 0x09, 0x21, 0x58, 0x92, 0xbc, 0xbf, 0xa4, 0x7c, 0x66, 0xdf, 0x27, 0x04, 0x9a, 0x84, 0x27, 0xe4, + 0xdb, 0x2d, 0x81, 0xef, 0xf4, 0xd0, 0xea, 0x98, 0x9a, 0xae, 0x7c, 0x36, 0xd1, 0x77, 0xe2, 0x48, + 0xc9, 0x77, 0xe2, 0x00, 0xf6, 0x95, 0x97, 0x43, 0x8d, 0xca, 0xcd, 0xf0, 0x57, 0x5e, 0xc6, 0xb1, + 0xaf, 0x7c, 0x28, 0x2c, 0x59, 0x8f, 0x05, 0xf8, 0x94, 0xd7, 0xc2, 0x06, 0x10, 0x41, 0x33, 0x03, + 0x88, 0x86, 0x04, 0x3f, 0x18, 0x1d, 0x5c, 0x53, 0xe6, 0x40, 0xda, 0x15, 0xff, 0x78, 0xbf, 0x11, + 0x74, 0xcb, 0x29, 0x32, 0x3a, 0x40, 0xd7, 0x4c, 0x88, 0x95, 0x29, 0xf3, 0x61, 0x03, 0x8b, 0x11, + 0x30, 0x03, 0x8b, 0x47, 0xd8, 0x9a, 0x09, 0xc1, 0x2e, 0xe5, 0x73, 0x23, 0x45, 0xf9, 0xef, 0x9c, + 0x10, 0x22, 0x5b, 0x94, 0xa3, 0x55, 0xca, 0xad, 0xf0, 0xc7, 0x2e, 0xc0, 0xb0, 0x8f, 0x9d, 0x14, + 0xd5, 0x5a, 0x94, 0x83, 0x43, 0xca, 0x42, 0x9c, 0x2b, 0xf8, 0x44, 0x4a, 0x41, 0x24, 0x92, 0x1c, + 0x8b, 0x51, 0x6e, 0x87, 0xad, 0x2e, 0x89, 0x86, 0x59, 0x5d, 0x62, 0x1c, 0xe7, 0x5e, 0x3c, 0xa4, + 0xa2, 0x2c, 0x46, 0x83, 0x4c, 0x61, 0x3c, 0xf3, 0x7c, 0x62, 0x61, 0x98, 0xbb, 0xd1, 0x54, 0x11, + 0xe5, 0xf5, 0xb0, 0x7f, 0x1b, 0xc6, 0x32, 0xff, 0x36, 0x92, 0x5a, 0x72, 0x37, 0x9a, 0x5d, 0xa1, + 0xbc, 0x91, 0x2c, 0xc1, 0xb7, 0x95, 0x68, 0x36, 0xc6, 0xdd, 0x68, 0x42, 0x82, 0x72, 0x27, 0x59, + 0x82, 0xaf, 0xdd, 0x68, 0x02, 0xc3, 0x2d, 0x29, 0x49, 0x5b, 0xf9, 0x7c, 0xd8, 0x75, 0xf4, 0x11, + 0xcc, 0x75, 0x0c, 0x52, 0xb9, 0x6f, 0x49, 0xc9, 0xcd, 0xca, 0x17, 0x62, 0x2c, 0xfe, 0xc3, 0x4a, + 0x29, 0xd0, 0xb7, 0xa4, 0xa4, 0x60, 0xe5, 0xcd, 0x18, 0x8b, 0xff, 0x74, 0x52, 0xea, 0xb0, 0xbe, + 0xdf, 0xbe, 0xa7, 0xf2, 0x45, 0x90, 0xa1, 0x3e, 0x7d, 0x2b, 0x6b, 0x39, 0x45, 0xf6, 0xdb, 0x3f, + 0xfd, 0x60, 0x74, 0x80, 0x4a, 0x79, 0x2b, 0x3c, 0x84, 0x47, 0xd1, 0xb1, 0x21, 0x3c, 0x32, 0xc8, + 0xb5, 0x9a, 0x78, 0xa2, 0x8f, 0x52, 0xdb, 0xc7, 0xcb, 0x0d, 0xbe, 0x9b, 0x49, 0x67, 0x01, 0xdd, + 0x8d, 0xde, 0x62, 0xa0, 0xd4, 0x47, 0x2c, 0xe8, 0x3c, 0x9f, 0x3d, 0x7a, 0xeb, 0x41, 0x33, 0x21, + 0x52, 0xa2, 0x34, 0xc2, 0x53, 0x41, 0x8c, 0x80, 0x4d, 0x05, 0x31, 0x60, 0xad, 0x88, 0xf2, 0x70, + 0x08, 0xa7, 0xfa, 0x3b, 0x69, 0x34, 0xbe, 0xee, 0xda, 0x54, 0xeb, 0x8a, 0x2d, 0xd6, 0x8b, 0xa8, + 0xc4, 0x67, 0x69, 0xef, 0xe6, 0x3c, 0xe2, 0xff, 0xc6, 0xd7, 0xd0, 0xe4, 0x8a, 0xe6, 0xb8, 0xc0, + 0x29, 0x5d, 0xd2, 0x41, 0x22, 0x50, 0xbc, 0xc2, 0xe9, 0x38, 0x1f, 0x9c, 0x2a, 0x9e, 0x7d, 0xea, + 0xd9, 0x75, 0xa5, 0x8f, 0x06, 0x95, 0x14, 0x1c, 0x53, 0x17, 0xe1, 0x55, 0x87, 0x69, 0x14, 0xfb, + 0x7e, 0x1c, 0x3e, 0x3a, 0xb4, 0x1a, 0xbb, 0x2d, 0x50, 0x84, 0x59, 0x3e, 0x61, 0x40, 0x31, 0x76, + 0xd7, 0xe0, 0x55, 0x94, 0x7d, 0xd8, 0x6c, 0xc8, 0x87, 0xe2, 0x85, 0xaf, 0x52, 0x64, 0x58, 0xfc, + 0xaa, 0x1f, 0x03, 0x78, 0x48, 0x56, 0x44, 0xa4, 0x10, 0x0e, 0xee, 0xee, 0xdb, 0x1d, 0x22, 0xa1, + 0xd4, 0xef, 0x97, 0x83, 0xd0, 0xd3, 0x27, 0xbe, 0x5c, 0x30, 0x7a, 0x63, 0x60, 0xe6, 0x80, 0x37, + 0x06, 0xfa, 0x67, 0x8f, 0x65, 0x9f, 0x7a, 0xf6, 0xd8, 0x0d, 0x94, 0x7f, 0xe8, 0xf0, 0x5b, 0xb2, + 0x7c, 0xd2, 0x7e, 0xe4, 0xa0, 0x6e, 0x4e, 0x81, 0x6f, 0xa2, 0x02, 0x04, 0xb5, 0xbc, 0x3b, 0x04, + 0x21, 0xf1, 0x18, 0xee, 0x3c, 0x94, 0xe5, 0x0a, 0x9a, 0xc4, 0xcb, 0xd0, 0x0a, 0x87, 0xbc, 0x0c, + 0x2d, 0xe9, 0x8e, 0xb6, 0xe2, 0xe1, 0xee, 0x68, 0x6b, 0x06, 0xe7, 0x2f, 0x96, 0x9e, 0x6a, 0xc3, + 0x67, 0x44, 0x6a, 0x69, 0x51, 0x9c, 0xbf, 0x18, 0x3e, 0x75, 0xf1, 0x1e, 0x9a, 0x24, 0x66, 0xdf, + 0xa5, 0x1b, 0xa6, 0x77, 0x4a, 0x0e, 0x4f, 0x06, 0x80, 0x67, 0xb2, 0x19, 0xa6, 0xe5, 0x9a, 0x09, + 0x77, 0xd0, 0x45, 0xb8, 0x92, 0x2f, 0xb4, 0x43, 0x87, 0xbf, 0xd0, 0xee, 0x97, 0xd2, 0xa8, 0xb0, + 0x61, 0x6b, 0x86, 0xeb, 0x88, 0x10, 0xd3, 0xd9, 0x39, 0xff, 0xda, 0x51, 0x88, 0xea, 0xbe, 0xa7, + 0x75, 0xfa, 0xd4, 0xa9, 0xbd, 0xcf, 0xde, 0xee, 0x5f, 0x06, 0x95, 0x2f, 0x1e, 0xe6, 0x26, 0xd3, + 0x39, 0xde, 0x02, 0x33, 0x01, 0x17, 0xfe, 0x93, 0x4d, 0x80, 0xe3, 0xf0, 0x03, 0xb6, 0x18, 0x87, + 0x57, 0xad, 0x5a, 0x96, 0x88, 0x57, 0x49, 0x8b, 0x71, 0x0f, 0xc3, 0x0d, 0xdb, 0x57, 0x98, 0x66, + 0x59, 0xa1, 0x8b, 0x04, 0x7d, 0x3a, 0x66, 0x05, 0x1b, 0xe2, 0x89, 0x3c, 0x35, 0x4d, 0x04, 0x1a, + 0xf7, 0x1e, 0x36, 0x41, 0x49, 0x51, 0x36, 0xbc, 0x89, 0xa6, 0x84, 0x5c, 0x3f, 0x31, 0x60, 0x32, + 0x3c, 0x69, 0x44, 0xd0, 0xdc, 0x68, 0xfd, 0x67, 0xd4, 0x05, 0x58, 0x6e, 0x23, 0xc2, 0x81, 0x6b, + 0x41, 0xda, 0x13, 0x14, 0xfa, 0x29, 0x53, 0x60, 0xb1, 0x70, 0x0e, 0x9d, 0xc7, 0xcf, 0xeb, 0x03, + 0xe5, 0x4a, 0xb4, 0x10, 0x8b, 0x2c, 0x83, 0x5b, 0xfd, 0x74, 0x82, 0x8c, 0xa8, 0xcd, 0x87, 0x59, + 0x70, 0x1d, 0x4d, 0xf8, 0xee, 0xf2, 0x43, 0x36, 0xb3, 0xcd, 0x04, 0x25, 0x71, 0x91, 0x9c, 0x03, + 0x59, 0x48, 0x88, 0x07, 0xdf, 0x46, 0x25, 0x1e, 0x70, 0x6a, 0xf2, 0x08, 0x99, 0x17, 0x7c, 0x07, + 0x58, 0xcb, 0x90, 0x7b, 0xcc, 0x27, 0xc4, 0x5f, 0x42, 0xe5, 0xe0, 0x2a, 0x52, 0x47, 0x39, 0x03, + 0xcf, 0x0e, 0x1b, 0x33, 0xf2, 0xcd, 0xa5, 0xf2, 0xa3, 0xcb, 0xf4, 0x09, 0x77, 0x97, 0xce, 0x1e, + 0xe2, 0xee, 0x52, 0x66, 0x35, 0x0d, 0xc3, 0xd1, 0x3a, 0x1d, 0x73, 0x97, 0x50, 0xc3, 0x71, 0xfa, + 0x14, 0xc2, 0x6b, 0x25, 0x6e, 0x35, 0xba, 0x40, 0xb5, 0x6c, 0x8e, 0x0b, 0x25, 0xe4, 0x87, 0xd9, + 0xd4, 0xff, 0x4d, 0xcb, 0x06, 0xed, 0x1f, 0xf1, 0x93, 0x4e, 0x3c, 0xe2, 0xe7, 0xa6, 0x7c, 0x65, + 0x2d, 0x9f, 0xc0, 0x27, 0x87, 0x83, 0x0a, 0xf2, 0x2a, 0x35, 0xc2, 0x37, 0xd7, 0xce, 0x87, 0xaa, + 0x72, 0xb2, 0x41, 0x96, 0xbf, 0x54, 0x95, 0x13, 0xaa, 0xc9, 0x59, 0x08, 0x5f, 0xb1, 0x9b, 0x0b, + 0xf6, 0x92, 0xe4, 0x2b, 0x76, 0x43, 0x17, 0xeb, 0x46, 0x2e, 0x92, 0xcd, 0x1f, 0xe4, 0x22, 0x59, + 0xf5, 0x9f, 0xd3, 0xb1, 0x21, 0xc3, 0x9e, 0x41, 0x6c, 0x9d, 0x49, 0x7a, 0x80, 0x67, 0x10, 0x1b, + 0x6d, 0xe2, 0x19, 0x24, 0x22, 0x7c, 0x5d, 0xba, 0x0c, 0x34, 0x13, 0xe4, 0x01, 0xfa, 0x95, 0x0c, + 0x3e, 0x16, 0x2f, 0xa0, 0x12, 0x33, 0x60, 0xe9, 0xb2, 0x57, 0x28, 0x93, 0xec, 0x0b, 0x98, 0x6c, + 0x71, 0x1e, 0x1d, 0xe3, 0x09, 0x65, 0xfa, 0x08, 0x9e, 0x84, 0xe1, 0xea, 0xd3, 0x7d, 0xe6, 0x55, + 0x54, 0x96, 0xce, 0x2f, 0xc7, 0xe3, 0xa8, 0xb4, 0x5a, 0x5b, 0x5f, 0x22, 0xef, 0x2d, 0x35, 0xa6, + 0x53, 0x18, 0xa1, 0x42, 0x63, 0xe9, 0x41, 0x73, 0xa9, 0x31, 0x9d, 0xae, 0x4d, 0x7f, 0xf4, 0x6f, + 0x97, 0x53, 0x1f, 0x7d, 0x7c, 0x39, 0xfd, 0xa3, 0x8f, 0x2f, 0xa7, 0xff, 0xf5, 0xe3, 0xcb, 0xe9, + 0xcd, 0x02, 0x3c, 0xf6, 0xed, 0xff, 0x0f, 0x00, 0x00, 0xff, 0xff, 0x7c, 0x32, 0xe2, 0x03, 0x77, + 0x7a, 0x00, 0x00, } func (m *Metadata) Marshal() (dAtA []byte, err error) { @@ -10627,6 +10924,62 @@ func (m *WindowsDesktopSessionEnd) MarshalToSizedBuffer(dAtA []byte) (int, error return len(dAtA) - i, nil } +func (m *CertificateCreate) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *CertificateCreate) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *CertificateCreate) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if m.Identity != nil { + { + size, err := m.Identity.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintEvents(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } + if len(m.CertificateType) > 0 { + i -= len(m.CertificateType) + copy(dAtA[i:], m.CertificateType) + i = encodeVarintEvents(dAtA, i, uint64(len(m.CertificateType))) + i-- + dAtA[i] = 0x12 + } + { + size, err := m.Metadata.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintEvents(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + return len(dAtA) - i, nil +} + func (m *OneOf) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -12059,6 +12412,29 @@ func (m *OneOf_SessionConnect) MarshalToSizedBuffer(dAtA []byte) (int, error) { } return len(dAtA) - i, nil } +func (m *OneOf_CertificateCreate) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *OneOf_CertificateCreate) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + if m.CertificateCreate != nil { + { + size, err := m.CertificateCreate.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintEvents(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x4 + i-- + dAtA[i] = 0xa2 + } + return len(dAtA) - i, nil +} func (m *StreamStatus) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -12083,12 +12459,12 @@ func (m *StreamStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } - n303, err303 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.LastUploadTime, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.LastUploadTime):]) - if err303 != nil { - return 0, err303 + n306, err306 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.LastUploadTime, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.LastUploadTime):]) + if err306 != nil { + return 0, err306 } - i -= n303 - i = encodeVarintEvents(dAtA, i, uint64(n303)) + i -= n306 + i = encodeVarintEvents(dAtA, i, uint64(n306)) i-- dAtA[i] = 0x1a if m.LastEventIndex != 0 { @@ -12167,6 +12543,344 @@ func (m *SessionUpload) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *Identity) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *Identity) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *Identity) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if m.DisallowReissue { + i-- + if m.DisallowReissue { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0xa8 + } + if len(m.AccessRequests) > 0 { + for iNdEx := len(m.AccessRequests) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.AccessRequests[iNdEx]) + copy(dAtA[i:], m.AccessRequests[iNdEx]) + i = encodeVarintEvents(dAtA, i, uint64(len(m.AccessRequests[iNdEx]))) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0xa2 + } + } + if len(m.AWSRoleARNs) > 0 { + for iNdEx := len(m.AWSRoleARNs) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.AWSRoleARNs[iNdEx]) + copy(dAtA[i:], m.AWSRoleARNs[iNdEx]) + i = encodeVarintEvents(dAtA, i, uint64(len(m.AWSRoleARNs[iNdEx]))) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x9a + } + } + if len(m.ClientIP) > 0 { + i -= len(m.ClientIP) + copy(dAtA[i:], m.ClientIP) + i = encodeVarintEvents(dAtA, i, uint64(len(m.ClientIP))) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x92 + } + if len(m.MFADeviceUUID) > 0 { + i -= len(m.MFADeviceUUID) + copy(dAtA[i:], m.MFADeviceUUID) + i = encodeVarintEvents(dAtA, i, uint64(len(m.MFADeviceUUID))) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x8a + } + if len(m.DatabaseUsers) > 0 { + for iNdEx := len(m.DatabaseUsers) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.DatabaseUsers[iNdEx]) + copy(dAtA[i:], m.DatabaseUsers[iNdEx]) + i = encodeVarintEvents(dAtA, i, uint64(len(m.DatabaseUsers[iNdEx]))) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x82 + } + } + if len(m.DatabaseNames) > 0 { + for iNdEx := len(m.DatabaseNames) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.DatabaseNames[iNdEx]) + copy(dAtA[i:], m.DatabaseNames[iNdEx]) + i = encodeVarintEvents(dAtA, i, uint64(len(m.DatabaseNames[iNdEx]))) + i-- + dAtA[i] = 0x7a + } + } + if m.RouteToDatabase != nil { + { + size, err := m.RouteToDatabase.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintEvents(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x72 + } + if len(m.TeleportCluster) > 0 { + i -= len(m.TeleportCluster) + copy(dAtA[i:], m.TeleportCluster) + i = encodeVarintEvents(dAtA, i, uint64(len(m.TeleportCluster))) + i-- + dAtA[i] = 0x6a + } + if m.RouteToApp != nil { + { + size, err := m.RouteToApp.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintEvents(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x62 + } + { + size := m.Traits.Size() + i -= size + if _, err := m.Traits.MarshalTo(dAtA[i:]); err != nil { + return 0, err + } + i = encodeVarintEvents(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x5a + if len(m.KubernetesCluster) > 0 { + i -= len(m.KubernetesCluster) + copy(dAtA[i:], m.KubernetesCluster) + i = encodeVarintEvents(dAtA, i, uint64(len(m.KubernetesCluster))) + i-- + dAtA[i] = 0x52 + } + if len(m.RouteToCluster) > 0 { + i -= len(m.RouteToCluster) + copy(dAtA[i:], m.RouteToCluster) + i = encodeVarintEvents(dAtA, i, uint64(len(m.RouteToCluster))) + i-- + dAtA[i] = 0x4a + } + n312, err312 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.Expires, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.Expires):]) + if err312 != nil { + return 0, err312 + } + i -= n312 + i = encodeVarintEvents(dAtA, i, uint64(n312)) + i-- + dAtA[i] = 0x42 + if len(m.KubernetesUsers) > 0 { + for iNdEx := len(m.KubernetesUsers) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.KubernetesUsers[iNdEx]) + copy(dAtA[i:], m.KubernetesUsers[iNdEx]) + i = encodeVarintEvents(dAtA, i, uint64(len(m.KubernetesUsers[iNdEx]))) + i-- + dAtA[i] = 0x3a + } + } + if len(m.KubernetesGroups) > 0 { + for iNdEx := len(m.KubernetesGroups) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.KubernetesGroups[iNdEx]) + copy(dAtA[i:], m.KubernetesGroups[iNdEx]) + i = encodeVarintEvents(dAtA, i, uint64(len(m.KubernetesGroups[iNdEx]))) + i-- + dAtA[i] = 0x32 + } + } + if len(m.Logins) > 0 { + for iNdEx := len(m.Logins) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.Logins[iNdEx]) + copy(dAtA[i:], m.Logins[iNdEx]) + i = encodeVarintEvents(dAtA, i, uint64(len(m.Logins[iNdEx]))) + i-- + dAtA[i] = 0x2a + } + } + if len(m.Usage) > 0 { + for iNdEx := len(m.Usage) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.Usage[iNdEx]) + copy(dAtA[i:], m.Usage[iNdEx]) + i = encodeVarintEvents(dAtA, i, uint64(len(m.Usage[iNdEx]))) + i-- + dAtA[i] = 0x22 + } + } + if len(m.Roles) > 0 { + for iNdEx := len(m.Roles) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.Roles[iNdEx]) + copy(dAtA[i:], m.Roles[iNdEx]) + i = encodeVarintEvents(dAtA, i, uint64(len(m.Roles[iNdEx]))) + i-- + dAtA[i] = 0x1a + } + } + if len(m.Impersonator) > 0 { + i -= len(m.Impersonator) + copy(dAtA[i:], m.Impersonator) + i = encodeVarintEvents(dAtA, i, uint64(len(m.Impersonator))) + i-- + dAtA[i] = 0x12 + } + if len(m.User) > 0 { + i -= len(m.User) + copy(dAtA[i:], m.User) + i = encodeVarintEvents(dAtA, i, uint64(len(m.User))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *RouteToApp) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *RouteToApp) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *RouteToApp) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if len(m.AWSRoleARN) > 0 { + i -= len(m.AWSRoleARN) + copy(dAtA[i:], m.AWSRoleARN) + i = encodeVarintEvents(dAtA, i, uint64(len(m.AWSRoleARN))) + i-- + dAtA[i] = 0x2a + } + if len(m.ClusterName) > 0 { + i -= len(m.ClusterName) + copy(dAtA[i:], m.ClusterName) + i = encodeVarintEvents(dAtA, i, uint64(len(m.ClusterName))) + i-- + dAtA[i] = 0x22 + } + if len(m.PublicAddr) > 0 { + i -= len(m.PublicAddr) + copy(dAtA[i:], m.PublicAddr) + i = encodeVarintEvents(dAtA, i, uint64(len(m.PublicAddr))) + i-- + dAtA[i] = 0x1a + } + if len(m.SessionID) > 0 { + i -= len(m.SessionID) + copy(dAtA[i:], m.SessionID) + i = encodeVarintEvents(dAtA, i, uint64(len(m.SessionID))) + i-- + dAtA[i] = 0x12 + } + if len(m.Name) > 0 { + i -= len(m.Name) + copy(dAtA[i:], m.Name) + i = encodeVarintEvents(dAtA, i, uint64(len(m.Name))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *RouteToDatabase) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *RouteToDatabase) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *RouteToDatabase) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if len(m.Database) > 0 { + i -= len(m.Database) + copy(dAtA[i:], m.Database) + i = encodeVarintEvents(dAtA, i, uint64(len(m.Database))) + i-- + dAtA[i] = 0x22 + } + if len(m.Username) > 0 { + i -= len(m.Username) + copy(dAtA[i:], m.Username) + i = encodeVarintEvents(dAtA, i, uint64(len(m.Username))) + i-- + dAtA[i] = 0x1a + } + if len(m.Protocol) > 0 { + i -= len(m.Protocol) + copy(dAtA[i:], m.Protocol) + i = encodeVarintEvents(dAtA, i, uint64(len(m.Protocol))) + i-- + dAtA[i] = 0x12 + } + if len(m.ServiceName) > 0 { + i -= len(m.ServiceName) + copy(dAtA[i:], m.ServiceName) + i = encodeVarintEvents(dAtA, i, uint64(len(m.ServiceName))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func encodeVarintEvents(dAtA []byte, offset int, v uint64) int { offset -= sovEvents(v) base := offset @@ -14101,6 +14815,28 @@ func (m *WindowsDesktopSessionEnd) Size() (n int) { return n } +func (m *CertificateCreate) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = m.Metadata.Size() + n += 1 + l + sovEvents(uint64(l)) + l = len(m.CertificateType) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + if m.Identity != nil { + l = m.Identity.Size() + n += 1 + l + sovEvents(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + func (m *OneOf) Size() (n int) { if m == nil { return 0 @@ -14860,6 +15596,18 @@ func (m *OneOf_SessionConnect) Size() (n int) { } return n } +func (m *OneOf_CertificateCreate) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.CertificateCreate != nil { + l = m.CertificateCreate.Size() + n += 2 + l + sovEvents(uint64(l)) + } + return n +} func (m *StreamStatus) Size() (n int) { if m == nil { return 0 @@ -14905,6 +15653,175 @@ func (m *SessionUpload) Size() (n int) { return n } +func (m *Identity) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.User) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + l = len(m.Impersonator) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + if len(m.Roles) > 0 { + for _, s := range m.Roles { + l = len(s) + n += 1 + l + sovEvents(uint64(l)) + } + } + if len(m.Usage) > 0 { + for _, s := range m.Usage { + l = len(s) + n += 1 + l + sovEvents(uint64(l)) + } + } + if len(m.Logins) > 0 { + for _, s := range m.Logins { + l = len(s) + n += 1 + l + sovEvents(uint64(l)) + } + } + if len(m.KubernetesGroups) > 0 { + for _, s := range m.KubernetesGroups { + l = len(s) + n += 1 + l + sovEvents(uint64(l)) + } + } + if len(m.KubernetesUsers) > 0 { + for _, s := range m.KubernetesUsers { + l = len(s) + n += 1 + l + sovEvents(uint64(l)) + } + } + l = github_com_gogo_protobuf_types.SizeOfStdTime(m.Expires) + n += 1 + l + sovEvents(uint64(l)) + l = len(m.RouteToCluster) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + l = len(m.KubernetesCluster) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + l = m.Traits.Size() + n += 1 + l + sovEvents(uint64(l)) + if m.RouteToApp != nil { + l = m.RouteToApp.Size() + n += 1 + l + sovEvents(uint64(l)) + } + l = len(m.TeleportCluster) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + if m.RouteToDatabase != nil { + l = m.RouteToDatabase.Size() + n += 1 + l + sovEvents(uint64(l)) + } + if len(m.DatabaseNames) > 0 { + for _, s := range m.DatabaseNames { + l = len(s) + n += 1 + l + sovEvents(uint64(l)) + } + } + if len(m.DatabaseUsers) > 0 { + for _, s := range m.DatabaseUsers { + l = len(s) + n += 2 + l + sovEvents(uint64(l)) + } + } + l = len(m.MFADeviceUUID) + if l > 0 { + n += 2 + l + sovEvents(uint64(l)) + } + l = len(m.ClientIP) + if l > 0 { + n += 2 + l + sovEvents(uint64(l)) + } + if len(m.AWSRoleARNs) > 0 { + for _, s := range m.AWSRoleARNs { + l = len(s) + n += 2 + l + sovEvents(uint64(l)) + } + } + if len(m.AccessRequests) > 0 { + for _, s := range m.AccessRequests { + l = len(s) + n += 2 + l + sovEvents(uint64(l)) + } + } + if m.DisallowReissue { + n += 3 + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *RouteToApp) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Name) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + l = len(m.SessionID) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + l = len(m.PublicAddr) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + l = len(m.ClusterName) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + l = len(m.AWSRoleARN) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *RouteToDatabase) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.ServiceName) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + l = len(m.Protocol) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + l = len(m.Username) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + l = len(m.Database) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + func sovEvents(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } @@ -31006,7 +31923,7 @@ func (m *WindowsDesktopSessionEnd) Unmarshal(dAtA []byte) error { } return nil } -func (m *OneOf) Unmarshal(dAtA []byte) error { +func (m *CertificateCreate) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -31029,15 +31946,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: OneOf: wiretype end group for non-group") + return fmt.Errorf("proto: CertificateCreate: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: OneOf: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: CertificateCreate: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field UserLogin", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Metadata", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31064,17 +31981,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &UserLogin{} - if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.Metadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_UserLogin{v} iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field UserCreate", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field CertificateType", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowEvents @@ -31084,30 +31999,27 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthEvents } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthEvents } if postIndex > l { return io.ErrUnexpectedEOF } - v := &UserCreate{} - if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - m.Event = &OneOf_UserCreate{v} + m.CertificateType = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 3: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field UserDelete", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Identity", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31134,15 +32046,67 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &UserDelete{} - if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if m.Identity == nil { + m.Identity = &Identity{} + } + if err := m.Identity.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_UserDelete{v} iNdEx = postIndex - case 4: + default: + iNdEx = preIndex + skippy, err := skipEvents(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthEvents + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *OneOf) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: OneOf: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: OneOf: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field UserPasswordChange", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field UserLogin", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31169,15 +32133,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &UserPasswordChange{} + v := &UserLogin{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_UserPasswordChange{v} + m.Event = &OneOf_UserLogin{v} iNdEx = postIndex - case 5: + case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SessionStart", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field UserCreate", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31204,120 +32168,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &SessionStart{} - if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - m.Event = &OneOf_SessionStart{v} - iNdEx = postIndex - case 6: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SessionJoin", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowEvents - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthEvents - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthEvents - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - v := &SessionJoin{} - if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - m.Event = &OneOf_SessionJoin{v} - iNdEx = postIndex - case 7: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SessionPrint", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowEvents - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthEvents - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthEvents - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - v := &SessionPrint{} - if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - m.Event = &OneOf_SessionPrint{v} - iNdEx = postIndex - case 8: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SessionReject", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowEvents - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthEvents - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthEvents - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - v := &SessionReject{} + v := &UserCreate{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_SessionReject{v} + m.Event = &OneOf_UserCreate{v} iNdEx = postIndex - case 9: + case 3: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Resize", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field UserDelete", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31344,15 +32203,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &Resize{} + v := &UserDelete{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_Resize{v} + m.Event = &OneOf_UserDelete{v} iNdEx = postIndex - case 10: + case 4: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SessionEnd", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field UserPasswordChange", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31379,15 +32238,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &SessionEnd{} + v := &UserPasswordChange{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_SessionEnd{v} + m.Event = &OneOf_UserPasswordChange{v} iNdEx = postIndex - case 11: + case 5: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SessionCommand", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SessionStart", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31414,15 +32273,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &SessionCommand{} + v := &SessionStart{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_SessionCommand{v} + m.Event = &OneOf_SessionStart{v} iNdEx = postIndex - case 12: + case 6: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SessionDisk", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SessionJoin", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31449,15 +32308,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &SessionDisk{} + v := &SessionJoin{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_SessionDisk{v} + m.Event = &OneOf_SessionJoin{v} iNdEx = postIndex - case 13: + case 7: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SessionNetwork", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SessionPrint", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31484,15 +32343,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &SessionNetwork{} + v := &SessionPrint{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_SessionNetwork{v} + m.Event = &OneOf_SessionPrint{v} iNdEx = postIndex - case 14: + case 8: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SessionData", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SessionReject", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31519,15 +32378,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &SessionData{} + v := &SessionReject{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_SessionData{v} + m.Event = &OneOf_SessionReject{v} iNdEx = postIndex - case 15: + case 9: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SessionLeave", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Resize", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31554,15 +32413,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &SessionLeave{} + v := &Resize{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_SessionLeave{v} + m.Event = &OneOf_Resize{v} iNdEx = postIndex - case 16: + case 10: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PortForward", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SessionEnd", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31589,15 +32448,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &PortForward{} + v := &SessionEnd{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_PortForward{v} + m.Event = &OneOf_SessionEnd{v} iNdEx = postIndex - case 17: + case 11: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field X11Forward", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SessionCommand", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31624,15 +32483,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &X11Forward{} + v := &SessionCommand{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_X11Forward{v} + m.Event = &OneOf_SessionCommand{v} iNdEx = postIndex - case 18: + case 12: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SCP", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SessionDisk", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31659,15 +32518,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &SCP{} + v := &SessionDisk{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_SCP{v} + m.Event = &OneOf_SessionDisk{v} iNdEx = postIndex - case 19: + case 13: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Exec", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SessionNetwork", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31694,15 +32553,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &Exec{} + v := &SessionNetwork{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_Exec{v} + m.Event = &OneOf_SessionNetwork{v} iNdEx = postIndex - case 20: + case 14: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Subsystem", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SessionData", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31729,15 +32588,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &Subsystem{} + v := &SessionData{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_Subsystem{v} + m.Event = &OneOf_SessionData{v} iNdEx = postIndex - case 21: + case 15: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ClientDisconnect", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SessionLeave", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31764,15 +32623,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &ClientDisconnect{} + v := &SessionLeave{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_ClientDisconnect{v} + m.Event = &OneOf_SessionLeave{v} iNdEx = postIndex - case 22: + case 16: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field AuthAttempt", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field PortForward", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31799,15 +32658,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &AuthAttempt{} + v := &PortForward{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_AuthAttempt{v} + m.Event = &OneOf_PortForward{v} iNdEx = postIndex - case 23: + case 17: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field AccessRequestCreate", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field X11Forward", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31834,15 +32693,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &AccessRequestCreate{} + v := &X11Forward{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_AccessRequestCreate{v} + m.Event = &OneOf_X11Forward{v} iNdEx = postIndex - case 24: + case 18: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field UserTokenCreate", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SCP", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31869,15 +32728,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &UserTokenCreate{} + v := &SCP{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_UserTokenCreate{v} + m.Event = &OneOf_SCP{v} iNdEx = postIndex - case 25: + case 19: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field RoleCreate", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Exec", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31904,15 +32763,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &RoleCreate{} + v := &Exec{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_RoleCreate{v} + m.Event = &OneOf_Exec{v} iNdEx = postIndex - case 26: + case 20: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field RoleDelete", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Subsystem", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31939,15 +32798,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &RoleDelete{} + v := &Subsystem{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_RoleDelete{v} + m.Event = &OneOf_Subsystem{v} iNdEx = postIndex - case 27: + case 21: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field TrustedClusterCreate", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ClientDisconnect", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -31974,15 +32833,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &TrustedClusterCreate{} + v := &ClientDisconnect{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_TrustedClusterCreate{v} + m.Event = &OneOf_ClientDisconnect{v} iNdEx = postIndex - case 28: + case 22: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field TrustedClusterDelete", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field AuthAttempt", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -32009,15 +32868,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &TrustedClusterDelete{} + v := &AuthAttempt{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_TrustedClusterDelete{v} + m.Event = &OneOf_AuthAttempt{v} iNdEx = postIndex - case 29: + case 23: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field TrustedClusterTokenCreate", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field AccessRequestCreate", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -32044,15 +32903,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &TrustedClusterTokenCreate{} + v := &AccessRequestCreate{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_TrustedClusterTokenCreate{v} + m.Event = &OneOf_AccessRequestCreate{v} iNdEx = postIndex - case 30: + case 24: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field GithubConnectorCreate", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field UserTokenCreate", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -32079,15 +32938,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &GithubConnectorCreate{} + v := &UserTokenCreate{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_GithubConnectorCreate{v} + m.Event = &OneOf_UserTokenCreate{v} iNdEx = postIndex - case 31: + case 25: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field GithubConnectorDelete", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field RoleCreate", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -32114,15 +32973,15 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &GithubConnectorDelete{} + v := &RoleCreate{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_GithubConnectorDelete{v} + m.Event = &OneOf_RoleCreate{v} iNdEx = postIndex - case 32: + case 26: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field OIDCConnectorCreate", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field RoleDelete", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -32149,15 +33008,225 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &OIDCConnectorCreate{} + v := &RoleDelete{} if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_OIDCConnectorCreate{v} + m.Event = &OneOf_RoleDelete{v} iNdEx = postIndex - case 33: + case 27: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field OIDCConnectorDelete", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field TrustedClusterCreate", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &TrustedClusterCreate{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_TrustedClusterCreate{v} + iNdEx = postIndex + case 28: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TrustedClusterDelete", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &TrustedClusterDelete{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_TrustedClusterDelete{v} + iNdEx = postIndex + case 29: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TrustedClusterTokenCreate", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &TrustedClusterTokenCreate{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_TrustedClusterTokenCreate{v} + iNdEx = postIndex + case 30: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field GithubConnectorCreate", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &GithubConnectorCreate{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_GithubConnectorCreate{v} + iNdEx = postIndex + case 31: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field GithubConnectorDelete", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &GithubConnectorDelete{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_GithubConnectorDelete{v} + iNdEx = postIndex + case 32: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field OIDCConnectorCreate", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &OIDCConnectorCreate{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_OIDCConnectorCreate{v} + iNdEx = postIndex + case 33: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field OIDCConnectorDelete", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -32989,17 +34058,1087 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - v := &AppCreate{} - if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + v := &AppCreate{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_AppCreate{v} + iNdEx = postIndex + case 57: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AppUpdate", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &AppUpdate{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_AppUpdate{v} + iNdEx = postIndex + case 58: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AppDelete", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &AppDelete{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_AppDelete{v} + iNdEx = postIndex + case 59: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field WindowsDesktopSessionStart", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &WindowsDesktopSessionStart{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_WindowsDesktopSessionStart{v} + iNdEx = postIndex + case 60: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field WindowsDesktopSessionEnd", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &WindowsDesktopSessionEnd{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_WindowsDesktopSessionEnd{v} + iNdEx = postIndex + case 66: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AccessRequestDelete", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &AccessRequestDelete{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_AccessRequestDelete{v} + iNdEx = postIndex + case 67: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field SessionConnect", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &SessionConnect{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_SessionConnect{v} + iNdEx = postIndex + case 68: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field CertificateCreate", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &CertificateCreate{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_CertificateCreate{v} + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipEvents(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthEvents + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *StreamStatus) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: StreamStatus: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: StreamStatus: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field UploadID", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.UploadID = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field LastEventIndex", wireType) + } + m.LastEventIndex = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.LastEventIndex |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field LastUploadTime", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := github_com_gogo_protobuf_types.StdTimeUnmarshal(&m.LastUploadTime, dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipEvents(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthEvents + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *SessionUpload) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: SessionUpload: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: SessionUpload: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Metadata", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.Metadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field SessionMetadata", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.SessionMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field UID", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.UID = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field SessionURL", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.SessionURL = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipEvents(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthEvents + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *Identity) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: Identity: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Identity: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field User", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.User = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Impersonator", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Impersonator = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Roles", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Roles = append(m.Roles, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Usage", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Usage = append(m.Usage, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Logins", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Logins = append(m.Logins, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field KubernetesGroups", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.KubernetesGroups = append(m.KubernetesGroups, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + case 7: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field KubernetesUsers", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.KubernetesUsers = append(m.KubernetesUsers, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + case 8: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Expires", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := github_com_gogo_protobuf_types.StdTimeUnmarshal(&m.Expires, dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 9: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field RouteToCluster", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.RouteToCluster = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 10: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field KubernetesCluster", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.KubernetesCluster = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 11: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Traits", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.Traits.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 12: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field RouteToApp", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.RouteToApp == nil { + m.RouteToApp = &RouteToApp{} + } + if err := m.RouteToApp.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 13: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TeleportCluster", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TeleportCluster = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 14: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field RouteToDatabase", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.RouteToDatabase == nil { + m.RouteToDatabase = &RouteToDatabase{} + } + if err := m.RouteToDatabase.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - m.Event = &OneOf_AppCreate{v} iNdEx = postIndex - case 57: + case 15: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field AppUpdate", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field DatabaseNames", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowEvents @@ -33009,32 +35148,29 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthEvents } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthEvents } if postIndex > l { return io.ErrUnexpectedEOF } - v := &AppUpdate{} - if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - m.Event = &OneOf_AppUpdate{v} + m.DatabaseNames = append(m.DatabaseNames, string(dAtA[iNdEx:postIndex])) iNdEx = postIndex - case 58: + case 16: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field AppDelete", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field DatabaseUsers", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowEvents @@ -33044,32 +35180,29 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthEvents } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthEvents } if postIndex > l { return io.ErrUnexpectedEOF } - v := &AppDelete{} - if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - m.Event = &OneOf_AppDelete{v} + m.DatabaseUsers = append(m.DatabaseUsers, string(dAtA[iNdEx:postIndex])) iNdEx = postIndex - case 59: + case 17: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field WindowsDesktopSessionStart", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field MFADeviceUUID", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowEvents @@ -33079,32 +35212,29 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthEvents } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthEvents } if postIndex > l { return io.ErrUnexpectedEOF } - v := &WindowsDesktopSessionStart{} - if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - m.Event = &OneOf_WindowsDesktopSessionStart{v} + m.MFADeviceUUID = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex - case 60: + case 18: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field WindowsDesktopSessionEnd", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ClientIP", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowEvents @@ -33114,32 +35244,29 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthEvents } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthEvents } if postIndex > l { return io.ErrUnexpectedEOF } - v := &WindowsDesktopSessionEnd{} - if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - m.Event = &OneOf_WindowsDesktopSessionEnd{v} + m.ClientIP = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex - case 66: + case 19: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field AccessRequestDelete", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field AWSRoleARNs", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowEvents @@ -33149,32 +35276,29 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthEvents } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthEvents } if postIndex > l { return io.ErrUnexpectedEOF } - v := &AccessRequestDelete{} - if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - m.Event = &OneOf_AccessRequestDelete{v} + m.AWSRoleARNs = append(m.AWSRoleARNs, string(dAtA[iNdEx:postIndex])) iNdEx = postIndex - case 67: + case 20: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SessionConnect", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field AccessRequests", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowEvents @@ -33184,27 +35308,44 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthEvents } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthEvents } if postIndex > l { return io.ErrUnexpectedEOF } - v := &SessionConnect{} - if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - m.Event = &OneOf_SessionConnect{v} + m.AccessRequests = append(m.AccessRequests, string(dAtA[iNdEx:postIndex])) iNdEx = postIndex + case 21: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DisallowReissue", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.DisallowReissue = bool(v != 0) default: iNdEx = preIndex skippy, err := skipEvents(dAtA[iNdEx:]) @@ -33227,7 +35368,7 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { } return nil } -func (m *StreamStatus) Unmarshal(dAtA []byte) error { +func (m *RouteToApp) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -33250,15 +35391,15 @@ func (m *StreamStatus) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: StreamStatus: wiretype end group for non-group") + return fmt.Errorf("proto: RouteToApp: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: StreamStatus: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: RouteToApp: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field UploadID", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -33286,13 +35427,13 @@ func (m *StreamStatus) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.UploadID = string(dAtA[iNdEx:postIndex]) + m.Name = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 2: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field LastEventIndex", wireType) + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field SessionID", wireType) } - m.LastEventIndex = 0 + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowEvents @@ -33302,16 +35443,29 @@ func (m *StreamStatus) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.LastEventIndex |= int64(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.SessionID = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex case 3: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field LastUploadTime", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field PublicAddr", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowEvents @@ -33321,24 +35475,87 @@ func (m *StreamStatus) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthEvents } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthEvents } if postIndex > l { return io.ErrUnexpectedEOF } - if err := github_com_gogo_protobuf_types.StdTimeUnmarshal(&m.LastUploadTime, dAtA[iNdEx:postIndex]); err != nil { - return err + m.PublicAddr = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ClusterName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.ClusterName = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AWSRoleARN", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.AWSRoleARN = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex @@ -33362,7 +35579,7 @@ func (m *StreamStatus) Unmarshal(dAtA []byte) error { } return nil } -func (m *SessionUpload) Unmarshal(dAtA []byte) error { +func (m *RouteToDatabase) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -33385,17 +35602,17 @@ func (m *SessionUpload) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: SessionUpload: wiretype end group for non-group") + return fmt.Errorf("proto: RouteToDatabase: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: SessionUpload: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: RouteToDatabase: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Metadata", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ServiceName", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowEvents @@ -33405,30 +35622,29 @@ func (m *SessionUpload) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthEvents } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthEvents } if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.Metadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } + m.ServiceName = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SessionMetadata", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Protocol", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowEvents @@ -33438,28 +35654,27 @@ func (m *SessionUpload) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthEvents } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthEvents } if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.SessionMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } + m.Protocol = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex - case 4: + case 3: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field UID", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Username", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -33487,11 +35702,11 @@ func (m *SessionUpload) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.UID = string(dAtA[iNdEx:postIndex]) + m.Username = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex - case 5: + case 4: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SessionURL", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Database", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -33519,7 +35734,7 @@ func (m *SessionUpload) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.SessionURL = string(dAtA[iNdEx:postIndex]) + m.Database = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex diff --git a/api/types/events/events.proto b/api/types/events/events.proto index 7638bb7ce56d9..254eda77d1d5e 100644 --- a/api/types/events/events.proto +++ b/api/types/events/events.proto @@ -19,6 +19,8 @@ import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; import "google/protobuf/struct.proto"; +import "github.com/gravitational/teleport/api/types/wrappers/wrappers.proto"; + option (gogoproto.marshaler_all) = true; option (gogoproto.unmarshaler_all) = true; option (gogoproto.goproto_getters_all) = false; @@ -1573,6 +1575,19 @@ message WindowsDesktopSessionEnd { map DesktopLabels = 8 [ (gogoproto.jsontag) = "desktop_labels" ]; } +// CertificateCreate is emitted when a certificate is issued. +message CertificateCreate { + // Metadata is a common event metadata. + Metadata Metadata = 1 + [ (gogoproto.nullable) = false, (gogoproto.embed) = true, (gogoproto.jsontag) = "" ]; + + // CertificateType is the type of certificate that was just issued. + string CertificateType = 2 [ (gogoproto.jsontag) = "cert_type,omitempty" ]; + + // Identity is the identity associated with the certificate, as interpreted by Teleport. + Identity Identity = 3 [ (gogoproto.jsontag) = "identity" ]; +} + // OneOf is a union of one of audit events submitted to the auth service message OneOf { // Event is one of the audit events @@ -1639,6 +1654,7 @@ message OneOf { events.WindowsDesktopSessionEnd WindowsDesktopSessionEnd = 60; events.AccessRequestDelete AccessRequestDelete = 66; events.SessionConnect SessionConnect = 67; + events.CertificateCreate CertificateCreate = 68; } } @@ -1669,3 +1685,96 @@ message SessionUpload { // URL is where the url the session event data upload is at string SessionURL = 5 [ (gogoproto.jsontag) = "url" ]; } + +// Identity matches github.com/gravitational/teleport/lib/tlsca.Identity except +// for RouteToApp and RouteToDatabase which are nullable and Traits which is +// represented as a google.protobuf.Struct (still containing a map from string +// to strings). Field names match other names already used in other events +// rather than the field names in tlsca.Identity. +message Identity { + // User is a username or name of the node connection + string User = 1 [ (gogoproto.jsontag) = "user,omitempty" ]; + // Impersonator is a username of a user impersonating this user + string Impersonator = 2 [ (gogoproto.jsontag) = "impersonator,omitempty" ]; + // Roles is a list of groups (Teleport roles) encoded in the identity + repeated string Roles = 3 [ (gogoproto.jsontag) = "roles,omitempty" ]; + // Usage is a list of usage restrictions encoded in the identity + repeated string Usage = 4 [ (gogoproto.jsontag) = "usage,omitempty" ]; + // Logins is a list of Unix logins allowed. + repeated string Logins = 5 [ (gogoproto.jsontag) = "logins,omitempty" ]; + // KubernetesGroups is a list of Kubernetes groups allowed + repeated string KubernetesGroups = 6 [ (gogoproto.jsontag) = "kubernetes_groups,omitempty" ]; + // KubernetesUsers is a list of Kubernetes users allowed + repeated string KubernetesUsers = 7 [ (gogoproto.jsontag) = "kubernetes_users,omitempty" ]; + // Expires specifies whenever the session will expire + google.protobuf.Timestamp Expires = 8 [ + (gogoproto.stdtime) = true, + (gogoproto.nullable) = false, + (gogoproto.jsontag) = "expires" + ]; + // RouteToCluster specifies the target cluster + // if present in the session + string RouteToCluster = 9 [ (gogoproto.jsontag) = "route_to_cluster,omitempty" ]; + // KubernetesCluster specifies the target kubernetes cluster for TLS + // identities. This can be empty on older Teleport clients. + string KubernetesCluster = 10 [ (gogoproto.jsontag) = "kubernetes_cluster,omitempty" ]; + // Traits hold claim data used to populate a role at runtime. + wrappers.LabelValues Traits = 11 [ + (gogoproto.nullable) = false, + (gogoproto.jsontag) = "traits,omitempty", + (gogoproto.customtype) = "github.com/gravitational/teleport/api/types/wrappers.Traits" + ]; + // RouteToApp holds routing information for applications. Routing metadata + // allows Teleport web proxy to route HTTP requests to the appropriate + // cluster and Teleport application proxy within the cluster. + RouteToApp RouteToApp = 12 [ (gogoproto.jsontag) = "route_to_app,omitempty" ]; + // TeleportCluster is the name of the teleport cluster that this identity + // originated from. For TLS certs this may not be the same as cert issuer, + // in case of multi-hop requests that originate from a remote cluster. + string TeleportCluster = 13 [ (gogoproto.jsontag) = "teleport_cluster,omitempty" ]; + // RouteToDatabase contains routing information for databases. + RouteToDatabase RouteToDatabase = 14 [ (gogoproto.jsontag) = "route_to_database,omitempty" ]; + // DatabaseNames is a list of allowed database names. + repeated string DatabaseNames = 15 [ (gogoproto.jsontag) = "database_names,omitempty" ]; + // DatabaseUsers is a list of allowed database users. + repeated string DatabaseUsers = 16 [ (gogoproto.jsontag) = "database_users,omitempty" ]; + // MFADeviceUUID is the UUID of an MFA device when this Identity was + // confirmed immediately after an MFA check. + string MFADeviceUUID = 17 [ (gogoproto.jsontag) = "mfa_device_uuid,omitempty" ]; + // ClientIP is an observed IP of the client that this Identity represents. + string ClientIP = 18 [ (gogoproto.jsontag) = "client_ip,omitempty" ]; + // AWSRoleARNs is a list of allowed AWS role ARNs user can assume. + repeated string AWSRoleARNs = 19 [ (gogoproto.jsontag) = "aws_role_arns,omitempty" ]; + // AccessRequests is a list of UUIDs of active requests for this Identity. + repeated string AccessRequests = 20 [ (gogoproto.jsontag) = "access_requests,omitempty" ]; + // DisallowReissue is a flag that, if set, instructs the auth server to + // deny any attempts to reissue new certificates while authenticated with + // this certificate. + bool DisallowReissue = 21 [ (gogoproto.jsontag) = "disallow_reissue,omitempty" ]; +} + +// RouteToApp contains parameters for application access certificate requests. +message RouteToApp { + // Name is the application name certificate is being requested for. + string Name = 1 [ (gogoproto.jsontag) = "name" ]; + // SessionID is the ID of the application session. + string SessionID = 2 [ (gogoproto.jsontag) = "session_id" ]; + // PublicAddr is the application public address. + string PublicAddr = 3 [ (gogoproto.jsontag) = "public_addr" ]; + // ClusterName is the cluster where the application resides. + string ClusterName = 4 [ (gogoproto.jsontag) = "cluster_name" ]; + // AWSRoleARN is the AWS role to assume when accessing AWS API. + string AWSRoleARN = 5 [ (gogoproto.jsontag) = "aws_role_arn,omitempty" ]; +} + +// RouteToDatabase combines parameters for database service routing information. +message RouteToDatabase { + // ServiceName is the Teleport database proxy service name the cert is for. + string ServiceName = 1 [ (gogoproto.jsontag) = "service_name" ]; + // Protocol is the type of the database the cert is for. + string Protocol = 2 [ (gogoproto.jsontag) = "protocol" ]; + // Username is an optional database username to embed. + string Username = 3 [ (gogoproto.jsontag) = "username,omitempty" ]; + // Database is an optional database name to embed. + string Database = 4 [ (gogoproto.jsontag) = "database,omitempty" ]; +} diff --git a/api/types/events/oneof.go b/api/types/events/oneof.go index 79310fbd4e16d..276be11d00ae6 100644 --- a/api/types/events/oneof.go +++ b/api/types/events/oneof.go @@ -285,6 +285,10 @@ func ToOneOf(in AuditEvent) (*OneOf, error) { out.Event = &OneOf_AccessRequestDelete{ AccessRequestDelete: e, } + case *CertificateCreate: + out.Event = &OneOf_CertificateCreate{ + CertificateCreate: e, + } default: return nil, trace.BadParameter("event type %T is not supported", in) } diff --git a/lib/auth/auth.go b/lib/auth/auth.go index 7ffc6ff9dc72b..941cacc73fce7 100644 --- a/lib/auth/auth.go +++ b/lib/auth/auth.go @@ -1132,6 +1132,20 @@ func (a *Server) generateUserCert(req certRequest) (*proto.Certs, error) { if err != nil { return nil, trace.Wrap(err) } + + eventIdentity := identity.GetEventIdentity() + eventIdentity.Expires = certRequest.NotAfter + if a.emitter.EmitAuditEvent(a.closeCtx, &apievents.CertificateCreate{ + Metadata: apievents.Metadata{ + Type: events.CertificateCreateEvent, + Code: events.CertificateCreateCode, + }, + CertificateType: events.CertificateTypeUser, + Identity: &eventIdentity, + }); err != nil { + log.WithError(err).Warn("Failed to emit certificate create event.") + } + return &proto.Certs{ SSH: sshCert, TLS: tlsCert, diff --git a/lib/events/api.go b/lib/events/api.go index 04d800c1e1a68..4a512ea366a51 100644 --- a/lib/events/api.go +++ b/lib/events/api.go @@ -440,6 +440,12 @@ const ( // WindowsDesktopSessionEndEvent is emitted when a user disconnects // from a desktop. WindowsDesktopSessionEndEvent = "windows.desktop.session.end" + + // CertificateCreateEvent is emitted when a certificate is issued. + CertificateCreateEvent = "cert.create" + + // CertificateTypeUser is the CertificateType for certificate events pertaining to user certificates. + CertificateTypeUser = "user" ) const ( diff --git a/lib/events/codes.go b/lib/events/codes.go index 5ecaa6e32c612..679ded9d26225 100644 --- a/lib/events/codes.go +++ b/lib/events/codes.go @@ -463,4 +463,7 @@ const ( LockCreatedCode = "TLK00I" // LockDeletedCode is the lock deleted event code. LockDeletedCode = "TLK01I" + + // CertificateCreateCode is the certificate issuance event code. + CertificateCreateCode = "TC000I" ) diff --git a/lib/events/dynamic.go b/lib/events/dynamic.go index 46ab1880a5b79..1c608c92f45fa 100644 --- a/lib/events/dynamic.go +++ b/lib/events/dynamic.go @@ -452,6 +452,12 @@ func FromEventFields(fields EventFields) (apievents.AuditEvent, error) { return nil, trace.Wrap(err) } return &e, nil + case CertificateCreateEvent: + var e events.CertificateCreate + if err := utils.FastUnmarshal(data, &e); err != nil { + return nil, trace.Wrap(err) + } + return &e, nil default: return nil, trace.BadParameter("unknown event type: %q", eventType) } diff --git a/lib/tlsca/ca.go b/lib/tlsca/ca.go index fbd6f0f5bbdc1..65358e39d799a 100644 --- a/lib/tlsca/ca.go +++ b/lib/tlsca/ca.go @@ -190,6 +190,53 @@ func (id *Identity) GetRouteToApp() (RouteToApp, error) { return id.RouteToApp, nil } +func (id *Identity) GetEventIdentity() events.Identity { + // leave a nil instead of a zero struct so the field doesn't appear when + // serialized as json + var routeToApp *events.RouteToApp + if id.RouteToApp != (RouteToApp{}) { + routeToApp = &events.RouteToApp{ + Name: id.RouteToApp.Name, + SessionID: id.RouteToApp.SessionID, + PublicAddr: id.RouteToApp.PublicAddr, + ClusterName: id.RouteToApp.ClusterName, + AWSRoleARN: id.RouteToApp.AWSRoleARN, + } + } + var routeToDatabase *events.RouteToDatabase + if id.RouteToDatabase != (RouteToDatabase{}) { + routeToDatabase = &events.RouteToDatabase{ + ServiceName: id.RouteToDatabase.ServiceName, + Protocol: id.RouteToDatabase.Protocol, + Username: id.RouteToDatabase.Username, + Database: id.RouteToDatabase.Database, + } + } + + return events.Identity{ + User: id.Username, + Impersonator: id.Impersonator, + Roles: id.Groups, + Usage: id.Usage, + Logins: id.Principals, + KubernetesGroups: id.KubernetesGroups, + KubernetesUsers: id.KubernetesUsers, + Expires: id.Expires, + RouteToCluster: id.RouteToCluster, + KubernetesCluster: id.KubernetesCluster, + Traits: id.Traits, + RouteToApp: routeToApp, + TeleportCluster: id.TeleportCluster, + RouteToDatabase: routeToDatabase, + DatabaseNames: id.DatabaseNames, + DatabaseUsers: id.DatabaseUsers, + MFADeviceUUID: id.MFAVerified, + ClientIP: id.ClientIP, + AWSRoleARNs: id.AWSRoleARNs, + AccessRequests: id.ActiveRequests, + } +} + // CheckAndSetDefaults checks and sets default values func (id *Identity) CheckAndSetDefaults() error { if id.Username == "" {