712 lines
		
	
	
		
			25 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			712 lines
		
	
	
		
			25 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
/// This file has messages for describing environments
 | 
						|
 | 
						|
// Code generated by protoc-gen-go. DO NOT EDIT.
 | 
						|
// versions:
 | 
						|
// 	protoc-gen-go v1.26.0
 | 
						|
// 	protoc        v4.24.4
 | 
						|
// source: accounts/accounts_v1.proto
 | 
						|
 | 
						|
package accounts
 | 
						|
 | 
						|
import (
 | 
						|
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 | 
						|
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 | 
						|
	emptypb "google.golang.org/protobuf/types/known/emptypb"
 | 
						|
	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)
 | 
						|
)
 | 
						|
 | 
						|
type EmailVerified struct {
 | 
						|
	state         protoimpl.MessageState
 | 
						|
	sizeCache     protoimpl.SizeCache
 | 
						|
	unknownFields protoimpl.UnknownFields
 | 
						|
 | 
						|
	Verified bool `protobuf:"varint,1,opt,name=verified,proto3" json:"verified,omitempty"`
 | 
						|
}
 | 
						|
 | 
						|
func (x *EmailVerified) Reset() {
 | 
						|
	*x = EmailVerified{}
 | 
						|
	if protoimpl.UnsafeEnabled {
 | 
						|
		mi := &file_accounts_accounts_v1_proto_msgTypes[0]
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		ms.StoreMessageInfo(mi)
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
func (x *EmailVerified) String() string {
 | 
						|
	return protoimpl.X.MessageStringOf(x)
 | 
						|
}
 | 
						|
 | 
						|
func (*EmailVerified) ProtoMessage() {}
 | 
						|
 | 
						|
func (x *EmailVerified) ProtoReflect() protoreflect.Message {
 | 
						|
	mi := &file_accounts_accounts_v1_proto_msgTypes[0]
 | 
						|
	if protoimpl.UnsafeEnabled && x != nil {
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		if ms.LoadMessageInfo() == nil {
 | 
						|
			ms.StoreMessageInfo(mi)
 | 
						|
		}
 | 
						|
		return ms
 | 
						|
	}
 | 
						|
	return mi.MessageOf(x)
 | 
						|
}
 | 
						|
 | 
						|
// Deprecated: Use EmailVerified.ProtoReflect.Descriptor instead.
 | 
						|
func (*EmailVerified) Descriptor() ([]byte, []int) {
 | 
						|
	return file_accounts_accounts_v1_proto_rawDescGZIP(), []int{0}
 | 
						|
}
 | 
						|
 | 
						|
func (x *EmailVerified) GetVerified() bool {
 | 
						|
	if x != nil {
 | 
						|
		return x.Verified
 | 
						|
	}
 | 
						|
	return false
 | 
						|
}
 | 
						|
 | 
						|
// *
 | 
						|
// Represents a environment UUID only
 | 
						|
type AccountId struct {
 | 
						|
	state         protoimpl.MessageState
 | 
						|
	sizeCache     protoimpl.SizeCache
 | 
						|
	unknownFields protoimpl.UnknownFields
 | 
						|
 | 
						|
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Contour ID: UUID
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountId) Reset() {
 | 
						|
	*x = AccountId{}
 | 
						|
	if protoimpl.UnsafeEnabled {
 | 
						|
		mi := &file_accounts_accounts_v1_proto_msgTypes[1]
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		ms.StoreMessageInfo(mi)
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountId) String() string {
 | 
						|
	return protoimpl.X.MessageStringOf(x)
 | 
						|
}
 | 
						|
 | 
						|
func (*AccountId) ProtoMessage() {}
 | 
						|
 | 
						|
func (x *AccountId) ProtoReflect() protoreflect.Message {
 | 
						|
	mi := &file_accounts_accounts_v1_proto_msgTypes[1]
 | 
						|
	if protoimpl.UnsafeEnabled && x != nil {
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		if ms.LoadMessageInfo() == nil {
 | 
						|
			ms.StoreMessageInfo(mi)
 | 
						|
		}
 | 
						|
		return ms
 | 
						|
	}
 | 
						|
	return mi.MessageOf(x)
 | 
						|
}
 | 
						|
 | 
						|
// Deprecated: Use AccountId.ProtoReflect.Descriptor instead.
 | 
						|
func (*AccountId) Descriptor() ([]byte, []int) {
 | 
						|
	return file_accounts_accounts_v1_proto_rawDescGZIP(), []int{1}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountId) GetId() string {
 | 
						|
	if x != nil {
 | 
						|
		return x.Id
 | 
						|
	}
 | 
						|
	return ""
 | 
						|
}
 | 
						|
 | 
						|
type AccountPassword struct {
 | 
						|
	state         protoimpl.MessageState
 | 
						|
	sizeCache     protoimpl.SizeCache
 | 
						|
	unknownFields protoimpl.UnknownFields
 | 
						|
 | 
						|
	Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"`
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountPassword) Reset() {
 | 
						|
	*x = AccountPassword{}
 | 
						|
	if protoimpl.UnsafeEnabled {
 | 
						|
		mi := &file_accounts_accounts_v1_proto_msgTypes[2]
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		ms.StoreMessageInfo(mi)
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountPassword) String() string {
 | 
						|
	return protoimpl.X.MessageStringOf(x)
 | 
						|
}
 | 
						|
 | 
						|
func (*AccountPassword) ProtoMessage() {}
 | 
						|
 | 
						|
func (x *AccountPassword) ProtoReflect() protoreflect.Message {
 | 
						|
	mi := &file_accounts_accounts_v1_proto_msgTypes[2]
 | 
						|
	if protoimpl.UnsafeEnabled && x != nil {
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		if ms.LoadMessageInfo() == nil {
 | 
						|
			ms.StoreMessageInfo(mi)
 | 
						|
		}
 | 
						|
		return ms
 | 
						|
	}
 | 
						|
	return mi.MessageOf(x)
 | 
						|
}
 | 
						|
 | 
						|
// Deprecated: Use AccountPassword.ProtoReflect.Descriptor instead.
 | 
						|
func (*AccountPassword) Descriptor() ([]byte, []int) {
 | 
						|
	return file_accounts_accounts_v1_proto_rawDescGZIP(), []int{2}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountPassword) GetPassword() string {
 | 
						|
	if x != nil {
 | 
						|
		return x.Password
 | 
						|
	}
 | 
						|
	return ""
 | 
						|
}
 | 
						|
 | 
						|
type AccountData struct {
 | 
						|
	state         protoimpl.MessageState
 | 
						|
	sizeCache     protoimpl.SizeCache
 | 
						|
	unknownFields protoimpl.UnknownFields
 | 
						|
 | 
						|
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`   // Account name
 | 
						|
	Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` // Account email
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountData) Reset() {
 | 
						|
	*x = AccountData{}
 | 
						|
	if protoimpl.UnsafeEnabled {
 | 
						|
		mi := &file_accounts_accounts_v1_proto_msgTypes[3]
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		ms.StoreMessageInfo(mi)
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountData) String() string {
 | 
						|
	return protoimpl.X.MessageStringOf(x)
 | 
						|
}
 | 
						|
 | 
						|
func (*AccountData) ProtoMessage() {}
 | 
						|
 | 
						|
func (x *AccountData) ProtoReflect() protoreflect.Message {
 | 
						|
	mi := &file_accounts_accounts_v1_proto_msgTypes[3]
 | 
						|
	if protoimpl.UnsafeEnabled && x != nil {
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		if ms.LoadMessageInfo() == nil {
 | 
						|
			ms.StoreMessageInfo(mi)
 | 
						|
		}
 | 
						|
		return ms
 | 
						|
	}
 | 
						|
	return mi.MessageOf(x)
 | 
						|
}
 | 
						|
 | 
						|
// Deprecated: Use AccountData.ProtoReflect.Descriptor instead.
 | 
						|
func (*AccountData) Descriptor() ([]byte, []int) {
 | 
						|
	return file_accounts_accounts_v1_proto_rawDescGZIP(), []int{3}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountData) GetName() string {
 | 
						|
	if x != nil {
 | 
						|
		return x.Name
 | 
						|
	}
 | 
						|
	return ""
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountData) GetEmail() string {
 | 
						|
	if x != nil {
 | 
						|
		return x.Email
 | 
						|
	}
 | 
						|
	return ""
 | 
						|
}
 | 
						|
 | 
						|
type AccountWithPassword struct {
 | 
						|
	state         protoimpl.MessageState
 | 
						|
	sizeCache     protoimpl.SizeCache
 | 
						|
	unknownFields protoimpl.UnknownFields
 | 
						|
 | 
						|
	Data     *AccountData     `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
 | 
						|
	Password *AccountPassword `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountWithPassword) Reset() {
 | 
						|
	*x = AccountWithPassword{}
 | 
						|
	if protoimpl.UnsafeEnabled {
 | 
						|
		mi := &file_accounts_accounts_v1_proto_msgTypes[4]
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		ms.StoreMessageInfo(mi)
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountWithPassword) String() string {
 | 
						|
	return protoimpl.X.MessageStringOf(x)
 | 
						|
}
 | 
						|
 | 
						|
func (*AccountWithPassword) ProtoMessage() {}
 | 
						|
 | 
						|
func (x *AccountWithPassword) ProtoReflect() protoreflect.Message {
 | 
						|
	mi := &file_accounts_accounts_v1_proto_msgTypes[4]
 | 
						|
	if protoimpl.UnsafeEnabled && x != nil {
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		if ms.LoadMessageInfo() == nil {
 | 
						|
			ms.StoreMessageInfo(mi)
 | 
						|
		}
 | 
						|
		return ms
 | 
						|
	}
 | 
						|
	return mi.MessageOf(x)
 | 
						|
}
 | 
						|
 | 
						|
// Deprecated: Use AccountWithPassword.ProtoReflect.Descriptor instead.
 | 
						|
func (*AccountWithPassword) Descriptor() ([]byte, []int) {
 | 
						|
	return file_accounts_accounts_v1_proto_rawDescGZIP(), []int{4}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountWithPassword) GetData() *AccountData {
 | 
						|
	if x != nil {
 | 
						|
		return x.Data
 | 
						|
	}
 | 
						|
	return nil
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountWithPassword) GetPassword() *AccountPassword {
 | 
						|
	if x != nil {
 | 
						|
		return x.Password
 | 
						|
	}
 | 
						|
	return nil
 | 
						|
}
 | 
						|
 | 
						|
type AccountWithPasswordAndCode struct {
 | 
						|
	state         protoimpl.MessageState
 | 
						|
	sizeCache     protoimpl.SizeCache
 | 
						|
	unknownFields protoimpl.UnknownFields
 | 
						|
 | 
						|
	Data     *AccountData     `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
 | 
						|
	Password *AccountPassword `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
 | 
						|
	Code     string           `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountWithPasswordAndCode) Reset() {
 | 
						|
	*x = AccountWithPasswordAndCode{}
 | 
						|
	if protoimpl.UnsafeEnabled {
 | 
						|
		mi := &file_accounts_accounts_v1_proto_msgTypes[5]
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		ms.StoreMessageInfo(mi)
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountWithPasswordAndCode) String() string {
 | 
						|
	return protoimpl.X.MessageStringOf(x)
 | 
						|
}
 | 
						|
 | 
						|
func (*AccountWithPasswordAndCode) ProtoMessage() {}
 | 
						|
 | 
						|
func (x *AccountWithPasswordAndCode) ProtoReflect() protoreflect.Message {
 | 
						|
	mi := &file_accounts_accounts_v1_proto_msgTypes[5]
 | 
						|
	if protoimpl.UnsafeEnabled && x != nil {
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		if ms.LoadMessageInfo() == nil {
 | 
						|
			ms.StoreMessageInfo(mi)
 | 
						|
		}
 | 
						|
		return ms
 | 
						|
	}
 | 
						|
	return mi.MessageOf(x)
 | 
						|
}
 | 
						|
 | 
						|
// Deprecated: Use AccountWithPasswordAndCode.ProtoReflect.Descriptor instead.
 | 
						|
func (*AccountWithPasswordAndCode) Descriptor() ([]byte, []int) {
 | 
						|
	return file_accounts_accounts_v1_proto_rawDescGZIP(), []int{5}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountWithPasswordAndCode) GetData() *AccountData {
 | 
						|
	if x != nil {
 | 
						|
		return x.Data
 | 
						|
	}
 | 
						|
	return nil
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountWithPasswordAndCode) GetPassword() *AccountPassword {
 | 
						|
	if x != nil {
 | 
						|
		return x.Password
 | 
						|
	}
 | 
						|
	return nil
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountWithPasswordAndCode) GetCode() string {
 | 
						|
	if x != nil {
 | 
						|
		return x.Code
 | 
						|
	}
 | 
						|
	return ""
 | 
						|
}
 | 
						|
 | 
						|
type AccountFull struct {
 | 
						|
	state         protoimpl.MessageState
 | 
						|
	sizeCache     protoimpl.SizeCache
 | 
						|
	unknownFields protoimpl.UnknownFields
 | 
						|
 | 
						|
	Id   *AccountId   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
 | 
						|
	Data *AccountData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountFull) Reset() {
 | 
						|
	*x = AccountFull{}
 | 
						|
	if protoimpl.UnsafeEnabled {
 | 
						|
		mi := &file_accounts_accounts_v1_proto_msgTypes[6]
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		ms.StoreMessageInfo(mi)
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountFull) String() string {
 | 
						|
	return protoimpl.X.MessageStringOf(x)
 | 
						|
}
 | 
						|
 | 
						|
func (*AccountFull) ProtoMessage() {}
 | 
						|
 | 
						|
func (x *AccountFull) ProtoReflect() protoreflect.Message {
 | 
						|
	mi := &file_accounts_accounts_v1_proto_msgTypes[6]
 | 
						|
	if protoimpl.UnsafeEnabled && x != nil {
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		if ms.LoadMessageInfo() == nil {
 | 
						|
			ms.StoreMessageInfo(mi)
 | 
						|
		}
 | 
						|
		return ms
 | 
						|
	}
 | 
						|
	return mi.MessageOf(x)
 | 
						|
}
 | 
						|
 | 
						|
// Deprecated: Use AccountFull.ProtoReflect.Descriptor instead.
 | 
						|
func (*AccountFull) Descriptor() ([]byte, []int) {
 | 
						|
	return file_accounts_accounts_v1_proto_rawDescGZIP(), []int{6}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountFull) GetId() *AccountId {
 | 
						|
	if x != nil {
 | 
						|
		return x.Id
 | 
						|
	}
 | 
						|
	return nil
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountFull) GetData() *AccountData {
 | 
						|
	if x != nil {
 | 
						|
		return x.Data
 | 
						|
	}
 | 
						|
	return nil
 | 
						|
}
 | 
						|
 | 
						|
type AccountFullWithToken struct {
 | 
						|
	state         protoimpl.MessageState
 | 
						|
	sizeCache     protoimpl.SizeCache
 | 
						|
	unknownFields protoimpl.UnknownFields
 | 
						|
 | 
						|
	Id    *AccountId   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
 | 
						|
	Data  *AccountData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
 | 
						|
	Token string       `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountFullWithToken) Reset() {
 | 
						|
	*x = AccountFullWithToken{}
 | 
						|
	if protoimpl.UnsafeEnabled {
 | 
						|
		mi := &file_accounts_accounts_v1_proto_msgTypes[7]
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		ms.StoreMessageInfo(mi)
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountFullWithToken) String() string {
 | 
						|
	return protoimpl.X.MessageStringOf(x)
 | 
						|
}
 | 
						|
 | 
						|
func (*AccountFullWithToken) ProtoMessage() {}
 | 
						|
 | 
						|
func (x *AccountFullWithToken) ProtoReflect() protoreflect.Message {
 | 
						|
	mi := &file_accounts_accounts_v1_proto_msgTypes[7]
 | 
						|
	if protoimpl.UnsafeEnabled && x != nil {
 | 
						|
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
						|
		if ms.LoadMessageInfo() == nil {
 | 
						|
			ms.StoreMessageInfo(mi)
 | 
						|
		}
 | 
						|
		return ms
 | 
						|
	}
 | 
						|
	return mi.MessageOf(x)
 | 
						|
}
 | 
						|
 | 
						|
// Deprecated: Use AccountFullWithToken.ProtoReflect.Descriptor instead.
 | 
						|
func (*AccountFullWithToken) Descriptor() ([]byte, []int) {
 | 
						|
	return file_accounts_accounts_v1_proto_rawDescGZIP(), []int{7}
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountFullWithToken) GetId() *AccountId {
 | 
						|
	if x != nil {
 | 
						|
		return x.Id
 | 
						|
	}
 | 
						|
	return nil
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountFullWithToken) GetData() *AccountData {
 | 
						|
	if x != nil {
 | 
						|
		return x.Data
 | 
						|
	}
 | 
						|
	return nil
 | 
						|
}
 | 
						|
 | 
						|
func (x *AccountFullWithToken) GetToken() string {
 | 
						|
	if x != nil {
 | 
						|
		return x.Token
 | 
						|
	}
 | 
						|
	return ""
 | 
						|
}
 | 
						|
 | 
						|
var File_accounts_accounts_v1_proto protoreflect.FileDescriptor
 | 
						|
 | 
						|
var file_accounts_accounts_v1_proto_rawDesc = []byte{
 | 
						|
	0x0a, 0x1a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75,
 | 
						|
	0x6e, 0x74, 0x73, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x61, 0x63,
 | 
						|
	0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
 | 
						|
	0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72,
 | 
						|
	0x6f, 0x74, 0x6f, 0x22, 0x2b, 0x0a, 0x0d, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x56, 0x65, 0x72, 0x69,
 | 
						|
	0x66, 0x69, 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64,
 | 
						|
	0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64,
 | 
						|
	0x22, 0x1b, 0x0a, 0x09, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x0e, 0x0a,
 | 
						|
	0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x2d, 0x0a,
 | 
						|
	0x0f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64,
 | 
						|
	0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x01, 0x20, 0x01,
 | 
						|
	0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x37, 0x0a, 0x0b,
 | 
						|
	0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x44, 0x61, 0x74, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x6e,
 | 
						|
	0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
 | 
						|
	0x14, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
 | 
						|
	0x65, 0x6d, 0x61, 0x69, 0x6c, 0x22, 0x77, 0x0a, 0x13, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
 | 
						|
	0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x29, 0x0a, 0x04,
 | 
						|
	0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x61, 0x63, 0x63,
 | 
						|
	0x6f, 0x75, 0x6e, 0x74, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x44, 0x61, 0x74,
 | 
						|
	0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x35, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77,
 | 
						|
	0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x61, 0x63, 0x63, 0x6f,
 | 
						|
	0x75, 0x6e, 0x74, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x61, 0x73, 0x73,
 | 
						|
	0x77, 0x6f, 0x72, 0x64, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x92,
 | 
						|
	0x01, 0x0a, 0x1a, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61,
 | 
						|
	0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x41, 0x6e, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x29, 0x0a,
 | 
						|
	0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x61, 0x63,
 | 
						|
	0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x44, 0x61,
 | 
						|
	0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x35, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73,
 | 
						|
	0x77, 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x61, 0x63, 0x63,
 | 
						|
	0x6f, 0x75, 0x6e, 0x74, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x61, 0x73,
 | 
						|
	0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12,
 | 
						|
	0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63,
 | 
						|
	0x6f, 0x64, 0x65, 0x22, 0x5d, 0x0a, 0x0b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x46, 0x75,
 | 
						|
	0x6c, 0x6c, 0x12, 0x23, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13,
 | 
						|
	0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
 | 
						|
	0x74, 0x49, 0x64, 0x52, 0x02, 0x69, 0x64, 0x12, 0x29, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
 | 
						|
	0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73,
 | 
						|
	0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61,
 | 
						|
	0x74, 0x61, 0x22, 0x7c, 0x0a, 0x14, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x46, 0x75, 0x6c,
 | 
						|
	0x6c, 0x57, 0x69, 0x74, 0x68, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x23, 0x0a, 0x02, 0x69, 0x64,
 | 
						|
	0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
 | 
						|
	0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x02, 0x69, 0x64, 0x12,
 | 
						|
	0x29, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e,
 | 
						|
	0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
 | 
						|
	0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f,
 | 
						|
	0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
 | 
						|
	0x32, 0xf6, 0x02, 0x0a, 0x08, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x49, 0x0a,
 | 
						|
	0x06, 0x53, 0x69, 0x67, 0x6e, 0x55, 0x70, 0x12, 0x1d, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
 | 
						|
	0x74, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61,
 | 
						|
	0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x1a, 0x1e, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
 | 
						|
	0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x46, 0x75, 0x6c, 0x6c, 0x57, 0x69, 0x74,
 | 
						|
	0x68, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x00, 0x12, 0x49, 0x0a, 0x06, 0x53, 0x69, 0x67, 0x6e,
 | 
						|
	0x49, 0x6e, 0x12, 0x1d, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x2e, 0x41, 0x63,
 | 
						|
	0x63, 0x6f, 0x75, 0x6e, 0x74, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72,
 | 
						|
	0x64, 0x1a, 0x1e, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x2e, 0x41, 0x63, 0x63,
 | 
						|
	0x6f, 0x75, 0x6e, 0x74, 0x46, 0x75, 0x6c, 0x6c, 0x57, 0x69, 0x74, 0x68, 0x54, 0x6f, 0x6b, 0x65,
 | 
						|
	0x6e, 0x22, 0x00, 0x12, 0x40, 0x0a, 0x0d, 0x52, 0x65, 0x73, 0x65, 0x74, 0x50, 0x61, 0x73, 0x73,
 | 
						|
	0x77, 0x6f, 0x72, 0x64, 0x12, 0x15, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x2e,
 | 
						|
	0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x44, 0x61, 0x74, 0x61, 0x1a, 0x16, 0x2e, 0x67, 0x6f,
 | 
						|
	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d,
 | 
						|
	0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x4d, 0x0a, 0x0b, 0x4e, 0x65, 0x77, 0x50, 0x61, 0x73, 0x73,
 | 
						|
	0x77, 0x6f, 0x72, 0x64, 0x12, 0x24, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x2e,
 | 
						|
	0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x73, 0x73, 0x77,
 | 
						|
	0x6f, 0x72, 0x64, 0x41, 0x6e, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
 | 
						|
	0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
 | 
						|
	0x74, 0x79, 0x22, 0x00, 0x12, 0x43, 0x0a, 0x0f, 0x49, 0x73, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x56,
 | 
						|
	0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x12, 0x15, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
 | 
						|
	0x74, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x44, 0x61, 0x74, 0x61, 0x1a, 0x17,
 | 
						|
	0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x2e, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x56,
 | 
						|
	0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x22, 0x00, 0x42, 0x44, 0x5a, 0x42, 0x67, 0x69, 0x74,
 | 
						|
	0x2e, 0x62, 0x61, 0x64, 0x68, 0x6f, 0x75, 0x73, 0x65, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x73, 0x2e,
 | 
						|
	0x6e, 0x65, 0x74, 0x2f, 0x73, 0x6f, 0x66, 0x74, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x2f, 0x73,
 | 
						|
	0x6f, 0x66, 0x74, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x2d, 0x67, 0x6f, 0x2d, 0x70, 0x72, 0x6f,
 | 
						|
	0x74, 0x6f, 0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x62,
 | 
						|
	0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 | 
						|
}
 | 
						|
 | 
						|
var (
 | 
						|
	file_accounts_accounts_v1_proto_rawDescOnce sync.Once
 | 
						|
	file_accounts_accounts_v1_proto_rawDescData = file_accounts_accounts_v1_proto_rawDesc
 | 
						|
)
 | 
						|
 | 
						|
func file_accounts_accounts_v1_proto_rawDescGZIP() []byte {
 | 
						|
	file_accounts_accounts_v1_proto_rawDescOnce.Do(func() {
 | 
						|
		file_accounts_accounts_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_accounts_accounts_v1_proto_rawDescData)
 | 
						|
	})
 | 
						|
	return file_accounts_accounts_v1_proto_rawDescData
 | 
						|
}
 | 
						|
 | 
						|
var file_accounts_accounts_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
 | 
						|
var file_accounts_accounts_v1_proto_goTypes = []interface{}{
 | 
						|
	(*EmailVerified)(nil),              // 0: accounts.EmailVerified
 | 
						|
	(*AccountId)(nil),                  // 1: accounts.AccountId
 | 
						|
	(*AccountPassword)(nil),            // 2: accounts.AccountPassword
 | 
						|
	(*AccountData)(nil),                // 3: accounts.AccountData
 | 
						|
	(*AccountWithPassword)(nil),        // 4: accounts.AccountWithPassword
 | 
						|
	(*AccountWithPasswordAndCode)(nil), // 5: accounts.AccountWithPasswordAndCode
 | 
						|
	(*AccountFull)(nil),                // 6: accounts.AccountFull
 | 
						|
	(*AccountFullWithToken)(nil),       // 7: accounts.AccountFullWithToken
 | 
						|
	(*emptypb.Empty)(nil),              // 8: google.protobuf.Empty
 | 
						|
}
 | 
						|
var file_accounts_accounts_v1_proto_depIdxs = []int32{
 | 
						|
	3,  // 0: accounts.AccountWithPassword.data:type_name -> accounts.AccountData
 | 
						|
	2,  // 1: accounts.AccountWithPassword.password:type_name -> accounts.AccountPassword
 | 
						|
	3,  // 2: accounts.AccountWithPasswordAndCode.data:type_name -> accounts.AccountData
 | 
						|
	2,  // 3: accounts.AccountWithPasswordAndCode.password:type_name -> accounts.AccountPassword
 | 
						|
	1,  // 4: accounts.AccountFull.id:type_name -> accounts.AccountId
 | 
						|
	3,  // 5: accounts.AccountFull.data:type_name -> accounts.AccountData
 | 
						|
	1,  // 6: accounts.AccountFullWithToken.id:type_name -> accounts.AccountId
 | 
						|
	3,  // 7: accounts.AccountFullWithToken.data:type_name -> accounts.AccountData
 | 
						|
	4,  // 8: accounts.Accounts.SignUp:input_type -> accounts.AccountWithPassword
 | 
						|
	4,  // 9: accounts.Accounts.SignIn:input_type -> accounts.AccountWithPassword
 | 
						|
	3,  // 10: accounts.Accounts.ResetPassword:input_type -> accounts.AccountData
 | 
						|
	5,  // 11: accounts.Accounts.NewPassword:input_type -> accounts.AccountWithPasswordAndCode
 | 
						|
	3,  // 12: accounts.Accounts.IsEmailVerified:input_type -> accounts.AccountData
 | 
						|
	7,  // 13: accounts.Accounts.SignUp:output_type -> accounts.AccountFullWithToken
 | 
						|
	7,  // 14: accounts.Accounts.SignIn:output_type -> accounts.AccountFullWithToken
 | 
						|
	8,  // 15: accounts.Accounts.ResetPassword:output_type -> google.protobuf.Empty
 | 
						|
	8,  // 16: accounts.Accounts.NewPassword:output_type -> google.protobuf.Empty
 | 
						|
	0,  // 17: accounts.Accounts.IsEmailVerified:output_type -> accounts.EmailVerified
 | 
						|
	13, // [13:18] is the sub-list for method output_type
 | 
						|
	8,  // [8:13] is the sub-list for method input_type
 | 
						|
	8,  // [8:8] is the sub-list for extension type_name
 | 
						|
	8,  // [8:8] is the sub-list for extension extendee
 | 
						|
	0,  // [0:8] is the sub-list for field type_name
 | 
						|
}
 | 
						|
 | 
						|
func init() { file_accounts_accounts_v1_proto_init() }
 | 
						|
func file_accounts_accounts_v1_proto_init() {
 | 
						|
	if File_accounts_accounts_v1_proto != nil {
 | 
						|
		return
 | 
						|
	}
 | 
						|
	if !protoimpl.UnsafeEnabled {
 | 
						|
		file_accounts_accounts_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
 | 
						|
			switch v := v.(*EmailVerified); i {
 | 
						|
			case 0:
 | 
						|
				return &v.state
 | 
						|
			case 1:
 | 
						|
				return &v.sizeCache
 | 
						|
			case 2:
 | 
						|
				return &v.unknownFields
 | 
						|
			default:
 | 
						|
				return nil
 | 
						|
			}
 | 
						|
		}
 | 
						|
		file_accounts_accounts_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
 | 
						|
			switch v := v.(*AccountId); i {
 | 
						|
			case 0:
 | 
						|
				return &v.state
 | 
						|
			case 1:
 | 
						|
				return &v.sizeCache
 | 
						|
			case 2:
 | 
						|
				return &v.unknownFields
 | 
						|
			default:
 | 
						|
				return nil
 | 
						|
			}
 | 
						|
		}
 | 
						|
		file_accounts_accounts_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
 | 
						|
			switch v := v.(*AccountPassword); i {
 | 
						|
			case 0:
 | 
						|
				return &v.state
 | 
						|
			case 1:
 | 
						|
				return &v.sizeCache
 | 
						|
			case 2:
 | 
						|
				return &v.unknownFields
 | 
						|
			default:
 | 
						|
				return nil
 | 
						|
			}
 | 
						|
		}
 | 
						|
		file_accounts_accounts_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
 | 
						|
			switch v := v.(*AccountData); i {
 | 
						|
			case 0:
 | 
						|
				return &v.state
 | 
						|
			case 1:
 | 
						|
				return &v.sizeCache
 | 
						|
			case 2:
 | 
						|
				return &v.unknownFields
 | 
						|
			default:
 | 
						|
				return nil
 | 
						|
			}
 | 
						|
		}
 | 
						|
		file_accounts_accounts_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
 | 
						|
			switch v := v.(*AccountWithPassword); i {
 | 
						|
			case 0:
 | 
						|
				return &v.state
 | 
						|
			case 1:
 | 
						|
				return &v.sizeCache
 | 
						|
			case 2:
 | 
						|
				return &v.unknownFields
 | 
						|
			default:
 | 
						|
				return nil
 | 
						|
			}
 | 
						|
		}
 | 
						|
		file_accounts_accounts_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
 | 
						|
			switch v := v.(*AccountWithPasswordAndCode); i {
 | 
						|
			case 0:
 | 
						|
				return &v.state
 | 
						|
			case 1:
 | 
						|
				return &v.sizeCache
 | 
						|
			case 2:
 | 
						|
				return &v.unknownFields
 | 
						|
			default:
 | 
						|
				return nil
 | 
						|
			}
 | 
						|
		}
 | 
						|
		file_accounts_accounts_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
 | 
						|
			switch v := v.(*AccountFull); i {
 | 
						|
			case 0:
 | 
						|
				return &v.state
 | 
						|
			case 1:
 | 
						|
				return &v.sizeCache
 | 
						|
			case 2:
 | 
						|
				return &v.unknownFields
 | 
						|
			default:
 | 
						|
				return nil
 | 
						|
			}
 | 
						|
		}
 | 
						|
		file_accounts_accounts_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
 | 
						|
			switch v := v.(*AccountFullWithToken); i {
 | 
						|
			case 0:
 | 
						|
				return &v.state
 | 
						|
			case 1:
 | 
						|
				return &v.sizeCache
 | 
						|
			case 2:
 | 
						|
				return &v.unknownFields
 | 
						|
			default:
 | 
						|
				return nil
 | 
						|
			}
 | 
						|
		}
 | 
						|
	}
 | 
						|
	type x struct{}
 | 
						|
	out := protoimpl.TypeBuilder{
 | 
						|
		File: protoimpl.DescBuilder{
 | 
						|
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
 | 
						|
			RawDescriptor: file_accounts_accounts_v1_proto_rawDesc,
 | 
						|
			NumEnums:      0,
 | 
						|
			NumMessages:   8,
 | 
						|
			NumExtensions: 0,
 | 
						|
			NumServices:   1,
 | 
						|
		},
 | 
						|
		GoTypes:           file_accounts_accounts_v1_proto_goTypes,
 | 
						|
		DependencyIndexes: file_accounts_accounts_v1_proto_depIdxs,
 | 
						|
		MessageInfos:      file_accounts_accounts_v1_proto_msgTypes,
 | 
						|
	}.Build()
 | 
						|
	File_accounts_accounts_v1_proto = out.File
 | 
						|
	file_accounts_accounts_v1_proto_rawDesc = nil
 | 
						|
	file_accounts_accounts_v1_proto_goTypes = nil
 | 
						|
	file_accounts_accounts_v1_proto_depIdxs = nil
 | 
						|
}
 |