Latest generation

This commit is contained in:
ci core model
2025-05-05 09:13:40 +00:00
parent c82118c2e0
commit bb9a0a8938
89 changed files with 993 additions and 981 deletions

View File

@@ -1353,14 +1353,14 @@ export const ListAccountsResult = new ListAccountsResult$Type();
* @generated ServiceType for protobuf service api.Accounts
*/
export const Accounts = new ServiceType("api.Accounts", [
{ name: "CreateAccount", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Create an account" }, "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateAccountRequest, O: CreateAccountResult },
{ name: "GetAccount", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Get an account" }, "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: GetAccountRequest, O: GetAccountResult },
{ name: "ListAccounts", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "List accounts" }, "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ListAccountsRequest, O: ListAccountsResult },
{ name: "EditAccount", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Edit an account" }, "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: EditAccountRequest, O: EditAccountResult },
{ name: "DeleteAccount", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Delete an account" }, "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteAccountRequest, O: DeleteAccountResult },
{ name: "PushAccounts", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Push accounts" }, "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: PushAccountsRequest, O: PushAccountsResult },
{ name: "AddExport", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Add export" }, "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: AddExportRequest, O: AddExportResult },
{ name: "AddImport", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Add import" }, "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: AddImportRequest, O: AddImportResult },
{ name: "DeleteExport", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Delete export" }, "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteExportRequest, O: DeleteExportResult },
{ name: "DeleteImport", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Delete import" }, "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteImportRequest, O: DeleteImportResult }
{ name: "CreateAccount", options: { "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Create an account" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateAccountRequest, O: CreateAccountResult },
{ name: "GetAccount", options: { "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Get an account" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: GetAccountRequest, O: GetAccountResult },
{ name: "ListAccounts", options: { "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "List accounts" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ListAccountsRequest, O: ListAccountsResult },
{ name: "EditAccount", options: { "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Edit an account" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: EditAccountRequest, O: EditAccountResult },
{ name: "DeleteAccount", options: { "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Delete an account" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteAccountRequest, O: DeleteAccountResult },
{ name: "PushAccounts", options: { "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Push accounts" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: PushAccountsRequest, O: PushAccountsResult },
{ name: "AddExport", options: { "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Add export" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: AddExportRequest, O: AddExportResult },
{ name: "AddImport", options: { "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Add import" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: AddImportRequest, O: AddImportResult },
{ name: "DeleteExport", options: { "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Delete export" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteExportRequest, O: DeleteExportResult },
{ name: "DeleteImport", options: { "api.rscType": "Platform", "api.roles": "Platform.Nsc-Manage", "api.platformReserved": true, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["NSC Admin"], description: "Delete import" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteImportRequest, O: DeleteImportResult }
], { "api.k8sService": "nsc-admin", "google.api.api_visibility": { restriction: "INTERNAL" } });