@pipe0/client 0.0.35 → 0.0.36

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.36
4
+
5
+ ### Patch Changes
6
+
7
+ - 6c621bd: Fix missing deps
8
+
3
9
  ## 0.0.35
4
10
 
5
11
  ### Patch Changes
@@ -9686,7 +9686,7 @@ interface components {
9686
9686
  * ]
9687
9687
  */
9688
9688
  providers?: {
9689
- /** @enum {string} */provider: "leadmagic" | "prospeo" | "amplemarket" | "findymail" | "clado";
9689
+ /** @enum {string} */provider: "leadmagic" | "prospeo" | "amplemarket" | "findymail";
9690
9690
  }[];
9691
9691
  input_fields?: {
9692
9692
  /**
@@ -9915,7 +9915,7 @@ interface components {
9915
9915
  * ]
9916
9916
  */
9917
9917
  providers?: {
9918
- /** @enum {string} */provider: "clado" | "leadmagic" | "mixrank";
9918
+ /** @enum {string} */provider: "leadmagic" | "mixrank";
9919
9919
  }[];
9920
9920
  input_fields?: {
9921
9921
  /**
@@ -10150,7 +10150,7 @@ interface components {
10150
10150
  * ]
10151
10151
  */
10152
10152
  providers?: {
10153
- /** @enum {string} */provider: "prospeo" | "icypeas" | "amplemarket" | "clado";
10153
+ /** @enum {string} */provider: "prospeo" | "icypeas" | "amplemarket";
10154
10154
  }[];
10155
10155
  input_fields?: {
10156
10156
  /**
@@ -11140,7 +11140,7 @@ interface components {
11140
11140
  * ]
11141
11141
  */
11142
11142
  providers?: {
11143
- /** @enum {string} */provider: "hunter" | "amplemarket" | "findymail" | "leadmagic" | "crustdata" | "clado";
11143
+ /** @enum {string} */provider: "hunter" | "amplemarket" | "findymail" | "leadmagic" | "crustdata";
11144
11144
  }[]; /** @default true */
11145
11145
  allow_catch_all_emails?: boolean; /** @default true */
11146
11146
  allow_risky_emails?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipe0/client",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "type": "module",