Latest generation

This commit is contained in:
ci core model
2025-06-02 13:25:02 +00:00
parent 31e3e485f3
commit f30bfa6840
90 changed files with 1295 additions and 1295 deletions

View File

@@ -582,6 +582,6 @@ export const ListNotificationResult = new ListNotificationResult$Type();
* @generated ServiceType for protobuf service api.NotificationService
*/
export const NotificationService = new ServiceType("api.NotificationService", [
{ name: "PublishToUser", options: { "api.rscType": "Platform", "api.roles": "Platform.Notification", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Notification"], description: "Send notification to user" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: PublishToUserRequest, O: PublishToUserResult },
{ name: "List", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Notification"], description: "List all notifications of connected user" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ListNotificationRequest, O: ListNotificationResult }
{ name: "PublishToUser", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Notification"], description: "Send notification to user" }, "api.rscType": "Platform", "api.roles": "Platform.Notification", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: PublishToUserRequest, O: PublishToUserResult },
{ name: "List", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Notification"], description: "List all notifications of connected user" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ListNotificationRequest, O: ListNotificationResult }
], { "api.k8sService": "notification-server", "api.roleManager": true, "api.resourceManager": true });