You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1017,11 +1017,11 @@ export const DeleteForProjectRestrictionLinkResponse = new DeleteForProjectRestr
|
||||
* @generated ServiceType for protobuf service api.RestrictionLinkService
|
||||
*/
|
||||
export const RestrictionLinkService = new ServiceType("api.RestrictionLinkService", [
|
||||
{ name: "Create", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction Link"], description: "Create a link between a restriction and a user or a partner" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: CreateRestrictionLinkRequest, O: CreateRestrictionLinkResponse },
|
||||
{ name: "Update", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction Link"], description: "Update a link between a restriction and a user or a partner" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: UpdateRestrictionLinkRequest, O: UpdateRestrictionLinkResponse },
|
||||
{ name: "Delete", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction Link"], description: "Delete a restriction link" }, "api.rscType": "Project", "api.roles": "Platform.Project-Rule", "google.api.method_visibility": { restriction: "SDK" } }, I: DeleteRestrictionLinkRequest, O: DeleteRestrictionLinkResponse },
|
||||
{ name: "Get", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction Link"], description: "Get a restriction link" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: GetRestrictionLinkRequest, O: GetRestrictionLinkResponse },
|
||||
{ name: "List", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction Link"], description: "List restriction links" }, "api.rscType": "Project", "api.roles": "Platform.Project-Rule", "google.api.method_visibility": { restriction: "SDK" } }, I: ListRestrictionLinksRequest, O: ListRestrictionLinksResponse },
|
||||
{ name: "SetUserActors", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction Link"], description: "Set user's actors for a restriction. Once applied on the user, the restriction will use that list of actors if needed." }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: SetUserActorsRequest, O: SetUserActorsResponse },
|
||||
{ name: "DeleteForProject", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction"], description: "Delete all restriction link in project" }, "api.rscType": "Project", "api.roles": "Platform.Project-Rule", "google.api.method_visibility": { restriction: "SDK" } }, I: DeleteForProjectRestrictionLinkRequest, O: DeleteForProjectRestrictionLinkResponse }
|
||||
{ name: "Create", options: { "api.rscType": "Project", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction Link"], description: "Create a link between a restriction and a user or a partner" }, "google.api.method_visibility": { restriction: "SDK" } }, I: CreateRestrictionLinkRequest, O: CreateRestrictionLinkResponse },
|
||||
{ name: "Update", options: { "api.rscType": "Project", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction Link"], description: "Update a link between a restriction and a user or a partner" }, "google.api.method_visibility": { restriction: "SDK" } }, I: UpdateRestrictionLinkRequest, O: UpdateRestrictionLinkResponse },
|
||||
{ name: "Delete", options: { "api.rscType": "Project", "api.roles": "Platform.Project-Rule", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction Link"], description: "Delete a restriction link" }, "google.api.method_visibility": { restriction: "SDK" } }, I: DeleteRestrictionLinkRequest, O: DeleteRestrictionLinkResponse },
|
||||
{ name: "Get", options: { "api.rscType": "Project", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction Link"], description: "Get a restriction link" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetRestrictionLinkRequest, O: GetRestrictionLinkResponse },
|
||||
{ name: "List", options: { "api.rscType": "Project", "api.roles": "Platform.Project-Rule", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction Link"], description: "List restriction links" }, "google.api.method_visibility": { restriction: "SDK" } }, I: ListRestrictionLinksRequest, O: ListRestrictionLinksResponse },
|
||||
{ name: "SetUserActors", options: { "api.rscType": "Project", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction Link"], description: "Set user's actors for a restriction. Once applied on the user, the restriction will use that list of actors if needed." }, "google.api.method_visibility": { restriction: "SDK" } }, I: SetUserActorsRequest, O: SetUserActorsResponse },
|
||||
{ name: "DeleteForProject", options: { "api.rscType": "Project", "api.roles": "Platform.Project-Rule", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction"], description: "Delete all restriction link in project" }, "google.api.method_visibility": { restriction: "SDK" } }, I: DeleteForProjectRestrictionLinkRequest, O: DeleteForProjectRestrictionLinkResponse }
|
||||
], { "api.k8sService": "rule-server" });
|
||||
|
||||
Reference in New Issue
Block a user