@pipe0/client 0.0.14 → 0.0.16

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,17 @@
1
1
  # @pipe0/client
2
2
 
3
+ ## 0.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 3d88628: Fix: wrong search config
8
+
9
+ ## 0.0.15
10
+
11
+ ### Patch Changes
12
+
13
+ - 1154459: Add new filters to icypeas people finder
14
+
3
15
  ## 0.0.14
4
16
 
5
17
  ### Patch Changes
@@ -6061,6 +6061,18 @@ export interface components {
6061
6061
  /** @default [] */
6062
6062
  exclude?: string[];
6063
6063
  };
6064
+ currentEmployersWebsiteUrls?: {
6065
+ /** @default [] */
6066
+ include?: string[];
6067
+ /** @default [] */
6068
+ exclude?: string[];
6069
+ };
6070
+ pastEmployersWebsiteUrls?: {
6071
+ /** @default [] */
6072
+ include?: string[];
6073
+ /** @default [] */
6074
+ exclude?: string[];
6075
+ };
6064
6076
  pastJobTitle?: {
6065
6077
  /** @default [] */
6066
6078
  include?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipe0/client",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "type": "module",