@okutrade/account-api
Version:
TypeScript client for OKU Account API using Connect-ES
46 lines (45 loc) • 3.28 kB
JavaScript
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
import { file_google_protobuf_any, file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
/**
* Describes the file google/api/expr/v1beta1/value.proto.
*/
export const file_google_api_expr_v1beta1_value = /*@__PURE__*/ fileDesc("CiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxIXZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEivQMKBVZhbHVlEjAKCm51bGxfdmFsdWUYASABKA4yGi5nb29nbGUucHJvdG9idWYuTnVsbFZhbHVlSAASFAoKYm9vbF92YWx1ZRgCIAEoCEgAEhUKC2ludDY0X3ZhbHVlGAMgASgDSAASFgoMdWludDY0X3ZhbHVlGAQgASgESAASFgoMZG91YmxlX3ZhbHVlGAUgASgBSAASFgoMc3RyaW5nX3ZhbHVlGAYgASgJSAASFQoLYnl0ZXNfdmFsdWUYByABKAxIABI4CgplbnVtX3ZhbHVlGAkgASgLMiIuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuRW51bVZhbHVlSAASLAoMb2JqZWN0X3ZhbHVlGAogASgLMhQuZ29vZ2xlLnByb3RvYnVmLkFueUgAEjYKCW1hcF92YWx1ZRgLIAEoCzIhLmdvb2dsZS5hcGkuZXhwci52MWJldGExLk1hcFZhbHVlSAASOAoKbGlzdF92YWx1ZRgMIAEoCzIiLmdvb2dsZS5hcGkuZXhwci52MWJldGExLkxpc3RWYWx1ZUgAEhQKCnR5cGVfdmFsdWUYDyABKAlIAEIGCgRraW5kIigKCUVudW1WYWx1ZRIMCgR0eXBlGAEgASgJEg0KBXZhbHVlGAIgASgFIjsKCUxpc3RWYWx1ZRIuCgZ2YWx1ZXMYASADKAsyHi5nb29nbGUuYXBpLmV4cHIudjFiZXRhMS5WYWx1ZSKpAQoITWFwVmFsdWUSOAoHZW50cmllcxgBIAMoCzInLmdvb2dsZS5hcGkuZXhwci52MWJldGExLk1hcFZhbHVlLkVudHJ5GmMKBUVudHJ5EisKA2tleRgBIAEoCzIeLmdvb2dsZS5hcGkuZXhwci52MWJldGExLlZhbHVlEi0KBXZhbHVlGAIgASgLMh4uZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuVmFsdWVCawobY29tLmdvb2dsZS5hcGkuZXhwci52MWJldGExQgpWYWx1ZVByb3RvUAFaO2dvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvYXBpL2V4cHIvdjFiZXRhMTtleHBy+AEBYgZwcm90bzM", [file_google_protobuf_any, file_google_protobuf_struct]);
/**
* Describes the message google.api.expr.v1beta1.Value.
* Use `create(ValueSchema)` to create a new message.
*/
export const ValueSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_value, 0);
/**
* Describes the message google.api.expr.v1beta1.EnumValue.
* Use `create(EnumValueSchema)` to create a new message.
*/
export const EnumValueSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_value, 1);
/**
* Describes the message google.api.expr.v1beta1.ListValue.
* Use `create(ListValueSchema)` to create a new message.
*/
export const ListValueSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_value, 2);
/**
* Describes the message google.api.expr.v1beta1.MapValue.
* Use `create(MapValueSchema)` to create a new message.
*/
export const MapValueSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_value, 3);
/**
* Describes the message google.api.expr.v1beta1.MapValue.Entry.
* Use `create(MapValue_EntrySchema)` to create a new message.
*/
export const MapValue_EntrySchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_value, 3, 0);