@pipe0/client 0.0.10 → 0.0.11

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @pipe0/client
2
2
 
3
+ ## 0.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 880540f: Add website field to crustdata filters
8
+
3
9
  ## 0.0.10
4
10
 
5
11
  ### Patch Changes
@@ -8746,9 +8746,13 @@ export interface paths {
8746
8746
  /** @default [] */
8747
8747
  current_employers?: string[];
8748
8748
  /** @default [] */
8749
+ current_employers_website_urls?: string[];
8750
+ /** @default [] */
8749
8751
  current_job_titles?: string[];
8750
8752
  current_employers_linkedin_industries?: string[];
8751
8753
  years_at_current_company?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
8754
+ /** @default [] */
8755
+ previous_employers_website_urls?: string[];
8752
8756
  /** @default {
8753
8757
  * "include": [],
8754
8758
  * "exclude": []
@@ -9933,9 +9937,13 @@ export interface paths {
9933
9937
  /** @default [] */
9934
9938
  current_employers?: string[];
9935
9939
  /** @default [] */
9940
+ current_employers_website_urls?: string[];
9941
+ /** @default [] */
9936
9942
  current_job_titles?: string[];
9937
9943
  current_employers_linkedin_industries?: string[];
9938
9944
  years_at_current_company?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
9945
+ /** @default [] */
9946
+ previous_employers_website_urls?: string[];
9939
9947
  /** @default {
9940
9948
  * "include": [],
9941
9949
  * "exclude": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipe0/client",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "type": "module",