UNPKG

@ydbjs/api

Version:

TypeScript gRPC service definitions and protobuf types for all YDB APIs. Enables strongly-typed client generation and low-level protocol access.

25 lines 1.55 kB
// @generated by protoc-gen-es v2.2.5 with parameter "target=ts,import_extension=js" // @generated from file protos/ydb_auth.proto (package Ydb.Auth, syntax proto3) /* eslint-disable */ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1"; import { file_protos_ydb_operation } from "./ydb_operation_pb.js"; /** * Describes the file protos/ydb_auth.proto. */ export const file_protos_ydb_auth = /*@__PURE__*/ fileDesc("ChVwcm90b3MveWRiX2F1dGgucHJvdG8SCFlkYi5BdXRoImkKDExvZ2luUmVxdWVzdBI5ChBvcGVyYXRpb25fcGFyYW1zGAEgASgLMh8uWWRiLk9wZXJhdGlvbnMuT3BlcmF0aW9uUGFyYW1zEgwKBHVzZXIYAiABKAkSEAoIcGFzc3dvcmQYAyABKAkiPQoNTG9naW5SZXNwb25zZRIsCglvcGVyYXRpb24YASABKAsyGS5ZZGIuT3BlcmF0aW9ucy5PcGVyYXRpb24iHAoLTG9naW5SZXN1bHQSDQoFdG9rZW4YASABKAlCUQoTdGVjaC55ZGIucHJvdG8uYXV0aFo3Z2l0aHViLmNvbS95ZGItcGxhdGZvcm0veWRiLWdvLWdlbnByb3RvL3Byb3Rvcy9ZZGJfQXV0aPgBAWIGcHJvdG8z", [file_protos_ydb_operation]); /** * Describes the message Ydb.Auth.LoginRequest. * Use `create(LoginRequestSchema)` to create a new message. */ export const LoginRequestSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_auth, 0); /** * Describes the message Ydb.Auth.LoginResponse. * Use `create(LoginResponseSchema)` to create a new message. */ export const LoginResponseSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_auth, 1); /** * Describes the message Ydb.Auth.LoginResult. * Use `create(LoginResultSchema)` to create a new message. */ export const LoginResultSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_auth, 2); //# sourceMappingURL=ydb_auth_pb.js.map