You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -56,12 +56,12 @@ export interface AdminActor {
|
||||
class AdminActor$Type extends MessageType<AdminActor> {
|
||||
constructor() {
|
||||
super("api.AdminActor", [
|
||||
{ no: 1, name: "ID", kind: "scalar", localName: "ID", jsonName: "ID", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 2, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 3, name: "OrganisationID", kind: "scalar", localName: "OrganisationID", jsonName: "OrganisationID", 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: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "n1validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 3, name: "OrganisationID", kind: "scalar", localName: "OrganisationID", jsonName: "OrganisationID", T: 9 /*ScalarType.STRING*/, options: { "n1validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 4, name: "PartnerID", kind: "scalar", localName: "PartnerID", jsonName: "PartnerID", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 6, name: "Address", kind: "message", localName: "Address", jsonName: "Address", T: () => Address, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 7, name: "Contact", kind: "message", localName: "Contact", jsonName: "Contact", T: () => ActorContact, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 6, name: "Address", kind: "message", localName: "Address", jsonName: "Address", T: () => Address, options: { "n1validate.rules": { message: { required: true } } } },
|
||||
{ no: 7, name: "Contact", kind: "message", localName: "Contact", jsonName: "Contact", T: () => ActorContact, options: { "n1validate.rules": { message: { required: true } } } },
|
||||
{ no: 8, name: "Typology", kind: "enum", localName: "Typology", jsonName: "Typology", T: () => ["api.ActorTypology", ActorTypology] },
|
||||
{ no: 9, name: "AdditionalInformation", kind: "scalar", localName: "AdditionalInformation", jsonName: "AdditionalInformation", T: 9 /*ScalarType.STRING*/ }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["ID", "Name", "OrganisationID"] } } });
|
||||
|
||||
Reference in New Issue
Block a user