You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -199,8 +199,8 @@ export const ArgElement = new ArgElement$Type();
|
||||
class RegisterConnectionManagerRequest$Type extends MessageType<RegisterConnectionManagerRequest> {
|
||||
constructor() {
|
||||
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: 1, name: "ID", kind: "scalar", localName: "ID", jsonName: "ID", T: 9 /*ScalarType.STRING*/, options: { "n1validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 2, name: "UriStartApi", kind: "scalar", localName: "UriStartApi", jsonName: "UriStartApi", T: 9 /*ScalarType.STRING*/, options: { "n1validate.rules": { string: { minLen: "1" } } } },
|
||||
{ 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"] } } });
|
||||
}
|
||||
@@ -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: 2 /*RepeatType.UNPACKED*/, 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: { "n1validate.rules": { repeated: { minItems: "1" } } } }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<ListConnectionManagerResult>): ListConnectionManagerResult {
|
||||
|
||||
Reference in New Issue
Block a user