Latest generation

This commit is contained in:
ci core model
2026-02-19 14:20:41 +00:00
parent a731fe3722
commit 01b7f3f5f8
3 changed files with 7 additions and 3 deletions

2
api.ts
View File

@@ -1165,7 +1165,7 @@ class SynchronizeUserRPTsRequest$Type extends MessageType<SynchronizeUserRPTsReq
constructor() {
super("api.SynchronizeUserRPTsRequest", [
{ no: 1, name: "UserID", kind: "scalar", localName: "UserID", jsonName: "UserID", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } }
]);
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["UserID"] } } });
}
create(value?: PartialMessage<SynchronizeUserRPTsRequest>): SynchronizeUserRPTsRequest {
const message = globalThis.Object.create((this.messagePrototype!));