Latest generation

This commit is contained in:
ci core model
2026-03-06 15:35:58 +00:00
parent 28af932d13
commit 7d8528b55f
3 changed files with 13 additions and 7 deletions

View File

@@ -64,14 +64,17 @@ export interface IAppointmentQueryClient {
*/
countLines(input: CountLinesQuery, options?: RpcOptions): UnaryCall<CountLinesQuery, CountLinesResult>;
/**
* @deprecated
* @generated from protobuf rpc: FindMine
*/
findMine(input: FindMineQuery, options?: RpcOptions): UnaryCall<FindMineQuery, FindMineResult>;
/**
* @deprecated
* @generated from protobuf rpc: FindMineMatchingFieldValues
*/
findMineMatchingFieldValues(input: FindMineByMatchQuery, options?: RpcOptions): UnaryCall<FindMineByMatchQuery, AppointmentByMatchResult>;
/**
* @deprecated
* @generated from protobuf rpc: FindByCommission
*/
findByCommission(input: FindByCommissionQuery, options?: RpcOptions): UnaryCall<FindByCommissionQuery, FindByCommissionResult>;
@@ -147,6 +150,7 @@ export class AppointmentQueryClient implements IAppointmentQueryClient, ServiceI
return stackIntercept<CountLinesQuery, CountLinesResult>("unary", this._transport, method, opt, input);
}
/**
* @deprecated
* @generated from protobuf rpc: FindMine
*/
findMine(input: FindMineQuery, options?: RpcOptions): UnaryCall<FindMineQuery, FindMineResult> {
@@ -154,6 +158,7 @@ export class AppointmentQueryClient implements IAppointmentQueryClient, ServiceI
return stackIntercept<FindMineQuery, FindMineResult>("unary", this._transport, method, opt, input);
}
/**
* @deprecated
* @generated from protobuf rpc: FindMineMatchingFieldValues
*/
findMineMatchingFieldValues(input: FindMineByMatchQuery, options?: RpcOptions): UnaryCall<FindMineByMatchQuery, AppointmentByMatchResult> {
@@ -161,6 +166,7 @@ export class AppointmentQueryClient implements IAppointmentQueryClient, ServiceI
return stackIntercept<FindMineByMatchQuery, AppointmentByMatchResult>("unary", this._transport, method, opt, input);
}
/**
* @deprecated
* @generated from protobuf rpc: FindByCommission
*/
findByCommission(input: FindByCommissionQuery, options?: RpcOptions): UnaryCall<FindByCommissionQuery, FindByCommissionResult> {