UNPKG

@okutrade/account-api

Version:

TypeScript client for OKU Account API using Connect-ES

45 lines (44 loc) 3.3 kB
// 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/v1alpha1/value.proto. */ export const file_google_api_expr_v1alpha1_value = /*@__PURE__*/ fileDesc("CiRnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvdmFsdWUucHJvdG8SGGdvb2dsZS5hcGkuZXhwci52MWFscGhhMSLAAwoFVmFsdWUSMAoKbnVsbF92YWx1ZRgBIAEoDjIaLmdvb2dsZS5wcm90b2J1Zi5OdWxsVmFsdWVIABIUCgpib29sX3ZhbHVlGAIgASgISAASFQoLaW50NjRfdmFsdWUYAyABKANIABIWCgx1aW50NjRfdmFsdWUYBCABKARIABIWCgxkb3VibGVfdmFsdWUYBSABKAFIABIWCgxzdHJpbmdfdmFsdWUYBiABKAlIABIVCgtieXRlc192YWx1ZRgHIAEoDEgAEjkKCmVudW1fdmFsdWUYCSABKAsyIy5nb29nbGUuYXBpLmV4cHIudjFhbHBoYTEuRW51bVZhbHVlSAASLAoMb2JqZWN0X3ZhbHVlGAogASgLMhQuZ29vZ2xlLnByb3RvYnVmLkFueUgAEjcKCW1hcF92YWx1ZRgLIAEoCzIiLmdvb2dsZS5hcGkuZXhwci52MWFscGhhMS5NYXBWYWx1ZUgAEjkKCmxpc3RfdmFsdWUYDCABKAsyIy5nb29nbGUuYXBpLmV4cHIudjFhbHBoYTEuTGlzdFZhbHVlSAASFAoKdHlwZV92YWx1ZRgPIAEoCUgAQgYKBGtpbmQiKAoJRW51bVZhbHVlEgwKBHR5cGUYASABKAkSDQoFdmFsdWUYAiABKAUiPAoJTGlzdFZhbHVlEi8KBnZhbHVlcxgBIAMoCzIfLmdvb2dsZS5hcGkuZXhwci52MWFscGhhMS5WYWx1ZSKsAQoITWFwVmFsdWUSOQoHZW50cmllcxgBIAMoCzIoLmdvb2dsZS5hcGkuZXhwci52MWFscGhhMS5NYXBWYWx1ZS5FbnRyeRplCgVFbnRyeRIsCgNrZXkYASABKAsyHy5nb29nbGUuYXBpLmV4cHIudjFhbHBoYTEuVmFsdWUSLgoFdmFsdWUYAiABKAsyHy5nb29nbGUuYXBpLmV4cHIudjFhbHBoYTEuVmFsdWVCbQocY29tLmdvb2dsZS5hcGkuZXhwci52MWFscGhhMUIKVmFsdWVQcm90b1ABWjxnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL2FwaS9leHByL3YxYWxwaGExO2V4cHL4AQFiBnByb3RvMw", [file_google_protobuf_any, file_google_protobuf_struct]); /** * Describes the message google.api.expr.v1alpha1.Value. * Use `create(ValueSchema)` to create a new message. */ export const ValueSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1alpha1_value, 0); /** * Describes the message google.api.expr.v1alpha1.EnumValue. * Use `create(EnumValueSchema)` to create a new message. */ export const EnumValueSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1alpha1_value, 1); /** * Describes the message google.api.expr.v1alpha1.ListValue. * Use `create(ListValueSchema)` to create a new message. */ export const ListValueSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1alpha1_value, 2); /** * Describes the message google.api.expr.v1alpha1.MapValue. * Use `create(MapValueSchema)` to create a new message. */ export const MapValueSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1alpha1_value, 3); /** * Describes the message google.api.expr.v1alpha1.MapValue.Entry. * Use `create(MapValue_EntrySchema)` to create a new message. */ export const MapValue_EntrySchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1alpha1_value, 3, 0);