@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
|
@@ -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": []
|