You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
path_regex_group_names: Optional[StrictStr] =Field(default=None, description="Path Regex Group Names. Example: Enter Group Name", alias="path-regex-group-names")
35
+
path_regex_group_names: Optional[List[StrictStr]] =Field(default=None, description="Path Regex Group Names. Example: Enter Group Name", alias="path-regex-group-names")
raiseValueError("each list item must be one of ('pdf', 'doc,docx,gdoc,odt,rtf,epub', 'ppt,pptx,gslides', 'xls,xlsx,gsheets,ods', 'eml,msg', 'txt', 'html,htm', 'md', 'json', 'csv', 'jpg,jpeg,png,webp,svg,gif')")
raiseValueError("each list item must be one of ('pdf', 'doc,docx,gdoc,odt,rtf,epub', 'ppt,pptx,gslides', 'xls,xlsx,gsheets,ods', 'eml,msg', 'txt', 'html,htm', 'md', 'jpg,jpeg,png,webp,svg,gif', 'json', 'csv')")
0 commit comments