* feat: min max chars for long text * refactor: remove console log * refactor: revert redundant change * refactor: review changes * fix: min max validation * fix: fix typo * refactor: update comments * refactor: review changes * refactor: review changes * test: Add test * Make maxLength more configurable per field type * Reduce maxLength to 1000 * Update update-event-type.input.ts * revert changes in main * Update update-event-type.input.ts * refactor get-event-type-public.output.ts * add e2e tests * add min max char common.json * Update FormBuilder.tsx * refactor changes * Update fieldTypes.ts * Update schema.ts * add min max length in api-request * Update booking-fields.input.ts * fix e2e tests * move min-max-char tests to manage-booking-questions.e2e.ts * remove test * reorder imports to fix lint * fix lint * fix e2e tests * Abstract out SupportsLengthcheck type Field * Revert newline change * Improve the schema validation a bit and fix undefined in the message issue * revert: v2 API changes --------- Co-authored-by: Ayush Mhetre <mhetreayush1719@gmail.com> Co-authored-by: Hariom <hariombalhara@gmail.com> Co-authored-by: supalarry <laurisskraucis@gmail.com>