Latest generation

This commit is contained in:
ci core model
2025-03-18 15:41:49 +00:00
parent 3004d24f38
commit f021bb2b84
186 changed files with 147778 additions and 2 deletions

25
object_db_query.client.ts Normal file
View File

@@ -0,0 +1,25 @@
// @generated by protobuf-ts 2.9.5
// @generated from protobuf file "object_db_query.proto" (package "api", syntax proto3)
// tslint:disable
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
import { QueryObjectServices } from "./object_db_query";
/**
* CLI Service
*
* @generated from protobuf service api.QueryObjectServices
*/
export interface IQueryObjectServicesClient {
}
/**
* CLI Service
*
* @generated from protobuf service api.QueryObjectServices
*/
export class QueryObjectServicesClient implements IQueryObjectServicesClient, ServiceInfo {
typeName = QueryObjectServices.typeName;
methods = QueryObjectServices.methods;
options = QueryObjectServices.options;
constructor(private readonly _transport: RpcTransport) {
}
}