@pipe0/client 0.0.20 → 0.0.21
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 +6 -0
- package/dist/generated/openapi.types.d.ts +6 -20
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7396,26 +7396,19 @@ export interface components {
|
|
|
7396
7396
|
to?: number | null;
|
|
7397
7397
|
};
|
|
7398
7398
|
number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[];
|
|
7399
|
-
|
|
7400
|
-
|
|
7401
|
-
* "include": [],
|
|
7402
|
-
* "exclude": []
|
|
7403
|
-
* }
|
|
7404
|
-
*/
|
|
7405
|
-
follower_growth_last_6m_in_percent?: {
|
|
7399
|
+
follower_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
|
|
7400
|
+
profile_summary_keywords: {
|
|
7406
7401
|
/** @default [] */
|
|
7407
7402
|
include?: string[];
|
|
7408
7403
|
/** @default [] */
|
|
7409
7404
|
exclude?: string[];
|
|
7410
7405
|
};
|
|
7411
|
-
|
|
7406
|
+
competitor_websites: {
|
|
7412
7407
|
/** @default [] */
|
|
7413
7408
|
include?: string[];
|
|
7414
7409
|
/** @default [] */
|
|
7415
7410
|
exclude?: string[];
|
|
7416
7411
|
};
|
|
7417
|
-
/** @default [] */
|
|
7418
|
-
competitor_websites?: string[];
|
|
7419
7412
|
};
|
|
7420
7413
|
};
|
|
7421
7414
|
} | null;
|
|
@@ -8076,26 +8069,19 @@ export interface components {
|
|
|
8076
8069
|
to?: number | null;
|
|
8077
8070
|
};
|
|
8078
8071
|
number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[];
|
|
8079
|
-
|
|
8080
|
-
|
|
8081
|
-
* "include": [],
|
|
8082
|
-
* "exclude": []
|
|
8083
|
-
* }
|
|
8084
|
-
*/
|
|
8085
|
-
follower_growth_last_6m_in_percent?: {
|
|
8072
|
+
follower_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
|
|
8073
|
+
profile_summary_keywords: {
|
|
8086
8074
|
/** @default [] */
|
|
8087
8075
|
include?: string[];
|
|
8088
8076
|
/** @default [] */
|
|
8089
8077
|
exclude?: string[];
|
|
8090
8078
|
};
|
|
8091
|
-
|
|
8079
|
+
competitor_websites: {
|
|
8092
8080
|
/** @default [] */
|
|
8093
8081
|
include?: string[];
|
|
8094
8082
|
/** @default [] */
|
|
8095
8083
|
exclude?: string[];
|
|
8096
8084
|
};
|
|
8097
|
-
/** @default [] */
|
|
8098
|
-
competitor_websites?: string[];
|
|
8099
8085
|
};
|
|
8100
8086
|
};
|
|
8101
8087
|
});
|