Latest generation

This commit is contained in:
ci core model
2026-05-22 08:22:35 +00:00
parent a6ca133e2f
commit 1b01318654
96 changed files with 2476 additions and 2476 deletions

View File

@@ -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 {