Latest generation

This commit is contained in:
ci core model
2025-05-26 12:14:28 +00:00
parent 65247e7fe4
commit cc9c6d0b4c
197 changed files with 15132 additions and 15052 deletions

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
// @generated by protobuf-ts 2.11.0 with parameter use_proto_field_name
// @generated from protobuf file "notification.proto" (package "api", syntax proto3)
// tslint:disable
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
@@ -16,11 +16,11 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
*/
export interface INotificationServiceClient {
/**
* @generated from protobuf rpc: PublishToUser(api.PublishToUserRequest) returns (api.PublishToUserResult);
* @generated from protobuf rpc: PublishToUser
*/
publishToUser(input: PublishToUserRequest, options?: RpcOptions): UnaryCall<PublishToUserRequest, PublishToUserResult>;
/**
* @generated from protobuf rpc: List(api.ListNotificationRequest) returns (api.ListNotificationResult);
* @generated from protobuf rpc: List
*/
list(input: ListNotificationRequest, options?: RpcOptions): UnaryCall<ListNotificationRequest, ListNotificationResult>;
}
@@ -34,14 +34,14 @@ export class NotificationServiceClient implements INotificationServiceClient, Se
constructor(private readonly _transport: RpcTransport) {
}
/**
* @generated from protobuf rpc: PublishToUser(api.PublishToUserRequest) returns (api.PublishToUserResult);
* @generated from protobuf rpc: PublishToUser
*/
publishToUser(input: PublishToUserRequest, options?: RpcOptions): UnaryCall<PublishToUserRequest, PublishToUserResult> {
const method = this.methods[0], opt = this._transport.mergeOptions(options);
return stackIntercept<PublishToUserRequest, PublishToUserResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: List(api.ListNotificationRequest) returns (api.ListNotificationResult);
* @generated from protobuf rpc: List
*/
list(input: ListNotificationRequest, options?: RpcOptions): UnaryCall<ListNotificationRequest, ListNotificationResult> {
const method = this.methods[1], opt = this._transport.mergeOptions(options);