You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -415,7 +415,7 @@ class CreatePartnerAppRequest$Type extends MessageType<CreatePartnerAppRequest>
|
||||
constructor() {
|
||||
super("api.CreatePartnerAppRequest", [
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestProjectHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 2, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1", pattern: "^([A-Za-z0-9-])+$" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { pattern: "^([A-Za-z0-9-])+$" } } },
|
||||
{ no: 2, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { pattern: "^([A-Za-z0-9-])+$" }, "validate.rules": { string: { minLen: "1", pattern: "^([A-Za-z0-9-])+$" } } } },
|
||||
{ no: 3, name: "Description", kind: "scalar", localName: "Description", jsonName: "Description", T: 9 /*ScalarType.STRING*/ }
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user