diff --git a/src/__generated__/auth0support_pb.ts b/src/__generated__/auth0support_pb.ts index 557accf..cca177b 100644 --- a/src/__generated__/auth0support_pb.ts +++ b/src/__generated__/auth0support_pb.ts @@ -20,6 +20,11 @@ export class Auth0CreateUserRequest extends Message { */ email = ""; + /** + * @generated from field: string name = 3; + */ + name = ""; + constructor(data?: PartialMessage) { super(); proto3.util.initPartial(data, this); @@ -30,6 +35,7 @@ export class Auth0CreateUserRequest extends Message { static readonly fields: FieldList = proto3.util.newFieldList(() => [ { no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ }, { no: 2, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ }, + { no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ }, ]); static fromBinary(bytes: Uint8Array, options?: Partial): Auth0CreateUserRequest {