@pipe0/ops 0.0.1
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/README.md +68 -0
- package/dist/api/core-client.types.d.ts +9259 -0
- package/dist/fields/field-catalog.d.ts +5095 -0
- package/dist/fields/json-meta/fields/builtwith-domain-stack.d.ts +14 -0
- package/dist/fields/json-meta/fields/clado-person-match-v2.d.ts +639 -0
- package/dist/fields/json-meta/fields/clado-person-match.d.ts +139 -0
- package/dist/fields/json-meta/fields/exa_match_evaluation.d.ts +18 -0
- package/dist/fields/json-meta/fields/funding_history.d.ts +10 -0
- package/dist/fields/json-meta/fields/icypeas-company-match.d.ts +30 -0
- package/dist/fields/json-meta/fields/icypeas-person-match.d.ts +22 -0
- package/dist/fields/json-meta/fields/leadmagic-fields.d.ts +25 -0
- package/dist/fields/json-meta/fields/million-verifier-validation-match.d.ts +25 -0
- package/dist/fields/json-meta/fields/oceanio-company-match.d.ts +133 -0
- package/dist/fields/json-meta/fields/profile.d.ts +82 -0
- package/dist/fields/json-meta/fields/scrape-batch-result.d.ts +11 -0
- package/dist/fields/json-meta/fields/website-link-list.d.ts +7 -0
- package/dist/fields/json-meta/fields/zerobounce-validation-match.d.ts +28 -0
- package/dist/fields/schemas.d.ts +18 -0
- package/dist/fields/utils/field-utils.d.ts +2 -0
- package/dist/fields/utils/flag-from.d.ts +12 -0
- package/dist/fields/utils/linkedin-display-value.d.ts +1 -0
- package/dist/form-generation/fields.d.ts +518 -0
- package/dist/form-generation/get-pipes-form-config.d.ts +13 -0
- package/dist/form-generation/get-searches-form-config.d.ts +7 -0
- package/dist/index.d.ts +49 -0
- package/dist/index.js +31112 -0
- package/dist/payload-config/provider-info.d.ts +1 -0
- package/dist/pipes/catalog/entries/company-funding-leadmagic-1.d.ts +257 -0
- package/dist/pipes/catalog/entries/company-identity-2.d.ts +232 -0
- package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +207 -0
- package/dist/pipes/catalog/entries/company-overview-2.d.ts +297 -0
- package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +248 -0
- package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +206 -0
- package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +218 -0
- package/dist/pipes/catalog/entries/deprecated/company-identity-1.d.ts +235 -0
- package/dist/pipes/catalog/entries/deprecated/company-overview-1.d.ts +288 -0
- package/dist/pipes/catalog/entries/deprecated/people-email-validate-zerobounce-1.d.ts +203 -0
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +253 -0
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +237 -0
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofile-waterfall-1.d.ts +241 -0
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-email-waterfall-1.d.ts +242 -0
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-name-1.d.ts +216 -0
- package/dist/pipes/catalog/entries/deprecated/people-validate-email-zero-bounce-1.d.ts +212 -0
- package/dist/pipes/catalog/entries/email-send-gmail.d.ts +224 -0
- package/dist/pipes/catalog/entries/email-send-resend-1.d.ts +227 -0
- package/dist/pipes/catalog/entries/email-write-1.d.ts +260 -0
- package/dist/pipes/catalog/entries/fields-merge-1.d.ts +187 -0
- package/dist/pipes/catalog/entries/json-extract-1.d.ts +240 -0
- package/dist/pipes/catalog/entries/message-send-slack-1.d.ts +206 -0
- package/dist/pipes/catalog/entries/message-write-1.d.ts +226 -0
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +207 -0
- package/dist/pipes/catalog/entries/people-email-validate-million-1.d.ts +212 -0
- package/dist/pipes/catalog/entries/people-email-validate-zerobounce-2.d.ts +212 -0
- package/dist/pipes/catalog/entries/people-name-join-1.d.ts +224 -0
- package/dist/pipes/catalog/entries/people-name-split-1.d.ts +220 -0
- package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +262 -0
- package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +266 -0
- package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +234 -0
- package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +254 -0
- package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +239 -0
- package/dist/pipes/catalog/entries/people-profileurl-name-1.d.ts +213 -0
- package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +279 -0
- package/dist/pipes/catalog/entries/prompt-run-1.d.ts +217 -0
- package/dist/pipes/catalog/entries/sheet-append-1.d.ts +195 -0
- package/dist/pipes/catalog/entries/sheet-expandappend-1.d.ts +207 -0
- package/dist/pipes/catalog/entries/template-fill-1.d.ts +183 -0
- package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +214 -0
- package/dist/pipes/catalog/entries/website-maplinks-firecrawl-1.d.ts +225 -0
- package/dist/pipes/catalog/entries/website-scrape-firecrawl-1.d.ts +227 -0
- package/dist/pipes/catalog/entries/website-scrapelist-firecrawl-1.d.ts +216 -0
- package/dist/pipes/catalog/pipe.d.ts +1866 -0
- package/dist/pipes/catalog/pipes-catalog.d.ts +15435 -0
- package/dist/pipes/catalog/types.d.ts +109 -0
- package/dist/pipes/catalog/utils/find-fields-in-ctx.d.ts +11 -0
- package/dist/pipes/catalog/utils/get-pipe-hash-key.d.ts +4 -0
- package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +6 -0
- package/dist/pipes/catalog/utils/get-provider-billable-operation.d.ts +6 -0
- package/dist/pipes/catalog/utils/index.d.ts +389 -0
- package/dist/pipes/catalog/utils/lazy-property-resolve.d.ts +3 -0
- package/dist/pipes/field-annotations/field-annotations.d.ts +12 -0
- package/dist/pipes/pipes-validator/pipes-validator-utils.d.ts +15 -0
- package/dist/pipes/pipes-validator/pipes-validator.conditions.test.d.ts +1 -0
- package/dist/pipes/pipes-validator/pipes-validator.d.ts +15 -0
- package/dist/pipes/pipes-validator/transform-into-response.d.ts +18 -0
- package/dist/pipes/providers/provider-catalog.d.ts +242 -0
- package/dist/pipes/providers/provider-utils.d.ts +230 -0
- package/dist/pipes/utils/build-dependency-graph.d.ts +15 -0
- package/dist/pipes/utils/clean-payload.d.ts +2 -0
- package/dist/pipes/utils/clean-record-value.d.ts +2 -0
- package/dist/pipes/utils/config-defaults.d.ts +1 -0
- package/dist/pipes/utils/errors.d.ts +219 -0
- package/dist/pipes/utils/get-json-values.d.ts +1 -0
- package/dist/pipes/utils/helpers-widgets.d.ts +17 -0
- package/dist/pipes/utils/helpers.d.ts +13 -0
- package/dist/pipes/utils/input-groups-satisfied.d.ts +13 -0
- package/dist/pipes/utils/parse-prompt-tags.d.ts +41 -0
- package/dist/pipes/utils/pipes-utils.d.ts +382 -0
- package/dist/pipes/utils/schemas-primitives.d.ts +1710 -0
- package/dist/pipes/utils/types.d.ts +5 -0
- package/dist/searches/catalog/entries/companies-profiles-exa-1.d.ts +159 -0
- package/dist/searches/catalog/entries/companies-profiles-icypeas-1.d.ts +265 -0
- package/dist/searches/catalog/entries/deprecated/people-profiles-clado-1.d.ts +162 -0
- package/dist/searches/catalog/entries/people-employees-leadmagic-1.d.ts +135 -0
- package/dist/searches/catalog/entries/people-profiles-clado-2.d.ts +165 -0
- package/dist/searches/catalog/entries/people-profiles-exa-1.d.ts +159 -0
- package/dist/searches/catalog/entries/people-profiles-icypeas-1.d.ts +301 -0
- package/dist/searches/catalog/search.d.ts +26 -0
- package/dist/searches/catalog/searches-catalog.d.ts +2925 -0
- package/dist/searches/catalog/types.d.ts +32 -0
- package/dist/searches/catalog/utils/index.d.ts +1 -0
- package/dist/searches/errors.d.ts +11 -0
- package/dist/searches/index.d.ts +751 -0
- package/dist/searches/schemas.d.ts +12 -0
- package/dist/searches/searches-validator.d.ts +5 -0
- package/dist/searches/types.d.ts +17 -0
- package/dist/searches/utils/get-search-instances.d.ts +3 -0
- package/dist/searches/utils/index.d.ts +2 -0
- package/dist/searches/utils/is-filters-empty.d.ts +1 -0
- package/dist/utils/catalog-tags.d.ts +25 -0
- package/dist/utils/catalog-utils.d.ts +11 -0
- package/dist/utils/clean-object.d.ts +1 -0
- package/dist/utils/clean-url.d.ts +24 -0
- package/dist/utils/connection-id.d.ts +8 -0
- package/dist/utils/hasher.d.ts +8 -0
- package/dist/utils/icons.d.ts +1 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/json-schema-utils.d.ts +3 -0
- package/dist/utils/pixelart.d.ts +13 -0
- package/dist/utils/schemas.d.ts +113 -0
- package/dist/utils/types.d.ts +4 -0
- package/package.json +69 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const TechnologyListSchema: z.ZodArray<z.ZodString>;
|
|
3
|
+
export declare const technologyListExampleValue: z.infer<typeof TechnologyListSchema>;
|
|
4
|
+
export declare const BuiltWithTechStackTransformedRespoonseSchema: z.ZodObject<{
|
|
5
|
+
spend_history: z.ZodArray<z.ZodObject<{
|
|
6
|
+
date: z.ZodString;
|
|
7
|
+
spend_usd: z.ZodNumber;
|
|
8
|
+
}, z.core.$strip>>;
|
|
9
|
+
spending_trend: z.ZodNumber;
|
|
10
|
+
technology_list: z.ZodArray<z.ZodString>;
|
|
11
|
+
technologies_by_tag: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString>>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
export type BuiltWithTechStackTransformedRespoonse = z.infer<typeof BuiltWithTechStackTransformedRespoonseSchema>;
|
|
14
|
+
export declare const builtWithTechMatchExample: BuiltWithTechStackTransformedRespoonse;
|
|
@@ -0,0 +1,639 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const CladoPersonMatchV2Schema: z.ZodObject<{
|
|
3
|
+
profile: z.ZodObject<{
|
|
4
|
+
id: z.ZodNullable<z.ZodString>;
|
|
5
|
+
name: z.ZodNullable<z.ZodString>;
|
|
6
|
+
full_name: z.ZodNullable<z.ZodString>;
|
|
7
|
+
first_name: z.ZodNullable<z.ZodString>;
|
|
8
|
+
first_name_initial: z.ZodNullable<z.ZodString>;
|
|
9
|
+
middle_name: z.ZodNullable<z.ZodString>;
|
|
10
|
+
middle_name_initial: z.ZodNullable<z.ZodString>;
|
|
11
|
+
last_name: z.ZodNullable<z.ZodString>;
|
|
12
|
+
last_name_initial: z.ZodNullable<z.ZodString>;
|
|
13
|
+
headline: z.ZodNullable<z.ZodString>;
|
|
14
|
+
description: z.ZodNullable<z.ZodString>;
|
|
15
|
+
summary: z.ZodNullable<z.ZodString>;
|
|
16
|
+
picture_permalink: z.ZodNullable<z.ZodString>;
|
|
17
|
+
picture_url: z.ZodNullable<z.ZodString>;
|
|
18
|
+
location: z.ZodNullable<z.ZodString>;
|
|
19
|
+
location_full: z.ZodNullable<z.ZodString>;
|
|
20
|
+
location_country: z.ZodNullable<z.ZodString>;
|
|
21
|
+
location_city: z.ZodNullable<z.ZodString>;
|
|
22
|
+
location_state: z.ZodNullable<z.ZodString>;
|
|
23
|
+
location_country_iso2: z.ZodNullable<z.ZodString>;
|
|
24
|
+
location_country_iso3: z.ZodNullable<z.ZodString>;
|
|
25
|
+
location_regions: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
26
|
+
linkedin_url: z.ZodNullable<z.ZodString>;
|
|
27
|
+
linkedin_shorthand_names: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
28
|
+
connections_count: z.ZodNullable<z.ZodNumber>;
|
|
29
|
+
followers_count: z.ZodNullable<z.ZodNumber>;
|
|
30
|
+
post_count: z.ZodNullable<z.ZodNumber>;
|
|
31
|
+
posts: z.ZodNullable<z.ZodString>;
|
|
32
|
+
liked_posts: z.ZodNullable<z.ZodString>;
|
|
33
|
+
recommendations: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
34
|
+
recommendation: z.ZodNullable<z.ZodString>;
|
|
35
|
+
referee_full_name: z.ZodNullable<z.ZodString>;
|
|
36
|
+
referee_url: z.ZodNullable<z.ZodString>;
|
|
37
|
+
order_in_profile: z.ZodNullable<z.ZodNumber>;
|
|
38
|
+
}, z.core.$strip>>>;
|
|
39
|
+
recommendations_count: z.ZodNullable<z.ZodNumber>;
|
|
40
|
+
is_working: z.ZodNullable<z.ZodNumber>;
|
|
41
|
+
is_decision_maker: z.ZodNullable<z.ZodNumber>;
|
|
42
|
+
total_experience_duration_months: z.ZodNullable<z.ZodNumber>;
|
|
43
|
+
total_experience_duration_months_breakdown_department: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
44
|
+
department: z.ZodNullable<z.ZodString>;
|
|
45
|
+
management_level: z.ZodNullable<z.ZodString>;
|
|
46
|
+
total_experience_duration_months: z.ZodNullable<z.ZodNumber>;
|
|
47
|
+
}, z.core.$strip>>>;
|
|
48
|
+
total_experience_duration_months_breakdown_management_level: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
49
|
+
department: z.ZodNullable<z.ZodString>;
|
|
50
|
+
management_level: z.ZodNullable<z.ZodString>;
|
|
51
|
+
total_experience_duration_months: z.ZodNullable<z.ZodNumber>;
|
|
52
|
+
}, z.core.$strip>>>;
|
|
53
|
+
active_experience_company_id: z.ZodNullable<z.ZodNumber>;
|
|
54
|
+
active_experience_title: z.ZodNullable<z.ZodString>;
|
|
55
|
+
active_experience_description: z.ZodNullable<z.ZodString>;
|
|
56
|
+
active_experience_department: z.ZodNullable<z.ZodString>;
|
|
57
|
+
active_experience_management_level: z.ZodNullable<z.ZodString>;
|
|
58
|
+
skills: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
59
|
+
inferred_skills: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
60
|
+
historical_skills: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
61
|
+
interests: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
62
|
+
services: z.ZodNullable<z.ZodUnknown>;
|
|
63
|
+
last_graduation_date: z.ZodNullable<z.ZodNumber>;
|
|
64
|
+
education_degrees: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
65
|
+
projected_total_salary: z.ZodNullable<z.ZodNumber>;
|
|
66
|
+
projected_base_salary_p25: z.ZodNullable<z.ZodNumber>;
|
|
67
|
+
projected_base_salary_median: z.ZodNullable<z.ZodNumber>;
|
|
68
|
+
projected_base_salary_p75: z.ZodNullable<z.ZodNumber>;
|
|
69
|
+
projected_base_salary_period: z.ZodNullable<z.ZodString>;
|
|
70
|
+
projected_base_salary_currency: z.ZodNullable<z.ZodString>;
|
|
71
|
+
projected_base_salary_updated_at: z.ZodNullable<z.ZodString>;
|
|
72
|
+
projected_additional_salary_period: z.ZodNullable<z.ZodString>;
|
|
73
|
+
projected_additional_salary_currency: z.ZodNullable<z.ZodString>;
|
|
74
|
+
projected_additional_salary_updated_at: z.ZodNullable<z.ZodString>;
|
|
75
|
+
projected_total_salary_p25: z.ZodNullable<z.ZodNumber>;
|
|
76
|
+
projected_total_salary_median: z.ZodNullable<z.ZodNumber>;
|
|
77
|
+
projected_total_salary_p75: z.ZodNullable<z.ZodNumber>;
|
|
78
|
+
projected_total_salary_period: z.ZodNullable<z.ZodString>;
|
|
79
|
+
projected_total_salary_currency: z.ZodNullable<z.ZodString>;
|
|
80
|
+
projected_total_salary_updated_at: z.ZodNullable<z.ZodString>;
|
|
81
|
+
projected_additional_salary: z.ZodNullable<z.ZodArray<z.ZodUnknown>>;
|
|
82
|
+
patents_count: z.ZodNullable<z.ZodNumber>;
|
|
83
|
+
patents_topics: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
84
|
+
publications_count: z.ZodNullable<z.ZodNumber>;
|
|
85
|
+
publications_topics: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
86
|
+
projects_count: z.ZodNullable<z.ZodNumber>;
|
|
87
|
+
projects_topics: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
88
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
89
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
90
|
+
checked_at: z.ZodNullable<z.ZodString>;
|
|
91
|
+
changed_at: z.ZodNullable<z.ZodString>;
|
|
92
|
+
experience_change_last_identified_at: z.ZodNullable<z.ZodString>;
|
|
93
|
+
op_created_at: z.ZodNullable<z.ZodString>;
|
|
94
|
+
op_updated_at: z.ZodNullable<z.ZodString>;
|
|
95
|
+
profile_root_field_changes_summary: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
96
|
+
field_name: z.ZodNullable<z.ZodString>;
|
|
97
|
+
change_type: z.ZodNullable<z.ZodString>;
|
|
98
|
+
last_changed_at: z.ZodNullable<z.ZodString>;
|
|
99
|
+
}, z.core.$strip>>>;
|
|
100
|
+
profile_collection_field_changes_summary: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
101
|
+
field_name: z.ZodNullable<z.ZodString>;
|
|
102
|
+
last_changed_at: z.ZodNullable<z.ZodString>;
|
|
103
|
+
}, z.core.$strip>>>;
|
|
104
|
+
experience_recently_started: z.ZodNullable<z.ZodArray<z.ZodUnknown>>;
|
|
105
|
+
experience_recently_closed: z.ZodNullable<z.ZodArray<z.ZodUnknown>>;
|
|
106
|
+
}, z.core.$strip>;
|
|
107
|
+
experience: z.ZodArray<z.ZodObject<{
|
|
108
|
+
active_experience: z.ZodNullable<z.ZodNumber>;
|
|
109
|
+
position_title: z.ZodNullable<z.ZodString>;
|
|
110
|
+
department: z.ZodNullable<z.ZodString>;
|
|
111
|
+
management_level: z.ZodNullable<z.ZodString>;
|
|
112
|
+
location: z.ZodNullable<z.ZodString>;
|
|
113
|
+
description: z.ZodNullable<z.ZodString>;
|
|
114
|
+
date_from: z.ZodNullable<z.ZodString>;
|
|
115
|
+
date_from_year: z.ZodNullable<z.ZodNumber>;
|
|
116
|
+
date_from_month: z.ZodNullable<z.ZodNumber>;
|
|
117
|
+
date_to: z.ZodNullable<z.ZodString>;
|
|
118
|
+
date_to_year: z.ZodNullable<z.ZodNumber>;
|
|
119
|
+
date_to_month: z.ZodNullable<z.ZodNumber>;
|
|
120
|
+
duration_months: z.ZodNullable<z.ZodNumber>;
|
|
121
|
+
company_id: z.ZodNullable<z.ZodNumber>;
|
|
122
|
+
company_name: z.ZodNullable<z.ZodString>;
|
|
123
|
+
company_type: z.ZodNullable<z.ZodString>;
|
|
124
|
+
company_founded_year: z.ZodNullable<z.ZodNumber>;
|
|
125
|
+
company_followers_count: z.ZodNullable<z.ZodNumber>;
|
|
126
|
+
company_website: z.ZodNullable<z.ZodString>;
|
|
127
|
+
company_facebook_url: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
128
|
+
company_twitter_url: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
129
|
+
company_professional_network_url: z.ZodNullable<z.ZodString>;
|
|
130
|
+
company_linkedin_url: z.ZodNullable<z.ZodString>;
|
|
131
|
+
company_size_range: z.ZodNullable<z.ZodString>;
|
|
132
|
+
company_employees_count: z.ZodNullable<z.ZodNumber>;
|
|
133
|
+
company_industry: z.ZodNullable<z.ZodString>;
|
|
134
|
+
company_categories_and_keywords: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
135
|
+
company_annual_revenue_source_1: z.ZodNullable<z.ZodNumber>;
|
|
136
|
+
company_annual_revenue_currency_source_1: z.ZodNullable<z.ZodString>;
|
|
137
|
+
company_annual_revenue_source_5: z.ZodNullable<z.ZodNumber>;
|
|
138
|
+
company_annual_revenue_currency_source_5: z.ZodNullable<z.ZodString>;
|
|
139
|
+
company_employees_count_change_yearly_percentage: z.ZodNullable<z.ZodNumber>;
|
|
140
|
+
company_last_funding_round_date: z.ZodNullable<z.ZodString>;
|
|
141
|
+
company_last_funding_round_amount_raised: z.ZodNullable<z.ZodNumber>;
|
|
142
|
+
company_hq_full_address: z.ZodNullable<z.ZodString>;
|
|
143
|
+
company_hq_country: z.ZodNullable<z.ZodString>;
|
|
144
|
+
company_hq_regions: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
145
|
+
company_hq_country_iso2: z.ZodNullable<z.ZodString>;
|
|
146
|
+
company_hq_country_iso3: z.ZodNullable<z.ZodString>;
|
|
147
|
+
company_hq_city: z.ZodNullable<z.ZodString>;
|
|
148
|
+
company_hq_state: z.ZodNullable<z.ZodString>;
|
|
149
|
+
company_hq_street: z.ZodNullable<z.ZodString>;
|
|
150
|
+
company_hq_zipcode: z.ZodNullable<z.ZodString>;
|
|
151
|
+
company_last_updated_at: z.ZodNullable<z.ZodString>;
|
|
152
|
+
company_stock_ticker: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
153
|
+
company_is_b2b: z.ZodNullable<z.ZodNumber>;
|
|
154
|
+
order_in_profile: z.ZodNullable<z.ZodNumber>;
|
|
155
|
+
}, z.core.$strip>>;
|
|
156
|
+
education: z.ZodArray<z.ZodObject<{
|
|
157
|
+
degree: z.ZodNullable<z.ZodString>;
|
|
158
|
+
description: z.ZodNullable<z.ZodString>;
|
|
159
|
+
institution_url: z.ZodNullable<z.ZodString>;
|
|
160
|
+
institution_name: z.ZodNullable<z.ZodString>;
|
|
161
|
+
institution_full_address: z.ZodNullable<z.ZodString>;
|
|
162
|
+
institution_country_iso2: z.ZodNullable<z.ZodString>;
|
|
163
|
+
institution_country_iso3: z.ZodNullable<z.ZodString>;
|
|
164
|
+
institution_regions: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
165
|
+
institution_city: z.ZodNullable<z.ZodString>;
|
|
166
|
+
institution_state: z.ZodNullable<z.ZodString>;
|
|
167
|
+
institution_street: z.ZodNullable<z.ZodString>;
|
|
168
|
+
institution_zipcode: z.ZodNullable<z.ZodString>;
|
|
169
|
+
date_from_year: z.ZodNullable<z.ZodNumber>;
|
|
170
|
+
date_to_year: z.ZodNullable<z.ZodNumber>;
|
|
171
|
+
activities_and_societies: z.ZodNullable<z.ZodString>;
|
|
172
|
+
order_in_profile: z.ZodNullable<z.ZodNumber>;
|
|
173
|
+
}, z.core.$strip>>;
|
|
174
|
+
languages: z.ZodArray<z.ZodObject<{
|
|
175
|
+
language: z.ZodNullable<z.ZodString>;
|
|
176
|
+
proficiency: z.ZodNullable<z.ZodString>;
|
|
177
|
+
order_in_profile: z.ZodNullable<z.ZodNumber>;
|
|
178
|
+
}, z.core.$strip>>;
|
|
179
|
+
awards: z.ZodArray<z.ZodObject<{
|
|
180
|
+
title: z.ZodNullable<z.ZodString>;
|
|
181
|
+
issuer: z.ZodNullable<z.ZodString>;
|
|
182
|
+
date_year: z.ZodNullable<z.ZodInt>;
|
|
183
|
+
date_month: z.ZodNullable<z.ZodInt>;
|
|
184
|
+
order_in_profile: z.ZodNullable<z.ZodInt>;
|
|
185
|
+
}, z.core.$strip>>;
|
|
186
|
+
certifications: z.ZodArray<z.ZodObject<{
|
|
187
|
+
title: z.ZodNullable<z.ZodString>;
|
|
188
|
+
issuer: z.ZodNullable<z.ZodString>;
|
|
189
|
+
date_from_year: z.ZodNullable<z.ZodNumber>;
|
|
190
|
+
date_from_month: z.ZodNullable<z.ZodNumber>;
|
|
191
|
+
date_to_year: z.ZodNullable<z.ZodNumber>;
|
|
192
|
+
date_to_month: z.ZodNullable<z.ZodNumber>;
|
|
193
|
+
}, z.core.$strip>>;
|
|
194
|
+
organizations: z.ZodArray<z.ZodObject<{
|
|
195
|
+
organization_name: z.ZodNullable<z.ZodString>;
|
|
196
|
+
position: z.ZodNullable<z.ZodString>;
|
|
197
|
+
description: z.ZodNullable<z.ZodString>;
|
|
198
|
+
date_from_year: z.ZodNullable<z.ZodInt>;
|
|
199
|
+
date_from_month: z.ZodNullable<z.ZodInt>;
|
|
200
|
+
date_to_year: z.ZodNullable<z.ZodInt>;
|
|
201
|
+
date_to_month: z.ZodNullable<z.ZodInt>;
|
|
202
|
+
}, z.core.$strip>>;
|
|
203
|
+
patents: z.ZodArray<z.ZodObject<{
|
|
204
|
+
title: z.ZodString;
|
|
205
|
+
description: z.ZodNullable<z.ZodString>;
|
|
206
|
+
status: z.ZodNullable<z.ZodString>;
|
|
207
|
+
date_year: z.ZodNullable<z.ZodInt>;
|
|
208
|
+
date_month: z.ZodNullable<z.ZodInt>;
|
|
209
|
+
}, z.core.$strip>>;
|
|
210
|
+
projects: z.ZodArray<z.ZodObject<{
|
|
211
|
+
name: z.ZodNullable<z.ZodString>;
|
|
212
|
+
description: z.ZodNullable<z.ZodString>;
|
|
213
|
+
date_from_year: z.ZodNullable<z.ZodNumber>;
|
|
214
|
+
date_from_month: z.ZodNullable<z.ZodNumber>;
|
|
215
|
+
date_to_year: z.ZodNullable<z.ZodNumber>;
|
|
216
|
+
date_to_month: z.ZodNullable<z.ZodNumber>;
|
|
217
|
+
}, z.core.$strip>>;
|
|
218
|
+
publications: z.ZodArray<z.ZodObject<{
|
|
219
|
+
title: z.ZodNullable<z.ZodString>;
|
|
220
|
+
description: z.ZodNullable<z.ZodString>;
|
|
221
|
+
publisher_names: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
222
|
+
date_year: z.ZodNullable<z.ZodInt>;
|
|
223
|
+
date_month: z.ZodNullable<z.ZodInt>;
|
|
224
|
+
}, z.core.$strip>>;
|
|
225
|
+
github_repos: z.ZodArray<z.ZodObject<{
|
|
226
|
+
name: z.ZodNullable<z.ZodString>;
|
|
227
|
+
summary: z.ZodNullable<z.ZodString>;
|
|
228
|
+
stars: z.ZodNullable<z.ZodInt>;
|
|
229
|
+
contributions_count: z.ZodNullable<z.ZodInt>;
|
|
230
|
+
}, z.core.$strip>>;
|
|
231
|
+
courses: z.ZodArray<z.ZodObject<{
|
|
232
|
+
organizer: z.ZodNullable<z.ZodString>;
|
|
233
|
+
title: z.ZodString;
|
|
234
|
+
order_in_profile: z.ZodInt;
|
|
235
|
+
}, z.core.$strip>>;
|
|
236
|
+
match_data: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
237
|
+
reasoning: z.ZodNullable<z.ZodString>;
|
|
238
|
+
answer: z.ZodNullable<z.ZodString>;
|
|
239
|
+
}, z.core.$strip>>>;
|
|
240
|
+
}, z.core.$strip>;
|
|
241
|
+
export type CladoPersonMatchV2 = z.infer<typeof CladoPersonMatchV2Schema>;
|
|
242
|
+
export declare const cladoPersonMatchV2ExampleValue: {
|
|
243
|
+
profile: {
|
|
244
|
+
id: string;
|
|
245
|
+
name: string;
|
|
246
|
+
full_name: string;
|
|
247
|
+
first_name: string;
|
|
248
|
+
first_name_initial: string;
|
|
249
|
+
middle_name: null;
|
|
250
|
+
middle_name_initial: null;
|
|
251
|
+
last_name: string;
|
|
252
|
+
last_name_initial: string;
|
|
253
|
+
headline: string;
|
|
254
|
+
description: string;
|
|
255
|
+
summary: string;
|
|
256
|
+
picture_permalink: string;
|
|
257
|
+
picture_url: string;
|
|
258
|
+
location: string;
|
|
259
|
+
location_full: string;
|
|
260
|
+
location_country: string;
|
|
261
|
+
location_city: string;
|
|
262
|
+
location_state: string;
|
|
263
|
+
location_country_iso2: string;
|
|
264
|
+
location_country_iso3: string;
|
|
265
|
+
location_regions: string[];
|
|
266
|
+
linkedin_url: string;
|
|
267
|
+
linkedin_shorthand_names: string[];
|
|
268
|
+
connections_count: number;
|
|
269
|
+
followers_count: number;
|
|
270
|
+
post_count: number;
|
|
271
|
+
posts: string;
|
|
272
|
+
liked_posts: string;
|
|
273
|
+
recommendations: {
|
|
274
|
+
recommendation: string;
|
|
275
|
+
referee_full_name: string;
|
|
276
|
+
referee_url: string;
|
|
277
|
+
order_in_profile: number;
|
|
278
|
+
}[];
|
|
279
|
+
recommendations_count: number;
|
|
280
|
+
is_working: number;
|
|
281
|
+
is_decision_maker: number;
|
|
282
|
+
total_experience_duration_months: number;
|
|
283
|
+
total_experience_duration_months_breakdown_department: {
|
|
284
|
+
department: string;
|
|
285
|
+
management_level: null;
|
|
286
|
+
total_experience_duration_months: number;
|
|
287
|
+
}[];
|
|
288
|
+
total_experience_duration_months_breakdown_management_level: {
|
|
289
|
+
department: null;
|
|
290
|
+
management_level: string;
|
|
291
|
+
total_experience_duration_months: number;
|
|
292
|
+
}[];
|
|
293
|
+
active_experience_company_id: number;
|
|
294
|
+
active_experience_title: string;
|
|
295
|
+
active_experience_description: string;
|
|
296
|
+
active_experience_department: string;
|
|
297
|
+
active_experience_management_level: string;
|
|
298
|
+
skills: never[];
|
|
299
|
+
inferred_skills: string[];
|
|
300
|
+
historical_skills: never[];
|
|
301
|
+
interests: never[];
|
|
302
|
+
services: null;
|
|
303
|
+
last_graduation_date: number;
|
|
304
|
+
education_degrees: string[];
|
|
305
|
+
projected_total_salary: number;
|
|
306
|
+
projected_base_salary_p25: null;
|
|
307
|
+
projected_base_salary_median: null;
|
|
308
|
+
projected_base_salary_p75: null;
|
|
309
|
+
projected_base_salary_period: null;
|
|
310
|
+
projected_base_salary_currency: null;
|
|
311
|
+
projected_base_salary_updated_at: null;
|
|
312
|
+
projected_additional_salary_period: null;
|
|
313
|
+
projected_additional_salary_currency: null;
|
|
314
|
+
projected_additional_salary_updated_at: null;
|
|
315
|
+
projected_total_salary_p25: null;
|
|
316
|
+
projected_total_salary_median: null;
|
|
317
|
+
projected_total_salary_p75: null;
|
|
318
|
+
projected_total_salary_period: null;
|
|
319
|
+
projected_total_salary_currency: null;
|
|
320
|
+
projected_total_salary_updated_at: null;
|
|
321
|
+
projected_additional_salary: never[];
|
|
322
|
+
patents_count: null;
|
|
323
|
+
patents_topics: never[];
|
|
324
|
+
publications_count: null;
|
|
325
|
+
publications_topics: never[];
|
|
326
|
+
projects_count: number;
|
|
327
|
+
projects_topics: string[];
|
|
328
|
+
created_at: string;
|
|
329
|
+
updated_at: string;
|
|
330
|
+
checked_at: string;
|
|
331
|
+
changed_at: string;
|
|
332
|
+
experience_change_last_identified_at: null;
|
|
333
|
+
op_created_at: string;
|
|
334
|
+
op_updated_at: string;
|
|
335
|
+
profile_root_field_changes_summary: {
|
|
336
|
+
field_name: string;
|
|
337
|
+
change_type: string;
|
|
338
|
+
last_changed_at: string;
|
|
339
|
+
}[];
|
|
340
|
+
profile_collection_field_changes_summary: {
|
|
341
|
+
field_name: string;
|
|
342
|
+
last_changed_at: string;
|
|
343
|
+
}[];
|
|
344
|
+
experience_recently_started: never[];
|
|
345
|
+
experience_recently_closed: never[];
|
|
346
|
+
};
|
|
347
|
+
experience: ({
|
|
348
|
+
active_experience: number;
|
|
349
|
+
position_title: string;
|
|
350
|
+
department: string;
|
|
351
|
+
management_level: string;
|
|
352
|
+
location: string;
|
|
353
|
+
description: string;
|
|
354
|
+
date_from: string;
|
|
355
|
+
date_from_year: number;
|
|
356
|
+
date_from_month: number;
|
|
357
|
+
date_to: null;
|
|
358
|
+
date_to_year: null;
|
|
359
|
+
date_to_month: null;
|
|
360
|
+
duration_months: number;
|
|
361
|
+
company_id: number;
|
|
362
|
+
company_name: string;
|
|
363
|
+
company_type: string;
|
|
364
|
+
company_founded_year: number;
|
|
365
|
+
company_followers_count: number;
|
|
366
|
+
company_website: string;
|
|
367
|
+
company_facebook_url: string[];
|
|
368
|
+
company_twitter_url: string[];
|
|
369
|
+
company_professional_network_url: null;
|
|
370
|
+
company_linkedin_url: string;
|
|
371
|
+
company_size_range: string;
|
|
372
|
+
company_employees_count: number;
|
|
373
|
+
company_industry: string;
|
|
374
|
+
company_categories_and_keywords: string[];
|
|
375
|
+
company_annual_revenue_source_1: null;
|
|
376
|
+
company_annual_revenue_currency_source_1: null;
|
|
377
|
+
company_annual_revenue_source_5: number;
|
|
378
|
+
company_annual_revenue_currency_source_5: string;
|
|
379
|
+
company_employees_count_change_yearly_percentage: number;
|
|
380
|
+
company_last_funding_round_date: null;
|
|
381
|
+
company_last_funding_round_amount_raised: null;
|
|
382
|
+
company_hq_full_address: string;
|
|
383
|
+
company_hq_country: string;
|
|
384
|
+
company_hq_regions: string[];
|
|
385
|
+
company_hq_country_iso2: string;
|
|
386
|
+
company_hq_country_iso3: string;
|
|
387
|
+
company_hq_city: string;
|
|
388
|
+
company_hq_state: string;
|
|
389
|
+
company_hq_street: string;
|
|
390
|
+
company_hq_zipcode: string;
|
|
391
|
+
company_last_updated_at: string;
|
|
392
|
+
company_stock_ticker: never[];
|
|
393
|
+
company_is_b2b: number;
|
|
394
|
+
order_in_profile: number;
|
|
395
|
+
} | {
|
|
396
|
+
active_experience: number;
|
|
397
|
+
position_title: string;
|
|
398
|
+
department: string;
|
|
399
|
+
management_level: string;
|
|
400
|
+
location: string;
|
|
401
|
+
description: string;
|
|
402
|
+
date_from: string;
|
|
403
|
+
date_from_year: number;
|
|
404
|
+
date_from_month: number;
|
|
405
|
+
date_to: string;
|
|
406
|
+
date_to_year: number;
|
|
407
|
+
date_to_month: number;
|
|
408
|
+
duration_months: number;
|
|
409
|
+
company_id: number;
|
|
410
|
+
company_name: string;
|
|
411
|
+
company_type: string;
|
|
412
|
+
company_founded_year: null;
|
|
413
|
+
company_followers_count: number;
|
|
414
|
+
company_website: string;
|
|
415
|
+
company_facebook_url: string[];
|
|
416
|
+
company_twitter_url: string[];
|
|
417
|
+
company_professional_network_url: null;
|
|
418
|
+
company_linkedin_url: string;
|
|
419
|
+
company_size_range: string;
|
|
420
|
+
company_employees_count: number;
|
|
421
|
+
company_industry: string;
|
|
422
|
+
company_categories_and_keywords: string[];
|
|
423
|
+
company_annual_revenue_source_1: null;
|
|
424
|
+
company_annual_revenue_currency_source_1: null;
|
|
425
|
+
company_annual_revenue_source_5: number;
|
|
426
|
+
company_annual_revenue_currency_source_5: string;
|
|
427
|
+
company_employees_count_change_yearly_percentage: number;
|
|
428
|
+
company_last_funding_round_date: null;
|
|
429
|
+
company_last_funding_round_amount_raised: null;
|
|
430
|
+
company_hq_full_address: string;
|
|
431
|
+
company_hq_country: string;
|
|
432
|
+
company_hq_regions: string[];
|
|
433
|
+
company_hq_country_iso2: string;
|
|
434
|
+
company_hq_country_iso3: string;
|
|
435
|
+
company_hq_city: string;
|
|
436
|
+
company_hq_state: string;
|
|
437
|
+
company_hq_street: string;
|
|
438
|
+
company_hq_zipcode: string;
|
|
439
|
+
company_last_updated_at: string;
|
|
440
|
+
company_stock_ticker: never[];
|
|
441
|
+
company_is_b2b: number;
|
|
442
|
+
order_in_profile: number;
|
|
443
|
+
} | {
|
|
444
|
+
active_experience: number;
|
|
445
|
+
position_title: string;
|
|
446
|
+
department: string;
|
|
447
|
+
management_level: string;
|
|
448
|
+
location: string;
|
|
449
|
+
description: string;
|
|
450
|
+
date_from: string;
|
|
451
|
+
date_from_year: number;
|
|
452
|
+
date_from_month: number;
|
|
453
|
+
date_to: string;
|
|
454
|
+
date_to_year: number;
|
|
455
|
+
date_to_month: number;
|
|
456
|
+
duration_months: number;
|
|
457
|
+
company_id: number;
|
|
458
|
+
company_name: string;
|
|
459
|
+
company_type: string;
|
|
460
|
+
company_founded_year: number;
|
|
461
|
+
company_followers_count: number;
|
|
462
|
+
company_website: string;
|
|
463
|
+
company_facebook_url: never[];
|
|
464
|
+
company_twitter_url: never[];
|
|
465
|
+
company_professional_network_url: null;
|
|
466
|
+
company_linkedin_url: string;
|
|
467
|
+
company_size_range: string;
|
|
468
|
+
company_employees_count: number;
|
|
469
|
+
company_industry: string;
|
|
470
|
+
company_categories_and_keywords: string[];
|
|
471
|
+
company_annual_revenue_source_1: null;
|
|
472
|
+
company_annual_revenue_currency_source_1: null;
|
|
473
|
+
company_annual_revenue_source_5: null;
|
|
474
|
+
company_annual_revenue_currency_source_5: null;
|
|
475
|
+
company_employees_count_change_yearly_percentage: number;
|
|
476
|
+
company_last_funding_round_date: null;
|
|
477
|
+
company_last_funding_round_amount_raised: null;
|
|
478
|
+
company_hq_full_address: string;
|
|
479
|
+
company_hq_country: string;
|
|
480
|
+
company_hq_regions: string[];
|
|
481
|
+
company_hq_country_iso2: string;
|
|
482
|
+
company_hq_country_iso3: string;
|
|
483
|
+
company_hq_city: null;
|
|
484
|
+
company_hq_state: null;
|
|
485
|
+
company_hq_street: null;
|
|
486
|
+
company_hq_zipcode: null;
|
|
487
|
+
company_last_updated_at: string;
|
|
488
|
+
company_stock_ticker: never[];
|
|
489
|
+
company_is_b2b: number;
|
|
490
|
+
order_in_profile: number;
|
|
491
|
+
} | {
|
|
492
|
+
active_experience: number;
|
|
493
|
+
position_title: string;
|
|
494
|
+
department: null;
|
|
495
|
+
management_level: null;
|
|
496
|
+
location: string;
|
|
497
|
+
description: string;
|
|
498
|
+
date_from: string;
|
|
499
|
+
date_from_year: number;
|
|
500
|
+
date_from_month: number;
|
|
501
|
+
date_to: string;
|
|
502
|
+
date_to_year: number;
|
|
503
|
+
date_to_month: number;
|
|
504
|
+
duration_months: number;
|
|
505
|
+
company_id: number;
|
|
506
|
+
company_name: string;
|
|
507
|
+
company_type: string;
|
|
508
|
+
company_founded_year: null;
|
|
509
|
+
company_followers_count: number;
|
|
510
|
+
company_website: string;
|
|
511
|
+
company_facebook_url: string[];
|
|
512
|
+
company_twitter_url: never[];
|
|
513
|
+
company_professional_network_url: null;
|
|
514
|
+
company_linkedin_url: string;
|
|
515
|
+
company_size_range: null;
|
|
516
|
+
company_employees_count: number;
|
|
517
|
+
company_industry: string;
|
|
518
|
+
company_categories_and_keywords: string[];
|
|
519
|
+
company_annual_revenue_source_1: null;
|
|
520
|
+
company_annual_revenue_currency_source_1: null;
|
|
521
|
+
company_annual_revenue_source_5: null;
|
|
522
|
+
company_annual_revenue_currency_source_5: null;
|
|
523
|
+
company_employees_count_change_yearly_percentage: number;
|
|
524
|
+
company_last_funding_round_date: null;
|
|
525
|
+
company_last_funding_round_amount_raised: null;
|
|
526
|
+
company_hq_full_address: string;
|
|
527
|
+
company_hq_country: string;
|
|
528
|
+
company_hq_regions: string[];
|
|
529
|
+
company_hq_country_iso2: string;
|
|
530
|
+
company_hq_country_iso3: string;
|
|
531
|
+
company_hq_city: null;
|
|
532
|
+
company_hq_state: null;
|
|
533
|
+
company_hq_street: null;
|
|
534
|
+
company_hq_zipcode: null;
|
|
535
|
+
company_last_updated_at: string;
|
|
536
|
+
company_stock_ticker: never[];
|
|
537
|
+
company_is_b2b: number;
|
|
538
|
+
order_in_profile: number;
|
|
539
|
+
} | {
|
|
540
|
+
active_experience: number;
|
|
541
|
+
position_title: string;
|
|
542
|
+
department: string;
|
|
543
|
+
management_level: string;
|
|
544
|
+
location: string;
|
|
545
|
+
description: string;
|
|
546
|
+
date_from: string;
|
|
547
|
+
date_from_year: number;
|
|
548
|
+
date_from_month: number;
|
|
549
|
+
date_to: string;
|
|
550
|
+
date_to_year: number;
|
|
551
|
+
date_to_month: number;
|
|
552
|
+
duration_months: number;
|
|
553
|
+
company_id: null;
|
|
554
|
+
company_name: string;
|
|
555
|
+
company_type: null;
|
|
556
|
+
company_founded_year: null;
|
|
557
|
+
company_followers_count: null;
|
|
558
|
+
company_website: null;
|
|
559
|
+
company_facebook_url: never[];
|
|
560
|
+
company_twitter_url: never[];
|
|
561
|
+
company_professional_network_url: null;
|
|
562
|
+
company_linkedin_url: null;
|
|
563
|
+
company_size_range: null;
|
|
564
|
+
company_employees_count: null;
|
|
565
|
+
company_industry: null;
|
|
566
|
+
company_categories_and_keywords: never[];
|
|
567
|
+
company_annual_revenue_source_1: null;
|
|
568
|
+
company_annual_revenue_currency_source_1: null;
|
|
569
|
+
company_annual_revenue_source_5: null;
|
|
570
|
+
company_annual_revenue_currency_source_5: null;
|
|
571
|
+
company_employees_count_change_yearly_percentage: null;
|
|
572
|
+
company_last_funding_round_date: null;
|
|
573
|
+
company_last_funding_round_amount_raised: null;
|
|
574
|
+
company_hq_full_address: null;
|
|
575
|
+
company_hq_country: null;
|
|
576
|
+
company_hq_regions: never[];
|
|
577
|
+
company_hq_country_iso2: null;
|
|
578
|
+
company_hq_country_iso3: null;
|
|
579
|
+
company_hq_city: null;
|
|
580
|
+
company_hq_state: null;
|
|
581
|
+
company_hq_street: null;
|
|
582
|
+
company_hq_zipcode: null;
|
|
583
|
+
company_last_updated_at: null;
|
|
584
|
+
company_stock_ticker: never[];
|
|
585
|
+
company_is_b2b: null;
|
|
586
|
+
order_in_profile: number;
|
|
587
|
+
})[];
|
|
588
|
+
education: {
|
|
589
|
+
degree: string;
|
|
590
|
+
description: null;
|
|
591
|
+
institution_url: string;
|
|
592
|
+
institution_name: string;
|
|
593
|
+
institution_full_address: string;
|
|
594
|
+
institution_country_iso2: string;
|
|
595
|
+
institution_country_iso3: string;
|
|
596
|
+
institution_regions: string[];
|
|
597
|
+
institution_city: null;
|
|
598
|
+
institution_state: null;
|
|
599
|
+
institution_street: null;
|
|
600
|
+
institution_zipcode: null;
|
|
601
|
+
date_from_year: number;
|
|
602
|
+
date_to_year: number;
|
|
603
|
+
activities_and_societies: null;
|
|
604
|
+
order_in_profile: number;
|
|
605
|
+
}[];
|
|
606
|
+
languages: {
|
|
607
|
+
language: string;
|
|
608
|
+
proficiency: string;
|
|
609
|
+
order_in_profile: number;
|
|
610
|
+
}[];
|
|
611
|
+
awards: never[];
|
|
612
|
+
certifications: {
|
|
613
|
+
title: string;
|
|
614
|
+
issuer: string;
|
|
615
|
+
date_from_year: number;
|
|
616
|
+
date_from_month: number;
|
|
617
|
+
date_to_year: null;
|
|
618
|
+
date_to_month: null;
|
|
619
|
+
}[];
|
|
620
|
+
organizations: never[];
|
|
621
|
+
patents: never[];
|
|
622
|
+
projects: {
|
|
623
|
+
name: string;
|
|
624
|
+
description: string;
|
|
625
|
+
date_from_year: number;
|
|
626
|
+
date_from_month: number;
|
|
627
|
+
date_to_year: null;
|
|
628
|
+
date_to_month: null;
|
|
629
|
+
}[];
|
|
630
|
+
publications: never[];
|
|
631
|
+
github_repos: never[];
|
|
632
|
+
courses: never[];
|
|
633
|
+
match_data: {
|
|
634
|
+
"Software Engineers in Berlin": {
|
|
635
|
+
reasoning: string;
|
|
636
|
+
answer: string;
|
|
637
|
+
};
|
|
638
|
+
};
|
|
639
|
+
};
|