@pipe0/client 0.0.35 → 0.0.37
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 +12 -0
- package/dist/generated/openapi.types.d.mts +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9686,7 +9686,7 @@ interface components {
|
|
|
9686
9686
|
* ]
|
|
9687
9687
|
*/
|
|
9688
9688
|
providers?: {
|
|
9689
|
-
/** @enum {string} */provider: "leadmagic" | "prospeo" | "amplemarket" | "findymail"
|
|
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: "
|
|
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"
|
|
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"
|
|
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;
|