@okutrade/account-api
Version:
TypeScript client for OKU Account API using Connect-ES
41 lines (40 loc) • 2.71 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_api_expr_v1beta1_expr } from "./expr_pb.js";
/**
* Describes the file google/api/expr/v1beta1/decl.proto.
*/
export const file_google_api_expr_v1beta1_decl = /*@__PURE__*/ fileDesc("CiJnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS9kZWNsLnByb3RvEhdnb29nbGUuYXBpLmV4cHIudjFiZXRhMSKlAQoERGVjbBIKCgJpZBgBIAEoBRIMCgRuYW1lGAIgASgJEgsKA2RvYxgDIAEoCRIzCgVpZGVudBgEIAEoCzIiLmdvb2dsZS5hcGkuZXhwci52MWJldGExLklkZW50RGVjbEgAEjkKCGZ1bmN0aW9uGAUgASgLMiUuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuRnVuY3Rpb25EZWNsSABCBgoEa2luZCJcCghEZWNsVHlwZRIKCgJpZBgBIAEoBRIMCgR0eXBlGAIgASgJEjYKC3R5cGVfcGFyYW1zGAQgAygLMiEuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuRGVjbFR5cGUiagoJSWRlbnREZWNsEi8KBHR5cGUYAyABKAsyIS5nb29nbGUuYXBpLmV4cHIudjFiZXRhMS5EZWNsVHlwZRIsCgV2YWx1ZRgEIAEoCzIdLmdvb2dsZS5hcGkuZXhwci52MWJldGExLkV4cHIikwEKDEZ1bmN0aW9uRGVjbBIwCgRhcmdzGAEgAygLMiIuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuSWRlbnREZWNsEjYKC3JldHVybl90eXBlGAIgASgLMiEuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuRGVjbFR5cGUSGQoRcmVjZWl2ZXJfZnVuY3Rpb24YAyABKAhCagobY29tLmdvb2dsZS5hcGkuZXhwci52MWJldGExQglEZWNsUHJvdG9QAVo7Z29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy9hcGkvZXhwci92MWJldGExO2V4cHL4AQFiBnByb3RvMw", [file_google_api_expr_v1beta1_expr]);
/**
* Describes the message google.api.expr.v1beta1.Decl.
* Use `create(DeclSchema)` to create a new message.
*/
export const DeclSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_decl, 0);
/**
* Describes the message google.api.expr.v1beta1.DeclType.
* Use `create(DeclTypeSchema)` to create a new message.
*/
export const DeclTypeSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_decl, 1);
/**
* Describes the message google.api.expr.v1beta1.IdentDecl.
* Use `create(IdentDeclSchema)` to create a new message.
*/
export const IdentDeclSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_decl, 2);
/**
* Describes the message google.api.expr.v1beta1.FunctionDecl.
* Use `create(FunctionDeclSchema)` to create a new message.
*/
export const FunctionDeclSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_decl, 3);