diff --git a/src/typeform-types.ts b/src/typeform-types.ts index 11de898..e88a99b 100644 --- a/src/typeform-types.ts +++ b/src/typeform-types.ts @@ -885,7 +885,7 @@ export namespace Typeform { */ start_at_one?: boolean /** - * Default: `"DDMMYYYY"` + * Default: `"MMDDYYYY"` * Format for month, date, and year in answer. Available for `date` types. */ structure?: 'MMDDYYYY' | 'DDMMYYYY' | 'YYYYMMDD' @@ -894,6 +894,10 @@ export namespace Typeform { * Character to use between month, day, and year in answer. Available for `date` types. */ separator?: '/' | '-' | '.' + /** + * Display format for the time component. Omit to collect a date only. Available for `date` types. + */ + time_format?: 'HH:mm' | 'hh:mm a' currency?: | 'AUD' | 'BRL'