You've already forked npm-core-sdk
Latest generation
This commit is contained in:
2
api.ts
2
api.ts
@@ -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!));
|
||||
|
||||
Reference in New Issue
Block a user