parallel-web 0.2.2 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +1 -1
  3. package/resources/beta/beta.d.mts +80 -33
  4. package/resources/beta/beta.d.mts.map +1 -1
  5. package/resources/beta/beta.d.ts +80 -33
  6. package/resources/beta/beta.d.ts.map +1 -1
  7. package/resources/beta/beta.js +7 -0
  8. package/resources/beta/beta.js.map +1 -1
  9. package/resources/beta/beta.mjs +7 -0
  10. package/resources/beta/beta.mjs.map +1 -1
  11. package/resources/beta/findall.d.mts +979 -0
  12. package/resources/beta/findall.d.mts.map +1 -0
  13. package/resources/beta/findall.d.ts +979 -0
  14. package/resources/beta/findall.d.ts.map +1 -0
  15. package/resources/beta/findall.js +155 -0
  16. package/resources/beta/findall.js.map +1 -0
  17. package/resources/beta/findall.mjs +151 -0
  18. package/resources/beta/findall.mjs.map +1 -0
  19. package/resources/beta/index.d.mts +1 -0
  20. package/resources/beta/index.d.mts.map +1 -1
  21. package/resources/beta/index.d.ts +1 -0
  22. package/resources/beta/index.d.ts.map +1 -1
  23. package/resources/beta/index.js +3 -1
  24. package/resources/beta/index.js.map +1 -1
  25. package/resources/beta/index.mjs +1 -0
  26. package/resources/beta/index.mjs.map +1 -1
  27. package/resources/beta/task-run.d.mts +1 -1
  28. package/resources/beta/task-run.d.mts.map +1 -1
  29. package/resources/beta/task-run.d.ts +1 -1
  30. package/resources/beta/task-run.d.ts.map +1 -1
  31. package/resources/shared.d.mts +6 -2
  32. package/resources/shared.d.mts.map +1 -1
  33. package/resources/shared.d.ts +6 -2
  34. package/resources/shared.d.ts.map +1 -1
  35. package/src/resources/beta/beta.ts +141 -33
  36. package/src/resources/beta/findall.ts +1295 -0
  37. package/src/resources/beta/index.ts +25 -0
  38. package/src/resources/beta/task-run.ts +2 -0
  39. package/src/resources/shared.ts +6 -2
  40. package/src/version.ts +1 -1
  41. package/version.d.mts +1 -1
  42. package/version.d.ts +1 -1
  43. package/version.js +1 -1
  44. package/version.mjs +1 -1
@@ -1,6 +1,31 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  export { Beta } from './beta';
4
+ export {
5
+ Findall,
6
+ type FindallCandidateMatchStatusEvent,
7
+ type FindallEnrichInput,
8
+ type FindallExtendInput,
9
+ type FindallRun,
10
+ type FindallRunInput,
11
+ type FindallRunResult,
12
+ type FindallRunStatusEvent,
13
+ type FindallSchema,
14
+ type FindallSchemaUpdatedEvent,
15
+ type IngestInput,
16
+ type FindallRetrieveResponse,
17
+ type FindallCancelResponse,
18
+ type FindallEventsResponse,
19
+ type FindallCreateParams,
20
+ type FindallRetrieveParams,
21
+ type FindallCancelParams,
22
+ type FindallEnrichParams,
23
+ type FindallEventsParams,
24
+ type FindallExtendParams,
25
+ type FindallIngestParams,
26
+ type FindallResultParams,
27
+ type FindallSchemaParams,
28
+ } from './findall';
4
29
  export {
5
30
  TaskGroup,
6
31
  type TaskGroupRunResponse,
@@ -305,6 +305,8 @@ export type ParallelBeta =
305
305
  | 'mcp-server-2025-07-17'
306
306
  | 'events-sse-2025-07-24'
307
307
  | 'webhook-2025-08-12'
308
+ | 'findall-2025-09-15'
309
+ | 'search-extract-2025-10-10'
308
310
  | (string & {});
309
311
 
310
312
  /**
@@ -43,13 +43,17 @@ export interface ErrorResponse {
43
43
  export interface SourcePolicy {
44
44
  /**
45
45
  * List of domains to exclude from results. If specified, sources from these
46
- * domains will be excluded.
46
+ * domains will be excluded. Accepts plain domains (e.g., example.com,
47
+ * subdomain.example.gov) or bare domain extension starting with a period (e.g.,
48
+ * .gov, .edu, .co.uk).
47
49
  */
48
50
  exclude_domains?: Array<string>;
49
51
 
50
52
  /**
51
53
  * List of domains to restrict the results to. If specified, only sources from
52
- * these domains will be included.
54
+ * these domains will be included. Accepts plain domains (e.g., example.com,
55
+ * subdomain.example.gov) or bare domain extension starting with a period (e.g.,
56
+ * .gov, .edu, .co.uk).
53
57
  */
54
58
  include_domains?: Array<string>;
55
59
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.2.2'; // x-release-please-version
1
+ export const VERSION = '0.2.4'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.2.2";
1
+ export declare const VERSION = "0.2.4";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.2.2";
1
+ export declare const VERSION = "0.2.4";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.2.2'; // x-release-please-version
4
+ exports.VERSION = '0.2.4'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.2.2'; // x-release-please-version
1
+ export const VERSION = '0.2.4'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map