You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "adminConnection.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -84,7 +84,7 @@ class AdminConnection$Type extends MessageType<AdminConnection> {
|
||||
super("api.AdminConnection", [
|
||||
{ no: 1, name: "ID", kind: "scalar", localName: "ID", jsonName: "ID", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 2, name: "UriStartApi", kind: "scalar", localName: "UriStartApi", jsonName: "UriStartApi", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 3, name: "ArgsUriStart", kind: "message", localName: "ArgsUriStart", jsonName: "ArgsUriStart", repeat: 1 /*RepeatType.PACKED*/, T: () => ArgElement }
|
||||
{ no: 3, name: "ArgsUriStart", kind: "message", localName: "ArgsUriStart", jsonName: "ArgsUriStart", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ArgElement }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<AdminConnection>): AdminConnection {
|
||||
@@ -201,7 +201,7 @@ class RegisterConnectionManagerRequest$Type extends MessageType<RegisterConnecti
|
||||
super("api.RegisterConnectionManagerRequest", [
|
||||
{ no: 1, name: "ID", kind: "scalar", localName: "ID", jsonName: "ID", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 2, name: "UriStartApi", kind: "scalar", localName: "UriStartApi", jsonName: "UriStartApi", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 3, name: "ArgsUriStart", kind: "message", localName: "ArgsUriStart", jsonName: "ArgsUriStart", repeat: 1 /*RepeatType.PACKED*/, T: () => ArgElement }
|
||||
{ no: 3, name: "ArgsUriStart", kind: "message", localName: "ArgsUriStart", jsonName: "ArgsUriStart", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ArgElement }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["ID", "UriStartApi"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<RegisterConnectionManagerRequest>): RegisterConnectionManagerRequest {
|
||||
@@ -338,7 +338,7 @@ export const ListConnectionManagerRequest = new ListConnectionManagerRequest$Typ
|
||||
class ListConnectionManagerResult$Type extends MessageType<ListConnectionManagerResult> {
|
||||
constructor() {
|
||||
super("api.ListConnectionManagerResult", [
|
||||
{ no: 1, name: "Results", kind: "message", localName: "Results", jsonName: "Results", repeat: 1 /*RepeatType.PACKED*/, T: () => AdminConnection, options: { "validate.rules": { repeated: { minItems: "1" } } } }
|
||||
{ no: 1, name: "Results", kind: "message", localName: "Results", jsonName: "Results", repeat: 2 /*RepeatType.UNPACKED*/, T: () => AdminConnection, options: { "validate.rules": { repeated: { minItems: "1" } } } }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<ListConnectionManagerResult>): ListConnectionManagerResult {
|
||||
|
||||
Reference in New Issue
Block a user