You've already forked npm-core-sdk
Latest generation
This commit is contained in:
6
api.ts
6
api.ts
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.11.0 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.11.0 with parameter use_proto_field_name,keep_enum_prefix
|
||||
// @generated from protobuf file "api.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -191,7 +191,7 @@ export interface CleanScopeResult {
|
||||
class GetPermissionsRequest$Type extends MessageType<GetPermissionsRequest> {
|
||||
constructor() {
|
||||
super("api.GetPermissionsRequest", [
|
||||
{ no: 1, name: "RscType", kind: "enum", localName: "RscType", jsonName: "RscType", T: () => ["api.ResourceType", ResourceType, "RESOURCE_TYPE_"] },
|
||||
{ no: 1, name: "RscType", kind: "enum", localName: "RscType", jsonName: "RscType", T: () => ["api.ResourceType", ResourceType] },
|
||||
{ no: 2, name: "Client", kind: "scalar", localName: "Client", jsonName: "Client", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 3, name: "Service", kind: "scalar", localName: "Service", jsonName: "Service", T: 9 /*ScalarType.STRING*/ }
|
||||
]);
|
||||
@@ -301,7 +301,7 @@ export const GetPermissionsResult = new GetPermissionsResult$Type();
|
||||
class GetUIPermissionsRequest$Type extends MessageType<GetUIPermissionsRequest> {
|
||||
constructor() {
|
||||
super("api.GetUIPermissionsRequest", [
|
||||
{ no: 1, name: "RscType", kind: "enum", localName: "RscType", jsonName: "RscType", T: () => ["api.ResourceType", ResourceType, "RESOURCE_TYPE_"] },
|
||||
{ no: 1, name: "RscType", kind: "enum", localName: "RscType", jsonName: "RscType", T: () => ["api.ResourceType", ResourceType] },
|
||||
{ no: 2, name: "Client", kind: "scalar", localName: "Client", jsonName: "Client", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 3, name: "Service", kind: "scalar", localName: "Service", jsonName: "Service", T: 9 /*ScalarType.STRING*/ }
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user