You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1247,14 +1247,14 @@ export const SendMessageToProjectRoomResponse = new SendMessageToProjectRoomResp
|
||||
* @generated ServiceType for protobuf service api.MatrixProxyService
|
||||
*/
|
||||
export const MatrixProxyService = new ServiceType("api.MatrixProxyService", [
|
||||
{ name: "CreateRoom", options: { "api.rscType": "Platform", "api.roles": "Platform.Matrix", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "CreateRoom creates a new matrix private room with the given name. It will also create the room alias with the same name, which means that it requires the name to be unique. The corresponding matrix room ID is returned. Room names with a project prefix are reserved for project rooms. If a room name starts with a project ID, it will be considered as a project room." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateRoomRequest, O: CreateRoomResponse },
|
||||
{ name: "DeleteRoom", options: { "api.rscType": "Platform", "api.roles": "Platform.Matrix", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "DeleteRoom deletes the matrix private room with the given name (it uses the room alias). It is done by kicking all the users from the room, leaving it empty which will trigger the 7 days deletion process." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteRoomRequest, O: DeleteRoomResponse },
|
||||
{ name: "InviteUserToRoom", options: { "api.rscType": "Platform", "api.roles": "Platform.Matrix", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "InviteUserToRoom invites the given user to the given matrix private room. Return the ID of the room." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: InviteUserToRoomRequest, O: InviteUserToRoomResponse },
|
||||
{ name: "SendNoticeToRoom", options: { "api.rscType": "Platform", "api.roles": "Platform.Matrix", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "SendNoticeToRoom sends a notice message event to the given matrix private room." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: SendNoticeToRoomRequest, O: SendNoticeToRoomResponse },
|
||||
{ name: "CreateProjectRoom", options: { "api.rscType": "Platform", "api.roles": "Platform.Matrix", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "CreateProjectRoom creates a new matrix private room with the given name and related to the given project. It will also create the room alias with the same name, which means that it requires the name to be unique (in the project namespace). The corresponding matrix room ID is returned." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateProjectRoomRequest, O: CreateProjectRoomResponse },
|
||||
{ name: "DeleteProjectRoom", options: { "api.rscType": "Platform", "api.roles": "Platform.Matrix", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "DeleteProjectRoom deletes the matrix private room with the given name and related to the given project (it uses the room alias). It is done by kicking all the users from the room, leaving it empty which will trigger the 7 days deletion process." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteProjectRoomRequest, O: DeleteProjectRoomResponse },
|
||||
{ name: "InviteUserToProjectRoom", options: { "api.rscType": "Platform", "api.roles": "Platform.Matrix", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "InviteUserToProjectRoom invites the given user to the given matrix private room related to the given project. Return the ID of the room." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: InviteUserToProjectRoomRequest, O: InviteUserToProjectRoomResponse },
|
||||
{ name: "SendNoticeToProjectRoom", options: { "api.rscType": "Platform", "api.roles": "Platform.Matrix", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "SendNoticeToProjectRoom sends a notice message event to the given matrix private room related to the given project." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: SendNoticeToProjectRoomRequest, O: SendNoticeToProjectRoomResponse },
|
||||
{ name: "DeleteRoomsForProject", options: { "api.rscType": "Platform", "api.roles": "Platform.Matrix", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "DeleteRoomsForProject deletes all the matrix private rooms related to the given project. It is done by kicking all the users from the rooms, leaving them empty which will trigger the 7 days deletion process." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteRoomsForProjectRequest, O: DeleteRoomsForProjectResponse },
|
||||
{ name: "SendMessageToProjectRoom", options: { "api.rscType": "Platform", "api.roles": "Platform.Matrix", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "SendMessageToProjectRoom sends a message event to the given matrix private room related to the given project. If the user is not in the room, it will be invited first and then the message will be sent." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: SendMessageToProjectRoomRequest, O: SendMessageToProjectRoomResponse }
|
||||
{ name: "CreateRoom", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "CreateRoom creates a new matrix private room with the given name. It will also create the room alias with the same name, which means that it requires the name to be unique. The corresponding matrix room ID is returned. Room names with a project prefix are reserved for project rooms. If a room name starts with a project ID, it will be considered as a project room." }, "api.rscType": "Platform", "api.roles": "Platform.Matrix", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateRoomRequest, O: CreateRoomResponse },
|
||||
{ name: "DeleteRoom", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "DeleteRoom deletes the matrix private room with the given name (it uses the room alias). It is done by kicking all the users from the room, leaving it empty which will trigger the 7 days deletion process." }, "api.rscType": "Platform", "api.roles": "Platform.Matrix", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteRoomRequest, O: DeleteRoomResponse },
|
||||
{ name: "InviteUserToRoom", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "InviteUserToRoom invites the given user to the given matrix private room. Return the ID of the room." }, "api.rscType": "Platform", "api.roles": "Platform.Matrix", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: InviteUserToRoomRequest, O: InviteUserToRoomResponse },
|
||||
{ name: "SendNoticeToRoom", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "SendNoticeToRoom sends a notice message event to the given matrix private room." }, "api.rscType": "Platform", "api.roles": "Platform.Matrix", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: SendNoticeToRoomRequest, O: SendNoticeToRoomResponse },
|
||||
{ name: "CreateProjectRoom", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "CreateProjectRoom creates a new matrix private room with the given name and related to the given project. It will also create the room alias with the same name, which means that it requires the name to be unique (in the project namespace). The corresponding matrix room ID is returned." }, "api.rscType": "Platform", "api.roles": "Platform.Matrix", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateProjectRoomRequest, O: CreateProjectRoomResponse },
|
||||
{ name: "DeleteProjectRoom", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "DeleteProjectRoom deletes the matrix private room with the given name and related to the given project (it uses the room alias). It is done by kicking all the users from the room, leaving it empty which will trigger the 7 days deletion process." }, "api.rscType": "Platform", "api.roles": "Platform.Matrix", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteProjectRoomRequest, O: DeleteProjectRoomResponse },
|
||||
{ name: "InviteUserToProjectRoom", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "InviteUserToProjectRoom invites the given user to the given matrix private room related to the given project. Return the ID of the room." }, "api.rscType": "Platform", "api.roles": "Platform.Matrix", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: InviteUserToProjectRoomRequest, O: InviteUserToProjectRoomResponse },
|
||||
{ name: "SendNoticeToProjectRoom", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "SendNoticeToProjectRoom sends a notice message event to the given matrix private room related to the given project." }, "api.rscType": "Platform", "api.roles": "Platform.Matrix", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: SendNoticeToProjectRoomRequest, O: SendNoticeToProjectRoomResponse },
|
||||
{ name: "DeleteRoomsForProject", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "DeleteRoomsForProject deletes all the matrix private rooms related to the given project. It is done by kicking all the users from the rooms, leaving them empty which will trigger the 7 days deletion process." }, "api.rscType": "Platform", "api.roles": "Platform.Matrix", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteRoomsForProjectRequest, O: DeleteRoomsForProjectResponse },
|
||||
{ name: "SendMessageToProjectRoom", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Matrix"], description: "SendMessageToProjectRoom sends a message event to the given matrix private room related to the given project. If the user is not in the room, it will be invited first and then the message will be sent." }, "api.rscType": "Platform", "api.roles": "Platform.Matrix", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: SendMessageToProjectRoomRequest, O: SendMessageToProjectRoomResponse }
|
||||
], { "api.k8sService": "matrix-proxy" });
|
||||
|
||||
Reference in New Issue
Block a user