You've already forked npm-core-sdk
Latest generation
This commit is contained in:
16
module.ts
16
module.ts
@@ -1125,12 +1125,12 @@ export const DeleteModuleResponse = new DeleteModuleResponse$Type();
|
||||
* @generated ServiceType for protobuf service api.ModuleService
|
||||
*/
|
||||
export const ModuleService = new ServiceType("api.ModuleService", [
|
||||
{ name: "List", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "List all modules of the platform." }, "google.api.method_visibility": { restriction: "SDK" } }, I: ListModulesRequest, O: ListModulesResponse },
|
||||
{ name: "Create", options: { "api.rscType": "Platform", "api.roles": "Platform.Module", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "Create a module." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateModuleRequest, O: CreateModuleResponse },
|
||||
{ name: "Delete", options: { "api.rscType": "Platform", "api.roles": "Platform.Module", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "Delete a module." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteModuleRequest, O: DeleteModuleResponse },
|
||||
{ name: "SetOrganisationModules", options: { "api.rscType": "Platform", "api.roles": "Platform.Module", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "Set the modules of an organisation." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: SetOrganisationModulesRequest, O: SetOrganisationModulesResponse },
|
||||
{ name: "SetProjectModules", options: { "api.rscType": "Platform", "api.roles": "Platform.Module", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "Set the modules of a project." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: SetProjectModulesRequest, O: SetProjectModulesResponse },
|
||||
{ name: "SetResourceModules", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "Set the modules of a resource." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: SetResourceModulesRequest, O: SetResourceModulesResponse },
|
||||
{ name: "ListResourceModules", options: { "api.rscType": "Platform", "api.roles": "Platform.Module", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "List the modules of a resource." }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ListResourceModulesRequest, O: ListResourceModulesResponse },
|
||||
{ name: "IsAPIActivated", options: { "api.rscType": "Platform", "api.roles": "Platform.Module", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "Check if the API is activated for the given resource" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: IsAPIActivatedRequest, O: IsAPIActivatedResponse }
|
||||
{ name: "List", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "List all modules of the platform." }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: ListModulesRequest, O: ListModulesResponse },
|
||||
{ name: "Create", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "Create a module." }, "api.rscType": "Platform", "api.roles": "Platform.Module", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateModuleRequest, O: CreateModuleResponse },
|
||||
{ name: "Delete", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "Delete a module." }, "api.rscType": "Platform", "api.roles": "Platform.Module", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteModuleRequest, O: DeleteModuleResponse },
|
||||
{ name: "SetOrganisationModules", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "Set the modules of an organisation." }, "api.rscType": "Platform", "api.roles": "Platform.Module", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: SetOrganisationModulesRequest, O: SetOrganisationModulesResponse },
|
||||
{ name: "SetProjectModules", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "Set the modules of a project." }, "api.rscType": "Platform", "api.roles": "Platform.Module", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: SetProjectModulesRequest, O: SetProjectModulesResponse },
|
||||
{ name: "SetResourceModules", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "Set the modules of a resource." }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: SetResourceModulesRequest, O: SetResourceModulesResponse },
|
||||
{ name: "ListResourceModules", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "List the modules of a resource." }, "api.rscType": "Platform", "api.roles": "Platform.Module", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ListResourceModulesRequest, O: ListResourceModulesResponse },
|
||||
{ name: "IsAPIActivated", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Modules"], description: "Check if the API is activated for the given resource" }, "api.rscType": "Platform", "api.roles": "Platform.Module", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: IsAPIActivatedRequest, O: IsAPIActivatedResponse }
|
||||
], { "api.k8sService": "authorization-server" });
|
||||
|
||||
Reference in New Issue
Block a user