@pipe0/client 0.1.22 → 0.1.23

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.
@@ -1290,7 +1290,7 @@ interface paths {
1290
1290
  requestBody: {
1291
1291
  content: {
1292
1292
  "application/json": {
1293
- /** @enum {string} */search_id: "companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:crustdata@3" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1" | "events:googlecalendar@1" | "sheet:rows@1" | "bucket:entries@1" | "query:postgres@1" | "query:databricks@1" | "posts:content:crustdata@1" | "contacts:hubspot@1" | "companies:hubspot@1" | "deals:hubspot@1" | "owners:hubspot@1" | "contacts:salesforce@1" | "leads:salesforce@1" | "accounts:salesforce@1" | "opportunities:salesforce@1" | "users:salesforce@1" | "query:salesforce@1" | "people:attio@1" | "companies:attio@1" | "deals:attio@1" | "records:attio@1" | "entries:attio@1" | "query:attio@1" | "users:attio@1";
1293
+ /** @enum {string} */search_id: "companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:crustdata@3" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:crustdata@3" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1" | "events:googlecalendar@1" | "sheet:rows@1" | "bucket:entries@1" | "query:postgres@1" | "query:databricks@1" | "posts:content:crustdata@1" | "contacts:hubspot@1" | "companies:hubspot@1" | "deals:hubspot@1" | "owners:hubspot@1" | "contacts:salesforce@1" | "leads:salesforce@1" | "accounts:salesforce@1" | "opportunities:salesforce@1" | "users:salesforce@1" | "query:salesforce@1" | "people:attio@1" | "companies:attio@1" | "deals:attio@1" | "records:attio@1" | "entries:attio@1" | "query:attio@1" | "users:attio@1";
1294
1294
  /**
1295
1295
  * @default production
1296
1296
  * @enum {string}
@@ -20400,6 +20400,286 @@ interface components {
20400
20400
  };
20401
20401
  };
20402
20402
  };
20403
+ } | {
20404
+ /** @enum {string} */search_id: "companies:profiles:crustdata@3";
20405
+ connector?: {
20406
+ /**
20407
+ * @default first
20408
+ * @enum {string}
20409
+ */
20410
+ strategy?: "first";
20411
+ connections: {
20412
+ /** @enum {string} */type: "vault";
20413
+ connection: string;
20414
+ }[];
20415
+ } | null;
20416
+ config: {
20417
+ /** @description Max number of search results per page */limit?: unknown; /** @description Pagination cursor */
20418
+ cursor?: string | null;
20419
+ output_fields?: {
20420
+ /**
20421
+ * @description Output field 'company_name'
20422
+ * @default {
20423
+ * "alias": "",
20424
+ * "enabled": true
20425
+ * }
20426
+ */
20427
+ company_name?: {
20428
+ /**
20429
+ * @description Rename this output field. Leave empty to use default name.
20430
+ * @default
20431
+ */
20432
+ alias?: string;
20433
+ /**
20434
+ * @description Whether to include this field in the output.
20435
+ * @default true
20436
+ */
20437
+ enabled?: boolean;
20438
+ };
20439
+ /**
20440
+ * @description Output field 'company_domain'
20441
+ * @default {
20442
+ * "alias": "",
20443
+ * "enabled": true
20444
+ * }
20445
+ */
20446
+ company_domain?: {
20447
+ /**
20448
+ * @description Rename this output field. Leave empty to use default name.
20449
+ * @default
20450
+ */
20451
+ alias?: string;
20452
+ /**
20453
+ * @description Whether to include this field in the output.
20454
+ * @default true
20455
+ */
20456
+ enabled?: boolean;
20457
+ };
20458
+ /**
20459
+ * @description Output field 'company_profile_url'
20460
+ * @default {
20461
+ * "alias": "",
20462
+ * "enabled": true
20463
+ * }
20464
+ */
20465
+ company_profile_url?: {
20466
+ /**
20467
+ * @description Rename this output field. Leave empty to use default name.
20468
+ * @default
20469
+ */
20470
+ alias?: string;
20471
+ /**
20472
+ * @description Whether to include this field in the output.
20473
+ * @default true
20474
+ */
20475
+ enabled?: boolean;
20476
+ };
20477
+ /**
20478
+ * @description Output field 'crustdata_company_match_v2'
20479
+ * @default {
20480
+ * "alias": "",
20481
+ * "enabled": true
20482
+ * }
20483
+ */
20484
+ crustdata_company_match_v2?: {
20485
+ /**
20486
+ * @description Rename this output field. Leave empty to use default name.
20487
+ * @default
20488
+ */
20489
+ alias?: string;
20490
+ /**
20491
+ * @description Whether to include this field in the output.
20492
+ * @default true
20493
+ */
20494
+ enabled?: boolean;
20495
+ };
20496
+ };
20497
+ filters: {
20498
+ /**
20499
+ * @default {
20500
+ * "include": [],
20501
+ * "exclude": []
20502
+ * }
20503
+ */
20504
+ company_names?: {
20505
+ /** @default [] */include?: string[]; /** @default [] */
20506
+ exclude?: string[];
20507
+ };
20508
+ /**
20509
+ * @default {
20510
+ * "include": [],
20511
+ * "exclude": []
20512
+ * }
20513
+ */
20514
+ company_domains?: {
20515
+ /** @default [] */include?: string[]; /** @default [] */
20516
+ exclude?: string[];
20517
+ };
20518
+ /**
20519
+ * @default {
20520
+ * "include": [],
20521
+ * "exclude": []
20522
+ * }
20523
+ */
20524
+ company_profile_urls?: {
20525
+ /** @default [] */include?: string[]; /** @default [] */
20526
+ exclude?: string[];
20527
+ }; /** @default [] */
20528
+ company_types?: ("Public Company" | "Privately Held" | "Nonprofit" | "Educational Institution" | "Partnership" | "Self-Employed" | "Sole Proprietorship" | "Government Agency")[];
20529
+ /**
20530
+ * @default {
20531
+ * "from": null,
20532
+ * "to": null
20533
+ * }
20534
+ */
20535
+ year_founded?: {
20536
+ from?: number | null;
20537
+ to?: number | null;
20538
+ }; /** @default [] */
20539
+ hq_locations?: string[];
20540
+ /**
20541
+ * @default {
20542
+ * "include": [],
20543
+ * "exclude": []
20544
+ * }
20545
+ */
20546
+ hq_countries?: {
20547
+ /** @default [] */include?: string[]; /** @default [] */
20548
+ exclude?: string[];
20549
+ };
20550
+ /**
20551
+ * @default {
20552
+ * "include": [],
20553
+ * "exclude": []
20554
+ * }
20555
+ */
20556
+ industries?: {
20557
+ /** @default [] */include?: string[]; /** @default [] */
20558
+ exclude?: string[];
20559
+ };
20560
+ /**
20561
+ * @default {
20562
+ * "include": [],
20563
+ * "exclude": []
20564
+ * }
20565
+ */
20566
+ categories?: {
20567
+ /** @default [] */include?: string[]; /** @default [] */
20568
+ exclude?: string[];
20569
+ };
20570
+ /**
20571
+ * @description Matches the speciality tags a company lists on its profile. Includes match fuzzily; excludes remove exact tags only.
20572
+ * @default {
20573
+ * "include": [],
20574
+ * "exclude": []
20575
+ * }
20576
+ */
20577
+ specialities_keywords?: {
20578
+ /** @default [] */include?: string[]; /** @default [] */
20579
+ exclude?: string[];
20580
+ }; /** @default [] */
20581
+ headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[]; /** @default [] */
20582
+ engineering_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-1,000" | "1,000+")[]; /** @default [] */
20583
+ sales_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-1,000" | "1,000+")[];
20584
+ /**
20585
+ * @description Negative values match shrinking companies.
20586
+ * @default {
20587
+ * "from": null,
20588
+ * "to": null
20589
+ * }
20590
+ */
20591
+ headcount_growth_l6m_in_percent?: {
20592
+ from?: number | null;
20593
+ to?: number | null;
20594
+ };
20595
+ /**
20596
+ * @default {
20597
+ * "from": null,
20598
+ * "to": null
20599
+ * }
20600
+ */
20601
+ revenue_in_usd?: {
20602
+ from?: number | null;
20603
+ to?: number | null;
20604
+ }; /** @default [] */
20605
+ last_funding_round_types?: ("angel" | "convertible_note" | "corporate_round" | "debt_financing" | "equity_crowdfunding" | "grant" | "initial_coin_offering" | "non_equity_assistance" | "post_ipo_debt" | "post_ipo_equity" | "post_ipo_secondary" | "pre_seed" | "private_equity" | "product_crowdfunding" | "secondary_market" | "seed" | "series_a" | "series_b" | "series_c" | "series_d" | "series_e" | "series_f" | "series_g" | "series_h" | "series_i" | "series_j" | "series_unknown" | "undisclosed")[];
20606
+ /**
20607
+ * @description Only companies whose latest funding round closed within this time window.
20608
+ * @default
20609
+ */
20610
+ last_funding_within?: string;
20611
+ /**
20612
+ * @default {
20613
+ * "from": null,
20614
+ * "to": null
20615
+ * }
20616
+ */
20617
+ last_funding_amount_in_usd?: {
20618
+ from?: number | null;
20619
+ to?: number | null;
20620
+ };
20621
+ /**
20622
+ * @default {
20623
+ * "from": null,
20624
+ * "to": null
20625
+ * }
20626
+ */
20627
+ total_funding_amount_in_usd?: {
20628
+ from?: number | null;
20629
+ to?: number | null;
20630
+ };
20631
+ /**
20632
+ * @description Investor names as Crustdata records them, e.g. "Sequoia Capital".
20633
+ * @default {
20634
+ * "include": [],
20635
+ * "exclude": []
20636
+ * }
20637
+ */
20638
+ investors?: {
20639
+ /** @default [] */include?: string[]; /** @default [] */
20640
+ exclude?: string[];
20641
+ }; /** @default null */
20642
+ is_acquired?: boolean | null;
20643
+ /**
20644
+ * @description Only companies that went public within this time window.
20645
+ * @default
20646
+ */
20647
+ ipo_within?: string;
20648
+ /**
20649
+ * @default {
20650
+ * "include": [],
20651
+ * "exclude": []
20652
+ * }
20653
+ */
20654
+ markets?: {
20655
+ /** @default [] */include?: string[]; /** @default [] */
20656
+ exclude?: string[];
20657
+ }; /** @default [] */
20658
+ follower_count_brackets?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[];
20659
+ /**
20660
+ * @description Negative values match shrinking audiences.
20661
+ * @default {
20662
+ * "from": null,
20663
+ * "to": null
20664
+ * }
20665
+ */
20666
+ follower_growth_l6m_in_percent?: {
20667
+ from?: number | null;
20668
+ to?: number | null;
20669
+ };
20670
+ /**
20671
+ * @default {
20672
+ * "include": [],
20673
+ * "exclude": []
20674
+ * }
20675
+ */
20676
+ technologies?: {
20677
+ /** @default [] */include?: string[]; /** @default [] */
20678
+ exclude?: string[];
20679
+ }; /** @default [] */
20680
+ competitor_domains?: string[];
20681
+ };
20682
+ };
20403
20683
  } | {
20404
20684
  /** @enum {string} */search_id: "people:profiles:amplemarket@1";
20405
20685
  connector?: {
@@ -20699,7 +20979,7 @@ interface components {
20699
20979
  };
20700
20980
  };
20701
20981
  filters: {
20702
- /** @default [] */person_names?: string[];
20982
+ /** @default */person_name?: string | null;
20703
20983
  /**
20704
20984
  * @default {
20705
20985
  * "include": [],
@@ -20757,17 +21037,8 @@ interface components {
20757
21037
  max?: number | null;
20758
21038
  }; /** @default [] */
20759
21039
  current_employer_investors?: string[]; /** @default [] */
20760
- current_employer_open_position_titles?: string[];
20761
- /**
20762
- * @default {
20763
- * "include": [],
20764
- * "exclude": []
20765
- * }
20766
- */
20767
- school_names?: {
20768
- /** @default [] */include?: string[]; /** @default [] */
20769
- exclude?: string[];
20770
- };
21040
+ current_employer_open_position_titles?: string[]; /** @default [] */
21041
+ school_names?: string[];
20771
21042
  };
20772
21043
  };
20773
21044
  } | {
@@ -23845,7 +24116,7 @@ interface components {
23845
24116
  SearchResponseSchema: {
23846
24117
  id: string; /** @enum {string} */
23847
24118
  status: "completed" | "failed" | "pending" | "processing"; /** @enum {string} */
23848
- search_id: "companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:crustdata@3" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1" | "events:googlecalendar@1" | "sheet:rows@1" | "bucket:entries@1" | "query:postgres@1" | "query:databricks@1" | "posts:content:crustdata@1" | "contacts:hubspot@1" | "companies:hubspot@1" | "deals:hubspot@1" | "owners:hubspot@1" | "contacts:salesforce@1" | "leads:salesforce@1" | "accounts:salesforce@1" | "opportunities:salesforce@1" | "users:salesforce@1" | "query:salesforce@1" | "people:attio@1" | "companies:attio@1" | "deals:attio@1" | "records:attio@1" | "entries:attio@1" | "query:attio@1" | "users:attio@1";
24119
+ search_id: "companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:crustdata@3" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:crustdata@3" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1" | "events:googlecalendar@1" | "sheet:rows@1" | "bucket:entries@1" | "query:postgres@1" | "query:databricks@1" | "posts:content:crustdata@1" | "contacts:hubspot@1" | "companies:hubspot@1" | "deals:hubspot@1" | "owners:hubspot@1" | "contacts:salesforce@1" | "leads:salesforce@1" | "accounts:salesforce@1" | "opportunities:salesforce@1" | "users:salesforce@1" | "query:salesforce@1" | "people:attio@1" | "companies:attio@1" | "deals:attio@1" | "records:attio@1" | "entries:attio@1" | "query:attio@1" | "users:attio@1";
23849
24120
  errors: {
23850
24121
  code: string;
23851
24122
  message: string;
@@ -24798,34 +25069,295 @@ interface components {
24798
25069
  };
24799
25070
  /**
24800
25071
  * @default {
24801
- * "include": [],
24802
- * "exclude": []
25072
+ * "include": [],
25073
+ * "exclude": []
25074
+ * }
25075
+ */
25076
+ current_employer_names?: {
25077
+ /** @default [] */include?: string[]; /** @default [] */
25078
+ exclude?: string[];
25079
+ }; /** @default [] */
25080
+ current_employment_job_functions?: ("Engineering" | "Sales" | "Consulting" | "Marketing" | "Operations" | "Finance" | "Research" | "Customer Success and Support" | "Arts and Design" | "Human Resources" | "Legal" | "Product Management")[];
25081
+ /**
25082
+ * @default {
25083
+ * "include": [],
25084
+ * "exclude": []
25085
+ * }
25086
+ */
25087
+ current_employment_job_titles?: {
25088
+ /** @default [] */include?: string[]; /** @default [] */
25089
+ exclude?: string[];
25090
+ }; /** @default [] */
25091
+ current_employment_seniority_levels?: ("Owner / Partner" | "CXO" | "Vice President" | "Director" | "Experienced Manager" | "Entry Level Manager" | "Strategic" | "Senior" | "Entry Level" | "In Training")[]; /** @default [] */
25092
+ current_employment_tenure_brackets?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
25093
+ /**
25094
+ * @default {
25095
+ * "include": [],
25096
+ * "exclude": []
25097
+ * }
25098
+ */
25099
+ current_school_names?: {
25100
+ /** @default [] */include?: string[]; /** @default [] */
25101
+ exclude?: string[];
25102
+ };
25103
+ /**
25104
+ * @default {
25105
+ * "include": [],
25106
+ * "exclude": []
25107
+ * }
25108
+ */
25109
+ degree_names?: {
25110
+ /** @default [] */include?: string[]; /** @default [] */
25111
+ exclude?: string[];
25112
+ };
25113
+ /**
25114
+ * @default {
25115
+ * "include": [],
25116
+ * "exclude": []
25117
+ * }
25118
+ */
25119
+ fields_of_study?: {
25120
+ /** @default [] */include?: string[]; /** @default [] */
25121
+ exclude?: string[];
25122
+ };
25123
+ /**
25124
+ * @default {
25125
+ * "include": [],
25126
+ * "exclude": []
25127
+ * }
25128
+ */
25129
+ school_names?: {
25130
+ /** @default [] */include?: string[]; /** @default [] */
25131
+ exclude?: string[];
25132
+ };
25133
+ /**
25134
+ * @default {
25135
+ * "include": [],
25136
+ * "exclude": []
25137
+ * }
25138
+ */
25139
+ previous_employer_domains?: {
25140
+ /** @default [] */include?: string[]; /** @default [] */
25141
+ exclude?: string[];
25142
+ }; /** @default [] */
25143
+ previous_employer_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[];
25144
+ /**
25145
+ * @default {
25146
+ * "include": [],
25147
+ * "exclude": []
25148
+ * }
25149
+ */
25150
+ previous_employer_industries?: {
25151
+ /** @default [] */include?: string[]; /** @default [] */
25152
+ exclude?: string[];
25153
+ };
25154
+ /**
25155
+ * @default {
25156
+ * "include": [],
25157
+ * "exclude": []
25158
+ * }
25159
+ */
25160
+ previous_employer_names?: {
25161
+ /** @default [] */include?: string[]; /** @default [] */
25162
+ exclude?: string[];
25163
+ }; /** @default [] */
25164
+ previous_employment_job_functions?: ("Engineering" | "Sales" | "Consulting" | "Marketing" | "Operations" | "Finance" | "Research" | "Customer Success and Support" | "Arts and Design" | "Human Resources" | "Legal" | "Product Management")[];
25165
+ /**
25166
+ * @default {
25167
+ * "include": [],
25168
+ * "exclude": []
25169
+ * }
25170
+ */
25171
+ previous_employment_job_titles?: {
25172
+ /** @default [] */include?: string[]; /** @default [] */
25173
+ exclude?: string[];
25174
+ }; /** @default [] */
25175
+ previous_employment_seniority_levels?: ("Owner / Partner" | "CXO" | "Vice President" | "Director" | "Experienced Manager" | "Entry Level Manager" | "Strategic" | "Senior" | "Entry Level" | "In Training")[]; /** @default [] */
25176
+ previous_employment_tenure_brackets?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[]; /** @default [] */
25177
+ total_years_of_experience_brackets?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
25178
+ /**
25179
+ * @default {
25180
+ * "include": [],
25181
+ * "exclude": []
25182
+ * }
25183
+ */
25184
+ languages?: {
25185
+ /** @default [] */include?: string[]; /** @default [] */
25186
+ exclude?: string[];
25187
+ };
25188
+ /**
25189
+ * @default {
25190
+ * "include": [],
25191
+ * "exclude": []
25192
+ * }
25193
+ */
25194
+ locations?: {
25195
+ /** @default [] */include?: string[]; /** @default [] */
25196
+ exclude?: string[];
25197
+ };
25198
+ /**
25199
+ * @default {
25200
+ * "include": [],
25201
+ * "exclude": []
25202
+ * }
25203
+ */
25204
+ about_section_keywords?: {
25205
+ /** @default [] */include?: string[]; /** @default [] */
25206
+ exclude?: string[];
25207
+ };
25208
+ /**
25209
+ * @default {
25210
+ * "include": [],
25211
+ * "exclude": []
25212
+ * }
25213
+ */
25214
+ profile_headline_keywords?: {
25215
+ /** @default [] */include?: string[]; /** @default [] */
25216
+ exclude?: string[];
25217
+ };
25218
+ /**
25219
+ * @default {
25220
+ * "include": [],
25221
+ * "exclude": []
25222
+ * }
25223
+ */
25224
+ skills?: {
25225
+ /** @default [] */include?: string[]; /** @default [] */
25226
+ exclude?: string[];
25227
+ };
25228
+ };
25229
+ };
25230
+ } | {
25231
+ /** @enum {string} */search_id: "companies:profiles:crustdata@1";
25232
+ connector?: {
25233
+ /**
25234
+ * @default first
25235
+ * @enum {string}
25236
+ */
25237
+ strategy?: "first";
25238
+ connections: {
25239
+ /** @enum {string} */type: "vault";
25240
+ connection: string;
25241
+ }[];
25242
+ } | null;
25243
+ config: {
25244
+ /** @description Max number of search results */limit: unknown; /** @description Pagination cursor */
25245
+ cursor?: string | null;
25246
+ output_fields?: {
25247
+ /**
25248
+ * @description Output field 'company_name'
25249
+ * @default {
25250
+ * "alias": "",
25251
+ * "enabled": true
25252
+ * }
25253
+ */
25254
+ company_name?: {
25255
+ /**
25256
+ * @description Rename this output field. Leave empty to use default name.
25257
+ * @default
25258
+ */
25259
+ alias?: string;
25260
+ /**
25261
+ * @description Whether to include this field in the output.
25262
+ * @default true
25263
+ */
25264
+ enabled?: boolean;
25265
+ };
25266
+ /**
25267
+ * @description Output field 'company_name'
25268
+ * @default {
25269
+ * "alias": "",
25270
+ * "enabled": true
25271
+ * }
25272
+ */
25273
+ company_website_url?: {
25274
+ /**
25275
+ * @description Rename this output field. Leave empty to use default name.
25276
+ * @default
25277
+ */
25278
+ alias?: string;
25279
+ /**
25280
+ * @description Whether to include this field in the output.
25281
+ * @default true
25282
+ */
25283
+ enabled?: boolean;
25284
+ };
25285
+ /**
25286
+ * @description Output field 'company_description'
25287
+ * @default {
25288
+ * "alias": "",
25289
+ * "enabled": true
25290
+ * }
25291
+ */
25292
+ company_description?: {
25293
+ /**
25294
+ * @description Rename this output field. Leave empty to use default name.
25295
+ * @default
25296
+ */
25297
+ alias?: string;
25298
+ /**
25299
+ * @description Whether to include this field in the output.
25300
+ * @default true
25301
+ */
25302
+ enabled?: boolean;
25303
+ };
25304
+ /**
25305
+ * @description Output field 'company_profile_url'
25306
+ * @default {
25307
+ * "alias": "",
25308
+ * "enabled": true
25309
+ * }
25310
+ */
25311
+ company_profile_url?: {
25312
+ /**
25313
+ * @description Rename this output field. Leave empty to use default name.
25314
+ * @default
25315
+ */
25316
+ alias?: string;
25317
+ /**
25318
+ * @description Whether to include this field in the output.
25319
+ * @default true
25320
+ */
25321
+ enabled?: boolean;
25322
+ };
25323
+ /**
25324
+ * @description Output field 'crustdata_company_match'
25325
+ * @default {
25326
+ * "alias": "",
25327
+ * "enabled": true
24803
25328
  * }
24804
25329
  */
24805
- current_employer_names?: {
24806
- /** @default [] */include?: string[]; /** @default [] */
24807
- exclude?: string[];
24808
- }; /** @default [] */
24809
- current_employment_job_functions?: ("Engineering" | "Sales" | "Consulting" | "Marketing" | "Operations" | "Finance" | "Research" | "Customer Success and Support" | "Arts and Design" | "Human Resources" | "Legal" | "Product Management")[];
25330
+ crustdata_company_match?: {
25331
+ /**
25332
+ * @description Rename this output field. Leave empty to use default name.
25333
+ * @default
25334
+ */
25335
+ alias?: string;
25336
+ /**
25337
+ * @description Whether to include this field in the output.
25338
+ * @default true
25339
+ */
25340
+ enabled?: boolean;
25341
+ };
25342
+ };
25343
+ filters: {
24810
25344
  /**
24811
25345
  * @default {
24812
25346
  * "include": [],
24813
25347
  * "exclude": []
24814
25348
  * }
24815
25349
  */
24816
- current_employment_job_titles?: {
25350
+ hq_locations?: {
24817
25351
  /** @default [] */include?: string[]; /** @default [] */
24818
25352
  exclude?: string[];
24819
- }; /** @default [] */
24820
- current_employment_seniority_levels?: ("Owner / Partner" | "CXO" | "Vice President" | "Director" | "Experienced Manager" | "Entry Level Manager" | "Strategic" | "Senior" | "Entry Level" | "In Training")[]; /** @default [] */
24821
- current_employment_tenure_brackets?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
25353
+ };
24822
25354
  /**
24823
25355
  * @default {
24824
25356
  * "include": [],
24825
25357
  * "exclude": []
24826
25358
  * }
24827
25359
  */
24828
- current_school_names?: {
25360
+ crunchbase_categories?: {
24829
25361
  /** @default [] */include?: string[]; /** @default [] */
24830
25362
  exclude?: string[];
24831
25363
  };
@@ -24835,7 +25367,7 @@ interface components {
24835
25367
  * "exclude": []
24836
25368
  * }
24837
25369
  */
24838
- degree_names?: {
25370
+ crunchbase_investors?: {
24839
25371
  /** @default [] */include?: string[]; /** @default [] */
24840
25372
  exclude?: string[];
24841
25373
  };
@@ -24845,7 +25377,7 @@ interface components {
24845
25377
  * "exclude": []
24846
25378
  * }
24847
25379
  */
24848
- fields_of_study?: {
25380
+ tracxn_investors?: {
24849
25381
  /** @default [] */include?: string[]; /** @default [] */
24850
25382
  exclude?: string[];
24851
25383
  };
@@ -24855,7 +25387,7 @@ interface components {
24855
25387
  * "exclude": []
24856
25388
  * }
24857
25389
  */
24858
- school_names?: {
25390
+ company_types?: {
24859
25391
  /** @default [] */include?: string[]; /** @default [] */
24860
25392
  exclude?: string[];
24861
25393
  };
@@ -24865,18 +25397,17 @@ interface components {
24865
25397
  * "exclude": []
24866
25398
  * }
24867
25399
  */
24868
- previous_employer_domains?: {
25400
+ linkedin_industries?: {
24869
25401
  /** @default [] */include?: string[]; /** @default [] */
24870
25402
  exclude?: string[];
24871
- }; /** @default [] */
24872
- previous_employer_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[];
25403
+ };
24873
25404
  /**
24874
25405
  * @default {
24875
25406
  * "include": [],
24876
25407
  * "exclude": []
24877
25408
  * }
24878
25409
  */
24879
- previous_employer_industries?: {
25410
+ markets?: {
24880
25411
  /** @default [] */include?: string[]; /** @default [] */
24881
25412
  exclude?: string[];
24882
25413
  };
@@ -24886,33 +25417,30 @@ interface components {
24886
25417
  * "exclude": []
24887
25418
  * }
24888
25419
  */
24889
- previous_employer_names?: {
25420
+ linkedin_categories?: {
24890
25421
  /** @default [] */include?: string[]; /** @default [] */
24891
25422
  exclude?: string[];
24892
- }; /** @default [] */
24893
- previous_employment_job_functions?: ("Engineering" | "Sales" | "Consulting" | "Marketing" | "Operations" | "Finance" | "Research" | "Customer Success and Support" | "Arts and Design" | "Human Resources" | "Legal" | "Product Management")[];
25423
+ };
24894
25424
  /**
24895
25425
  * @default {
24896
25426
  * "include": [],
24897
25427
  * "exclude": []
24898
25428
  * }
24899
25429
  */
24900
- previous_employment_job_titles?: {
25430
+ headcount?: {
24901
25431
  /** @default [] */include?: string[]; /** @default [] */
24902
25432
  exclude?: string[];
24903
25433
  }; /** @default [] */
24904
- previous_employment_seniority_levels?: ("Owner / Partner" | "CXO" | "Vice President" | "Director" | "Experienced Manager" | "Entry Level Manager" | "Strategic" | "Senior" | "Entry Level" | "In Training")[]; /** @default [] */
24905
- previous_employment_tenure_brackets?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[]; /** @default [] */
24906
- total_years_of_experience_brackets?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
25434
+ headcount_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
24907
25435
  /**
24908
25436
  * @default {
24909
- * "include": [],
24910
- * "exclude": []
25437
+ * "from": null,
25438
+ * "to": null
24911
25439
  * }
24912
25440
  */
24913
- languages?: {
24914
- /** @default [] */include?: string[]; /** @default [] */
24915
- exclude?: string[];
25441
+ revenue_in_usd?: {
25442
+ from?: number | null;
25443
+ to?: number | null;
24916
25444
  };
24917
25445
  /**
24918
25446
  * @default {
@@ -24920,27 +25448,29 @@ interface components {
24920
25448
  * "exclude": []
24921
25449
  * }
24922
25450
  */
24923
- locations?: {
25451
+ last_funding_type?: {
24924
25452
  /** @default [] */include?: string[]; /** @default [] */
24925
25453
  exclude?: string[];
24926
25454
  };
24927
25455
  /**
24928
25456
  * @default {
24929
- * "include": [],
24930
- * "exclude": []
25457
+ * "from": null,
25458
+ * "to": null
24931
25459
  * }
24932
25460
  */
24933
- about_section_keywords?: {
24934
- /** @default [] */include?: string[]; /** @default [] */
24935
- exclude?: string[];
24936
- };
25461
+ last_funding_amount?: {
25462
+ from?: number | null;
25463
+ to?: number | null;
25464
+ }; /** @default [] */
25465
+ number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[]; /** @default [] */
25466
+ follower_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
24937
25467
  /**
24938
25468
  * @default {
24939
25469
  * "include": [],
24940
25470
  * "exclude": []
24941
25471
  * }
24942
25472
  */
24943
- profile_headline_keywords?: {
25473
+ profile_summary_keywords?: {
24944
25474
  /** @default [] */include?: string[]; /** @default [] */
24945
25475
  exclude?: string[];
24946
25476
  };
@@ -24950,14 +25480,14 @@ interface components {
24950
25480
  * "exclude": []
24951
25481
  * }
24952
25482
  */
24953
- skills?: {
25483
+ competitor_websites?: {
24954
25484
  /** @default [] */include?: string[]; /** @default [] */
24955
25485
  exclude?: string[];
24956
25486
  };
24957
25487
  };
24958
25488
  };
24959
25489
  } | {
24960
- /** @enum {string} */search_id: "companies:profiles:crustdata@1";
25490
+ /** @enum {string} */search_id: "companies:profiles:crustdata@2";
24961
25491
  connector?: {
24962
25492
  /**
24963
25493
  * @default first
@@ -24970,7 +25500,7 @@ interface components {
24970
25500
  }[];
24971
25501
  } | null;
24972
25502
  config: {
24973
- /** @description Max number of search results */limit: unknown; /** @description Pagination cursor */
25503
+ /** @description Max number of search results */limit?: unknown; /** @description Pagination cursor */
24974
25504
  cursor?: string | null;
24975
25505
  output_fields?: {
24976
25506
  /**
@@ -24993,13 +25523,13 @@ interface components {
24993
25523
  enabled?: boolean;
24994
25524
  };
24995
25525
  /**
24996
- * @description Output field 'company_name'
25526
+ * @description Output field 'company_domain'
24997
25527
  * @default {
24998
25528
  * "alias": "",
24999
25529
  * "enabled": true
25000
25530
  * }
25001
25531
  */
25002
- company_website_url?: {
25532
+ company_domain?: {
25003
25533
  /**
25004
25534
  * @description Rename this output field. Leave empty to use default name.
25005
25535
  * @default
@@ -25160,7 +25690,8 @@ interface components {
25160
25690
  /** @default [] */include?: string[]; /** @default [] */
25161
25691
  exclude?: string[];
25162
25692
  }; /** @default [] */
25163
- headcount_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
25693
+ linkedin_headcount_ranges?: ("myself only" | "2-10" | "11-50" | "51-200" | "201-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001+")[]; /** @default [] */
25694
+ headcount_growth_l6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
25164
25695
  /**
25165
25696
  * @default {
25166
25697
  * "from": null,
@@ -25192,7 +25723,7 @@ interface components {
25192
25723
  to?: number | null;
25193
25724
  }; /** @default [] */
25194
25725
  number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[]; /** @default [] */
25195
- follower_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
25726
+ follower_growth_l6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
25196
25727
  /**
25197
25728
  * @default {
25198
25729
  * "include": [],
@@ -25209,14 +25740,44 @@ interface components {
25209
25740
  * "exclude": []
25210
25741
  * }
25211
25742
  */
25212
- competitor_websites?: {
25743
+ competitor_domains?: {
25744
+ /** @default [] */include?: string[]; /** @default [] */
25745
+ exclude?: string[];
25746
+ };
25747
+ /**
25748
+ * @default {
25749
+ * "include": [],
25750
+ * "exclude": []
25751
+ * }
25752
+ */
25753
+ company_domains?: {
25754
+ /** @default [] */include?: string[]; /** @default [] */
25755
+ exclude?: string[];
25756
+ };
25757
+ /**
25758
+ * @default {
25759
+ * "include": [],
25760
+ * "exclude": []
25761
+ * }
25762
+ */
25763
+ company_profile_urls?: {
25764
+ /** @default [] */include?: string[]; /** @default [] */
25765
+ exclude?: string[];
25766
+ };
25767
+ /**
25768
+ * @default {
25769
+ * "include": [],
25770
+ * "exclude": []
25771
+ * }
25772
+ */
25773
+ company_names?: {
25213
25774
  /** @default [] */include?: string[]; /** @default [] */
25214
25775
  exclude?: string[];
25215
25776
  };
25216
25777
  };
25217
25778
  };
25218
25779
  } | {
25219
- /** @enum {string} */search_id: "companies:profiles:crustdata@2";
25780
+ /** @enum {string} */search_id: "companies:profiles:crustdata@3";
25220
25781
  connector?: {
25221
25782
  /**
25222
25783
  * @default first
@@ -25229,7 +25790,7 @@ interface components {
25229
25790
  }[];
25230
25791
  } | null;
25231
25792
  config: {
25232
- /** @description Max number of search results */limit?: unknown; /** @description Pagination cursor */
25793
+ /** @description Max number of search results per page */limit?: unknown; /** @description Pagination cursor */
25233
25794
  cursor?: string | null;
25234
25795
  output_fields?: {
25235
25796
  /**
@@ -25270,25 +25831,6 @@ interface components {
25270
25831
  */
25271
25832
  enabled?: boolean;
25272
25833
  };
25273
- /**
25274
- * @description Output field 'company_description'
25275
- * @default {
25276
- * "alias": "",
25277
- * "enabled": true
25278
- * }
25279
- */
25280
- company_description?: {
25281
- /**
25282
- * @description Rename this output field. Leave empty to use default name.
25283
- * @default
25284
- */
25285
- alias?: string;
25286
- /**
25287
- * @description Whether to include this field in the output.
25288
- * @default true
25289
- */
25290
- enabled?: boolean;
25291
- };
25292
25834
  /**
25293
25835
  * @description Output field 'company_profile_url'
25294
25836
  * @default {
@@ -25309,13 +25851,13 @@ interface components {
25309
25851
  enabled?: boolean;
25310
25852
  };
25311
25853
  /**
25312
- * @description Output field 'crustdata_company_match'
25854
+ * @description Output field 'crustdata_company_match_v2'
25313
25855
  * @default {
25314
25856
  * "alias": "",
25315
25857
  * "enabled": true
25316
25858
  * }
25317
25859
  */
25318
- crustdata_company_match?: {
25860
+ crustdata_company_match_v2?: {
25319
25861
  /**
25320
25862
  * @description Rename this output field. Leave empty to use default name.
25321
25863
  * @default
@@ -25335,7 +25877,7 @@ interface components {
25335
25877
  * "exclude": []
25336
25878
  * }
25337
25879
  */
25338
- hq_locations?: {
25880
+ company_names?: {
25339
25881
  /** @default [] */include?: string[]; /** @default [] */
25340
25882
  exclude?: string[];
25341
25883
  };
@@ -25345,7 +25887,7 @@ interface components {
25345
25887
  * "exclude": []
25346
25888
  * }
25347
25889
  */
25348
- crunchbase_categories?: {
25890
+ company_domains?: {
25349
25891
  /** @default [] */include?: string[]; /** @default [] */
25350
25892
  exclude?: string[];
25351
25893
  };
@@ -25355,27 +25897,29 @@ interface components {
25355
25897
  * "exclude": []
25356
25898
  * }
25357
25899
  */
25358
- crunchbase_investors?: {
25900
+ company_profile_urls?: {
25359
25901
  /** @default [] */include?: string[]; /** @default [] */
25360
25902
  exclude?: string[];
25361
- };
25903
+ }; /** @default [] */
25904
+ company_types?: ("Public Company" | "Privately Held" | "Nonprofit" | "Educational Institution" | "Partnership" | "Self-Employed" | "Sole Proprietorship" | "Government Agency")[];
25362
25905
  /**
25363
25906
  * @default {
25364
- * "include": [],
25365
- * "exclude": []
25907
+ * "from": null,
25908
+ * "to": null
25366
25909
  * }
25367
25910
  */
25368
- tracxn_investors?: {
25369
- /** @default [] */include?: string[]; /** @default [] */
25370
- exclude?: string[];
25371
- };
25911
+ year_founded?: {
25912
+ from?: number | null;
25913
+ to?: number | null;
25914
+ }; /** @default [] */
25915
+ hq_locations?: string[];
25372
25916
  /**
25373
25917
  * @default {
25374
25918
  * "include": [],
25375
25919
  * "exclude": []
25376
25920
  * }
25377
25921
  */
25378
- company_types?: {
25922
+ hq_countries?: {
25379
25923
  /** @default [] */include?: string[]; /** @default [] */
25380
25924
  exclude?: string[];
25381
25925
  };
@@ -25385,7 +25929,7 @@ interface components {
25385
25929
  * "exclude": []
25386
25930
  * }
25387
25931
  */
25388
- linkedin_industries?: {
25932
+ industries?: {
25389
25933
  /** @default [] */include?: string[]; /** @default [] */
25390
25934
  exclude?: string[];
25391
25935
  };
@@ -25395,32 +25939,35 @@ interface components {
25395
25939
  * "exclude": []
25396
25940
  * }
25397
25941
  */
25398
- markets?: {
25942
+ categories?: {
25399
25943
  /** @default [] */include?: string[]; /** @default [] */
25400
25944
  exclude?: string[];
25401
25945
  };
25402
25946
  /**
25947
+ * @description Matches the speciality tags a company lists on its profile. Includes match fuzzily; excludes remove exact tags only.
25403
25948
  * @default {
25404
25949
  * "include": [],
25405
25950
  * "exclude": []
25406
25951
  * }
25407
25952
  */
25408
- linkedin_categories?: {
25953
+ specialities_keywords?: {
25409
25954
  /** @default [] */include?: string[]; /** @default [] */
25410
25955
  exclude?: string[];
25411
- };
25956
+ }; /** @default [] */
25957
+ headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[]; /** @default [] */
25958
+ engineering_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-1,000" | "1,000+")[]; /** @default [] */
25959
+ sales_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-1,000" | "1,000+")[];
25412
25960
  /**
25961
+ * @description Negative values match shrinking companies.
25413
25962
  * @default {
25414
- * "include": [],
25415
- * "exclude": []
25963
+ * "from": null,
25964
+ * "to": null
25416
25965
  * }
25417
25966
  */
25418
- headcount?: {
25419
- /** @default [] */include?: string[]; /** @default [] */
25420
- exclude?: string[];
25421
- }; /** @default [] */
25422
- linkedin_headcount_ranges?: ("myself only" | "2-10" | "11-50" | "51-200" | "201-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001+")[]; /** @default [] */
25423
- headcount_growth_l6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
25967
+ headcount_growth_l6m_in_percent?: {
25968
+ from?: number | null;
25969
+ to?: number | null;
25970
+ };
25424
25971
  /**
25425
25972
  * @default {
25426
25973
  * "from": null,
@@ -25430,68 +25977,71 @@ interface components {
25430
25977
  revenue_in_usd?: {
25431
25978
  from?: number | null;
25432
25979
  to?: number | null;
25433
- };
25980
+ }; /** @default [] */
25981
+ last_funding_round_types?: ("angel" | "convertible_note" | "corporate_round" | "debt_financing" | "equity_crowdfunding" | "grant" | "initial_coin_offering" | "non_equity_assistance" | "post_ipo_debt" | "post_ipo_equity" | "post_ipo_secondary" | "pre_seed" | "private_equity" | "product_crowdfunding" | "secondary_market" | "seed" | "series_a" | "series_b" | "series_c" | "series_d" | "series_e" | "series_f" | "series_g" | "series_h" | "series_i" | "series_j" | "series_unknown" | "undisclosed")[];
25434
25982
  /**
25435
- * @default {
25436
- * "include": [],
25437
- * "exclude": []
25438
- * }
25983
+ * @description Only companies whose latest funding round closed within this time window.
25984
+ * @default
25439
25985
  */
25440
- last_funding_type?: {
25441
- /** @default [] */include?: string[]; /** @default [] */
25442
- exclude?: string[];
25443
- };
25986
+ last_funding_within?: string;
25444
25987
  /**
25445
25988
  * @default {
25446
25989
  * "from": null,
25447
25990
  * "to": null
25448
25991
  * }
25449
25992
  */
25450
- last_funding_amount?: {
25993
+ last_funding_amount_in_usd?: {
25451
25994
  from?: number | null;
25452
25995
  to?: number | null;
25453
- }; /** @default [] */
25454
- number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[]; /** @default [] */
25455
- follower_growth_l6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
25996
+ };
25456
25997
  /**
25457
25998
  * @default {
25458
- * "include": [],
25459
- * "exclude": []
25999
+ * "from": null,
26000
+ * "to": null
25460
26001
  * }
25461
26002
  */
25462
- profile_summary_keywords?: {
25463
- /** @default [] */include?: string[]; /** @default [] */
25464
- exclude?: string[];
26003
+ total_funding_amount_in_usd?: {
26004
+ from?: number | null;
26005
+ to?: number | null;
25465
26006
  };
25466
26007
  /**
26008
+ * @description Investor names as Crustdata records them, e.g. "Sequoia Capital".
25467
26009
  * @default {
25468
26010
  * "include": [],
25469
26011
  * "exclude": []
25470
26012
  * }
25471
26013
  */
25472
- competitor_domains?: {
26014
+ investors?: {
25473
26015
  /** @default [] */include?: string[]; /** @default [] */
25474
26016
  exclude?: string[];
25475
- };
26017
+ }; /** @default null */
26018
+ is_acquired?: boolean | null;
26019
+ /**
26020
+ * @description Only companies that went public within this time window.
26021
+ * @default
26022
+ */
26023
+ ipo_within?: string;
25476
26024
  /**
25477
26025
  * @default {
25478
26026
  * "include": [],
25479
26027
  * "exclude": []
25480
26028
  * }
25481
26029
  */
25482
- company_domains?: {
26030
+ markets?: {
25483
26031
  /** @default [] */include?: string[]; /** @default [] */
25484
26032
  exclude?: string[];
25485
- };
26033
+ }; /** @default [] */
26034
+ follower_count_brackets?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[];
25486
26035
  /**
26036
+ * @description Negative values match shrinking audiences.
25487
26037
  * @default {
25488
- * "include": [],
25489
- * "exclude": []
26038
+ * "from": null,
26039
+ * "to": null
25490
26040
  * }
25491
26041
  */
25492
- company_profile_urls?: {
25493
- /** @default [] */include?: string[]; /** @default [] */
25494
- exclude?: string[];
26042
+ follower_growth_l6m_in_percent?: {
26043
+ from?: number | null;
26044
+ to?: number | null;
25495
26045
  };
25496
26046
  /**
25497
26047
  * @default {
@@ -25499,10 +26049,11 @@ interface components {
25499
26049
  * "exclude": []
25500
26050
  * }
25501
26051
  */
25502
- company_names?: {
26052
+ technologies?: {
25503
26053
  /** @default [] */include?: string[]; /** @default [] */
25504
26054
  exclude?: string[];
25505
- };
26055
+ }; /** @default [] */
26056
+ competitor_domains?: string[];
25506
26057
  };
25507
26058
  };
25508
26059
  } | {
@@ -25804,7 +26355,7 @@ interface components {
25804
26355
  };
25805
26356
  };
25806
26357
  filters: {
25807
- /** @default [] */person_names?: string[];
26358
+ /** @default */person_name?: string | null;
25808
26359
  /**
25809
26360
  * @default {
25810
26361
  * "include": [],
@@ -25862,17 +26413,8 @@ interface components {
25862
26413
  max?: number | null;
25863
26414
  }; /** @default [] */
25864
26415
  current_employer_investors?: string[]; /** @default [] */
25865
- current_employer_open_position_titles?: string[];
25866
- /**
25867
- * @default {
25868
- * "include": [],
25869
- * "exclude": []
25870
- * }
25871
- */
25872
- school_names?: {
25873
- /** @default [] */include?: string[]; /** @default [] */
25874
- exclude?: string[];
25875
- };
26416
+ current_employer_open_position_titles?: string[]; /** @default [] */
26417
+ school_names?: string[];
25876
26418
  };
25877
26419
  };
25878
26420
  } | {