fonchain-fiee/api/bundle/bundle.pb.go

5288 lines
204 KiB
Go
Raw Normal View History

2025-02-20 08:38:16 +00:00
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
2025-06-11 07:41:04 +00:00
// protoc-gen-go v1.35.1
// protoc v5.29.2
2025-02-20 08:38:16 +00:00
// source: pb/bundle.proto
package bundle
import (
2025-03-28 01:25:54 +00:00
_ "github.com/mwitkow/go-proto-validators"
2025-02-20 08:38:16 +00:00
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
2025-03-28 01:25:54 +00:00
_ "google.golang.org/protobuf/types/descriptorpb"
2025-02-20 08:38:16 +00:00
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
2025-06-13 08:48:38 +00:00
type OrderRecordsRequestV2 struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CustomerName string `protobuf:"bytes,1,opt,name=customerName,proto3" json:"customerName,omitempty"`
TelNum string `protobuf:"bytes,2,opt,name=telNum,proto3" json:"telNum,omitempty"`
BundleName string `protobuf:"bytes,3,opt,name=bundleName,proto3" json:"bundleName,omitempty"`
PayStatus int32 `protobuf:"varint,4,opt,name=payStatus,proto3" json:"payStatus,omitempty"`
AddPayStatus int32 `protobuf:"varint,5,opt,name=addPayStatus,proto3" json:"addPayStatus,omitempty"`
OrderNo string `protobuf:"bytes,6,opt,name=orderNo,proto3" json:"orderNo,omitempty"`
OrderAddNo string `protobuf:"bytes,7,opt,name=orderAddNo,proto3" json:"orderAddNo,omitempty"`
BundleCreateAtStart string `protobuf:"bytes,8,opt,name=bundleCreateAtStart,proto3" json:"bundleCreateAtStart,omitempty"`
BundleCreateAtEnd string `protobuf:"bytes,9,opt,name=bundleCreateAtEnd,proto3" json:"bundleCreateAtEnd,omitempty"`
OrderAddCreateAtStart string `protobuf:"bytes,10,opt,name=orderAddCreateAtStart,proto3" json:"orderAddCreateAtStart,omitempty"`
OrderAddCreateAtEnd string `protobuf:"bytes,11,opt,name=orderAddCreateAtEnd,proto3" json:"orderAddCreateAtEnd,omitempty"`
Page int32 `protobuf:"varint,12,opt,name=page,proto3" json:"page,omitempty"`
PageSize int32 `protobuf:"varint,13,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
UserIds []int64 `protobuf:"varint,14,rep,packed,name=userIds,proto3" json:"userIds,omitempty"`
}
func (x *OrderRecordsRequestV2) Reset() {
*x = OrderRecordsRequestV2{}
mi := &file_pb_bundle_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *OrderRecordsRequestV2) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecordsRequestV2) ProtoMessage() {}
func (x *OrderRecordsRequestV2) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[0]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecordsRequestV2.ProtoReflect.Descriptor instead.
func (*OrderRecordsRequestV2) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{0}
}
func (x *OrderRecordsRequestV2) GetCustomerName() string {
if x != nil {
return x.CustomerName
}
return ""
}
func (x *OrderRecordsRequestV2) GetTelNum() string {
if x != nil {
return x.TelNum
}
return ""
}
func (x *OrderRecordsRequestV2) GetBundleName() string {
if x != nil {
return x.BundleName
}
return ""
}
func (x *OrderRecordsRequestV2) GetPayStatus() int32 {
if x != nil {
return x.PayStatus
}
return 0
}
func (x *OrderRecordsRequestV2) GetAddPayStatus() int32 {
if x != nil {
return x.AddPayStatus
}
return 0
}
func (x *OrderRecordsRequestV2) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
func (x *OrderRecordsRequestV2) GetOrderAddNo() string {
if x != nil {
return x.OrderAddNo
}
return ""
}
func (x *OrderRecordsRequestV2) GetBundleCreateAtStart() string {
if x != nil {
return x.BundleCreateAtStart
}
return ""
}
func (x *OrderRecordsRequestV2) GetBundleCreateAtEnd() string {
if x != nil {
return x.BundleCreateAtEnd
}
return ""
}
func (x *OrderRecordsRequestV2) GetOrderAddCreateAtStart() string {
if x != nil {
return x.OrderAddCreateAtStart
}
return ""
}
func (x *OrderRecordsRequestV2) GetOrderAddCreateAtEnd() string {
if x != nil {
return x.OrderAddCreateAtEnd
}
return ""
}
func (x *OrderRecordsRequestV2) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *OrderRecordsRequestV2) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
func (x *OrderRecordsRequestV2) GetUserIds() []int64 {
if x != nil {
return x.UserIds
}
return nil
}
type OrderRecordsResponseV2 struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
BundleInfo []*OrderBundleRecordInfo `protobuf:"bytes,1,rep,name=bundleInfo,proto3" json:"bundleInfo,omitempty"`
Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
Total int32 `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"`
}
func (x *OrderRecordsResponseV2) Reset() {
*x = OrderRecordsResponseV2{}
mi := &file_pb_bundle_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *OrderRecordsResponseV2) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecordsResponseV2) ProtoMessage() {}
func (x *OrderRecordsResponseV2) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[1]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecordsResponseV2.ProtoReflect.Descriptor instead.
func (*OrderRecordsResponseV2) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{1}
}
func (x *OrderRecordsResponseV2) GetBundleInfo() []*OrderBundleRecordInfo {
if x != nil {
return x.BundleInfo
}
return nil
}
func (x *OrderRecordsResponseV2) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *OrderRecordsResponseV2) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
func (x *OrderRecordsResponseV2) GetTotal() int32 {
if x != nil {
return x.Total
}
return 0
}
type OrderBundleRecordInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
OrderNo string `protobuf:"bytes,1,opt,name=orderNo,proto3" json:"orderNo,omitempty"`
BundleName string `protobuf:"bytes,2,opt,name=bundleName,proto3" json:"bundleName,omitempty"`
PayStatus int32 `protobuf:"varint,3,opt,name=payStatus,proto3" json:"payStatus,omitempty"`
TelNum string `protobuf:"bytes,4,opt,name=telNum,proto3" json:"telNum,omitempty"`
CustomerName string `protobuf:"bytes,5,opt,name=customerName,proto3" json:"customerName,omitempty"`
BundleCreateAt string `protobuf:"bytes,6,opt,name=bundleCreateAt,proto3" json:"bundleCreateAt,omitempty"`
Amount float32 `protobuf:"fixed32,7,opt,name=amount,proto3" json:"amount,omitempty"`
AddBundleInfo []*OrderAddBundleRecordInfo `protobuf:"bytes,8,rep,name=addBundleInfo,proto3" json:"addBundleInfo,omitempty"`
CustomerId int64 `protobuf:"varint,9,opt,name=customerId,proto3" json:"customerId,omitempty"`
}
func (x *OrderBundleRecordInfo) Reset() {
*x = OrderBundleRecordInfo{}
mi := &file_pb_bundle_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *OrderBundleRecordInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderBundleRecordInfo) ProtoMessage() {}
func (x *OrderBundleRecordInfo) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[2]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderBundleRecordInfo.ProtoReflect.Descriptor instead.
func (*OrderBundleRecordInfo) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{2}
}
func (x *OrderBundleRecordInfo) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
func (x *OrderBundleRecordInfo) GetBundleName() string {
if x != nil {
return x.BundleName
}
return ""
}
func (x *OrderBundleRecordInfo) GetPayStatus() int32 {
if x != nil {
return x.PayStatus
}
return 0
}
func (x *OrderBundleRecordInfo) GetTelNum() string {
if x != nil {
return x.TelNum
}
return ""
}
func (x *OrderBundleRecordInfo) GetCustomerName() string {
if x != nil {
return x.CustomerName
}
return ""
}
func (x *OrderBundleRecordInfo) GetBundleCreateAt() string {
if x != nil {
return x.BundleCreateAt
}
return ""
}
func (x *OrderBundleRecordInfo) GetAmount() float32 {
if x != nil {
return x.Amount
}
return 0
}
func (x *OrderBundleRecordInfo) GetAddBundleInfo() []*OrderAddBundleRecordInfo {
if x != nil {
return x.AddBundleInfo
}
return nil
}
func (x *OrderBundleRecordInfo) GetCustomerId() int64 {
if x != nil {
return x.CustomerId
}
return 0
}
type OrderAddBundleRecordInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
OrderAddNo string `protobuf:"bytes,1,opt,name=orderAddNo,proto3" json:"orderAddNo,omitempty"`
Amount float32 `protobuf:"fixed32,2,opt,name=amount,proto3" json:"amount,omitempty"`
SettlementAmount float32 `protobuf:"fixed32,3,opt,name=settlementAmount,proto3" json:"settlementAmount,omitempty"`
CurrencyType int32 `protobuf:"varint,4,opt,name=currencyType,proto3" json:"currencyType,omitempty"`
HandlingFee float32 `protobuf:"fixed32,5,opt,name=handlingFee,proto3" json:"handlingFee,omitempty"`
ExchangeRate float32 `protobuf:"fixed32,6,opt,name=exchangeRate,proto3" json:"exchangeRate,omitempty"`
OrderAddCreateAt string `protobuf:"bytes,7,opt,name=orderAddCreateAt,proto3" json:"orderAddCreateAt,omitempty"`
AddPayStatus int32 `protobuf:"varint,8,opt,name=addPayStatus,proto3" json:"addPayStatus,omitempty"`
Contract string `protobuf:"bytes,9,opt,name=contract,proto3" json:"contract,omitempty"`
Snapshot string `protobuf:"bytes,10,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
}
func (x *OrderAddBundleRecordInfo) Reset() {
*x = OrderAddBundleRecordInfo{}
mi := &file_pb_bundle_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *OrderAddBundleRecordInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderAddBundleRecordInfo) ProtoMessage() {}
func (x *OrderAddBundleRecordInfo) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[3]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderAddBundleRecordInfo.ProtoReflect.Descriptor instead.
func (*OrderAddBundleRecordInfo) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{3}
}
func (x *OrderAddBundleRecordInfo) GetOrderAddNo() string {
if x != nil {
return x.OrderAddNo
}
return ""
}
func (x *OrderAddBundleRecordInfo) GetAmount() float32 {
if x != nil {
return x.Amount
}
return 0
}
func (x *OrderAddBundleRecordInfo) GetSettlementAmount() float32 {
if x != nil {
return x.SettlementAmount
}
return 0
}
func (x *OrderAddBundleRecordInfo) GetCurrencyType() int32 {
if x != nil {
return x.CurrencyType
}
return 0
}
func (x *OrderAddBundleRecordInfo) GetHandlingFee() float32 {
if x != nil {
return x.HandlingFee
}
return 0
}
func (x *OrderAddBundleRecordInfo) GetExchangeRate() float32 {
if x != nil {
return x.ExchangeRate
}
return 0
}
func (x *OrderAddBundleRecordInfo) GetOrderAddCreateAt() string {
if x != nil {
return x.OrderAddCreateAt
}
return ""
}
func (x *OrderAddBundleRecordInfo) GetAddPayStatus() int32 {
if x != nil {
return x.AddPayStatus
}
return 0
}
func (x *OrderAddBundleRecordInfo) GetContract() string {
if x != nil {
return x.Contract
}
return ""
}
func (x *OrderAddBundleRecordInfo) GetSnapshot() string {
if x != nil {
return x.Snapshot
}
return ""
}
type PackagePriceAndTimeResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Price float32 `protobuf:"fixed32,1,opt,name=price,proto3" json:"price,omitempty"`
Time string `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
}
func (x *PackagePriceAndTimeResponse) Reset() {
*x = PackagePriceAndTimeResponse{}
mi := &file_pb_bundle_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *PackagePriceAndTimeResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PackagePriceAndTimeResponse) ProtoMessage() {}
func (x *PackagePriceAndTimeResponse) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[4]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PackagePriceAndTimeResponse.ProtoReflect.Descriptor instead.
func (*PackagePriceAndTimeResponse) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{4}
}
func (x *PackagePriceAndTimeResponse) GetPrice() float32 {
if x != nil {
return x.Price
}
return 0
}
func (x *PackagePriceAndTimeResponse) GetTime() string {
if x != nil {
return x.Time
}
return ""
}
2025-02-20 08:38:16 +00:00
type CommonResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
OrderNo string `protobuf:"bytes,3,opt,name=orderNo,proto3" json:"orderNo,omitempty"`
2025-02-20 08:38:16 +00:00
}
func (x *CommonResponse) Reset() {
*x = CommonResponse{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[5]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 08:38:16 +00:00
}
func (x *CommonResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CommonResponse) ProtoMessage() {}
func (x *CommonResponse) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[5]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-02-20 08:38:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CommonResponse.ProtoReflect.Descriptor instead.
func (*CommonResponse) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{5}
2025-02-20 08:38:16 +00:00
}
func (x *CommonResponse) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
2025-02-20 12:55:54 +00:00
func (x *CommonResponse) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
2025-02-22 11:16:30 +00:00
func (x *CommonResponse) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
2025-02-20 08:38:16 +00:00
type BundleProfile struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Price float32 `protobuf:"fixed32,3,opt,name=price,proto3" json:"price,omitempty"`
PriceType int64 `protobuf:"varint,4,opt,name=priceType,proto3" json:"priceType,omitempty"`
Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
Contract string `protobuf:"bytes,6,opt,name=contract,proto3" json:"contract,omitempty"`
Language string `protobuf:"bytes,7,opt,name=language,proto3" json:"language,omitempty"`
CreatedAt string `protobuf:"bytes,8,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
UpdatedAt string `protobuf:"bytes,9,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
CompanySign string `protobuf:"bytes,10,opt,name=companySign,proto3" json:"companySign,omitempty"`
ContractDuration int64 `protobuf:"varint,11,opt,name=contractDuration,proto3" json:"contractDuration,omitempty"`
BundleCommonUid string `protobuf:"bytes,12,opt,name=bundleCommonUid,proto3" json:"bundleCommonUid,omitempty"`
Sort int64 `protobuf:"varint,13,opt,name=sort,proto3" json:"sort,omitempty"`
BgImg1 string `protobuf:"bytes,14,opt,name=bgImg1,proto3" json:"bgImg1,omitempty"`
BgImg2 string `protobuf:"bytes,15,opt,name=bgImg2,proto3" json:"bgImg2,omitempty"`
ShelfStatus int64 `protobuf:"varint,16,opt,name=shelfStatus,proto3" json:"shelfStatus,omitempty"` // 1 上架 2 下架
SelectValueAddService []*SelectValueAddService `protobuf:"bytes,17,rep,name=selectValueAddService,json=SelectValueAddService,proto3" json:"selectValueAddService,omitempty"`
BundleProfileLang []*BundleProfileLang `protobuf:"bytes,18,rep,name=bundleProfileLang,proto3" json:"bundleProfileLang,omitempty"`
2025-06-12 03:59:19 +00:00
ImgOption int32 `protobuf:"varint,19,opt,name=imgOption,proto3" json:"imgOption,omitempty"`
2025-02-20 08:38:16 +00:00
}
func (x *BundleProfile) Reset() {
*x = BundleProfile{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[6]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 08:38:16 +00:00
}
func (x *BundleProfile) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleProfile) ProtoMessage() {}
func (x *BundleProfile) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[6]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-02-20 08:38:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleProfile.ProtoReflect.Descriptor instead.
func (*BundleProfile) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{6}
2025-02-20 08:38:16 +00:00
}
func (x *BundleProfile) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
func (x *BundleProfile) GetName() string {
if x != nil {
return x.Name
}
return ""
}
2025-02-22 11:05:47 +00:00
func (x *BundleProfile) GetPrice() float32 {
2025-02-20 08:38:16 +00:00
if x != nil {
return x.Price
}
return 0
}
func (x *BundleProfile) GetPriceType() int64 {
if x != nil {
return x.PriceType
}
return 0
}
func (x *BundleProfile) GetContent() string {
if x != nil {
return x.Content
}
return ""
}
func (x *BundleProfile) GetContract() string {
if x != nil {
return x.Contract
}
return ""
}
func (x *BundleProfile) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
func (x *BundleProfile) GetCreatedAt() string {
if x != nil {
return x.CreatedAt
}
return ""
}
func (x *BundleProfile) GetUpdatedAt() string {
if x != nil {
return x.UpdatedAt
}
return ""
}
2025-03-12 02:56:27 +00:00
func (x *BundleProfile) GetCompanySign() string {
if x != nil {
return x.CompanySign
}
return ""
}
func (x *BundleProfile) GetContractDuration() int64 {
if x != nil {
return x.ContractDuration
}
return 0
}
2025-03-28 21:15:55 +00:00
func (x *BundleProfile) GetBundleCommonUid() string {
if x != nil {
return x.BundleCommonUid
}
return ""
}
2025-06-11 07:41:04 +00:00
func (x *BundleProfile) GetSort() int64 {
if x != nil {
return x.Sort
}
return 0
}
func (x *BundleProfile) GetBgImg1() string {
if x != nil {
return x.BgImg1
}
return ""
}
func (x *BundleProfile) GetBgImg2() string {
if x != nil {
return x.BgImg2
}
return ""
}
func (x *BundleProfile) GetShelfStatus() int64 {
if x != nil {
return x.ShelfStatus
}
return 0
}
func (x *BundleProfile) GetSelectValueAddService() []*SelectValueAddService {
if x != nil {
return x.SelectValueAddService
}
return nil
}
func (x *BundleProfile) GetBundleProfileLang() []*BundleProfileLang {
if x != nil {
return x.BundleProfileLang
}
return nil
}
2025-06-12 03:59:19 +00:00
func (x *BundleProfile) GetImgOption() int32 {
if x != nil {
return x.ImgOption
}
return 0
}
2025-06-11 07:41:04 +00:00
type BundleProfileLang struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Price float32 `protobuf:"fixed32,3,opt,name=price,proto3" json:"price,omitempty"`
PriceType int64 `protobuf:"varint,4,opt,name=priceType,proto3" json:"priceType,omitempty"`
Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
Language string `protobuf:"bytes,6,opt,name=language,proto3" json:"language,omitempty"`
CreatedAt string `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
UpdatedAt string `protobuf:"bytes,8,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
}
func (x *BundleProfileLang) Reset() {
*x = BundleProfileLang{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[7]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *BundleProfileLang) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleProfileLang) ProtoMessage() {}
func (x *BundleProfileLang) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[7]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleProfileLang.ProtoReflect.Descriptor instead.
func (*BundleProfileLang) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{7}
2025-06-11 07:41:04 +00:00
}
func (x *BundleProfileLang) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
func (x *BundleProfileLang) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *BundleProfileLang) GetPrice() float32 {
if x != nil {
return x.Price
}
return 0
}
func (x *BundleProfileLang) GetPriceType() int64 {
if x != nil {
return x.PriceType
}
return 0
}
func (x *BundleProfileLang) GetContent() string {
if x != nil {
return x.Content
}
return ""
}
func (x *BundleProfileLang) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
func (x *BundleProfileLang) GetCreatedAt() string {
if x != nil {
return x.CreatedAt
}
return ""
}
func (x *BundleProfileLang) GetUpdatedAt() string {
if x != nil {
return x.UpdatedAt
}
return ""
}
type SaveResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
CancelNum int64 `protobuf:"varint,3,opt,name=cancelNum,proto3" json:"cancelNum,omitempty"`
}
func (x *SaveResponse) Reset() {
*x = SaveResponse{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[8]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SaveResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SaveResponse) ProtoMessage() {}
func (x *SaveResponse) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[8]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SaveResponse.ProtoReflect.Descriptor instead.
func (*SaveResponse) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{8}
2025-06-11 07:41:04 +00:00
}
func (x *SaveResponse) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
func (x *SaveResponse) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
func (x *SaveResponse) GetCancelNum() int64 {
if x != nil {
return x.CancelNum
}
return 0
}
type SelectValueAddService struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ValueAddUuid string `protobuf:"bytes,1,opt,name=valueAddUuid,proto3" json:"valueAddUuid,omitempty"`
ServiceName string `protobuf:"bytes,2,opt,name=serviceName,proto3" json:"serviceName,omitempty"`
IsDisplay bool `protobuf:"varint,3,opt,name=isDisplay,proto3" json:"isDisplay,omitempty"`
}
func (x *SelectValueAddService) Reset() {
*x = SelectValueAddService{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[9]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SelectValueAddService) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SelectValueAddService) ProtoMessage() {}
func (x *SelectValueAddService) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[9]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SelectValueAddService.ProtoReflect.Descriptor instead.
func (*SelectValueAddService) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{9}
2025-06-11 07:41:04 +00:00
}
func (x *SelectValueAddService) GetValueAddUuid() string {
if x != nil {
return x.ValueAddUuid
}
return ""
}
func (x *SelectValueAddService) GetServiceName() string {
if x != nil {
return x.ServiceName
}
return ""
}
func (x *SelectValueAddService) GetIsDisplay() bool {
if x != nil {
return x.IsDisplay
}
return false
}
2025-02-20 08:38:16 +00:00
type DelBundleRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
2025-02-20 08:38:16 +00:00
}
func (x *DelBundleRequest) Reset() {
*x = DelBundleRequest{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[10]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 08:38:16 +00:00
}
func (x *DelBundleRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DelBundleRequest) ProtoMessage() {}
func (x *DelBundleRequest) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[10]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-02-20 08:38:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use DelBundleRequest.ProtoReflect.Descriptor instead.
func (*DelBundleRequest) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{10}
2025-02-20 08:38:16 +00:00
}
func (x *DelBundleRequest) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
type BundleListRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
Language string `protobuf:"bytes,5,opt,name=language,proto3" json:"language,omitempty"`
2025-02-20 08:38:16 +00:00
}
func (x *BundleListRequest) Reset() {
*x = BundleListRequest{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[11]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 08:38:16 +00:00
}
func (x *BundleListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleListRequest) ProtoMessage() {}
func (x *BundleListRequest) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[11]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-02-20 08:38:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleListRequest.ProtoReflect.Descriptor instead.
func (*BundleListRequest) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{11}
2025-02-20 08:38:16 +00:00
}
func (x *BundleListRequest) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *BundleListRequest) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
func (x *BundleListRequest) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *BundleListRequest) GetContent() string {
if x != nil {
return x.Content
}
return ""
}
2025-02-22 11:05:47 +00:00
func (x *BundleListRequest) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
2025-02-20 08:38:16 +00:00
type BundleListResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Bundles []*BundleProfile `protobuf:"bytes,1,rep,name=bundles,proto3" json:"bundles,omitempty"`
Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
2025-02-20 08:38:16 +00:00
}
func (x *BundleListResponse) Reset() {
*x = BundleListResponse{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[12]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 08:38:16 +00:00
}
func (x *BundleListResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleListResponse) ProtoMessage() {}
func (x *BundleListResponse) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[12]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-02-20 08:38:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleListResponse.ProtoReflect.Descriptor instead.
func (*BundleListResponse) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{12}
2025-02-20 08:38:16 +00:00
}
func (x *BundleListResponse) GetBundles() []*BundleProfile {
if x != nil {
return x.Bundles
}
return nil
}
func (x *BundleListResponse) GetTotal() int32 {
if x != nil {
return x.Total
}
return 0
}
type BundleDetailRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
Language string `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"` //语言 默认zh-CN zh-CN zh-TW EN de-DE js-JP
2025-02-20 08:38:16 +00:00
}
func (x *BundleDetailRequest) Reset() {
*x = BundleDetailRequest{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[13]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 08:38:16 +00:00
}
func (x *BundleDetailRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleDetailRequest) ProtoMessage() {}
func (x *BundleDetailRequest) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[13]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-02-20 08:38:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleDetailRequest.ProtoReflect.Descriptor instead.
func (*BundleDetailRequest) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{13}
2025-02-20 08:38:16 +00:00
}
func (x *BundleDetailRequest) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
2025-06-11 07:41:04 +00:00
func (x *BundleDetailRequest) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
type HandShelfRequest struct {
2025-02-20 08:38:16 +00:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
ShelfStatus int64 `protobuf:"varint,2,opt,name=shelfStatus,proto3" json:"shelfStatus,omitempty"` // 1 上架 2 下架
2025-02-20 08:38:16 +00:00
}
2025-06-11 07:41:04 +00:00
func (x *HandShelfRequest) Reset() {
*x = HandShelfRequest{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[14]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 08:38:16 +00:00
}
2025-06-11 07:41:04 +00:00
func (x *HandShelfRequest) String() string {
2025-02-20 08:38:16 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-06-11 07:41:04 +00:00
func (*HandShelfRequest) ProtoMessage() {}
2025-02-20 08:38:16 +00:00
2025-06-11 07:41:04 +00:00
func (x *HandShelfRequest) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[14]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-02-20 08:38:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-06-11 07:41:04 +00:00
// Deprecated: Use HandShelfRequest.ProtoReflect.Descriptor instead.
func (*HandShelfRequest) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{14}
2025-02-20 08:38:16 +00:00
}
2025-06-11 07:41:04 +00:00
func (x *HandShelfRequest) GetUuid() string {
2025-02-20 08:38:16 +00:00
if x != nil {
2025-06-11 07:41:04 +00:00
return x.Uuid
}
return ""
}
func (x *HandShelfRequest) GetShelfStatus() int64 {
if x != nil {
return x.ShelfStatus
}
return 0
}
type BundleDetailResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Bundle *BundleProfile `protobuf:"bytes,1,opt,name=bundle,proto3" json:"bundle,omitempty"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
}
func (x *BundleDetailResponse) Reset() {
*x = BundleDetailResponse{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[15]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *BundleDetailResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleDetailResponse) ProtoMessage() {}
func (x *BundleDetailResponse) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[15]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleDetailResponse.ProtoReflect.Descriptor instead.
func (*BundleDetailResponse) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{15}
2025-06-11 07:41:04 +00:00
}
func (x *BundleDetailResponse) GetBundle() *BundleProfile {
if x != nil {
return x.Bundle
2025-02-20 08:38:16 +00:00
}
return nil
}
func (x *BundleDetailResponse) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
2025-06-11 07:41:04 +00:00
type BundleDetailResponseV2 struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Bundle *BundleProfile `protobuf:"bytes,1,opt,name=bundle,proto3" json:"bundle,omitempty"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
}
func (x *BundleDetailResponseV2) Reset() {
*x = BundleDetailResponseV2{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[16]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *BundleDetailResponseV2) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleDetailResponseV2) ProtoMessage() {}
func (x *BundleDetailResponseV2) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[16]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleDetailResponseV2.ProtoReflect.Descriptor instead.
func (*BundleDetailResponseV2) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{16}
2025-06-11 07:41:04 +00:00
}
func (x *BundleDetailResponseV2) GetBundle() *BundleProfile {
if x != nil {
return x.Bundle
}
return nil
}
func (x *BundleDetailResponseV2) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
2025-02-20 08:38:16 +00:00
type OrderRecord struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
BundleUuid string `protobuf:"bytes,2,opt,name=bundleUuid,proto3" json:"bundleUuid,omitempty"`
CustomerID string `protobuf:"bytes,3,opt,name=customerID,proto3" json:"customerID,omitempty"`
CustomerNum string `protobuf:"bytes,4,opt,name=customerNum,proto3" json:"customerNum,omitempty"`
CustomerName string `protobuf:"bytes,5,opt,name=customerName,proto3" json:"customerName,omitempty"`
Amount float32 `protobuf:"fixed32,6,opt,name=amount,proto3" json:"amount,omitempty"`
AmountType int64 `protobuf:"varint,7,opt,name=amountType,proto3" json:"amountType,omitempty"`
SignContract string `protobuf:"bytes,8,opt,name=signContract,proto3" json:"signContract,omitempty"`
Signature string `protobuf:"bytes,9,opt,name=signature,proto3" json:"signature,omitempty"`
SignedTime string `protobuf:"bytes,10,opt,name=signedTime,proto3" json:"signedTime,omitempty"`
PayType int64 `protobuf:"varint,11,opt,name=payType,proto3" json:"payType,omitempty"`
PayTime string `protobuf:"bytes,12,opt,name=payTime,proto3" json:"payTime,omitempty"`
CheckoutSessionId string `protobuf:"bytes,13,opt,name=checkoutSessionId,proto3" json:"checkoutSessionId,omitempty"`
CheckoutSessionUrl string `protobuf:"bytes,14,opt,name=checkoutSessionUrl,proto3" json:"checkoutSessionUrl,omitempty"`
Status int64 `protobuf:"varint,15,opt,name=status,proto3" json:"status,omitempty"`
OrderNo string `protobuf:"bytes,16,opt,name=orderNo,proto3" json:"orderNo,omitempty"`
BundleName string `protobuf:"bytes,17,opt,name=bundleName,proto3" json:"bundleName,omitempty"`
ContractNo string `protobuf:"bytes,18,opt,name=contractNo,proto3" json:"contractNo,omitempty"`
ValueAddBundleUuid string `protobuf:"bytes,19,opt,name=valueAddBundleUuid,proto3" json:"valueAddBundleUuid,omitempty"` //增值套餐UUID
ValueAddBundleAmount float32 `protobuf:"fixed32,20,opt,name=valueAddBundleAmount,proto3" json:"valueAddBundleAmount,omitempty"` //增值套餐金额
ValueAddOriginalPrice float32 `protobuf:"fixed32,21,opt,name=valueAddOriginalPrice,proto3" json:"valueAddOriginalPrice,omitempty"` //原单价
ValueAddDiscountPrice float32 `protobuf:"fixed32,22,opt,name=valueAddDiscountPrice,proto3" json:"valueAddDiscountPrice,omitempty"` //优惠单价
ValueAddSavedAmount float32 `protobuf:"fixed32,23,opt,name=valueAddSavedAmount,proto3" json:"valueAddSavedAmount,omitempty"` //节省金额
Num int32 `protobuf:"varint,24,opt,name=num,proto3" json:"num,omitempty"`
TotalAmount float32 `protobuf:"fixed32,25,opt,name=totalAmount,proto3" json:"totalAmount,omitempty"` //总金额
Sex string `protobuf:"bytes,26,opt,name=sex,proto3" json:"sex,omitempty"`
Nationality string `protobuf:"bytes,27,opt,name=nationality,proto3" json:"nationality,omitempty"`
CertificatePicture string `protobuf:"bytes,28,opt,name=certificatePicture,proto3" json:"certificatePicture,omitempty"`
PlaceOfResidence string `protobuf:"bytes,29,opt,name=placeOfResidence,proto3" json:"placeOfResidence,omitempty"`
GroupPhoto string `protobuf:"bytes,30,opt,name=groupPhoto,proto3" json:"groupPhoto,omitempty"`
BundleCommonUid string `protobuf:"bytes,31,opt,name=bundleCommonUid,proto3" json:"bundleCommonUid,omitempty"`
AddBundleCommonUid string `protobuf:"bytes,32,opt,name=addBundleCommonUid,proto3" json:"addBundleCommonUid,omitempty"`
FinancialConfirmation int32 `protobuf:"varint,33,opt,name=financialConfirmation,proto3" json:"financialConfirmation,omitempty"`
TelNum string `protobuf:"bytes,34,opt,name=telNum,proto3" json:"telNum,omitempty"`
Language string `protobuf:"bytes,35,opt,name=language,proto3" json:"language,omitempty"`
PriceOptionsInfo []*PriceOptionsInfo `protobuf:"bytes,36,rep,name=priceOptionsInfo,proto3" json:"priceOptionsInfo,omitempty"`
2025-06-13 08:48:38 +00:00
ExpirationTime string `protobuf:"bytes,37,opt,name=expirationTime,proto3" json:"expirationTime,omitempty"`
Snapshot string `protobuf:"bytes,38,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecord) Reset() {
*x = OrderRecord{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[17]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecord) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecord) ProtoMessage() {}
func (x *OrderRecord) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[17]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-02-20 08:38:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecord.ProtoReflect.Descriptor instead.
func (*OrderRecord) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{17}
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecord) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
func (x *OrderRecord) GetBundleUuid() string {
if x != nil {
return x.BundleUuid
}
return ""
}
func (x *OrderRecord) GetCustomerID() string {
if x != nil {
return x.CustomerID
}
return ""
}
func (x *OrderRecord) GetCustomerNum() string {
if x != nil {
return x.CustomerNum
}
return ""
}
func (x *OrderRecord) GetCustomerName() string {
if x != nil {
return x.CustomerName
}
return ""
}
2025-02-22 11:10:31 +00:00
func (x *OrderRecord) GetAmount() float32 {
2025-02-20 08:38:16 +00:00
if x != nil {
return x.Amount
}
return 0
}
func (x *OrderRecord) GetAmountType() int64 {
if x != nil {
return x.AmountType
}
return 0
}
func (x *OrderRecord) GetSignContract() string {
if x != nil {
return x.SignContract
}
return ""
}
func (x *OrderRecord) GetSignature() string {
if x != nil {
return x.Signature
}
return ""
}
func (x *OrderRecord) GetSignedTime() string {
if x != nil {
return x.SignedTime
}
return ""
}
func (x *OrderRecord) GetPayType() int64 {
if x != nil {
return x.PayType
}
return 0
}
func (x *OrderRecord) GetPayTime() string {
if x != nil {
return x.PayTime
}
return ""
}
func (x *OrderRecord) GetCheckoutSessionId() string {
if x != nil {
return x.CheckoutSessionId
}
return ""
}
func (x *OrderRecord) GetCheckoutSessionUrl() string {
if x != nil {
return x.CheckoutSessionUrl
}
return ""
}
2025-02-21 13:09:29 +00:00
func (x *OrderRecord) GetStatus() int64 {
2025-02-20 08:38:16 +00:00
if x != nil {
return x.Status
}
2025-02-21 13:09:29 +00:00
return 0
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecord) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
func (x *OrderRecord) GetBundleName() string {
if x != nil {
return x.BundleName
}
return ""
}
2025-03-12 02:56:27 +00:00
func (x *OrderRecord) GetContractNo() string {
if x != nil {
return x.ContractNo
}
return ""
}
2025-03-25 08:30:58 +00:00
func (x *OrderRecord) GetValueAddBundleUuid() string {
if x != nil {
return x.ValueAddBundleUuid
}
return ""
}
func (x *OrderRecord) GetValueAddBundleAmount() float32 {
if x != nil {
return x.ValueAddBundleAmount
}
return 0
}
2025-03-28 18:08:16 +00:00
func (x *OrderRecord) GetValueAddOriginalPrice() float32 {
if x != nil {
return x.ValueAddOriginalPrice
}
return 0
}
func (x *OrderRecord) GetValueAddDiscountPrice() float32 {
if x != nil {
return x.ValueAddDiscountPrice
}
return 0
}
func (x *OrderRecord) GetValueAddSavedAmount() float32 {
if x != nil {
return x.ValueAddSavedAmount
}
return 0
}
func (x *OrderRecord) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
2025-03-25 08:30:58 +00:00
func (x *OrderRecord) GetTotalAmount() float32 {
if x != nil {
return x.TotalAmount
}
return 0
}
2025-04-14 08:26:38 +00:00
func (x *OrderRecord) GetSex() string {
2025-03-28 10:51:15 +00:00
if x != nil {
return x.Sex
}
2025-04-14 08:26:38 +00:00
return ""
2025-03-28 10:51:15 +00:00
}
func (x *OrderRecord) GetNationality() string {
if x != nil {
return x.Nationality
}
return ""
}
func (x *OrderRecord) GetCertificatePicture() string {
if x != nil {
return x.CertificatePicture
}
return ""
}
func (x *OrderRecord) GetPlaceOfResidence() string {
if x != nil {
return x.PlaceOfResidence
}
return ""
}
2025-06-13 08:48:38 +00:00
func (x *OrderRecord) GetGroupPhoto() string {
if x != nil {
return x.GroupPhoto
}
return ""
}
func (x *OrderRecord) GetBundleCommonUid() string {
if x != nil {
return x.BundleCommonUid
}
return ""
}
func (x *OrderRecord) GetAddBundleCommonUid() string {
if x != nil {
return x.AddBundleCommonUid
}
return ""
}
func (x *OrderRecord) GetFinancialConfirmation() int32 {
if x != nil {
return x.FinancialConfirmation
}
return 0
}
func (x *OrderRecord) GetTelNum() string {
if x != nil {
return x.TelNum
}
return ""
}
func (x *OrderRecord) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
func (x *OrderRecord) GetPriceOptionsInfo() []*PriceOptionsInfo {
if x != nil {
return x.PriceOptionsInfo
}
return nil
}
func (x *OrderRecord) GetExpirationTime() string {
if x != nil {
return x.ExpirationTime
}
return ""
}
func (x *OrderRecord) GetSnapshot() string {
if x != nil {
return x.Snapshot
}
return ""
}
type OrderAddRecord struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
BundleUuid string `protobuf:"bytes,1,opt,name=bundleUuid,proto3" json:"bundleUuid,omitempty"`
AddPriceOptionsList []*AddPriceOptionsInfo `protobuf:"bytes,2,rep,name=addPriceOptionsList,proto3" json:"addPriceOptionsList,omitempty"`
Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"`
CustomerID string `protobuf:"bytes,4,opt,name=customerID,proto3" json:"customerID,omitempty"`
CustomerNum string `protobuf:"bytes,5,opt,name=customerNum,proto3" json:"customerNum,omitempty"`
CustomerName string `protobuf:"bytes,6,opt,name=customerName,proto3" json:"customerName,omitempty"`
// string valueAddUUID = 12 [json_name = "valueAddUUID"];
Source int32 `protobuf:"varint,7,opt,name=source,proto3" json:"source,omitempty"`
SignContract string `protobuf:"bytes,8,opt,name=signContract,proto3" json:"signContract,omitempty"`
Signature string `protobuf:"bytes,9,opt,name=signature,proto3" json:"signature,omitempty"`
SignedTime string `protobuf:"bytes,10,opt,name=signedTime,proto3" json:"signedTime,omitempty"`
ExpirationDate string `protobuf:"bytes,11,opt,name=expirationDate,proto3" json:"expirationDate,omitempty"`
Snapshot string `protobuf:"bytes,38,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
}
func (x *OrderAddRecord) Reset() {
*x = OrderAddRecord{}
mi := &file_pb_bundle_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *OrderAddRecord) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderAddRecord) ProtoMessage() {}
func (x *OrderAddRecord) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[18]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderAddRecord.ProtoReflect.Descriptor instead.
func (*OrderAddRecord) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{18}
}
func (x *OrderAddRecord) GetBundleUuid() string {
if x != nil {
return x.BundleUuid
}
return ""
}
func (x *OrderAddRecord) GetAddPriceOptionsList() []*AddPriceOptionsInfo {
if x != nil {
return x.AddPriceOptionsList
}
return nil
}
func (x *OrderAddRecord) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
func (x *OrderAddRecord) GetCustomerID() string {
if x != nil {
return x.CustomerID
}
return ""
}
func (x *OrderAddRecord) GetCustomerNum() string {
if x != nil {
return x.CustomerNum
}
return ""
}
func (x *OrderAddRecord) GetCustomerName() string {
if x != nil {
return x.CustomerName
}
return ""
}
func (x *OrderAddRecord) GetSource() int32 {
if x != nil {
return x.Source
}
return 0
}
func (x *OrderAddRecord) GetSignContract() string {
if x != nil {
return x.SignContract
}
return ""
}
func (x *OrderAddRecord) GetSignature() string {
if x != nil {
return x.Signature
}
return ""
}
func (x *OrderAddRecord) GetSignedTime() string {
if x != nil {
return x.SignedTime
}
return ""
}
func (x *OrderAddRecord) GetExpirationDate() string {
if x != nil {
return x.ExpirationDate
}
return ""
}
func (x *OrderAddRecord) GetSnapshot() string {
if x != nil {
return x.Snapshot
}
return ""
}
type AddPriceOptionsInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
ValueUid string `protobuf:"bytes,2,opt,name=valueUid,proto3" json:"valueUid,omitempty"`
ServiceType int32 `protobuf:"varint,3,opt,name=serviceType,proto3" json:"serviceType,omitempty"`
CurrencyType int64 `protobuf:"varint,4,opt,name=currencyType,proto3" json:"currencyType,omitempty"`
Amount float32 `protobuf:"fixed32,5,opt,name=amount,proto3" json:"amount,omitempty"`
Num int32 `protobuf:"varint,6,opt,name=num,proto3" json:"num,omitempty"`
Unit string `protobuf:"bytes,7,opt,name=unit,proto3" json:"unit,omitempty"`
}
func (x *AddPriceOptionsInfo) Reset() {
*x = AddPriceOptionsInfo{}
mi := &file_pb_bundle_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *AddPriceOptionsInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*AddPriceOptionsInfo) ProtoMessage() {}
func (x *AddPriceOptionsInfo) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[19]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use AddPriceOptionsInfo.ProtoReflect.Descriptor instead.
func (*AddPriceOptionsInfo) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{19}
}
func (x *AddPriceOptionsInfo) GetId() int32 {
2025-03-28 10:51:15 +00:00
if x != nil {
2025-06-13 08:48:38 +00:00
return x.Id
2025-03-28 10:51:15 +00:00
}
2025-06-13 08:48:38 +00:00
return 0
2025-03-28 10:51:15 +00:00
}
2025-06-13 08:48:38 +00:00
func (x *AddPriceOptionsInfo) GetValueUid() string {
2025-03-28 21:15:55 +00:00
if x != nil {
2025-06-13 08:48:38 +00:00
return x.ValueUid
2025-03-28 21:15:55 +00:00
}
return ""
}
2025-06-13 08:48:38 +00:00
func (x *AddPriceOptionsInfo) GetServiceType() int32 {
2025-03-28 21:15:55 +00:00
if x != nil {
2025-06-13 08:48:38 +00:00
return x.ServiceType
2025-03-28 21:15:55 +00:00
}
2025-06-13 08:48:38 +00:00
return 0
2025-03-28 21:15:55 +00:00
}
2025-06-13 08:48:38 +00:00
func (x *AddPriceOptionsInfo) GetCurrencyType() int64 {
2025-05-09 03:12:33 +00:00
if x != nil {
2025-06-13 08:48:38 +00:00
return x.CurrencyType
2025-05-09 03:12:33 +00:00
}
return 0
}
2025-06-13 08:48:38 +00:00
func (x *AddPriceOptionsInfo) GetAmount() float32 {
2025-05-09 03:12:33 +00:00
if x != nil {
2025-06-13 08:48:38 +00:00
return x.Amount
2025-05-09 03:12:33 +00:00
}
2025-06-13 08:48:38 +00:00
return 0
2025-05-09 03:12:33 +00:00
}
2025-06-13 08:48:38 +00:00
func (x *AddPriceOptionsInfo) GetNum() int32 {
2025-06-11 07:41:04 +00:00
if x != nil {
2025-06-13 08:48:38 +00:00
return x.Num
2025-06-11 07:41:04 +00:00
}
2025-06-13 08:48:38 +00:00
return 0
2025-06-11 07:41:04 +00:00
}
2025-06-13 08:48:38 +00:00
func (x *AddPriceOptionsInfo) GetUnit() string {
2025-06-11 07:41:04 +00:00
if x != nil {
2025-06-13 08:48:38 +00:00
return x.Unit
2025-06-11 07:41:04 +00:00
}
2025-06-13 08:48:38 +00:00
return ""
2025-06-11 07:41:04 +00:00
}
type PriceOptionsInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
ValueUid string `protobuf:"bytes,2,opt,name=valueUid,proto3" json:"valueUid,omitempty"`
}
func (x *PriceOptionsInfo) Reset() {
*x = PriceOptionsInfo{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[20]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *PriceOptionsInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PriceOptionsInfo) ProtoMessage() {}
func (x *PriceOptionsInfo) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[20]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PriceOptionsInfo.ProtoReflect.Descriptor instead.
func (*PriceOptionsInfo) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{20}
2025-06-11 07:41:04 +00:00
}
func (x *PriceOptionsInfo) GetId() int32 {
if x != nil {
return x.Id
}
return 0
}
func (x *PriceOptionsInfo) GetValueUid() string {
if x != nil {
return x.ValueUid
}
return ""
}
2025-02-20 08:38:16 +00:00
type OrderRecordsRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
CustomerNum string `protobuf:"bytes,3,opt,name=customerNum,proto3" json:"customerNum,omitempty"`
CustomerName string `protobuf:"bytes,4,opt,name=customerName,proto3" json:"customerName,omitempty"`
BundleUUID string `protobuf:"bytes,5,opt,name=bundleUUID,proto3" json:"bundleUUID,omitempty"`
OrderNo string `protobuf:"bytes,6,opt,name=orderNo,proto3" json:"orderNo,omitempty"`
Status int64 `protobuf:"varint,7,opt,name=status,proto3" json:"status,omitempty"`
BundleName string `protobuf:"bytes,8,opt,name=bundleName,proto3" json:"bundleName,omitempty"`
StartSignedTime string `protobuf:"bytes,9,opt,name=startSignedTime,proto3" json:"startSignedTime,omitempty"`
EndSignedTime string `protobuf:"bytes,10,opt,name=endSignedTime,proto3" json:"endSignedTime,omitempty"`
StartPayTime string `protobuf:"bytes,11,opt,name=startPayTime,proto3" json:"startPayTime,omitempty"`
EndPayTime string `protobuf:"bytes,12,opt,name=endPayTime,proto3" json:"endPayTime,omitempty"`
CustomerID string `protobuf:"bytes,13,opt,name=customerID,proto3" json:"customerID,omitempty"`
IsHaveValueAdd int64 `protobuf:"varint,14,opt,name=isHaveValueAdd,proto3" json:"isHaveValueAdd,omitempty"` //有无增值选项
FinancialConfirmation int32 `protobuf:"varint,15,opt,name=financialConfirmation,proto3" json:"financialConfirmation,omitempty"`
TelNum string `protobuf:"bytes,16,opt,name=telNum,proto3" json:"telNum,omitempty"`
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecordsRequest) Reset() {
*x = OrderRecordsRequest{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[21]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecordsRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecordsRequest) ProtoMessage() {}
func (x *OrderRecordsRequest) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[21]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-02-20 08:38:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecordsRequest.ProtoReflect.Descriptor instead.
func (*OrderRecordsRequest) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{21}
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecordsRequest) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *OrderRecordsRequest) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
func (x *OrderRecordsRequest) GetCustomerNum() string {
if x != nil {
return x.CustomerNum
}
return ""
}
func (x *OrderRecordsRequest) GetCustomerName() string {
if x != nil {
return x.CustomerName
}
return ""
}
func (x *OrderRecordsRequest) GetBundleUUID() string {
if x != nil {
return x.BundleUUID
}
return ""
}
func (x *OrderRecordsRequest) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
func (x *OrderRecordsRequest) GetStatus() int64 {
if x != nil {
return x.Status
}
return 0
}
func (x *OrderRecordsRequest) GetBundleName() string {
if x != nil {
return x.BundleName
}
return ""
}
func (x *OrderRecordsRequest) GetStartSignedTime() string {
if x != nil {
return x.StartSignedTime
}
return ""
}
func (x *OrderRecordsRequest) GetEndSignedTime() string {
if x != nil {
return x.EndSignedTime
}
return ""
}
func (x *OrderRecordsRequest) GetStartPayTime() string {
if x != nil {
return x.StartPayTime
}
return ""
}
func (x *OrderRecordsRequest) GetEndPayTime() string {
if x != nil {
return x.EndPayTime
}
return ""
}
2025-02-20 12:55:54 +00:00
func (x *OrderRecordsRequest) GetCustomerID() string {
if x != nil {
return x.CustomerID
}
return ""
}
2025-03-28 02:55:24 +00:00
func (x *OrderRecordsRequest) GetIsHaveValueAdd() int64 {
2025-03-25 08:30:58 +00:00
if x != nil {
return x.IsHaveValueAdd
}
2025-03-28 02:55:24 +00:00
return 0
2025-03-25 08:30:58 +00:00
}
2025-05-09 05:29:51 +00:00
func (x *OrderRecordsRequest) GetFinancialConfirmation() int32 {
if x != nil {
return x.FinancialConfirmation
}
return 0
}
func (x *OrderRecordsRequest) GetTelNum() string {
if x != nil {
return x.TelNum
}
return ""
}
2025-02-20 08:38:16 +00:00
type OrderRecordsResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
OrderRecords []*OrderRecord `protobuf:"bytes,1,rep,name=orderRecords,proto3" json:"orderRecords,omitempty"`
Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecordsResponse) Reset() {
*x = OrderRecordsResponse{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[22]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecordsResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecordsResponse) ProtoMessage() {}
func (x *OrderRecordsResponse) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[22]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-02-20 08:38:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecordsResponse.ProtoReflect.Descriptor instead.
func (*OrderRecordsResponse) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{22}
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecordsResponse) GetOrderRecords() []*OrderRecord {
if x != nil {
return x.OrderRecords
}
return nil
}
func (x *OrderRecordsResponse) GetTotal() int32 {
if x != nil {
return x.Total
}
return 0
}
type OrderRecordsDetailRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
OrderNo string `protobuf:"bytes,2,opt,name=orderNo,proto3" json:"orderNo,omitempty"`
CustomerID string `protobuf:"bytes,3,opt,name=customerID,proto3" json:"customerID,omitempty"`
2025-06-13 08:48:38 +00:00
BundleUUID string `protobuf:"bytes,4,opt,name=bundleUUID,proto3" json:"bundleUUID,omitempty"`
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecordsDetailRequest) Reset() {
*x = OrderRecordsDetailRequest{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[23]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecordsDetailRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecordsDetailRequest) ProtoMessage() {}
func (x *OrderRecordsDetailRequest) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[23]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-02-20 08:38:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecordsDetailRequest.ProtoReflect.Descriptor instead.
func (*OrderRecordsDetailRequest) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{23}
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecordsDetailRequest) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
2025-02-21 13:09:29 +00:00
func (x *OrderRecordsDetailRequest) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
2025-02-23 12:57:14 +00:00
func (x *OrderRecordsDetailRequest) GetCustomerID() string {
if x != nil {
return x.CustomerID
}
return ""
}
2025-06-13 08:48:38 +00:00
func (x *OrderRecordsDetailRequest) GetBundleUUID() string {
if x != nil {
return x.BundleUUID
}
return ""
}
2025-02-20 08:38:16 +00:00
type OrderRecordsDetailResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
OrderRecord *OrderRecord `protobuf:"bytes,1,opt,name=orderRecord,proto3" json:"orderRecord,omitempty"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecordsDetailResponse) Reset() {
*x = OrderRecordsDetailResponse{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[24]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecordsDetailResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecordsDetailResponse) ProtoMessage() {}
func (x *OrderRecordsDetailResponse) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[24]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-02-20 08:38:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecordsDetailResponse.ProtoReflect.Descriptor instead.
func (*OrderRecordsDetailResponse) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{24}
2025-02-20 08:38:16 +00:00
}
func (x *OrderRecordsDetailResponse) GetOrderRecord() *OrderRecord {
if x != nil {
return x.OrderRecord
}
return nil
}
func (x *OrderRecordsDetailResponse) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
2025-03-25 08:30:58 +00:00
// 增值套餐
type ValueAddBundleProfile struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num,omitempty"`
OriginalPrice float32 `protobuf:"fixed32,3,opt,name=originalPrice,proto3" json:"originalPrice,omitempty"`
DiscountPrice float32 `protobuf:"fixed32,4,opt,name=discountPrice,proto3" json:"discountPrice,omitempty"`
TotalPrice float32 `protobuf:"fixed32,6,opt,name=totalPrice,proto3" json:"totalPrice,omitempty"`
SavedAmount float32 `protobuf:"fixed32,7,opt,name=savedAmount,proto3" json:"savedAmount,omitempty"`
DiscountPriceStatus bool `protobuf:"varint,8,opt,name=discountPriceStatus,proto3" json:"discountPriceStatus,omitempty"`
Choose bool `protobuf:"varint,9,opt,name=choose,proto3" json:"choose,omitempty"`
Status bool `protobuf:"varint,10,opt,name=status,proto3" json:"status,omitempty"`
AddBundleCommonUid string `protobuf:"bytes,11,opt,name=addBundleCommonUid,proto3" json:"addBundleCommonUid,omitempty"`
2025-03-25 08:30:58 +00:00
}
func (x *ValueAddBundleProfile) Reset() {
*x = ValueAddBundleProfile{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[25]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:58 +00:00
}
func (x *ValueAddBundleProfile) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValueAddBundleProfile) ProtoMessage() {}
func (x *ValueAddBundleProfile) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[25]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-03-25 08:30:58 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValueAddBundleProfile.ProtoReflect.Descriptor instead.
func (*ValueAddBundleProfile) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{25}
2025-03-25 08:30:58 +00:00
}
func (x *ValueAddBundleProfile) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
2025-03-28 01:25:54 +00:00
func (x *ValueAddBundleProfile) GetNum() int32 {
2025-03-25 08:30:58 +00:00
if x != nil {
return x.Num
}
return 0
}
func (x *ValueAddBundleProfile) GetOriginalPrice() float32 {
if x != nil {
return x.OriginalPrice
}
return 0
}
func (x *ValueAddBundleProfile) GetDiscountPrice() float32 {
if x != nil {
return x.DiscountPrice
}
return 0
}
func (x *ValueAddBundleProfile) GetTotalPrice() float32 {
if x != nil {
return x.TotalPrice
}
return 0
}
func (x *ValueAddBundleProfile) GetSavedAmount() float32 {
if x != nil {
return x.SavedAmount
}
return 0
}
2025-03-28 01:25:54 +00:00
func (x *ValueAddBundleProfile) GetDiscountPriceStatus() bool {
2025-03-25 08:30:58 +00:00
if x != nil {
2025-03-28 01:25:54 +00:00
return x.DiscountPriceStatus
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
return false
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (x *ValueAddBundleProfile) GetChoose() bool {
2025-03-25 08:30:58 +00:00
if x != nil {
2025-03-28 01:25:54 +00:00
return x.Choose
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
return false
2025-03-25 08:30:58 +00:00
}
2025-03-28 08:48:23 +00:00
func (x *ValueAddBundleProfile) GetStatus() bool {
if x != nil {
return x.Status
}
return false
}
2025-03-28 21:15:55 +00:00
func (x *ValueAddBundleProfile) GetAddBundleCommonUid() string {
if x != nil {
return x.AddBundleCommonUid
}
return ""
}
2025-03-28 01:25:54 +00:00
type CreateValueAddBundleRequest struct {
2025-03-25 08:30:58 +00:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Num int32 `protobuf:"varint,1,opt,name=num,proto3" json:"num,omitempty"`
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (x *CreateValueAddBundleRequest) Reset() {
*x = CreateValueAddBundleRequest{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[26]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (x *CreateValueAddBundleRequest) String() string {
2025-03-25 08:30:58 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-03-28 01:25:54 +00:00
func (*CreateValueAddBundleRequest) ProtoMessage() {}
2025-03-25 08:30:58 +00:00
2025-03-28 01:25:54 +00:00
func (x *CreateValueAddBundleRequest) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[26]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-03-25 08:30:58 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-03-28 01:25:54 +00:00
// Deprecated: Use CreateValueAddBundleRequest.ProtoReflect.Descriptor instead.
func (*CreateValueAddBundleRequest) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{26}
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (x *CreateValueAddBundleRequest) GetNum() int32 {
2025-03-25 08:30:58 +00:00
if x != nil {
2025-03-28 01:25:54 +00:00
return x.Num
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
return 0
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
type CreateValueAddBundleResponse struct {
2025-03-25 08:30:58 +00:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
TotalPrice float32 `protobuf:"fixed32,2,opt,name=totalPrice,proto3" json:"totalPrice,omitempty"`
SavedAmount float32 `protobuf:"fixed32,3,opt,name=savedAmount,proto3" json:"savedAmount,omitempty"`
Msg string `protobuf:"bytes,4,opt,name=msg,proto3" json:"msg,omitempty"`
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (x *CreateValueAddBundleResponse) Reset() {
*x = CreateValueAddBundleResponse{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[27]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (x *CreateValueAddBundleResponse) String() string {
2025-03-25 08:30:58 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-03-28 01:25:54 +00:00
func (*CreateValueAddBundleResponse) ProtoMessage() {}
2025-03-25 08:30:58 +00:00
2025-03-28 01:25:54 +00:00
func (x *CreateValueAddBundleResponse) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[27]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-03-25 08:30:58 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-03-28 01:25:54 +00:00
// Deprecated: Use CreateValueAddBundleResponse.ProtoReflect.Descriptor instead.
func (*CreateValueAddBundleResponse) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{27}
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (x *CreateValueAddBundleResponse) GetUuid() string {
2025-03-25 08:30:58 +00:00
if x != nil {
2025-03-28 01:25:54 +00:00
return x.Uuid
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
return ""
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (x *CreateValueAddBundleResponse) GetTotalPrice() float32 {
2025-03-25 08:30:58 +00:00
if x != nil {
2025-03-28 01:25:54 +00:00
return x.TotalPrice
2025-03-25 08:30:58 +00:00
}
return 0
}
2025-03-28 01:25:54 +00:00
func (x *CreateValueAddBundleResponse) GetSavedAmount() float32 {
2025-03-25 08:30:58 +00:00
if x != nil {
2025-03-28 01:25:54 +00:00
return x.SavedAmount
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
return 0
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (x *CreateValueAddBundleResponse) GetMsg() string {
2025-03-25 08:30:58 +00:00
if x != nil {
2025-03-28 01:25:54 +00:00
return x.Msg
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
return ""
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
// 增值套餐列表请求
type ValueAddBundleListRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-03-28 08:48:23 +00:00
2025-06-11 07:41:04 +00:00
UserId int32 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"`
BundleUuid string `protobuf:"bytes,2,opt,name=bundleUuid,proto3" json:"bundleUuid,omitempty"`
PriceType int32 `protobuf:"varint,3,opt,name=priceType,proto3" json:"priceType,omitempty"`
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (x *ValueAddBundleListRequest) Reset() {
*x = ValueAddBundleListRequest{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[28]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (x *ValueAddBundleListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (*ValueAddBundleListRequest) ProtoMessage() {}
func (x *ValueAddBundleListRequest) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[28]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-03-28 01:25:54 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
return mi.MessageOf(x)
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
// Deprecated: Use ValueAddBundleListRequest.ProtoReflect.Descriptor instead.
func (*ValueAddBundleListRequest) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{28}
2025-03-25 08:30:58 +00:00
}
2025-03-28 08:48:23 +00:00
func (x *ValueAddBundleListRequest) GetUserId() int32 {
if x != nil {
return x.UserId
}
return 0
}
func (x *ValueAddBundleListRequest) GetBundleUuid() string {
if x != nil {
return x.BundleUuid
}
return ""
}
2025-03-28 18:08:16 +00:00
func (x *ValueAddBundleListRequest) GetPriceType() int32 {
if x != nil {
return x.PriceType
}
return 0
}
2025-03-25 08:30:58 +00:00
type ValueAddBundleListResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
OriginalPrice float32 `protobuf:"fixed32,1,opt,name=originalPrice,proto3" json:"originalPrice,omitempty"`
Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
Data []*ValueAddBundleProfile `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"`
Status bool `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
Num int32 `protobuf:"varint,5,opt,name=num,proto3" json:"num,omitempty"`
Price float32 `protobuf:"fixed32,6,opt,name=price,proto3" json:"price,omitempty"`
OrderNo bool `protobuf:"varint,7,opt,name=orderNo,proto3" json:"orderNo,omitempty"`
Msg string `protobuf:"bytes,8,opt,name=msg,proto3" json:"msg,omitempty"`
2025-03-25 08:30:58 +00:00
}
func (x *ValueAddBundleListResponse) Reset() {
*x = ValueAddBundleListResponse{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[29]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:58 +00:00
}
func (x *ValueAddBundleListResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValueAddBundleListResponse) ProtoMessage() {}
func (x *ValueAddBundleListResponse) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[29]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-03-25 08:30:58 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValueAddBundleListResponse.ProtoReflect.Descriptor instead.
func (*ValueAddBundleListResponse) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{29}
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (x *ValueAddBundleListResponse) GetOriginalPrice() float32 {
2025-03-25 08:30:58 +00:00
if x != nil {
2025-03-28 01:25:54 +00:00
return x.OriginalPrice
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
return 0
2025-03-25 08:30:58 +00:00
}
func (x *ValueAddBundleListResponse) GetTotal() int32 {
if x != nil {
return x.Total
}
return 0
}
2025-03-28 01:25:54 +00:00
func (x *ValueAddBundleListResponse) GetData() []*ValueAddBundleProfile {
if x != nil {
return x.Data
}
return nil
}
2025-03-28 08:48:23 +00:00
func (x *ValueAddBundleListResponse) GetStatus() bool {
if x != nil {
return x.Status
}
return false
}
func (x *ValueAddBundleListResponse) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
func (x *ValueAddBundleListResponse) GetPrice() float32 {
if x != nil {
return x.Price
}
return 0
}
2025-03-28 23:00:04 +00:00
func (x *ValueAddBundleListResponse) GetOrderNo() bool {
if x != nil {
return x.OrderNo
}
return false
}
2025-03-28 01:25:54 +00:00
func (x *ValueAddBundleListResponse) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
2025-03-25 08:30:58 +00:00
type ValueAddBundleDetailRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
2025-03-25 08:30:58 +00:00
}
func (x *ValueAddBundleDetailRequest) Reset() {
*x = ValueAddBundleDetailRequest{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[30]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:58 +00:00
}
func (x *ValueAddBundleDetailRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValueAddBundleDetailRequest) ProtoMessage() {}
func (x *ValueAddBundleDetailRequest) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[30]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-03-25 08:30:58 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValueAddBundleDetailRequest.ProtoReflect.Descriptor instead.
func (*ValueAddBundleDetailRequest) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{30}
2025-03-25 08:30:58 +00:00
}
func (x *ValueAddBundleDetailRequest) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
type ValueAddBundleDetailResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
Data *ValueAddBundleProfile `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
PayTime string `protobuf:"bytes,2,opt,name=payTime,proto3" json:"payTime,omitempty"`
Msg string `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
2025-03-25 08:30:58 +00:00
}
func (x *ValueAddBundleDetailResponse) Reset() {
*x = ValueAddBundleDetailResponse{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[31]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:58 +00:00
}
func (x *ValueAddBundleDetailResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValueAddBundleDetailResponse) ProtoMessage() {}
func (x *ValueAddBundleDetailResponse) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[31]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-03-25 08:30:58 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValueAddBundleDetailResponse.ProtoReflect.Descriptor instead.
func (*ValueAddBundleDetailResponse) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{31}
2025-03-25 08:30:58 +00:00
}
2025-03-28 01:25:54 +00:00
func (x *ValueAddBundleDetailResponse) GetData() *ValueAddBundleProfile {
2025-03-25 08:30:58 +00:00
if x != nil {
2025-03-28 01:25:54 +00:00
return x.Data
2025-03-25 08:30:58 +00:00
}
return nil
}
2025-03-28 02:55:24 +00:00
func (x *ValueAddBundleDetailResponse) GetPayTime() string {
if x != nil {
return x.PayTime
}
return ""
}
2025-03-25 08:30:58 +00:00
func (x *ValueAddBundleDetailResponse) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
2025-05-09 03:12:33 +00:00
type FinancialConfirmationRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-11 07:41:04 +00:00
OrderNo string `protobuf:"bytes,1,opt,name=orderNo,proto3" json:"orderNo,omitempty"`
2025-05-09 03:12:33 +00:00
}
func (x *FinancialConfirmationRequest) Reset() {
*x = FinancialConfirmationRequest{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[32]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-05-09 03:12:33 +00:00
}
func (x *FinancialConfirmationRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FinancialConfirmationRequest) ProtoMessage() {}
func (x *FinancialConfirmationRequest) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[32]
2025-06-11 07:41:04 +00:00
if x != nil {
2025-05-09 03:12:33 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use FinancialConfirmationRequest.ProtoReflect.Descriptor instead.
func (*FinancialConfirmationRequest) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{32}
2025-05-09 03:12:33 +00:00
}
func (x *FinancialConfirmationRequest) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
2025-06-11 07:41:04 +00:00
// ****************************************************新增值服务***********************
// 增值服务
type ValueAddService struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-02-20 08:38:16 +00:00
2025-06-11 07:41:04 +00:00
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
ServiceName string `protobuf:"bytes,2,opt,name=serviceName,proto3" json:"serviceName,omitempty"` //服务名称
ServiceType int32 `protobuf:"varint,3,opt,name=serviceType,proto3" json:"serviceType,omitempty"`
ServiceLang []*ValueAddServiceLang `protobuf:"bytes,4,rep,name=serviceLang,proto3" json:"serviceLang,omitempty"`
}
func (x *ValueAddService) Reset() {
*x = ValueAddService{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[33]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ValueAddService) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValueAddService) ProtoMessage() {}
func (x *ValueAddService) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[33]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValueAddService.ProtoReflect.Descriptor instead.
func (*ValueAddService) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{33}
2025-06-11 07:41:04 +00:00
}
func (x *ValueAddService) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
func (x *ValueAddService) GetServiceName() string {
if x != nil {
return x.ServiceName
}
return ""
}
func (x *ValueAddService) GetServiceType() int32 {
if x != nil {
return x.ServiceType
}
return 0
}
func (x *ValueAddService) GetServiceLang() []*ValueAddServiceLang {
if x != nil {
return x.ServiceLang
}
return nil
}
type ValueAddServiceLang struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
ServiceName string `protobuf:"bytes,2,opt,name=serviceName,proto3" json:"serviceName,omitempty"` //服务名称
ServiceType int32 `protobuf:"varint,3,opt,name=serviceType,proto3" json:"serviceType,omitempty"`
PriceMode int32 `protobuf:"varint,4,opt,name=priceMode,proto3" json:"priceMode,omitempty"`
OriginalPrice string `protobuf:"bytes,5,opt,name=originalPrice,proto3" json:"originalPrice,omitempty"`
Unit string `protobuf:"bytes,6,opt,name=unit,proto3" json:"unit,omitempty"`
PriceType int64 `protobuf:"varint,7,opt,name=priceType,proto3" json:"priceType,omitempty"`
Language string `protobuf:"bytes,8,opt,name=language,proto3" json:"language,omitempty"`
CreatedAt string `protobuf:"bytes,9,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
UpdatedAt string `protobuf:"bytes,10,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
Options []*ValueAddPriceOptions `protobuf:"bytes,12,rep,name=options,proto3" json:"options,omitempty"`
}
func (x *ValueAddServiceLang) Reset() {
*x = ValueAddServiceLang{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[34]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ValueAddServiceLang) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValueAddServiceLang) ProtoMessage() {}
func (x *ValueAddServiceLang) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[34]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValueAddServiceLang.ProtoReflect.Descriptor instead.
func (*ValueAddServiceLang) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{34}
2025-06-11 07:41:04 +00:00
}
func (x *ValueAddServiceLang) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
func (x *ValueAddServiceLang) GetServiceName() string {
if x != nil {
return x.ServiceName
}
return ""
}
func (x *ValueAddServiceLang) GetServiceType() int32 {
if x != nil {
return x.ServiceType
}
return 0
}
func (x *ValueAddServiceLang) GetPriceMode() int32 {
if x != nil {
return x.PriceMode
}
return 0
}
func (x *ValueAddServiceLang) GetOriginalPrice() string {
if x != nil {
return x.OriginalPrice
}
return ""
}
func (x *ValueAddServiceLang) GetUnit() string {
if x != nil {
return x.Unit
}
return ""
}
func (x *ValueAddServiceLang) GetPriceType() int64 {
if x != nil {
return x.PriceType
}
return 0
}
func (x *ValueAddServiceLang) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
func (x *ValueAddServiceLang) GetCreatedAt() string {
if x != nil {
return x.CreatedAt
}
return ""
}
func (x *ValueAddServiceLang) GetUpdatedAt() string {
if x != nil {
return x.UpdatedAt
}
return ""
}
func (x *ValueAddServiceLang) GetOptions() []*ValueAddPriceOptions {
if x != nil {
return x.Options
}
return nil
}
// 增值服务价格选项
type ValueAddPriceOptions struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-12 02:20:32 +00:00
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num,omitempty"`
Symbol string `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol,omitempty"`
Price string `protobuf:"bytes,4,opt,name=price,proto3" json:"price,omitempty"`
SaveAmount string `protobuf:"bytes,5,opt,name=saveAmount,proto3" json:"saveAmount,omitempty"`
2025-06-11 07:41:04 +00:00
}
func (x *ValueAddPriceOptions) Reset() {
*x = ValueAddPriceOptions{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[35]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ValueAddPriceOptions) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValueAddPriceOptions) ProtoMessage() {}
func (x *ValueAddPriceOptions) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[35]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValueAddPriceOptions.ProtoReflect.Descriptor instead.
func (*ValueAddPriceOptions) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{35}
2025-06-11 07:41:04 +00:00
}
func (x *ValueAddPriceOptions) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
func (x *ValueAddPriceOptions) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
func (x *ValueAddPriceOptions) GetSymbol() string {
if x != nil {
return x.Symbol
}
return ""
}
func (x *ValueAddPriceOptions) GetPrice() string {
if x != nil {
return x.Price
}
return ""
}
2025-06-12 02:20:32 +00:00
func (x *ValueAddPriceOptions) GetSaveAmount() string {
if x != nil {
return x.SaveAmount
}
return ""
}
2025-06-11 07:41:04 +00:00
// 增值服务列表
type ValueAddServiceListRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
Language string `protobuf:"bytes,4,opt,name=language,proto3" json:"language,omitempty"`
}
func (x *ValueAddServiceListRequest) Reset() {
*x = ValueAddServiceListRequest{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[36]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ValueAddServiceListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValueAddServiceListRequest) ProtoMessage() {}
func (x *ValueAddServiceListRequest) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[36]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValueAddServiceListRequest.ProtoReflect.Descriptor instead.
func (*ValueAddServiceListRequest) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{36}
2025-06-11 07:41:04 +00:00
}
func (x *ValueAddServiceListRequest) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *ValueAddServiceListRequest) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
func (x *ValueAddServiceListRequest) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *ValueAddServiceListRequest) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
type ValueAddServiceListResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
ValueAddServiceList []*ValueAddService `protobuf:"bytes,3,rep,name=valueAddServiceList,proto3" json:"valueAddServiceList,omitempty"`
}
func (x *ValueAddServiceListResponse) Reset() {
*x = ValueAddServiceListResponse{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[37]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ValueAddServiceListResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValueAddServiceListResponse) ProtoMessage() {}
func (x *ValueAddServiceListResponse) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[37]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValueAddServiceListResponse.ProtoReflect.Descriptor instead.
func (*ValueAddServiceListResponse) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{37}
}
func (x *ValueAddServiceListResponse) GetTotal() int32 {
if x != nil {
return x.Total
}
return 0
}
func (x *ValueAddServiceListResponse) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
func (x *ValueAddServiceListResponse) GetValueAddServiceList() []*ValueAddService {
if x != nil {
return x.ValueAddServiceList
}
return nil
}
// 增值服务详情
type ValueAddServiceDetailRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
Language string `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"` //语言 默认zh-CN zh-CN zh-TW EN de-DE js-JP
}
func (x *ValueAddServiceDetailRequest) Reset() {
*x = ValueAddServiceDetailRequest{}
mi := &file_pb_bundle_proto_msgTypes[38]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ValueAddServiceDetailRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValueAddServiceDetailRequest) ProtoMessage() {}
func (x *ValueAddServiceDetailRequest) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[38]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValueAddServiceDetailRequest.ProtoReflect.Descriptor instead.
func (*ValueAddServiceDetailRequest) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{38}
}
func (x *ValueAddServiceDetailRequest) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
func (x *ValueAddServiceDetailRequest) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
type ValueAddServiceDetailResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
ValueAddService *ValueAddService `protobuf:"bytes,2,opt,name=valueAddService,proto3" json:"valueAddService,omitempty"`
}
func (x *ValueAddServiceDetailResponse) Reset() {
*x = ValueAddServiceDetailResponse{}
mi := &file_pb_bundle_proto_msgTypes[39]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
2025-06-13 08:48:38 +00:00
func (x *ValueAddServiceDetailResponse) String() string {
2025-06-11 07:41:04 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-06-13 08:48:38 +00:00
func (*ValueAddServiceDetailResponse) ProtoMessage() {}
2025-06-11 07:41:04 +00:00
2025-06-13 08:48:38 +00:00
func (x *ValueAddServiceDetailResponse) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[39]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-06-13 08:48:38 +00:00
// Deprecated: Use ValueAddServiceDetailResponse.ProtoReflect.Descriptor instead.
func (*ValueAddServiceDetailResponse) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{39}
2025-06-11 07:41:04 +00:00
}
2025-06-13 08:48:38 +00:00
func (x *ValueAddServiceDetailResponse) GetMsg() string {
2025-06-11 07:41:04 +00:00
if x != nil {
return x.Msg
}
return ""
}
2025-06-13 08:48:38 +00:00
func (x *ValueAddServiceDetailResponse) GetValueAddService() *ValueAddService {
2025-06-11 07:41:04 +00:00
if x != nil {
2025-06-13 08:48:38 +00:00
return x.ValueAddService
2025-06-11 07:41:04 +00:00
}
return nil
}
2025-06-13 08:48:38 +00:00
type CalculatePriceRequest struct {
2025-06-11 07:41:04 +00:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
2025-06-13 08:48:38 +00:00
Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num,omitempty"`
Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"`
2025-06-11 07:41:04 +00:00
}
2025-06-13 08:48:38 +00:00
func (x *CalculatePriceRequest) Reset() {
*x = CalculatePriceRequest{}
mi := &file_pb_bundle_proto_msgTypes[40]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
2025-06-13 08:48:38 +00:00
func (x *CalculatePriceRequest) String() string {
2025-06-11 07:41:04 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-06-13 08:48:38 +00:00
func (*CalculatePriceRequest) ProtoMessage() {}
2025-06-11 07:41:04 +00:00
2025-06-13 08:48:38 +00:00
func (x *CalculatePriceRequest) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[40]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-06-13 08:48:38 +00:00
// Deprecated: Use CalculatePriceRequest.ProtoReflect.Descriptor instead.
func (*CalculatePriceRequest) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{40}
2025-06-11 07:41:04 +00:00
}
2025-06-13 08:48:38 +00:00
func (x *CalculatePriceRequest) GetUuid() string {
2025-06-11 07:41:04 +00:00
if x != nil {
return x.Uuid
}
return ""
}
2025-06-13 08:48:38 +00:00
func (x *CalculatePriceRequest) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
func (x *CalculatePriceRequest) GetLanguage() string {
2025-06-11 07:41:04 +00:00
if x != nil {
return x.Language
}
return ""
}
2025-06-13 08:48:38 +00:00
type CalculatePriceResponse struct {
2025-06-11 07:41:04 +00:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-13 08:48:38 +00:00
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
Price float32 `protobuf:"fixed32,2,opt,name=price,proto3" json:"price,omitempty"`
2025-06-11 07:41:04 +00:00
}
2025-06-13 08:48:38 +00:00
func (x *CalculatePriceResponse) Reset() {
*x = CalculatePriceResponse{}
mi := &file_pb_bundle_proto_msgTypes[41]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
2025-06-13 08:48:38 +00:00
func (x *CalculatePriceResponse) String() string {
2025-06-11 07:41:04 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-06-13 08:48:38 +00:00
func (*CalculatePriceResponse) ProtoMessage() {}
2025-06-11 07:41:04 +00:00
2025-06-13 08:48:38 +00:00
func (x *CalculatePriceResponse) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[41]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-06-13 08:48:38 +00:00
// Deprecated: Use CalculatePriceResponse.ProtoReflect.Descriptor instead.
func (*CalculatePriceResponse) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{41}
2025-06-11 07:41:04 +00:00
}
2025-06-13 08:48:38 +00:00
func (x *CalculatePriceResponse) GetMsg() string {
2025-06-11 07:41:04 +00:00
if x != nil {
return x.Msg
}
return ""
}
2025-06-13 08:48:38 +00:00
func (x *CalculatePriceResponse) GetPrice() float32 {
2025-06-11 07:41:04 +00:00
if x != nil {
2025-06-13 08:48:38 +00:00
return x.Price
2025-06-11 07:41:04 +00:00
}
2025-06-13 08:48:38 +00:00
return 0
2025-06-11 07:41:04 +00:00
}
type BundleExtendRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
UserId int64 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"`
AccountAdditional uint32 `protobuf:"varint,2,opt,name=accountAdditional,proto3" json:"accountAdditional,omitempty"`
VideoAdditional uint32 `protobuf:"varint,3,opt,name=videoAdditional,proto3" json:"videoAdditional,omitempty"`
ImagesAdditional uint32 `protobuf:"varint,4,opt,name=imagesAdditional,proto3" json:"imagesAdditional,omitempty"`
DataAdditional uint32 `protobuf:"varint,5,opt,name=dataAdditional,proto3" json:"dataAdditional,omitempty"`
AvailableDurationAdditional uint32 `protobuf:"varint,6,opt,name=availableDurationAdditional,proto3" json:"availableDurationAdditional,omitempty"`
Remark string `protobuf:"bytes,7,opt,name=remark,proto3" json:"remark,omitempty"`
AssociatedorderNumber string `protobuf:"bytes,8,opt,name=associatedorderNumber,proto3" json:"associatedorderNumber,omitempty"`
2025-06-13 08:48:38 +00:00
OperatorName string `protobuf:"bytes,9,opt,name=operatorName,proto3" json:"operatorName,omitempty"`
OperatorPhoneNumber string `protobuf:"bytes,10,opt,name=operatorPhoneNumber,proto3" json:"operatorPhoneNumber,omitempty"`
2025-06-11 07:41:04 +00:00
}
func (x *BundleExtendRequest) Reset() {
*x = BundleExtendRequest{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[42]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *BundleExtendRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleExtendRequest) ProtoMessage() {}
func (x *BundleExtendRequest) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[42]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleExtendRequest.ProtoReflect.Descriptor instead.
func (*BundleExtendRequest) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{42}
2025-06-11 07:41:04 +00:00
}
func (x *BundleExtendRequest) GetUserId() int64 {
if x != nil {
return x.UserId
}
return 0
}
func (x *BundleExtendRequest) GetAccountAdditional() uint32 {
if x != nil {
return x.AccountAdditional
}
return 0
}
func (x *BundleExtendRequest) GetVideoAdditional() uint32 {
if x != nil {
return x.VideoAdditional
}
return 0
}
func (x *BundleExtendRequest) GetImagesAdditional() uint32 {
if x != nil {
return x.ImagesAdditional
}
return 0
}
func (x *BundleExtendRequest) GetDataAdditional() uint32 {
if x != nil {
return x.DataAdditional
}
return 0
}
func (x *BundleExtendRequest) GetAvailableDurationAdditional() uint32 {
if x != nil {
return x.AvailableDurationAdditional
}
return 0
}
func (x *BundleExtendRequest) GetRemark() string {
if x != nil {
return x.Remark
}
return ""
}
func (x *BundleExtendRequest) GetAssociatedorderNumber() string {
if x != nil {
return x.AssociatedorderNumber
}
return ""
}
2025-06-13 08:48:38 +00:00
func (x *BundleExtendRequest) GetOperatorName() string {
2025-06-11 07:41:04 +00:00
if x != nil {
2025-06-13 08:48:38 +00:00
return x.OperatorName
2025-06-11 07:41:04 +00:00
}
2025-06-13 08:48:38 +00:00
return ""
}
func (x *BundleExtendRequest) GetOperatorPhoneNumber() string {
if x != nil {
return x.OperatorPhoneNumber
}
return ""
2025-06-11 07:41:04 +00:00
}
type BundleExtendResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *BundleExtendResponse) Reset() {
*x = BundleExtendResponse{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[43]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *BundleExtendResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleExtendResponse) ProtoMessage() {}
func (x *BundleExtendResponse) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[43]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleExtendResponse.ProtoReflect.Descriptor instead.
func (*BundleExtendResponse) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{43}
2025-06-11 07:41:04 +00:00
}
type BundleExtendRecordsListRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
User string `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
Operator string `protobuf:"bytes,4,opt,name=operator,proto3" json:"operator,omitempty"`
StartTime uint64 `protobuf:"varint,5,opt,name=startTime,proto3" json:"startTime,omitempty"`
EndTime uint64 `protobuf:"varint,6,opt,name=endTime,proto3" json:"endTime,omitempty"`
Type uint32 `protobuf:"varint,7,opt,name=type,proto3" json:"type,omitempty"`
AssociatedOrderNumber string `protobuf:"bytes,8,opt,name=associatedOrderNumber,proto3" json:"associatedOrderNumber,omitempty"`
}
func (x *BundleExtendRecordsListRequest) Reset() {
*x = BundleExtendRecordsListRequest{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[44]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *BundleExtendRecordsListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleExtendRecordsListRequest) ProtoMessage() {}
func (x *BundleExtendRecordsListRequest) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[44]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleExtendRecordsListRequest.ProtoReflect.Descriptor instead.
func (*BundleExtendRecordsListRequest) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{44}
2025-06-11 07:41:04 +00:00
}
func (x *BundleExtendRecordsListRequest) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *BundleExtendRecordsListRequest) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
func (x *BundleExtendRecordsListRequest) GetUser() string {
if x != nil {
return x.User
}
return ""
}
func (x *BundleExtendRecordsListRequest) GetOperator() string {
if x != nil {
return x.Operator
}
return ""
}
func (x *BundleExtendRecordsListRequest) GetStartTime() uint64 {
if x != nil {
return x.StartTime
}
return 0
}
func (x *BundleExtendRecordsListRequest) GetEndTime() uint64 {
if x != nil {
return x.EndTime
}
return 0
}
func (x *BundleExtendRecordsListRequest) GetType() uint32 {
if x != nil {
return x.Type
}
return 0
}
func (x *BundleExtendRecordsListRequest) GetAssociatedOrderNumber() string {
if x != nil {
return x.AssociatedOrderNumber
}
return ""
}
type BundleExtendRecordsListResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
Data []*BundleExtendRecordItem `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
}
func (x *BundleExtendRecordsListResponse) Reset() {
*x = BundleExtendRecordsListResponse{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[45]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *BundleExtendRecordsListResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleExtendRecordsListResponse) ProtoMessage() {}
func (x *BundleExtendRecordsListResponse) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[45]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleExtendRecordsListResponse.ProtoReflect.Descriptor instead.
func (*BundleExtendRecordsListResponse) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{45}
2025-06-11 07:41:04 +00:00
}
func (x *BundleExtendRecordsListResponse) GetTotal() int64 {
if x != nil {
return x.Total
}
return 0
}
func (x *BundleExtendRecordsListResponse) GetData() []*BundleExtendRecordItem {
if x != nil {
return x.Data
}
return nil
}
type BundleExtendRecordItem struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
UserName string `protobuf:"bytes,1,opt,name=userName,proto3" json:"userName,omitempty"`
UserPhoneNumber string `protobuf:"bytes,2,opt,name=userPhoneNumber,proto3" json:"userPhoneNumber,omitempty"`
AccountAdditional uint32 `protobuf:"varint,3,opt,name=accountAdditional,proto3" json:"accountAdditional,omitempty"`
VideoAdditional uint32 `protobuf:"varint,4,opt,name=videoAdditional,proto3" json:"videoAdditional,omitempty"`
ImagesAdditional uint32 `protobuf:"varint,5,opt,name=imagesAdditional,proto3" json:"imagesAdditional,omitempty"`
DataAdditional uint32 `protobuf:"varint,6,opt,name=dataAdditional,proto3" json:"dataAdditional,omitempty"`
AvailableDurationAdditional uint32 `protobuf:"varint,7,opt,name=availableDurationAdditional,proto3" json:"availableDurationAdditional,omitempty"`
Type int32 `protobuf:"varint,8,opt,name=type,proto3" json:"type,omitempty"`
CreatedAt uint64 `protobuf:"varint,9,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
Remark string `protobuf:"bytes,10,opt,name=remark,proto3" json:"remark,omitempty"`
AssociatedOrderNumber string `protobuf:"bytes,11,opt,name=associatedOrderNumber,proto3" json:"associatedOrderNumber,omitempty"`
OperatorName string `protobuf:"bytes,12,opt,name=operatorName,proto3" json:"operatorName,omitempty"`
OperatorPhoneNumber string `protobuf:"bytes,13,opt,name=operatorPhoneNumber,proto3" json:"operatorPhoneNumber,omitempty"`
}
func (x *BundleExtendRecordItem) Reset() {
*x = BundleExtendRecordItem{}
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[46]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *BundleExtendRecordItem) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleExtendRecordItem) ProtoMessage() {}
func (x *BundleExtendRecordItem) ProtoReflect() protoreflect.Message {
2025-06-13 08:48:38 +00:00
mi := &file_pb_bundle_proto_msgTypes[46]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleExtendRecordItem.ProtoReflect.Descriptor instead.
func (*BundleExtendRecordItem) Descriptor() ([]byte, []int) {
2025-06-13 08:48:38 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{46}
2025-06-11 07:41:04 +00:00
}
func (x *BundleExtendRecordItem) GetUserName() string {
if x != nil {
return x.UserName
}
return ""
}
func (x *BundleExtendRecordItem) GetUserPhoneNumber() string {
if x != nil {
return x.UserPhoneNumber
}
return ""
}
func (x *BundleExtendRecordItem) GetAccountAdditional() uint32 {
if x != nil {
return x.AccountAdditional
}
return 0
}
func (x *BundleExtendRecordItem) GetVideoAdditional() uint32 {
if x != nil {
return x.VideoAdditional
}
return 0
}
func (x *BundleExtendRecordItem) GetImagesAdditional() uint32 {
if x != nil {
return x.ImagesAdditional
}
return 0
}
func (x *BundleExtendRecordItem) GetDataAdditional() uint32 {
if x != nil {
return x.DataAdditional
}
return 0
}
func (x *BundleExtendRecordItem) GetAvailableDurationAdditional() uint32 {
if x != nil {
return x.AvailableDurationAdditional
}
return 0
}
func (x *BundleExtendRecordItem) GetType() int32 {
if x != nil {
return x.Type
}
return 0
}
func (x *BundleExtendRecordItem) GetCreatedAt() uint64 {
if x != nil {
return x.CreatedAt
}
return 0
}
func (x *BundleExtendRecordItem) GetRemark() string {
if x != nil {
return x.Remark
}
return ""
}
func (x *BundleExtendRecordItem) GetAssociatedOrderNumber() string {
if x != nil {
return x.AssociatedOrderNumber
}
return ""
}
func (x *BundleExtendRecordItem) GetOperatorName() string {
if x != nil {
return x.OperatorName
}
return ""
}
func (x *BundleExtendRecordItem) GetOperatorPhoneNumber() string {
if x != nil {
return x.OperatorPhoneNumber
}
return ""
}
2025-06-13 08:48:38 +00:00
type GetBundleBalanceReq struct {
2025-06-11 07:41:04 +00:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-13 08:48:38 +00:00
UserName string `protobuf:"bytes,1,opt,name=userName,proto3" json:"userName,omitempty"`
Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
BundleName string `protobuf:"bytes,3,opt,name=bundleName,proto3" json:"bundleName,omitempty"`
ExpiredTimeStart int64 `protobuf:"varint,4,opt,name=expiredTimeStart,proto3" json:"expiredTimeStart,omitempty"`
ExpiredTimeEnd int64 `protobuf:"varint,5,opt,name=expiredTimeEnd,proto3" json:"expiredTimeEnd,omitempty"`
Page int32 `protobuf:"varint,6,opt,name=page,proto3" json:"page,omitempty"`
PageSize int32 `protobuf:"varint,7,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
2025-06-11 07:41:04 +00:00
}
2025-06-13 08:48:38 +00:00
func (x *GetBundleBalanceReq) Reset() {
*x = GetBundleBalanceReq{}
mi := &file_pb_bundle_proto_msgTypes[47]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
2025-06-13 08:48:38 +00:00
func (x *GetBundleBalanceReq) String() string {
2025-06-11 07:41:04 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-06-13 08:48:38 +00:00
func (*GetBundleBalanceReq) ProtoMessage() {}
2025-06-11 07:41:04 +00:00
2025-06-13 08:48:38 +00:00
func (x *GetBundleBalanceReq) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[47]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-06-13 08:48:38 +00:00
// Deprecated: Use GetBundleBalanceReq.ProtoReflect.Descriptor instead.
func (*GetBundleBalanceReq) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{47}
2025-06-11 07:41:04 +00:00
}
2025-06-13 08:48:38 +00:00
func (x *GetBundleBalanceReq) GetUserName() string {
2025-06-11 07:41:04 +00:00
if x != nil {
2025-06-13 08:48:38 +00:00
return x.UserName
}
return ""
}
func (x *GetBundleBalanceReq) GetStatus() int32 {
if x != nil {
return x.Status
2025-06-11 07:41:04 +00:00
}
return 0
}
2025-06-13 08:48:38 +00:00
func (x *GetBundleBalanceReq) GetBundleName() string {
2025-06-11 07:41:04 +00:00
if x != nil {
2025-06-13 08:48:38 +00:00
return x.BundleName
}
return ""
}
func (x *GetBundleBalanceReq) GetExpiredTimeStart() int64 {
if x != nil {
return x.ExpiredTimeStart
}
return 0
}
func (x *GetBundleBalanceReq) GetExpiredTimeEnd() int64 {
if x != nil {
return x.ExpiredTimeEnd
}
return 0
}
func (x *GetBundleBalanceReq) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *GetBundleBalanceReq) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
type BundleBalanceItem struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
UserName string `protobuf:"bytes,1,opt,name=userName,proto3" json:"userName,omitempty"`
UserPhoneNumber string `protobuf:"bytes,2,opt,name=userPhoneNumber,proto3" json:"userPhoneNumber,omitempty"`
Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
BundleName string `protobuf:"bytes,4,opt,name=bundleName,proto3" json:"bundleName,omitempty"`
ExpiredTime int64 `protobuf:"varint,5,opt,name=expiredTime,proto3" json:"expiredTime,omitempty"`
AccountNumber int32 `protobuf:"varint,6,opt,name=accountNumber,proto3" json:"accountNumber,omitempty"`
AccountConsumptionNumber int32 `protobuf:"varint,7,opt,name=accountConsumptionNumber,proto3" json:"accountConsumptionNumber,omitempty"`
VideoNumber int32 `protobuf:"varint,8,opt,name=videoNumber,proto3" json:"videoNumber,omitempty"`
VideoConsumptionNumber int32 `protobuf:"varint,9,opt,name=videoConsumptionNumber,proto3" json:"videoConsumptionNumber,omitempty"`
ImageNumber int32 `protobuf:"varint,10,opt,name=imageNumber,proto3" json:"imageNumber,omitempty"`
ImageConsumptionNumber int32 `protobuf:"varint,11,opt,name=imageConsumptionNumber,proto3" json:"imageConsumptionNumber,omitempty"`
DataAnalysisNumber int32 `protobuf:"varint,12,opt,name=dataAnalysisNumber,proto3" json:"dataAnalysisNumber,omitempty"`
DataAnalysisConsumptionNumber int32 `protobuf:"varint,13,opt,name=dataAnalysisConsumptionNumber,proto3" json:"dataAnalysisConsumptionNumber,omitempty"`
ExpansionPacksNumber int32 `protobuf:"varint,14,opt,name=expansionPacksNumber,proto3" json:"expansionPacksNumber,omitempty"`
}
func (x *BundleBalanceItem) Reset() {
*x = BundleBalanceItem{}
mi := &file_pb_bundle_proto_msgTypes[48]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *BundleBalanceItem) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleBalanceItem) ProtoMessage() {}
func (x *BundleBalanceItem) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[48]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleBalanceItem.ProtoReflect.Descriptor instead.
func (*BundleBalanceItem) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{48}
}
func (x *BundleBalanceItem) GetUserName() string {
if x != nil {
return x.UserName
}
return ""
}
func (x *BundleBalanceItem) GetUserPhoneNumber() string {
if x != nil {
return x.UserPhoneNumber
}
return ""
}
func (x *BundleBalanceItem) GetStatus() int32 {
if x != nil {
return x.Status
2025-06-11 07:41:04 +00:00
}
return 0
}
2025-06-13 08:48:38 +00:00
func (x *BundleBalanceItem) GetBundleName() string {
2025-06-11 07:41:04 +00:00
if x != nil {
return x.BundleName
}
return ""
}
2025-06-13 08:48:38 +00:00
func (x *BundleBalanceItem) GetExpiredTime() int64 {
if x != nil {
return x.ExpiredTime
}
return 0
}
func (x *BundleBalanceItem) GetAccountNumber() int32 {
2025-06-11 07:41:04 +00:00
if x != nil {
return x.AccountNumber
}
return 0
}
2025-06-13 08:48:38 +00:00
func (x *BundleBalanceItem) GetAccountConsumptionNumber() int32 {
if x != nil {
return x.AccountConsumptionNumber
}
return 0
}
func (x *BundleBalanceItem) GetVideoNumber() int32 {
2025-06-11 07:41:04 +00:00
if x != nil {
return x.VideoNumber
}
return 0
}
2025-06-13 08:48:38 +00:00
func (x *BundleBalanceItem) GetVideoConsumptionNumber() int32 {
if x != nil {
return x.VideoConsumptionNumber
}
return 0
}
func (x *BundleBalanceItem) GetImageNumber() int32 {
2025-06-11 07:41:04 +00:00
if x != nil {
return x.ImageNumber
}
return 0
}
2025-06-13 08:48:38 +00:00
func (x *BundleBalanceItem) GetImageConsumptionNumber() int32 {
if x != nil {
return x.ImageConsumptionNumber
}
return 0
}
func (x *BundleBalanceItem) GetDataAnalysisNumber() int32 {
2025-06-11 07:41:04 +00:00
if x != nil {
return x.DataAnalysisNumber
}
return 0
}
2025-06-13 08:48:38 +00:00
func (x *BundleBalanceItem) GetDataAnalysisConsumptionNumber() int32 {
if x != nil {
return x.DataAnalysisConsumptionNumber
}
return 0
}
func (x *BundleBalanceItem) GetExpansionPacksNumber() int32 {
2025-06-11 07:41:04 +00:00
if x != nil {
return x.ExpansionPacksNumber
}
return 0
}
2025-06-13 08:48:38 +00:00
type GetBundleBalanceResp struct {
2025-06-11 07:41:04 +00:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2025-06-13 08:48:38 +00:00
Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
Data []*BundleBalanceItem `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
2025-06-11 07:41:04 +00:00
}
2025-06-13 08:48:38 +00:00
func (x *GetBundleBalanceResp) Reset() {
*x = GetBundleBalanceResp{}
mi := &file_pb_bundle_proto_msgTypes[49]
2025-06-11 07:41:04 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
2025-06-13 08:48:38 +00:00
func (x *GetBundleBalanceResp) String() string {
2025-06-11 07:41:04 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-06-13 08:48:38 +00:00
func (*GetBundleBalanceResp) ProtoMessage() {}
2025-06-11 07:41:04 +00:00
2025-06-13 08:48:38 +00:00
func (x *GetBundleBalanceResp) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[49]
2025-06-11 07:41:04 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-06-13 08:48:38 +00:00
// Deprecated: Use GetBundleBalanceResp.ProtoReflect.Descriptor instead.
func (*GetBundleBalanceResp) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{49}
}
func (x *GetBundleBalanceResp) GetTotal() int64 {
if x != nil {
return x.Total
}
return 0
}
func (x *GetBundleBalanceResp) GetData() []*BundleBalanceItem {
if x != nil {
return x.Data
}
return nil
2025-06-11 07:41:04 +00:00
}
var File_pb_bundle_proto protoreflect.FileDescriptor
var file_pb_bundle_proto_rawDesc = []byte{
0x0a, 0x0f, 0x70, 0x62, 0x2f, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x12, 0x06, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x1a, 0x13, 0x70, 0x62, 0x2f, 0x64, 0x65,
0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x12,
0x70, 0x62, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f,
2025-06-13 08:48:38 +00:00
0x74, 0x6f, 0x22, 0x81, 0x04, 0x0a, 0x15, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f,
0x72, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x56, 0x32, 0x12, 0x22, 0x0a, 0x0c,
0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0c, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65,
0x12, 0x16, 0x0a, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x6e, 0x64,
0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x79, 0x53,
0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x79,
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x61, 0x64, 0x64, 0x50, 0x61, 0x79,
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x61, 0x64,
0x64, 0x50, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x72,
0x64, 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6f, 0x72, 0x64,
0x65, 0x72, 0x4e, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x64, 0x64,
0x4e, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x41,
0x64, 0x64, 0x4e, 0x6f, 0x12, 0x30, 0x0a, 0x13, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x72,
0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x53, 0x74, 0x61, 0x72, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28,
0x09, 0x52, 0x13, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41,
0x74, 0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x2c, 0x0a, 0x11, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65,
0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x45, 0x6e, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28,
0x09, 0x52, 0x11, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41,
0x74, 0x45, 0x6e, 0x64, 0x12, 0x34, 0x0a, 0x15, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x64, 0x64,
0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x53, 0x74, 0x61, 0x72, 0x74, 0x18, 0x0a, 0x20,
0x01, 0x28, 0x09, 0x52, 0x15, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x64, 0x64, 0x43, 0x72, 0x65,
0x61, 0x74, 0x65, 0x41, 0x74, 0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x6f, 0x72,
0x64, 0x65, 0x72, 0x41, 0x64, 0x64, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x45, 0x6e,
0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x64,
0x64, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x45, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04,
0x70, 0x61, 0x67, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65,
0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x0d, 0x20, 0x01,
0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x18, 0x0a, 0x07,
0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x03, 0x52, 0x07, 0x75,
0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x22, 0x9d, 0x01, 0x0a, 0x16, 0x4f, 0x72, 0x64, 0x65, 0x72,
0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x56,
0x32, 0x12, 0x3d, 0x0a, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18,
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x4f,
0x72, 0x64, 0x65, 0x72, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64,
0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f,
0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04,
0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65,
0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65,
0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52,
0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0xd3, 0x02, 0x0a, 0x15, 0x4f, 0x72, 0x64, 0x65, 0x72,
0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x49, 0x6e, 0x66, 0x6f,
0x12, 0x18, 0x0a, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61,
0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70,
0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x65, 0x6c, 0x4e,
0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d,
0x12, 0x22, 0x0a, 0x0c, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65,
0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72,
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x72,
0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x62, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x12, 0x16, 0x0a, 0x06,
0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x02, 0x52, 0x06, 0x61, 0x6d,
0x6f, 0x75, 0x6e, 0x74, 0x12, 0x46, 0x0a, 0x0d, 0x61, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c,
0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x62, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0d, 0x61,
0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x0a, 0x0a,
0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03,
0x52, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x22, 0xf0, 0x02, 0x0a,
0x18, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52,
0x65, 0x63, 0x6f, 0x72, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x72, 0x64,
0x65, 0x72, 0x41, 0x64, 0x64, 0x4e, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f,
0x72, 0x64, 0x65, 0x72, 0x41, 0x64, 0x64, 0x4e, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6d, 0x6f,
0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e,
0x74, 0x12, 0x2a, 0x0a, 0x10, 0x73, 0x65, 0x74, 0x74, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x41,
0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x52, 0x10, 0x73, 0x65, 0x74,
0x74, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a,
0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20,
0x01, 0x28, 0x05, 0x52, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x54, 0x79, 0x70,
0x65, 0x12, 0x20, 0x0a, 0x0b, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x69, 0x6e, 0x67, 0x46, 0x65, 0x65,
0x18, 0x05, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0b, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x69, 0x6e, 0x67,
0x46, 0x65, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52,
0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0c, 0x65, 0x78, 0x63, 0x68, 0x61,
0x6e, 0x67, 0x65, 0x52, 0x61, 0x74, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x64, 0x65, 0x72,
0x41, 0x64, 0x64, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28,
0x09, 0x52, 0x10, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x64, 0x64, 0x43, 0x72, 0x65, 0x61, 0x74,
0x65, 0x41, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x61, 0x64, 0x64, 0x50, 0x61, 0x79, 0x53, 0x74, 0x61,
0x74, 0x75, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x61, 0x64, 0x64, 0x50, 0x61,
0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72,
0x61, 0x63, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72,
0x61, 0x63, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x18,
0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x22,
0x47, 0x0a, 0x1b, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x50, 0x72, 0x69, 0x63, 0x65, 0x41,
0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14,
0x0a, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x02, 0x52, 0x05, 0x70,
0x72, 0x69, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x22, 0x50, 0x0a, 0x0e, 0x43, 0x6f, 0x6d, 0x6d,
0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73,
0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x12, 0x0a, 0x04,
0x75, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64,
0x12, 0x18, 0x0a, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x22, 0x93, 0x05, 0x0a, 0x0d, 0x42,
0x75, 0x6e, 0x64, 0x6c, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04,
0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64,
0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x03, 0x20,
0x01, 0x28, 0x02, 0x52, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72,
0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70,
0x72, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74,
0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65,
0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x18, 0x06,
0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x12, 0x1a,
0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72,
0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63,
0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x64, 0x61,
0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64,
0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
0x79, 0x53, 0x69, 0x67, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6d,
0x70, 0x61, 0x6e, 0x79, 0x53, 0x69, 0x67, 0x6e, 0x12, 0x2a, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x74,
0x72, 0x61, 0x63, 0x74, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01,
0x28, 0x03, 0x52, 0x10, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x44, 0x75, 0x72, 0x61,
0x74, 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x0a, 0x0f, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x6f,
0x6d, 0x6d, 0x6f, 0x6e, 0x55, 0x69, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x62,
0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x55, 0x69, 0x64, 0x12, 0x12,
0x0a, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x73, 0x6f,
0x72, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x67, 0x49, 0x6d, 0x67, 0x31, 0x18, 0x0e, 0x20, 0x01,
0x28, 0x09, 0x52, 0x06, 0x62, 0x67, 0x49, 0x6d, 0x67, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x67,
0x49, 0x6d, 0x67, 0x32, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x62, 0x67, 0x49, 0x6d,
0x67, 0x32, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x68, 0x65, 0x6c, 0x66, 0x53, 0x74, 0x61, 0x74, 0x75,
0x73, 0x18, 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x73, 0x68, 0x65, 0x6c, 0x66, 0x53, 0x74,
0x61, 0x74, 0x75, 0x73, 0x12, 0x53, 0x0a, 0x15, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x56, 0x61,
0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x11, 0x20,
0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x6c,
0x65, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69,
0x63, 0x65, 0x52, 0x15, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41,
0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x47, 0x0a, 0x11, 0x62, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x61, 0x6e, 0x67, 0x18, 0x12,
0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x61, 0x6e, 0x67, 0x52,
0x11, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x61,
0x6e, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x6d, 0x67, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18,
0x13, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x6d, 0x67, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
0x22, 0xe1, 0x01, 0x0a, 0x11, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69,
0x6c, 0x65, 0x4c, 0x61, 0x6e, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01,
2025-06-11 07:41:04 +00:00
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61,
0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14,
0x0a, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x52, 0x05, 0x70,
0x72, 0x69, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70,
0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x72, 0x69, 0x63, 0x65, 0x54, 0x79,
0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20,
0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08,
2025-06-13 08:48:38 +00:00
0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61,
0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65,
0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
0x64, 0x41, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74,
0x65, 0x64, 0x41, 0x74, 0x22, 0x52, 0x0a, 0x0c, 0x53, 0x61, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x02,
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x61,
0x6e, 0x63, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63,
0x61, 0x6e, 0x63, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x22, 0x7b, 0x0a, 0x15, 0x53, 0x65, 0x6c, 0x65,
0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
0x65, 0x12, 0x22, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x55, 0x75, 0x69,
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64,
0x64, 0x55, 0x75, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x44, 0x69, 0x73,
0x70, 0x6c, 0x61, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x44, 0x69,
0x73, 0x70, 0x6c, 0x61, 0x79, 0x22, 0x26, 0x0a, 0x10, 0x44, 0x65, 0x6c, 0x42, 0x75, 0x6e, 0x64,
0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69,
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x8d, 0x01,
0x0a, 0x11, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53,
0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53,
0x69, 0x7a, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65,
0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x05, 0x20,
0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x22, 0x5b, 0x0a,
0x12, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x2f, 0x0a, 0x07, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x73, 0x18, 0x01,
0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x07, 0x62, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20,
0x01, 0x28, 0x05, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0x45, 0x0a, 0x13, 0x42, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67,
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67,
0x65, 0x22, 0x48, 0x0a, 0x10, 0x48, 0x61, 0x6e, 0x64, 0x53, 0x68, 0x65, 0x6c, 0x66, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x68, 0x65,
0x6c, 0x66, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b,
0x73, 0x68, 0x65, 0x6c, 0x66, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x57, 0x0a, 0x14, 0x42,
0x75, 0x6e, 0x64, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x2d, 0x0a, 0x06, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x18, 0x01, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x06, 0x62, 0x75, 0x6e, 0x64,
0x6c, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
0x03, 0x6d, 0x73, 0x67, 0x22, 0x59, 0x0a, 0x16, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x44, 0x65,
0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x56, 0x32, 0x12, 0x2d,
0x0a, 0x06, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15,
2025-06-11 07:41:04 +00:00
0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x50, 0x72,
2025-06-13 08:48:38 +00:00
0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x06, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x10, 0x0a,
0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22,
0xf9, 0x0a, 0x0a, 0x0b, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12,
0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75,
0x75, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x55, 0x75, 0x69,
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x55,
0x75, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49,
0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65,
0x72, 0x49, 0x44, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4e,
0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d,
0x65, 0x72, 0x4e, 0x75, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65,
0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x75, 0x73,
0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6d, 0x6f,
0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x02, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e,
0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18,
0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70,
0x65, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x67, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63,
0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x69, 0x67, 0x6e, 0x43, 0x6f, 0x6e,
0x74, 0x72, 0x61, 0x63, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75,
0x72, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74,
0x75, 0x72, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x54, 0x69, 0x6d,
0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x54,
0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0b,
0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x70, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a,
0x07, 0x70, 0x61, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
0x70, 0x61, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x63, 0x68, 0x65, 0x63, 0x6b,
0x6f, 0x75, 0x74, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x0d, 0x20, 0x01,
0x28, 0x09, 0x52, 0x11, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x73, 0x73,
0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x2e, 0x0a, 0x12, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x6f, 0x75,
0x74, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x55, 0x72, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28,
0x09, 0x52, 0x12, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x73, 0x73, 0x69,
0x6f, 0x6e, 0x55, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
0x0f, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x18, 0x0a,
0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c,
0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x74, 0x72,
0x61, 0x63, 0x74, 0x4e, 0x6f, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e,
0x74, 0x72, 0x61, 0x63, 0x74, 0x4e, 0x6f, 0x12, 0x2e, 0x0a, 0x12, 0x76, 0x61, 0x6c, 0x75, 0x65,
0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x55, 0x75, 0x69, 0x64, 0x18, 0x13, 0x20,
0x01, 0x28, 0x09, 0x52, 0x12, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x55, 0x75, 0x69, 0x64, 0x12, 0x32, 0x0a, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65,
0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18,
0x14, 0x20, 0x01, 0x28, 0x02, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x42,
0x75, 0x6e, 0x64, 0x6c, 0x65, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x34, 0x0a, 0x15, 0x76,
0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50,
0x72, 0x69, 0x63, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x02, 0x52, 0x15, 0x76, 0x61, 0x6c, 0x75,
0x65, 0x41, 0x64, 0x64, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63,
0x65, 0x12, 0x34, 0x0a, 0x15, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x44, 0x69, 0x73,
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x02,
0x52, 0x15, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x75,
0x6e, 0x74, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x30, 0x0a, 0x13, 0x76, 0x61, 0x6c, 0x75, 0x65,
0x41, 0x64, 0x64, 0x53, 0x61, 0x76, 0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x17,
0x20, 0x01, 0x28, 0x02, 0x52, 0x13, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x61,
0x76, 0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d,
0x18, 0x18, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x74,
0x6f, 0x74, 0x61, 0x6c, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x19, 0x20, 0x01, 0x28, 0x02,
0x52, 0x0b, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x10, 0x0a,
0x03, 0x73, 0x65, 0x78, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12,
0x20, 0x0a, 0x0b, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x1b,
0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x69, 0x74,
0x79, 0x12, 0x2e, 0x0a, 0x12, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65,
0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x63,
0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72,
0x65, 0x12, 0x2a, 0x0a, 0x10, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4f, 0x66, 0x52, 0x65, 0x73, 0x69,
0x64, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x70, 0x6c, 0x61,
0x63, 0x65, 0x4f, 0x66, 0x52, 0x65, 0x73, 0x69, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x1e, 0x0a,
0x0a, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x1e, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0a, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x28, 0x0a,
0x0f, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x55, 0x69, 0x64,
0x18, 0x1f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x6f,
0x6d, 0x6d, 0x6f, 0x6e, 0x55, 0x69, 0x64, 0x12, 0x2e, 0x0a, 0x12, 0x61, 0x64, 0x64, 0x42, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x55, 0x69, 0x64, 0x18, 0x20, 0x20,
0x01, 0x28, 0x09, 0x52, 0x12, 0x61, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x6f,
0x6d, 0x6d, 0x6f, 0x6e, 0x55, 0x69, 0x64, 0x12, 0x34, 0x0a, 0x15, 0x66, 0x69, 0x6e, 0x61, 0x6e,
0x63, 0x69, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e,
0x18, 0x21, 0x20, 0x01, 0x28, 0x05, 0x52, 0x15, 0x66, 0x69, 0x6e, 0x61, 0x6e, 0x63, 0x69, 0x61,
0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a,
0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x22, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74,
0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67,
0x65, 0x18, 0x23, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67,
0x65, 0x12, 0x44, 0x0a, 0x10, 0x70, 0x72, 0x69, 0x63, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
0x73, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x24, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x50, 0x72, 0x69, 0x63, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x10, 0x70, 0x72, 0x69, 0x63, 0x65, 0x4f, 0x70, 0x74, 0x69,
0x6f, 0x6e, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x26, 0x0a, 0x0e, 0x65, 0x78, 0x70, 0x69, 0x72,
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x25, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0e, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12,
0x1a, 0x0a, 0x08, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x18, 0x26, 0x20, 0x01, 0x28,
0x09, 0x52, 0x08, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x22, 0xbf, 0x03, 0x0a, 0x0e,
0x4f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x64, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x1e,
0x0a, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x55, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x55, 0x75, 0x69, 0x64, 0x12, 0x4d,
0x0a, 0x13, 0x61, 0x64, 0x64, 0x50, 0x72, 0x69, 0x63, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
0x73, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x62, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x72, 0x69, 0x63, 0x65, 0x4f, 0x70, 0x74,
0x69, 0x6f, 0x6e, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x13, 0x61, 0x64, 0x64, 0x50, 0x72, 0x69,
0x63, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1a, 0x0a,
0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x75, 0x73,
0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63,
0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x44, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x75, 0x73,
0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x63,
0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0c, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12,
0x16, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52,
0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x67, 0x6e, 0x43,
0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73,
0x69, 0x67, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x73,
0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x69, 0x67,
0x6e, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73,
0x69, 0x67, 0x6e, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x65, 0x78, 0x70,
0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0e, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74,
0x65, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x18, 0x26, 0x20,
0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x22, 0xc5, 0x01,
0x0a, 0x13, 0x41, 0x64, 0x64, 0x50, 0x72, 0x69, 0x63, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x55, 0x69,
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x55, 0x69,
0x64, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65,
0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54,
0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x54,
0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65,
0x6e, 0x63, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e,
0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x02, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12,
0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6e, 0x75,
0x6d, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x6e, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52,
0x04, 0x75, 0x6e, 0x69, 0x74, 0x22, 0x3e, 0x0a, 0x10, 0x50, 0x72, 0x69, 0x63, 0x65, 0x4f, 0x70,
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x61, 0x6c,
0x75, 0x65, 0x55, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x61, 0x6c,
0x75, 0x65, 0x55, 0x69, 0x64, 0x22, 0xa7, 0x04, 0x0a, 0x13, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52,
0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a,
2025-06-12 03:59:19 +00:00
0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67,
0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20,
2025-06-13 08:48:38 +00:00
0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x20, 0x0a,
0x0b, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01,
2025-06-12 03:59:19 +00:00
0x28, 0x09, 0x52, 0x0b, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x12,
0x22, 0x0a, 0x0c, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18,
2025-06-13 08:48:38 +00:00
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4e,
0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x55, 0x55, 0x49,
0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x55,
0x55, 0x49, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x06,
0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x12, 0x16, 0x0a,
0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73,
0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4e,
0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c,
0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x53, 0x69,
0x67, 0x6e, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f,
0x73, 0x74, 0x61, 0x72, 0x74, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12,
0x24, 0x0a, 0x0d, 0x65, 0x6e, 0x64, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65,
0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x65, 0x6e, 0x64, 0x53, 0x69, 0x67, 0x6e, 0x65,
0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x50, 0x61,
0x79, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x74, 0x61,
0x72, 0x74, 0x50, 0x61, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x6e, 0x64,
0x50, 0x61, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x65,
0x6e, 0x64, 0x50, 0x61, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x75, 0x73,
0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x44, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63,
0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x44, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x73, 0x48,
0x61, 0x76, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28,
0x03, 0x52, 0x0e, 0x69, 0x73, 0x48, 0x61, 0x76, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64,
2025-06-12 03:59:19 +00:00
0x64, 0x12, 0x34, 0x0a, 0x15, 0x66, 0x69, 0x6e, 0x61, 0x6e, 0x63, 0x69, 0x61, 0x6c, 0x43, 0x6f,
2025-06-13 08:48:38 +00:00
0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05,
2025-06-12 03:59:19 +00:00
0x52, 0x15, 0x66, 0x69, 0x6e, 0x61, 0x6e, 0x63, 0x69, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69,
0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75,
2025-06-13 08:48:38 +00:00
0x6d, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x22,
0x65, 0x0a, 0x14, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52,
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x0c, 0x6f, 0x72, 0x64, 0x65, 0x72,
0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e,
0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f,
0x72, 0x64, 0x52, 0x0c, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73,
2025-06-12 03:59:19 +00:00
0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52,
2025-06-13 08:48:38 +00:00
0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0x89, 0x01, 0x0a, 0x19, 0x4f, 0x72, 0x64, 0x65, 0x72,
0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71,
2025-06-12 03:59:19 +00:00
0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
2025-06-13 08:48:38 +00:00
0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x72, 0x64, 0x65,
0x72, 0x4e, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72,
0x4e, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x44,
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72,
0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x55, 0x55, 0x49, 0x44,
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x55, 0x55,
0x49, 0x44, 0x22, 0x65, 0x0a, 0x1a, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72,
0x64, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
0x12, 0x35, 0x0a, 0x0b, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x18,
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x4f,
0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x0b, 0x6f, 0x72, 0x64, 0x65,
0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02,
0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0xdd, 0x02, 0x0a, 0x15, 0x56, 0x61,
0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x50, 0x72, 0x6f, 0x66,
0x69, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x02,
0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x6f, 0x72, 0x69,
0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02,
0x52, 0x0d, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12,
0x24, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x72, 0x69, 0x63, 0x65,
0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0d, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x75, 0x6e, 0x74,
0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x72,
0x69, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c,
0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x61, 0x76, 0x65, 0x64, 0x41, 0x6d,
0x6f, 0x75, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0b, 0x73, 0x61, 0x76, 0x65,
0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x64, 0x69, 0x73, 0x63, 0x6f,
0x75, 0x6e, 0x74, 0x50, 0x72, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x08,
0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x72,
0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x68, 0x6f,
0x6f, 0x73, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x63, 0x68, 0x6f, 0x6f, 0x73,
0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28,
0x08, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2e, 0x0a, 0x12, 0x61, 0x64, 0x64,
0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x55, 0x69, 0x64, 0x18,
0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x61, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65,
0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x55, 0x69, 0x64, 0x22, 0x59, 0x0a, 0x1b, 0x43, 0x72, 0x65,
0x61, 0x74, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c,
0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18,
0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x28, 0xe2, 0xdf, 0x1f, 0x24, 0x10, 0x1d, 0x18, 0x65, 0x2a,
0x1e, 0xe8, 0x87, 0xb3, 0xe5, 0xb0, 0x91, 0xe6, 0x95, 0xb0, 0xe4, 0xb8, 0xba, 0x33, 0x30, 0x2c,
0xe6, 0x9c, 0x80, 0xe5, 0xa4, 0x9a, 0xe6, 0x95, 0xb0, 0xe4, 0xb8, 0xba, 0x31, 0x30, 0x30, 0x52,
0x03, 0x6e, 0x75, 0x6d, 0x22, 0x86, 0x01, 0x0a, 0x1c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56,
0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73,
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74,
0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0a, 0x74,
0x6f, 0x74, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x61, 0x76,
0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0b,
0x73, 0x61, 0x76, 0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6d,
0x73, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x71, 0x0a,
0x19, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c,
0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73,
0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72,
0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x55, 0x75, 0x69, 0x64,
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x55, 0x75,
0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18,
0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x72, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65,
0x22, 0xf7, 0x01, 0x0a, 0x1a, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
0x24, 0x0a, 0x0d, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65,
0x18, 0x01, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0d, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c,
0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02,
0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x31, 0x0a, 0x04, 0x64,
0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x75, 0x6e, 0x64,
0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c,
0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x16,
0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06,
0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x05, 0x20,
0x01, 0x28, 0x05, 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x72, 0x69, 0x63,
0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x02, 0x52, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x18,
0x0a, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52,
0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18,
0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x31, 0x0a, 0x1b, 0x56, 0x61,
0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61,
0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69,
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x7d, 0x0a,
0x1c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x44,
0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a,
0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x70, 0x61, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73,
0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x38, 0x0a, 0x1c,
0x46, 0x69, 0x6e, 0x61, 0x6e, 0x63, 0x69, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d,
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07,
0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6f,
0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x22, 0xa8, 0x01, 0x0a, 0x0f, 0x56, 0x61, 0x6c, 0x75, 0x65,
0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75,
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x20,
0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65,
0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18,
0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79,
0x70, 0x65, 0x12, 0x3d, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x61, 0x6e,
0x67, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65,
0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
0x4c, 0x61, 0x6e, 0x67, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x61, 0x6e,
0x67, 0x22, 0xf3, 0x02, 0x0a, 0x13, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65,
0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x61, 0x6e, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69,
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x20, 0x0a,
0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12,
0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03,
0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70,
0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x18, 0x04,
0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x72, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x12,
0x24, 0x0a, 0x0d, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65,
0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c,
0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x6e, 0x69, 0x74, 0x18, 0x06, 0x20,
0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x6e, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x69,
0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x72,
0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75,
0x61, 0x67, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75,
0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74,
0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41,
0x74, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x0a,
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12,
0x36, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x0b,
0x32, 0x1c, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41,
0x64, 0x64, 0x50, 0x72, 0x69, 0x63, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07,
0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x86, 0x01, 0x0a, 0x14, 0x56, 0x61, 0x6c, 0x75,
0x65, 0x41, 0x64, 0x64, 0x50, 0x72, 0x69, 0x63, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64,
0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6e,
0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x03, 0x20, 0x01,
0x28, 0x09, 0x52, 0x06, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x72,
0x69, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65,
0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x61, 0x76, 0x65, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05,
0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x61, 0x76, 0x65, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74,
0x22, 0x7c, 0x0a, 0x1a, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12,
0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61,
0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02,
0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x12,
0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x04,
0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x22, 0x90,
0x01, 0x0a, 0x1b, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69,
0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14,
0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x74,
0x6f, 0x74, 0x61, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28,
0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x49, 0x0a, 0x13, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x41,
0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20,
0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c,
0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x13, 0x76, 0x61,
2025-06-12 03:59:19 +00:00
0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73,
2025-06-13 08:48:38 +00:00
0x74, 0x22, 0x4e, 0x0a, 0x1c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72,
0x76, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67,
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67,
0x65, 0x22, 0x74, 0x0a, 0x1d, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72,
0x76, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
0x73, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x03, 0x6d, 0x73, 0x67, 0x12, 0x41, 0x0a, 0x0f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64,
0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e,
0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53,
0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x0f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64,
0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x59, 0x0a, 0x15, 0x43, 0x61, 0x6c, 0x63, 0x75,
0x6c, 0x61, 0x74, 0x65, 0x50, 0x72, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
0x75, 0x75, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28,
0x05, 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61,
0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61,
0x67, 0x65, 0x22, 0x40, 0x0a, 0x16, 0x43, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x65, 0x50,
0x72, 0x69, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x10, 0x0a, 0x03,
0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x14,
0x0a, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x05, 0x70,
0x72, 0x69, 0x63, 0x65, 0x22, 0xbf, 0x03, 0x0a, 0x13, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x45,
0x78, 0x74, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06,
0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73,
0x65, 0x72, 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x11, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41,
0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52,
0x11, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
0x61, 0x6c, 0x12, 0x28, 0x0a, 0x0f, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x41, 0x64, 0x64, 0x69, 0x74,
0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x76, 0x69, 0x64,
0x65, 0x6f, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x12, 0x2a, 0x0a, 0x10,
0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c,
0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x41, 0x64,
0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x12, 0x26, 0x0a, 0x0e, 0x64, 0x61, 0x74, 0x61,
0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d,
0x52, 0x0e, 0x64, 0x61, 0x74, 0x61, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c,
0x12, 0x40, 0x0a, 0x1b, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x75, 0x72,
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18,
0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x1b, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65,
0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
0x61, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x07, 0x20, 0x01,
0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x34, 0x0a, 0x15, 0x61, 0x73,
0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x64, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x75, 0x6d,
0x62, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x61, 0x73, 0x73, 0x6f, 0x63,
0x69, 0x61, 0x74, 0x65, 0x64, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72,
0x12, 0x22, 0x0a, 0x0c, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65,
0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72,
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x30, 0x0a, 0x13, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72,
0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28,
0x09, 0x52, 0x13, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x68, 0x6f, 0x6e, 0x65,
0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x16, 0x0a, 0x14, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65,
0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x82,
0x02, 0x0a, 0x1e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x52,
0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a,
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a,
0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f,
0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f,
0x72, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05,
0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12,
0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04,
0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70,
0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x34, 0x0a,
0x15, 0x61, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x64, 0x4f, 0x72, 0x64, 0x65, 0x72,
0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x61, 0x73,
0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x64, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x75, 0x6d,
0x62, 0x65, 0x72, 0x22, 0x6b, 0x0a, 0x1f, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x45, 0x78, 0x74,
0x65, 0x6e, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18,
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x32, 0x0a, 0x04,
0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64,
0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
0x22, 0xa2, 0x04, 0x0a, 0x16, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x45, 0x78, 0x74, 0x65, 0x6e,
0x64, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x75,
0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75,
0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x75, 0x73, 0x65, 0x72, 0x50,
0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0f, 0x75, 0x73, 0x65, 0x72, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65,
0x72, 0x12, 0x2c, 0x0a, 0x11, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x64, 0x64, 0x69,
0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, 0x61, 0x63,
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x12,
0x28, 0x0a, 0x0f, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x41,
0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x12, 0x2a, 0x0a, 0x10, 0x69, 0x6d, 0x61,
0x67, 0x65, 0x73, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x05, 0x20,
0x01, 0x28, 0x0d, 0x52, 0x10, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x41, 0x64, 0x64, 0x69, 0x74,
0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x12, 0x26, 0x0a, 0x0e, 0x64, 0x61, 0x74, 0x61, 0x41, 0x64, 0x64,
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x64,
0x61, 0x74, 0x61, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x12, 0x40, 0x0a,
0x1b, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x07, 0x20, 0x01,
0x28, 0x0d, 0x52, 0x1b, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x75, 0x72,
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x12,
0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74,
0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74,
0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41,
0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28,
0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x34, 0x0a, 0x15, 0x61, 0x73, 0x73,
0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x64, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x62,
0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x61, 0x73, 0x73, 0x6f, 0x63, 0x69,
0x61, 0x74, 0x65, 0x64, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12,
0x22, 0x0a, 0x0c, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18,
0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x4e,
0x61, 0x6d, 0x65, 0x12, 0x30, 0x0a, 0x13, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x50,
0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09,
0x52, 0x13, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4e,
0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xed, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x42, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a,
0x08, 0x75, 0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x08, 0x75, 0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61,
0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75,
0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18,
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d,
0x65, 0x12, 0x2a, 0x0a, 0x10, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65,
0x53, 0x74, 0x61, 0x72, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x10, 0x65, 0x78, 0x70,
0x69, 0x72, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x26, 0x0a,
0x0e, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x45, 0x6e, 0x64, 0x18,
0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0x54, 0x69,
0x6d, 0x65, 0x45, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20,
0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67,
0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67,
0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xf3, 0x04, 0x0a, 0x11, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65,
0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x75,
0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75,
0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x75, 0x73, 0x65, 0x72, 0x50,
0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0f, 0x75, 0x73, 0x65, 0x72, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65,
0x72, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28,
0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62,
0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x65, 0x78, 0x70,
0x69, 0x72, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b,
0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x61,
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01,
0x28, 0x05, 0x52, 0x0d, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65,
0x72, 0x12, 0x3a, 0x0a, 0x18, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x73,
0x75, 0x6d, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x07, 0x20,
0x01, 0x28, 0x05, 0x52, 0x18, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x73,
0x75, 0x6d, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x20, 0x0a,
0x0b, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01,
0x28, 0x05, 0x52, 0x0b, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12,
0x36, 0x0a, 0x16, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x70, 0x74,
0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52,
0x16, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x70, 0x74, 0x69, 0x6f,
0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65,
0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x69, 0x6d,
0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x36, 0x0a, 0x16, 0x69, 0x6d, 0x61,
0x67, 0x65, 0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d,
0x62, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x16, 0x69, 0x6d, 0x61, 0x67, 0x65,
0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65,
0x72, 0x12, 0x2e, 0x0a, 0x12, 0x64, 0x61, 0x74, 0x61, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69,
0x73, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x64,
0x61, 0x74, 0x61, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x4e, 0x75, 0x6d, 0x62, 0x65,
0x72, 0x12, 0x44, 0x0a, 0x1d, 0x64, 0x61, 0x74, 0x61, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69,
0x73, 0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62,
0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1d, 0x64, 0x61, 0x74, 0x61, 0x41, 0x6e,
0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x70, 0x74, 0x69, 0x6f,
0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x32, 0x0a, 0x14, 0x65, 0x78, 0x70, 0x61, 0x6e,
0x73, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x63, 0x6b, 0x73, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18,
0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x14, 0x65, 0x78, 0x70, 0x61, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
0x50, 0x61, 0x63, 0x6b, 0x73, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x5b, 0x0a, 0x14, 0x47,
0x65, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x52,
0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01,
0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x2d, 0x0a, 0x04, 0x64, 0x61, 0x74,
0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65,
0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x74,
0x65, 0x6d, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0xe3, 0x12, 0x0a, 0x06, 0x42, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x12, 0x3f, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x75, 0x6e,
2025-06-12 03:59:19 +00:00
0x64, 0x6c, 0x65, 0x12, 0x15, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75, 0x6e,
2025-06-13 08:48:38 +00:00
0x64, 0x6c, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x1a, 0x16, 0x2e, 0x62, 0x75, 0x6e,
2025-06-12 03:59:19 +00:00
0x64, 0x6c, 0x65, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
2025-06-13 08:48:38 +00:00
0x73, 0x65, 0x22, 0x00, 0x12, 0x3f, 0x0a, 0x0c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x12, 0x15, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x1a, 0x16, 0x2e, 0x62, 0x75,
2025-06-12 03:59:19 +00:00
0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f,
2025-06-13 08:48:38 +00:00
0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x42, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42,
0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x18, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x44,
0x65, 0x6c, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x16, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52,
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x3f, 0x0a, 0x09, 0x48, 0x61, 0x6e,
0x64, 0x53, 0x68, 0x65, 0x6c, 0x66, 0x12, 0x18, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e,
0x48, 0x61, 0x6e, 0x64, 0x53, 0x68, 0x65, 0x6c, 0x66, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
2025-06-12 02:20:32 +00:00
0x1a, 0x16, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
2025-06-13 08:48:38 +00:00
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x3b, 0x0a, 0x0a, 0x53, 0x61,
0x76, 0x65, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x15, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c,
0x65, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x1a,
0x14, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x52, 0x65, 0x73,
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x47, 0x0a, 0x0c, 0x42, 0x75, 0x6e, 0x64, 0x6c,
0x65, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x32, 0x12, 0x19, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65,
0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75, 0x6e, 0x64,
0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
0x12, 0x4f, 0x0a, 0x0e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
0x56, 0x32, 0x12, 0x1b, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75, 0x6e, 0x64,
0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x1e, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x44,
0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x56, 0x32, 0x22,
0x00, 0x12, 0x45, 0x0a, 0x0a, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12,
0x19, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c,
0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x62, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4b, 0x0a, 0x0c, 0x42, 0x75, 0x6e, 0x64,
0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x1b, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c,
0x65, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42,
0x75, 0x6e, 0x64, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x42, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f,
0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x13, 0x2e, 0x62, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x1a,
0x16, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52,
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x42, 0x0a, 0x11, 0x55, 0x70, 0x64,
0x61, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x13,
0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63,
0x6f, 0x72, 0x64, 0x1a, 0x16, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x43, 0x6f, 0x6d,
0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4b, 0x0a,
0x1a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f,
0x72, 0x64, 0x42, 0x79, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x12, 0x13, 0x2e, 0x62, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64,
0x1a, 0x16, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4f, 0x0a, 0x10, 0x4f, 0x72,
0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1b,
0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63,
0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x62, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64,
0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x5d, 0x0a, 0x12, 0x4f,
0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69,
0x6c, 0x12, 0x21, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72,
0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x4f, 0x72,
0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x63, 0x0a, 0x21, 0x55, 0x70,
0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x6e, 0x61, 0x6e, 0x63, 0x69, 0x61, 0x6c, 0x43, 0x6f, 0x6e,
0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12,
0x24, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x46, 0x69, 0x6e, 0x61, 0x6e, 0x63, 0x69,
0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x43,
0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12,
0x48, 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x64,
0x64, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x16, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65,
0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x64, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x1a,
0x16, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52,
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x51, 0x0a, 0x13, 0x50, 0x61, 0x63,
0x6b, 0x61, 0x67, 0x65, 0x50, 0x72, 0x69, 0x63, 0x65, 0x41, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65,
0x12, 0x13, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52,
0x65, 0x63, 0x6f, 0x72, 0x64, 0x1a, 0x23, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x50,
0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x50, 0x72, 0x69, 0x63, 0x65, 0x41, 0x6e, 0x64, 0x54, 0x69,
0x6d, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x55, 0x0a, 0x12,
0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x4c, 0x69, 0x73, 0x74,
0x56, 0x32, 0x12, 0x1d, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x4f, 0x72, 0x64, 0x65,
0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x56,
0x32, 0x1a, 0x1e, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72,
0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x56,
0x32, 0x22, 0x00, 0x12, 0x63, 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x6c,
0x75, 0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x23, 0x2e, 0x62, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65,
0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x1a, 0x24, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x5d, 0x0a, 0x12, 0x56, 0x61, 0x6c, 0x75,
0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x21,
0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64,
0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x1a, 0x22, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65,
0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73,
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x63, 0x0a, 0x14, 0x56, 0x61, 0x6c, 0x75, 0x65,
0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12,
0x23, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64,
0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61,
0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61,
0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4a, 0x0a, 0x13,
0x53, 0x61, 0x76, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x12, 0x1b, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c,
0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x61, 0x6e, 0x67,
0x1a, 0x14, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x60, 0x0a, 0x13, 0x56, 0x61, 0x6c, 0x75,
0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12,
0x22, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64,
0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c,
0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x66, 0x0a, 0x15, 0x56, 0x61,
0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74,
0x61, 0x69, 0x6c, 0x12, 0x24, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c,
0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61,
0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x75, 0x6e, 0x64,
0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69,
0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
0x22, 0x00, 0x12, 0x6b, 0x0a, 0x24, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65,
0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x61, 0x6e, 0x67, 0x42, 0x79, 0x55, 0x75, 0x69, 0x64, 0x41,
0x6e, 0x64, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x24, 0x2e, 0x62, 0x75, 0x6e,
2025-06-12 03:59:19 +00:00
0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x53, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
2025-06-13 08:48:38 +00:00
0x1a, 0x1b, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41,
0x64, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x61, 0x6e, 0x67, 0x22, 0x00, 0x12,
0x51, 0x0a, 0x0e, 0x43, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x65, 0x50, 0x72, 0x69, 0x63,
0x65, 0x12, 0x1d, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x43, 0x61, 0x6c, 0x63, 0x75,
0x6c, 0x61, 0x74, 0x65, 0x50, 0x72, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x1a, 0x1e, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x43, 0x61, 0x6c, 0x63, 0x75, 0x6c,
0x61, 0x74, 0x65, 0x50, 0x72, 0x69, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
0x22, 0x00, 0x12, 0x4b, 0x0a, 0x0c, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x45, 0x78, 0x74, 0x65,
0x6e, 0x64, 0x12, 0x1b, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75, 0x6e, 0x64,
0x6c, 0x65, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x1c, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x45,
0x78, 0x74, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12,
0x6c, 0x0a, 0x17, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x52,
0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x26, 0x2e, 0x62, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64,
0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x1a, 0x27, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x42, 0x75, 0x6e, 0x64,
0x6c, 0x65, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x4c,
0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4f, 0x0a,
0x10, 0x47, 0x65, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63,
0x65, 0x12, 0x1b, 0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x75,
0x6e, 0x64, 0x6c, 0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1c,
0x2e, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c,
0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x42, 0x0a,
0x5a, 0x08, 0x2e, 0x2f, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x33,
2025-02-20 08:38:16 +00:00
}
var (
file_pb_bundle_proto_rawDescOnce sync.Once
file_pb_bundle_proto_rawDescData = file_pb_bundle_proto_rawDesc
)
func file_pb_bundle_proto_rawDescGZIP() []byte {
file_pb_bundle_proto_rawDescOnce.Do(func() {
file_pb_bundle_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_bundle_proto_rawDescData)
})
return file_pb_bundle_proto_rawDescData
}
2025-06-13 08:48:38 +00:00
var file_pb_bundle_proto_msgTypes = make([]protoimpl.MessageInfo, 50)
2025-06-11 07:41:04 +00:00
var file_pb_bundle_proto_goTypes = []any{
2025-06-13 08:48:38 +00:00
(*OrderRecordsRequestV2)(nil), // 0: bundle.OrderRecordsRequestV2
(*OrderRecordsResponseV2)(nil), // 1: bundle.OrderRecordsResponseV2
(*OrderBundleRecordInfo)(nil), // 2: bundle.OrderBundleRecordInfo
(*OrderAddBundleRecordInfo)(nil), // 3: bundle.OrderAddBundleRecordInfo
(*PackagePriceAndTimeResponse)(nil), // 4: bundle.PackagePriceAndTimeResponse
(*CommonResponse)(nil), // 5: bundle.CommonResponse
(*BundleProfile)(nil), // 6: bundle.BundleProfile
(*BundleProfileLang)(nil), // 7: bundle.BundleProfileLang
(*SaveResponse)(nil), // 8: bundle.SaveResponse
(*SelectValueAddService)(nil), // 9: bundle.SelectValueAddService
(*DelBundleRequest)(nil), // 10: bundle.DelBundleRequest
(*BundleListRequest)(nil), // 11: bundle.BundleListRequest
(*BundleListResponse)(nil), // 12: bundle.BundleListResponse
(*BundleDetailRequest)(nil), // 13: bundle.BundleDetailRequest
(*HandShelfRequest)(nil), // 14: bundle.HandShelfRequest
(*BundleDetailResponse)(nil), // 15: bundle.BundleDetailResponse
(*BundleDetailResponseV2)(nil), // 16: bundle.BundleDetailResponseV2
(*OrderRecord)(nil), // 17: bundle.OrderRecord
(*OrderAddRecord)(nil), // 18: bundle.OrderAddRecord
(*AddPriceOptionsInfo)(nil), // 19: bundle.AddPriceOptionsInfo
(*PriceOptionsInfo)(nil), // 20: bundle.PriceOptionsInfo
(*OrderRecordsRequest)(nil), // 21: bundle.OrderRecordsRequest
(*OrderRecordsResponse)(nil), // 22: bundle.OrderRecordsResponse
(*OrderRecordsDetailRequest)(nil), // 23: bundle.OrderRecordsDetailRequest
(*OrderRecordsDetailResponse)(nil), // 24: bundle.OrderRecordsDetailResponse
(*ValueAddBundleProfile)(nil), // 25: bundle.ValueAddBundleProfile
(*CreateValueAddBundleRequest)(nil), // 26: bundle.CreateValueAddBundleRequest
(*CreateValueAddBundleResponse)(nil), // 27: bundle.CreateValueAddBundleResponse
(*ValueAddBundleListRequest)(nil), // 28: bundle.ValueAddBundleListRequest
(*ValueAddBundleListResponse)(nil), // 29: bundle.ValueAddBundleListResponse
(*ValueAddBundleDetailRequest)(nil), // 30: bundle.ValueAddBundleDetailRequest
(*ValueAddBundleDetailResponse)(nil), // 31: bundle.ValueAddBundleDetailResponse
(*FinancialConfirmationRequest)(nil), // 32: bundle.FinancialConfirmationRequest
(*ValueAddService)(nil), // 33: bundle.ValueAddService
(*ValueAddServiceLang)(nil), // 34: bundle.ValueAddServiceLang
(*ValueAddPriceOptions)(nil), // 35: bundle.ValueAddPriceOptions
(*ValueAddServiceListRequest)(nil), // 36: bundle.ValueAddServiceListRequest
(*ValueAddServiceListResponse)(nil), // 37: bundle.ValueAddServiceListResponse
(*ValueAddServiceDetailRequest)(nil), // 38: bundle.ValueAddServiceDetailRequest
(*ValueAddServiceDetailResponse)(nil), // 39: bundle.ValueAddServiceDetailResponse
(*CalculatePriceRequest)(nil), // 40: bundle.CalculatePriceRequest
(*CalculatePriceResponse)(nil), // 41: bundle.CalculatePriceResponse
(*BundleExtendRequest)(nil), // 42: bundle.BundleExtendRequest
(*BundleExtendResponse)(nil), // 43: bundle.BundleExtendResponse
(*BundleExtendRecordsListRequest)(nil), // 44: bundle.BundleExtendRecordsListRequest
(*BundleExtendRecordsListResponse)(nil), // 45: bundle.BundleExtendRecordsListResponse
(*BundleExtendRecordItem)(nil), // 46: bundle.BundleExtendRecordItem
(*GetBundleBalanceReq)(nil), // 47: bundle.GetBundleBalanceReq
(*BundleBalanceItem)(nil), // 48: bundle.BundleBalanceItem
(*GetBundleBalanceResp)(nil), // 49: bundle.GetBundleBalanceResp
2025-02-20 08:38:16 +00:00
}
var file_pb_bundle_proto_depIdxs = []int32{
2025-06-13 08:48:38 +00:00
2, // 0: bundle.OrderRecordsResponseV2.bundleInfo:type_name -> bundle.OrderBundleRecordInfo
3, // 1: bundle.OrderBundleRecordInfo.addBundleInfo:type_name -> bundle.OrderAddBundleRecordInfo
9, // 2: bundle.BundleProfile.selectValueAddService:type_name -> bundle.SelectValueAddService
7, // 3: bundle.BundleProfile.bundleProfileLang:type_name -> bundle.BundleProfileLang
6, // 4: bundle.BundleListResponse.bundles:type_name -> bundle.BundleProfile
6, // 5: bundle.BundleDetailResponse.bundle:type_name -> bundle.BundleProfile
6, // 6: bundle.BundleDetailResponseV2.bundle:type_name -> bundle.BundleProfile
20, // 7: bundle.OrderRecord.priceOptionsInfo:type_name -> bundle.PriceOptionsInfo
19, // 8: bundle.OrderAddRecord.addPriceOptionsList:type_name -> bundle.AddPriceOptionsInfo
17, // 9: bundle.OrderRecordsResponse.orderRecords:type_name -> bundle.OrderRecord
17, // 10: bundle.OrderRecordsDetailResponse.orderRecord:type_name -> bundle.OrderRecord
25, // 11: bundle.ValueAddBundleListResponse.data:type_name -> bundle.ValueAddBundleProfile
25, // 12: bundle.ValueAddBundleDetailResponse.data:type_name -> bundle.ValueAddBundleProfile
34, // 13: bundle.ValueAddService.serviceLang:type_name -> bundle.ValueAddServiceLang
35, // 14: bundle.ValueAddServiceLang.options:type_name -> bundle.ValueAddPriceOptions
33, // 15: bundle.ValueAddServiceListResponse.valueAddServiceList:type_name -> bundle.ValueAddService
33, // 16: bundle.ValueAddServiceDetailResponse.valueAddService:type_name -> bundle.ValueAddService
46, // 17: bundle.BundleExtendRecordsListResponse.data:type_name -> bundle.BundleExtendRecordItem
48, // 18: bundle.GetBundleBalanceResp.data:type_name -> bundle.BundleBalanceItem
6, // 19: bundle.Bundle.CreateBundle:input_type -> bundle.BundleProfile
6, // 20: bundle.Bundle.UpdateBundle:input_type -> bundle.BundleProfile
10, // 21: bundle.Bundle.DeleteBundle:input_type -> bundle.DelBundleRequest
14, // 22: bundle.Bundle.HandShelf:input_type -> bundle.HandShelfRequest
6, // 23: bundle.Bundle.SaveBundle:input_type -> bundle.BundleProfile
11, // 24: bundle.Bundle.BundleListV2:input_type -> bundle.BundleListRequest
13, // 25: bundle.Bundle.BundleDetailV2:input_type -> bundle.BundleDetailRequest
11, // 26: bundle.Bundle.BundleList:input_type -> bundle.BundleListRequest
13, // 27: bundle.Bundle.BundleDetail:input_type -> bundle.BundleDetailRequest
17, // 28: bundle.Bundle.CreateOrderRecord:input_type -> bundle.OrderRecord
17, // 29: bundle.Bundle.UpdateOrderRecord:input_type -> bundle.OrderRecord
17, // 30: bundle.Bundle.UpdateOrderRecordByOrderNo:input_type -> bundle.OrderRecord
21, // 31: bundle.Bundle.OrderRecordsList:input_type -> bundle.OrderRecordsRequest
23, // 32: bundle.Bundle.OrderRecordsDetail:input_type -> bundle.OrderRecordsDetailRequest
32, // 33: bundle.Bundle.UpdateFinancialConfirmationStatus:input_type -> bundle.FinancialConfirmationRequest
18, // 34: bundle.Bundle.CreateOrderAddRecord:input_type -> bundle.OrderAddRecord
17, // 35: bundle.Bundle.PackagePriceAndTime:input_type -> bundle.OrderRecord
0, // 36: bundle.Bundle.OrderRecordsListV2:input_type -> bundle.OrderRecordsRequestV2
26, // 37: bundle.Bundle.CreateValueAddBundle:input_type -> bundle.CreateValueAddBundleRequest
28, // 38: bundle.Bundle.ValueAddBundleList:input_type -> bundle.ValueAddBundleListRequest
30, // 39: bundle.Bundle.ValueAddBundleDetail:input_type -> bundle.ValueAddBundleDetailRequest
34, // 40: bundle.Bundle.SaveValueAddService:input_type -> bundle.ValueAddServiceLang
36, // 41: bundle.Bundle.ValueAddServiceList:input_type -> bundle.ValueAddServiceListRequest
38, // 42: bundle.Bundle.ValueAddServiceDetail:input_type -> bundle.ValueAddServiceDetailRequest
38, // 43: bundle.Bundle.ValueAddServiceLangByUuidAndLanguage:input_type -> bundle.ValueAddServiceDetailRequest
40, // 44: bundle.Bundle.CalculatePrice:input_type -> bundle.CalculatePriceRequest
42, // 45: bundle.Bundle.BundleExtend:input_type -> bundle.BundleExtendRequest
44, // 46: bundle.Bundle.BundleExtendRecordsList:input_type -> bundle.BundleExtendRecordsListRequest
47, // 47: bundle.Bundle.GetBundleBalance:input_type -> bundle.GetBundleBalanceReq
5, // 48: bundle.Bundle.CreateBundle:output_type -> bundle.CommonResponse
5, // 49: bundle.Bundle.UpdateBundle:output_type -> bundle.CommonResponse
5, // 50: bundle.Bundle.DeleteBundle:output_type -> bundle.CommonResponse
5, // 51: bundle.Bundle.HandShelf:output_type -> bundle.CommonResponse
8, // 52: bundle.Bundle.SaveBundle:output_type -> bundle.SaveResponse
12, // 53: bundle.Bundle.BundleListV2:output_type -> bundle.BundleListResponse
16, // 54: bundle.Bundle.BundleDetailV2:output_type -> bundle.BundleDetailResponseV2
12, // 55: bundle.Bundle.BundleList:output_type -> bundle.BundleListResponse
15, // 56: bundle.Bundle.BundleDetail:output_type -> bundle.BundleDetailResponse
5, // 57: bundle.Bundle.CreateOrderRecord:output_type -> bundle.CommonResponse
5, // 58: bundle.Bundle.UpdateOrderRecord:output_type -> bundle.CommonResponse
5, // 59: bundle.Bundle.UpdateOrderRecordByOrderNo:output_type -> bundle.CommonResponse
22, // 60: bundle.Bundle.OrderRecordsList:output_type -> bundle.OrderRecordsResponse
24, // 61: bundle.Bundle.OrderRecordsDetail:output_type -> bundle.OrderRecordsDetailResponse
5, // 62: bundle.Bundle.UpdateFinancialConfirmationStatus:output_type -> bundle.CommonResponse
5, // 63: bundle.Bundle.CreateOrderAddRecord:output_type -> bundle.CommonResponse
4, // 64: bundle.Bundle.PackagePriceAndTime:output_type -> bundle.PackagePriceAndTimeResponse
1, // 65: bundle.Bundle.OrderRecordsListV2:output_type -> bundle.OrderRecordsResponseV2
27, // 66: bundle.Bundle.CreateValueAddBundle:output_type -> bundle.CreateValueAddBundleResponse
29, // 67: bundle.Bundle.ValueAddBundleList:output_type -> bundle.ValueAddBundleListResponse
31, // 68: bundle.Bundle.ValueAddBundleDetail:output_type -> bundle.ValueAddBundleDetailResponse
8, // 69: bundle.Bundle.SaveValueAddService:output_type -> bundle.SaveResponse
37, // 70: bundle.Bundle.ValueAddServiceList:output_type -> bundle.ValueAddServiceListResponse
39, // 71: bundle.Bundle.ValueAddServiceDetail:output_type -> bundle.ValueAddServiceDetailResponse
34, // 72: bundle.Bundle.ValueAddServiceLangByUuidAndLanguage:output_type -> bundle.ValueAddServiceLang
41, // 73: bundle.Bundle.CalculatePrice:output_type -> bundle.CalculatePriceResponse
43, // 74: bundle.Bundle.BundleExtend:output_type -> bundle.BundleExtendResponse
45, // 75: bundle.Bundle.BundleExtendRecordsList:output_type -> bundle.BundleExtendRecordsListResponse
49, // 76: bundle.Bundle.GetBundleBalance:output_type -> bundle.GetBundleBalanceResp
48, // [48:77] is the sub-list for method output_type
19, // [19:48] is the sub-list for method input_type
19, // [19:19] is the sub-list for extension type_name
19, // [19:19] is the sub-list for extension extendee
0, // [0:19] is the sub-list for field type_name
2025-02-20 08:38:16 +00:00
}
func init() { file_pb_bundle_proto_init() }
func file_pb_bundle_proto_init() {
if File_pb_bundle_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_pb_bundle_proto_rawDesc,
NumEnums: 0,
2025-06-13 08:48:38 +00:00
NumMessages: 50,
2025-02-20 08:38:16 +00:00
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_pb_bundle_proto_goTypes,
DependencyIndexes: file_pb_bundle_proto_depIdxs,
MessageInfos: file_pb_bundle_proto_msgTypes,
}.Build()
File_pb_bundle_proto = out.File
file_pb_bundle_proto_rawDesc = nil
file_pb_bundle_proto_goTypes = nil
file_pb_bundle_proto_depIdxs = nil
}