diff options
Diffstat (limited to 'vendor/github.com/Philipp15b/go-steam/protocol/protobuf/unified/publishedfile.pb.go')
-rw-r--r-- | vendor/github.com/Philipp15b/go-steam/protocol/protobuf/unified/publishedfile.pb.go | 2702 |
1 files changed, 0 insertions, 2702 deletions
diff --git a/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/unified/publishedfile.pb.go b/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/unified/publishedfile.pb.go deleted file mode 100644 index 06e85481..00000000 --- a/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/unified/publishedfile.pb.go +++ /dev/null @@ -1,2702 +0,0 @@ -// Code generated by protoc-gen-go. -// source: steammessages_publishedfile.steamclient.proto -// DO NOT EDIT! - -package unified - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -type PublishedFileDetails_EPublishedFileForSaleStatus int32 - -const ( - PublishedFileDetails_k_PFFSS_NotForSale PublishedFileDetails_EPublishedFileForSaleStatus = 0 - PublishedFileDetails_k_PFFSS_PendingApproval PublishedFileDetails_EPublishedFileForSaleStatus = 1 - PublishedFileDetails_k_PFFSS_ApprovedForSale PublishedFileDetails_EPublishedFileForSaleStatus = 2 - PublishedFileDetails_k_PFFSS_RejectedForSale PublishedFileDetails_EPublishedFileForSaleStatus = 3 - PublishedFileDetails_k_PFFSS_NoLongerForSale PublishedFileDetails_EPublishedFileForSaleStatus = 4 - PublishedFileDetails_k_PFFSS_TentativeApproval PublishedFileDetails_EPublishedFileForSaleStatus = 5 -) - -var PublishedFileDetails_EPublishedFileForSaleStatus_name = map[int32]string{ - 0: "k_PFFSS_NotForSale", - 1: "k_PFFSS_PendingApproval", - 2: "k_PFFSS_ApprovedForSale", - 3: "k_PFFSS_RejectedForSale", - 4: "k_PFFSS_NoLongerForSale", - 5: "k_PFFSS_TentativeApproval", -} -var PublishedFileDetails_EPublishedFileForSaleStatus_value = map[string]int32{ - "k_PFFSS_NotForSale": 0, - "k_PFFSS_PendingApproval": 1, - "k_PFFSS_ApprovedForSale": 2, - "k_PFFSS_RejectedForSale": 3, - "k_PFFSS_NoLongerForSale": 4, - "k_PFFSS_TentativeApproval": 5, -} - -func (x PublishedFileDetails_EPublishedFileForSaleStatus) Enum() *PublishedFileDetails_EPublishedFileForSaleStatus { - p := new(PublishedFileDetails_EPublishedFileForSaleStatus) - *p = x - return p -} -func (x PublishedFileDetails_EPublishedFileForSaleStatus) String() string { - return proto.EnumName(PublishedFileDetails_EPublishedFileForSaleStatus_name, int32(x)) -} -func (x *PublishedFileDetails_EPublishedFileForSaleStatus) UnmarshalJSON(data []byte) error { - value, err := proto.UnmarshalJSONEnum(PublishedFileDetails_EPublishedFileForSaleStatus_value, data, "PublishedFileDetails_EPublishedFileForSaleStatus") - if err != nil { - return err - } - *x = PublishedFileDetails_EPublishedFileForSaleStatus(value) - return nil -} -func (PublishedFileDetails_EPublishedFileForSaleStatus) EnumDescriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{9, 0} -} - -type CPublishedFile_Subscribe_Request struct { - Publishedfileid *uint64 `protobuf:"varint,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"` - ListType *uint32 `protobuf:"varint,2,opt,name=list_type" json:"list_type,omitempty"` - Appid *int32 `protobuf:"varint,3,opt,name=appid" json:"appid,omitempty"` - NotifyClient *bool `protobuf:"varint,4,opt,name=notify_client" json:"notify_client,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_Subscribe_Request) Reset() { *m = CPublishedFile_Subscribe_Request{} } -func (m *CPublishedFile_Subscribe_Request) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_Subscribe_Request) ProtoMessage() {} -func (*CPublishedFile_Subscribe_Request) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{0} -} - -func (m *CPublishedFile_Subscribe_Request) GetPublishedfileid() uint64 { - if m != nil && m.Publishedfileid != nil { - return *m.Publishedfileid - } - return 0 -} - -func (m *CPublishedFile_Subscribe_Request) GetListType() uint32 { - if m != nil && m.ListType != nil { - return *m.ListType - } - return 0 -} - -func (m *CPublishedFile_Subscribe_Request) GetAppid() int32 { - if m != nil && m.Appid != nil { - return *m.Appid - } - return 0 -} - -func (m *CPublishedFile_Subscribe_Request) GetNotifyClient() bool { - if m != nil && m.NotifyClient != nil { - return *m.NotifyClient - } - return false -} - -type CPublishedFile_Subscribe_Response struct { - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_Subscribe_Response) Reset() { *m = CPublishedFile_Subscribe_Response{} } -func (m *CPublishedFile_Subscribe_Response) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_Subscribe_Response) ProtoMessage() {} -func (*CPublishedFile_Subscribe_Response) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{1} -} - -type CPublishedFile_Unsubscribe_Request struct { - Publishedfileid *uint64 `protobuf:"varint,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"` - ListType *uint32 `protobuf:"varint,2,opt,name=list_type" json:"list_type,omitempty"` - Appid *int32 `protobuf:"varint,3,opt,name=appid" json:"appid,omitempty"` - NotifyClient *bool `protobuf:"varint,4,opt,name=notify_client" json:"notify_client,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_Unsubscribe_Request) Reset() { *m = CPublishedFile_Unsubscribe_Request{} } -func (m *CPublishedFile_Unsubscribe_Request) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_Unsubscribe_Request) ProtoMessage() {} -func (*CPublishedFile_Unsubscribe_Request) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{2} -} - -func (m *CPublishedFile_Unsubscribe_Request) GetPublishedfileid() uint64 { - if m != nil && m.Publishedfileid != nil { - return *m.Publishedfileid - } - return 0 -} - -func (m *CPublishedFile_Unsubscribe_Request) GetListType() uint32 { - if m != nil && m.ListType != nil { - return *m.ListType - } - return 0 -} - -func (m *CPublishedFile_Unsubscribe_Request) GetAppid() int32 { - if m != nil && m.Appid != nil { - return *m.Appid - } - return 0 -} - -func (m *CPublishedFile_Unsubscribe_Request) GetNotifyClient() bool { - if m != nil && m.NotifyClient != nil { - return *m.NotifyClient - } - return false -} - -type CPublishedFile_Unsubscribe_Response struct { - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_Unsubscribe_Response) Reset() { *m = CPublishedFile_Unsubscribe_Response{} } -func (m *CPublishedFile_Unsubscribe_Response) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_Unsubscribe_Response) ProtoMessage() {} -func (*CPublishedFile_Unsubscribe_Response) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{3} -} - -type CPublishedFile_CanSubscribe_Request struct { - Publishedfileid *uint64 `protobuf:"varint,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_CanSubscribe_Request) Reset() { *m = CPublishedFile_CanSubscribe_Request{} } -func (m *CPublishedFile_CanSubscribe_Request) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_CanSubscribe_Request) ProtoMessage() {} -func (*CPublishedFile_CanSubscribe_Request) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{4} -} - -func (m *CPublishedFile_CanSubscribe_Request) GetPublishedfileid() uint64 { - if m != nil && m.Publishedfileid != nil { - return *m.Publishedfileid - } - return 0 -} - -type CPublishedFile_CanSubscribe_Response struct { - CanSubscribe *bool `protobuf:"varint,1,opt,name=can_subscribe" json:"can_subscribe,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_CanSubscribe_Response) Reset() { *m = CPublishedFile_CanSubscribe_Response{} } -func (m *CPublishedFile_CanSubscribe_Response) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_CanSubscribe_Response) ProtoMessage() {} -func (*CPublishedFile_CanSubscribe_Response) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{5} -} - -func (m *CPublishedFile_CanSubscribe_Response) GetCanSubscribe() bool { - if m != nil && m.CanSubscribe != nil { - return *m.CanSubscribe - } - return false -} - -type CPublishedFile_Publish_Request struct { - Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"` - ConsumerAppid *uint32 `protobuf:"varint,2,opt,name=consumer_appid" json:"consumer_appid,omitempty"` - Cloudfilename *string `protobuf:"bytes,3,opt,name=cloudfilename" json:"cloudfilename,omitempty"` - PreviewCloudfilename *string `protobuf:"bytes,4,opt,name=preview_cloudfilename" json:"preview_cloudfilename,omitempty"` - Title *string `protobuf:"bytes,5,opt,name=title" json:"title,omitempty"` - FileDescription *string `protobuf:"bytes,6,opt,name=file_description" json:"file_description,omitempty"` - FileType *uint32 `protobuf:"varint,7,opt,name=file_type" json:"file_type,omitempty"` - ConsumerShortcutName *string `protobuf:"bytes,8,opt,name=consumer_shortcut_name" json:"consumer_shortcut_name,omitempty"` - YoutubeUsername *string `protobuf:"bytes,9,opt,name=youtube_username" json:"youtube_username,omitempty"` - YoutubeVideoid *string `protobuf:"bytes,10,opt,name=youtube_videoid" json:"youtube_videoid,omitempty"` - Visibility *uint32 `protobuf:"varint,11,opt,name=visibility" json:"visibility,omitempty"` - RedirectUri *string `protobuf:"bytes,12,opt,name=redirect_uri" json:"redirect_uri,omitempty"` - Tags []string `protobuf:"bytes,13,rep,name=tags" json:"tags,omitempty"` - CollectionType *string `protobuf:"bytes,14,opt,name=collection_type" json:"collection_type,omitempty"` - GameType *string `protobuf:"bytes,15,opt,name=game_type" json:"game_type,omitempty"` - Url *string `protobuf:"bytes,16,opt,name=url" json:"url,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_Publish_Request) Reset() { *m = CPublishedFile_Publish_Request{} } -func (m *CPublishedFile_Publish_Request) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_Publish_Request) ProtoMessage() {} -func (*CPublishedFile_Publish_Request) Descriptor() ([]byte, []int) { return publishedfile_fileDescriptor0, []int{6} } - -func (m *CPublishedFile_Publish_Request) GetAppid() uint32 { - if m != nil && m.Appid != nil { - return *m.Appid - } - return 0 -} - -func (m *CPublishedFile_Publish_Request) GetConsumerAppid() uint32 { - if m != nil && m.ConsumerAppid != nil { - return *m.ConsumerAppid - } - return 0 -} - -func (m *CPublishedFile_Publish_Request) GetCloudfilename() string { - if m != nil && m.Cloudfilename != nil { - return *m.Cloudfilename - } - return "" -} - -func (m *CPublishedFile_Publish_Request) GetPreviewCloudfilename() string { - if m != nil && m.PreviewCloudfilename != nil { - return *m.PreviewCloudfilename - } - return "" -} - -func (m *CPublishedFile_Publish_Request) GetTitle() string { - if m != nil && m.Title != nil { - return *m.Title - } - return "" -} - -func (m *CPublishedFile_Publish_Request) GetFileDescription() string { - if m != nil && m.FileDescription != nil { - return *m.FileDescription - } - return "" -} - -func (m *CPublishedFile_Publish_Request) GetFileType() uint32 { - if m != nil && m.FileType != nil { - return *m.FileType - } - return 0 -} - -func (m *CPublishedFile_Publish_Request) GetConsumerShortcutName() string { - if m != nil && m.ConsumerShortcutName != nil { - return *m.ConsumerShortcutName - } - return "" -} - -func (m *CPublishedFile_Publish_Request) GetYoutubeUsername() string { - if m != nil && m.YoutubeUsername != nil { - return *m.YoutubeUsername - } - return "" -} - -func (m *CPublishedFile_Publish_Request) GetYoutubeVideoid() string { - if m != nil && m.YoutubeVideoid != nil { - return *m.YoutubeVideoid - } - return "" -} - -func (m *CPublishedFile_Publish_Request) GetVisibility() uint32 { - if m != nil && m.Visibility != nil { - return *m.Visibility - } - return 0 -} - -func (m *CPublishedFile_Publish_Request) GetRedirectUri() string { - if m != nil && m.RedirectUri != nil { - return *m.RedirectUri - } - return "" -} - -func (m *CPublishedFile_Publish_Request) GetTags() []string { - if m != nil { - return m.Tags - } - return nil -} - -func (m *CPublishedFile_Publish_Request) GetCollectionType() string { - if m != nil && m.CollectionType != nil { - return *m.CollectionType - } - return "" -} - -func (m *CPublishedFile_Publish_Request) GetGameType() string { - if m != nil && m.GameType != nil { - return *m.GameType - } - return "" -} - -func (m *CPublishedFile_Publish_Request) GetUrl() string { - if m != nil && m.Url != nil { - return *m.Url - } - return "" -} - -type CPublishedFile_Publish_Response struct { - Publishedfileid *uint64 `protobuf:"varint,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"` - RedirectUri *string `protobuf:"bytes,2,opt,name=redirect_uri" json:"redirect_uri,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_Publish_Response) Reset() { *m = CPublishedFile_Publish_Response{} } -func (m *CPublishedFile_Publish_Response) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_Publish_Response) ProtoMessage() {} -func (*CPublishedFile_Publish_Response) Descriptor() ([]byte, []int) { return publishedfile_fileDescriptor0, []int{7} } - -func (m *CPublishedFile_Publish_Response) GetPublishedfileid() uint64 { - if m != nil && m.Publishedfileid != nil { - return *m.Publishedfileid - } - return 0 -} - -func (m *CPublishedFile_Publish_Response) GetRedirectUri() string { - if m != nil && m.RedirectUri != nil { - return *m.RedirectUri - } - return "" -} - -type CPublishedFile_GetDetails_Request struct { - Publishedfileids []uint64 `protobuf:"fixed64,1,rep,name=publishedfileids" json:"publishedfileids,omitempty"` - Includetags *bool `protobuf:"varint,2,opt,name=includetags" json:"includetags,omitempty"` - Includeadditionalpreviews *bool `protobuf:"varint,3,opt,name=includeadditionalpreviews" json:"includeadditionalpreviews,omitempty"` - Includechildren *bool `protobuf:"varint,4,opt,name=includechildren" json:"includechildren,omitempty"` - Includekvtags *bool `protobuf:"varint,5,opt,name=includekvtags" json:"includekvtags,omitempty"` - Includevotes *bool `protobuf:"varint,6,opt,name=includevotes" json:"includevotes,omitempty"` - ShortDescription *bool `protobuf:"varint,8,opt,name=short_description" json:"short_description,omitempty"` - Includeforsaledata *bool `protobuf:"varint,10,opt,name=includeforsaledata" json:"includeforsaledata,omitempty"` - Includemetadata *bool `protobuf:"varint,11,opt,name=includemetadata" json:"includemetadata,omitempty"` - Language *int32 `protobuf:"varint,12,opt,name=language,def=0" json:"language,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetDetails_Request) Reset() { *m = CPublishedFile_GetDetails_Request{} } -func (m *CPublishedFile_GetDetails_Request) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_GetDetails_Request) ProtoMessage() {} -func (*CPublishedFile_GetDetails_Request) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{8} -} - -const Default_CPublishedFile_GetDetails_Request_Language int32 = 0 - -func (m *CPublishedFile_GetDetails_Request) GetPublishedfileids() []uint64 { - if m != nil { - return m.Publishedfileids - } - return nil -} - -func (m *CPublishedFile_GetDetails_Request) GetIncludetags() bool { - if m != nil && m.Includetags != nil { - return *m.Includetags - } - return false -} - -func (m *CPublishedFile_GetDetails_Request) GetIncludeadditionalpreviews() bool { - if m != nil && m.Includeadditionalpreviews != nil { - return *m.Includeadditionalpreviews - } - return false -} - -func (m *CPublishedFile_GetDetails_Request) GetIncludechildren() bool { - if m != nil && m.Includechildren != nil { - return *m.Includechildren - } - return false -} - -func (m *CPublishedFile_GetDetails_Request) GetIncludekvtags() bool { - if m != nil && m.Includekvtags != nil { - return *m.Includekvtags - } - return false -} - -func (m *CPublishedFile_GetDetails_Request) GetIncludevotes() bool { - if m != nil && m.Includevotes != nil { - return *m.Includevotes - } - return false -} - -func (m *CPublishedFile_GetDetails_Request) GetShortDescription() bool { - if m != nil && m.ShortDescription != nil { - return *m.ShortDescription - } - return false -} - -func (m *CPublishedFile_GetDetails_Request) GetIncludeforsaledata() bool { - if m != nil && m.Includeforsaledata != nil { - return *m.Includeforsaledata - } - return false -} - -func (m *CPublishedFile_GetDetails_Request) GetIncludemetadata() bool { - if m != nil && m.Includemetadata != nil { - return *m.Includemetadata - } - return false -} - -func (m *CPublishedFile_GetDetails_Request) GetLanguage() int32 { - if m != nil && m.Language != nil { - return *m.Language - } - return Default_CPublishedFile_GetDetails_Request_Language -} - -type PublishedFileDetails struct { - Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` - Publishedfileid *uint64 `protobuf:"varint,2,opt,name=publishedfileid" json:"publishedfileid,omitempty"` - Creator *uint64 `protobuf:"fixed64,3,opt,name=creator" json:"creator,omitempty"` - CreatorAppid *uint32 `protobuf:"varint,4,opt,name=creator_appid" json:"creator_appid,omitempty"` - ConsumerAppid *uint32 `protobuf:"varint,5,opt,name=consumer_appid" json:"consumer_appid,omitempty"` - ConsumerShortcutid *uint32 `protobuf:"varint,6,opt,name=consumer_shortcutid" json:"consumer_shortcutid,omitempty"` - Filename *string `protobuf:"bytes,7,opt,name=filename" json:"filename,omitempty"` - FileSize *uint64 `protobuf:"varint,8,opt,name=file_size" json:"file_size,omitempty"` - PreviewFileSize *uint64 `protobuf:"varint,9,opt,name=preview_file_size" json:"preview_file_size,omitempty"` - FileUrl *string `protobuf:"bytes,10,opt,name=file_url" json:"file_url,omitempty"` - PreviewUrl *string `protobuf:"bytes,11,opt,name=preview_url" json:"preview_url,omitempty"` - Youtubevideoid *string `protobuf:"bytes,12,opt,name=youtubevideoid" json:"youtubevideoid,omitempty"` - Url *string `protobuf:"bytes,13,opt,name=url" json:"url,omitempty"` - HcontentFile *uint64 `protobuf:"fixed64,14,opt,name=hcontent_file" json:"hcontent_file,omitempty"` - HcontentPreview *uint64 `protobuf:"fixed64,15,opt,name=hcontent_preview" json:"hcontent_preview,omitempty"` - Title *string `protobuf:"bytes,16,opt,name=title" json:"title,omitempty"` - FileDescription *string `protobuf:"bytes,17,opt,name=file_description" json:"file_description,omitempty"` - ShortDescription *string `protobuf:"bytes,18,opt,name=short_description" json:"short_description,omitempty"` - TimeCreated *uint32 `protobuf:"varint,19,opt,name=time_created" json:"time_created,omitempty"` - TimeUpdated *uint32 `protobuf:"varint,20,opt,name=time_updated" json:"time_updated,omitempty"` - Visibility *uint32 `protobuf:"varint,21,opt,name=visibility" json:"visibility,omitempty"` - Flags *uint32 `protobuf:"varint,22,opt,name=flags" json:"flags,omitempty"` - WorkshopFile *bool `protobuf:"varint,23,opt,name=workshop_file" json:"workshop_file,omitempty"` - WorkshopAccepted *bool `protobuf:"varint,24,opt,name=workshop_accepted" json:"workshop_accepted,omitempty"` - ShowSubscribeAll *bool `protobuf:"varint,25,opt,name=show_subscribe_all" json:"show_subscribe_all,omitempty"` - NumCommentsDeveloper *int32 `protobuf:"varint,26,opt,name=num_comments_developer" json:"num_comments_developer,omitempty"` - NumCommentsPublic *int32 `protobuf:"varint,27,opt,name=num_comments_public" json:"num_comments_public,omitempty"` - Banned *bool `protobuf:"varint,28,opt,name=banned" json:"banned,omitempty"` - BanReason *string `protobuf:"bytes,29,opt,name=ban_reason" json:"ban_reason,omitempty"` - Banner *uint64 `protobuf:"fixed64,30,opt,name=banner" json:"banner,omitempty"` - CanBeDeleted *bool `protobuf:"varint,31,opt,name=can_be_deleted" json:"can_be_deleted,omitempty"` - Incompatible *bool `protobuf:"varint,32,opt,name=incompatible" json:"incompatible,omitempty"` - AppName *string `protobuf:"bytes,33,opt,name=app_name" json:"app_name,omitempty"` - FileType *uint32 `protobuf:"varint,34,opt,name=file_type" json:"file_type,omitempty"` - CanSubscribe *bool `protobuf:"varint,35,opt,name=can_subscribe" json:"can_subscribe,omitempty"` - Subscriptions *uint32 `protobuf:"varint,36,opt,name=subscriptions" json:"subscriptions,omitempty"` - Favorited *uint32 `protobuf:"varint,37,opt,name=favorited" json:"favorited,omitempty"` - Followers *uint32 `protobuf:"varint,38,opt,name=followers" json:"followers,omitempty"` - LifetimeSubscriptions *uint32 `protobuf:"varint,39,opt,name=lifetime_subscriptions" json:"lifetime_subscriptions,omitempty"` - LifetimeFavorited *uint32 `protobuf:"varint,40,opt,name=lifetime_favorited" json:"lifetime_favorited,omitempty"` - LifetimeFollowers *uint32 `protobuf:"varint,41,opt,name=lifetime_followers" json:"lifetime_followers,omitempty"` - Views *uint32 `protobuf:"varint,42,opt,name=views" json:"views,omitempty"` - ImageWidth *uint32 `protobuf:"varint,43,opt,name=image_width" json:"image_width,omitempty"` - ImageHeight *uint32 `protobuf:"varint,44,opt,name=image_height" json:"image_height,omitempty"` - ImageUrl *string `protobuf:"bytes,45,opt,name=image_url" json:"image_url,omitempty"` - SpoilerTag *bool `protobuf:"varint,46,opt,name=spoiler_tag" json:"spoiler_tag,omitempty"` - Shortcutid *uint32 `protobuf:"varint,47,opt,name=shortcutid" json:"shortcutid,omitempty"` - Shortcutname *string `protobuf:"bytes,48,opt,name=shortcutname" json:"shortcutname,omitempty"` - NumChildren *uint32 `protobuf:"varint,49,opt,name=num_children" json:"num_children,omitempty"` - NumReports *uint32 `protobuf:"varint,50,opt,name=num_reports" json:"num_reports,omitempty"` - Previews []*PublishedFileDetails_Preview `protobuf:"bytes,51,rep,name=previews" json:"previews,omitempty"` - Tags []*PublishedFileDetails_Tag `protobuf:"bytes,52,rep,name=tags" json:"tags,omitempty"` - Children []*PublishedFileDetails_Child `protobuf:"bytes,53,rep,name=children" json:"children,omitempty"` - Kvtags []*PublishedFileDetails_KVTag `protobuf:"bytes,54,rep,name=kvtags" json:"kvtags,omitempty"` - VoteData *PublishedFileDetails_VoteData `protobuf:"bytes,55,opt,name=vote_data" json:"vote_data,omitempty"` - TimeSubscribed *uint32 `protobuf:"varint,56,opt,name=time_subscribed" json:"time_subscribed,omitempty"` - ForSaleData *PublishedFileDetails_ForSaleData `protobuf:"bytes,57,opt,name=for_sale_data" json:"for_sale_data,omitempty"` - Metadata *string `protobuf:"bytes,58,opt,name=metadata" json:"metadata,omitempty"` - IncompatibleActor *uint64 `protobuf:"fixed64,59,opt,name=incompatible_actor" json:"incompatible_actor,omitempty"` - IncompatibleTimestamp *uint32 `protobuf:"varint,60,opt,name=incompatible_timestamp" json:"incompatible_timestamp,omitempty"` - Language *int32 `protobuf:"varint,61,opt,name=language,def=0" json:"language,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *PublishedFileDetails) Reset() { *m = PublishedFileDetails{} } -func (m *PublishedFileDetails) String() string { return proto.CompactTextString(m) } -func (*PublishedFileDetails) ProtoMessage() {} -func (*PublishedFileDetails) Descriptor() ([]byte, []int) { return publishedfile_fileDescriptor0, []int{9} } - -const Default_PublishedFileDetails_Language int32 = 0 - -func (m *PublishedFileDetails) GetResult() uint32 { - if m != nil && m.Result != nil { - return *m.Result - } - return 0 -} - -func (m *PublishedFileDetails) GetPublishedfileid() uint64 { - if m != nil && m.Publishedfileid != nil { - return *m.Publishedfileid - } - return 0 -} - -func (m *PublishedFileDetails) GetCreator() uint64 { - if m != nil && m.Creator != nil { - return *m.Creator - } - return 0 -} - -func (m *PublishedFileDetails) GetCreatorAppid() uint32 { - if m != nil && m.CreatorAppid != nil { - return *m.CreatorAppid - } - return 0 -} - -func (m *PublishedFileDetails) GetConsumerAppid() uint32 { - if m != nil && m.ConsumerAppid != nil { - return *m.ConsumerAppid - } - return 0 -} - -func (m *PublishedFileDetails) GetConsumerShortcutid() uint32 { - if m != nil && m.ConsumerShortcutid != nil { - return *m.ConsumerShortcutid - } - return 0 -} - -func (m *PublishedFileDetails) GetFilename() string { - if m != nil && m.Filename != nil { - return *m.Filename - } - return "" -} - -func (m *PublishedFileDetails) GetFileSize() uint64 { - if m != nil && m.FileSize != nil { - return *m.FileSize - } - return 0 -} - -func (m *PublishedFileDetails) GetPreviewFileSize() uint64 { - if m != nil && m.PreviewFileSize != nil { - return *m.PreviewFileSize - } - return 0 -} - -func (m *PublishedFileDetails) GetFileUrl() string { - if m != nil && m.FileUrl != nil { - return *m.FileUrl - } - return "" -} - -func (m *PublishedFileDetails) GetPreviewUrl() string { - if m != nil && m.PreviewUrl != nil { - return *m.PreviewUrl - } - return "" -} - -func (m *PublishedFileDetails) GetYoutubevideoid() string { - if m != nil && m.Youtubevideoid != nil { - return *m.Youtubevideoid - } - return "" -} - -func (m *PublishedFileDetails) GetUrl() string { - if m != nil && m.Url != nil { - return *m.Url - } - return "" -} - -func (m *PublishedFileDetails) GetHcontentFile() uint64 { - if m != nil && m.HcontentFile != nil { - return *m.HcontentFile - } - return 0 -} - -func (m *PublishedFileDetails) GetHcontentPreview() uint64 { - if m != nil && m.HcontentPreview != nil { - return *m.HcontentPreview - } - return 0 -} - -func (m *PublishedFileDetails) GetTitle() string { - if m != nil && m.Title != nil { - return *m.Title - } - return "" -} - -func (m *PublishedFileDetails) GetFileDescription() string { - if m != nil && m.FileDescription != nil { - return *m.FileDescription - } - return "" -} - -func (m *PublishedFileDetails) GetShortDescription() string { - if m != nil && m.ShortDescription != nil { - return *m.ShortDescription - } - return "" -} - -func (m *PublishedFileDetails) GetTimeCreated() uint32 { - if m != nil && m.TimeCreated != nil { - return *m.TimeCreated - } - return 0 -} - -func (m *PublishedFileDetails) GetTimeUpdated() uint32 { - if m != nil && m.TimeUpdated != nil { - return *m.TimeUpdated - } - return 0 -} - -func (m *PublishedFileDetails) GetVisibility() uint32 { - if m != nil && m.Visibility != nil { - return *m.Visibility - } - return 0 -} - -func (m *PublishedFileDetails) GetFlags() uint32 { - if m != nil && m.Flags != nil { - return *m.Flags - } - return 0 -} - -func (m *PublishedFileDetails) GetWorkshopFile() bool { - if m != nil && m.WorkshopFile != nil { - return *m.WorkshopFile - } - return false -} - -func (m *PublishedFileDetails) GetWorkshopAccepted() bool { - if m != nil && m.WorkshopAccepted != nil { - return *m.WorkshopAccepted - } - return false -} - -func (m *PublishedFileDetails) GetShowSubscribeAll() bool { - if m != nil && m.ShowSubscribeAll != nil { - return *m.ShowSubscribeAll - } - return false -} - -func (m *PublishedFileDetails) GetNumCommentsDeveloper() int32 { - if m != nil && m.NumCommentsDeveloper != nil { - return *m.NumCommentsDeveloper - } - return 0 -} - -func (m *PublishedFileDetails) GetNumCommentsPublic() int32 { - if m != nil && m.NumCommentsPublic != nil { - return *m.NumCommentsPublic - } - return 0 -} - -func (m *PublishedFileDetails) GetBanned() bool { - if m != nil && m.Banned != nil { - return *m.Banned - } - return false -} - -func (m *PublishedFileDetails) GetBanReason() string { - if m != nil && m.BanReason != nil { - return *m.BanReason - } - return "" -} - -func (m *PublishedFileDetails) GetBanner() uint64 { - if m != nil && m.Banner != nil { - return *m.Banner - } - return 0 -} - -func (m *PublishedFileDetails) GetCanBeDeleted() bool { - if m != nil && m.CanBeDeleted != nil { - return *m.CanBeDeleted - } - return false -} - -func (m *PublishedFileDetails) GetIncompatible() bool { - if m != nil && m.Incompatible != nil { - return *m.Incompatible - } - return false -} - -func (m *PublishedFileDetails) GetAppName() string { - if m != nil && m.AppName != nil { - return *m.AppName - } - return "" -} - -func (m *PublishedFileDetails) GetFileType() uint32 { - if m != nil && m.FileType != nil { - return *m.FileType - } - return 0 -} - -func (m *PublishedFileDetails) GetCanSubscribe() bool { - if m != nil && m.CanSubscribe != nil { - return *m.CanSubscribe - } - return false -} - -func (m *PublishedFileDetails) GetSubscriptions() uint32 { - if m != nil && m.Subscriptions != nil { - return *m.Subscriptions - } - return 0 -} - -func (m *PublishedFileDetails) GetFavorited() uint32 { - if m != nil && m.Favorited != nil { - return *m.Favorited - } - return 0 -} - -func (m *PublishedFileDetails) GetFollowers() uint32 { - if m != nil && m.Followers != nil { - return *m.Followers - } - return 0 -} - -func (m *PublishedFileDetails) GetLifetimeSubscriptions() uint32 { - if m != nil && m.LifetimeSubscriptions != nil { - return *m.LifetimeSubscriptions - } - return 0 -} - -func (m *PublishedFileDetails) GetLifetimeFavorited() uint32 { - if m != nil && m.LifetimeFavorited != nil { - return *m.LifetimeFavorited - } - return 0 -} - -func (m *PublishedFileDetails) GetLifetimeFollowers() uint32 { - if m != nil && m.LifetimeFollowers != nil { - return *m.LifetimeFollowers - } - return 0 -} - -func (m *PublishedFileDetails) GetViews() uint32 { - if m != nil && m.Views != nil { - return *m.Views - } - return 0 -} - -func (m *PublishedFileDetails) GetImageWidth() uint32 { - if m != nil && m.ImageWidth != nil { - return *m.ImageWidth - } - return 0 -} - -func (m *PublishedFileDetails) GetImageHeight() uint32 { - if m != nil && m.ImageHeight != nil { - return *m.ImageHeight - } - return 0 -} - -func (m *PublishedFileDetails) GetImageUrl() string { - if m != nil && m.ImageUrl != nil { - return *m.ImageUrl - } - return "" -} - -func (m *PublishedFileDetails) GetSpoilerTag() bool { - if m != nil && m.SpoilerTag != nil { - return *m.SpoilerTag - } - return false -} - -func (m *PublishedFileDetails) GetShortcutid() uint32 { - if m != nil && m.Shortcutid != nil { - return *m.Shortcutid - } - return 0 -} - -func (m *PublishedFileDetails) GetShortcutname() string { - if m != nil && m.Shortcutname != nil { - return *m.Shortcutname - } - return "" -} - -func (m *PublishedFileDetails) GetNumChildren() uint32 { - if m != nil && m.NumChildren != nil { - return *m.NumChildren - } - return 0 -} - -func (m *PublishedFileDetails) GetNumReports() uint32 { - if m != nil && m.NumReports != nil { - return *m.NumReports - } - return 0 -} - -func (m *PublishedFileDetails) GetPreviews() []*PublishedFileDetails_Preview { - if m != nil { - return m.Previews - } - return nil -} - -func (m *PublishedFileDetails) GetTags() []*PublishedFileDetails_Tag { - if m != nil { - return m.Tags - } - return nil -} - -func (m *PublishedFileDetails) GetChildren() []*PublishedFileDetails_Child { - if m != nil { - return m.Children - } - return nil -} - -func (m *PublishedFileDetails) GetKvtags() []*PublishedFileDetails_KVTag { - if m != nil { - return m.Kvtags - } - return nil -} - -func (m *PublishedFileDetails) GetVoteData() *PublishedFileDetails_VoteData { - if m != nil { - return m.VoteData - } - return nil -} - -func (m *PublishedFileDetails) GetTimeSubscribed() uint32 { - if m != nil && m.TimeSubscribed != nil { - return *m.TimeSubscribed - } - return 0 -} - -func (m *PublishedFileDetails) GetForSaleData() *PublishedFileDetails_ForSaleData { - if m != nil { - return m.ForSaleData - } - return nil -} - -func (m *PublishedFileDetails) GetMetadata() string { - if m != nil && m.Metadata != nil { - return *m.Metadata - } - return "" -} - -func (m *PublishedFileDetails) GetIncompatibleActor() uint64 { - if m != nil && m.IncompatibleActor != nil { - return *m.IncompatibleActor - } - return 0 -} - -func (m *PublishedFileDetails) GetIncompatibleTimestamp() uint32 { - if m != nil && m.IncompatibleTimestamp != nil { - return *m.IncompatibleTimestamp - } - return 0 -} - -func (m *PublishedFileDetails) GetLanguage() int32 { - if m != nil && m.Language != nil { - return *m.Language - } - return Default_PublishedFileDetails_Language -} - -type PublishedFileDetails_Tag struct { - Tag *string `protobuf:"bytes,1,opt,name=tag" json:"tag,omitempty"` - Adminonly *bool `protobuf:"varint,2,opt,name=adminonly" json:"adminonly,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *PublishedFileDetails_Tag) Reset() { *m = PublishedFileDetails_Tag{} } -func (m *PublishedFileDetails_Tag) String() string { return proto.CompactTextString(m) } -func (*PublishedFileDetails_Tag) ProtoMessage() {} -func (*PublishedFileDetails_Tag) Descriptor() ([]byte, []int) { return publishedfile_fileDescriptor0, []int{9, 0} } - -func (m *PublishedFileDetails_Tag) GetTag() string { - if m != nil && m.Tag != nil { - return *m.Tag - } - return "" -} - -func (m *PublishedFileDetails_Tag) GetAdminonly() bool { - if m != nil && m.Adminonly != nil { - return *m.Adminonly - } - return false -} - -type PublishedFileDetails_Preview struct { - Previewid *uint64 `protobuf:"varint,1,opt,name=previewid" json:"previewid,omitempty"` - Sortorder *uint32 `protobuf:"varint,2,opt,name=sortorder" json:"sortorder,omitempty"` - Url *string `protobuf:"bytes,3,opt,name=url" json:"url,omitempty"` - Size *uint32 `protobuf:"varint,4,opt,name=size" json:"size,omitempty"` - Filename *string `protobuf:"bytes,5,opt,name=filename" json:"filename,omitempty"` - Youtubevideoid *string `protobuf:"bytes,6,opt,name=youtubevideoid" json:"youtubevideoid,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *PublishedFileDetails_Preview) Reset() { *m = PublishedFileDetails_Preview{} } -func (m *PublishedFileDetails_Preview) String() string { return proto.CompactTextString(m) } -func (*PublishedFileDetails_Preview) ProtoMessage() {} -func (*PublishedFileDetails_Preview) Descriptor() ([]byte, []int) { return publishedfile_fileDescriptor0, []int{9, 1} } - -func (m *PublishedFileDetails_Preview) GetPreviewid() uint64 { - if m != nil && m.Previewid != nil { - return *m.Previewid - } - return 0 -} - -func (m *PublishedFileDetails_Preview) GetSortorder() uint32 { - if m != nil && m.Sortorder != nil { - return *m.Sortorder - } - return 0 -} - -func (m *PublishedFileDetails_Preview) GetUrl() string { - if m != nil && m.Url != nil { - return *m.Url - } - return "" -} - -func (m *PublishedFileDetails_Preview) GetSize() uint32 { - if m != nil && m.Size != nil { - return *m.Size - } - return 0 -} - -func (m *PublishedFileDetails_Preview) GetFilename() string { - if m != nil && m.Filename != nil { - return *m.Filename - } - return "" -} - -func (m *PublishedFileDetails_Preview) GetYoutubevideoid() string { - if m != nil && m.Youtubevideoid != nil { - return *m.Youtubevideoid - } - return "" -} - -type PublishedFileDetails_Child struct { - Publishedfileid *uint64 `protobuf:"varint,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"` - Sortorder *uint32 `protobuf:"varint,2,opt,name=sortorder" json:"sortorder,omitempty"` - FileType *uint32 `protobuf:"varint,3,opt,name=file_type" json:"file_type,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *PublishedFileDetails_Child) Reset() { *m = PublishedFileDetails_Child{} } -func (m *PublishedFileDetails_Child) String() string { return proto.CompactTextString(m) } -func (*PublishedFileDetails_Child) ProtoMessage() {} -func (*PublishedFileDetails_Child) Descriptor() ([]byte, []int) { return publishedfile_fileDescriptor0, []int{9, 2} } - -func (m *PublishedFileDetails_Child) GetPublishedfileid() uint64 { - if m != nil && m.Publishedfileid != nil { - return *m.Publishedfileid - } - return 0 -} - -func (m *PublishedFileDetails_Child) GetSortorder() uint32 { - if m != nil && m.Sortorder != nil { - return *m.Sortorder - } - return 0 -} - -func (m *PublishedFileDetails_Child) GetFileType() uint32 { - if m != nil && m.FileType != nil { - return *m.FileType - } - return 0 -} - -type PublishedFileDetails_KVTag struct { - Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"` - Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *PublishedFileDetails_KVTag) Reset() { *m = PublishedFileDetails_KVTag{} } -func (m *PublishedFileDetails_KVTag) String() string { return proto.CompactTextString(m) } -func (*PublishedFileDetails_KVTag) ProtoMessage() {} -func (*PublishedFileDetails_KVTag) Descriptor() ([]byte, []int) { return publishedfile_fileDescriptor0, []int{9, 3} } - -func (m *PublishedFileDetails_KVTag) GetKey() string { - if m != nil && m.Key != nil { - return *m.Key - } - return "" -} - -func (m *PublishedFileDetails_KVTag) GetValue() string { - if m != nil && m.Value != nil { - return *m.Value - } - return "" -} - -type PublishedFileDetails_VoteData struct { - Score *float32 `protobuf:"fixed32,1,opt,name=score" json:"score,omitempty"` - VotesUp *uint32 `protobuf:"varint,2,opt,name=votes_up" json:"votes_up,omitempty"` - VotesDown *uint32 `protobuf:"varint,3,opt,name=votes_down" json:"votes_down,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *PublishedFileDetails_VoteData) Reset() { *m = PublishedFileDetails_VoteData{} } -func (m *PublishedFileDetails_VoteData) String() string { return proto.CompactTextString(m) } -func (*PublishedFileDetails_VoteData) ProtoMessage() {} -func (*PublishedFileDetails_VoteData) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{9, 4} -} - -func (m *PublishedFileDetails_VoteData) GetScore() float32 { - if m != nil && m.Score != nil { - return *m.Score - } - return 0 -} - -func (m *PublishedFileDetails_VoteData) GetVotesUp() uint32 { - if m != nil && m.VotesUp != nil { - return *m.VotesUp - } - return 0 -} - -func (m *PublishedFileDetails_VoteData) GetVotesDown() uint32 { - if m != nil && m.VotesDown != nil { - return *m.VotesDown - } - return 0 -} - -type PublishedFileDetails_ForSaleData struct { - IsForSale *bool `protobuf:"varint,1,opt,name=is_for_sale" json:"is_for_sale,omitempty"` - PriceCategory *uint32 `protobuf:"varint,2,opt,name=price_category" json:"price_category,omitempty"` - Estatus *PublishedFileDetails_EPublishedFileForSaleStatus `protobuf:"varint,3,opt,name=estatus,enum=PublishedFileDetails_EPublishedFileForSaleStatus,def=0" json:"estatus,omitempty"` - PriceCategoryFloor *uint32 `protobuf:"varint,4,opt,name=price_category_floor" json:"price_category_floor,omitempty"` - PriceIsPayWhatYouWant *bool `protobuf:"varint,5,opt,name=price_is_pay_what_you_want" json:"price_is_pay_what_you_want,omitempty"` - DiscountPercentage *uint32 `protobuf:"varint,6,opt,name=discount_percentage" json:"discount_percentage,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *PublishedFileDetails_ForSaleData) Reset() { *m = PublishedFileDetails_ForSaleData{} } -func (m *PublishedFileDetails_ForSaleData) String() string { return proto.CompactTextString(m) } -func (*PublishedFileDetails_ForSaleData) ProtoMessage() {} -func (*PublishedFileDetails_ForSaleData) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{9, 5} -} - -const Default_PublishedFileDetails_ForSaleData_Estatus PublishedFileDetails_EPublishedFileForSaleStatus = PublishedFileDetails_k_PFFSS_NotForSale - -func (m *PublishedFileDetails_ForSaleData) GetIsForSale() bool { - if m != nil && m.IsForSale != nil { - return *m.IsForSale - } - return false -} - -func (m *PublishedFileDetails_ForSaleData) GetPriceCategory() uint32 { - if m != nil && m.PriceCategory != nil { - return *m.PriceCategory - } - return 0 -} - -func (m *PublishedFileDetails_ForSaleData) GetEstatus() PublishedFileDetails_EPublishedFileForSaleStatus { - if m != nil && m.Estatus != nil { - return *m.Estatus - } - return Default_PublishedFileDetails_ForSaleData_Estatus -} - -func (m *PublishedFileDetails_ForSaleData) GetPriceCategoryFloor() uint32 { - if m != nil && m.PriceCategoryFloor != nil { - return *m.PriceCategoryFloor - } - return 0 -} - -func (m *PublishedFileDetails_ForSaleData) GetPriceIsPayWhatYouWant() bool { - if m != nil && m.PriceIsPayWhatYouWant != nil { - return *m.PriceIsPayWhatYouWant - } - return false -} - -func (m *PublishedFileDetails_ForSaleData) GetDiscountPercentage() uint32 { - if m != nil && m.DiscountPercentage != nil { - return *m.DiscountPercentage - } - return 0 -} - -type CPublishedFile_GetDetails_Response struct { - Publishedfiledetails []*PublishedFileDetails `protobuf:"bytes,1,rep,name=publishedfiledetails" json:"publishedfiledetails,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetDetails_Response) Reset() { *m = CPublishedFile_GetDetails_Response{} } -func (m *CPublishedFile_GetDetails_Response) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_GetDetails_Response) ProtoMessage() {} -func (*CPublishedFile_GetDetails_Response) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{10} -} - -func (m *CPublishedFile_GetDetails_Response) GetPublishedfiledetails() []*PublishedFileDetails { - if m != nil { - return m.Publishedfiledetails - } - return nil -} - -type CPublishedFile_GetItemInfo_Request struct { - AppId *uint32 `protobuf:"varint,1,opt,name=app_id" json:"app_id,omitempty"` - LastTimeUpdated *uint32 `protobuf:"varint,2,opt,name=last_time_updated" json:"last_time_updated,omitempty"` - WorkshopItems []*CPublishedFile_GetItemInfo_Request_WorkshopItem `protobuf:"bytes,3,rep,name=workshop_items" json:"workshop_items,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetItemInfo_Request) Reset() { *m = CPublishedFile_GetItemInfo_Request{} } -func (m *CPublishedFile_GetItemInfo_Request) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_GetItemInfo_Request) ProtoMessage() {} -func (*CPublishedFile_GetItemInfo_Request) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{11} -} - -func (m *CPublishedFile_GetItemInfo_Request) GetAppId() uint32 { - if m != nil && m.AppId != nil { - return *m.AppId - } - return 0 -} - -func (m *CPublishedFile_GetItemInfo_Request) GetLastTimeUpdated() uint32 { - if m != nil && m.LastTimeUpdated != nil { - return *m.LastTimeUpdated - } - return 0 -} - -func (m *CPublishedFile_GetItemInfo_Request) GetWorkshopItems() []*CPublishedFile_GetItemInfo_Request_WorkshopItem { - if m != nil { - return m.WorkshopItems - } - return nil -} - -type CPublishedFile_GetItemInfo_Request_WorkshopItem struct { - PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id" json:"published_file_id,omitempty"` - TimeUpdated *uint32 `protobuf:"varint,2,opt,name=time_updated" json:"time_updated,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetItemInfo_Request_WorkshopItem) Reset() { - *m = CPublishedFile_GetItemInfo_Request_WorkshopItem{} -} -func (m *CPublishedFile_GetItemInfo_Request_WorkshopItem) String() string { - return proto.CompactTextString(m) -} -func (*CPublishedFile_GetItemInfo_Request_WorkshopItem) ProtoMessage() {} -func (*CPublishedFile_GetItemInfo_Request_WorkshopItem) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{11, 0} -} - -func (m *CPublishedFile_GetItemInfo_Request_WorkshopItem) GetPublishedFileId() uint64 { - if m != nil && m.PublishedFileId != nil { - return *m.PublishedFileId - } - return 0 -} - -func (m *CPublishedFile_GetItemInfo_Request_WorkshopItem) GetTimeUpdated() uint32 { - if m != nil && m.TimeUpdated != nil { - return *m.TimeUpdated - } - return 0 -} - -type CPublishedFile_GetItemInfo_Response struct { - UpdateTime *uint32 `protobuf:"varint,1,opt,name=update_time" json:"update_time,omitempty"` - WorkshopItems []*CPublishedFile_GetItemInfo_Response_WorkshopItemInfo `protobuf:"bytes,2,rep,name=workshop_items" json:"workshop_items,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetItemInfo_Response) Reset() { *m = CPublishedFile_GetItemInfo_Response{} } -func (m *CPublishedFile_GetItemInfo_Response) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_GetItemInfo_Response) ProtoMessage() {} -func (*CPublishedFile_GetItemInfo_Response) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{12} -} - -func (m *CPublishedFile_GetItemInfo_Response) GetUpdateTime() uint32 { - if m != nil && m.UpdateTime != nil { - return *m.UpdateTime - } - return 0 -} - -func (m *CPublishedFile_GetItemInfo_Response) GetWorkshopItems() []*CPublishedFile_GetItemInfo_Response_WorkshopItemInfo { - if m != nil { - return m.WorkshopItems - } - return nil -} - -type CPublishedFile_GetItemInfo_Response_WorkshopItemInfo struct { - PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id" json:"published_file_id,omitempty"` - TimeUpdated *uint32 `protobuf:"varint,2,opt,name=time_updated" json:"time_updated,omitempty"` - ManifestId *uint64 `protobuf:"fixed64,3,opt,name=manifest_id" json:"manifest_id,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) Reset() { - *m = CPublishedFile_GetItemInfo_Response_WorkshopItemInfo{} -} -func (m *CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) String() string { - return proto.CompactTextString(m) -} -func (*CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) ProtoMessage() {} -func (*CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{12, 0} -} - -func (m *CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) GetPublishedFileId() uint64 { - if m != nil && m.PublishedFileId != nil { - return *m.PublishedFileId - } - return 0 -} - -func (m *CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) GetTimeUpdated() uint32 { - if m != nil && m.TimeUpdated != nil { - return *m.TimeUpdated - } - return 0 -} - -func (m *CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) GetManifestId() uint64 { - if m != nil && m.ManifestId != nil { - return *m.ManifestId - } - return 0 -} - -type CPublishedFile_GetUserFiles_Request struct { - Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"` - Appid *uint32 `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"` - Page *uint32 `protobuf:"varint,4,opt,name=page,def=1" json:"page,omitempty"` - Numperpage *uint32 `protobuf:"varint,5,opt,name=numperpage,def=1" json:"numperpage,omitempty"` - Type *string `protobuf:"bytes,6,opt,name=type,def=myfiles" json:"type,omitempty"` - Sortmethod *string `protobuf:"bytes,7,opt,name=sortmethod,def=lastupdated" json:"sortmethod,omitempty"` - Privacy *uint32 `protobuf:"varint,9,opt,name=privacy" json:"privacy,omitempty"` - Requiredtags []string `protobuf:"bytes,10,rep,name=requiredtags" json:"requiredtags,omitempty"` - Excludedtags []string `protobuf:"bytes,11,rep,name=excludedtags" json:"excludedtags,omitempty"` - RequiredKvTags []*CPublishedFile_GetUserFiles_Request_KVTag `protobuf:"bytes,30,rep,name=required_kv_tags" json:"required_kv_tags,omitempty"` - Filetype *uint32 `protobuf:"varint,14,opt,name=filetype" json:"filetype,omitempty"` - CreatorAppid *uint32 `protobuf:"varint,15,opt,name=creator_appid" json:"creator_appid,omitempty"` - MatchCloudFilename *string `protobuf:"bytes,16,opt,name=match_cloud_filename" json:"match_cloud_filename,omitempty"` - CacheMaxAgeSeconds *uint32 `protobuf:"varint,27,opt,name=cache_max_age_seconds,def=0" json:"cache_max_age_seconds,omitempty"` - Language *int32 `protobuf:"varint,29,opt,name=language,def=0" json:"language,omitempty"` - Totalonly *bool `protobuf:"varint,17,opt,name=totalonly" json:"totalonly,omitempty"` - IdsOnly *bool `protobuf:"varint,18,opt,name=ids_only" json:"ids_only,omitempty"` - ReturnVoteData *bool `protobuf:"varint,19,opt,name=return_vote_data,def=1" json:"return_vote_data,omitempty"` - ReturnTags *bool `protobuf:"varint,20,opt,name=return_tags" json:"return_tags,omitempty"` - ReturnKvTags *bool `protobuf:"varint,21,opt,name=return_kv_tags,def=1" json:"return_kv_tags,omitempty"` - ReturnPreviews *bool `protobuf:"varint,22,opt,name=return_previews" json:"return_previews,omitempty"` - ReturnChildren *bool `protobuf:"varint,23,opt,name=return_children" json:"return_children,omitempty"` - ReturnShortDescription *bool `protobuf:"varint,24,opt,name=return_short_description,def=1" json:"return_short_description,omitempty"` - ReturnForSaleData *bool `protobuf:"varint,26,opt,name=return_for_sale_data" json:"return_for_sale_data,omitempty"` - ReturnMetadata *bool `protobuf:"varint,28,opt,name=return_metadata,def=0" json:"return_metadata,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetUserFiles_Request) Reset() { *m = CPublishedFile_GetUserFiles_Request{} } -func (m *CPublishedFile_GetUserFiles_Request) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_GetUserFiles_Request) ProtoMessage() {} -func (*CPublishedFile_GetUserFiles_Request) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{13} -} - -const Default_CPublishedFile_GetUserFiles_Request_Page uint32 = 1 -const Default_CPublishedFile_GetUserFiles_Request_Numperpage uint32 = 1 -const Default_CPublishedFile_GetUserFiles_Request_Type string = "myfiles" -const Default_CPublishedFile_GetUserFiles_Request_Sortmethod string = "lastupdated" -const Default_CPublishedFile_GetUserFiles_Request_CacheMaxAgeSeconds uint32 = 0 -const Default_CPublishedFile_GetUserFiles_Request_Language int32 = 0 -const Default_CPublishedFile_GetUserFiles_Request_ReturnVoteData bool = true -const Default_CPublishedFile_GetUserFiles_Request_ReturnKvTags bool = true -const Default_CPublishedFile_GetUserFiles_Request_ReturnShortDescription bool = true -const Default_CPublishedFile_GetUserFiles_Request_ReturnMetadata bool = false - -func (m *CPublishedFile_GetUserFiles_Request) GetSteamid() uint64 { - if m != nil && m.Steamid != nil { - return *m.Steamid - } - return 0 -} - -func (m *CPublishedFile_GetUserFiles_Request) GetAppid() uint32 { - if m != nil && m.Appid != nil { - return *m.Appid - } - return 0 -} - -func (m *CPublishedFile_GetUserFiles_Request) GetPage() uint32 { - if m != nil && m.Page != nil { - return *m.Page - } - return Default_CPublishedFile_GetUserFiles_Request_Page -} - -func (m *CPublishedFile_GetUserFiles_Request) GetNumperpage() uint32 { - if m != nil && m.Numperpage != nil { - return *m.Numperpage - } - return Default_CPublishedFile_GetUserFiles_Request_Numperpage -} - -func (m *CPublishedFile_GetUserFiles_Request) GetType() string { - if m != nil && m.Type != nil { - return *m.Type - } - return Default_CPublishedFile_GetUserFiles_Request_Type -} - -func (m *CPublishedFile_GetUserFiles_Request) GetSortmethod() string { - if m != nil && m.Sortmethod != nil { - return *m.Sortmethod - } - return Default_CPublishedFile_GetUserFiles_Request_Sortmethod -} - -func (m *CPublishedFile_GetUserFiles_Request) GetPrivacy() uint32 { - if m != nil && m.Privacy != nil { - return *m.Privacy - } - return 0 -} - -func (m *CPublishedFile_GetUserFiles_Request) GetRequiredtags() []string { - if m != nil { - return m.Requiredtags - } - return nil -} - -func (m *CPublishedFile_GetUserFiles_Request) GetExcludedtags() []string { - if m != nil { - return m.Excludedtags - } - return nil -} - -func (m *CPublishedFile_GetUserFiles_Request) GetRequiredKvTags() []*CPublishedFile_GetUserFiles_Request_KVTag { - if m != nil { - return m.RequiredKvTags - } - return nil -} - -func (m *CPublishedFile_GetUserFiles_Request) GetFiletype() uint32 { - if m != nil && m.Filetype != nil { - return *m.Filetype - } - return 0 -} - -func (m *CPublishedFile_GetUserFiles_Request) GetCreatorAppid() uint32 { - if m != nil && m.CreatorAppid != nil { - return *m.CreatorAppid - } - return 0 -} - -func (m *CPublishedFile_GetUserFiles_Request) GetMatchCloudFilename() string { - if m != nil && m.MatchCloudFilename != nil { - return *m.MatchCloudFilename - } - return "" -} - -func (m *CPublishedFile_GetUserFiles_Request) GetCacheMaxAgeSeconds() uint32 { - if m != nil && m.CacheMaxAgeSeconds != nil { - return *m.CacheMaxAgeSeconds - } - return Default_CPublishedFile_GetUserFiles_Request_CacheMaxAgeSeconds -} - -func (m *CPublishedFile_GetUserFiles_Request) GetLanguage() int32 { - if m != nil && m.Language != nil { - return *m.Language - } - return Default_CPublishedFile_GetUserFiles_Request_Language -} - -func (m *CPublishedFile_GetUserFiles_Request) GetTotalonly() bool { - if m != nil && m.Totalonly != nil { - return *m.Totalonly - } - return false -} - -func (m *CPublishedFile_GetUserFiles_Request) GetIdsOnly() bool { - if m != nil && m.IdsOnly != nil { - return *m.IdsOnly - } - return false -} - -func (m *CPublishedFile_GetUserFiles_Request) GetReturnVoteData() bool { - if m != nil && m.ReturnVoteData != nil { - return *m.ReturnVoteData - } - return Default_CPublishedFile_GetUserFiles_Request_ReturnVoteData -} - -func (m *CPublishedFile_GetUserFiles_Request) GetReturnTags() bool { - if m != nil && m.ReturnTags != nil { - return *m.ReturnTags - } - return false -} - -func (m *CPublishedFile_GetUserFiles_Request) GetReturnKvTags() bool { - if m != nil && m.ReturnKvTags != nil { - return *m.ReturnKvTags - } - return Default_CPublishedFile_GetUserFiles_Request_ReturnKvTags -} - -func (m *CPublishedFile_GetUserFiles_Request) GetReturnPreviews() bool { - if m != nil && m.ReturnPreviews != nil { - return *m.ReturnPreviews - } - return false -} - -func (m *CPublishedFile_GetUserFiles_Request) GetReturnChildren() bool { - if m != nil && m.ReturnChildren != nil { - return *m.ReturnChildren - } - return false -} - -func (m *CPublishedFile_GetUserFiles_Request) GetReturnShortDescription() bool { - if m != nil && m.ReturnShortDescription != nil { - return *m.ReturnShortDescription - } - return Default_CPublishedFile_GetUserFiles_Request_ReturnShortDescription -} - -func (m *CPublishedFile_GetUserFiles_Request) GetReturnForSaleData() bool { - if m != nil && m.ReturnForSaleData != nil { - return *m.ReturnForSaleData - } - return false -} - -func (m *CPublishedFile_GetUserFiles_Request) GetReturnMetadata() bool { - if m != nil && m.ReturnMetadata != nil { - return *m.ReturnMetadata - } - return Default_CPublishedFile_GetUserFiles_Request_ReturnMetadata -} - -type CPublishedFile_GetUserFiles_Request_KVTag struct { - Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"` - Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetUserFiles_Request_KVTag) Reset() { - *m = CPublishedFile_GetUserFiles_Request_KVTag{} -} -func (m *CPublishedFile_GetUserFiles_Request_KVTag) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_GetUserFiles_Request_KVTag) ProtoMessage() {} -func (*CPublishedFile_GetUserFiles_Request_KVTag) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{13, 0} -} - -func (m *CPublishedFile_GetUserFiles_Request_KVTag) GetKey() string { - if m != nil && m.Key != nil { - return *m.Key - } - return "" -} - -func (m *CPublishedFile_GetUserFiles_Request_KVTag) GetValue() string { - if m != nil && m.Value != nil { - return *m.Value - } - return "" -} - -type CPublishedFile_GetUserFiles_Response struct { - Total *uint32 `protobuf:"varint,1,opt,name=total" json:"total,omitempty"` - Startindex *uint32 `protobuf:"varint,2,opt,name=startindex" json:"startindex,omitempty"` - Publishedfiledetails []*PublishedFileDetails `protobuf:"bytes,3,rep,name=publishedfiledetails" json:"publishedfiledetails,omitempty"` - Apps []*CPublishedFile_GetUserFiles_Response_App `protobuf:"bytes,4,rep,name=apps" json:"apps,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetUserFiles_Response) Reset() { *m = CPublishedFile_GetUserFiles_Response{} } -func (m *CPublishedFile_GetUserFiles_Response) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_GetUserFiles_Response) ProtoMessage() {} -func (*CPublishedFile_GetUserFiles_Response) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{14} -} - -func (m *CPublishedFile_GetUserFiles_Response) GetTotal() uint32 { - if m != nil && m.Total != nil { - return *m.Total - } - return 0 -} - -func (m *CPublishedFile_GetUserFiles_Response) GetStartindex() uint32 { - if m != nil && m.Startindex != nil { - return *m.Startindex - } - return 0 -} - -func (m *CPublishedFile_GetUserFiles_Response) GetPublishedfiledetails() []*PublishedFileDetails { - if m != nil { - return m.Publishedfiledetails - } - return nil -} - -func (m *CPublishedFile_GetUserFiles_Response) GetApps() []*CPublishedFile_GetUserFiles_Response_App { - if m != nil { - return m.Apps - } - return nil -} - -type CPublishedFile_GetUserFiles_Response_App struct { - Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"` - Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` - Shortcutid *uint32 `protobuf:"varint,3,opt,name=shortcutid" json:"shortcutid,omitempty"` - Private *bool `protobuf:"varint,4,opt,name=private" json:"private,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetUserFiles_Response_App) Reset() { - *m = CPublishedFile_GetUserFiles_Response_App{} -} -func (m *CPublishedFile_GetUserFiles_Response_App) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_GetUserFiles_Response_App) ProtoMessage() {} -func (*CPublishedFile_GetUserFiles_Response_App) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{14, 0} -} - -func (m *CPublishedFile_GetUserFiles_Response_App) GetAppid() uint32 { - if m != nil && m.Appid != nil { - return *m.Appid - } - return 0 -} - -func (m *CPublishedFile_GetUserFiles_Response_App) GetName() string { - if m != nil && m.Name != nil { - return *m.Name - } - return "" -} - -func (m *CPublishedFile_GetUserFiles_Response_App) GetShortcutid() uint32 { - if m != nil && m.Shortcutid != nil { - return *m.Shortcutid - } - return 0 -} - -func (m *CPublishedFile_GetUserFiles_Response_App) GetPrivate() bool { - if m != nil && m.Private != nil { - return *m.Private - } - return false -} - -type CPublishedFile_Update_Request struct { - Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"` - Publishedfileid *uint64 `protobuf:"fixed64,2,opt,name=publishedfileid" json:"publishedfileid,omitempty"` - Title *string `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"` - FileDescription *string `protobuf:"bytes,4,opt,name=file_description" json:"file_description,omitempty"` - Visibility *uint32 `protobuf:"varint,5,opt,name=visibility" json:"visibility,omitempty"` - Tags []string `protobuf:"bytes,6,rep,name=tags" json:"tags,omitempty"` - Filename *string `protobuf:"bytes,7,opt,name=filename" json:"filename,omitempty"` - PreviewFilename *string `protobuf:"bytes,8,opt,name=preview_filename" json:"preview_filename,omitempty"` - ImageWidth *uint32 `protobuf:"varint,15,opt,name=image_width" json:"image_width,omitempty"` - ImageHeight *uint32 `protobuf:"varint,16,opt,name=image_height" json:"image_height,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_Update_Request) Reset() { *m = CPublishedFile_Update_Request{} } -func (m *CPublishedFile_Update_Request) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_Update_Request) ProtoMessage() {} -func (*CPublishedFile_Update_Request) Descriptor() ([]byte, []int) { return publishedfile_fileDescriptor0, []int{15} } - -func (m *CPublishedFile_Update_Request) GetAppid() uint32 { - if m != nil && m.Appid != nil { - return *m.Appid - } - return 0 -} - -func (m *CPublishedFile_Update_Request) GetPublishedfileid() uint64 { - if m != nil && m.Publishedfileid != nil { - return *m.Publishedfileid - } - return 0 -} - -func (m *CPublishedFile_Update_Request) GetTitle() string { - if m != nil && m.Title != nil { - return *m.Title - } - return "" -} - -func (m *CPublishedFile_Update_Request) GetFileDescription() string { - if m != nil && m.FileDescription != nil { - return *m.FileDescription - } - return "" -} - -func (m *CPublishedFile_Update_Request) GetVisibility() uint32 { - if m != nil && m.Visibility != nil { - return *m.Visibility - } - return 0 -} - -func (m *CPublishedFile_Update_Request) GetTags() []string { - if m != nil { - return m.Tags - } - return nil -} - -func (m *CPublishedFile_Update_Request) GetFilename() string { - if m != nil && m.Filename != nil { - return *m.Filename - } - return "" -} - -func (m *CPublishedFile_Update_Request) GetPreviewFilename() string { - if m != nil && m.PreviewFilename != nil { - return *m.PreviewFilename - } - return "" -} - -func (m *CPublishedFile_Update_Request) GetImageWidth() uint32 { - if m != nil && m.ImageWidth != nil { - return *m.ImageWidth - } - return 0 -} - -func (m *CPublishedFile_Update_Request) GetImageHeight() uint32 { - if m != nil && m.ImageHeight != nil { - return *m.ImageHeight - } - return 0 -} - -type CPublishedFile_Update_Response struct { - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_Update_Response) Reset() { *m = CPublishedFile_Update_Response{} } -func (m *CPublishedFile_Update_Response) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_Update_Response) ProtoMessage() {} -func (*CPublishedFile_Update_Response) Descriptor() ([]byte, []int) { return publishedfile_fileDescriptor0, []int{16} } - -type CPublishedFile_GetChangeHistoryEntry_Request struct { - Publishedfileid *uint64 `protobuf:"fixed64,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"` - Timestamp *uint32 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"` - Language *int32 `protobuf:"varint,3,opt,name=language" json:"language,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetChangeHistoryEntry_Request) Reset() { - *m = CPublishedFile_GetChangeHistoryEntry_Request{} -} -func (m *CPublishedFile_GetChangeHistoryEntry_Request) String() string { - return proto.CompactTextString(m) -} -func (*CPublishedFile_GetChangeHistoryEntry_Request) ProtoMessage() {} -func (*CPublishedFile_GetChangeHistoryEntry_Request) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{17} -} - -func (m *CPublishedFile_GetChangeHistoryEntry_Request) GetPublishedfileid() uint64 { - if m != nil && m.Publishedfileid != nil { - return *m.Publishedfileid - } - return 0 -} - -func (m *CPublishedFile_GetChangeHistoryEntry_Request) GetTimestamp() uint32 { - if m != nil && m.Timestamp != nil { - return *m.Timestamp - } - return 0 -} - -func (m *CPublishedFile_GetChangeHistoryEntry_Request) GetLanguage() int32 { - if m != nil && m.Language != nil { - return *m.Language - } - return 0 -} - -type CPublishedFile_GetChangeHistoryEntry_Response struct { - ChangeDescription *string `protobuf:"bytes,1,opt,name=change_description" json:"change_description,omitempty"` - Language *int32 `protobuf:"varint,2,opt,name=language" json:"language,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetChangeHistoryEntry_Response) Reset() { - *m = CPublishedFile_GetChangeHistoryEntry_Response{} -} -func (m *CPublishedFile_GetChangeHistoryEntry_Response) String() string { - return proto.CompactTextString(m) -} -func (*CPublishedFile_GetChangeHistoryEntry_Response) ProtoMessage() {} -func (*CPublishedFile_GetChangeHistoryEntry_Response) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{18} -} - -func (m *CPublishedFile_GetChangeHistoryEntry_Response) GetChangeDescription() string { - if m != nil && m.ChangeDescription != nil { - return *m.ChangeDescription - } - return "" -} - -func (m *CPublishedFile_GetChangeHistoryEntry_Response) GetLanguage() int32 { - if m != nil && m.Language != nil { - return *m.Language - } - return 0 -} - -type CPublishedFile_GetChangeHistory_Request struct { - Publishedfileid *uint64 `protobuf:"fixed64,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"` - TotalOnly *bool `protobuf:"varint,2,opt,name=total_only" json:"total_only,omitempty"` - Startindex *uint32 `protobuf:"varint,3,opt,name=startindex" json:"startindex,omitempty"` - Count *uint32 `protobuf:"varint,4,opt,name=count" json:"count,omitempty"` - Language *int32 `protobuf:"varint,5,opt,name=language,def=0" json:"language,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetChangeHistory_Request) Reset() { - *m = CPublishedFile_GetChangeHistory_Request{} -} -func (m *CPublishedFile_GetChangeHistory_Request) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_GetChangeHistory_Request) ProtoMessage() {} -func (*CPublishedFile_GetChangeHistory_Request) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{19} -} - -const Default_CPublishedFile_GetChangeHistory_Request_Language int32 = 0 - -func (m *CPublishedFile_GetChangeHistory_Request) GetPublishedfileid() uint64 { - if m != nil && m.Publishedfileid != nil { - return *m.Publishedfileid - } - return 0 -} - -func (m *CPublishedFile_GetChangeHistory_Request) GetTotalOnly() bool { - if m != nil && m.TotalOnly != nil { - return *m.TotalOnly - } - return false -} - -func (m *CPublishedFile_GetChangeHistory_Request) GetStartindex() uint32 { - if m != nil && m.Startindex != nil { - return *m.Startindex - } - return 0 -} - -func (m *CPublishedFile_GetChangeHistory_Request) GetCount() uint32 { - if m != nil && m.Count != nil { - return *m.Count - } - return 0 -} - -func (m *CPublishedFile_GetChangeHistory_Request) GetLanguage() int32 { - if m != nil && m.Language != nil { - return *m.Language - } - return Default_CPublishedFile_GetChangeHistory_Request_Language -} - -type CPublishedFile_GetChangeHistory_Response struct { - Changes []*CPublishedFile_GetChangeHistory_Response_ChangeLog `protobuf:"bytes,1,rep,name=changes" json:"changes,omitempty"` - Total *uint32 `protobuf:"varint,2,opt,name=total" json:"total,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetChangeHistory_Response) Reset() { - *m = CPublishedFile_GetChangeHistory_Response{} -} -func (m *CPublishedFile_GetChangeHistory_Response) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_GetChangeHistory_Response) ProtoMessage() {} -func (*CPublishedFile_GetChangeHistory_Response) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{20} -} - -func (m *CPublishedFile_GetChangeHistory_Response) GetChanges() []*CPublishedFile_GetChangeHistory_Response_ChangeLog { - if m != nil { - return m.Changes - } - return nil -} - -func (m *CPublishedFile_GetChangeHistory_Response) GetTotal() uint32 { - if m != nil && m.Total != nil { - return *m.Total - } - return 0 -} - -type CPublishedFile_GetChangeHistory_Response_ChangeLog struct { - Timestamp *uint32 `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"` - ChangeDescription *string `protobuf:"bytes,2,opt,name=change_description" json:"change_description,omitempty"` - Language *int32 `protobuf:"varint,3,opt,name=language" json:"language,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_GetChangeHistory_Response_ChangeLog) Reset() { - *m = CPublishedFile_GetChangeHistory_Response_ChangeLog{} -} -func (m *CPublishedFile_GetChangeHistory_Response_ChangeLog) String() string { - return proto.CompactTextString(m) -} -func (*CPublishedFile_GetChangeHistory_Response_ChangeLog) ProtoMessage() {} -func (*CPublishedFile_GetChangeHistory_Response_ChangeLog) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{20, 0} -} - -func (m *CPublishedFile_GetChangeHistory_Response_ChangeLog) GetTimestamp() uint32 { - if m != nil && m.Timestamp != nil { - return *m.Timestamp - } - return 0 -} - -func (m *CPublishedFile_GetChangeHistory_Response_ChangeLog) GetChangeDescription() string { - if m != nil && m.ChangeDescription != nil { - return *m.ChangeDescription - } - return "" -} - -func (m *CPublishedFile_GetChangeHistory_Response_ChangeLog) GetLanguage() int32 { - if m != nil && m.Language != nil { - return *m.Language - } - return 0 -} - -type CPublishedFile_RefreshVotingQueue_Request struct { - Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"` - MatchingFileType *uint32 `protobuf:"varint,2,opt,name=matching_file_type" json:"matching_file_type,omitempty"` - Tags []string `protobuf:"bytes,3,rep,name=tags" json:"tags,omitempty"` - MatchAllTags *bool `protobuf:"varint,4,opt,name=match_all_tags,def=1" json:"match_all_tags,omitempty"` - ExcludedTags []string `protobuf:"bytes,5,rep,name=excluded_tags" json:"excluded_tags,omitempty"` - DesiredQueueSize *uint32 `protobuf:"varint,6,opt,name=desired_queue_size" json:"desired_queue_size,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_RefreshVotingQueue_Request) Reset() { - *m = CPublishedFile_RefreshVotingQueue_Request{} -} -func (m *CPublishedFile_RefreshVotingQueue_Request) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_RefreshVotingQueue_Request) ProtoMessage() {} -func (*CPublishedFile_RefreshVotingQueue_Request) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{21} -} - -const Default_CPublishedFile_RefreshVotingQueue_Request_MatchAllTags bool = true - -func (m *CPublishedFile_RefreshVotingQueue_Request) GetAppid() uint32 { - if m != nil && m.Appid != nil { - return *m.Appid - } - return 0 -} - -func (m *CPublishedFile_RefreshVotingQueue_Request) GetMatchingFileType() uint32 { - if m != nil && m.MatchingFileType != nil { - return *m.MatchingFileType - } - return 0 -} - -func (m *CPublishedFile_RefreshVotingQueue_Request) GetTags() []string { - if m != nil { - return m.Tags - } - return nil -} - -func (m *CPublishedFile_RefreshVotingQueue_Request) GetMatchAllTags() bool { - if m != nil && m.MatchAllTags != nil { - return *m.MatchAllTags - } - return Default_CPublishedFile_RefreshVotingQueue_Request_MatchAllTags -} - -func (m *CPublishedFile_RefreshVotingQueue_Request) GetExcludedTags() []string { - if m != nil { - return m.ExcludedTags - } - return nil -} - -func (m *CPublishedFile_RefreshVotingQueue_Request) GetDesiredQueueSize() uint32 { - if m != nil && m.DesiredQueueSize != nil { - return *m.DesiredQueueSize - } - return 0 -} - -type CPublishedFile_RefreshVotingQueue_Response struct { - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_RefreshVotingQueue_Response) Reset() { - *m = CPublishedFile_RefreshVotingQueue_Response{} -} -func (m *CPublishedFile_RefreshVotingQueue_Response) String() string { - return proto.CompactTextString(m) -} -func (*CPublishedFile_RefreshVotingQueue_Response) ProtoMessage() {} -func (*CPublishedFile_RefreshVotingQueue_Response) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{22} -} - -type CPublishedFile_QueryFiles_Request struct { - QueryType *uint32 `protobuf:"varint,1,opt,name=query_type" json:"query_type,omitempty"` - Page *uint32 `protobuf:"varint,2,opt,name=page" json:"page,omitempty"` - Numperpage *uint32 `protobuf:"varint,3,opt,name=numperpage,def=1" json:"numperpage,omitempty"` - CreatorAppid *uint32 `protobuf:"varint,4,opt,name=creator_appid" json:"creator_appid,omitempty"` - Appid *uint32 `protobuf:"varint,5,opt,name=appid" json:"appid,omitempty"` - Requiredtags []string `protobuf:"bytes,6,rep,name=requiredtags" json:"requiredtags,omitempty"` - Excludedtags []string `protobuf:"bytes,7,rep,name=excludedtags" json:"excludedtags,omitempty"` - MatchAllTags *bool `protobuf:"varint,8,opt,name=match_all_tags,def=1" json:"match_all_tags,omitempty"` - RequiredFlags []string `protobuf:"bytes,9,rep,name=required_flags" json:"required_flags,omitempty"` - OmittedFlags []string `protobuf:"bytes,10,rep,name=omitted_flags" json:"omitted_flags,omitempty"` - SearchText *string `protobuf:"bytes,11,opt,name=search_text" json:"search_text,omitempty"` - Filetype *uint32 `protobuf:"varint,12,opt,name=filetype" json:"filetype,omitempty"` - ChildPublishedfileid *uint64 `protobuf:"fixed64,13,opt,name=child_publishedfileid" json:"child_publishedfileid,omitempty"` - Days *uint32 `protobuf:"varint,14,opt,name=days" json:"days,omitempty"` - IncludeRecentVotesOnly *bool `protobuf:"varint,15,opt,name=include_recent_votes_only" json:"include_recent_votes_only,omitempty"` - CacheMaxAgeSeconds *uint32 `protobuf:"varint,31,opt,name=cache_max_age_seconds,def=0" json:"cache_max_age_seconds,omitempty"` - Language *int32 `protobuf:"varint,33,opt,name=language,def=0" json:"language,omitempty"` - RequiredKvTags []*CPublishedFile_QueryFiles_Request_KVTag `protobuf:"bytes,34,rep,name=required_kv_tags" json:"required_kv_tags,omitempty"` - Totalonly *bool `protobuf:"varint,16,opt,name=totalonly" json:"totalonly,omitempty"` - ReturnVoteData *bool `protobuf:"varint,17,opt,name=return_vote_data" json:"return_vote_data,omitempty"` - ReturnTags *bool `protobuf:"varint,18,opt,name=return_tags" json:"return_tags,omitempty"` - ReturnKvTags *bool `protobuf:"varint,19,opt,name=return_kv_tags" json:"return_kv_tags,omitempty"` - ReturnPreviews *bool `protobuf:"varint,20,opt,name=return_previews" json:"return_previews,omitempty"` - ReturnChildren *bool `protobuf:"varint,21,opt,name=return_children" json:"return_children,omitempty"` - ReturnShortDescription *bool `protobuf:"varint,22,opt,name=return_short_description" json:"return_short_description,omitempty"` - ReturnForSaleData *bool `protobuf:"varint,30,opt,name=return_for_sale_data" json:"return_for_sale_data,omitempty"` - ReturnMetadata *bool `protobuf:"varint,32,opt,name=return_metadata,def=0" json:"return_metadata,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_QueryFiles_Request) Reset() { *m = CPublishedFile_QueryFiles_Request{} } -func (m *CPublishedFile_QueryFiles_Request) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_QueryFiles_Request) ProtoMessage() {} -func (*CPublishedFile_QueryFiles_Request) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{23} -} - -const Default_CPublishedFile_QueryFiles_Request_Numperpage uint32 = 1 -const Default_CPublishedFile_QueryFiles_Request_MatchAllTags bool = true -const Default_CPublishedFile_QueryFiles_Request_CacheMaxAgeSeconds uint32 = 0 -const Default_CPublishedFile_QueryFiles_Request_Language int32 = 0 -const Default_CPublishedFile_QueryFiles_Request_ReturnMetadata bool = false - -func (m *CPublishedFile_QueryFiles_Request) GetQueryType() uint32 { - if m != nil && m.QueryType != nil { - return *m.QueryType - } - return 0 -} - -func (m *CPublishedFile_QueryFiles_Request) GetPage() uint32 { - if m != nil && m.Page != nil { - return *m.Page - } - return 0 -} - -func (m *CPublishedFile_QueryFiles_Request) GetNumperpage() uint32 { - if m != nil && m.Numperpage != nil { - return *m.Numperpage - } - return Default_CPublishedFile_QueryFiles_Request_Numperpage -} - -func (m *CPublishedFile_QueryFiles_Request) GetCreatorAppid() uint32 { - if m != nil && m.CreatorAppid != nil { - return *m.CreatorAppid - } - return 0 -} - -func (m *CPublishedFile_QueryFiles_Request) GetAppid() uint32 { - if m != nil && m.Appid != nil { - return *m.Appid - } - return 0 -} - -func (m *CPublishedFile_QueryFiles_Request) GetRequiredtags() []string { - if m != nil { - return m.Requiredtags - } - return nil -} - -func (m *CPublishedFile_QueryFiles_Request) GetExcludedtags() []string { - if m != nil { - return m.Excludedtags - } - return nil -} - -func (m *CPublishedFile_QueryFiles_Request) GetMatchAllTags() bool { - if m != nil && m.MatchAllTags != nil { - return *m.MatchAllTags - } - return Default_CPublishedFile_QueryFiles_Request_MatchAllTags -} - -func (m *CPublishedFile_QueryFiles_Request) GetRequiredFlags() []string { - if m != nil { - return m.RequiredFlags - } - return nil -} - -func (m *CPublishedFile_QueryFiles_Request) GetOmittedFlags() []string { - if m != nil { - return m.OmittedFlags - } - return nil -} - -func (m *CPublishedFile_QueryFiles_Request) GetSearchText() string { - if m != nil && m.SearchText != nil { - return *m.SearchText - } - return "" -} - -func (m *CPublishedFile_QueryFiles_Request) GetFiletype() uint32 { - if m != nil && m.Filetype != nil { - return *m.Filetype - } - return 0 -} - -func (m *CPublishedFile_QueryFiles_Request) GetChildPublishedfileid() uint64 { - if m != nil && m.ChildPublishedfileid != nil { - return *m.ChildPublishedfileid - } - return 0 -} - -func (m *CPublishedFile_QueryFiles_Request) GetDays() uint32 { - if m != nil && m.Days != nil { - return *m.Days - } - return 0 -} - -func (m *CPublishedFile_QueryFiles_Request) GetIncludeRecentVotesOnly() bool { - if m != nil && m.IncludeRecentVotesOnly != nil { - return *m.IncludeRecentVotesOnly - } - return false -} - -func (m *CPublishedFile_QueryFiles_Request) GetCacheMaxAgeSeconds() uint32 { - if m != nil && m.CacheMaxAgeSeconds != nil { - return *m.CacheMaxAgeSeconds - } - return Default_CPublishedFile_QueryFiles_Request_CacheMaxAgeSeconds -} - -func (m *CPublishedFile_QueryFiles_Request) GetLanguage() int32 { - if m != nil && m.Language != nil { - return *m.Language - } - return Default_CPublishedFile_QueryFiles_Request_Language -} - -func (m *CPublishedFile_QueryFiles_Request) GetRequiredKvTags() []*CPublishedFile_QueryFiles_Request_KVTag { - if m != nil { - return m.RequiredKvTags - } - return nil -} - -func (m *CPublishedFile_QueryFiles_Request) GetTotalonly() bool { - if m != nil && m.Totalonly != nil { - return *m.Totalonly - } - return false -} - -func (m *CPublishedFile_QueryFiles_Request) GetReturnVoteData() bool { - if m != nil && m.ReturnVoteData != nil { - return *m.ReturnVoteData - } - return false -} - -func (m *CPublishedFile_QueryFiles_Request) GetReturnTags() bool { - if m != nil && m.ReturnTags != nil { - return *m.ReturnTags - } - return false -} - -func (m *CPublishedFile_QueryFiles_Request) GetReturnKvTags() bool { - if m != nil && m.ReturnKvTags != nil { - return *m.ReturnKvTags - } - return false -} - -func (m *CPublishedFile_QueryFiles_Request) GetReturnPreviews() bool { - if m != nil && m.ReturnPreviews != nil { - return *m.ReturnPreviews - } - return false -} - -func (m *CPublishedFile_QueryFiles_Request) GetReturnChildren() bool { - if m != nil && m.ReturnChildren != nil { - return *m.ReturnChildren - } - return false -} - -func (m *CPublishedFile_QueryFiles_Request) GetReturnShortDescription() bool { - if m != nil && m.ReturnShortDescription != nil { - return *m.ReturnShortDescription - } - return false -} - -func (m *CPublishedFile_QueryFiles_Request) GetReturnForSaleData() bool { - if m != nil && m.ReturnForSaleData != nil { - return *m.ReturnForSaleData - } - return false -} - -func (m *CPublishedFile_QueryFiles_Request) GetReturnMetadata() bool { - if m != nil && m.ReturnMetadata != nil { - return *m.ReturnMetadata - } - return Default_CPublishedFile_QueryFiles_Request_ReturnMetadata -} - -type CPublishedFile_QueryFiles_Request_KVTag struct { - Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"` - Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_QueryFiles_Request_KVTag) Reset() { - *m = CPublishedFile_QueryFiles_Request_KVTag{} -} -func (m *CPublishedFile_QueryFiles_Request_KVTag) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_QueryFiles_Request_KVTag) ProtoMessage() {} -func (*CPublishedFile_QueryFiles_Request_KVTag) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{23, 0} -} - -func (m *CPublishedFile_QueryFiles_Request_KVTag) GetKey() string { - if m != nil && m.Key != nil { - return *m.Key - } - return "" -} - -func (m *CPublishedFile_QueryFiles_Request_KVTag) GetValue() string { - if m != nil && m.Value != nil { - return *m.Value - } - return "" -} - -type CPublishedFile_QueryFiles_Response struct { - Total *uint32 `protobuf:"varint,1,opt,name=total" json:"total,omitempty"` - Publishedfiledetails []*PublishedFileDetails `protobuf:"bytes,2,rep,name=publishedfiledetails" json:"publishedfiledetails,omitempty"` - XXX_unrecognized []byte `json:"-"` -} - -func (m *CPublishedFile_QueryFiles_Response) Reset() { *m = CPublishedFile_QueryFiles_Response{} } -func (m *CPublishedFile_QueryFiles_Response) String() string { return proto.CompactTextString(m) } -func (*CPublishedFile_QueryFiles_Response) ProtoMessage() {} -func (*CPublishedFile_QueryFiles_Response) Descriptor() ([]byte, []int) { - return publishedfile_fileDescriptor0, []int{24} -} - -func (m *CPublishedFile_QueryFiles_Response) GetTotal() uint32 { - if m != nil && m.Total != nil { - return *m.Total - } - return 0 -} - -func (m *CPublishedFile_QueryFiles_Response) GetPublishedfiledetails() []*PublishedFileDetails { - if m != nil { - return m.Publishedfiledetails - } - return nil -} - -func init() { - proto.RegisterType((*CPublishedFile_Subscribe_Request)(nil), "CPublishedFile_Subscribe_Request") - proto.RegisterType((*CPublishedFile_Subscribe_Response)(nil), "CPublishedFile_Subscribe_Response") - proto.RegisterType((*CPublishedFile_Unsubscribe_Request)(nil), "CPublishedFile_Unsubscribe_Request") - proto.RegisterType((*CPublishedFile_Unsubscribe_Response)(nil), "CPublishedFile_Unsubscribe_Response") - proto.RegisterType((*CPublishedFile_CanSubscribe_Request)(nil), "CPublishedFile_CanSubscribe_Request") - proto.RegisterType((*CPublishedFile_CanSubscribe_Response)(nil), "CPublishedFile_CanSubscribe_Response") - proto.RegisterType((*CPublishedFile_Publish_Request)(nil), "CPublishedFile_Publish_Request") - proto.RegisterType((*CPublishedFile_Publish_Response)(nil), "CPublishedFile_Publish_Response") - proto.RegisterType((*CPublishedFile_GetDetails_Request)(nil), "CPublishedFile_GetDetails_Request") - proto.RegisterType((*PublishedFileDetails)(nil), "PublishedFileDetails") - proto.RegisterType((*PublishedFileDetails_Tag)(nil), "PublishedFileDetails.Tag") - proto.RegisterType((*PublishedFileDetails_Preview)(nil), "PublishedFileDetails.Preview") - proto.RegisterType((*PublishedFileDetails_Child)(nil), "PublishedFileDetails.Child") - proto.RegisterType((*PublishedFileDetails_KVTag)(nil), "PublishedFileDetails.KVTag") - proto.RegisterType((*PublishedFileDetails_VoteData)(nil), "PublishedFileDetails.VoteData") - proto.RegisterType((*PublishedFileDetails_ForSaleData)(nil), "PublishedFileDetails.ForSaleData") - proto.RegisterType((*CPublishedFile_GetDetails_Response)(nil), "CPublishedFile_GetDetails_Response") - proto.RegisterType((*CPublishedFile_GetItemInfo_Request)(nil), "CPublishedFile_GetItemInfo_Request") - proto.RegisterType((*CPublishedFile_GetItemInfo_Request_WorkshopItem)(nil), "CPublishedFile_GetItemInfo_Request.WorkshopItem") - proto.RegisterType((*CPublishedFile_GetItemInfo_Response)(nil), "CPublishedFile_GetItemInfo_Response") - proto.RegisterType((*CPublishedFile_GetItemInfo_Response_WorkshopItemInfo)(nil), "CPublishedFile_GetItemInfo_Response.WorkshopItemInfo") - proto.RegisterType((*CPublishedFile_GetUserFiles_Request)(nil), "CPublishedFile_GetUserFiles_Request") - proto.RegisterType((*CPublishedFile_GetUserFiles_Request_KVTag)(nil), "CPublishedFile_GetUserFiles_Request.KVTag") - proto.RegisterType((*CPublishedFile_GetUserFiles_Response)(nil), "CPublishedFile_GetUserFiles_Response") - proto.RegisterType((*CPublishedFile_GetUserFiles_Response_App)(nil), "CPublishedFile_GetUserFiles_Response.App") - proto.RegisterType((*CPublishedFile_Update_Request)(nil), "CPublishedFile_Update_Request") - proto.RegisterType((*CPublishedFile_Update_Response)(nil), "CPublishedFile_Update_Response") - proto.RegisterType((*CPublishedFile_GetChangeHistoryEntry_Request)(nil), "CPublishedFile_GetChangeHistoryEntry_Request") - proto.RegisterType((*CPublishedFile_GetChangeHistoryEntry_Response)(nil), "CPublishedFile_GetChangeHistoryEntry_Response") - proto.RegisterType((*CPublishedFile_GetChangeHistory_Request)(nil), "CPublishedFile_GetChangeHistory_Request") - proto.RegisterType((*CPublishedFile_GetChangeHistory_Response)(nil), "CPublishedFile_GetChangeHistory_Response") - proto.RegisterType((*CPublishedFile_GetChangeHistory_Response_ChangeLog)(nil), "CPublishedFile_GetChangeHistory_Response.ChangeLog") - proto.RegisterType((*CPublishedFile_RefreshVotingQueue_Request)(nil), "CPublishedFile_RefreshVotingQueue_Request") - proto.RegisterType((*CPublishedFile_RefreshVotingQueue_Response)(nil), "CPublishedFile_RefreshVotingQueue_Response") - proto.RegisterType((*CPublishedFile_QueryFiles_Request)(nil), "CPublishedFile_QueryFiles_Request") - proto.RegisterType((*CPublishedFile_QueryFiles_Request_KVTag)(nil), "CPublishedFile_QueryFiles_Request.KVTag") - proto.RegisterType((*CPublishedFile_QueryFiles_Response)(nil), "CPublishedFile_QueryFiles_Response") - proto.RegisterEnum("PublishedFileDetails_EPublishedFileForSaleStatus", PublishedFileDetails_EPublishedFileForSaleStatus_name, PublishedFileDetails_EPublishedFileForSaleStatus_value) -} - -var publishedfile_fileDescriptor0 = []byte{ - // 4973 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xbc, 0x5b, 0x4b, 0x70, 0x1b, 0x47, - 0x7a, 0x0e, 0xf8, 0x66, 0x53, 0x14, 0xa9, 0x31, 0x69, 0x43, 0xd0, 0x4a, 0x1a, 0x41, 0x92, 0x45, - 0x4a, 0xd4, 0x58, 0x0f, 0xcb, 0x92, 0x69, 0x7b, 0x6d, 0x41, 0x24, 0x6d, 0xda, 0x7a, 0x50, 0x24, - 0xa5, 0xb5, 0xe3, 0xdd, 0x9d, 0x1d, 0x62, 0x1a, 0xc4, 0x98, 0x03, 0x0c, 0x3c, 0x3d, 0x20, 0x8d, - 0x3d, 0x39, 0x5b, 0x95, 0xa4, 0x6a, 0x93, 0x54, 0x25, 0x95, 0x4a, 0x2a, 0xa7, 0x9c, 0x92, 0x7b, - 0x2e, 0xa9, 0x4a, 0x55, 0x2e, 0x39, 0xe6, 0x90, 0x5c, 0x72, 0xcc, 0x35, 0x95, 0x63, 0x0e, 0xb9, - 0xe4, 0x9c, 0xff, 0xff, 0xbb, 0x7b, 0x30, 0x2f, 0x90, 0x90, 0x1f, 0x7b, 0xd8, 0xb5, 0xd8, 0x8f, - 0xaf, 0xff, 0xee, 0xfe, 0x9f, 0x5f, 0x0f, 0xd8, 0x4d, 0x11, 0x71, 0xa7, 0xd5, 0xe2, 0x42, 0x38, - 0xfb, 0x5c, 0xd8, 0x9d, 0xee, 0x9e, 0xef, 0x89, 0x26, 0x77, 0x1b, 0x9e, 0xcf, 0x2d, 0xea, 0xab, - 0xfb, 0x1e, 0x6f, 0x47, 0x56, 0x27, 0x0c, 0xa2, 0xa0, 0xb2, 0x92, 0x1e, 0xde, 0x6d, 0x7b, 0x0d, - 0x8f, 0xbb, 0xf6, 0x9e, 0x23, 0x0a, 0x46, 0x57, 0x23, 0x66, 0x3e, 0xda, 0xd2, 0x88, 0x1b, 0x80, - 0x68, 0xef, 0x74, 0xf7, 0x44, 0x3d, 0xf4, 0xf6, 0xb8, 0xbd, 0xcd, 0xbf, 0xee, 0x72, 0x11, 0x19, - 0x6f, 0xb0, 0xb9, 0xd4, 0xa2, 0x9e, 0x5b, 0x2e, 0x99, 0xa5, 0xa5, 0x31, 0xe3, 0x0c, 0x9b, 0x86, - 0xd6, 0xc8, 0x8e, 0x7a, 0x1d, 0x5e, 0x1e, 0x81, 0xa6, 0x59, 0x63, 0x96, 0x8d, 0x3b, 0x9d, 0x0e, - 0x8c, 0x18, 0x85, 0x3f, 0xc7, 0x8d, 0x45, 0x36, 0xdb, 0x0e, 0x22, 0xaf, 0xd1, 0xb3, 0xe5, 0xaa, - 0xe5, 0x31, 0x68, 0x9e, 0xaa, 0x5e, 0x66, 0x97, 0x8e, 0x59, 0x55, 0x74, 0x82, 0xb6, 0xe0, 0xd5, - 0x43, 0x56, 0xcd, 0x0c, 0x7a, 0xd1, 0x16, 0xbf, 0x03, 0xe1, 0xae, 0xb2, 0xcb, 0xc7, 0xae, 0xab, - 0xc4, 0xfb, 0x69, 0x6e, 0xd8, 0x23, 0xa7, 0x3d, 0xfc, 0xe1, 0x55, 0x3f, 0x60, 0x57, 0x8e, 0x9f, - 0x2f, 0xd7, 0x41, 0x29, 0xeb, 0x4e, 0xdb, 0x8e, 0x25, 0xa0, 0xe9, 0x53, 0xd5, 0x7f, 0x63, 0xec, - 0x42, 0x66, 0xbe, 0xfa, 0x2b, 0x5e, 0xfa, 0x7d, 0xbd, 0x5d, 0x9c, 0x31, 0x5b, 0xbb, 0xf9, 0x9b, - 0x7f, 0x2c, 0x2f, 0x3f, 0xec, 0x74, 0xcc, 0x4d, 0xd7, 0x8c, 0x9a, 0x9e, 0x30, 0x51, 0x1c, 0x13, - 0xfe, 0xbb, 0xc7, 0xbd, 0xf6, 0xbe, 0x19, 0x4b, 0x69, 0x6e, 0x6c, 0x3f, 0x7b, 0x62, 0x19, 0x8f, - 0xd8, 0xe9, 0x3a, 0x08, 0xd0, 0x6d, 0xf1, 0xd0, 0x96, 0x30, 0x74, 0x88, 0xb5, 0x1b, 0x00, 0x73, - 0x6d, 0x18, 0x98, 0xdd, 0x67, 0x96, 0xf1, 0x19, 0x08, 0xef, 0x07, 0x5d, 0xda, 0x79, 0xdb, 0x69, - 0x71, 0x3a, 0xf9, 0xe9, 0xda, 0xdb, 0x80, 0x71, 0xeb, 0x29, 0xfc, 0x6d, 0x06, 0x0d, 0x00, 0xe1, - 0x12, 0x23, 0x0a, 0xf4, 0x6c, 0xd3, 0x6b, 0x53, 0x73, 0x57, 0xf0, 0xf0, 0x9a, 0x30, 0x09, 0xc2, - 0x32, 0xbe, 0x64, 0x8b, 0x9d, 0x90, 0x1f, 0x7a, 0xfc, 0xc8, 0x4e, 0x83, 0x8e, 0x11, 0xe8, 0xfb, - 0x00, 0xfa, 0xa0, 0x08, 0x14, 0x50, 0x4c, 0x47, 0x50, 0x53, 0x5f, 0x3a, 0xec, 0x04, 0x68, 0x05, - 0x68, 0x19, 0xf7, 0xd8, 0x78, 0xe4, 0x45, 0x3e, 0x2f, 0x8f, 0x13, 0xd8, 0x9b, 0x00, 0x56, 0xdd, - 0xe5, 0xdf, 0x44, 0x26, 0xb5, 0x9a, 0x8d, 0x20, 0x2c, 0x00, 0xb0, 0x8c, 0x0d, 0x36, 0x8f, 0xff, - 0xb0, 0x5d, 0x8e, 0xb7, 0xd3, 0x89, 0xbc, 0xa0, 0x5d, 0x9e, 0x20, 0x84, 0x15, 0x40, 0x58, 0x22, - 0x84, 0x44, 0xdf, 0x40, 0x9c, 0xc7, 0x6c, 0x9a, 0x70, 0x48, 0x5b, 0x27, 0xe9, 0xa0, 0xdf, 0x05, - 0x80, 0x7b, 0x4b, 0xeb, 0x3f, 0x0b, 0xc2, 0x03, 0xd1, 0x0c, 0x3a, 0x78, 0xc5, 0xbb, 0xd0, 0xbb, - 0x6c, 0xe2, 0xff, 0xe3, 0x1e, 0x75, 0x4f, 0xf6, 0xf4, 0x2c, 0x63, 0x93, 0xbd, 0x1e, 0xdf, 0x1d, - 0x8c, 0x08, 0xa3, 0x7a, 0x37, 0xb2, 0xe9, 0xa8, 0xa6, 0x48, 0xb6, 0x65, 0x80, 0xbe, 0xba, 0xa3, - 0x3a, 0x4c, 0xec, 0x18, 0x28, 0xd8, 0x26, 0x9b, 0xef, 0x05, 0xdd, 0xa8, 0x0b, 0x2a, 0x89, 0xb7, - 0x41, 0x20, 0xd3, 0x04, 0xf2, 0x16, 0x80, 0xdc, 0x58, 0x7a, 0x46, 0xfb, 0x72, 0xfc, 0x65, 0xf3, - 0x85, 0xbc, 0xac, 0x2f, 0x82, 0xee, 0x2e, 0x8c, 0x36, 0x9d, 0x7a, 0x3d, 0xe8, 0xb6, 0x23, 0x53, - 0xcf, 0xb2, 0x8c, 0x9f, 0xb3, 0x39, 0x0d, 0x75, 0xe8, 0xb9, 0x3c, 0x00, 0x95, 0x62, 0x84, 0xf4, - 0x08, 0x90, 0x3e, 0x4c, 0x20, 0xbd, 0xc4, 0x5e, 0xd4, 0x2f, 0xd8, 0xa4, 0x13, 0x03, 0xd2, 0x1c, - 0x25, 0x27, 0xa8, 0x5b, 0x56, 0xd0, 0x3f, 0x28, 0x31, 0x76, 0xe8, 0x09, 0x6f, 0xcf, 0xf3, 0xbd, - 0xa8, 0x57, 0x9e, 0xa1, 0x33, 0x6c, 0x01, 0xb2, 0xb7, 0xb4, 0xbe, 0xcd, 0x5b, 0x41, 0xc4, 0x77, - 0xa2, 0x20, 0x04, 0x9f, 0x98, 0x32, 0x9a, 0x97, 0xf1, 0x0c, 0x5c, 0x56, 0xff, 0x5b, 0x6b, 0x50, - 0x7a, 0x0d, 0x73, 0xa9, 0x13, 0x7a, 0x87, 0x4e, 0xc4, 0x57, 0xcc, 0x46, 0x08, 0x0e, 0xc3, 0x15, - 0x2b, 0x72, 0x44, 0x7d, 0xc5, 0xe4, 0x51, 0xdd, 0x5a, 0x36, 0x0e, 0xd8, 0xa9, 0x90, 0xbb, 0x5e, - 0xc8, 0xeb, 0x91, 0xdd, 0x0d, 0xbd, 0xf2, 0x29, 0xda, 0xde, 0x0b, 0x10, 0xe2, 0x79, 0x62, 0x7b, - 0x9b, 0x0d, 0x53, 0x74, 0x3b, 0x1d, 0xf0, 0x39, 0xee, 0x0a, 0x2d, 0x13, 0x72, 0xd1, 0xf5, 0xa3, - 0xb4, 0xf5, 0x28, 0xfd, 0x84, 0x43, 0x80, 0xbd, 0x82, 0xfd, 0xc1, 0x72, 0xd0, 0x0a, 0x97, 0x8c, - 0x13, 0x5e, 0x6c, 0x6f, 0x5a, 0xc6, 0x1a, 0x1b, 0x8b, 0x9c, 0x7d, 0x51, 0x9e, 0x35, 0x47, 0x61, - 0x91, 0x77, 0x60, 0x91, 0x3b, 0x0f, 0xc3, 0xd0, 0x91, 0xc2, 0x93, 0xe6, 0x42, 0x2f, 0xce, 0x80, - 0xd9, 0x7e, 0x4f, 0x4f, 0xcd, 0x1e, 0xdb, 0x17, 0x6c, 0xae, 0x1e, 0xf8, 0x3e, 0x48, 0x0c, 0xd2, - 0x49, 0xf5, 0x3b, 0x4d, 0x52, 0x7f, 0x04, 0x80, 0xef, 0x27, 0xa4, 0xd6, 0x5a, 0xd7, 0x1f, 0x5d, - 0x74, 0x44, 0x21, 0x07, 0x8b, 0x12, 0xe0, 0x4c, 0x85, 0x65, 0x3c, 0x61, 0xd3, 0xfb, 0x70, 0xf1, - 0x12, 0x74, 0x8e, 0x40, 0x57, 0x01, 0xf4, 0x9d, 0x02, 0x50, 0x1c, 0x77, 0x12, 0xdc, 0x97, 0x6c, - 0xb4, 0x1b, 0xfa, 0xe5, 0x79, 0x02, 0x7a, 0x0a, 0x40, 0x9f, 0xa6, 0xcf, 0x94, 0xb4, 0xa2, 0x3f, - 0x01, 0x34, 0x07, 0x51, 0x57, 0x64, 0xbb, 0x27, 0xd4, 0xc1, 0x3d, 0x96, 0x07, 0xe1, 0x44, 0xd4, - 0x8b, 0x1e, 0x00, 0x54, 0xc2, 0xaa, 0x6e, 0xb1, 0x8b, 0x03, 0xbd, 0xa9, 0x72, 0xc4, 0x03, 0x23, - 0xcd, 0x42, 0xe6, 0xd6, 0xd1, 0x4f, 0x4e, 0x57, 0xff, 0x67, 0x22, 0x17, 0xe4, 0x3e, 0xe6, 0xd1, - 0x1a, 0x8f, 0x1c, 0xcf, 0x17, 0xb1, 0x8f, 0xde, 0x62, 0xf3, 0x19, 0x50, 0x01, 0xa8, 0xa3, 0x4b, - 0x13, 0xf2, 0x42, 0x77, 0x78, 0x84, 0xc7, 0x93, 0x39, 0x95, 0x4d, 0x97, 0xee, 0x35, 0xe4, 0x11, - 0xa8, 0xe1, 0x21, 0x07, 0x07, 0x43, 0xa0, 0x68, 0x1b, 0x96, 0xf1, 0x9c, 0xcd, 0x78, 0xed, 0xba, - 0xdf, 0xc5, 0x46, 0xd0, 0x0e, 0x14, 0x66, 0x4a, 0xfa, 0x46, 0x3c, 0xa3, 0xb0, 0x0b, 0x27, 0x02, - 0x13, 0xbb, 0x61, 0x1b, 0xf5, 0x03, 0x1c, 0x2d, 0x4c, 0x6a, 0x39, 0x74, 0x9d, 0xca, 0xe9, 0xca, - 0x5e, 0x58, 0x4b, 0xc1, 0x5a, 0x46, 0x9d, 0x9d, 0x55, 0x90, 0x8e, 0xeb, 0x7a, 0xf2, 0xc8, 0x95, - 0xe3, 0x14, 0xe4, 0xd1, 0xa7, 0xa4, 0xb6, 0x64, 0x17, 0x50, 0x63, 0x86, 0x5b, 0xe4, 0x29, 0x9b, - 0x53, 0x8b, 0xd4, 0x9b, 0x9e, 0xef, 0x86, 0xbc, 0x2d, 0xe3, 0x71, 0xed, 0x1e, 0x40, 0xdf, 0xce, - 0x42, 0xeb, 0x31, 0x83, 0xf1, 0xb6, 0xd9, 0xac, 0xc2, 0x3b, 0x38, 0xa4, 0x93, 0x18, 0x27, 0xb4, - 0xf7, 0x00, 0xed, 0x7e, 0x16, 0xed, 0x80, 0xf7, 0xcc, 0x43, 0xc7, 0xef, 0x72, 0x69, 0x33, 0x03, - 0x31, 0x1f, 0xb3, 0x53, 0x0a, 0xf3, 0x10, 0xfc, 0x89, 0x20, 0x4f, 0x3f, 0x25, 0x6f, 0x2a, 0x0b, - 0x89, 0x03, 0x4c, 0xd7, 0x89, 0x9c, 0xe3, 0x8e, 0xf5, 0x0c, 0x39, 0xe7, 0x54, 0xf0, 0x98, 0x22, - 0xc8, 0x4f, 0x00, 0x72, 0x2d, 0x0b, 0xe9, 0x98, 0x34, 0x3c, 0x15, 0x4f, 0xbc, 0x36, 0xe6, 0x74, - 0x6e, 0x1c, 0xf2, 0xba, 0xbe, 0x9f, 0xec, 0x47, 0x91, 0x0d, 0x25, 0x32, 0xdc, 0x81, 0x70, 0x7c, - 0x8e, 0x32, 0x91, 0xdf, 0x9d, 0xaa, 0xdd, 0x82, 0x55, 0x56, 0xf2, 0x97, 0xe6, 0xd5, 0xd1, 0x15, - 0xe1, 0xb8, 0x15, 0xd3, 0x6b, 0x90, 0xfb, 0xf0, 0xea, 0xce, 0x1e, 0x7a, 0x8b, 0x5a, 0x7c, 0x49, - 0x2d, 0xd8, 0x05, 0x41, 0xcd, 0x10, 0x14, 0x45, 0x94, 0x18, 0xaa, 0x13, 0x74, 0xba, 0x3e, 0x38, - 0x4a, 0x92, 0x49, 0x8f, 0x04, 0xdd, 0xe5, 0x3e, 0x84, 0xf1, 0x17, 0x6c, 0xca, 0x77, 0xda, 0xfb, - 0x5d, 0xb0, 0x3b, 0x72, 0x90, 0xe3, 0xab, 0xa5, 0x5b, 0x52, 0x7f, 0x76, 0x3a, 0xbc, 0x8e, 0xd9, - 0xaa, 0xb4, 0x55, 0x3f, 0xa8, 0x3b, 0xbe, 0xf7, 0x6b, 0xf4, 0x7a, 0xe4, 0xcd, 0x02, 0x25, 0xa1, - 0x65, 0xae, 0xf1, 0x86, 0x03, 0x0e, 0x93, 0x8c, 0x60, 0xbd, 0xbd, 0x4f, 0x31, 0xaf, 0xfa, 0xdf, - 0xaf, 0xb1, 0x85, 0x94, 0xb9, 0x29, 0x53, 0x33, 0x4e, 0xb3, 0x09, 0xe9, 0x60, 0x65, 0x1e, 0x54, - 0x64, 0xc7, 0x23, 0x64, 0xc7, 0x73, 0x6c, 0xb2, 0x1e, 0x72, 0x07, 0xa2, 0x04, 0x29, 0xf5, 0x04, - 0xa5, 0x5e, 0xb2, 0x41, 0x65, 0x40, 0x63, 0x04, 0xf0, 0x7a, 0x2e, 0x33, 0x1a, 0xa7, 0xf6, 0x73, - 0xec, 0xb5, 0x5c, 0xd4, 0x85, 0xce, 0x09, 0xea, 0x9c, 0x67, 0x53, 0x71, 0xbe, 0x82, 0xf1, 0x7d, - 0x1a, 0x13, 0x54, 0x0a, 0xf9, 0x02, 0xf6, 0x48, 0xd7, 0x3e, 0x66, 0x9c, 0x65, 0x67, 0x74, 0x86, - 0xd3, 0xef, 0x9a, 0xa6, 0x2e, 0x35, 0xdf, 0x46, 0x17, 0x48, 0x51, 0xd3, 0x78, 0x8d, 0xcd, 0xe8, - 0xc1, 0xd8, 0x38, 0x43, 0x8d, 0x20, 0x9b, 0x8a, 0xb1, 0x3a, 0xc4, 0x52, 0x0c, 0x32, 0x66, 0xa4, - 0xf3, 0x9c, 0xa5, 0x3f, 0x60, 0x5f, 0x4d, 0x90, 0x34, 0x02, 0x37, 0x49, 0xeb, 0x90, 0xc7, 0x9f, - 0x30, 0xca, 0x6c, 0x3e, 0x6e, 0x56, 0xc8, 0xe4, 0xb6, 0x27, 0x30, 0x71, 0x96, 0xc9, 0x11, 0x39, - 0x5f, 0x1c, 0x98, 0x4b, 0x7a, 0xce, 0x50, 0xcf, 0xd9, 0x22, 0x95, 0x36, 0xa8, 0x0b, 0xbc, 0x64, - 0xe4, 0x41, 0x34, 0xa0, 0x13, 0xe5, 0x6e, 0xf9, 0x35, 0x3a, 0x16, 0xdd, 0xda, 0xed, 0xb8, 0xd4, - 0xba, 0x40, 0xad, 0x46, 0x2a, 0x94, 0x2f, 0xea, 0xe4, 0xbd, 0xe1, 0xa3, 0x1d, 0xbf, 0x4e, 0x7f, - 0xc2, 0x1e, 0x8e, 0x54, 0xfe, 0x23, 0xf7, 0xf0, 0x06, 0xea, 0x21, 0x0a, 0x10, 0x37, 0x43, 0x06, - 0xc2, 0x3b, 0x08, 0x5a, 0xa6, 0xae, 0x0a, 0x33, 0xa0, 0xf9, 0xa8, 0x9f, 0x49, 0xdb, 0x8e, 0xef, - 0x97, 0xcf, 0x52, 0xdf, 0x05, 0xf6, 0x7a, 0xbb, 0xdb, 0xb2, 0xeb, 0x01, 0x14, 0x4e, 0x10, 0x3b, - 0x40, 0xfc, 0x43, 0xee, 0x07, 0x1d, 0x1e, 0x96, 0x2b, 0x54, 0x2a, 0xc0, 0xd5, 0xa6, 0xfa, 0x65, - 0xd8, 0x2f, 0x9f, 0xa3, 0x4e, 0x50, 0xb0, 0x3d, 0xa7, 0x0d, 0xa6, 0x5d, 0xfe, 0x09, 0x81, 0x81, - 0xf4, 0xf0, 0xb7, 0x0d, 0xfb, 0x14, 0xb0, 0xfb, 0xf3, 0xb4, 0x7b, 0x3d, 0x26, 0x2c, 0x5f, 0xa0, - 0x13, 0x45, 0x1d, 0x82, 0x31, 0x7b, 0x78, 0x88, 0x3e, 0x47, 0x21, 0x2f, 0xd2, 0xdc, 0x05, 0xf2, - 0x30, 0x41, 0xab, 0x03, 0xde, 0x12, 0x2c, 0xae, 0x6c, 0x52, 0x2b, 0x5c, 0x3e, 0x28, 0x9a, 0xcc, - 0xe0, 0x2e, 0xa5, 0x94, 0x87, 0x62, 0x6b, 0x55, 0x9f, 0x48, 0xba, 0x50, 0xb8, 0x4c, 0x73, 0xa1, - 0x59, 0x35, 0xd1, 0x6d, 0x88, 0xf2, 0x15, 0x1a, 0x8d, 0x00, 0xce, 0x61, 0x10, 0x7a, 0xb8, 0xf6, - 0xd5, 0xb8, 0x09, 0x82, 0x7b, 0x70, 0xc4, 0x43, 0x51, 0x7e, 0x93, 0x9a, 0xe0, 0x5c, 0x7c, 0xaf, - 0xc1, 0xe9, 0x8a, 0xd2, 0x28, 0xd7, 0xa8, 0x1f, 0xce, 0x34, 0xee, 0xef, 0xc3, 0x2d, 0xe5, 0xfb, - 0x62, 0xdc, 0x65, 0x7d, 0x99, 0x32, 0x7a, 0x5c, 0xa7, 0x3f, 0x41, 0x95, 0xbd, 0x16, 0xf8, 0x03, - 0xfb, 0xc8, 0x73, 0xa3, 0x66, 0xf9, 0x86, 0x56, 0x0d, 0xd9, 0xd8, 0xe4, 0xde, 0x7e, 0x33, 0x2a, - 0xaf, 0x68, 0x21, 0x65, 0x2b, 0xaa, 0xf3, 0x4d, 0x6d, 0x08, 0x10, 0xa2, 0xe1, 0x34, 0x42, 0x1b, - 0xdc, 0x77, 0xd9, 0xd2, 0x97, 0x90, 0xb0, 0xc1, 0xb7, 0x34, 0xa2, 0x6e, 0xa3, 0xa3, 0xbc, 0xa5, - 0x15, 0x93, 0xee, 0x56, 0x47, 0x9d, 0xdb, 0x5a, 0x24, 0x6c, 0x85, 0x7c, 0x02, 0x26, 0x88, 0xf2, - 0x1d, 0x6a, 0x7c, 0x8b, 0x4d, 0xc5, 0x71, 0xef, 0x2e, 0x44, 0xe9, 0x99, 0x3b, 0xe7, 0xad, 0x22, - 0x9f, 0x63, 0x6d, 0xc9, 0x51, 0xc6, 0x35, 0x95, 0xa3, 0xbd, 0x4d, 0x83, 0xcf, 0x16, 0x0f, 0xde, - 0x75, 0xf6, 0x8d, 0x9b, 0x6c, 0x2a, 0x16, 0xe0, 0x1e, 0x0d, 0x3e, 0x57, 0x3c, 0xf8, 0x11, 0x8e, - 0x32, 0x6e, 0xb0, 0x09, 0x15, 0xd5, 0xde, 0x39, 0x6e, 0xf0, 0x67, 0x2f, 0x11, 0xfb, 0x36, 0x9b, - 0xc6, 0x68, 0x64, 0x93, 0xbb, 0xbe, 0x0f, 0x1b, 0x99, 0xb9, 0x73, 0xa1, 0x78, 0xfc, 0x4b, 0x18, - 0xb6, 0x06, 0xa3, 0x8c, 0x90, 0xcd, 0x25, 0xef, 0x7c, 0x0f, 0x2e, 0xf5, 0x01, 0x25, 0xd4, 0x5f, - 0x80, 0x9f, 0x7e, 0xf1, 0xac, 0xed, 0x53, 0xbc, 0xf4, 0x5c, 0x0c, 0x6e, 0x29, 0x24, 0x0b, 0x72, - 0x1c, 0x2c, 0x04, 0xf0, 0xdf, 0x90, 0x82, 0xb5, 0x5d, 0x13, 0x4a, 0x6c, 0xf8, 0x1f, 0x84, 0x7f, - 0x3f, 0x3f, 0x52, 0xae, 0x6b, 0x82, 0x9f, 0x07, 0x3f, 0xed, 0xb0, 0x59, 0x08, 0x51, 0x36, 0xc6, - 0x28, 0x29, 0xea, 0xbb, 0x24, 0xea, 0xa5, 0x62, 0x51, 0x37, 0x82, 0x70, 0x07, 0x46, 0xa2, 0xb4, - 0xb5, 0x6b, 0x20, 0xd4, 0xe5, 0x2d, 0x15, 0xb7, 0x12, 0xc9, 0x46, 0x2e, 0x7c, 0xdd, 0x67, 0x53, - 0x71, 0xdc, 0x5a, 0xa5, 0x3c, 0xf2, 0x2a, 0x4c, 0xbd, 0xf4, 0x44, 0x47, 0x28, 0x47, 0x88, 0xa0, - 0xee, 0xa1, 0x23, 0x32, 0x8f, 0xbc, 0xa8, 0x49, 0x61, 0x08, 0x34, 0xba, 0x85, 0xba, 0x9c, 0x34, - 0x4b, 0x70, 0x2d, 0x18, 0x25, 0xde, 0x23, 0x53, 0x06, 0x1b, 0x49, 0xf5, 0xe1, 0xc1, 0x89, 0xc8, - 0x69, 0x75, 0xca, 0xef, 0x93, 0xd2, 0x3c, 0x4a, 0xc4, 0xbb, 0x0f, 0x74, 0xbc, 0xb3, 0x60, 0xdd, - 0xeb, 0xbb, 0x18, 0xe5, 0x54, 0x97, 0x8e, 0xe0, 0xb2, 0xdc, 0xc4, 0x83, 0x4b, 0x86, 0xf1, 0xca, - 0x55, 0x36, 0x8a, 0x57, 0x09, 0x6e, 0x1c, 0x55, 0xbc, 0xa4, 0x7d, 0x80, 0xe3, 0xb6, 0xbc, 0x76, - 0x00, 0xd7, 0x21, 0xf3, 0xbc, 0x4a, 0xc4, 0x26, 0xb5, 0xea, 0x41, 0xaf, 0xd2, 0xd5, 0x24, 0x25, - 0x22, 0x40, 0x9b, 0x83, 0xd0, 0x05, 0x3f, 0x24, 0x29, 0x11, 0x15, 0x17, 0xa8, 0x2c, 0x37, 0x4e, - 0xb1, 0x31, 0x8a, 0x38, 0x63, 0xb9, 0x88, 0x35, 0x3e, 0x20, 0xb8, 0x50, 0xa9, 0x5b, 0xd9, 0x60, - 0xe3, 0x52, 0x2d, 0x8f, 0x23, 0x63, 0xb2, 0x2b, 0xa7, 0x3c, 0x18, 0xae, 0x3f, 0x5b, 0xb9, 0xcc, - 0xc6, 0xa5, 0xc6, 0x82, 0x54, 0x90, 0x92, 0xa9, 0x6d, 0xa2, 0xaf, 0xc0, 0xdc, 0x4c, 0xe6, 0xd5, - 0x95, 0x0f, 0xd9, 0x54, 0xac, 0xa6, 0xd0, 0x25, 0xea, 0x41, 0x28, 0x39, 0x91, 0x11, 0x94, 0x98, - 0xf2, 0x32, 0x88, 0x26, 0x6a, 0x11, 0x0c, 0x24, 0xd4, 0xe2, 0x06, 0x47, 0x6d, 0xb5, 0xca, 0xff, - 0x96, 0xd8, 0x4c, 0x42, 0x7b, 0xc8, 0xf9, 0x08, 0x5b, 0xab, 0x9e, 0xa4, 0x57, 0x70, 0xab, 0x98, - 0x08, 0x41, 0xb8, 0x02, 0x6d, 0xd8, 0x0f, 0xc2, 0x9e, 0x02, 0x7c, 0xc9, 0x26, 0xf1, 0x72, 0xa3, - 0xae, 0x4c, 0x7c, 0x4f, 0xdf, 0xb9, 0x5d, 0xac, 0x9e, 0xeb, 0xa9, 0x56, 0xb5, 0xdc, 0x0e, 0x4d, - 0x5c, 0x35, 0x0e, 0xec, 0xad, 0x8d, 0x8d, 0x9d, 0x1d, 0xfb, 0x69, 0x10, 0xa9, 0x1e, 0xe3, 0x27, - 0x6c, 0x21, 0xbd, 0x9e, 0xdd, 0xf0, 0x03, 0x50, 0x31, 0x79, 0x15, 0x55, 0x56, 0x91, 0xbd, 0x20, - 0x68, 0xc7, 0xe9, 0xd9, 0x47, 0x50, 0xbf, 0xd8, 0x70, 0x15, 0xf6, 0x91, 0xd3, 0x8e, 0x64, 0x62, - 0x8b, 0x21, 0xca, 0xf5, 0x04, 0xd5, 0xdc, 0x36, 0x04, 0xae, 0x3a, 0xc4, 0x29, 0xd4, 0x38, 0xca, - 0x3e, 0xaa, 0xff, 0x5a, 0x62, 0xe7, 0x8e, 0x11, 0x09, 0xb6, 0x5b, 0x20, 0xd4, 0xfc, 0xef, 0x01, - 0xe8, 0x1b, 0xba, 0x7d, 0x0b, 0x2a, 0x50, 0xb0, 0xaf, 0x87, 0x9d, 0x4e, 0x18, 0xc0, 0x7d, 0xcc, - 0x97, 0x92, 0x9d, 0xb2, 0x15, 0x90, 0xd5, 0xcc, 0x91, 0x64, 0xe7, 0x36, 0xff, 0x0a, 0x4a, 0xa3, - 0x7e, 0xe7, 0x68, 0xb2, 0xf3, 0x69, 0xf0, 0x38, 0x68, 0xef, 0x83, 0xc3, 0x50, 0x9d, 0x63, 0xc6, - 0x79, 0x76, 0x56, 0x77, 0xee, 0xe2, 0x26, 0x22, 0xef, 0x90, 0xc7, 0xab, 0x8e, 0x57, 0xbf, 0xc8, - 0xd1, 0x82, 0xa9, 0xb2, 0x4a, 0x15, 0x6b, 0x77, 0xe1, 0x3c, 0x93, 0x9a, 0xa8, 0x92, 0x6e, 0xaa, - 0xad, 0x66, 0xee, 0x2c, 0x16, 0x5e, 0x5a, 0xf5, 0x3f, 0x4b, 0x45, 0xd8, 0x9b, 0xe0, 0x00, 0x36, - 0xc1, 0xa9, 0xc4, 0x35, 0x1b, 0xc4, 0x72, 0x8c, 0xc6, 0x9a, 0x58, 0xc3, 0x9c, 0xc3, 0x77, 0x90, - 0x69, 0x4c, 0x26, 0x32, 0x52, 0x5d, 0x3e, 0x61, 0xa7, 0xe3, 0x74, 0x04, 0x1d, 0x09, 0x6a, 0x0d, - 0x0a, 0x70, 0xcb, 0x3a, 0x79, 0x1d, 0x4b, 0xf3, 0x3b, 0xd8, 0x01, 0x6a, 0x7f, 0x2a, 0xf9, 0x37, - 0xa5, 0x8a, 0x1a, 0x41, 0x26, 0x8b, 0x4a, 0x9e, 0x89, 0x5c, 0x4e, 0x45, 0xa2, 0x54, 0xff, 0xab, - 0x94, 0x23, 0x2c, 0xd3, 0x8b, 0xaa, 0x93, 0x03, 0x73, 0x90, 0x13, 0x69, 0x3f, 0x6a, 0x8b, 0x4f, - 0x72, 0xfb, 0x18, 0xa1, 0x7d, 0xdc, 0xb3, 0x86, 0x80, 0x4c, 0x6d, 0x04, 0x7b, 0x2a, 0x9f, 0xb3, - 0xf9, 0x6c, 0xdb, 0x2b, 0x6f, 0x08, 0x05, 0x6d, 0x39, 0x6d, 0xc8, 0x30, 0xe0, 0xe8, 0x15, 0xa7, - 0x3b, 0x51, 0xfd, 0xbf, 0xf9, 0xa2, 0x5d, 0xc6, 0x11, 0x29, 0xbe, 0xc3, 0x4f, 0xd9, 0x24, 0x91, - 0xe1, 0x7a, 0x0d, 0xc9, 0xb6, 0xed, 0x60, 0x93, 0xb9, 0xb9, 0xa6, 0x9d, 0x31, 0x72, 0x57, 0xe6, - 0x51, 0x33, 0x10, 0x92, 0x4c, 0x84, 0x80, 0x16, 0x72, 0xc5, 0x73, 0x86, 0x12, 0x88, 0xbb, 0xc8, - 0x01, 0x8e, 0x27, 0x09, 0xd2, 0xfb, 0x80, 0x74, 0x57, 0x11, 0xa4, 0x0a, 0x07, 0xba, 0x25, 0xe7, - 0xa0, 0x69, 0x49, 0x61, 0x42, 0x32, 0x94, 0x64, 0x3b, 0xa2, 0xc0, 0x32, 0x56, 0xd9, 0x18, 0x92, - 0x11, 0xd2, 0xe6, 0x57, 0x4b, 0xb7, 0x65, 0x51, 0x95, 0x20, 0x39, 0xc0, 0x58, 0x43, 0x49, 0x13, - 0x61, 0xc0, 0x40, 0x26, 0x4c, 0x16, 0x36, 0x50, 0x4b, 0x6e, 0x31, 0x06, 0xe9, 0x0a, 0xd8, 0x3d, - 0x21, 0x8c, 0x6b, 0x04, 0xc9, 0x21, 0x26, 0xf8, 0x16, 0x58, 0x1f, 0xc6, 0xed, 0xc1, 0xb6, 0x40, - 0x34, 0x35, 0x1b, 0xea, 0x35, 0xf8, 0x9b, 0x30, 0xfb, 0x45, 0x16, 0x84, 0xad, 0x31, 0x72, 0xcd, - 0xe4, 0xe2, 0x57, 0x27, 0x5b, 0x3d, 0x92, 0x5b, 0xd2, 0x9a, 0x05, 0x0c, 0x8e, 0xdc, 0x15, 0xcc, - 0xdf, 0xeb, 0x97, 0xba, 0xc8, 0x2e, 0x31, 0xf4, 0xfb, 0x10, 0x74, 0x9b, 0x81, 0x2b, 0xeb, 0x9e, - 0xd5, 0x19, 0x34, 0x16, 0x75, 0x95, 0xb5, 0x07, 0x00, 0xf7, 0x76, 0x72, 0x8b, 0x81, 0xdc, 0xa1, - 0x9c, 0xa1, 0xd9, 0x5b, 0x28, 0x74, 0xe3, 0xf2, 0x99, 0x62, 0x01, 0xec, 0xf8, 0x3d, 0x36, 0x49, - 0x74, 0x5c, 0xbd, 0x47, 0x15, 0xd2, 0x6c, 0xed, 0x3a, 0x40, 0xbd, 0xb9, 0x14, 0xc4, 0x50, 0x70, - 0xe1, 0x11, 0xec, 0x6b, 0xaf, 0x67, 0xaa, 0x71, 0xa6, 0xe0, 0x11, 0x82, 0xc3, 0xe4, 0x26, 0x52, - 0x36, 0x5f, 0x77, 0xbd, 0x90, 0xbb, 0x94, 0x45, 0x31, 0xe2, 0xd0, 0xb6, 0x01, 0xe1, 0x69, 0x72, - 0x6f, 0x44, 0xa0, 0xe1, 0xbd, 0xb5, 0xba, 0x22, 0xc2, 0x9d, 0x29, 0x72, 0x09, 0x05, 0x72, 0xb2, - 0xac, 0x0c, 0xc8, 0x2a, 0xc0, 0x59, 0x89, 0x46, 0x8f, 0xae, 0x19, 0xd4, 0x23, 0xec, 0x59, 0x86, - 0xcf, 0x4e, 0xf1, 0x6f, 0xa8, 0x62, 0x96, 0x2b, 0xcd, 0xd0, 0x4a, 0x2f, 0x61, 0xa5, 0xed, 0xc1, - 0x2b, 0x3d, 0x7d, 0xb6, 0xfb, 0xdd, 0x56, 0x6b, 0xb3, 0x79, 0xbd, 0x2f, 0xfb, 0xe0, 0xd0, 0xa6, - 0x15, 0x2f, 0x90, 0xa5, 0x5e, 0xb7, 0x86, 0x30, 0x0b, 0x99, 0x30, 0xd6, 0x96, 0x40, 0xba, 0x2b, - 0xdb, 0x0a, 0x07, 0xc9, 0x91, 0x9b, 0x09, 0x72, 0x04, 0x16, 0x86, 0xec, 0xaa, 0xde, 0x34, 0x91, - 0x5d, 0xf8, 0x40, 0xe6, 0x08, 0x31, 0x6d, 0xa8, 0x9e, 0x07, 0x12, 0x3b, 0xdb, 0x20, 0x61, 0x51, - 0x49, 0xe2, 0x89, 0x5a, 0x55, 0x2c, 0x4c, 0xf9, 0xd2, 0x05, 0xf6, 0x1c, 0x61, 0x7c, 0x0a, 0x18, - 0x1b, 0x03, 0x2c, 0x28, 0x61, 0x32, 0xda, 0x96, 0x56, 0x4c, 0xcc, 0x80, 0x24, 0x38, 0xb4, 0x43, - 0xce, 0x27, 0x14, 0x91, 0xe0, 0x22, 0x7f, 0xbd, 0x40, 0x1d, 0xf2, 0xc9, 0xc0, 0x8e, 0x33, 0x1a, - 0x49, 0x23, 0x92, 0xb4, 0x4f, 0x48, 0x2a, 0xa2, 0x09, 0x69, 0x90, 0xa9, 0x07, 0x65, 0xa0, 0xbe, - 0x62, 0x8b, 0x75, 0x07, 0x96, 0xb0, 0x5b, 0xce, 0x37, 0x36, 0x96, 0x20, 0x82, 0x43, 0xb9, 0xec, - 0x0a, 0x2a, 0x03, 0x67, 0x31, 0xab, 0x23, 0xda, 0xe6, 0x21, 0x96, 0x3a, 0x26, 0x24, 0x09, 0xbe, - 0x22, 0x80, 0xd2, 0x46, 0x11, 0x33, 0xed, 0x31, 0x72, 0xc2, 0x22, 0x15, 0x62, 0x9a, 0x24, 0x39, - 0xff, 0x83, 0x91, 0x24, 0x86, 0xc7, 0xa6, 0xa3, 0x00, 0x24, 0xa3, 0x94, 0xf1, 0x0c, 0x31, 0x37, - 0x59, 0x55, 0x8c, 0x49, 0x1c, 0x3a, 0x54, 0x4d, 0x15, 0x62, 0x66, 0x8a, 0x13, 0x13, 0xb2, 0xaa, - 0x6b, 0xc4, 0x4b, 0xe9, 0x6b, 0x22, 0x9c, 0x61, 0xac, 0x8a, 0x53, 0x9e, 0x2b, 0x6c, 0x5a, 0xc9, - 0xa0, 0x95, 0x7e, 0x0e, 0x2b, 0x7d, 0x3e, 0xcc, 0x4a, 0x19, 0x55, 0x07, 0x98, 0x21, 0xd6, 0x7b, - 0x1b, 0x55, 0x1f, 0x21, 0xec, 0x7e, 0xb1, 0x83, 0x1c, 0xc3, 0xd4, 0xea, 0x18, 0xae, 0x52, 0x5b, - 0x80, 0xd5, 0xe7, 0xb7, 0x33, 0xe4, 0x9c, 0xf1, 0x80, 0xcd, 0xa8, 0x59, 0x64, 0x2b, 0x0b, 0x24, - 0xe8, 0x65, 0x18, 0x7a, 0x71, 0x3b, 0x26, 0x49, 0x63, 0x42, 0x90, 0xa4, 0x51, 0x99, 0x84, 0xf1, - 0x19, 0x3b, 0xad, 0x66, 0x6a, 0x43, 0x5b, 0x4c, 0xac, 0x46, 0x8f, 0x6d, 0xdb, 0x31, 0xbb, 0x78, - 0x33, 0xcf, 0x2e, 0xa6, 0xc0, 0x7e, 0xc6, 0xe6, 0x14, 0x58, 0x5c, 0x5f, 0xbe, 0x4e, 0xa2, 0xfc, - 0x14, 0x70, 0x56, 0xb7, 0x33, 0x74, 0x2a, 0xd6, 0xbf, 0x54, 0x22, 0xc8, 0x27, 0x11, 0x4d, 0xff, - 0x16, 0x01, 0x6f, 0xc4, 0xc0, 0x71, 0x79, 0x49, 0x44, 0x49, 0x4a, 0x40, 0xea, 0xa2, 0x42, 0x87, - 0xce, 0xba, 0x08, 0xc7, 0x67, 0x65, 0x85, 0x93, 0xe7, 0x77, 0xca, 0x89, 0x7d, 0xaf, 0x01, 0xec, - 0x47, 0x5b, 0x49, 0xfa, 0x2f, 0x37, 0x5e, 0xf2, 0x80, 0x49, 0xe6, 0x32, 0x4b, 0x26, 0xc1, 0xd9, - 0x2e, 0xa8, 0xd5, 0xd2, 0x15, 0x61, 0x25, 0x27, 0x7a, 0xe7, 0xc4, 0xaa, 0xcf, 0xf8, 0x30, 0x3e, - 0x82, 0xb8, 0xf6, 0x23, 0x9e, 0x66, 0x75, 0xbc, 0xe1, 0xf8, 0x82, 0xd7, 0x2e, 0x02, 0xdc, 0xb9, - 0xad, 0xc1, 0x8c, 0xe5, 0x50, 0x65, 0x49, 0xf5, 0xdb, 0x91, 0xdc, 0x7b, 0x6e, 0xc6, 0xc3, 0xaa, - 0xfc, 0x0a, 0xb9, 0x34, 0xb4, 0x24, 0x95, 0x59, 0x21, 0x4f, 0x21, 0xc3, 0xba, 0xcb, 0xbf, 0x51, - 0x99, 0xcd, 0xa0, 0xe4, 0x75, 0xf4, 0x98, 0xe4, 0x15, 0x6a, 0xdb, 0x31, 0xd8, 0xb4, 0x80, 0xec, - 0x01, 0x07, 0x2d, 0x5b, 0xc3, 0x08, 0x63, 0x81, 0x93, 0xad, 0x7c, 0xcc, 0x46, 0xe1, 0x3f, 0xfd, - 0xc7, 0x71, 0x29, 0x17, 0xd4, 0x82, 0xe4, 0x27, 0x69, 0x77, 0x19, 0x36, 0x85, 0xea, 0x28, 0xa4, - 0x4b, 0xd5, 0x7b, 0x98, 0x7a, 0x38, 0xff, 0x8b, 0x09, 0x76, 0x3e, 0xfb, 0x72, 0x2e, 0x33, 0x49, - 0x9d, 0x75, 0xbd, 0x9b, 0x7e, 0x91, 0xa6, 0x88, 0x9d, 0x7c, 0x4a, 0xce, 0x18, 0xfe, 0x1e, 0x07, - 0x47, 0xb5, 0x2f, 0x43, 0xc5, 0xe3, 0x62, 0xd6, 0x76, 0xa2, 0x76, 0x17, 0x40, 0xde, 0xda, 0xca, - 0x7a, 0x8c, 0xd4, 0x1b, 0xf0, 0x11, 0xbf, 0xe6, 0x9a, 0xbe, 0x77, 0x00, 0x09, 0x1d, 0xc9, 0x83, - 0xa9, 0x96, 0x22, 0x34, 0x47, 0xfb, 0x61, 0x20, 0x19, 0x8e, 0xa9, 0x08, 0x2f, 0x7c, 0x04, 0xc4, - 0x37, 0xed, 0x3c, 0xfb, 0x29, 0x5f, 0xa0, 0x6f, 0x03, 0xcc, 0xcd, 0x04, 0xcc, 0x5a, 0x42, 0xe9, - 0x07, 0x80, 0xad, 0xa5, 0x98, 0x4e, 0xca, 0xdb, 0x24, 0x2d, 0x9f, 0x7a, 0x0e, 0x3d, 0xfe, 0x5d, - 0xd2, 0x32, 0x3e, 0x52, 0x34, 0xd3, 0x04, 0x25, 0x17, 0x77, 0x60, 0xbe, 0x95, 0xcc, 0xa9, 0xe4, - 0x23, 0x12, 0x39, 0x9f, 0x41, 0xcf, 0xbc, 0x0f, 0xb3, 0xf4, 0x74, 0xee, 0x79, 0x77, 0x43, 0x07, - 0xc5, 0x41, 0x10, 0xcf, 0xd9, 0x7c, 0x92, 0xbc, 0x4e, 0x3c, 0x37, 0x53, 0x46, 0x9c, 0x80, 0x52, - 0x14, 0x45, 0x3f, 0xce, 0x0e, 0x82, 0xfc, 0x65, 0x9a, 0x17, 0x94, 0xd9, 0xc1, 0x26, 0xa0, 0xad, - 0x17, 0x3c, 0xfd, 0xe1, 0x3b, 0x69, 0x5b, 0x39, 0x47, 0x9c, 0xbe, 0x62, 0x42, 0x85, 0x6c, 0xd6, - 0xa1, 0x4d, 0x46, 0x5a, 0x99, 0x28, 0xc9, 0x7e, 0xc2, 0xb3, 0x8c, 0x5f, 0x65, 0x28, 0xc6, 0xf9, - 0x7e, 0xfa, 0xf1, 0x3d, 0x17, 0x90, 0x80, 0x56, 0xd5, 0xcc, 0x7d, 0xa5, 0x11, 0x9b, 0x84, 0xfa, - 0x8e, 0xe4, 0x9f, 0x4a, 0x6c, 0x25, 0x6f, 0xab, 0x8f, 0x9a, 0x10, 0xfd, 0xf9, 0x27, 0x9e, 0x80, - 0xdc, 0xa8, 0xb7, 0xde, 0x8e, 0xc2, 0x5e, 0x6c, 0x44, 0xf5, 0x62, 0x92, 0x65, 0x42, 0xca, 0x3d, - 0xac, 0x25, 0x40, 0x56, 0xb0, 0xcf, 0x65, 0x41, 0x52, 0xa7, 0xb5, 0xcc, 0xa6, 0x5c, 0x4c, 0xbe, - 0x22, 0x9e, 0x81, 0x44, 0x21, 0xe6, 0xb1, 0x46, 0x34, 0x1f, 0x14, 0xa7, 0x24, 0xf4, 0x01, 0x4d, - 0xf5, 0x17, 0xec, 0xe6, 0x90, 0x92, 0x2b, 0xdf, 0x57, 0x61, 0x86, 0x5c, 0x2c, 0x65, 0x3c, 0xd2, - 0x9f, 0x26, 0xe1, 0x47, 0x08, 0xfe, 0x6f, 0x47, 0xd8, 0xb5, 0x13, 0xf0, 0x7f, 0xb7, 0x87, 0xf2, - 0x11, 0x63, 0xe4, 0xba, 0xed, 0x3e, 0xe3, 0x26, 0xeb, 0xa1, 0xed, 0xc1, 0x59, 0x92, 0xc4, 0x11, - 0x94, 0xe3, 0x58, 0x19, 0x6f, 0x3f, 0xaa, 0xb9, 0x70, 0x62, 0x6d, 0x14, 0xd7, 0xb3, 0x9c, 0x38, - 0x87, 0x71, 0x9d, 0xf9, 0x51, 0xf2, 0x02, 0xee, 0x84, 0x12, 0x72, 0xdd, 0x5d, 0xfd, 0xf7, 0x12, - 0x5b, 0x3a, 0xf9, 0x80, 0xd4, 0xd9, 0xaf, 0xb1, 0x49, 0x25, 0x8b, 0x22, 0x41, 0xee, 0x5a, 0xc3, - 0xce, 0xb5, 0x64, 0xf3, 0xe3, 0x60, 0xbf, 0x1f, 0xbd, 0x48, 0x27, 0x2a, 0x8f, 0xd9, 0x74, 0xbf, - 0x2f, 0xa5, 0x33, 0x25, 0xfd, 0x06, 0x50, 0x70, 0xe1, 0x23, 0xb9, 0x0b, 0x97, 0xfa, 0xf4, 0xcf, - 0x63, 0x6c, 0x39, 0x23, 0xd3, 0x36, 0x6f, 0x40, 0x11, 0xd4, 0x7c, 0x19, 0x60, 0xe1, 0xf6, 0xbc, - 0xcb, 0xbb, 0xfd, 0x60, 0x92, 0x09, 0x58, 0x35, 0x66, 0x50, 0xa2, 0x0f, 0xe3, 0xec, 0x3e, 0xb1, - 0x28, 0x4b, 0x72, 0xfa, 0x9a, 0x27, 0xcd, 0x7f, 0x21, 0xe7, 0xf0, 0x44, 0x8d, 0xd7, 0x9f, 0xd6, - 0x40, 0x96, 0x23, 0xfd, 0xe8, 0x28, 0xf9, 0xd1, 0x5f, 0xc2, 0xac, 0xdf, 0xdf, 0x94, 0xcf, 0x9d, - 0xc9, 0xec, 0xb3, 0xe9, 0x1c, 0x42, 0xfa, 0xe5, 0xfb, 0xf2, 0xbe, 0xd1, 0xab, 0x82, 0xfb, 0x72, - 0xda, 0xb1, 0x77, 0x96, 0x59, 0x5e, 0x43, 0x16, 0x24, 0xf8, 0xc8, 0x64, 0xcb, 0x16, 0x81, 0x05, - 0x28, 0xea, 0x18, 0xe5, 0x1d, 0x96, 0xf1, 0x57, 0x25, 0x76, 0x3a, 0x3d, 0x46, 0x06, 0x52, 0x95, - 0x4a, 0x1d, 0xc1, 0xf2, 0x22, 0xce, 0x91, 0x01, 0xb8, 0xad, 0x84, 0xa0, 0x12, 0x31, 0x2f, 0x44, - 0xbf, 0x52, 0x31, 0xd1, 0x65, 0xd1, 0x22, 0x6a, 0x5e, 0x62, 0x46, 0x64, 0xfa, 0x1c, 0xea, 0x6f, - 0xd0, 0x47, 0x9e, 0x92, 0x37, 0x55, 0x32, 0xcd, 0xea, 0x92, 0xd5, 0x56, 0x2f, 0xe7, 0x71, 0x58, - 0x59, 0x97, 0x1d, 0xb4, 0xdd, 0xdc, 0x91, 0xc4, 0x47, 0x20, 0x24, 0x28, 0x96, 0x4c, 0x86, 0x2b, - 0xb5, 0xd6, 0xfe, 0x9a, 0x2e, 0x8f, 0xf8, 0x65, 0xe2, 0x24, 0xe5, 0x27, 0x1c, 0x5a, 0xa7, 0xfb, - 0x06, 0x43, 0xf4, 0x92, 0xce, 0x41, 0x0f, 0xe9, 0xde, 0x4d, 0x9a, 0x0b, 0xdb, 0x7a, 0xe2, 0xf4, - 0xb0, 0x94, 0xaa, 0xfb, 0xa0, 0x61, 0x30, 0x69, 0x4f, 0x7a, 0x5c, 0x48, 0x6b, 0x0e, 0x79, 0x58, - 0x5d, 0x61, 0xd7, 0x87, 0x51, 0x1e, 0xe5, 0x76, 0xff, 0xc3, 0xc8, 0x7d, 0x9e, 0xf1, 0x1c, 0x0b, - 0x89, 0x34, 0x4d, 0xf4, 0x98, 0x31, 0x2a, 0x2f, 0xa4, 0x32, 0xc9, 0xac, 0x85, 0x28, 0x0b, 0xde, - 0xc6, 0x67, 0x5e, 0xf9, 0x49, 0x43, 0x5a, 0xb1, 0x08, 0x85, 0x58, 0x11, 0xd8, 0x83, 0xfc, 0xb0, - 0x10, 0x07, 0x0b, 0xab, 0x69, 0x5c, 0x50, 0x04, 0x8f, 0x54, 0xca, 0x79, 0xc0, 0x39, 0xf5, 0xa8, - 0x1b, 0x86, 0x58, 0xe2, 0x63, 0x7b, 0x86, 0xc4, 0x19, 0xfd, 0x01, 0x48, 0x9c, 0x7b, 0x85, 0x2f, - 0xd8, 0xb5, 0x0b, 0x80, 0x58, 0x79, 0xa8, 0x4b, 0x6a, 0xf5, 0x22, 0xdb, 0x2f, 0xa8, 0x0d, 0x4b, - 0x9b, 0x96, 0x4c, 0x48, 0x28, 0x43, 0xee, 0x0f, 0x97, 0x6f, 0xdc, 0x22, 0x31, 0xfe, 0x69, 0x86, - 0x4e, 0x91, 0x79, 0x08, 0x1d, 0xd4, 0x6e, 0x96, 0x33, 0x80, 0x74, 0x84, 0x67, 0x4d, 0xa3, 0xe3, - 0x84, 0x90, 0x06, 0x10, 0x5b, 0x03, 0x29, 0xdf, 0x51, 0x8e, 0x34, 0x99, 0xfc, 0x51, 0x49, 0x93, - 0xdf, 0xe6, 0xed, 0x70, 0x2a, 0x61, 0x87, 0x3e, 0x2c, 0xdb, 0x4c, 0xdb, 0xa1, 0xd4, 0xd1, 0x93, - 0xec, 0x10, 0x0a, 0x5b, 0x68, 0x0c, 0x8f, 0x3c, 0x41, 0x65, 0x45, 0x6f, 0x08, 0x33, 0xc4, 0x2c, - 0xea, 0x74, 0xcc, 0xe0, 0xc8, 0xf7, 0xee, 0x69, 0xda, 0x3c, 0x29, 0x41, 0xcc, 0xc9, 0x50, 0x4f, - 0x9a, 0x9a, 0x42, 0xdf, 0x82, 0x7b, 0x6e, 0xf7, 0xfa, 0x54, 0x03, 0xc9, 0x89, 0x1f, 0x61, 0x06, - 0x2d, 0x2f, 0x8a, 0x62, 0x44, 0xc9, 0x76, 0xd1, 0x47, 0x98, 0x1b, 0x19, 0x20, 0x7c, 0xad, 0x3b, - 0x16, 0x6c, 0x93, 0xcd, 0x08, 0xee, 0x84, 0x70, 0x58, 0x48, 0x38, 0xc8, 0xaf, 0x0e, 0x24, 0xd4, - 0xae, 0x22, 0x20, 0xe4, 0x4d, 0x2b, 0x03, 0xc6, 0x49, 0xd7, 0x84, 0x7a, 0xd5, 0x02, 0x37, 0x99, - 0xac, 0xf2, 0x1e, 0x24, 0xc8, 0xa3, 0x53, 0xaf, 0xe4, 0xa7, 0xb7, 0xd8, 0x22, 0xd5, 0xac, 0x76, - 0x36, 0xe6, 0xcf, 0x52, 0xcc, 0xa7, 0x3c, 0x7c, 0x03, 0x62, 0x2c, 0x5d, 0x8c, 0xbc, 0x2c, 0xda, - 0x62, 0xc8, 0x1b, 0x1c, 0xcc, 0xad, 0x2e, 0xcb, 0xbc, 0x7d, 0xef, 0x50, 0xdd, 0xa5, 0x65, 0xfc, - 0xa6, 0xc4, 0xc6, 0x5c, 0xa7, 0x27, 0x14, 0x8b, 0x15, 0x01, 0x42, 0x07, 0xee, 0xbc, 0x6f, 0xfc, - 0xe8, 0xbe, 0x0f, 0xec, 0x62, 0x4b, 0xb7, 0xb7, 0x9d, 0xf6, 0x01, 0x77, 0x6b, 0xbd, 0x5d, 0x00, - 0x77, 0x95, 0x8e, 0x24, 0x3f, 0x3b, 0xeb, 0x5b, 0x2b, 0xae, 0xa1, 0xd3, 0x0c, 0x7a, 0x99, 0xa2, - 0xdc, 0xf7, 0xcb, 0xdb, 0x2b, 0xf7, 0x7f, 0x61, 0x19, 0xff, 0x50, 0x8a, 0x3f, 0xb4, 0xb2, 0x43, - 0x8e, 0x2f, 0x38, 0xb6, 0x7c, 0xbd, 0xa2, 0x7c, 0x63, 0x8e, 0xf2, 0x8d, 0x3f, 0x2d, 0x81, 0x68, - 0x7f, 0x5c, 0xfa, 0x7e, 0xb2, 0xf9, 0x1e, 0xe8, 0x83, 0xf2, 0x1c, 0x74, 0xd7, 0x5f, 0xe1, 0xdd, - 0x83, 0x58, 0x89, 0xb3, 0x22, 0x3d, 0x95, 0x22, 0xe2, 0x5b, 0xa8, 0xba, 0x4f, 0x90, 0xdf, 0x0c, - 0x29, 0x33, 0xa2, 0xd3, 0x1b, 0xcc, 0x89, 0x5d, 0xfc, 0xe1, 0x39, 0xb1, 0x5f, 0x25, 0x12, 0x86, - 0x4b, 0x3a, 0x33, 0xfa, 0x0c, 0xe0, 0x3f, 0x7e, 0xac, 0x1f, 0x51, 0xd1, 0xc0, 0x49, 0x3b, 0x51, - 0xff, 0x1c, 0x52, 0x00, 0x11, 0x98, 0x47, 0xf4, 0xb9, 0x1f, 0x8f, 0x44, 0x9f, 0x99, 0x2e, 0xa6, - 0xc7, 0xfc, 0x02, 0xfa, 0xb4, 0x4a, 0xc9, 0xd2, 0x92, 0x75, 0x62, 0xb0, 0x78, 0x65, 0xf2, 0x34, - 0x45, 0xc6, 0xcd, 0xff, 0xa8, 0x64, 0x9c, 0x55, 0x40, 0x8e, 0x49, 0xfa, 0x6f, 0x28, 0x5a, 0xcc, - 0x18, 0x9e, 0x16, 0x5b, 0xcf, 0xd1, 0x62, 0xaf, 0xe5, 0x48, 0x9b, 0xef, 0x46, 0x88, 0x2d, 0xfc, - 0x58, 0x84, 0xd8, 0xe2, 0x77, 0x21, 0xc4, 0x1a, 0xc7, 0x10, 0x62, 0x92, 0xba, 0xfb, 0x71, 0xa9, - 0xb0, 0x0b, 0xdf, 0x85, 0x0a, 0x7b, 0x37, 0x4f, 0x85, 0x99, 0x49, 0x2a, 0xec, 0x2c, 0xc0, 0x2d, - 0x16, 0x52, 0x61, 0xc3, 0x91, 0x60, 0xbf, 0x1d, 0xc9, 0x3d, 0xa0, 0xa6, 0xec, 0x44, 0x95, 0x22, - 0xbb, 0x29, 0x0a, 0xac, 0xb6, 0x0e, 0xab, 0x3e, 0x7c, 0x1a, 0xab, 0xb2, 0xe4, 0xf1, 0xd1, 0x31, - 0x76, 0xd1, 0x61, 0xd1, 0xf7, 0x23, 0xe0, 0x0c, 0x85, 0x70, 0x42, 0x0f, 0x8c, 0x20, 0x9b, 0x29, - 0x6a, 0x93, 0x36, 0xfe, 0xac, 0x34, 0x80, 0x36, 0x1b, 0x39, 0x86, 0x36, 0xab, 0x7d, 0x0e, 0x8b, - 0xef, 0xae, 0x3b, 0xea, 0x59, 0x22, 0x56, 0x9d, 0x23, 0x0f, 0x22, 0x07, 0x66, 0x13, 0xea, 0x30, - 0x40, 0x10, 0x97, 0x77, 0xe4, 0x13, 0x38, 0x46, 0xc6, 0x23, 0x19, 0x4e, 0xa4, 0xd9, 0xd0, 0x8b, - 0x94, 0x7c, 0xd1, 0xeb, 0x3f, 0x0b, 0xde, 0xf9, 0xfb, 0xd3, 0x6c, 0x36, 0xb5, 0x24, 0x7e, 0xa2, - 0x3e, 0x1d, 0xff, 0xc2, 0xc3, 0xb8, 0x64, 0x9d, 0xf4, 0xcb, 0x9b, 0x4a, 0xd5, 0x3a, 0xf9, 0x67, - 0x32, 0xa4, 0x02, 0x71, 0xbb, 0xe8, 0xbf, 0x5b, 0x16, 0x7e, 0xf0, 0x6d, 0xfc, 0x49, 0x89, 0xcd, - 0x24, 0x7e, 0xcf, 0x62, 0x5c, 0xb6, 0x4e, 0xfe, 0x91, 0x4d, 0xe5, 0x8a, 0x35, 0xcc, 0x2f, 0x62, - 0x28, 0xec, 0x26, 0x7a, 0x12, 0xb2, 0x34, 0xc2, 0xa0, 0x55, 0x24, 0xcd, 0x5f, 0x97, 0xd8, 0xa9, - 0xe4, 0xcf, 0x5e, 0x8c, 0xdc, 0x4a, 0x45, 0x3f, 0xaa, 0xa9, 0x5c, 0xb5, 0x86, 0xf9, 0xe9, 0x4c, - 0x95, 0x72, 0xa6, 0x47, 0x4d, 0x5e, 0x3f, 0x40, 0x3b, 0x88, 0x85, 0x21, 0xc6, 0x46, 0x8f, 0x1e, - 0x70, 0x4c, 0xdf, 0x96, 0xd8, 0xa4, 0x5a, 0xc2, 0xb8, 0x68, 0x1d, 0xff, 0x43, 0x9b, 0x8a, 0x69, - 0x9d, 0xf0, 0xed, 0x78, 0x95, 0x6a, 0x27, 0x3d, 0x06, 0x3f, 0x4d, 0xa7, 0x87, 0x26, 0x58, 0x4c, - 0x9e, 0x8e, 0xca, 0x4d, 0x51, 0x0e, 0xfd, 0x2e, 0x6e, 0x19, 0x7f, 0x5e, 0x62, 0xac, 0xff, 0x69, - 0x83, 0x51, 0xb5, 0x4e, 0xfc, 0x9a, 0xbc, 0x72, 0xd9, 0x3a, 0xf9, 0xd3, 0x88, 0xaa, 0xca, 0x24, - 0xe5, 0xb7, 0xe3, 0x22, 0xf5, 0x71, 0xb6, 0xb3, 0x17, 0x74, 0x23, 0xfc, 0xce, 0xb8, 0xe8, 0xb3, - 0x73, 0x88, 0xc0, 0x7f, 0x09, 0xca, 0x93, 0x78, 0xe1, 0x37, 0x2e, 0x0f, 0xf1, 0x19, 0x43, 0x5e, - 0x79, 0x8a, 0xbe, 0x11, 0xf8, 0x3e, 0x52, 0xfd, 0x21, 0x28, 0x51, 0x92, 0xde, 0x36, 0xae, 0x0c, - 0xf3, 0xd6, 0x99, 0x57, 0xa2, 0x42, 0x8a, 0xbc, 0xaa, 0xe2, 0xb9, 0x16, 0x4c, 0x06, 0xda, 0xbe, - 0x0c, 0x50, 0x83, 0x3a, 0x74, 0x8b, 0x96, 0xf1, 0x6b, 0x36, 0x21, 0xc9, 0x3d, 0xe3, 0x82, 0x75, - 0x2c, 0x0f, 0x5e, 0xb9, 0x68, 0x9d, 0x40, 0x0a, 0x12, 0xf9, 0x2a, 0x1b, 0x8b, 0xcf, 0x22, 0xcb, - 0x94, 0xfe, 0x4b, 0x89, 0x2d, 0x16, 0x92, 0x6f, 0xc6, 0x4d, 0xeb, 0x55, 0xd8, 0xc5, 0x8a, 0x65, - 0xbd, 0x12, 0xa5, 0x57, 0xa5, 0xf4, 0x4e, 0x46, 0x20, 0x21, 0x53, 0x3b, 0x2a, 0xbc, 0x54, 0x22, - 0x57, 0xcf, 0xf2, 0x68, 0x1c, 0x67, 0x53, 0xba, 0x97, 0xdd, 0x83, 0xf1, 0x77, 0x25, 0x36, 0x9f, - 0x5d, 0xcc, 0x58, 0xb2, 0x86, 0x64, 0x00, 0x2b, 0xcb, 0x43, 0xd3, 0x59, 0x55, 0xfa, 0x0d, 0x40, - 0x56, 0xe6, 0x62, 0xd2, 0x2f, 0x2f, 0xe6, 0xdf, 0x94, 0x98, 0x91, 0x27, 0x16, 0x8c, 0xdc, 0xfb, - 0xfa, 0x60, 0xe6, 0xaa, 0x72, 0xc3, 0x7a, 0x05, 0xa2, 0x82, 0x3e, 0x02, 0x51, 0x03, 0x72, 0x9c, - 0x48, 0x9c, 0x38, 0xa3, 0x06, 0x1a, 0x7f, 0x04, 0x1e, 0xa3, 0x1f, 0x6f, 0xf3, 0x1e, 0x23, 0x9f, - 0xb3, 0xe6, 0x3d, 0x46, 0x41, 0xbc, 0x96, 0xda, 0xb8, 0xc5, 0x43, 0x54, 0x43, 0x41, 0x86, 0x48, - 0x29, 0x36, 0xe5, 0x96, 0x24, 0x41, 0xc6, 0x24, 0x2b, 0xf2, 0x37, 0x82, 0x44, 0xcc, 0x78, 0x75, - 0x72, 0x6d, 0xf8, 0x2d, 0xb6, 0xc8, 0x3d, 0xf0, 0xe0, 0xd9, 0xd7, 0x46, 0xbf, 0x2d, 0x95, 0xfe, - 0x3f, 0x00, 0x00, 0xff, 0xff, 0x6e, 0x8f, 0x7b, 0xab, 0xe5, 0x3a, 0x00, 0x00, -} |