|
7 | 7 | from .task_group import TaskGroup as TaskGroup |
8 | 8 | from .usage_item import UsageItem as UsageItem |
9 | 9 | from .error_event import ErrorEvent as ErrorEvent |
10 | | -from .findall_run import FindAllRun as FindAllRun |
| 10 | +from .findall_run import FindAllRun as FindAllRun, FindallRun as FindallRun |
11 | 11 | from .extract_error import ExtractError as ExtractError |
12 | 12 | from .mcp_tool_call import McpToolCall as McpToolCall |
13 | 13 | from .search_result import SearchResult as SearchResult |
14 | 14 | from .webhook_param import WebhookParam as WebhookParam |
15 | 15 | from .beta_run_input import BetaRunInput as BetaRunInput |
16 | 16 | from .extract_result import ExtractResult as ExtractResult |
17 | | -from .findall_schema import FindAllSchema as FindAllSchema |
| 17 | +from .findall_schema import FindAllSchema as FindAllSchema, FindallSchema as FindallSchema |
18 | 18 | from .task_run_event import TaskRunEvent as TaskRunEvent |
19 | 19 | from .extract_response import ExtractResponse as ExtractResponse |
20 | 20 | from .mcp_server_param import McpServerParam as McpServerParam |
21 | 21 | from .task_group_status import TaskGroupStatus as TaskGroupStatus |
22 | 22 | from .web_search_result import WebSearchResult as WebSearchResult |
23 | 23 | from .beta_search_params import BetaSearchParams as BetaSearchParams |
24 | 24 | from .fetch_policy_param import FetchPolicyParam as FetchPolicyParam |
25 | | -from .findall_run_result import FindAllRunResult as FindAllRunResult |
| 25 | +from .findall_run_result import FindAllRunResult as FindAllRunResult, FindallRunResult as FindallRunResult |
26 | 26 | from .beta_extract_params import BetaExtractParams as BetaExtractParams |
27 | 27 | from .parallel_beta_param import ParallelBetaParam as ParallelBetaParam |
28 | 28 | from .beta_run_input_param import BetaRunInputParam as BetaRunInputParam |
29 | 29 | from .beta_task_run_result import BetaTaskRunResult as BetaTaskRunResult |
30 | | -from .findall_enrich_input import FindAllEnrichInput as FindAllEnrichInput |
31 | | -from .findall_create_params import FindAllCreateParams as FindAllCreateParams |
32 | | -from .findall_enrich_params import FindAllEnrichParams as FindAllEnrichParams |
33 | | -from .findall_events_params import FindAllEventsParams as FindAllEventsParams |
34 | | -from .findall_extend_params import FindAllExtendParams as FindAllExtendParams |
35 | | -from .findall_ingest_params import FindAllIngestParams as FindAllIngestParams |
| 30 | +from .findall_enrich_input import FindAllEnrichInput as FindAllEnrichInput, FindallEnrichInput as FindallEnrichInput |
| 31 | +from .findall_create_params import ( |
| 32 | + FindAllCreateParams as FindAllCreateParams, |
| 33 | + FindallCreateParams as FindallCreateParams, |
| 34 | +) |
| 35 | +from .findall_enrich_params import ( |
| 36 | + FindAllEnrichParams as FindAllEnrichParams, |
| 37 | + FindallEnrichParams as FindallEnrichParams, |
| 38 | +) |
| 39 | +from .findall_events_params import ( |
| 40 | + FindAllEventsParams as FindAllEventsParams, |
| 41 | + FindallEventsParams as FindallEventsParams, |
| 42 | +) |
| 43 | +from .findall_extend_params import ( |
| 44 | + FindAllExtendParams as FindAllExtendParams, |
| 45 | + FindallExtendParams as FindallExtendParams, |
| 46 | +) |
| 47 | +from .findall_ingest_params import ( |
| 48 | + FindAllIngestParams as FindAllIngestParams, |
| 49 | + FindallIngestParams as FindallIngestParams, |
| 50 | +) |
36 | 51 | from .excerpt_settings_param import ExcerptSettingsParam as ExcerptSettingsParam |
37 | 52 | from .task_run_create_params import TaskRunCreateParams as TaskRunCreateParams |
38 | 53 | from .task_run_result_params import TaskRunResultParams as TaskRunResultParams |
39 | | -from .findall_events_response import FindAllEventsResponse as FindAllEventsResponse |
| 54 | +from .findall_events_response import ( |
| 55 | + FindAllEventsResponse as FindAllEventsResponse, |
| 56 | + FindallEventsResponse as FindallEventsResponse, |
| 57 | +) |
40 | 58 | from .task_group_run_response import TaskGroupRunResponse as TaskGroupRunResponse |
41 | | -from .findall_run_status_event import FindAllRunStatusEvent as FindAllRunStatusEvent |
| 59 | +from .findall_run_status_event import ( |
| 60 | + FindAllRunStatusEvent as FindAllRunStatusEvent, |
| 61 | + FindallRunStatusEvent as FindallRunStatusEvent, |
| 62 | +) |
42 | 63 | from .task_group_create_params import TaskGroupCreateParams as TaskGroupCreateParams |
43 | 64 | from .task_group_events_params import TaskGroupEventsParams as TaskGroupEventsParams |
44 | 65 | from .task_run_events_response import TaskRunEventsResponse as TaskRunEventsResponse |
45 | | -from .findall_retrieve_response import FindallRetrieveResponse as FindallRetrieveResponse |
46 | 66 | from .task_group_add_runs_params import TaskGroupAddRunsParams as TaskGroupAddRunsParams |
47 | 67 | from .task_group_events_response import TaskGroupEventsResponse as TaskGroupEventsResponse |
48 | 68 | from .task_group_get_runs_params import TaskGroupGetRunsParams as TaskGroupGetRunsParams |
49 | | -from .findall_schema_updated_event import FindAllSchemaUpdatedEvent as FindAllSchemaUpdatedEvent |
| 69 | +from .findall_schema_updated_event import ( |
| 70 | + FindAllSchemaUpdatedEvent as FindAllSchemaUpdatedEvent, |
| 71 | + FindallSchemaUpdatedEvent as FindallSchemaUpdatedEvent, |
| 72 | +) |
50 | 73 | from .task_group_get_runs_response import TaskGroupGetRunsResponse as TaskGroupGetRunsResponse |
51 | | -from .findall_candidate_match_status_event import FindAllCandidateMatchStatusEvent as FindAllCandidateMatchStatusEvent |
| 74 | +from .findall_candidate_match_status_event import ( |
| 75 | + FindAllCandidateMatchStatusEvent as FindAllCandidateMatchStatusEvent, |
| 76 | + FindallCandidateMatchStatusEvent as FindallCandidateMatchStatusEvent, |
| 77 | +) |
0 commit comments