@pipe0/base 0.5.13 → 0.5.14
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 +9 -0
- package/dist/index.d.mts +619 -106
- package/dist/index.mjs +29 -28
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -417,6 +417,7 @@ declare const StoreOptionWidgetSchema: z.ZodObject<{
|
|
|
417
417
|
resend: "resend";
|
|
418
418
|
slack: "slack";
|
|
419
419
|
gmail: "gmail";
|
|
420
|
+
googlecalendar: "googlecalendar";
|
|
420
421
|
firecrawl: "firecrawl";
|
|
421
422
|
exa: "exa";
|
|
422
423
|
openai: "openai";
|
|
@@ -890,6 +891,7 @@ declare const WidgetsSchema: z.ZodObject<{
|
|
|
890
891
|
resend: "resend";
|
|
891
892
|
slack: "slack";
|
|
892
893
|
gmail: "gmail";
|
|
894
|
+
googlecalendar: "googlecalendar";
|
|
893
895
|
firecrawl: "firecrawl";
|
|
894
896
|
exa: "exa";
|
|
895
897
|
openai: "openai";
|
|
@@ -927,6 +929,7 @@ declare const WidgetsSchema: z.ZodObject<{
|
|
|
927
929
|
resend: "resend";
|
|
928
930
|
slack: "slack";
|
|
929
931
|
gmail: "gmail";
|
|
932
|
+
googlecalendar: "googlecalendar";
|
|
930
933
|
firecrawl: "firecrawl";
|
|
931
934
|
exa: "exa";
|
|
932
935
|
openai: "openai";
|
|
@@ -963,6 +966,7 @@ declare const WidgetsSchema: z.ZodObject<{
|
|
|
963
966
|
resend: "resend";
|
|
964
967
|
slack: "slack";
|
|
965
968
|
gmail: "gmail";
|
|
969
|
+
googlecalendar: "googlecalendar";
|
|
966
970
|
firecrawl: "firecrawl";
|
|
967
971
|
exa: "exa";
|
|
968
972
|
openai: "openai";
|
|
@@ -1687,6 +1691,7 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1687
1691
|
resend: "resend";
|
|
1688
1692
|
slack: "slack";
|
|
1689
1693
|
gmail: "gmail";
|
|
1694
|
+
googlecalendar: "googlecalendar";
|
|
1690
1695
|
firecrawl: "firecrawl";
|
|
1691
1696
|
exa: "exa";
|
|
1692
1697
|
openai: "openai";
|
|
@@ -1724,6 +1729,7 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1724
1729
|
resend: "resend";
|
|
1725
1730
|
slack: "slack";
|
|
1726
1731
|
gmail: "gmail";
|
|
1732
|
+
googlecalendar: "googlecalendar";
|
|
1727
1733
|
firecrawl: "firecrawl";
|
|
1728
1734
|
exa: "exa";
|
|
1729
1735
|
openai: "openai";
|
|
@@ -1760,6 +1766,7 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1760
1766
|
resend: "resend";
|
|
1761
1767
|
slack: "slack";
|
|
1762
1768
|
gmail: "gmail";
|
|
1769
|
+
googlecalendar: "googlecalendar";
|
|
1763
1770
|
firecrawl: "firecrawl";
|
|
1764
1771
|
exa: "exa";
|
|
1765
1772
|
openai: "openai";
|
|
@@ -2153,6 +2160,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
2153
2160
|
resend: "resend";
|
|
2154
2161
|
slack: "slack";
|
|
2155
2162
|
gmail: "gmail";
|
|
2163
|
+
googlecalendar: "googlecalendar";
|
|
2156
2164
|
firecrawl: "firecrawl";
|
|
2157
2165
|
exa: "exa";
|
|
2158
2166
|
openai: "openai";
|
|
@@ -2190,6 +2198,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
2190
2198
|
resend: "resend";
|
|
2191
2199
|
slack: "slack";
|
|
2192
2200
|
gmail: "gmail";
|
|
2201
|
+
googlecalendar: "googlecalendar";
|
|
2193
2202
|
firecrawl: "firecrawl";
|
|
2194
2203
|
exa: "exa";
|
|
2195
2204
|
openai: "openai";
|
|
@@ -2226,6 +2235,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
2226
2235
|
resend: "resend";
|
|
2227
2236
|
slack: "slack";
|
|
2228
2237
|
gmail: "gmail";
|
|
2238
|
+
googlecalendar: "googlecalendar";
|
|
2229
2239
|
firecrawl: "firecrawl";
|
|
2230
2240
|
exa: "exa";
|
|
2231
2241
|
openai: "openai";
|
|
@@ -2599,6 +2609,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
|
|
|
2599
2609
|
resend: "resend";
|
|
2600
2610
|
slack: "slack";
|
|
2601
2611
|
gmail: "gmail";
|
|
2612
|
+
googlecalendar: "googlecalendar";
|
|
2602
2613
|
firecrawl: "firecrawl";
|
|
2603
2614
|
exa: "exa";
|
|
2604
2615
|
openai: "openai";
|
|
@@ -2636,6 +2647,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
|
|
|
2636
2647
|
resend: "resend";
|
|
2637
2648
|
slack: "slack";
|
|
2638
2649
|
gmail: "gmail";
|
|
2650
|
+
googlecalendar: "googlecalendar";
|
|
2639
2651
|
firecrawl: "firecrawl";
|
|
2640
2652
|
exa: "exa";
|
|
2641
2653
|
openai: "openai";
|
|
@@ -2672,6 +2684,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
|
|
|
2672
2684
|
resend: "resend";
|
|
2673
2685
|
slack: "slack";
|
|
2674
2686
|
gmail: "gmail";
|
|
2687
|
+
googlecalendar: "googlecalendar";
|
|
2675
2688
|
firecrawl: "firecrawl";
|
|
2676
2689
|
exa: "exa";
|
|
2677
2690
|
openai: "openai";
|
|
@@ -3027,6 +3040,7 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
3027
3040
|
resend: "resend";
|
|
3028
3041
|
slack: "slack";
|
|
3029
3042
|
gmail: "gmail";
|
|
3043
|
+
googlecalendar: "googlecalendar";
|
|
3030
3044
|
firecrawl: "firecrawl";
|
|
3031
3045
|
exa: "exa";
|
|
3032
3046
|
openai: "openai";
|
|
@@ -3064,6 +3078,7 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
3064
3078
|
resend: "resend";
|
|
3065
3079
|
slack: "slack";
|
|
3066
3080
|
gmail: "gmail";
|
|
3081
|
+
googlecalendar: "googlecalendar";
|
|
3067
3082
|
firecrawl: "firecrawl";
|
|
3068
3083
|
exa: "exa";
|
|
3069
3084
|
openai: "openai";
|
|
@@ -3100,6 +3115,7 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
3100
3115
|
resend: "resend";
|
|
3101
3116
|
slack: "slack";
|
|
3102
3117
|
gmail: "gmail";
|
|
3118
|
+
googlecalendar: "googlecalendar";
|
|
3103
3119
|
firecrawl: "firecrawl";
|
|
3104
3120
|
exa: "exa";
|
|
3105
3121
|
openai: "openai";
|
|
@@ -3889,6 +3905,10 @@ declare const FieldNameSchema: z.ZodEnum<{
|
|
|
3889
3905
|
luma_id: "luma_id";
|
|
3890
3906
|
registered_at: "registered_at";
|
|
3891
3907
|
luma_event_guest_match: "luma_event_guest_match";
|
|
3908
|
+
google_calendar_event_id: "google_calendar_event_id";
|
|
3909
|
+
event_title: "event_title";
|
|
3910
|
+
attendee_emails: "attendee_emails";
|
|
3911
|
+
calendar_event_match: "calendar_event_match";
|
|
3892
3912
|
post_match: "post_match";
|
|
3893
3913
|
post_text: "post_text";
|
|
3894
3914
|
post_id: "post_id";
|
|
@@ -3981,6 +4001,7 @@ declare const ProviderNameSchema: z.ZodEnum<{
|
|
|
3981
4001
|
resend: "resend";
|
|
3982
4002
|
slack: "slack";
|
|
3983
4003
|
gmail: "gmail";
|
|
4004
|
+
googlecalendar: "googlecalendar";
|
|
3984
4005
|
firecrawl: "firecrawl";
|
|
3985
4006
|
exa: "exa";
|
|
3986
4007
|
openai: "openai";
|
|
@@ -3995,10 +4016,10 @@ declare const ProviderNameSchema: z.ZodEnum<{
|
|
|
3995
4016
|
hubspot: "hubspot";
|
|
3996
4017
|
attio: "attio";
|
|
3997
4018
|
}>;
|
|
3998
|
-
type ProviderRateLimitOperation = "pipe0_logic" | "pipe0_generic" | "pipe0_api_operation" | "pipe0_scraper" | "findymail_generic" | "findymail_email_lookup" | "findymail_email_b2b_lookup" | "findymail_phone_lookup" | "dropcontact_generic" | "hunter_generic" | "hunter_email_finder" | "hunter_email_enrichment" | "zerobounce_generic" | "millionverifier_generic" | "googlemaps_generic" | "gemini_35_flash" | "gemini_20_flash" | "anthropic_opus" | "anthropic_sonnet" | "leadmagic_company_search" | "leadmagic_email_lookup" | "leadmagic_email_b2b_lookup" | "leadmagic_email_to_b2b_profile" | "leadmagic_personal_email_finder" | "leadmagic_mobile_number_lookup" | "leadmagic_company_funding" | "leadmagic_role_finder" | "contactout_generic" | "builtwith_generic" | "perplexity_generic" | "serper_search" | "clado_search_people" | "clado_contact_information" | "icypeas_scrape_profile" | "icypeas_lead_database" | "icypeas_company_database" | "icypeas_email_lookup" | "prospeo_phone_number_lookup" | "prospeo_social_profile_lookup" | "clado_social_profile_lookup" | "prospeo_email_lookup" | "resend_generic" | "slack_post_message" | "gmail_send_email" | "gmail_create_draft" | "leadmagic_employee_finder" | "firecrawl_generic" | "firecrawl_map_requests" | "firecrawl_extract" | "exa_websets" | "parallel_search_base" | "parallel_entity_search" | "parallel_extract" | "openai_gpt-5" | "openai_gpt-5-6-terra" | "company_enrich_generic" | "logodev_describe" | "crustdata_company_db_search" | "crustdata_company_enrich" | "crustdata_company_identify" | "crustdata_people_db_search" | "crustdata_realtime_post_fetch" | "crustdata_social_post_search" | "crustdata_realtime_person_enrich" | "crustdata_realtime_company_enrich" | "amplemarket_generic" | "amplemarket-person-reveal" | "amplemarket_people_search" | "amplemarket_company_search" | "amplemarket_account_operation" | "mixrank-person-match" | "luma_get_guests" | "postgres_query" | "databricks_query" | "lemlist_create_lead" | "hubspot_crm_search" | "hubspot_generic" | "salesforce_api" | "attio_query" | "attio_generic" | "attio_write" | "attio_sql";
|
|
4019
|
+
type ProviderRateLimitOperation = "pipe0_logic" | "pipe0_generic" | "pipe0_api_operation" | "pipe0_scraper" | "findymail_generic" | "findymail_email_lookup" | "findymail_email_b2b_lookup" | "findymail_phone_lookup" | "dropcontact_generic" | "hunter_generic" | "hunter_email_finder" | "hunter_email_enrichment" | "zerobounce_generic" | "millionverifier_generic" | "googlemaps_generic" | "gemini_35_flash" | "gemini_20_flash" | "anthropic_opus" | "anthropic_sonnet" | "leadmagic_company_search" | "leadmagic_email_lookup" | "leadmagic_email_b2b_lookup" | "leadmagic_email_to_b2b_profile" | "leadmagic_personal_email_finder" | "leadmagic_mobile_number_lookup" | "leadmagic_company_funding" | "leadmagic_role_finder" | "contactout_generic" | "builtwith_generic" | "perplexity_generic" | "serper_search" | "clado_search_people" | "clado_contact_information" | "icypeas_scrape_profile" | "icypeas_lead_database" | "icypeas_company_database" | "icypeas_email_lookup" | "prospeo_phone_number_lookup" | "prospeo_social_profile_lookup" | "clado_social_profile_lookup" | "prospeo_email_lookup" | "resend_generic" | "slack_post_message" | "gmail_send_email" | "gmail_create_draft" | "googlecalendar_api" | "leadmagic_employee_finder" | "firecrawl_generic" | "firecrawl_map_requests" | "firecrawl_extract" | "exa_websets" | "parallel_search_base" | "parallel_entity_search" | "parallel_extract" | "openai_gpt-5" | "openai_gpt-5-6-terra" | "company_enrich_generic" | "logodev_describe" | "crustdata_company_db_search" | "crustdata_company_enrich" | "crustdata_company_identify" | "crustdata_people_db_search" | "crustdata_realtime_post_fetch" | "crustdata_social_post_search" | "crustdata_realtime_person_enrich" | "crustdata_realtime_company_enrich" | "crustdata_contact_enrich" | "amplemarket_generic" | "amplemarket-person-reveal" | "amplemarket_people_search" | "amplemarket_company_search" | "amplemarket_account_operation" | "mixrank-person-match" | "luma_get_guests" | "postgres_query" | "databricks_query" | "lemlist_create_lead" | "hubspot_crm_search" | "hubspot_generic" | "salesforce_api" | "attio_query" | "attio_generic" | "attio_write" | "attio_sql";
|
|
3999
4020
|
type ProviderName = z.infer<typeof ProviderNameSchema>;
|
|
4000
4021
|
type ExternalProviderName = Exclude<ProviderName, "pipe0">;
|
|
4001
|
-
type BillableOperation = "companies-profiles-amplemarket-v1" | "companies-profiles-amplemarket-v2" | "companies-profiles-crustdata-v1" | "companies-profiles-crustdata-v2" | "companies-entitysearch-parallel-v1" | "people-entitysearch-parallel-v1" | "people-eventguests-luma-v1" | "posts-content-crustdata-v1" | "data-query-postgres-v1" | "data-query-databricks-v1" | "company-domain-workemail-v1-pipe0" | "bucket-claim-v1-pipe0" | "bucket-count-v1-pipe0" | "bucket-check-v1-pipe0" | "bucket-entries-v1-pipe0" | "company-funding-leadmagic-v1-leadmagic" | "company-funding-leadmagic-v2-leadmagic" | "company-funding-waterfall-v1-amplemarket" | "company-funding-waterfall-v1-leadmagic" | "company-identity-v1-pipe0" | "company-identity-v2-pipe0" | "company-identity-v3-pipe0" | "company-lookalikes-companyenrich-v1-companyenrich" | "company-lookalikes-companyenrich-v2-companyenrich" | "company-identity-crustdata-v1-crustdata" | "company-match-crustdata-v1-crustdata" | "company-match-crustdata-v2-crustdata" | "company-match-logodev-v1-logodev" | "company-match-logodev-v2-logodev" | "company-newssummary-domain-v1-pipe0" | "company-newssummary-website-v1-pipe0" | "company-overview-v1-pipe0" | "company-overview-v2-pipe0" | "company-overview-v3-pipe0" | "company-techstack-builtwith-v1-builtwith" | "company-techstack-builtwith-v2-builtwith" | "company-websiteurl-email-v1-pipe0" | "contact-create-resend-v1-resend" | "contacts-hubspot-v1" | "companies-hubspot-v1" | "deals-hubspot-v1" | "owners-hubspot-v1" | "contact-match-hubspot-v1-hubspot" | "company-match-hubspot-v1-hubspot" | "deal-match-hubspot-v1-hubspot" | "object-update-hubspot-v1-hubspot" | "object-associations-hubspot-v1-hubspot" | "activity-log-hubspot-v1-hubspot" | "contacts-salesforce-v1" | "leads-salesforce-v1" | "accounts-salesforce-v1" | "opportunities-salesforce-v1" | "users-salesforce-v1" | "query-salesforce-v1" | "person-match-salesforce-v1-salesforce" | "account-match-salesforce-v1-salesforce" | "opportunity-match-salesforce-v1-salesforce" | "record-lookup-salesforce-v1-salesforce" | "record-update-salesforce-v1-salesforce" | "record-assert-salesforce-v1-salesforce" | "activities-find-salesforce-v1-salesforce" | "activity-log-salesforce-v1-salesforce" | "people-attio-v1" | "companies-attio-v1" | "deals-attio-v1" | "entries-attio-v1" | "records-attio-v1" | "query-attio-v1" | "users-attio-v1" | "person-match-attio-v1-attio" | "company-match-attio-v1-attio" | "deal-match-attio-v1-attio" | "record-match-attio-v1-attio" | "record-lookup-attio-v1-attio" | "record-update-attio-v1-attio" | "activities-find-attio-v1-attio" | "lead-enroll-lemlist-v1-lemlist" | "lead-enroll-amplemarket-v1-amplemarket" | "email-iswork-v1-pipe0" | "email-send-gmail-v1-gmail" | "email-draft-gmail-v1-gmail" | "email-send-resend-v1-resend" | "email-validate-zerobounce-v1-zerobounce" | "email-write-v1-in-google-low" | "email-write-v1-in-openai-high" | "email-write-v1-in-openai-medium" | "email-write-v1-in-anthropic-high" | "email-write-v1-in-anthropic-low" | "email-write-v1-out-google-low" | "email-write-v1-out-openai-high" | "email-write-v1-out-openai-medium" | "email-write-v1-out-anthropic-high" | "email-write-v1-out-anthropic-low" | "field-domainify-v1-pipe0" | "field-slugify-v1-pipe0" | "fields-merge-v1-pipe0" | "http-request-v1-pipe0" | "json-extract-multi-v1-pipe0" | "message-send-slack-v1-slack" | "message-write-v1-in-google-low" | "message-write-v1-in-openai-high" | "message-write-v1-in-openai-medium" | "message-write-v1-in-anthropic-high" | "message-write-v1-in-anthropic-low" | "message-write-v1-out-google-low" | "message-write-v1-out-openai-high" | "message-write-v1-out-openai-medium" | "message-write-v1-out-anthropic-high" | "message-write-v1-out-anthropic-low" | "people-email-iswork-v1-pipe0" | "people-email-validate-zerobounce-v1-zerobounce" | "people-email-validate-zerobounce-v2-zerobounce" | "people-identity-email-waterfall-v1-crustdata" | "people-identity-email-waterfall-v1-findymail" | "people-identity-email-waterfall-v1-hunter" | "people-match-role-waterfall-v1-leadmagic" | "people-mobilenumber-professionalprofile-waterfall-v1-leadmagic" | "people-mobilenumber-professionalprofile-waterfall-v1-prospeo" | "people-mobilenumber-workemail-waterfall-v1-leadmagic" | "people-name-split-v1-pipe0" | "people-personalemail-profile-waterfall-v1-clado" | "people-personalemail-profile-waterfall-v1-leadmagic" | "people-personalemail-profile-waterfall-v1-mixrank" | "people-phone-profile-waterfall-v1-amplemarket" | "people-phone-profile-waterfall-v1-clado" | "people-phone-profile-waterfall-v1-findymail" | "people-phone-profile-waterfall-v1-leadmagic" | "people-phone-profile-waterfall-v1-prospeo" | "people-phone-workemail-waterfall-v1-amplemarket" | "people-phone-workemail-waterfall-v1-leadmagic" | "people-professionalprofile-waterfall-v1-icypeas" | "people-professionalprofile-waterfall-v1-prospeo" | "people-professionalprofileurl-email-waterfall-v1-leadmagic" | "people-professionalprofileurl-name-v1-pipe0" | "people-profile-waterfall-v1-amplemarket" | "people-profile-waterfall-v1-clado" | "people-profile-waterfall-v1-icypeas" | "people-profile-waterfall-v1-prospeo" | "people-profile-workemail-crustdata-v1-crustdata" | "people-profiles-amplemarket-v1" | "people-profiles-amplemarket-v2" | "people-profiles-crustdata-v1" | "people-profiles-crustdata-v2" | "people-profiles-crustdata-v3" | "people-profileurl-email-waterfall-v1-leadmagic" | "people-validate-email-zerobounce-v1-zerobounce" | "people-workemail-profileurl-waterfall-v1-amplemarket" | "people-workemail-profileurl-waterfall-v1-clado" | "people-workemail-profileurl-waterfall-v1-crustdata" | "people-workemail-profileurl-waterfall-v1-findymail" | "people-workemail-profileurl-waterfall-v1-hunter" | "people-workemail-profileurl-waterfall-v1-leadmagic" | "people-workemail-waterfall-v1-amplemarket" | "people-workemail-waterfall-v1-findymail" | "people-workemail-waterfall-v1-hunter" | "people-workemail-waterfall-v1-icypeas" | "people-workemail-waterfall-v1-leadmagic" | "people-workemail-waterfall-v1-prospeo" | "person-email-validate-millionverifier-v1-millionverifier" | "person-identity-amplemarket-v1-amplemarket" | "person-identity-email-waterfall-v1-crustdata" | "person-identity-email-waterfall-v1-findymail" | "person-identity-email-waterfall-v1-hunter" | "person-match-amplemarket-v1-amplemarket" | "person-match-role-waterfall-v1-leadmagic" | "person-mobile-profileurl-waterfall-v1-amplemarket" | "person-mobile-profileurl-waterfall-v1-findymail" | "person-mobile-profileurl-waterfall-v1-leadmagic" | "person-mobile-profileurl-waterfall-v1-prospeo" | "person-mobile-workemail-waterfall-v1-amplemarket" | "person-mobile-workemail-waterfall-v1-leadmagic" | "person-devprofileurl-profileurl-waterfall-v1-crustdata" | "person-name-join-v1-pipe0" | "person-name-split-v1-pipe0" | "person-personalemail-profileurl-waterfall-v1-leadmagic" | "person-personalemail-profileurl-waterfall-v1-mixrank" | "person-posts-crustdata-v1-crustdata" | "person-profile-waterfall-v1-amplemarket" | "person-profile-waterfall-v1-icypeas" | "person-profile-waterfall-v1-prospeo" | "person-profile-workemail-crustdata-v1-crustdata" | "person-profileurl-email-waterfall-v1-leadmagic" | "person-profileurl-name-v1-pipe0" | "person-workemail-profileurl-waterfall-v1-amplemarket" | "person-workemail-profileurl-waterfall-v1-crustdata" | "person-workemail-profileurl-waterfall-v1-findymail" | "person-workemail-profileurl-waterfall-v1-hunter" | "person-workemail-profileurl-waterfall-v1-leadmagic" | "person-workemail-waterfall-v1-amplemarket" | "person-workemail-waterfall-v1-findymail" | "person-workemail-waterfall-v1-hunter" | "person-workemail-waterfall-v1-icypeas" | "person-workemail-waterfall-v1-leadmagic" | "person-workemail-waterfall-v1-prospeo" | "agent-run-v1-in-google-low" | "agent-run-v1-in-openai-high" | "agent-run-v1-in-openai-medium" | "agent-run-v1-in-anthropic-high" | "agent-run-v1-in-anthropic-low" | "agent-run-v1-out-google-low" | "agent-run-v1-out-openai-high" | "agent-run-v1-out-openai-medium" | "agent-run-v1-out-anthropic-high" | "agent-run-v1-out-anthropic-low" | "agent-run-v1-search-parallel" | "agent-run-v1-extract-parallel" | "agent-sheets-v1-search-parallel" | "agent-sheets-v1-extract-parallel" | "prompt-run-v1-in-google-low" | "prompt-run-v1-in-openai-high" | "prompt-run-v1-in-openai-medium" | "prompt-run-v1-in-anthropic-high" | "prompt-run-v1-in-anthropic-low" | "prompt-run-v1-out-google-low" | "prompt-run-v1-out-openai-high" | "prompt-run-v1-out-openai-medium" | "prompt-run-v1-out-anthropic-high" | "prompt-run-v1-out-anthropic-low" | "rows-filter-prompt-v1-in-google-low" | "rows-filter-prompt-v1-in-openai-high" | "rows-filter-prompt-v1-in-openai-medium" | "rows-filter-prompt-v1-in-anthropic-high" | "rows-filter-prompt-v1-in-anthropic-low" | "rows-filter-prompt-v1-out-google-low" | "rows-filter-prompt-v1-out-openai-high" | "rows-filter-prompt-v1-out-openai-medium" | "rows-filter-prompt-v1-out-anthropic-high" | "rows-filter-prompt-v1-out-anthropic-low" | "report-generate-v1-in-google-low" | "report-generate-v1-in-openai-high" | "report-generate-v1-in-openai-medium" | "report-generate-v1-in-anthropic-high" | "report-generate-v1-in-anthropic-low" | "report-generate-v1-out-google-low" | "report-generate-v1-out-openai-high" | "report-generate-v1-out-openai-medium" | "report-generate-v1-out-anthropic-high" | "report-generate-v1-out-anthropic-low" | "row-append-sheet-v1-pipe0" | "row-roundrobin-sheet-v1-pipe0" | "rows-find-sheet-v1-pipe0" | "rows-find-postgres-v1-postgres" | "rows-find-databricks-v1-databricks" | "sheet-items-v1-pipe0" | "rows-dedupe-v1-pipe0" | "rows-duplicate-v1-pipe0" | "row-expandappend-sheet-v1-pipe0" | "template-fill-v1-pipe0" | "website-extract-firecrawl-v1-firecrawl" | "website-extract-parallel-v1-parallel" | "website-maplinks-firecrawl-v1-firecrawl" | "website-scrape-firecrawl-v1-firecrawl" | "website-scrapelist-firecrawl-v1-firecrawl";
|
|
4022
|
+
type BillableOperation = "companies-profiles-amplemarket-v1" | "companies-profiles-amplemarket-v2" | "companies-profiles-crustdata-v1" | "companies-profiles-crustdata-v2" | "companies-entitysearch-parallel-v1" | "people-entitysearch-parallel-v1" | "people-eventguests-luma-v1" | "events-googlecalendar-v1" | "posts-content-crustdata-v1" | "data-query-postgres-v1" | "data-query-databricks-v1" | "company-domain-workemail-v1-pipe0" | "bucket-claim-v1-pipe0" | "bucket-count-v1-pipe0" | "bucket-check-v1-pipe0" | "bucket-entries-v1-pipe0" | "company-funding-leadmagic-v1-leadmagic" | "company-funding-leadmagic-v2-leadmagic" | "company-funding-waterfall-v1-amplemarket" | "company-funding-waterfall-v1-leadmagic" | "company-identity-v1-pipe0" | "company-identity-v2-pipe0" | "company-identity-v3-pipe0" | "company-lookalikes-companyenrich-v1-companyenrich" | "company-lookalikes-companyenrich-v2-companyenrich" | "company-identity-crustdata-v1-crustdata" | "company-match-crustdata-v1-crustdata" | "company-match-crustdata-v2-crustdata" | "company-match-logodev-v1-logodev" | "company-match-logodev-v2-logodev" | "company-newssummary-domain-v1-pipe0" | "company-newssummary-website-v1-pipe0" | "company-overview-v1-pipe0" | "company-overview-v2-pipe0" | "company-overview-v3-pipe0" | "company-techstack-builtwith-v1-builtwith" | "company-techstack-builtwith-v2-builtwith" | "company-websiteurl-email-v1-pipe0" | "contact-create-resend-v1-resend" | "contacts-hubspot-v1" | "companies-hubspot-v1" | "deals-hubspot-v1" | "owners-hubspot-v1" | "contact-match-hubspot-v1-hubspot" | "company-match-hubspot-v1-hubspot" | "deal-match-hubspot-v1-hubspot" | "object-update-hubspot-v1-hubspot" | "object-associations-hubspot-v1-hubspot" | "activity-log-hubspot-v1-hubspot" | "contacts-salesforce-v1" | "leads-salesforce-v1" | "accounts-salesforce-v1" | "opportunities-salesforce-v1" | "users-salesforce-v1" | "query-salesforce-v1" | "person-match-salesforce-v1-salesforce" | "account-match-salesforce-v1-salesforce" | "opportunity-match-salesforce-v1-salesforce" | "record-lookup-salesforce-v1-salesforce" | "record-update-salesforce-v1-salesforce" | "record-assert-salesforce-v1-salesforce" | "activities-find-salesforce-v1-salesforce" | "activity-log-salesforce-v1-salesforce" | "people-attio-v1" | "companies-attio-v1" | "deals-attio-v1" | "entries-attio-v1" | "records-attio-v1" | "query-attio-v1" | "users-attio-v1" | "person-match-attio-v1-attio" | "company-match-attio-v1-attio" | "deal-match-attio-v1-attio" | "record-match-attio-v1-attio" | "record-lookup-attio-v1-attio" | "record-update-attio-v1-attio" | "activities-find-attio-v1-attio" | "lead-enroll-lemlist-v1-lemlist" | "lead-enroll-amplemarket-v1-amplemarket" | "email-iswork-v1-pipe0" | "email-send-gmail-v1-gmail" | "email-draft-gmail-v1-gmail" | "email-send-resend-v1-resend" | "email-validate-zerobounce-v1-zerobounce" | "email-write-v1-in-google-low" | "email-write-v1-in-openai-high" | "email-write-v1-in-openai-medium" | "email-write-v1-in-anthropic-high" | "email-write-v1-in-anthropic-low" | "email-write-v1-out-google-low" | "email-write-v1-out-openai-high" | "email-write-v1-out-openai-medium" | "email-write-v1-out-anthropic-high" | "email-write-v1-out-anthropic-low" | "field-domainify-v1-pipe0" | "field-slugify-v1-pipe0" | "fields-merge-v1-pipe0" | "http-request-v1-pipe0" | "json-extract-multi-v1-pipe0" | "message-send-slack-v1-slack" | "message-write-v1-in-google-low" | "message-write-v1-in-openai-high" | "message-write-v1-in-openai-medium" | "message-write-v1-in-anthropic-high" | "message-write-v1-in-anthropic-low" | "message-write-v1-out-google-low" | "message-write-v1-out-openai-high" | "message-write-v1-out-openai-medium" | "message-write-v1-out-anthropic-high" | "message-write-v1-out-anthropic-low" | "people-email-iswork-v1-pipe0" | "people-email-validate-zerobounce-v1-zerobounce" | "people-email-validate-zerobounce-v2-zerobounce" | "people-identity-email-waterfall-v1-crustdata" | "people-identity-email-waterfall-v1-findymail" | "people-identity-email-waterfall-v1-hunter" | "people-match-role-waterfall-v1-leadmagic" | "people-mobilenumber-professionalprofile-waterfall-v1-leadmagic" | "people-mobilenumber-professionalprofile-waterfall-v1-prospeo" | "people-mobilenumber-workemail-waterfall-v1-leadmagic" | "people-name-split-v1-pipe0" | "people-personalemail-profile-waterfall-v1-clado" | "people-personalemail-profile-waterfall-v1-leadmagic" | "people-personalemail-profile-waterfall-v1-mixrank" | "people-phone-profile-waterfall-v1-amplemarket" | "people-phone-profile-waterfall-v1-clado" | "people-phone-profile-waterfall-v1-findymail" | "people-phone-profile-waterfall-v1-leadmagic" | "people-phone-profile-waterfall-v1-prospeo" | "people-phone-workemail-waterfall-v1-amplemarket" | "people-phone-workemail-waterfall-v1-leadmagic" | "people-professionalprofile-waterfall-v1-icypeas" | "people-professionalprofile-waterfall-v1-prospeo" | "people-professionalprofileurl-email-waterfall-v1-leadmagic" | "people-professionalprofileurl-name-v1-pipe0" | "people-profile-waterfall-v1-amplemarket" | "people-profile-waterfall-v1-clado" | "people-profile-waterfall-v1-icypeas" | "people-profile-waterfall-v1-prospeo" | "people-profile-workemail-crustdata-v1-crustdata" | "people-profiles-amplemarket-v1" | "people-profiles-amplemarket-v2" | "people-profiles-crustdata-v1" | "people-profiles-crustdata-v2" | "people-profiles-crustdata-v3" | "people-profileurl-email-waterfall-v1-leadmagic" | "people-validate-email-zerobounce-v1-zerobounce" | "people-workemail-profileurl-waterfall-v1-amplemarket" | "people-workemail-profileurl-waterfall-v1-clado" | "people-workemail-profileurl-waterfall-v1-crustdata" | "people-workemail-profileurl-waterfall-v1-findymail" | "people-workemail-profileurl-waterfall-v1-hunter" | "people-workemail-profileurl-waterfall-v1-leadmagic" | "people-workemail-waterfall-v1-amplemarket" | "people-workemail-waterfall-v1-findymail" | "people-workemail-waterfall-v1-hunter" | "people-workemail-waterfall-v1-icypeas" | "people-workemail-waterfall-v1-leadmagic" | "people-workemail-waterfall-v1-prospeo" | "person-email-validate-millionverifier-v1-millionverifier" | "person-identity-amplemarket-v1-amplemarket" | "person-identity-email-waterfall-v1-crustdata" | "person-identity-email-waterfall-v1-findymail" | "person-identity-email-waterfall-v1-hunter" | "person-match-amplemarket-v1-amplemarket" | "person-match-role-waterfall-v1-leadmagic" | "person-mobile-profileurl-waterfall-v1-amplemarket" | "person-mobile-profileurl-waterfall-v1-crustdata" | "person-mobile-profileurl-waterfall-v1-findymail" | "person-mobile-profileurl-waterfall-v1-leadmagic" | "person-mobile-profileurl-waterfall-v1-prospeo" | "person-mobile-workemail-waterfall-v1-amplemarket" | "person-mobile-workemail-waterfall-v1-crustdata" | "person-mobile-workemail-waterfall-v1-leadmagic" | "person-devprofileurl-profileurl-waterfall-v1-crustdata" | "person-name-join-v1-pipe0" | "person-name-split-v1-pipe0" | "person-personalemail-profileurl-waterfall-v1-leadmagic" | "person-personalemail-profileurl-waterfall-v1-mixrank" | "person-posts-crustdata-v1-crustdata" | "person-profile-waterfall-v1-amplemarket" | "person-profile-waterfall-v1-icypeas" | "person-profile-waterfall-v1-prospeo" | "person-profile-workemail-crustdata-v1-crustdata" | "person-profileurl-email-waterfall-v1-leadmagic" | "person-profileurl-name-v1-pipe0" | "person-workemail-profileurl-waterfall-v1-amplemarket" | "person-workemail-profileurl-waterfall-v1-crustdata" | "person-workemail-profileurl-waterfall-v1-findymail" | "person-workemail-profileurl-waterfall-v1-hunter" | "person-workemail-profileurl-waterfall-v1-leadmagic" | "person-workemail-waterfall-v1-amplemarket" | "person-workemail-waterfall-v1-findymail" | "person-workemail-waterfall-v1-hunter" | "person-workemail-waterfall-v1-icypeas" | "person-workemail-waterfall-v1-leadmagic" | "person-workemail-waterfall-v1-prospeo" | "agent-run-v1-in-google-low" | "agent-run-v1-in-openai-high" | "agent-run-v1-in-openai-medium" | "agent-run-v1-in-anthropic-high" | "agent-run-v1-in-anthropic-low" | "agent-run-v1-out-google-low" | "agent-run-v1-out-openai-high" | "agent-run-v1-out-openai-medium" | "agent-run-v1-out-anthropic-high" | "agent-run-v1-out-anthropic-low" | "agent-run-v1-search-parallel" | "agent-run-v1-extract-parallel" | "agent-sheets-v1-search-parallel" | "agent-sheets-v1-extract-parallel" | "prompt-run-v1-in-google-low" | "prompt-run-v1-in-openai-high" | "prompt-run-v1-in-openai-medium" | "prompt-run-v1-in-anthropic-high" | "prompt-run-v1-in-anthropic-low" | "prompt-run-v1-out-google-low" | "prompt-run-v1-out-openai-high" | "prompt-run-v1-out-openai-medium" | "prompt-run-v1-out-anthropic-high" | "prompt-run-v1-out-anthropic-low" | "rows-filter-prompt-v1-in-google-low" | "rows-filter-prompt-v1-in-openai-high" | "rows-filter-prompt-v1-in-openai-medium" | "rows-filter-prompt-v1-in-anthropic-high" | "rows-filter-prompt-v1-in-anthropic-low" | "rows-filter-prompt-v1-out-google-low" | "rows-filter-prompt-v1-out-openai-high" | "rows-filter-prompt-v1-out-openai-medium" | "rows-filter-prompt-v1-out-anthropic-high" | "rows-filter-prompt-v1-out-anthropic-low" | "report-generate-v1-in-google-low" | "report-generate-v1-in-openai-high" | "report-generate-v1-in-openai-medium" | "report-generate-v1-in-anthropic-high" | "report-generate-v1-in-anthropic-low" | "report-generate-v1-out-google-low" | "report-generate-v1-out-openai-high" | "report-generate-v1-out-openai-medium" | "report-generate-v1-out-anthropic-high" | "report-generate-v1-out-anthropic-low" | "row-append-sheet-v1-pipe0" | "row-roundrobin-sheet-v1-pipe0" | "rows-find-sheet-v1-pipe0" | "rows-find-postgres-v1-postgres" | "rows-find-databricks-v1-databricks" | "sheet-items-v1-pipe0" | "rows-dedupe-v1-pipe0" | "rows-duplicate-v1-pipe0" | "row-expandappend-sheet-v1-pipe0" | "template-fill-v1-pipe0" | "website-extract-firecrawl-v1-firecrawl" | "website-extract-parallel-v1-parallel" | "website-maplinks-firecrawl-v1-firecrawl" | "website-scrape-firecrawl-v1-firecrawl" | "website-scrapelist-firecrawl-v1-firecrawl";
|
|
4002
4023
|
//#endregion
|
|
4003
4024
|
//#region src/pipes/catalog/categories.d.ts
|
|
4004
4025
|
type PipeCategory = "people_data" | "company_data" | "tools" | "find_comapnies" | "find_people" | "actions" | "integrations" | "deprecated";
|
|
@@ -10880,6 +10901,7 @@ declare const pipePayloadSchemaCatalog: {
|
|
|
10880
10901
|
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
10881
10902
|
provider: z.ZodEnum<{
|
|
10882
10903
|
findymail: "findymail";
|
|
10904
|
+
crustdata: "crustdata";
|
|
10883
10905
|
leadmagic: "leadmagic";
|
|
10884
10906
|
prospeo: "prospeo";
|
|
10885
10907
|
amplemarket: "amplemarket";
|
|
@@ -11732,6 +11754,7 @@ declare const pipePayloadSchemaCatalog: {
|
|
|
11732
11754
|
config: z.ZodOptional<z.ZodObject<{
|
|
11733
11755
|
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
11734
11756
|
provider: z.ZodEnum<{
|
|
11757
|
+
crustdata: "crustdata";
|
|
11735
11758
|
leadmagic: "leadmagic";
|
|
11736
11759
|
amplemarket: "amplemarket";
|
|
11737
11760
|
}>;
|
|
@@ -19106,6 +19129,7 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
|
19106
19129
|
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
19107
19130
|
provider: z.ZodEnum<{
|
|
19108
19131
|
findymail: "findymail";
|
|
19132
|
+
crustdata: "crustdata";
|
|
19109
19133
|
leadmagic: "leadmagic";
|
|
19110
19134
|
prospeo: "prospeo";
|
|
19111
19135
|
amplemarket: "amplemarket";
|
|
@@ -19946,6 +19970,7 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
|
19946
19970
|
config: z.ZodOptional<z.ZodObject<{
|
|
19947
19971
|
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
19948
19972
|
provider: z.ZodEnum<{
|
|
19973
|
+
crustdata: "crustdata";
|
|
19949
19974
|
leadmagic: "leadmagic";
|
|
19950
19975
|
amplemarket: "amplemarket";
|
|
19951
19976
|
}>;
|
|
@@ -21058,6 +21083,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
21058
21083
|
resend: "resend";
|
|
21059
21084
|
slack: "slack";
|
|
21060
21085
|
gmail: "gmail";
|
|
21086
|
+
googlecalendar: "googlecalendar";
|
|
21061
21087
|
firecrawl: "firecrawl";
|
|
21062
21088
|
exa: "exa";
|
|
21063
21089
|
openai: "openai";
|
|
@@ -21095,6 +21121,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
21095
21121
|
resend: "resend";
|
|
21096
21122
|
slack: "slack";
|
|
21097
21123
|
gmail: "gmail";
|
|
21124
|
+
googlecalendar: "googlecalendar";
|
|
21098
21125
|
firecrawl: "firecrawl";
|
|
21099
21126
|
exa: "exa";
|
|
21100
21127
|
openai: "openai";
|
|
@@ -21131,6 +21158,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
21131
21158
|
resend: "resend";
|
|
21132
21159
|
slack: "slack";
|
|
21133
21160
|
gmail: "gmail";
|
|
21161
|
+
googlecalendar: "googlecalendar";
|
|
21134
21162
|
firecrawl: "firecrawl";
|
|
21135
21163
|
exa: "exa";
|
|
21136
21164
|
openai: "openai";
|
|
@@ -25987,6 +26015,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
25987
26015
|
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
25988
26016
|
provider: z.ZodEnum<{
|
|
25989
26017
|
findymail: "findymail";
|
|
26018
|
+
crustdata: "crustdata";
|
|
25990
26019
|
leadmagic: "leadmagic";
|
|
25991
26020
|
prospeo: "prospeo";
|
|
25992
26021
|
amplemarket: "amplemarket";
|
|
@@ -26755,6 +26784,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
26755
26784
|
config: z.ZodOptional<z.ZodObject<{
|
|
26756
26785
|
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
26757
26786
|
provider: z.ZodEnum<{
|
|
26787
|
+
crustdata: "crustdata";
|
|
26758
26788
|
leadmagic: "leadmagic";
|
|
26759
26789
|
amplemarket: "amplemarket";
|
|
26760
26790
|
}>;
|
|
@@ -29808,6 +29838,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
29808
29838
|
resend: "resend";
|
|
29809
29839
|
slack: "slack";
|
|
29810
29840
|
gmail: "gmail";
|
|
29841
|
+
googlecalendar: "googlecalendar";
|
|
29811
29842
|
firecrawl: "firecrawl";
|
|
29812
29843
|
exa: "exa";
|
|
29813
29844
|
openai: "openai";
|
|
@@ -29845,6 +29876,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
29845
29876
|
resend: "resend";
|
|
29846
29877
|
slack: "slack";
|
|
29847
29878
|
gmail: "gmail";
|
|
29879
|
+
googlecalendar: "googlecalendar";
|
|
29848
29880
|
firecrawl: "firecrawl";
|
|
29849
29881
|
exa: "exa";
|
|
29850
29882
|
openai: "openai";
|
|
@@ -29881,6 +29913,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
29881
29913
|
resend: "resend";
|
|
29882
29914
|
slack: "slack";
|
|
29883
29915
|
gmail: "gmail";
|
|
29916
|
+
googlecalendar: "googlecalendar";
|
|
29884
29917
|
firecrawl: "firecrawl";
|
|
29885
29918
|
exa: "exa";
|
|
29886
29919
|
openai: "openai";
|
|
@@ -30104,6 +30137,7 @@ declare const StoreOptionSchema: z.ZodObject<{
|
|
|
30104
30137
|
resend: "resend";
|
|
30105
30138
|
slack: "slack";
|
|
30106
30139
|
gmail: "gmail";
|
|
30140
|
+
googlecalendar: "googlecalendar";
|
|
30107
30141
|
firecrawl: "firecrawl";
|
|
30108
30142
|
exa: "exa";
|
|
30109
30143
|
openai: "openai";
|
|
@@ -30218,6 +30252,7 @@ declare const FormStoreSchema: z.ZodObject<{
|
|
|
30218
30252
|
resend: "resend";
|
|
30219
30253
|
slack: "slack";
|
|
30220
30254
|
gmail: "gmail";
|
|
30255
|
+
googlecalendar: "googlecalendar";
|
|
30221
30256
|
firecrawl: "firecrawl";
|
|
30222
30257
|
exa: "exa";
|
|
30223
30258
|
openai: "openai";
|
|
@@ -30497,7 +30532,7 @@ interface FormResolvers {
|
|
|
30497
30532
|
}
|
|
30498
30533
|
//#endregion
|
|
30499
30534
|
//#region src/search/schemas.d.ts
|
|
30500
|
-
declare const SEARCH_IDS: readonly ["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", "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"];
|
|
30535
|
+
declare const SEARCH_IDS: readonly ["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"];
|
|
30501
30536
|
declare const SearchIdSchema: z.ZodEnum<{
|
|
30502
30537
|
"companies:profiles:crustdata@1": "companies:profiles:crustdata@1";
|
|
30503
30538
|
"companies:profiles:crustdata@2": "companies:profiles:crustdata@2";
|
|
@@ -30511,6 +30546,7 @@ declare const SearchIdSchema: z.ZodEnum<{
|
|
|
30511
30546
|
"companies:entitysearch:parallel@1": "companies:entitysearch:parallel@1";
|
|
30512
30547
|
"people:entitysearch:parallel@1": "people:entitysearch:parallel@1";
|
|
30513
30548
|
"people:eventguests:luma@1": "people:eventguests:luma@1";
|
|
30549
|
+
"events:googlecalendar@1": "events:googlecalendar@1";
|
|
30514
30550
|
"sheet:rows@1": "sheet:rows@1";
|
|
30515
30551
|
"bucket:entries@1": "bucket:entries@1";
|
|
30516
30552
|
"query:postgres@1": "query:postgres@1";
|
|
@@ -32805,6 +32841,74 @@ declare const fieldCatalog: {
|
|
|
32805
32841
|
};
|
|
32806
32842
|
};
|
|
32807
32843
|
};
|
|
32844
|
+
readonly google_calendar_event_id: {
|
|
32845
|
+
readonly order: 10;
|
|
32846
|
+
readonly label: "Google Calendar event ID";
|
|
32847
|
+
readonly type: "string";
|
|
32848
|
+
readonly format: "text";
|
|
32849
|
+
readonly description: "Identifier of the event in Google Calendar, used for dedup and single-event lookups. Recurring events are expanded, so each occurrence has its own stable instance ID.";
|
|
32850
|
+
readonly jsonMeta: null;
|
|
32851
|
+
};
|
|
32852
|
+
readonly event_title: {
|
|
32853
|
+
readonly order: 20;
|
|
32854
|
+
readonly label: "Event title";
|
|
32855
|
+
readonly type: "string";
|
|
32856
|
+
readonly format: "text";
|
|
32857
|
+
readonly description: "Title (summary) of the calendar event.";
|
|
32858
|
+
readonly jsonMeta: null;
|
|
32859
|
+
};
|
|
32860
|
+
readonly attendee_emails: {
|
|
32861
|
+
readonly order: 21;
|
|
32862
|
+
readonly label: "Attendee emails";
|
|
32863
|
+
readonly type: "json";
|
|
32864
|
+
readonly format: "json_list_string";
|
|
32865
|
+
readonly description: "Email addresses of the event's attendees. Meeting rooms and other resources are excluded; large events may return a truncated guest list.";
|
|
32866
|
+
readonly jsonMeta: {
|
|
32867
|
+
readonly zodSchema: z.ZodArray<z.ZodString>;
|
|
32868
|
+
readonly exampleValue: readonly ["ada.lovelace@example.com", "charles.babbage@analyticalengines.com"];
|
|
32869
|
+
};
|
|
32870
|
+
};
|
|
32871
|
+
readonly calendar_event_match: {
|
|
32872
|
+
readonly order: 90;
|
|
32873
|
+
readonly label: "Event match";
|
|
32874
|
+
readonly type: "json";
|
|
32875
|
+
readonly format: "json_object";
|
|
32876
|
+
readonly description: "Standardized calendar event (provider-neutral): title, start/end, timezone, normalized type, location, organizer and attendee emails, event link, and virtual meeting link.";
|
|
32877
|
+
readonly jsonMeta: {
|
|
32878
|
+
readonly zodSchema: z.ZodObject<{
|
|
32879
|
+
event_title: z.ZodNullable<z.ZodString>;
|
|
32880
|
+
event_start: z.ZodNullable<z.ZodString>;
|
|
32881
|
+
event_end: z.ZodNullable<z.ZodString>;
|
|
32882
|
+
event_timezone: z.ZodNullable<z.ZodString>;
|
|
32883
|
+
event_type: z.ZodEnum<{
|
|
32884
|
+
meeting: "meeting";
|
|
32885
|
+
out_of_office: "out_of_office";
|
|
32886
|
+
focus_time: "focus_time";
|
|
32887
|
+
working_location: "working_location";
|
|
32888
|
+
birthday: "birthday";
|
|
32889
|
+
from_gmail: "from_gmail";
|
|
32890
|
+
other: "other";
|
|
32891
|
+
}>;
|
|
32892
|
+
event_location: z.ZodNullable<z.ZodString>;
|
|
32893
|
+
event_url: z.ZodNullable<z.ZodString>;
|
|
32894
|
+
organizer_email: z.ZodNullable<z.ZodString>;
|
|
32895
|
+
attendee_emails: z.ZodArray<z.ZodString>;
|
|
32896
|
+
virtual_meeting_url: z.ZodNullable<z.ZodString>;
|
|
32897
|
+
}, z.core.$strip>;
|
|
32898
|
+
readonly exampleValue: {
|
|
32899
|
+
event_title: string | null;
|
|
32900
|
+
event_start: string | null;
|
|
32901
|
+
event_end: string | null;
|
|
32902
|
+
event_timezone: string | null;
|
|
32903
|
+
event_type: "meeting" | "out_of_office" | "focus_time" | "working_location" | "birthday" | "from_gmail" | "other";
|
|
32904
|
+
event_location: string | null;
|
|
32905
|
+
event_url: string | null;
|
|
32906
|
+
organizer_email: string | null;
|
|
32907
|
+
attendee_emails: string[];
|
|
32908
|
+
virtual_meeting_url: string | null;
|
|
32909
|
+
};
|
|
32910
|
+
};
|
|
32911
|
+
};
|
|
32808
32912
|
readonly sheet_record_id: {
|
|
32809
32913
|
readonly label: "Record ID";
|
|
32810
32914
|
readonly type: "string";
|
|
@@ -35854,17 +35958,17 @@ declare const fieldCatalog: {
|
|
|
35854
35958
|
url: z.ZodNullable<z.ZodString>;
|
|
35855
35959
|
type: z.ZodEnum<{
|
|
35856
35960
|
email: "email";
|
|
35961
|
+
meeting: "meeting";
|
|
35857
35962
|
note: "note";
|
|
35858
35963
|
task: "task";
|
|
35859
35964
|
call: "call";
|
|
35860
|
-
meeting: "meeting";
|
|
35861
35965
|
}>;
|
|
35862
35966
|
record_id: z.ZodString;
|
|
35863
35967
|
}, z.core.$strip>;
|
|
35864
35968
|
readonly exampleValue: {
|
|
35865
35969
|
id: string;
|
|
35866
35970
|
url: string | null;
|
|
35867
|
-
type: "email" | "
|
|
35971
|
+
type: "email" | "meeting" | "note" | "task" | "call";
|
|
35868
35972
|
record_id: string;
|
|
35869
35973
|
};
|
|
35870
35974
|
};
|
|
@@ -36765,9 +36869,9 @@ declare const fieldCatalog: {
|
|
|
36765
36869
|
readonly zodSchema: z.ZodArray<z.ZodObject<{
|
|
36766
36870
|
id: z.ZodString;
|
|
36767
36871
|
type: z.ZodEnum<{
|
|
36872
|
+
meeting: "meeting";
|
|
36768
36873
|
note: "note";
|
|
36769
36874
|
task: "task";
|
|
36770
|
-
meeting: "meeting";
|
|
36771
36875
|
}>;
|
|
36772
36876
|
title: z.ZodNullable<z.ZodString>;
|
|
36773
36877
|
content: z.ZodNullable<z.ZodString>;
|
|
@@ -36781,7 +36885,7 @@ declare const fieldCatalog: {
|
|
|
36781
36885
|
}, z.core.$strip>>;
|
|
36782
36886
|
readonly exampleValue: {
|
|
36783
36887
|
id: string;
|
|
36784
|
-
type: "
|
|
36888
|
+
type: "meeting" | "note" | "task";
|
|
36785
36889
|
title: string | null;
|
|
36786
36890
|
content: string | null;
|
|
36787
36891
|
occurred_at: string | null;
|
|
@@ -36950,6 +37054,25 @@ declare const fieldBehaviorCatalog: {
|
|
|
36950
37054
|
};
|
|
36951
37055
|
};
|
|
36952
37056
|
};
|
|
37057
|
+
google_calendar_event_id: {
|
|
37058
|
+
getStaticWidgets(v: string | number | boolean | Record<string, unknown> | unknown[] | null): {
|
|
37059
|
+
entity_logo?: undefined;
|
|
37060
|
+
} | {
|
|
37061
|
+
entity_logo: {
|
|
37062
|
+
entity: string;
|
|
37063
|
+
image_url: string;
|
|
37064
|
+
};
|
|
37065
|
+
};
|
|
37066
|
+
};
|
|
37067
|
+
event_title: {};
|
|
37068
|
+
attendee_emails: {};
|
|
37069
|
+
calendar_event_match: {
|
|
37070
|
+
getStaticWidgets(): {
|
|
37071
|
+
display_value: {
|
|
37072
|
+
label: string;
|
|
37073
|
+
};
|
|
37074
|
+
};
|
|
37075
|
+
};
|
|
36953
37076
|
estimated_salary: {};
|
|
36954
37077
|
scrape_list_response: {};
|
|
36955
37078
|
clado_person_match: {
|
|
@@ -37169,7 +37292,7 @@ declare const fieldBehaviorCatalog: {
|
|
|
37169
37292
|
getStaticWidgets(): {
|
|
37170
37293
|
entity_logo: {
|
|
37171
37294
|
entity: string;
|
|
37172
|
-
image_url: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a612ed1c-d5cf-421a-23c5-3cf74f506100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/95032a9f-932b-4898-ff0d-45d49390d100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8f2b7ff3-12a6-4c55-31fd-460b9f461300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e80b3a16-7b36-4733-bcbe-46f471d33100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a29f3095-b3f9-4b12-d21b-1c506ccd7200/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bfe1c515-490d-4f12-f4a8-21aee8cc3000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/91141a7c-dfb6-4e01-413e-ceed70e3c600/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1defa51b-5c01-4034-1030-60f68aa46400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fa05be24-d174-40f0-69c2-4fdb43c6be00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/adecf16b-4187-409b-d77f-16fc07fc6100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/13d4ae54-9400-4577-8fbf-c96021fb0000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/07b73e49-e1fa-445b-865e-2b7dc2641700/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5d2b25c5-86a7-4eea-9416-fcca77cc7000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d0d047c7-3871-4a7e-5031-be52ebc34900/icon";
|
|
37295
|
+
image_url: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a612ed1c-d5cf-421a-23c5-3cf74f506100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/95032a9f-932b-4898-ff0d-45d49390d100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8f2b7ff3-12a6-4c55-31fd-460b9f461300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e80b3a16-7b36-4733-bcbe-46f471d33100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a29f3095-b3f9-4b12-d21b-1c506ccd7200/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9cfc8918-2046-47dd-52f9-353ce76fd800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bfe1c515-490d-4f12-f4a8-21aee8cc3000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/91141a7c-dfb6-4e01-413e-ceed70e3c600/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1defa51b-5c01-4034-1030-60f68aa46400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fa05be24-d174-40f0-69c2-4fdb43c6be00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/adecf16b-4187-409b-d77f-16fc07fc6100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/13d4ae54-9400-4577-8fbf-c96021fb0000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/07b73e49-e1fa-445b-865e-2b7dc2641700/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5d2b25c5-86a7-4eea-9416-fcca77cc7000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d0d047c7-3871-4a7e-5031-be52ebc34900/icon";
|
|
37173
37296
|
};
|
|
37174
37297
|
};
|
|
37175
37298
|
};
|
|
@@ -37177,7 +37300,7 @@ declare const fieldBehaviorCatalog: {
|
|
|
37177
37300
|
getStaticWidgets(): {
|
|
37178
37301
|
entity_logo: {
|
|
37179
37302
|
entity: string;
|
|
37180
|
-
image_url: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a612ed1c-d5cf-421a-23c5-3cf74f506100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/95032a9f-932b-4898-ff0d-45d49390d100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8f2b7ff3-12a6-4c55-31fd-460b9f461300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e80b3a16-7b36-4733-bcbe-46f471d33100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a29f3095-b3f9-4b12-d21b-1c506ccd7200/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bfe1c515-490d-4f12-f4a8-21aee8cc3000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/91141a7c-dfb6-4e01-413e-ceed70e3c600/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1defa51b-5c01-4034-1030-60f68aa46400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fa05be24-d174-40f0-69c2-4fdb43c6be00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/adecf16b-4187-409b-d77f-16fc07fc6100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/13d4ae54-9400-4577-8fbf-c96021fb0000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/07b73e49-e1fa-445b-865e-2b7dc2641700/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5d2b25c5-86a7-4eea-9416-fcca77cc7000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d0d047c7-3871-4a7e-5031-be52ebc34900/icon";
|
|
37303
|
+
image_url: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a612ed1c-d5cf-421a-23c5-3cf74f506100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/95032a9f-932b-4898-ff0d-45d49390d100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8f2b7ff3-12a6-4c55-31fd-460b9f461300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e80b3a16-7b36-4733-bcbe-46f471d33100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a29f3095-b3f9-4b12-d21b-1c506ccd7200/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9cfc8918-2046-47dd-52f9-353ce76fd800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bfe1c515-490d-4f12-f4a8-21aee8cc3000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/91141a7c-dfb6-4e01-413e-ceed70e3c600/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1defa51b-5c01-4034-1030-60f68aa46400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fa05be24-d174-40f0-69c2-4fdb43c6be00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/adecf16b-4187-409b-d77f-16fc07fc6100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/13d4ae54-9400-4577-8fbf-c96021fb0000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/07b73e49-e1fa-445b-865e-2b7dc2641700/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5d2b25c5-86a7-4eea-9416-fcca77cc7000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d0d047c7-3871-4a7e-5031-be52ebc34900/icon";
|
|
37181
37304
|
};
|
|
37182
37305
|
};
|
|
37183
37306
|
};
|
|
@@ -37192,7 +37315,7 @@ declare const fieldBehaviorCatalog: {
|
|
|
37192
37315
|
getStaticWidgets(): {
|
|
37193
37316
|
entity_logo: {
|
|
37194
37317
|
entity: string;
|
|
37195
|
-
image_url: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a612ed1c-d5cf-421a-23c5-3cf74f506100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/95032a9f-932b-4898-ff0d-45d49390d100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8f2b7ff3-12a6-4c55-31fd-460b9f461300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e80b3a16-7b36-4733-bcbe-46f471d33100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a29f3095-b3f9-4b12-d21b-1c506ccd7200/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bfe1c515-490d-4f12-f4a8-21aee8cc3000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/91141a7c-dfb6-4e01-413e-ceed70e3c600/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1defa51b-5c01-4034-1030-60f68aa46400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fa05be24-d174-40f0-69c2-4fdb43c6be00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/adecf16b-4187-409b-d77f-16fc07fc6100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/13d4ae54-9400-4577-8fbf-c96021fb0000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/07b73e49-e1fa-445b-865e-2b7dc2641700/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5d2b25c5-86a7-4eea-9416-fcca77cc7000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d0d047c7-3871-4a7e-5031-be52ebc34900/icon";
|
|
37318
|
+
image_url: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a612ed1c-d5cf-421a-23c5-3cf74f506100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/95032a9f-932b-4898-ff0d-45d49390d100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8f2b7ff3-12a6-4c55-31fd-460b9f461300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e80b3a16-7b36-4733-bcbe-46f471d33100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a29f3095-b3f9-4b12-d21b-1c506ccd7200/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9cfc8918-2046-47dd-52f9-353ce76fd800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bfe1c515-490d-4f12-f4a8-21aee8cc3000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/91141a7c-dfb6-4e01-413e-ceed70e3c600/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1defa51b-5c01-4034-1030-60f68aa46400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fa05be24-d174-40f0-69c2-4fdb43c6be00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/adecf16b-4187-409b-d77f-16fc07fc6100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/13d4ae54-9400-4577-8fbf-c96021fb0000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/07b73e49-e1fa-445b-865e-2b7dc2641700/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5d2b25c5-86a7-4eea-9416-fcca77cc7000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d0d047c7-3871-4a7e-5031-be52ebc34900/icon";
|
|
37196
37319
|
};
|
|
37197
37320
|
};
|
|
37198
37321
|
};
|
|
@@ -37303,7 +37426,7 @@ declare const fieldBehaviorCatalog: {
|
|
|
37303
37426
|
getStaticWidgets(): {
|
|
37304
37427
|
entity_logo: {
|
|
37305
37428
|
entity: string;
|
|
37306
|
-
image_url: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a612ed1c-d5cf-421a-23c5-3cf74f506100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/95032a9f-932b-4898-ff0d-45d49390d100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8f2b7ff3-12a6-4c55-31fd-460b9f461300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e80b3a16-7b36-4733-bcbe-46f471d33100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a29f3095-b3f9-4b12-d21b-1c506ccd7200/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bfe1c515-490d-4f12-f4a8-21aee8cc3000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/91141a7c-dfb6-4e01-413e-ceed70e3c600/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1defa51b-5c01-4034-1030-60f68aa46400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fa05be24-d174-40f0-69c2-4fdb43c6be00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/adecf16b-4187-409b-d77f-16fc07fc6100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/13d4ae54-9400-4577-8fbf-c96021fb0000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/07b73e49-e1fa-445b-865e-2b7dc2641700/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5d2b25c5-86a7-4eea-9416-fcca77cc7000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d0d047c7-3871-4a7e-5031-be52ebc34900/icon";
|
|
37429
|
+
image_url: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a612ed1c-d5cf-421a-23c5-3cf74f506100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/95032a9f-932b-4898-ff0d-45d49390d100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8f2b7ff3-12a6-4c55-31fd-460b9f461300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e80b3a16-7b36-4733-bcbe-46f471d33100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a29f3095-b3f9-4b12-d21b-1c506ccd7200/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9cfc8918-2046-47dd-52f9-353ce76fd800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bfe1c515-490d-4f12-f4a8-21aee8cc3000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/91141a7c-dfb6-4e01-413e-ceed70e3c600/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1defa51b-5c01-4034-1030-60f68aa46400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fa05be24-d174-40f0-69c2-4fdb43c6be00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/adecf16b-4187-409b-d77f-16fc07fc6100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/13d4ae54-9400-4577-8fbf-c96021fb0000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/07b73e49-e1fa-445b-865e-2b7dc2641700/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5d2b25c5-86a7-4eea-9416-fcca77cc7000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d0d047c7-3871-4a7e-5031-be52ebc34900/icon";
|
|
37307
37430
|
};
|
|
37308
37431
|
};
|
|
37309
37432
|
};
|
|
@@ -37311,7 +37434,7 @@ declare const fieldBehaviorCatalog: {
|
|
|
37311
37434
|
getStaticWidgets(): {
|
|
37312
37435
|
entity_logo: {
|
|
37313
37436
|
entity: string;
|
|
37314
|
-
image_url: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a612ed1c-d5cf-421a-23c5-3cf74f506100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/95032a9f-932b-4898-ff0d-45d49390d100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8f2b7ff3-12a6-4c55-31fd-460b9f461300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e80b3a16-7b36-4733-bcbe-46f471d33100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a29f3095-b3f9-4b12-d21b-1c506ccd7200/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bfe1c515-490d-4f12-f4a8-21aee8cc3000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/91141a7c-dfb6-4e01-413e-ceed70e3c600/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1defa51b-5c01-4034-1030-60f68aa46400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fa05be24-d174-40f0-69c2-4fdb43c6be00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/adecf16b-4187-409b-d77f-16fc07fc6100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/13d4ae54-9400-4577-8fbf-c96021fb0000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/07b73e49-e1fa-445b-865e-2b7dc2641700/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5d2b25c5-86a7-4eea-9416-fcca77cc7000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d0d047c7-3871-4a7e-5031-be52ebc34900/icon";
|
|
37437
|
+
image_url: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a612ed1c-d5cf-421a-23c5-3cf74f506100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/95032a9f-932b-4898-ff0d-45d49390d100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8f2b7ff3-12a6-4c55-31fd-460b9f461300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e80b3a16-7b36-4733-bcbe-46f471d33100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a29f3095-b3f9-4b12-d21b-1c506ccd7200/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9cfc8918-2046-47dd-52f9-353ce76fd800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bfe1c515-490d-4f12-f4a8-21aee8cc3000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/91141a7c-dfb6-4e01-413e-ceed70e3c600/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1defa51b-5c01-4034-1030-60f68aa46400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fa05be24-d174-40f0-69c2-4fdb43c6be00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/adecf16b-4187-409b-d77f-16fc07fc6100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/13d4ae54-9400-4577-8fbf-c96021fb0000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/07b73e49-e1fa-445b-865e-2b7dc2641700/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5d2b25c5-86a7-4eea-9416-fcca77cc7000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d0d047c7-3871-4a7e-5031-be52ebc34900/icon";
|
|
37315
37438
|
};
|
|
37316
37439
|
};
|
|
37317
37440
|
};
|
|
@@ -37334,7 +37457,7 @@ declare const fieldBehaviorCatalog: {
|
|
|
37334
37457
|
getStaticWidgets(): {
|
|
37335
37458
|
entity_logo: {
|
|
37336
37459
|
entity: string;
|
|
37337
|
-
image_url: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a612ed1c-d5cf-421a-23c5-3cf74f506100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/95032a9f-932b-4898-ff0d-45d49390d100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8f2b7ff3-12a6-4c55-31fd-460b9f461300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e80b3a16-7b36-4733-bcbe-46f471d33100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a29f3095-b3f9-4b12-d21b-1c506ccd7200/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bfe1c515-490d-4f12-f4a8-21aee8cc3000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/91141a7c-dfb6-4e01-413e-ceed70e3c600/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1defa51b-5c01-4034-1030-60f68aa46400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fa05be24-d174-40f0-69c2-4fdb43c6be00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/adecf16b-4187-409b-d77f-16fc07fc6100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/13d4ae54-9400-4577-8fbf-c96021fb0000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/07b73e49-e1fa-445b-865e-2b7dc2641700/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5d2b25c5-86a7-4eea-9416-fcca77cc7000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d0d047c7-3871-4a7e-5031-be52ebc34900/icon";
|
|
37460
|
+
image_url: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a612ed1c-d5cf-421a-23c5-3cf74f506100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/95032a9f-932b-4898-ff0d-45d49390d100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8f2b7ff3-12a6-4c55-31fd-460b9f461300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e80b3a16-7b36-4733-bcbe-46f471d33100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/a29f3095-b3f9-4b12-d21b-1c506ccd7200/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9cfc8918-2046-47dd-52f9-353ce76fd800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bfe1c515-490d-4f12-f4a8-21aee8cc3000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/91141a7c-dfb6-4e01-413e-ceed70e3c600/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1defa51b-5c01-4034-1030-60f68aa46400/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fa05be24-d174-40f0-69c2-4fdb43c6be00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/adecf16b-4187-409b-d77f-16fc07fc6100/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/13d4ae54-9400-4577-8fbf-c96021fb0000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/07b73e49-e1fa-445b-865e-2b7dc2641700/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5d2b25c5-86a7-4eea-9416-fcca77cc7000/icon" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d0d047c7-3871-4a7e-5031-be52ebc34900/icon";
|
|
37338
37461
|
};
|
|
37339
37462
|
};
|
|
37340
37463
|
};
|
|
@@ -39589,6 +39712,74 @@ declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
39589
39712
|
};
|
|
39590
39713
|
};
|
|
39591
39714
|
};
|
|
39715
|
+
readonly google_calendar_event_id: {
|
|
39716
|
+
readonly order: 10;
|
|
39717
|
+
readonly label: "Google Calendar event ID";
|
|
39718
|
+
readonly type: "string";
|
|
39719
|
+
readonly format: "text";
|
|
39720
|
+
readonly description: "Identifier of the event in Google Calendar, used for dedup and single-event lookups. Recurring events are expanded, so each occurrence has its own stable instance ID.";
|
|
39721
|
+
readonly jsonMeta: null;
|
|
39722
|
+
};
|
|
39723
|
+
readonly event_title: {
|
|
39724
|
+
readonly order: 20;
|
|
39725
|
+
readonly label: "Event title";
|
|
39726
|
+
readonly type: "string";
|
|
39727
|
+
readonly format: "text";
|
|
39728
|
+
readonly description: "Title (summary) of the calendar event.";
|
|
39729
|
+
readonly jsonMeta: null;
|
|
39730
|
+
};
|
|
39731
|
+
readonly attendee_emails: {
|
|
39732
|
+
readonly order: 21;
|
|
39733
|
+
readonly label: "Attendee emails";
|
|
39734
|
+
readonly type: "json";
|
|
39735
|
+
readonly format: "json_list_string";
|
|
39736
|
+
readonly description: "Email addresses of the event's attendees. Meeting rooms and other resources are excluded; large events may return a truncated guest list.";
|
|
39737
|
+
readonly jsonMeta: {
|
|
39738
|
+
readonly zodSchema: z.ZodArray<z.ZodString>;
|
|
39739
|
+
readonly exampleValue: readonly ["ada.lovelace@example.com", "charles.babbage@analyticalengines.com"];
|
|
39740
|
+
};
|
|
39741
|
+
};
|
|
39742
|
+
readonly calendar_event_match: {
|
|
39743
|
+
readonly order: 90;
|
|
39744
|
+
readonly label: "Event match";
|
|
39745
|
+
readonly type: "json";
|
|
39746
|
+
readonly format: "json_object";
|
|
39747
|
+
readonly description: "Standardized calendar event (provider-neutral): title, start/end, timezone, normalized type, location, organizer and attendee emails, event link, and virtual meeting link.";
|
|
39748
|
+
readonly jsonMeta: {
|
|
39749
|
+
readonly zodSchema: z.ZodObject<{
|
|
39750
|
+
event_title: z.ZodNullable<z.ZodString>;
|
|
39751
|
+
event_start: z.ZodNullable<z.ZodString>;
|
|
39752
|
+
event_end: z.ZodNullable<z.ZodString>;
|
|
39753
|
+
event_timezone: z.ZodNullable<z.ZodString>;
|
|
39754
|
+
event_type: z.ZodEnum<{
|
|
39755
|
+
meeting: "meeting";
|
|
39756
|
+
out_of_office: "out_of_office";
|
|
39757
|
+
focus_time: "focus_time";
|
|
39758
|
+
working_location: "working_location";
|
|
39759
|
+
birthday: "birthday";
|
|
39760
|
+
from_gmail: "from_gmail";
|
|
39761
|
+
other: "other";
|
|
39762
|
+
}>;
|
|
39763
|
+
event_location: z.ZodNullable<z.ZodString>;
|
|
39764
|
+
event_url: z.ZodNullable<z.ZodString>;
|
|
39765
|
+
organizer_email: z.ZodNullable<z.ZodString>;
|
|
39766
|
+
attendee_emails: z.ZodArray<z.ZodString>;
|
|
39767
|
+
virtual_meeting_url: z.ZodNullable<z.ZodString>;
|
|
39768
|
+
}, z.core.$strip>;
|
|
39769
|
+
readonly exampleValue: {
|
|
39770
|
+
event_title: string | null;
|
|
39771
|
+
event_start: string | null;
|
|
39772
|
+
event_end: string | null;
|
|
39773
|
+
event_timezone: string | null;
|
|
39774
|
+
event_type: "meeting" | "out_of_office" | "focus_time" | "working_location" | "birthday" | "from_gmail" | "other";
|
|
39775
|
+
event_location: string | null;
|
|
39776
|
+
event_url: string | null;
|
|
39777
|
+
organizer_email: string | null;
|
|
39778
|
+
attendee_emails: string[];
|
|
39779
|
+
virtual_meeting_url: string | null;
|
|
39780
|
+
};
|
|
39781
|
+
};
|
|
39782
|
+
};
|
|
39592
39783
|
readonly sheet_record_id: {
|
|
39593
39784
|
readonly label: "Record ID";
|
|
39594
39785
|
readonly type: "string";
|
|
@@ -42638,17 +42829,17 @@ declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
42638
42829
|
url: z.ZodNullable<z.ZodString>;
|
|
42639
42830
|
type: z.ZodEnum<{
|
|
42640
42831
|
email: "email";
|
|
42832
|
+
meeting: "meeting";
|
|
42641
42833
|
note: "note";
|
|
42642
42834
|
task: "task";
|
|
42643
42835
|
call: "call";
|
|
42644
|
-
meeting: "meeting";
|
|
42645
42836
|
}>;
|
|
42646
42837
|
record_id: z.ZodString;
|
|
42647
42838
|
}, z.core.$strip>;
|
|
42648
42839
|
readonly exampleValue: {
|
|
42649
42840
|
id: string;
|
|
42650
42841
|
url: string | null;
|
|
42651
|
-
type: "email" | "
|
|
42842
|
+
type: "email" | "meeting" | "note" | "task" | "call";
|
|
42652
42843
|
record_id: string;
|
|
42653
42844
|
};
|
|
42654
42845
|
};
|
|
@@ -43549,9 +43740,9 @@ declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
43549
43740
|
readonly zodSchema: z.ZodArray<z.ZodObject<{
|
|
43550
43741
|
id: z.ZodString;
|
|
43551
43742
|
type: z.ZodEnum<{
|
|
43743
|
+
meeting: "meeting";
|
|
43552
43744
|
note: "note";
|
|
43553
43745
|
task: "task";
|
|
43554
|
-
meeting: "meeting";
|
|
43555
43746
|
}>;
|
|
43556
43747
|
title: z.ZodNullable<z.ZodString>;
|
|
43557
43748
|
content: z.ZodNullable<z.ZodString>;
|
|
@@ -43565,7 +43756,7 @@ declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
43565
43756
|
}, z.core.$strip>>;
|
|
43566
43757
|
readonly exampleValue: {
|
|
43567
43758
|
id: string;
|
|
43568
|
-
type: "
|
|
43759
|
+
type: "meeting" | "note" | "task";
|
|
43569
43760
|
title: string | null;
|
|
43570
43761
|
content: string | null;
|
|
43571
43762
|
occurred_at: string | null;
|
|
@@ -44971,6 +45162,45 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
44971
45162
|
}, z$1.core.$strip>;
|
|
44972
45163
|
}, z$1.core.$strip>;
|
|
44973
45164
|
}, z$1.core.$strip>;
|
|
45165
|
+
"events:googlecalendar@1": z$1.ZodObject<{
|
|
45166
|
+
search_id: z$1.ZodLiteral<"events:googlecalendar@1">;
|
|
45167
|
+
connector: z$1.ZodObject<{
|
|
45168
|
+
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
45169
|
+
first: "first";
|
|
45170
|
+
}>>;
|
|
45171
|
+
connections: z$1.ZodArray<z$1.ZodObject<{
|
|
45172
|
+
type: z$1.ZodLiteral<"vault">;
|
|
45173
|
+
connection: z$1.ZodString;
|
|
45174
|
+
}, z$1.core.$strip>>;
|
|
45175
|
+
}, z$1.core.$strip>;
|
|
45176
|
+
config: z$1.ZodObject<{
|
|
45177
|
+
calendar_id: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]> | z$1.ZodDefault<z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]>>;
|
|
45178
|
+
time_window: z$1.ZodDefault<z$1.ZodString> | z$1.ZodDefault<z$1.ZodDefault<z$1.ZodString>>;
|
|
45179
|
+
event_types: z$1.ZodDefault<z$1.ZodArray<z$1.ZodEnum<{
|
|
45180
|
+
[x: string]: string;
|
|
45181
|
+
}>>>;
|
|
45182
|
+
limit: z$1.ZodDefault<z$1.ZodPipe<z$1.ZodUnknown, z$1.ZodCoercedNumber<unknown>>>;
|
|
45183
|
+
cursor: z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
45184
|
+
output_fields: z$1.ZodOptional<z$1.ZodObject<{
|
|
45185
|
+
google_calendar_event_id: z$1.ZodDefault<z$1.ZodObject<{
|
|
45186
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
45187
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
45188
|
+
}, z$1.core.$strip>>;
|
|
45189
|
+
event_title: z$1.ZodDefault<z$1.ZodObject<{
|
|
45190
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
45191
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
45192
|
+
}, z$1.core.$strip>>;
|
|
45193
|
+
attendee_emails: z$1.ZodDefault<z$1.ZodObject<{
|
|
45194
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
45195
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
45196
|
+
}, z$1.core.$strip>>;
|
|
45197
|
+
calendar_event_match: z$1.ZodDefault<z$1.ZodObject<{
|
|
45198
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
45199
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
45200
|
+
}, z$1.core.$strip>>;
|
|
45201
|
+
}, z$1.core.$strip>>;
|
|
45202
|
+
}, z$1.core.$strip>;
|
|
45203
|
+
}, z$1.core.$strip>;
|
|
44974
45204
|
"posts:content:crustdata@1": z$1.ZodObject<{
|
|
44975
45205
|
search_id: z$1.ZodLiteral<"posts:content:crustdata@1">;
|
|
44976
45206
|
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
@@ -47405,6 +47635,44 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
47405
47635
|
approval_status: z$1.ZodString | z$1.ZodDefault<z$1.ZodString>;
|
|
47406
47636
|
}, z$1.core.$strip>;
|
|
47407
47637
|
}, z$1.core.$strip>;
|
|
47638
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
47639
|
+
search_id: z$1.ZodLiteral<"events:googlecalendar@1">;
|
|
47640
|
+
connector: z$1.ZodObject<{
|
|
47641
|
+
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
47642
|
+
first: "first";
|
|
47643
|
+
}>>;
|
|
47644
|
+
connections: z$1.ZodArray<z$1.ZodObject<{
|
|
47645
|
+
type: z$1.ZodLiteral<"vault">;
|
|
47646
|
+
connection: z$1.ZodString;
|
|
47647
|
+
}, z$1.core.$strip>>;
|
|
47648
|
+
}, z$1.core.$strip>;
|
|
47649
|
+
config: z$1.ZodObject<{
|
|
47650
|
+
calendar_id: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]> | z$1.ZodDefault<z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]>>;
|
|
47651
|
+
time_window: z$1.ZodDefault<z$1.ZodString> | z$1.ZodDefault<z$1.ZodDefault<z$1.ZodString>>;
|
|
47652
|
+
event_types: z$1.ZodDefault<z$1.ZodArray<z$1.ZodEnum<{
|
|
47653
|
+
[x: string]: string;
|
|
47654
|
+
}>>>;
|
|
47655
|
+
limit: z$1.ZodDefault<z$1.ZodPipe<z$1.ZodUnknown, z$1.ZodCoercedNumber<unknown>>>;
|
|
47656
|
+
cursor: z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
47657
|
+
output_fields: z$1.ZodOptional<z$1.ZodObject<{
|
|
47658
|
+
google_calendar_event_id: z$1.ZodDefault<z$1.ZodObject<{
|
|
47659
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
47660
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
47661
|
+
}, z$1.core.$strip>>;
|
|
47662
|
+
event_title: z$1.ZodDefault<z$1.ZodObject<{
|
|
47663
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
47664
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
47665
|
+
}, z$1.core.$strip>>;
|
|
47666
|
+
attendee_emails: z$1.ZodDefault<z$1.ZodObject<{
|
|
47667
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
47668
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
47669
|
+
}, z$1.core.$strip>>;
|
|
47670
|
+
calendar_event_match: z$1.ZodDefault<z$1.ZodObject<{
|
|
47671
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
47672
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
47673
|
+
}, z$1.core.$strip>>;
|
|
47674
|
+
}, z$1.core.$strip>>;
|
|
47675
|
+
}, z$1.core.$strip>;
|
|
47408
47676
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
47409
47677
|
search_id: z$1.ZodLiteral<"sheet:rows@1">;
|
|
47410
47678
|
connector: z$1.ZodObject<{
|
|
@@ -48921,6 +49189,7 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
|
|
|
48921
49189
|
resend: "resend";
|
|
48922
49190
|
slack: "slack";
|
|
48923
49191
|
gmail: "gmail";
|
|
49192
|
+
googlecalendar: "googlecalendar";
|
|
48924
49193
|
firecrawl: "firecrawl";
|
|
48925
49194
|
exa: "exa";
|
|
48926
49195
|
openai: "openai";
|
|
@@ -48958,6 +49227,7 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
|
|
|
48958
49227
|
resend: "resend";
|
|
48959
49228
|
slack: "slack";
|
|
48960
49229
|
gmail: "gmail";
|
|
49230
|
+
googlecalendar: "googlecalendar";
|
|
48961
49231
|
firecrawl: "firecrawl";
|
|
48962
49232
|
exa: "exa";
|
|
48963
49233
|
openai: "openai";
|
|
@@ -48994,6 +49264,7 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
|
|
|
48994
49264
|
resend: "resend";
|
|
48995
49265
|
slack: "slack";
|
|
48996
49266
|
gmail: "gmail";
|
|
49267
|
+
googlecalendar: "googlecalendar";
|
|
48997
49268
|
firecrawl: "firecrawl";
|
|
48998
49269
|
exa: "exa";
|
|
48999
49270
|
openai: "openai";
|
|
@@ -49242,6 +49513,7 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
|
|
|
49242
49513
|
resend: "resend";
|
|
49243
49514
|
slack: "slack";
|
|
49244
49515
|
gmail: "gmail";
|
|
49516
|
+
googlecalendar: "googlecalendar";
|
|
49245
49517
|
firecrawl: "firecrawl";
|
|
49246
49518
|
exa: "exa";
|
|
49247
49519
|
openai: "openai";
|
|
@@ -49279,6 +49551,7 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
|
|
|
49279
49551
|
resend: "resend";
|
|
49280
49552
|
slack: "slack";
|
|
49281
49553
|
gmail: "gmail";
|
|
49554
|
+
googlecalendar: "googlecalendar";
|
|
49282
49555
|
firecrawl: "firecrawl";
|
|
49283
49556
|
exa: "exa";
|
|
49284
49557
|
openai: "openai";
|
|
@@ -49315,6 +49588,7 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
|
|
|
49315
49588
|
resend: "resend";
|
|
49316
49589
|
slack: "slack";
|
|
49317
49590
|
gmail: "gmail";
|
|
49591
|
+
googlecalendar: "googlecalendar";
|
|
49318
49592
|
firecrawl: "firecrawl";
|
|
49319
49593
|
exa: "exa";
|
|
49320
49594
|
openai: "openai";
|
|
@@ -50444,6 +50718,44 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
50444
50718
|
approval_status: z$1.ZodString | z$1.ZodDefault<z$1.ZodString>;
|
|
50445
50719
|
}, z$1.core.$strip>;
|
|
50446
50720
|
}, z$1.core.$strip>;
|
|
50721
|
+
}, z$1.core.$strip> | z$1.ZodObject<{
|
|
50722
|
+
search_id: z$1.ZodLiteral<"events:googlecalendar@1">;
|
|
50723
|
+
connector: z$1.ZodObject<{
|
|
50724
|
+
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
50725
|
+
first: "first";
|
|
50726
|
+
}>>;
|
|
50727
|
+
connections: z$1.ZodArray<z$1.ZodObject<{
|
|
50728
|
+
type: z$1.ZodLiteral<"vault">;
|
|
50729
|
+
connection: z$1.ZodString;
|
|
50730
|
+
}, z$1.core.$strip>>;
|
|
50731
|
+
}, z$1.core.$strip>;
|
|
50732
|
+
config: z$1.ZodObject<{
|
|
50733
|
+
calendar_id: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]> | z$1.ZodDefault<z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]>>;
|
|
50734
|
+
time_window: z$1.ZodDefault<z$1.ZodString> | z$1.ZodDefault<z$1.ZodDefault<z$1.ZodString>>;
|
|
50735
|
+
event_types: z$1.ZodDefault<z$1.ZodArray<z$1.ZodEnum<{
|
|
50736
|
+
[x: string]: string;
|
|
50737
|
+
}>>>;
|
|
50738
|
+
limit: z$1.ZodDefault<z$1.ZodPipe<z$1.ZodUnknown, z$1.ZodCoercedNumber<unknown>>>;
|
|
50739
|
+
cursor: z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
50740
|
+
output_fields: z$1.ZodOptional<z$1.ZodObject<{
|
|
50741
|
+
google_calendar_event_id: z$1.ZodDefault<z$1.ZodObject<{
|
|
50742
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
50743
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
50744
|
+
}, z$1.core.$strip>>;
|
|
50745
|
+
event_title: z$1.ZodDefault<z$1.ZodObject<{
|
|
50746
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
50747
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
50748
|
+
}, z$1.core.$strip>>;
|
|
50749
|
+
attendee_emails: z$1.ZodDefault<z$1.ZodObject<{
|
|
50750
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
50751
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
50752
|
+
}, z$1.core.$strip>>;
|
|
50753
|
+
calendar_event_match: z$1.ZodDefault<z$1.ZodObject<{
|
|
50754
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
50755
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
50756
|
+
}, z$1.core.$strip>>;
|
|
50757
|
+
}, z$1.core.$strip>>;
|
|
50758
|
+
}, z$1.core.$strip>;
|
|
50447
50759
|
}, z$1.core.$strip> | z$1.ZodObject<{
|
|
50448
50760
|
search_id: z$1.ZodLiteral<"posts:content:crustdata@1">;
|
|
50449
50761
|
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
@@ -51778,6 +52090,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
51778
52090
|
"companies:entitysearch:parallel@1": "companies:entitysearch:parallel@1";
|
|
51779
52091
|
"people:entitysearch:parallel@1": "people:entitysearch:parallel@1";
|
|
51780
52092
|
"people:eventguests:luma@1": "people:eventguests:luma@1";
|
|
52093
|
+
"events:googlecalendar@1": "events:googlecalendar@1";
|
|
51781
52094
|
"sheet:rows@1": "sheet:rows@1";
|
|
51782
52095
|
"bucket:entries@1": "bucket:entries@1";
|
|
51783
52096
|
"query:postgres@1": "query:postgres@1";
|
|
@@ -52006,6 +52319,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
52006
52319
|
resend: "resend";
|
|
52007
52320
|
slack: "slack";
|
|
52008
52321
|
gmail: "gmail";
|
|
52322
|
+
googlecalendar: "googlecalendar";
|
|
52009
52323
|
firecrawl: "firecrawl";
|
|
52010
52324
|
exa: "exa";
|
|
52011
52325
|
openai: "openai";
|
|
@@ -52043,6 +52357,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
52043
52357
|
resend: "resend";
|
|
52044
52358
|
slack: "slack";
|
|
52045
52359
|
gmail: "gmail";
|
|
52360
|
+
googlecalendar: "googlecalendar";
|
|
52046
52361
|
firecrawl: "firecrawl";
|
|
52047
52362
|
exa: "exa";
|
|
52048
52363
|
openai: "openai";
|
|
@@ -52079,6 +52394,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
52079
52394
|
resend: "resend";
|
|
52080
52395
|
slack: "slack";
|
|
52081
52396
|
gmail: "gmail";
|
|
52397
|
+
googlecalendar: "googlecalendar";
|
|
52082
52398
|
firecrawl: "firecrawl";
|
|
52083
52399
|
exa: "exa";
|
|
52084
52400
|
openai: "openai";
|
|
@@ -53208,6 +53524,44 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
53208
53524
|
approval_status: z$1.ZodString | z$1.ZodDefault<z$1.ZodString>;
|
|
53209
53525
|
}, z$1.core.$strip>;
|
|
53210
53526
|
}, z$1.core.$strip>;
|
|
53527
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
53528
|
+
search_id: z$1.ZodLiteral<"events:googlecalendar@1">;
|
|
53529
|
+
connector: z$1.ZodObject<{
|
|
53530
|
+
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
53531
|
+
first: "first";
|
|
53532
|
+
}>>;
|
|
53533
|
+
connections: z$1.ZodArray<z$1.ZodObject<{
|
|
53534
|
+
type: z$1.ZodLiteral<"vault">;
|
|
53535
|
+
connection: z$1.ZodString;
|
|
53536
|
+
}, z$1.core.$strip>>;
|
|
53537
|
+
}, z$1.core.$strip>;
|
|
53538
|
+
config: z$1.ZodObject<{
|
|
53539
|
+
calendar_id: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]> | z$1.ZodDefault<z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]>>;
|
|
53540
|
+
time_window: z$1.ZodDefault<z$1.ZodString> | z$1.ZodDefault<z$1.ZodDefault<z$1.ZodString>>;
|
|
53541
|
+
event_types: z$1.ZodDefault<z$1.ZodArray<z$1.ZodEnum<{
|
|
53542
|
+
[x: string]: string;
|
|
53543
|
+
}>>>;
|
|
53544
|
+
limit: z$1.ZodDefault<z$1.ZodPipe<z$1.ZodUnknown, z$1.ZodCoercedNumber<unknown>>>;
|
|
53545
|
+
cursor: z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
53546
|
+
output_fields: z$1.ZodOptional<z$1.ZodObject<{
|
|
53547
|
+
google_calendar_event_id: z$1.ZodDefault<z$1.ZodObject<{
|
|
53548
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
53549
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
53550
|
+
}, z$1.core.$strip>>;
|
|
53551
|
+
event_title: z$1.ZodDefault<z$1.ZodObject<{
|
|
53552
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
53553
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
53554
|
+
}, z$1.core.$strip>>;
|
|
53555
|
+
attendee_emails: z$1.ZodDefault<z$1.ZodObject<{
|
|
53556
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
53557
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
53558
|
+
}, z$1.core.$strip>>;
|
|
53559
|
+
calendar_event_match: z$1.ZodDefault<z$1.ZodObject<{
|
|
53560
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
53561
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
53562
|
+
}, z$1.core.$strip>>;
|
|
53563
|
+
}, z$1.core.$strip>>;
|
|
53564
|
+
}, z$1.core.$strip>;
|
|
53211
53565
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
53212
53566
|
search_id: z$1.ZodLiteral<"sheet:rows@1">;
|
|
53213
53567
|
connector: z$1.ZodObject<{
|
|
@@ -54581,12 +54935,12 @@ declare function getSearchEntry(searchId: SearchId): SearchDef<any>;
|
|
|
54581
54935
|
declare function getInitialSearchTableData(category: SearchCategory | null): SearchCatalogTableData[];
|
|
54582
54936
|
declare function getDefaultSearchOutputFields(searchId: SearchId): string[];
|
|
54583
54937
|
declare function getSearchTableDataAggregates(initialTableData: SearchCatalogTableData[], category: SearchCategory | null): {
|
|
54584
|
-
searchIdsByOutputField: Record<string, ("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" | "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")[]>;
|
|
54585
|
-
searchIdsByTag: Record<string, ("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" | "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")[]>;
|
|
54586
|
-
searchIdsByProvider: Record<string, ("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" | "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")[]>;
|
|
54587
|
-
sortedTagEntries: [string, ("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" | "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")[]][];
|
|
54588
|
-
sortedOutputFieldEntries: [string, ("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" | "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")[]][];
|
|
54589
|
-
sortedProviderEntries: [string, ("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" | "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")[]][];
|
|
54938
|
+
searchIdsByOutputField: Record<string, ("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")[]>;
|
|
54939
|
+
searchIdsByTag: Record<string, ("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")[]>;
|
|
54940
|
+
searchIdsByProvider: Record<string, ("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")[]>;
|
|
54941
|
+
sortedTagEntries: [string, ("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")[]][];
|
|
54942
|
+
sortedOutputFieldEntries: [string, ("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")[]][];
|
|
54943
|
+
sortedProviderEntries: [string, ("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")[]][];
|
|
54590
54944
|
searchEntriesByBaseSearch: Record<string, SearchMetaEntryWithId[]>;
|
|
54591
54945
|
};
|
|
54592
54946
|
declare function getStartingCostPerSearchProvider(search_id: SearchId): {
|
|
@@ -57022,6 +57376,7 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
|
|
|
57022
57376
|
resend: "resend";
|
|
57023
57377
|
slack: "slack";
|
|
57024
57378
|
gmail: "gmail";
|
|
57379
|
+
googlecalendar: "googlecalendar";
|
|
57025
57380
|
firecrawl: "firecrawl";
|
|
57026
57381
|
exa: "exa";
|
|
57027
57382
|
openai: "openai";
|
|
@@ -57059,6 +57414,7 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
|
|
|
57059
57414
|
resend: "resend";
|
|
57060
57415
|
slack: "slack";
|
|
57061
57416
|
gmail: "gmail";
|
|
57417
|
+
googlecalendar: "googlecalendar";
|
|
57062
57418
|
firecrawl: "firecrawl";
|
|
57063
57419
|
exa: "exa";
|
|
57064
57420
|
openai: "openai";
|
|
@@ -57095,6 +57451,7 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
|
|
|
57095
57451
|
resend: "resend";
|
|
57096
57452
|
slack: "slack";
|
|
57097
57453
|
gmail: "gmail";
|
|
57454
|
+
googlecalendar: "googlecalendar";
|
|
57098
57455
|
firecrawl: "firecrawl";
|
|
57099
57456
|
exa: "exa";
|
|
57100
57457
|
openai: "openai";
|
|
@@ -57343,6 +57700,7 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
|
|
|
57343
57700
|
resend: "resend";
|
|
57344
57701
|
slack: "slack";
|
|
57345
57702
|
gmail: "gmail";
|
|
57703
|
+
googlecalendar: "googlecalendar";
|
|
57346
57704
|
firecrawl: "firecrawl";
|
|
57347
57705
|
exa: "exa";
|
|
57348
57706
|
openai: "openai";
|
|
@@ -57380,6 +57738,7 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
|
|
|
57380
57738
|
resend: "resend";
|
|
57381
57739
|
slack: "slack";
|
|
57382
57740
|
gmail: "gmail";
|
|
57741
|
+
googlecalendar: "googlecalendar";
|
|
57383
57742
|
firecrawl: "firecrawl";
|
|
57384
57743
|
exa: "exa";
|
|
57385
57744
|
openai: "openai";
|
|
@@ -57416,6 +57775,7 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
|
|
|
57416
57775
|
resend: "resend";
|
|
57417
57776
|
slack: "slack";
|
|
57418
57777
|
gmail: "gmail";
|
|
57778
|
+
googlecalendar: "googlecalendar";
|
|
57419
57779
|
firecrawl: "firecrawl";
|
|
57420
57780
|
exa: "exa";
|
|
57421
57781
|
openai: "openai";
|
|
@@ -57714,6 +58074,7 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
|
|
|
57714
58074
|
resend: "resend";
|
|
57715
58075
|
slack: "slack";
|
|
57716
58076
|
gmail: "gmail";
|
|
58077
|
+
googlecalendar: "googlecalendar";
|
|
57717
58078
|
firecrawl: "firecrawl";
|
|
57718
58079
|
exa: "exa";
|
|
57719
58080
|
openai: "openai";
|
|
@@ -57751,6 +58112,7 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
|
|
|
57751
58112
|
resend: "resend";
|
|
57752
58113
|
slack: "slack";
|
|
57753
58114
|
gmail: "gmail";
|
|
58115
|
+
googlecalendar: "googlecalendar";
|
|
57754
58116
|
firecrawl: "firecrawl";
|
|
57755
58117
|
exa: "exa";
|
|
57756
58118
|
openai: "openai";
|
|
@@ -57787,6 +58149,7 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
|
|
|
57787
58149
|
resend: "resend";
|
|
57788
58150
|
slack: "slack";
|
|
57789
58151
|
gmail: "gmail";
|
|
58152
|
+
googlecalendar: "googlecalendar";
|
|
57790
58153
|
firecrawl: "firecrawl";
|
|
57791
58154
|
exa: "exa";
|
|
57792
58155
|
openai: "openai";
|
|
@@ -64639,6 +65002,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
64639
65002
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
64640
65003
|
provider: z$1.ZodEnum<{
|
|
64641
65004
|
findymail: "findymail";
|
|
65005
|
+
crustdata: "crustdata";
|
|
64642
65006
|
leadmagic: "leadmagic";
|
|
64643
65007
|
prospeo: "prospeo";
|
|
64644
65008
|
amplemarket: "amplemarket";
|
|
@@ -65407,6 +65771,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
65407
65771
|
config: z$1.ZodOptional<z$1.ZodObject<{
|
|
65408
65772
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
65409
65773
|
provider: z$1.ZodEnum<{
|
|
65774
|
+
crustdata: "crustdata";
|
|
65410
65775
|
leadmagic: "leadmagic";
|
|
65411
65776
|
amplemarket: "amplemarket";
|
|
65412
65777
|
}>;
|
|
@@ -72868,6 +73233,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
72868
73233
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
72869
73234
|
provider: z$1.ZodEnum<{
|
|
72870
73235
|
findymail: "findymail";
|
|
73236
|
+
crustdata: "crustdata";
|
|
72871
73237
|
leadmagic: "leadmagic";
|
|
72872
73238
|
prospeo: "prospeo";
|
|
72873
73239
|
amplemarket: "amplemarket";
|
|
@@ -73636,6 +74002,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
73636
74002
|
config: z$1.ZodOptional<z$1.ZodObject<{
|
|
73637
74003
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
73638
74004
|
provider: z$1.ZodEnum<{
|
|
74005
|
+
crustdata: "crustdata";
|
|
73639
74006
|
leadmagic: "leadmagic";
|
|
73640
74007
|
amplemarket: "amplemarket";
|
|
73641
74008
|
}>;
|
|
@@ -76721,6 +77088,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
76721
77088
|
resend: "resend";
|
|
76722
77089
|
slack: "slack";
|
|
76723
77090
|
gmail: "gmail";
|
|
77091
|
+
googlecalendar: "googlecalendar";
|
|
76724
77092
|
firecrawl: "firecrawl";
|
|
76725
77093
|
exa: "exa";
|
|
76726
77094
|
openai: "openai";
|
|
@@ -76758,6 +77126,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
76758
77126
|
resend: "resend";
|
|
76759
77127
|
slack: "slack";
|
|
76760
77128
|
gmail: "gmail";
|
|
77129
|
+
googlecalendar: "googlecalendar";
|
|
76761
77130
|
firecrawl: "firecrawl";
|
|
76762
77131
|
exa: "exa";
|
|
76763
77132
|
openai: "openai";
|
|
@@ -76794,6 +77163,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
76794
77163
|
resend: "resend";
|
|
76795
77164
|
slack: "slack";
|
|
76796
77165
|
gmail: "gmail";
|
|
77166
|
+
googlecalendar: "googlecalendar";
|
|
76797
77167
|
firecrawl: "firecrawl";
|
|
76798
77168
|
exa: "exa";
|
|
76799
77169
|
openai: "openai";
|
|
@@ -77200,6 +77570,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
77200
77570
|
resend: "resend";
|
|
77201
77571
|
slack: "slack";
|
|
77202
77572
|
gmail: "gmail";
|
|
77573
|
+
googlecalendar: "googlecalendar";
|
|
77203
77574
|
firecrawl: "firecrawl";
|
|
77204
77575
|
exa: "exa";
|
|
77205
77576
|
openai: "openai";
|
|
@@ -77237,6 +77608,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
77237
77608
|
resend: "resend";
|
|
77238
77609
|
slack: "slack";
|
|
77239
77610
|
gmail: "gmail";
|
|
77611
|
+
googlecalendar: "googlecalendar";
|
|
77240
77612
|
firecrawl: "firecrawl";
|
|
77241
77613
|
exa: "exa";
|
|
77242
77614
|
openai: "openai";
|
|
@@ -77273,6 +77645,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
77273
77645
|
resend: "resend";
|
|
77274
77646
|
slack: "slack";
|
|
77275
77647
|
gmail: "gmail";
|
|
77648
|
+
googlecalendar: "googlecalendar";
|
|
77276
77649
|
firecrawl: "firecrawl";
|
|
77277
77650
|
exa: "exa";
|
|
77278
77651
|
openai: "openai";
|
|
@@ -82239,6 +82612,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
82239
82612
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
82240
82613
|
provider: z$1.ZodEnum<{
|
|
82241
82614
|
findymail: "findymail";
|
|
82615
|
+
crustdata: "crustdata";
|
|
82242
82616
|
leadmagic: "leadmagic";
|
|
82243
82617
|
prospeo: "prospeo";
|
|
82244
82618
|
amplemarket: "amplemarket";
|
|
@@ -83007,6 +83381,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
83007
83381
|
config: z$1.ZodOptional<z$1.ZodObject<{
|
|
83008
83382
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
83009
83383
|
provider: z$1.ZodEnum<{
|
|
83384
|
+
crustdata: "crustdata";
|
|
83010
83385
|
leadmagic: "leadmagic";
|
|
83011
83386
|
amplemarket: "amplemarket";
|
|
83012
83387
|
}>;
|
|
@@ -90451,6 +90826,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
90451
90826
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
90452
90827
|
provider: z$1.ZodEnum<{
|
|
90453
90828
|
findymail: "findymail";
|
|
90829
|
+
crustdata: "crustdata";
|
|
90454
90830
|
leadmagic: "leadmagic";
|
|
90455
90831
|
prospeo: "prospeo";
|
|
90456
90832
|
amplemarket: "amplemarket";
|
|
@@ -91219,6 +91595,7 @@ declare const sheetEffectPayloadSchemaCatalog: {
|
|
|
91219
91595
|
config: z$1.ZodOptional<z$1.ZodObject<{
|
|
91220
91596
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
91221
91597
|
provider: z$1.ZodEnum<{
|
|
91598
|
+
crustdata: "crustdata";
|
|
91222
91599
|
leadmagic: "leadmagic";
|
|
91223
91600
|
amplemarket: "amplemarket";
|
|
91224
91601
|
}>;
|
|
@@ -98998,6 +99375,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
98998
99375
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
98999
99376
|
provider: z$1.ZodEnum<{
|
|
99000
99377
|
findymail: "findymail";
|
|
99378
|
+
crustdata: "crustdata";
|
|
99001
99379
|
leadmagic: "leadmagic";
|
|
99002
99380
|
prospeo: "prospeo";
|
|
99003
99381
|
amplemarket: "amplemarket";
|
|
@@ -99766,6 +100144,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
99766
100144
|
config: z$1.ZodOptional<z$1.ZodObject<{
|
|
99767
100145
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
99768
100146
|
provider: z$1.ZodEnum<{
|
|
100147
|
+
crustdata: "crustdata";
|
|
99769
100148
|
leadmagic: "leadmagic";
|
|
99770
100149
|
amplemarket: "amplemarket";
|
|
99771
100150
|
}>;
|
|
@@ -107226,6 +107605,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
107226
107605
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
107227
107606
|
provider: z$1.ZodEnum<{
|
|
107228
107607
|
findymail: "findymail";
|
|
107608
|
+
crustdata: "crustdata";
|
|
107229
107609
|
leadmagic: "leadmagic";
|
|
107230
107610
|
prospeo: "prospeo";
|
|
107231
107611
|
amplemarket: "amplemarket";
|
|
@@ -107994,6 +108374,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
107994
108374
|
config: z$1.ZodOptional<z$1.ZodObject<{
|
|
107995
108375
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
107996
108376
|
provider: z$1.ZodEnum<{
|
|
108377
|
+
crustdata: "crustdata";
|
|
107997
108378
|
leadmagic: "leadmagic";
|
|
107998
108379
|
amplemarket: "amplemarket";
|
|
107999
108380
|
}>;
|
|
@@ -111078,6 +111459,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
111078
111459
|
resend: "resend";
|
|
111079
111460
|
slack: "slack";
|
|
111080
111461
|
gmail: "gmail";
|
|
111462
|
+
googlecalendar: "googlecalendar";
|
|
111081
111463
|
firecrawl: "firecrawl";
|
|
111082
111464
|
exa: "exa";
|
|
111083
111465
|
openai: "openai";
|
|
@@ -111115,6 +111497,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
111115
111497
|
resend: "resend";
|
|
111116
111498
|
slack: "slack";
|
|
111117
111499
|
gmail: "gmail";
|
|
111500
|
+
googlecalendar: "googlecalendar";
|
|
111118
111501
|
firecrawl: "firecrawl";
|
|
111119
111502
|
exa: "exa";
|
|
111120
111503
|
openai: "openai";
|
|
@@ -111151,6 +111534,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
111151
111534
|
resend: "resend";
|
|
111152
111535
|
slack: "slack";
|
|
111153
111536
|
gmail: "gmail";
|
|
111537
|
+
googlecalendar: "googlecalendar";
|
|
111154
111538
|
firecrawl: "firecrawl";
|
|
111155
111539
|
exa: "exa";
|
|
111156
111540
|
openai: "openai";
|
|
@@ -111555,6 +111939,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
111555
111939
|
resend: "resend";
|
|
111556
111940
|
slack: "slack";
|
|
111557
111941
|
gmail: "gmail";
|
|
111942
|
+
googlecalendar: "googlecalendar";
|
|
111558
111943
|
firecrawl: "firecrawl";
|
|
111559
111944
|
exa: "exa";
|
|
111560
111945
|
openai: "openai";
|
|
@@ -111592,6 +111977,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
111592
111977
|
resend: "resend";
|
|
111593
111978
|
slack: "slack";
|
|
111594
111979
|
gmail: "gmail";
|
|
111980
|
+
googlecalendar: "googlecalendar";
|
|
111595
111981
|
firecrawl: "firecrawl";
|
|
111596
111982
|
exa: "exa";
|
|
111597
111983
|
openai: "openai";
|
|
@@ -111628,6 +112014,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
111628
112014
|
resend: "resend";
|
|
111629
112015
|
slack: "slack";
|
|
111630
112016
|
gmail: "gmail";
|
|
112017
|
+
googlecalendar: "googlecalendar";
|
|
111631
112018
|
firecrawl: "firecrawl";
|
|
111632
112019
|
exa: "exa";
|
|
111633
112020
|
openai: "openai";
|
|
@@ -116589,6 +116976,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
116589
116976
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
116590
116977
|
provider: z$1.ZodEnum<{
|
|
116591
116978
|
findymail: "findymail";
|
|
116979
|
+
crustdata: "crustdata";
|
|
116592
116980
|
leadmagic: "leadmagic";
|
|
116593
116981
|
prospeo: "prospeo";
|
|
116594
116982
|
amplemarket: "amplemarket";
|
|
@@ -117357,6 +117745,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
117357
117745
|
config: z$1.ZodOptional<z$1.ZodObject<{
|
|
117358
117746
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
117359
117747
|
provider: z$1.ZodEnum<{
|
|
117748
|
+
crustdata: "crustdata";
|
|
117360
117749
|
leadmagic: "leadmagic";
|
|
117361
117750
|
amplemarket: "amplemarket";
|
|
117362
117751
|
}>;
|
|
@@ -124800,6 +125189,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
124800
125189
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
124801
125190
|
provider: z$1.ZodEnum<{
|
|
124802
125191
|
findymail: "findymail";
|
|
125192
|
+
crustdata: "crustdata";
|
|
124803
125193
|
leadmagic: "leadmagic";
|
|
124804
125194
|
prospeo: "prospeo";
|
|
124805
125195
|
amplemarket: "amplemarket";
|
|
@@ -125568,6 +125958,7 @@ declare function getSheetEffectPayloadSchema(effectId: SheetEffectId): z$1.ZodOb
|
|
|
125568
125958
|
config: z$1.ZodOptional<z$1.ZodObject<{
|
|
125569
125959
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
125570
125960
|
provider: z$1.ZodEnum<{
|
|
125961
|
+
crustdata: "crustdata";
|
|
125571
125962
|
leadmagic: "leadmagic";
|
|
125572
125963
|
amplemarket: "amplemarket";
|
|
125573
125964
|
}>;
|
|
@@ -133361,6 +133752,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
133361
133752
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
133362
133753
|
provider: z$1.ZodEnum<{
|
|
133363
133754
|
findymail: "findymail";
|
|
133755
|
+
crustdata: "crustdata";
|
|
133364
133756
|
leadmagic: "leadmagic";
|
|
133365
133757
|
prospeo: "prospeo";
|
|
133366
133758
|
amplemarket: "amplemarket";
|
|
@@ -134129,6 +134521,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
134129
134521
|
config: z$1.ZodOptional<z$1.ZodObject<{
|
|
134130
134522
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
134131
134523
|
provider: z$1.ZodEnum<{
|
|
134524
|
+
crustdata: "crustdata";
|
|
134132
134525
|
leadmagic: "leadmagic";
|
|
134133
134526
|
amplemarket: "amplemarket";
|
|
134134
134527
|
}>;
|
|
@@ -141589,6 +141982,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
141589
141982
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
141590
141983
|
provider: z$1.ZodEnum<{
|
|
141591
141984
|
findymail: "findymail";
|
|
141985
|
+
crustdata: "crustdata";
|
|
141592
141986
|
leadmagic: "leadmagic";
|
|
141593
141987
|
prospeo: "prospeo";
|
|
141594
141988
|
amplemarket: "amplemarket";
|
|
@@ -142357,6 +142751,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
142357
142751
|
config: z$1.ZodOptional<z$1.ZodObject<{
|
|
142358
142752
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
142359
142753
|
provider: z$1.ZodEnum<{
|
|
142754
|
+
crustdata: "crustdata";
|
|
142360
142755
|
leadmagic: "leadmagic";
|
|
142361
142756
|
amplemarket: "amplemarket";
|
|
142362
142757
|
}>;
|
|
@@ -145441,6 +145836,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
145441
145836
|
resend: "resend";
|
|
145442
145837
|
slack: "slack";
|
|
145443
145838
|
gmail: "gmail";
|
|
145839
|
+
googlecalendar: "googlecalendar";
|
|
145444
145840
|
firecrawl: "firecrawl";
|
|
145445
145841
|
exa: "exa";
|
|
145446
145842
|
openai: "openai";
|
|
@@ -145478,6 +145874,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
145478
145874
|
resend: "resend";
|
|
145479
145875
|
slack: "slack";
|
|
145480
145876
|
gmail: "gmail";
|
|
145877
|
+
googlecalendar: "googlecalendar";
|
|
145481
145878
|
firecrawl: "firecrawl";
|
|
145482
145879
|
exa: "exa";
|
|
145483
145880
|
openai: "openai";
|
|
@@ -145514,6 +145911,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
145514
145911
|
resend: "resend";
|
|
145515
145912
|
slack: "slack";
|
|
145516
145913
|
gmail: "gmail";
|
|
145914
|
+
googlecalendar: "googlecalendar";
|
|
145517
145915
|
firecrawl: "firecrawl";
|
|
145518
145916
|
exa: "exa";
|
|
145519
145917
|
openai: "openai";
|
|
@@ -145918,6 +146316,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
145918
146316
|
resend: "resend";
|
|
145919
146317
|
slack: "slack";
|
|
145920
146318
|
gmail: "gmail";
|
|
146319
|
+
googlecalendar: "googlecalendar";
|
|
145921
146320
|
firecrawl: "firecrawl";
|
|
145922
146321
|
exa: "exa";
|
|
145923
146322
|
openai: "openai";
|
|
@@ -145955,6 +146354,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
145955
146354
|
resend: "resend";
|
|
145956
146355
|
slack: "slack";
|
|
145957
146356
|
gmail: "gmail";
|
|
146357
|
+
googlecalendar: "googlecalendar";
|
|
145958
146358
|
firecrawl: "firecrawl";
|
|
145959
146359
|
exa: "exa";
|
|
145960
146360
|
openai: "openai";
|
|
@@ -145991,6 +146391,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
145991
146391
|
resend: "resend";
|
|
145992
146392
|
slack: "slack";
|
|
145993
146393
|
gmail: "gmail";
|
|
146394
|
+
googlecalendar: "googlecalendar";
|
|
145994
146395
|
firecrawl: "firecrawl";
|
|
145995
146396
|
exa: "exa";
|
|
145996
146397
|
openai: "openai";
|
|
@@ -150952,6 +151353,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
150952
151353
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
150953
151354
|
provider: z$1.ZodEnum<{
|
|
150954
151355
|
findymail: "findymail";
|
|
151356
|
+
crustdata: "crustdata";
|
|
150955
151357
|
leadmagic: "leadmagic";
|
|
150956
151358
|
prospeo: "prospeo";
|
|
150957
151359
|
amplemarket: "amplemarket";
|
|
@@ -151720,6 +152122,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
151720
152122
|
config: z$1.ZodOptional<z$1.ZodObject<{
|
|
151721
152123
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
151722
152124
|
provider: z$1.ZodEnum<{
|
|
152125
|
+
crustdata: "crustdata";
|
|
151723
152126
|
leadmagic: "leadmagic";
|
|
151724
152127
|
amplemarket: "amplemarket";
|
|
151725
152128
|
}>;
|
|
@@ -159163,6 +159566,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
159163
159566
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
159164
159567
|
provider: z$1.ZodEnum<{
|
|
159165
159568
|
findymail: "findymail";
|
|
159569
|
+
crustdata: "crustdata";
|
|
159166
159570
|
leadmagic: "leadmagic";
|
|
159167
159571
|
prospeo: "prospeo";
|
|
159168
159572
|
amplemarket: "amplemarket";
|
|
@@ -159931,6 +160335,7 @@ declare const EffectsRequestSchema: z$1.ZodObject<{
|
|
|
159931
160335
|
config: z$1.ZodOptional<z$1.ZodObject<{
|
|
159932
160336
|
providers: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
159933
160337
|
provider: z$1.ZodEnum<{
|
|
160338
|
+
crustdata: "crustdata";
|
|
159934
160339
|
leadmagic: "leadmagic";
|
|
159935
160340
|
amplemarket: "amplemarket";
|
|
159936
160341
|
}>;
|
|
@@ -163349,12 +163754,12 @@ declare abstract class Pipe<Payload extends {
|
|
|
163349
163754
|
resolveFormat?: (_lazyContext: LazyResolveContext) => RecordFieldFormat;
|
|
163350
163755
|
isPrimaryOutput?: boolean;
|
|
163351
163756
|
}): {
|
|
163352
|
-
name: "name" | "profile_url" | "skills" | "job_title" | "company_name" | "company_social_url" | "job_description" | "headcount" | "company_industry" | "message" | "email" | "company_description" | "cleaned_company_name" | "company_region" | "location_hint" | "estimated_revenue" | "founded_year" | "technology_list" | "spending_trend" | "technology_match_builtwith" | "number_of_social_followers" | "personal_email" | "alternate_personal_emails" | "company_news_summary" | "work_email" | "company_website_url" | "company_domain" | "first_name" | "addressee_name" | "address_line_1" | "address_line_2" | "profile_headline" | "address_city" | "address_country" | "address_state" | "zip_code" | "last_name" | "is_work_email" | "companyenrich_match" | "companyenrich_matches" | "ip_address" | "avatar_url" | "estimated_salary" | "is_email_valid" | "developer_profile_url" | "alternative_developer_profile_urls" | "company_profile_url" | "profile_posts" | "clado_person_match" | "clado_person_match_v2" | "icypeas_person_match" | "icypeas_company_match" | "clado_person_profile" | "resend_email_success" | "email_body" | "email_subject" | "profile" | "mobile" | "landline" | "phone" | "slack_message_success" | "funding_history" | "funding_total_usd" | "deal_name" | "deal_amount" | "template_output" | "gmail_email_success" | "gmail_draft_id" | "zerobounce_validation_status" | "zerobounce_validation_match" | "leadmagic_competitor_list" | "leadmagic_acquisition_history" | "leadmagic_company_news_list" | "merge_result" | "mapped_links" | "website_markdown" | "website_html" | "website_url" | "urls" | "website_links" | "firecrawl_extract_result" | "parallel_extract_result" | "exa_match_evaluation" | "email_validation_status" | "million_validation_match" | "scrape_list_response" | "resend_contact_id" | "sheet_record_id" | "sheet_record_ids" | "sheet_rows_found_count" | "sheet_found_rows" | "sheet_found_row_ids" | "db_rows_found_count" | "db_found_rows" | "input_objects" | "role_finder_match" | "logodev_describe_match" | "logo_url" | "crustdata_company_match" | "crustdata_companyenrich_match" | "crustdata_company_identity_matches" | "crustdata_person_match" | "person_profile_match" | "parallel_person_entity_match" | "parallel_company_entity_match" | "post_list_string" | "crustdata_post_list" | "crustdata_profile_match_score" | "amplemarket_person_match" | "amplemarket_company_match" | "created_sheet" | "sheet" | "string_input" | "domain" | "url_input" | "slugified" | "http_response_status" | "http_response_body" | "http_response_headers" | "luma_id" | "registered_at" | "luma_event_guest_match" | "post_match" | "post_text" | "post_id" | "lemlist_lead_id" | "lemlist_enrollment_result" | "amplemarket_sequence_id" | "is_claim_successful" | "bucket_counter" | "found_in_bucket" | "hubspot_contact_found" | "hubspot_contact_match" | "hubspot_companies_found_count" | "hubspot_company_match" | "hubspot_company_matches" | "hubspot_deals_found_count" | "hubspot_deal_match" | "hubspot_deal_matches" | "hubspot_owner_id" | "hubspot_owned_count" | "hubspot_owner_match" | "hubspot_object_id" | "hubspot_update_result" | "hubspot_associated_count" | "hubspot_associated_objects" | "hubspot_activity_result" | "salesforce_record_id" | "salesforce_owned_count" | "salesforce_person_found" | "salesforce_accounts_found_count" | "salesforce_opportunities_found_count" | "salesforce_record_found" | "salesforce_record_created" | "salesforce_contact_match" | "salesforce_lead_match" | "salesforce_account_match" | "salesforce_account_matches" | "salesforce_opportunity_match" | "salesforce_opportunity_matches" | "salesforce_user_match" | "salesforce_person_match" | "salesforce_record_match" | "salesforce_update_result" | "salesforce_activities" | "salesforce_activities_found_count" | "salesforce_last_activity_date" | "salesforce_activity_result" | "attio_record_id" | "attio_entry_id" | "attio_person_found" | "attio_person_match" | "attio_companies_found_count" | "attio_company_match" | "attio_company_matches" | "attio_deals_found_count" | "attio_deal_match" | "attio_deal_matches" | "attio_entry_match" | "attio_record_found" | "attio_record_match" | "attio_update_result" | "attio_activities" | "attio_activities_found_count" | "attio_last_activity_date" | "attio_workspace_member_id" | "attio_workspace_member_match" | "professional_profile_url" | "professional_profile" | "mobile_number";
|
|
163757
|
+
name: "name" | "profile_url" | "skills" | "job_title" | "company_name" | "company_social_url" | "job_description" | "headcount" | "company_industry" | "message" | "email" | "company_description" | "cleaned_company_name" | "company_region" | "location_hint" | "estimated_revenue" | "founded_year" | "technology_list" | "spending_trend" | "technology_match_builtwith" | "number_of_social_followers" | "personal_email" | "alternate_personal_emails" | "company_news_summary" | "work_email" | "company_website_url" | "company_domain" | "first_name" | "addressee_name" | "address_line_1" | "address_line_2" | "profile_headline" | "address_city" | "address_country" | "address_state" | "zip_code" | "last_name" | "is_work_email" | "companyenrich_match" | "companyenrich_matches" | "ip_address" | "avatar_url" | "estimated_salary" | "is_email_valid" | "developer_profile_url" | "alternative_developer_profile_urls" | "company_profile_url" | "profile_posts" | "clado_person_match" | "clado_person_match_v2" | "icypeas_person_match" | "icypeas_company_match" | "clado_person_profile" | "resend_email_success" | "email_body" | "email_subject" | "profile" | "mobile" | "landline" | "phone" | "slack_message_success" | "funding_history" | "funding_total_usd" | "deal_name" | "deal_amount" | "template_output" | "gmail_email_success" | "gmail_draft_id" | "zerobounce_validation_status" | "zerobounce_validation_match" | "leadmagic_competitor_list" | "leadmagic_acquisition_history" | "leadmagic_company_news_list" | "merge_result" | "mapped_links" | "website_markdown" | "website_html" | "website_url" | "urls" | "website_links" | "firecrawl_extract_result" | "parallel_extract_result" | "exa_match_evaluation" | "email_validation_status" | "million_validation_match" | "scrape_list_response" | "resend_contact_id" | "sheet_record_id" | "sheet_record_ids" | "sheet_rows_found_count" | "sheet_found_rows" | "sheet_found_row_ids" | "db_rows_found_count" | "db_found_rows" | "input_objects" | "role_finder_match" | "logodev_describe_match" | "logo_url" | "crustdata_company_match" | "crustdata_companyenrich_match" | "crustdata_company_identity_matches" | "crustdata_person_match" | "person_profile_match" | "parallel_person_entity_match" | "parallel_company_entity_match" | "post_list_string" | "crustdata_post_list" | "crustdata_profile_match_score" | "amplemarket_person_match" | "amplemarket_company_match" | "created_sheet" | "sheet" | "string_input" | "domain" | "url_input" | "slugified" | "http_response_status" | "http_response_body" | "http_response_headers" | "luma_id" | "registered_at" | "luma_event_guest_match" | "google_calendar_event_id" | "event_title" | "attendee_emails" | "calendar_event_match" | "post_match" | "post_text" | "post_id" | "lemlist_lead_id" | "lemlist_enrollment_result" | "amplemarket_sequence_id" | "is_claim_successful" | "bucket_counter" | "found_in_bucket" | "hubspot_contact_found" | "hubspot_contact_match" | "hubspot_companies_found_count" | "hubspot_company_match" | "hubspot_company_matches" | "hubspot_deals_found_count" | "hubspot_deal_match" | "hubspot_deal_matches" | "hubspot_owner_id" | "hubspot_owned_count" | "hubspot_owner_match" | "hubspot_object_id" | "hubspot_update_result" | "hubspot_associated_count" | "hubspot_associated_objects" | "hubspot_activity_result" | "salesforce_record_id" | "salesforce_owned_count" | "salesforce_person_found" | "salesforce_accounts_found_count" | "salesforce_opportunities_found_count" | "salesforce_record_found" | "salesforce_record_created" | "salesforce_contact_match" | "salesforce_lead_match" | "salesforce_account_match" | "salesforce_account_matches" | "salesforce_opportunity_match" | "salesforce_opportunity_matches" | "salesforce_user_match" | "salesforce_person_match" | "salesforce_record_match" | "salesforce_update_result" | "salesforce_activities" | "salesforce_activities_found_count" | "salesforce_last_activity_date" | "salesforce_activity_result" | "attio_record_id" | "attio_entry_id" | "attio_person_found" | "attio_person_match" | "attio_companies_found_count" | "attio_company_match" | "attio_company_matches" | "attio_deals_found_count" | "attio_deal_match" | "attio_deal_matches" | "attio_entry_match" | "attio_record_found" | "attio_record_match" | "attio_update_result" | "attio_activities" | "attio_activities_found_count" | "attio_last_activity_date" | "attio_workspace_member_id" | "attio_workspace_member_match" | "professional_profile_url" | "professional_profile" | "mobile_number";
|
|
163353
163758
|
enabled: boolean;
|
|
163354
163759
|
type: "string" | "number" | "boolean" | "unknown" | "json" | ((_lazyContext: LazyResolveContext) => RecordFieldType);
|
|
163355
163760
|
format: "profile_url" | "int" | "date" | "email" | "url" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "currency" | "text" | "decimal" | "percent" | ((_lazyContext: LazyResolveContext) => RecordFieldFormat) | null;
|
|
163356
163761
|
resolvedName: any;
|
|
163357
|
-
description: "Whether this row won the bucket claim (true → proceed) or the key was already taken (resolves no_result)." | "The number a counter bucket assigned to this row's key (stable across re-runs of the same key)." | "Whether the row's key is present (and live) in the checked bucket." | "A summary of the main business purpose and objectives." | "The standardized and cleaned version of the company name, ensuring consistency across different entries." | "Markdown-formatted scrape of a website." | "A list of website links." | "HTML-formatted scrape of a website." | "Generic URL of a website." | "List of URLs" | "List of URLs scraped from a website" | "Fully enriched people profile" | "The industry in which the company operates." | "The region corresponding to the company's country." | "An optional hint to help pinpoint a person's or company's location." | "A list of the top competitors for a given company as provided by LeadMagic" | "A list of acquisitions by a given company" | "A list of company news" | "The estimated annual revenue of the company." | "List of corporate funding rounds." | "Amount of total known funding" | "Name of the sales deal / opportunity." | "Monetary value of the sales deal / opportunity." | "The year the company was founded." | "A flat list of technologies used by a company" | "Technology spending trend over the last 2 years. Average deviation between measuring points in %." | "A datastructure containing the technologies used by this company" | "Social followers (or zero if not found)." | "Mobile telephone number of a person." | "A generic field for phone numbers. Can be mobile or landline." | "A landline phone number" | "Current job title of a person" | "Description of current job" | "A union field that can contain both professional and personal email addresses." | "The personal email address of a prospect." | "The personal email addresses that are associated with a prospect but less likely to be the primary email address of a prospect." | "Latest company news." | "Email address of a person connection to their place of employment." | "Total number of people employed in a particular organization" | "Website URL of a related company." | "Bare domain of a related company. Example: stripe.com (no scheme, no path)." | "Name of a company." | "Object returned from a Clado people search." | "Object returned from a Icypeas people search" | "First name of a person." | "Recipient name in the format required by postal services." | "URL for profile picture" | "First line of an address (e.g. street address)" | "The formatted address of a company’s headquarters." | "Name of a city as needed for an address." | "Name of a country as needed for an address." | "Name of a state." | "A postal zip code. Usually a combination of numbers and letters." | "Last name of a person." | "Estimated total salary in USD." | "List of professional skills" | "Check if a given email is a work email." | "The full name of a person. Usually a combination of first and last name." | "IP Address of a person" | "Check if an email address is valid and can receive emails." | "A standardized format for returning LinkedIn profile data." | "A person's LinkedIn profile URL." | "A person's primary developer profile URL (e.g. GitHub)." | "Additional developer profile URLs (GitHub, GitLab, etc.) discovered for the person." | "List of recent LinkedIn posts in JSON format." | "Professional profile headline" | "Company LinkedIn URL." | "Result of email sending action using Resend" | "Id of a single resend contact" | "Id of the lead created in a lemlist campaign." | "Leaner snake_case object describing a lead's enrollment into a lemlist campaign." | "Id of the Amplemarket sequence the lead was enrolled into." | "Name of a pipe0 sheet" | "Input field of type string" | "A domain field." | "Input field of type string and URL format" | "A value that has been stripped of characters not found in slugs." | "HTTP status code returned by the upstream endpoint." | "Parsed JSON body returned by the upstream endpoint." | "Response headers returned by the upstream endpoint as a flat key-value map." | "Unique identifier of the guest's event registration in Luma." | "ISO timestamp of when the guest registered for the event." | "Full event guest object returned by Luma." | "ID of sheet record" | "IDs sheet records" | "Total number of matching rows in the target sheet (not capped by the row limit)" | "The matching rows of the target sheet — each row is its record id plus one entry per column" | "Stable record IDs of the matching rows in the target sheet" | "Total number of rows matched by the query (not capped by the row limit)" | "The rows returned by the query, keyed by the result set's column names" | "Result of email sending action using Gmail" | "ID of the draft created in the connected Gmail account" | "Result of sending a message using Slack" | "The test of an email formatted as markdown" | "A markdown message that be send to any chat app." | "Subject line for email" | "Template value where the tags are replaces with real values" | "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'" | "Validation status as returned from ZeroBounce single validation" | "Full validation object as returned by ZeroBounce" | "List of unstructured input objects" | "Reference to a created sheet" | "Result of a firecrawl extract operation" | "Flat list of Parallel Extract results (url, title, publish_date, excerpts)." | "Exa search result." | "CompanyEnrich response object" | "Crustdata company match object" | "Crustdata person basic profile data" | "A detailed representation of a LinkedIn post" | "Parallel person match object parsed from the entity description" | "Parallel company match object parsed from the entity description" | "A number between 1 and 0 indicating the confidence that the profile belongs to the input email address." | "Crustdata company enrichment match." | "List of Crustdata company candidates matched by name or domain." | "LinkedIn post list" | "Rich JSON post list" | "Result of a role finder operation" | "Raw text content of a social media post" | "Stable identifier of the post (its LinkedIn share URN)" | "Person match object as returned by Amplemarket" | "Company match object as returned by Amplemarket" | "CompanyEnrich response list." | "Company or organization logo" | "Get company logos & brand data" | "Social Media URL for a given company (e.g. LinkedIn profile URL)." | "Whether a HubSpot contact matched the email (a clean miss is not an error)." | "One HubSpot contact record: id, url, and the standard property set as flat keys; picked custom properties nest under custom_properties. Match-pipe output also carries matched_by." | "Number of HubSpot companies matching the domain. Domain is HubSpot's dedupe key but not unique — multiple matches are normal." | "One HubSpot company record: id, url, and the standard property set as flat keys; picked custom properties nest under custom_properties." | "All HubSpot companies matching the domain, each with id, url, matched_by, and the selected properties." | "Number of HubSpot deals associated with the matched company or contact." | "One HubSpot deal record: id, url, and the standard property set as flat keys; picked custom properties nest under custom_properties." | "Matched HubSpot deals (sorted by close date, newest first), each with id, url, and the selected properties." | "Record ID (hs_object_id) of the HubSpot record — the identifier to write back to it (object:update, object:associations)." | "ID of the HubSpot owner (user) — the value stored in `hubspot_owner_id` properties on contacts, companies, and deals." | "Number of records of the selected object type owned by this HubSpot owner (only when ownership counts are enabled)." | "The HubSpot owner record: id, email, name, archived flag, and team memberships." | "Result of the HubSpot update: id, url, object type, and updated property names." | "Number of associated HubSpot objects found for the source record." | "Associated HubSpot objects, each with id, url, association labels, and the selected properties under properties." | "Result of logging a HubSpot engagement: id, url, the engagement type, and the record it was associated to." | "18-character ID of the Salesforce record — the identifier to write back to it (record:update, record:lookup). Every Salesforce surface emits this same column, so it chains regardless of source." | "Number of records of the selected object type owned by this Salesforce user (only when ownership counts are enabled)." | "Whether the email matched a Salesforce Contact, Lead, or Person Account (a clean miss is not an error)." | "Number of Salesforce accounts matching the domain. Accounts have no unique domain key — multiple matches are normal." | "Number of Salesforce opportunities reached via the matched account or contact role." | "Whether the record ID resolved to a live Salesforce record (deleted/missing is a clean miss, not an error)." | "Whether the assert created a new record (true) or updated an existing one matched by the external ID (false)." | "One Salesforce contact record: id, url, and the standard field set as flat typed keys; picked custom fields nest under custom_properties." | "One Salesforce lead record: id, url, and the standard field set as flat typed keys (including IsConverted/ConvertedContactId); picked custom fields nest under custom_properties." | "One Salesforce account record: id, url, and the standard field set as flat typed keys; picked custom fields nest under custom_properties." | "All Salesforce accounts matching the domain (oldest first), each with id, url, matched_variant, and the selected fields." | "One Salesforce opportunity record: id, url, and the standard field set as flat typed keys (IsClosed/IsWon carry the org-invariant status); picked custom fields nest under custom_properties." | "Matched Salesforce opportunities (newest close date first), each with id, url, contact_roles edge metadata, and the selected fields." | "One Salesforce user record: id, url, and the standard field set as flat typed keys; picked custom fields nest under custom_properties." | "The matched Salesforce person across Contact, Lead, and Person Account shapes: object_type says which; keys foreign to the matched shape are null. Carries matched_by and is_converted_redirect." | "A generic Salesforce record (any object): id, url, object_type, and ALL fields visible to the connected user nested under record." | "Result of the Salesforce update: id, url, object type, updated field names, and the fresh post-write record (formulas/triggers may rewrite values after save)." | "Total tasks and events on the record's timeline matching the filters — the true total before the display limit." | "Most recent activity date across the record's tasks and events (null when the timeline is empty) — chain a run_if on it to gate stale records." | "The record's activity timeline (tasks and events, newest first), each with id, url, object_type, subject, status, activity_date, subtype, who_id/what_id anchors, and picked custom fields under custom_properties." | "Result of logging a Salesforce activity: id, url, subject, subtype, the who_id/what_id anchors, and created (false only when an idempotency key matched an existing record)." | "Record ID of the Attio record — the identifier to write back to it (record:lookup, record:update)." | "ID of the Attio list entry (a record can sit in a list more than once; the entry carries the list-level attributes such as stage)." | "Whether an Attio person matched the email (a clean miss is not an error)." | "One Attio person record: id, url, and the standard attribute set as flat keys; picked custom attributes nest under custom_properties. Match-pipe output also carries matched_by." | "Number of Attio companies matching the domain. Exact domain values are unique (≤1); root-domain matching can legitimately return several subdomain records." | "One Attio company record: id, url, and the standard attribute set as flat keys; picked custom attributes nest under custom_properties." | "All Attio companies matching the domain, each with id, url, matched_on, and the selected attributes." | "Number of Attio deals associated with the matched company or person." | "One Attio deal record: id, url, and the standard attribute set as flat keys; picked custom attributes nest under custom_properties. Stage titles are workspace-defined." | "Matched Attio deals (newest first), each with id, url, and the selected attributes." | "One Attio list entry: entry id, the parent record's url and id, entry-level attribute values under entry_values, and picked parent attributes under custom_properties." | "Whether an Attio record was found (a clean miss is not an error)." | "One Attio record of any object (custom objects included): id, url, object, attribute values under values, and picked attributes under custom_properties." | "Result of the Attio update: id, url, object, and updated attribute slugs." | "Number of Attio activities (notes, meetings, tasks) linked to the record — the true total before the display cap." | "Timestamp of the most recent Attio activity linked to the record — the chainable staleness gate (null when there is none)." | "Per-record activity timeline merged from Attio notes, meetings, and tasks (newest first): each item carries id, type, title, content, occurred_at, url, and type-specific fields." | "Workspace member ID of the Attio user — matches actor-reference attributes (e.g. a deal's owner) on other Attio records." | "One Attio workspace member: id, email, name, access level, and avatar URL.";
|
|
163762
|
+
description: "Whether this row won the bucket claim (true → proceed) or the key was already taken (resolves no_result)." | "The number a counter bucket assigned to this row's key (stable across re-runs of the same key)." | "Whether the row's key is present (and live) in the checked bucket." | "A summary of the main business purpose and objectives." | "The standardized and cleaned version of the company name, ensuring consistency across different entries." | "Markdown-formatted scrape of a website." | "A list of website links." | "HTML-formatted scrape of a website." | "Generic URL of a website." | "List of URLs" | "List of URLs scraped from a website" | "Fully enriched people profile" | "The industry in which the company operates." | "The region corresponding to the company's country." | "An optional hint to help pinpoint a person's or company's location." | "A list of the top competitors for a given company as provided by LeadMagic" | "A list of acquisitions by a given company" | "A list of company news" | "The estimated annual revenue of the company." | "List of corporate funding rounds." | "Amount of total known funding" | "Name of the sales deal / opportunity." | "Monetary value of the sales deal / opportunity." | "The year the company was founded." | "A flat list of technologies used by a company" | "Technology spending trend over the last 2 years. Average deviation between measuring points in %." | "A datastructure containing the technologies used by this company" | "Social followers (or zero if not found)." | "Mobile telephone number of a person." | "A generic field for phone numbers. Can be mobile or landline." | "A landline phone number" | "Current job title of a person" | "Description of current job" | "A union field that can contain both professional and personal email addresses." | "The personal email address of a prospect." | "The personal email addresses that are associated with a prospect but less likely to be the primary email address of a prospect." | "Latest company news." | "Email address of a person connection to their place of employment." | "Total number of people employed in a particular organization" | "Website URL of a related company." | "Bare domain of a related company. Example: stripe.com (no scheme, no path)." | "Name of a company." | "Object returned from a Clado people search." | "Object returned from a Icypeas people search" | "First name of a person." | "Recipient name in the format required by postal services." | "URL for profile picture" | "First line of an address (e.g. street address)" | "The formatted address of a company’s headquarters." | "Name of a city as needed for an address." | "Name of a country as needed for an address." | "Name of a state." | "A postal zip code. Usually a combination of numbers and letters." | "Last name of a person." | "Estimated total salary in USD." | "List of professional skills" | "Check if a given email is a work email." | "The full name of a person. Usually a combination of first and last name." | "IP Address of a person" | "Check if an email address is valid and can receive emails." | "A standardized format for returning LinkedIn profile data." | "A person's LinkedIn profile URL." | "A person's primary developer profile URL (e.g. GitHub)." | "Additional developer profile URLs (GitHub, GitLab, etc.) discovered for the person." | "List of recent LinkedIn posts in JSON format." | "Professional profile headline" | "Company LinkedIn URL." | "Result of email sending action using Resend" | "Id of a single resend contact" | "Id of the lead created in a lemlist campaign." | "Leaner snake_case object describing a lead's enrollment into a lemlist campaign." | "Id of the Amplemarket sequence the lead was enrolled into." | "Name of a pipe0 sheet" | "Input field of type string" | "A domain field." | "Input field of type string and URL format" | "A value that has been stripped of characters not found in slugs." | "HTTP status code returned by the upstream endpoint." | "Parsed JSON body returned by the upstream endpoint." | "Response headers returned by the upstream endpoint as a flat key-value map." | "Unique identifier of the guest's event registration in Luma." | "ISO timestamp of when the guest registered for the event." | "Full event guest object returned by Luma." | "Identifier of the event in Google Calendar, used for dedup and single-event lookups. Recurring events are expanded, so each occurrence has its own stable instance ID." | "Title (summary) of the calendar event." | "Email addresses of the event's attendees. Meeting rooms and other resources are excluded; large events may return a truncated guest list." | "Standardized calendar event (provider-neutral): title, start/end, timezone, normalized type, location, organizer and attendee emails, event link, and virtual meeting link." | "ID of sheet record" | "IDs sheet records" | "Total number of matching rows in the target sheet (not capped by the row limit)" | "The matching rows of the target sheet — each row is its record id plus one entry per column" | "Stable record IDs of the matching rows in the target sheet" | "Total number of rows matched by the query (not capped by the row limit)" | "The rows returned by the query, keyed by the result set's column names" | "Result of email sending action using Gmail" | "ID of the draft created in the connected Gmail account" | "Result of sending a message using Slack" | "The test of an email formatted as markdown" | "A markdown message that be send to any chat app." | "Subject line for email" | "Template value where the tags are replaces with real values" | "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'" | "Validation status as returned from ZeroBounce single validation" | "Full validation object as returned by ZeroBounce" | "List of unstructured input objects" | "Reference to a created sheet" | "Result of a firecrawl extract operation" | "Flat list of Parallel Extract results (url, title, publish_date, excerpts)." | "Exa search result." | "CompanyEnrich response object" | "Crustdata company match object" | "Crustdata person basic profile data" | "A detailed representation of a LinkedIn post" | "Parallel person match object parsed from the entity description" | "Parallel company match object parsed from the entity description" | "A number between 1 and 0 indicating the confidence that the profile belongs to the input email address." | "Crustdata company enrichment match." | "List of Crustdata company candidates matched by name or domain." | "LinkedIn post list" | "Rich JSON post list" | "Result of a role finder operation" | "Raw text content of a social media post" | "Stable identifier of the post (its LinkedIn share URN)" | "Person match object as returned by Amplemarket" | "Company match object as returned by Amplemarket" | "CompanyEnrich response list." | "Company or organization logo" | "Get company logos & brand data" | "Social Media URL for a given company (e.g. LinkedIn profile URL)." | "Whether a HubSpot contact matched the email (a clean miss is not an error)." | "One HubSpot contact record: id, url, and the standard property set as flat keys; picked custom properties nest under custom_properties. Match-pipe output also carries matched_by." | "Number of HubSpot companies matching the domain. Domain is HubSpot's dedupe key but not unique — multiple matches are normal." | "One HubSpot company record: id, url, and the standard property set as flat keys; picked custom properties nest under custom_properties." | "All HubSpot companies matching the domain, each with id, url, matched_by, and the selected properties." | "Number of HubSpot deals associated with the matched company or contact." | "One HubSpot deal record: id, url, and the standard property set as flat keys; picked custom properties nest under custom_properties." | "Matched HubSpot deals (sorted by close date, newest first), each with id, url, and the selected properties." | "Record ID (hs_object_id) of the HubSpot record — the identifier to write back to it (object:update, object:associations)." | "ID of the HubSpot owner (user) — the value stored in `hubspot_owner_id` properties on contacts, companies, and deals." | "Number of records of the selected object type owned by this HubSpot owner (only when ownership counts are enabled)." | "The HubSpot owner record: id, email, name, archived flag, and team memberships." | "Result of the HubSpot update: id, url, object type, and updated property names." | "Number of associated HubSpot objects found for the source record." | "Associated HubSpot objects, each with id, url, association labels, and the selected properties under properties." | "Result of logging a HubSpot engagement: id, url, the engagement type, and the record it was associated to." | "18-character ID of the Salesforce record — the identifier to write back to it (record:update, record:lookup). Every Salesforce surface emits this same column, so it chains regardless of source." | "Number of records of the selected object type owned by this Salesforce user (only when ownership counts are enabled)." | "Whether the email matched a Salesforce Contact, Lead, or Person Account (a clean miss is not an error)." | "Number of Salesforce accounts matching the domain. Accounts have no unique domain key — multiple matches are normal." | "Number of Salesforce opportunities reached via the matched account or contact role." | "Whether the record ID resolved to a live Salesforce record (deleted/missing is a clean miss, not an error)." | "Whether the assert created a new record (true) or updated an existing one matched by the external ID (false)." | "One Salesforce contact record: id, url, and the standard field set as flat typed keys; picked custom fields nest under custom_properties." | "One Salesforce lead record: id, url, and the standard field set as flat typed keys (including IsConverted/ConvertedContactId); picked custom fields nest under custom_properties." | "One Salesforce account record: id, url, and the standard field set as flat typed keys; picked custom fields nest under custom_properties." | "All Salesforce accounts matching the domain (oldest first), each with id, url, matched_variant, and the selected fields." | "One Salesforce opportunity record: id, url, and the standard field set as flat typed keys (IsClosed/IsWon carry the org-invariant status); picked custom fields nest under custom_properties." | "Matched Salesforce opportunities (newest close date first), each with id, url, contact_roles edge metadata, and the selected fields." | "One Salesforce user record: id, url, and the standard field set as flat typed keys; picked custom fields nest under custom_properties." | "The matched Salesforce person across Contact, Lead, and Person Account shapes: object_type says which; keys foreign to the matched shape are null. Carries matched_by and is_converted_redirect." | "A generic Salesforce record (any object): id, url, object_type, and ALL fields visible to the connected user nested under record." | "Result of the Salesforce update: id, url, object type, updated field names, and the fresh post-write record (formulas/triggers may rewrite values after save)." | "Total tasks and events on the record's timeline matching the filters — the true total before the display limit." | "Most recent activity date across the record's tasks and events (null when the timeline is empty) — chain a run_if on it to gate stale records." | "The record's activity timeline (tasks and events, newest first), each with id, url, object_type, subject, status, activity_date, subtype, who_id/what_id anchors, and picked custom fields under custom_properties." | "Result of logging a Salesforce activity: id, url, subject, subtype, the who_id/what_id anchors, and created (false only when an idempotency key matched an existing record)." | "Record ID of the Attio record — the identifier to write back to it (record:lookup, record:update)." | "ID of the Attio list entry (a record can sit in a list more than once; the entry carries the list-level attributes such as stage)." | "Whether an Attio person matched the email (a clean miss is not an error)." | "One Attio person record: id, url, and the standard attribute set as flat keys; picked custom attributes nest under custom_properties. Match-pipe output also carries matched_by." | "Number of Attio companies matching the domain. Exact domain values are unique (≤1); root-domain matching can legitimately return several subdomain records." | "One Attio company record: id, url, and the standard attribute set as flat keys; picked custom attributes nest under custom_properties." | "All Attio companies matching the domain, each with id, url, matched_on, and the selected attributes." | "Number of Attio deals associated with the matched company or person." | "One Attio deal record: id, url, and the standard attribute set as flat keys; picked custom attributes nest under custom_properties. Stage titles are workspace-defined." | "Matched Attio deals (newest first), each with id, url, and the selected attributes." | "One Attio list entry: entry id, the parent record's url and id, entry-level attribute values under entry_values, and picked parent attributes under custom_properties." | "Whether an Attio record was found (a clean miss is not an error)." | "One Attio record of any object (custom objects included): id, url, object, attribute values under values, and picked attributes under custom_properties." | "Result of the Attio update: id, url, object, and updated attribute slugs." | "Number of Attio activities (notes, meetings, tasks) linked to the record — the true total before the display cap." | "Timestamp of the most recent Attio activity linked to the record — the chainable staleness gate (null when there is none)." | "Per-record activity timeline merged from Attio notes, meetings, and tasks (newest first): each item carries id, type, title, content, occurred_at, url, and type-specific fields." | "Workspace member ID of the Attio user — matches actor-reference attributes (e.g. a deal's owner) on other Attio records." | "One Attio workspace member: id, email, name, access level, and avatar URL.";
|
|
163358
163763
|
jsonMeta: {
|
|
163359
163764
|
readonly zodSchema: z.ZodArray<z.ZodObject<{
|
|
163360
163765
|
url: z.ZodURL;
|
|
@@ -164991,6 +165396,42 @@ declare abstract class Pipe<Payload extends {
|
|
|
164991
165396
|
is_captured?: boolean | null | undefined;
|
|
164992
165397
|
}[] | null | undefined;
|
|
164993
165398
|
};
|
|
165399
|
+
} | {
|
|
165400
|
+
readonly zodSchema: z.ZodArray<z.ZodString>;
|
|
165401
|
+
readonly exampleValue: readonly ["ada.lovelace@example.com", "charles.babbage@analyticalengines.com"];
|
|
165402
|
+
} | {
|
|
165403
|
+
readonly zodSchema: z.ZodObject<{
|
|
165404
|
+
event_title: z.ZodNullable<z.ZodString>;
|
|
165405
|
+
event_start: z.ZodNullable<z.ZodString>;
|
|
165406
|
+
event_end: z.ZodNullable<z.ZodString>;
|
|
165407
|
+
event_timezone: z.ZodNullable<z.ZodString>;
|
|
165408
|
+
event_type: z.ZodEnum<{
|
|
165409
|
+
meeting: "meeting";
|
|
165410
|
+
out_of_office: "out_of_office";
|
|
165411
|
+
focus_time: "focus_time";
|
|
165412
|
+
working_location: "working_location";
|
|
165413
|
+
birthday: "birthday";
|
|
165414
|
+
from_gmail: "from_gmail";
|
|
165415
|
+
other: "other";
|
|
165416
|
+
}>;
|
|
165417
|
+
event_location: z.ZodNullable<z.ZodString>;
|
|
165418
|
+
event_url: z.ZodNullable<z.ZodString>;
|
|
165419
|
+
organizer_email: z.ZodNullable<z.ZodString>;
|
|
165420
|
+
attendee_emails: z.ZodArray<z.ZodString>;
|
|
165421
|
+
virtual_meeting_url: z.ZodNullable<z.ZodString>;
|
|
165422
|
+
}, z.core.$strip>;
|
|
165423
|
+
readonly exampleValue: {
|
|
165424
|
+
event_title: string | null;
|
|
165425
|
+
event_start: string | null;
|
|
165426
|
+
event_end: string | null;
|
|
165427
|
+
event_timezone: string | null;
|
|
165428
|
+
event_type: "meeting" | "out_of_office" | "focus_time" | "working_location" | "birthday" | "from_gmail" | "other";
|
|
165429
|
+
event_location: string | null;
|
|
165430
|
+
event_url: string | null;
|
|
165431
|
+
organizer_email: string | null;
|
|
165432
|
+
attendee_emails: string[];
|
|
165433
|
+
virtual_meeting_url: string | null;
|
|
165434
|
+
};
|
|
164994
165435
|
} | {
|
|
164995
165436
|
readonly zodSchema: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
164996
165437
|
readonly exampleValue: Record<string, unknown>[];
|
|
@@ -167582,17 +168023,17 @@ declare abstract class Pipe<Payload extends {
|
|
|
167582
168023
|
url: z.ZodNullable<z.ZodString>;
|
|
167583
168024
|
type: z.ZodEnum<{
|
|
167584
168025
|
email: "email";
|
|
168026
|
+
meeting: "meeting";
|
|
167585
168027
|
note: "note";
|
|
167586
168028
|
task: "task";
|
|
167587
168029
|
call: "call";
|
|
167588
|
-
meeting: "meeting";
|
|
167589
168030
|
}>;
|
|
167590
168031
|
record_id: z.ZodString;
|
|
167591
168032
|
}, z.core.$strip>;
|
|
167592
168033
|
readonly exampleValue: {
|
|
167593
168034
|
id: string;
|
|
167594
168035
|
url: string | null;
|
|
167595
|
-
type: "email" | "
|
|
168036
|
+
type: "email" | "meeting" | "note" | "task" | "call";
|
|
167596
168037
|
record_id: string;
|
|
167597
168038
|
};
|
|
167598
168039
|
} | {
|
|
@@ -168195,9 +168636,9 @@ declare abstract class Pipe<Payload extends {
|
|
|
168195
168636
|
readonly zodSchema: z.ZodArray<z.ZodObject<{
|
|
168196
168637
|
id: z.ZodString;
|
|
168197
168638
|
type: z.ZodEnum<{
|
|
168639
|
+
meeting: "meeting";
|
|
168198
168640
|
note: "note";
|
|
168199
168641
|
task: "task";
|
|
168200
|
-
meeting: "meeting";
|
|
168201
168642
|
}>;
|
|
168202
168643
|
title: z.ZodNullable<z.ZodString>;
|
|
168203
168644
|
content: z.ZodNullable<z.ZodString>;
|
|
@@ -168211,7 +168652,7 @@ declare abstract class Pipe<Payload extends {
|
|
|
168211
168652
|
}, z.core.$strip>>;
|
|
168212
168653
|
readonly exampleValue: {
|
|
168213
168654
|
id: string;
|
|
168214
|
-
type: "
|
|
168655
|
+
type: "meeting" | "note" | "task";
|
|
168215
168656
|
title: string | null;
|
|
168216
168657
|
content: string | null;
|
|
168217
168658
|
occurred_at: string | null;
|
|
@@ -168240,9 +168681,9 @@ declare abstract class Pipe<Payload extends {
|
|
|
168240
168681
|
avatar_url: string | null;
|
|
168241
168682
|
};
|
|
168242
168683
|
} | null;
|
|
168243
|
-
label: "Claimed" | "Bucket counter" | "Found in bucket" | "Company description" | "Cleaned company name" | "Scrape result - Markdown" | "Website internal links" | "Scrape result - HTML" | "Website URL" | "URLs" | "Clado person profile" | "Full name" | "Profile headline" | "LinkedIn profile URL" | "Job title" | "Company industry" | "Company region" | "Location hint" | "Competitor list" | "Acquisition history" | "Company news list" | "Estimated Annual Revenue" | "Funding history" | "Total funding (USD)" | "Deal name" | "Deal amount" | "Founding year" | "Technology list" | "Spending Trend" | "Builtwith technology response" | "Follower count" | "Mobile" | "Phone" | "Landline" | "Job description" | "Email address" | "Personal email" | "Alternate personal email" | "Latest news" | "Work email" | "Headcount" | "Company website URL" | "Company domain" | "Company name" | "Clado person match" | "Icypeas person match" | "Icypeas company match" | "First name" | "Addressee name" | "Avatar URL" | "Address line 1" | "Address line 2" | "Address city" | "Address country" | "State" | "Zip code" | "Last name" | "Estimated salary" | "Skills" | "Is work email result" | "IP address" | "Email validation" | "Professional profile" | "Developer profile URL" | "Alternative developer profile URLs" | "Recrent linkedIn posts" | "Company LinkedIn profile URL" | "Resend mail success" | "Resend contact id" | "lemlist lead id" | "lemlist enrollment" | "Amplemarket sequence id" | "Sheet name" | "String input" | "Domain" | "URL input" | "Slugified value" | "HTTP response status" | "HTTP response body" | "HTTP response headers" | "Luma ID" | "Registered at" | "Event guest match" | "Record ID" | "Record IDs" | "Rows found" | "Matching rows" | "Matching row IDs" | "Gmail e-mail success" | "Gmail draft ID" | "Slack message success" | "A markdown email" | "Message" | "Subject Line" | "Template Output" | "Validation status" | "Million Verifier match" | "ZeroBounce Validation Status" | "ZeroBounce Validation Match" | "Input objects" | "Created sheet" | "Merge Result" | "Extract Result" | "Exa Match Evaluation" | "Company match" | "Person match" | "Person profile" | "LinkedIn post" | "Match score" | "Company enrichment match" | "Company identity matches" | "Post list" | "Crustdata Post list" | "Role finder match" | "Post text" | "Post ID" | "CompanyEnrich matches" | "Logo URL" | "Company Social URL" | "Professional profile (LinkedIn)" | "HubSpot contact found" | "HubSpot contact" | "HubSpot companies found" | "HubSpot company" | "HubSpot company matches" | "HubSpot deals found" | "HubSpot deal" | "HubSpot deal matches" | "HubSpot object ID" | "HubSpot owner ID" | "Owned records" | "HubSpot owner" | "HubSpot update result" | "HubSpot associations found" | "HubSpot associated objects" | "HubSpot activity result" | "Salesforce record ID" | "Salesforce person found" | "Salesforce accounts found" | "Salesforce opportunities found" | "Salesforce record found" | "Salesforce record created" | "Salesforce contact" | "Salesforce lead" | "Salesforce account" | "Salesforce account matches" | "Salesforce opportunity" | "Salesforce opportunity matches" | "Salesforce user" | "Salesforce person" | "Salesforce record" | "Salesforce update result" | "Salesforce activities found" | "Salesforce last activity date" | "Salesforce activities" | "Salesforce activity result" | "LinkedIn Profile URL" | "Attio record ID" | "Attio entry ID" | "Attio person found" | "Attio person" | "Attio companies found" | "Attio company" | "Attio company matches" | "Attio deals found" | "Attio deal" | "Attio deal matches" | "Attio list entry" | "Attio record found" | "Attio record" | "Attio update result" | "Attio activities found" | "Attio last activity date" | "Attio activities" | "Attio workspace member ID" | "Attio workspace member";
|
|
168684
|
+
label: "Claimed" | "Bucket counter" | "Found in bucket" | "Company description" | "Cleaned company name" | "Scrape result - Markdown" | "Website internal links" | "Scrape result - HTML" | "Website URL" | "URLs" | "Clado person profile" | "Full name" | "Profile headline" | "LinkedIn profile URL" | "Job title" | "Company industry" | "Company region" | "Location hint" | "Competitor list" | "Acquisition history" | "Company news list" | "Estimated Annual Revenue" | "Funding history" | "Total funding (USD)" | "Deal name" | "Deal amount" | "Founding year" | "Technology list" | "Spending Trend" | "Builtwith technology response" | "Follower count" | "Mobile" | "Phone" | "Landline" | "Job description" | "Email address" | "Personal email" | "Alternate personal email" | "Latest news" | "Work email" | "Headcount" | "Company website URL" | "Company domain" | "Company name" | "Clado person match" | "Icypeas person match" | "Icypeas company match" | "First name" | "Addressee name" | "Avatar URL" | "Address line 1" | "Address line 2" | "Address city" | "Address country" | "State" | "Zip code" | "Last name" | "Estimated salary" | "Skills" | "Is work email result" | "IP address" | "Email validation" | "Professional profile" | "Developer profile URL" | "Alternative developer profile URLs" | "Recrent linkedIn posts" | "Company LinkedIn profile URL" | "Resend mail success" | "Resend contact id" | "lemlist lead id" | "lemlist enrollment" | "Amplemarket sequence id" | "Sheet name" | "String input" | "Domain" | "URL input" | "Slugified value" | "HTTP response status" | "HTTP response body" | "HTTP response headers" | "Luma ID" | "Registered at" | "Event guest match" | "Google Calendar event ID" | "Event title" | "Attendee emails" | "Event match" | "Record ID" | "Record IDs" | "Rows found" | "Matching rows" | "Matching row IDs" | "Gmail e-mail success" | "Gmail draft ID" | "Slack message success" | "A markdown email" | "Message" | "Subject Line" | "Template Output" | "Validation status" | "Million Verifier match" | "ZeroBounce Validation Status" | "ZeroBounce Validation Match" | "Input objects" | "Created sheet" | "Merge Result" | "Extract Result" | "Exa Match Evaluation" | "Company match" | "Person match" | "Person profile" | "LinkedIn post" | "Match score" | "Company enrichment match" | "Company identity matches" | "Post list" | "Crustdata Post list" | "Role finder match" | "Post text" | "Post ID" | "CompanyEnrich matches" | "Logo URL" | "Company Social URL" | "Professional profile (LinkedIn)" | "HubSpot contact found" | "HubSpot contact" | "HubSpot companies found" | "HubSpot company" | "HubSpot company matches" | "HubSpot deals found" | "HubSpot deal" | "HubSpot deal matches" | "HubSpot object ID" | "HubSpot owner ID" | "Owned records" | "HubSpot owner" | "HubSpot update result" | "HubSpot associations found" | "HubSpot associated objects" | "HubSpot activity result" | "Salesforce record ID" | "Salesforce person found" | "Salesforce accounts found" | "Salesforce opportunities found" | "Salesforce record found" | "Salesforce record created" | "Salesforce contact" | "Salesforce lead" | "Salesforce account" | "Salesforce account matches" | "Salesforce opportunity" | "Salesforce opportunity matches" | "Salesforce user" | "Salesforce person" | "Salesforce record" | "Salesforce update result" | "Salesforce activities found" | "Salesforce last activity date" | "Salesforce activities" | "Salesforce activity result" | "LinkedIn Profile URL" | "Attio record ID" | "Attio entry ID" | "Attio person found" | "Attio person" | "Attio companies found" | "Attio company" | "Attio company matches" | "Attio deals found" | "Attio deal" | "Attio deal matches" | "Attio list entry" | "Attio record found" | "Attio record" | "Attio update result" | "Attio activities found" | "Attio last activity date" | "Attio activities" | "Attio workspace member ID" | "Attio workspace member";
|
|
168244
168685
|
isCatalogFIeld: boolean;
|
|
168245
|
-
order: 45 | 46 | 30 | 43 | 42 | 41 | 10 | 40 | 11 | 20 | 21 | 22 | 12 |
|
|
168686
|
+
order: 45 | 46 | 30 | 43 | 42 | 41 | 10 | 40 | 11 | 20 | 21 | 22 | 12 | 90 | 50 | undefined;
|
|
168246
168687
|
isPrimaryOutput: boolean;
|
|
168247
168688
|
};
|
|
168248
168689
|
getOutputFields(): Record<string, PipeOutputField>;
|
|
@@ -173545,11 +173986,11 @@ declare function markRecordFieldAsComplete({
|
|
|
173545
173986
|
} | undefined;
|
|
173546
173987
|
waterfall?: {
|
|
173547
173988
|
attempted_providers: {
|
|
173548
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
173989
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
173549
173990
|
}[];
|
|
173550
|
-
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
173991
|
+
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
173551
173992
|
type?: "static" | undefined;
|
|
173552
|
-
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
173993
|
+
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
173553
173994
|
} | undefined;
|
|
173554
173995
|
icon?: {
|
|
173555
173996
|
key: "linkedin" | "job";
|
|
@@ -173622,11 +174063,11 @@ declare function markRecordFieldAsPending({
|
|
|
173622
174063
|
} | undefined;
|
|
173623
174064
|
waterfall?: {
|
|
173624
174065
|
attempted_providers: {
|
|
173625
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
174066
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
173626
174067
|
}[];
|
|
173627
|
-
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
174068
|
+
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
173628
174069
|
type?: "static" | undefined;
|
|
173629
|
-
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
174070
|
+
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
173630
174071
|
} | undefined;
|
|
173631
174072
|
icon?: {
|
|
173632
174073
|
key: "linkedin" | "job";
|
|
@@ -173705,11 +174146,11 @@ declare function markRecordFieldAsNoResult({
|
|
|
173705
174146
|
} | undefined;
|
|
173706
174147
|
waterfall?: {
|
|
173707
174148
|
attempted_providers: {
|
|
173708
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
174149
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
173709
174150
|
}[];
|
|
173710
|
-
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
174151
|
+
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
173711
174152
|
type?: "static" | undefined;
|
|
173712
|
-
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
174153
|
+
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
173713
174154
|
} | undefined;
|
|
173714
174155
|
icon?: {
|
|
173715
174156
|
key: "linkedin" | "job";
|
|
@@ -173778,11 +174219,11 @@ declare function markRecordFieldAsFailed(field: RecordField, reason: FieldReason
|
|
|
173778
174219
|
} | undefined;
|
|
173779
174220
|
waterfall?: {
|
|
173780
174221
|
attempted_providers: {
|
|
173781
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
174222
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
173782
174223
|
}[];
|
|
173783
|
-
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
174224
|
+
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
173784
174225
|
type?: "static" | undefined;
|
|
173785
|
-
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
174226
|
+
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
173786
174227
|
} | undefined;
|
|
173787
174228
|
icon?: {
|
|
173788
174229
|
key: "linkedin" | "job";
|
|
@@ -173851,11 +174292,11 @@ declare function markRecordFieldAsSkipped(field: RecordField, reason: FieldReaso
|
|
|
173851
174292
|
} | undefined;
|
|
173852
174293
|
waterfall?: {
|
|
173853
174294
|
attempted_providers: {
|
|
173854
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
174295
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
173855
174296
|
}[];
|
|
173856
|
-
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
174297
|
+
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
173857
174298
|
type?: "static" | undefined;
|
|
173858
|
-
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
174299
|
+
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
173859
174300
|
} | undefined;
|
|
173860
174301
|
icon?: {
|
|
173861
174302
|
key: "linkedin" | "job";
|
|
@@ -173924,11 +174365,11 @@ declare function markRecordFieldAsProcessing(field: RecordField): {
|
|
|
173924
174365
|
} | undefined;
|
|
173925
174366
|
waterfall?: {
|
|
173926
174367
|
attempted_providers: {
|
|
173927
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
174368
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
173928
174369
|
}[];
|
|
173929
|
-
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
174370
|
+
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
173930
174371
|
type?: "static" | undefined;
|
|
173931
|
-
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
174372
|
+
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
173932
174373
|
} | undefined;
|
|
173933
174374
|
icon?: {
|
|
173934
174375
|
key: "linkedin" | "job";
|
|
@@ -173963,11 +174404,11 @@ declare function catalogInput(field: NamedFieldEntry, config: {
|
|
|
173963
174404
|
alias?: string | undefined;
|
|
173964
174405
|
}> | undefined;
|
|
173965
174406
|
} | null | undefined): {
|
|
173966
|
-
name: "name" | "profile_url" | "skills" | "job_title" | "company_name" | "company_social_url" | "job_description" | "headcount" | "company_industry" | "message" | "email" | "company_description" | "cleaned_company_name" | "company_region" | "location_hint" | "estimated_revenue" | "founded_year" | "technology_list" | "spending_trend" | "technology_match_builtwith" | "number_of_social_followers" | "personal_email" | "alternate_personal_emails" | "company_news_summary" | "work_email" | "company_website_url" | "company_domain" | "first_name" | "addressee_name" | "address_line_1" | "address_line_2" | "profile_headline" | "address_city" | "address_country" | "address_state" | "zip_code" | "last_name" | "is_work_email" | "companyenrich_match" | "companyenrich_matches" | "ip_address" | "avatar_url" | "estimated_salary" | "is_email_valid" | "developer_profile_url" | "alternative_developer_profile_urls" | "company_profile_url" | "profile_posts" | "clado_person_match" | "clado_person_match_v2" | "icypeas_person_match" | "icypeas_company_match" | "clado_person_profile" | "resend_email_success" | "email_body" | "email_subject" | "profile" | "mobile" | "landline" | "phone" | "slack_message_success" | "funding_history" | "funding_total_usd" | "deal_name" | "deal_amount" | "template_output" | "gmail_email_success" | "gmail_draft_id" | "zerobounce_validation_status" | "zerobounce_validation_match" | "leadmagic_competitor_list" | "leadmagic_acquisition_history" | "leadmagic_company_news_list" | "merge_result" | "mapped_links" | "website_markdown" | "website_html" | "website_url" | "urls" | "website_links" | "firecrawl_extract_result" | "parallel_extract_result" | "exa_match_evaluation" | "email_validation_status" | "million_validation_match" | "scrape_list_response" | "resend_contact_id" | "sheet_record_id" | "sheet_record_ids" | "sheet_rows_found_count" | "sheet_found_rows" | "sheet_found_row_ids" | "db_rows_found_count" | "db_found_rows" | "input_objects" | "role_finder_match" | "logodev_describe_match" | "logo_url" | "crustdata_company_match" | "crustdata_companyenrich_match" | "crustdata_company_identity_matches" | "crustdata_person_match" | "person_profile_match" | "parallel_person_entity_match" | "parallel_company_entity_match" | "post_list_string" | "crustdata_post_list" | "crustdata_profile_match_score" | "amplemarket_person_match" | "amplemarket_company_match" | "created_sheet" | "sheet" | "string_input" | "domain" | "url_input" | "slugified" | "http_response_status" | "http_response_body" | "http_response_headers" | "luma_id" | "registered_at" | "luma_event_guest_match" | "post_match" | "post_text" | "post_id" | "lemlist_lead_id" | "lemlist_enrollment_result" | "amplemarket_sequence_id" | "is_claim_successful" | "bucket_counter" | "found_in_bucket" | "hubspot_contact_found" | "hubspot_contact_match" | "hubspot_companies_found_count" | "hubspot_company_match" | "hubspot_company_matches" | "hubspot_deals_found_count" | "hubspot_deal_match" | "hubspot_deal_matches" | "hubspot_owner_id" | "hubspot_owned_count" | "hubspot_owner_match" | "hubspot_object_id" | "hubspot_update_result" | "hubspot_associated_count" | "hubspot_associated_objects" | "hubspot_activity_result" | "salesforce_record_id" | "salesforce_owned_count" | "salesforce_person_found" | "salesforce_accounts_found_count" | "salesforce_opportunities_found_count" | "salesforce_record_found" | "salesforce_record_created" | "salesforce_contact_match" | "salesforce_lead_match" | "salesforce_account_match" | "salesforce_account_matches" | "salesforce_opportunity_match" | "salesforce_opportunity_matches" | "salesforce_user_match" | "salesforce_person_match" | "salesforce_record_match" | "salesforce_update_result" | "salesforce_activities" | "salesforce_activities_found_count" | "salesforce_last_activity_date" | "salesforce_activity_result" | "attio_record_id" | "attio_entry_id" | "attio_person_found" | "attio_person_match" | "attio_companies_found_count" | "attio_company_match" | "attio_company_matches" | "attio_deals_found_count" | "attio_deal_match" | "attio_deal_matches" | "attio_entry_match" | "attio_record_found" | "attio_record_match" | "attio_update_result" | "attio_activities" | "attio_activities_found_count" | "attio_last_activity_date" | "attio_workspace_member_id" | "attio_workspace_member_match" | "professional_profile_url" | "professional_profile" | "mobile_number";
|
|
173967
|
-
description: "Whether this row won the bucket claim (true → proceed) or the key was already taken (resolves no_result)." | "The number a counter bucket assigned to this row's key (stable across re-runs of the same key)." | "Whether the row's key is present (and live) in the checked bucket." | "A summary of the main business purpose and objectives." | "The standardized and cleaned version of the company name, ensuring consistency across different entries." | "Markdown-formatted scrape of a website." | "A list of website links." | "HTML-formatted scrape of a website." | "Generic URL of a website." | "List of URLs" | "List of URLs scraped from a website" | "Fully enriched people profile" | "The industry in which the company operates." | "The region corresponding to the company's country." | "An optional hint to help pinpoint a person's or company's location." | "A list of the top competitors for a given company as provided by LeadMagic" | "A list of acquisitions by a given company" | "A list of company news" | "The estimated annual revenue of the company." | "List of corporate funding rounds." | "Amount of total known funding" | "Name of the sales deal / opportunity." | "Monetary value of the sales deal / opportunity." | "The year the company was founded." | "A flat list of technologies used by a company" | "Technology spending trend over the last 2 years. Average deviation between measuring points in %." | "A datastructure containing the technologies used by this company" | "Social followers (or zero if not found)." | "Mobile telephone number of a person." | "A generic field for phone numbers. Can be mobile or landline." | "A landline phone number" | "Current job title of a person" | "Description of current job" | "A union field that can contain both professional and personal email addresses." | "The personal email address of a prospect." | "The personal email addresses that are associated with a prospect but less likely to be the primary email address of a prospect." | "Latest company news." | "Email address of a person connection to their place of employment." | "Total number of people employed in a particular organization" | "Website URL of a related company." | "Bare domain of a related company. Example: stripe.com (no scheme, no path)." | "Name of a company." | "Object returned from a Clado people search." | "Object returned from a Icypeas people search" | "First name of a person." | "Recipient name in the format required by postal services." | "URL for profile picture" | "First line of an address (e.g. street address)" | "The formatted address of a company’s headquarters." | "Name of a city as needed for an address." | "Name of a country as needed for an address." | "Name of a state." | "A postal zip code. Usually a combination of numbers and letters." | "Last name of a person." | "Estimated total salary in USD." | "List of professional skills" | "Check if a given email is a work email." | "The full name of a person. Usually a combination of first and last name." | "IP Address of a person" | "Check if an email address is valid and can receive emails." | "A standardized format for returning LinkedIn profile data." | "A person's LinkedIn profile URL." | "A person's primary developer profile URL (e.g. GitHub)." | "Additional developer profile URLs (GitHub, GitLab, etc.) discovered for the person." | "List of recent LinkedIn posts in JSON format." | "Professional profile headline" | "Company LinkedIn URL." | "Result of email sending action using Resend" | "Id of a single resend contact" | "Id of the lead created in a lemlist campaign." | "Leaner snake_case object describing a lead's enrollment into a lemlist campaign." | "Id of the Amplemarket sequence the lead was enrolled into." | "Name of a pipe0 sheet" | "Input field of type string" | "A domain field." | "Input field of type string and URL format" | "A value that has been stripped of characters not found in slugs." | "HTTP status code returned by the upstream endpoint." | "Parsed JSON body returned by the upstream endpoint." | "Response headers returned by the upstream endpoint as a flat key-value map." | "Unique identifier of the guest's event registration in Luma." | "ISO timestamp of when the guest registered for the event." | "Full event guest object returned by Luma." | "ID of sheet record" | "IDs sheet records" | "Total number of matching rows in the target sheet (not capped by the row limit)" | "The matching rows of the target sheet — each row is its record id plus one entry per column" | "Stable record IDs of the matching rows in the target sheet" | "Total number of rows matched by the query (not capped by the row limit)" | "The rows returned by the query, keyed by the result set's column names" | "Result of email sending action using Gmail" | "ID of the draft created in the connected Gmail account" | "Result of sending a message using Slack" | "The test of an email formatted as markdown" | "A markdown message that be send to any chat app." | "Subject line for email" | "Template value where the tags are replaces with real values" | "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'" | "Validation status as returned from ZeroBounce single validation" | "Full validation object as returned by ZeroBounce" | "List of unstructured input objects" | "Reference to a created sheet" | "Result of a firecrawl extract operation" | "Flat list of Parallel Extract results (url, title, publish_date, excerpts)." | "Exa search result." | "CompanyEnrich response object" | "Crustdata company match object" | "Crustdata person basic profile data" | "A detailed representation of a LinkedIn post" | "Parallel person match object parsed from the entity description" | "Parallel company match object parsed from the entity description" | "A number between 1 and 0 indicating the confidence that the profile belongs to the input email address." | "Crustdata company enrichment match." | "List of Crustdata company candidates matched by name or domain." | "LinkedIn post list" | "Rich JSON post list" | "Result of a role finder operation" | "Raw text content of a social media post" | "Stable identifier of the post (its LinkedIn share URN)" | "Person match object as returned by Amplemarket" | "Company match object as returned by Amplemarket" | "CompanyEnrich response list." | "Company or organization logo" | "Get company logos & brand data" | "Social Media URL for a given company (e.g. LinkedIn profile URL)." | "Whether a HubSpot contact matched the email (a clean miss is not an error)." | "One HubSpot contact record: id, url, and the standard property set as flat keys; picked custom properties nest under custom_properties. Match-pipe output also carries matched_by." | "Number of HubSpot companies matching the domain. Domain is HubSpot's dedupe key but not unique — multiple matches are normal." | "One HubSpot company record: id, url, and the standard property set as flat keys; picked custom properties nest under custom_properties." | "All HubSpot companies matching the domain, each with id, url, matched_by, and the selected properties." | "Number of HubSpot deals associated with the matched company or contact." | "One HubSpot deal record: id, url, and the standard property set as flat keys; picked custom properties nest under custom_properties." | "Matched HubSpot deals (sorted by close date, newest first), each with id, url, and the selected properties." | "Record ID (hs_object_id) of the HubSpot record — the identifier to write back to it (object:update, object:associations)." | "ID of the HubSpot owner (user) — the value stored in `hubspot_owner_id` properties on contacts, companies, and deals." | "Number of records of the selected object type owned by this HubSpot owner (only when ownership counts are enabled)." | "The HubSpot owner record: id, email, name, archived flag, and team memberships." | "Result of the HubSpot update: id, url, object type, and updated property names." | "Number of associated HubSpot objects found for the source record." | "Associated HubSpot objects, each with id, url, association labels, and the selected properties under properties." | "Result of logging a HubSpot engagement: id, url, the engagement type, and the record it was associated to." | "18-character ID of the Salesforce record — the identifier to write back to it (record:update, record:lookup). Every Salesforce surface emits this same column, so it chains regardless of source." | "Number of records of the selected object type owned by this Salesforce user (only when ownership counts are enabled)." | "Whether the email matched a Salesforce Contact, Lead, or Person Account (a clean miss is not an error)." | "Number of Salesforce accounts matching the domain. Accounts have no unique domain key — multiple matches are normal." | "Number of Salesforce opportunities reached via the matched account or contact role." | "Whether the record ID resolved to a live Salesforce record (deleted/missing is a clean miss, not an error)." | "Whether the assert created a new record (true) or updated an existing one matched by the external ID (false)." | "One Salesforce contact record: id, url, and the standard field set as flat typed keys; picked custom fields nest under custom_properties." | "One Salesforce lead record: id, url, and the standard field set as flat typed keys (including IsConverted/ConvertedContactId); picked custom fields nest under custom_properties." | "One Salesforce account record: id, url, and the standard field set as flat typed keys; picked custom fields nest under custom_properties." | "All Salesforce accounts matching the domain (oldest first), each with id, url, matched_variant, and the selected fields." | "One Salesforce opportunity record: id, url, and the standard field set as flat typed keys (IsClosed/IsWon carry the org-invariant status); picked custom fields nest under custom_properties." | "Matched Salesforce opportunities (newest close date first), each with id, url, contact_roles edge metadata, and the selected fields." | "One Salesforce user record: id, url, and the standard field set as flat typed keys; picked custom fields nest under custom_properties." | "The matched Salesforce person across Contact, Lead, and Person Account shapes: object_type says which; keys foreign to the matched shape are null. Carries matched_by and is_converted_redirect." | "A generic Salesforce record (any object): id, url, object_type, and ALL fields visible to the connected user nested under record." | "Result of the Salesforce update: id, url, object type, updated field names, and the fresh post-write record (formulas/triggers may rewrite values after save)." | "Total tasks and events on the record's timeline matching the filters — the true total before the display limit." | "Most recent activity date across the record's tasks and events (null when the timeline is empty) — chain a run_if on it to gate stale records." | "The record's activity timeline (tasks and events, newest first), each with id, url, object_type, subject, status, activity_date, subtype, who_id/what_id anchors, and picked custom fields under custom_properties." | "Result of logging a Salesforce activity: id, url, subject, subtype, the who_id/what_id anchors, and created (false only when an idempotency key matched an existing record)." | "Record ID of the Attio record — the identifier to write back to it (record:lookup, record:update)." | "ID of the Attio list entry (a record can sit in a list more than once; the entry carries the list-level attributes such as stage)." | "Whether an Attio person matched the email (a clean miss is not an error)." | "One Attio person record: id, url, and the standard attribute set as flat keys; picked custom attributes nest under custom_properties. Match-pipe output also carries matched_by." | "Number of Attio companies matching the domain. Exact domain values are unique (≤1); root-domain matching can legitimately return several subdomain records." | "One Attio company record: id, url, and the standard attribute set as flat keys; picked custom attributes nest under custom_properties." | "All Attio companies matching the domain, each with id, url, matched_on, and the selected attributes." | "Number of Attio deals associated with the matched company or person." | "One Attio deal record: id, url, and the standard attribute set as flat keys; picked custom attributes nest under custom_properties. Stage titles are workspace-defined." | "Matched Attio deals (newest first), each with id, url, and the selected attributes." | "One Attio list entry: entry id, the parent record's url and id, entry-level attribute values under entry_values, and picked parent attributes under custom_properties." | "Whether an Attio record was found (a clean miss is not an error)." | "One Attio record of any object (custom objects included): id, url, object, attribute values under values, and picked attributes under custom_properties." | "Result of the Attio update: id, url, object, and updated attribute slugs." | "Number of Attio activities (notes, meetings, tasks) linked to the record — the true total before the display cap." | "Timestamp of the most recent Attio activity linked to the record — the chainable staleness gate (null when there is none)." | "Per-record activity timeline merged from Attio notes, meetings, and tasks (newest first): each item carries id, type, title, content, occurred_at, url, and type-specific fields." | "Workspace member ID of the Attio user — matches actor-reference attributes (e.g. a deal's owner) on other Attio records." | "One Attio workspace member: id, email, name, access level, and avatar URL.";
|
|
174407
|
+
name: "name" | "profile_url" | "skills" | "job_title" | "company_name" | "company_social_url" | "job_description" | "headcount" | "company_industry" | "message" | "email" | "company_description" | "cleaned_company_name" | "company_region" | "location_hint" | "estimated_revenue" | "founded_year" | "technology_list" | "spending_trend" | "technology_match_builtwith" | "number_of_social_followers" | "personal_email" | "alternate_personal_emails" | "company_news_summary" | "work_email" | "company_website_url" | "company_domain" | "first_name" | "addressee_name" | "address_line_1" | "address_line_2" | "profile_headline" | "address_city" | "address_country" | "address_state" | "zip_code" | "last_name" | "is_work_email" | "companyenrich_match" | "companyenrich_matches" | "ip_address" | "avatar_url" | "estimated_salary" | "is_email_valid" | "developer_profile_url" | "alternative_developer_profile_urls" | "company_profile_url" | "profile_posts" | "clado_person_match" | "clado_person_match_v2" | "icypeas_person_match" | "icypeas_company_match" | "clado_person_profile" | "resend_email_success" | "email_body" | "email_subject" | "profile" | "mobile" | "landline" | "phone" | "slack_message_success" | "funding_history" | "funding_total_usd" | "deal_name" | "deal_amount" | "template_output" | "gmail_email_success" | "gmail_draft_id" | "zerobounce_validation_status" | "zerobounce_validation_match" | "leadmagic_competitor_list" | "leadmagic_acquisition_history" | "leadmagic_company_news_list" | "merge_result" | "mapped_links" | "website_markdown" | "website_html" | "website_url" | "urls" | "website_links" | "firecrawl_extract_result" | "parallel_extract_result" | "exa_match_evaluation" | "email_validation_status" | "million_validation_match" | "scrape_list_response" | "resend_contact_id" | "sheet_record_id" | "sheet_record_ids" | "sheet_rows_found_count" | "sheet_found_rows" | "sheet_found_row_ids" | "db_rows_found_count" | "db_found_rows" | "input_objects" | "role_finder_match" | "logodev_describe_match" | "logo_url" | "crustdata_company_match" | "crustdata_companyenrich_match" | "crustdata_company_identity_matches" | "crustdata_person_match" | "person_profile_match" | "parallel_person_entity_match" | "parallel_company_entity_match" | "post_list_string" | "crustdata_post_list" | "crustdata_profile_match_score" | "amplemarket_person_match" | "amplemarket_company_match" | "created_sheet" | "sheet" | "string_input" | "domain" | "url_input" | "slugified" | "http_response_status" | "http_response_body" | "http_response_headers" | "luma_id" | "registered_at" | "luma_event_guest_match" | "google_calendar_event_id" | "event_title" | "attendee_emails" | "calendar_event_match" | "post_match" | "post_text" | "post_id" | "lemlist_lead_id" | "lemlist_enrollment_result" | "amplemarket_sequence_id" | "is_claim_successful" | "bucket_counter" | "found_in_bucket" | "hubspot_contact_found" | "hubspot_contact_match" | "hubspot_companies_found_count" | "hubspot_company_match" | "hubspot_company_matches" | "hubspot_deals_found_count" | "hubspot_deal_match" | "hubspot_deal_matches" | "hubspot_owner_id" | "hubspot_owned_count" | "hubspot_owner_match" | "hubspot_object_id" | "hubspot_update_result" | "hubspot_associated_count" | "hubspot_associated_objects" | "hubspot_activity_result" | "salesforce_record_id" | "salesforce_owned_count" | "salesforce_person_found" | "salesforce_accounts_found_count" | "salesforce_opportunities_found_count" | "salesforce_record_found" | "salesforce_record_created" | "salesforce_contact_match" | "salesforce_lead_match" | "salesforce_account_match" | "salesforce_account_matches" | "salesforce_opportunity_match" | "salesforce_opportunity_matches" | "salesforce_user_match" | "salesforce_person_match" | "salesforce_record_match" | "salesforce_update_result" | "salesforce_activities" | "salesforce_activities_found_count" | "salesforce_last_activity_date" | "salesforce_activity_result" | "attio_record_id" | "attio_entry_id" | "attio_person_found" | "attio_person_match" | "attio_companies_found_count" | "attio_company_match" | "attio_company_matches" | "attio_deals_found_count" | "attio_deal_match" | "attio_deal_matches" | "attio_entry_match" | "attio_record_found" | "attio_record_match" | "attio_update_result" | "attio_activities" | "attio_activities_found_count" | "attio_last_activity_date" | "attio_workspace_member_id" | "attio_workspace_member_match" | "professional_profile_url" | "professional_profile" | "mobile_number";
|
|
174408
|
+
description: "Whether this row won the bucket claim (true → proceed) or the key was already taken (resolves no_result)." | "The number a counter bucket assigned to this row's key (stable across re-runs of the same key)." | "Whether the row's key is present (and live) in the checked bucket." | "A summary of the main business purpose and objectives." | "The standardized and cleaned version of the company name, ensuring consistency across different entries." | "Markdown-formatted scrape of a website." | "A list of website links." | "HTML-formatted scrape of a website." | "Generic URL of a website." | "List of URLs" | "List of URLs scraped from a website" | "Fully enriched people profile" | "The industry in which the company operates." | "The region corresponding to the company's country." | "An optional hint to help pinpoint a person's or company's location." | "A list of the top competitors for a given company as provided by LeadMagic" | "A list of acquisitions by a given company" | "A list of company news" | "The estimated annual revenue of the company." | "List of corporate funding rounds." | "Amount of total known funding" | "Name of the sales deal / opportunity." | "Monetary value of the sales deal / opportunity." | "The year the company was founded." | "A flat list of technologies used by a company" | "Technology spending trend over the last 2 years. Average deviation between measuring points in %." | "A datastructure containing the technologies used by this company" | "Social followers (or zero if not found)." | "Mobile telephone number of a person." | "A generic field for phone numbers. Can be mobile or landline." | "A landline phone number" | "Current job title of a person" | "Description of current job" | "A union field that can contain both professional and personal email addresses." | "The personal email address of a prospect." | "The personal email addresses that are associated with a prospect but less likely to be the primary email address of a prospect." | "Latest company news." | "Email address of a person connection to their place of employment." | "Total number of people employed in a particular organization" | "Website URL of a related company." | "Bare domain of a related company. Example: stripe.com (no scheme, no path)." | "Name of a company." | "Object returned from a Clado people search." | "Object returned from a Icypeas people search" | "First name of a person." | "Recipient name in the format required by postal services." | "URL for profile picture" | "First line of an address (e.g. street address)" | "The formatted address of a company’s headquarters." | "Name of a city as needed for an address." | "Name of a country as needed for an address." | "Name of a state." | "A postal zip code. Usually a combination of numbers and letters." | "Last name of a person." | "Estimated total salary in USD." | "List of professional skills" | "Check if a given email is a work email." | "The full name of a person. Usually a combination of first and last name." | "IP Address of a person" | "Check if an email address is valid and can receive emails." | "A standardized format for returning LinkedIn profile data." | "A person's LinkedIn profile URL." | "A person's primary developer profile URL (e.g. GitHub)." | "Additional developer profile URLs (GitHub, GitLab, etc.) discovered for the person." | "List of recent LinkedIn posts in JSON format." | "Professional profile headline" | "Company LinkedIn URL." | "Result of email sending action using Resend" | "Id of a single resend contact" | "Id of the lead created in a lemlist campaign." | "Leaner snake_case object describing a lead's enrollment into a lemlist campaign." | "Id of the Amplemarket sequence the lead was enrolled into." | "Name of a pipe0 sheet" | "Input field of type string" | "A domain field." | "Input field of type string and URL format" | "A value that has been stripped of characters not found in slugs." | "HTTP status code returned by the upstream endpoint." | "Parsed JSON body returned by the upstream endpoint." | "Response headers returned by the upstream endpoint as a flat key-value map." | "Unique identifier of the guest's event registration in Luma." | "ISO timestamp of when the guest registered for the event." | "Full event guest object returned by Luma." | "Identifier of the event in Google Calendar, used for dedup and single-event lookups. Recurring events are expanded, so each occurrence has its own stable instance ID." | "Title (summary) of the calendar event." | "Email addresses of the event's attendees. Meeting rooms and other resources are excluded; large events may return a truncated guest list." | "Standardized calendar event (provider-neutral): title, start/end, timezone, normalized type, location, organizer and attendee emails, event link, and virtual meeting link." | "ID of sheet record" | "IDs sheet records" | "Total number of matching rows in the target sheet (not capped by the row limit)" | "The matching rows of the target sheet — each row is its record id plus one entry per column" | "Stable record IDs of the matching rows in the target sheet" | "Total number of rows matched by the query (not capped by the row limit)" | "The rows returned by the query, keyed by the result set's column names" | "Result of email sending action using Gmail" | "ID of the draft created in the connected Gmail account" | "Result of sending a message using Slack" | "The test of an email formatted as markdown" | "A markdown message that be send to any chat app." | "Subject line for email" | "Template value where the tags are replaces with real values" | "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'" | "Validation status as returned from ZeroBounce single validation" | "Full validation object as returned by ZeroBounce" | "List of unstructured input objects" | "Reference to a created sheet" | "Result of a firecrawl extract operation" | "Flat list of Parallel Extract results (url, title, publish_date, excerpts)." | "Exa search result." | "CompanyEnrich response object" | "Crustdata company match object" | "Crustdata person basic profile data" | "A detailed representation of a LinkedIn post" | "Parallel person match object parsed from the entity description" | "Parallel company match object parsed from the entity description" | "A number between 1 and 0 indicating the confidence that the profile belongs to the input email address." | "Crustdata company enrichment match." | "List of Crustdata company candidates matched by name or domain." | "LinkedIn post list" | "Rich JSON post list" | "Result of a role finder operation" | "Raw text content of a social media post" | "Stable identifier of the post (its LinkedIn share URN)" | "Person match object as returned by Amplemarket" | "Company match object as returned by Amplemarket" | "CompanyEnrich response list." | "Company or organization logo" | "Get company logos & brand data" | "Social Media URL for a given company (e.g. LinkedIn profile URL)." | "Whether a HubSpot contact matched the email (a clean miss is not an error)." | "One HubSpot contact record: id, url, and the standard property set as flat keys; picked custom properties nest under custom_properties. Match-pipe output also carries matched_by." | "Number of HubSpot companies matching the domain. Domain is HubSpot's dedupe key but not unique — multiple matches are normal." | "One HubSpot company record: id, url, and the standard property set as flat keys; picked custom properties nest under custom_properties." | "All HubSpot companies matching the domain, each with id, url, matched_by, and the selected properties." | "Number of HubSpot deals associated with the matched company or contact." | "One HubSpot deal record: id, url, and the standard property set as flat keys; picked custom properties nest under custom_properties." | "Matched HubSpot deals (sorted by close date, newest first), each with id, url, and the selected properties." | "Record ID (hs_object_id) of the HubSpot record — the identifier to write back to it (object:update, object:associations)." | "ID of the HubSpot owner (user) — the value stored in `hubspot_owner_id` properties on contacts, companies, and deals." | "Number of records of the selected object type owned by this HubSpot owner (only when ownership counts are enabled)." | "The HubSpot owner record: id, email, name, archived flag, and team memberships." | "Result of the HubSpot update: id, url, object type, and updated property names." | "Number of associated HubSpot objects found for the source record." | "Associated HubSpot objects, each with id, url, association labels, and the selected properties under properties." | "Result of logging a HubSpot engagement: id, url, the engagement type, and the record it was associated to." | "18-character ID of the Salesforce record — the identifier to write back to it (record:update, record:lookup). Every Salesforce surface emits this same column, so it chains regardless of source." | "Number of records of the selected object type owned by this Salesforce user (only when ownership counts are enabled)." | "Whether the email matched a Salesforce Contact, Lead, or Person Account (a clean miss is not an error)." | "Number of Salesforce accounts matching the domain. Accounts have no unique domain key — multiple matches are normal." | "Number of Salesforce opportunities reached via the matched account or contact role." | "Whether the record ID resolved to a live Salesforce record (deleted/missing is a clean miss, not an error)." | "Whether the assert created a new record (true) or updated an existing one matched by the external ID (false)." | "One Salesforce contact record: id, url, and the standard field set as flat typed keys; picked custom fields nest under custom_properties." | "One Salesforce lead record: id, url, and the standard field set as flat typed keys (including IsConverted/ConvertedContactId); picked custom fields nest under custom_properties." | "One Salesforce account record: id, url, and the standard field set as flat typed keys; picked custom fields nest under custom_properties." | "All Salesforce accounts matching the domain (oldest first), each with id, url, matched_variant, and the selected fields." | "One Salesforce opportunity record: id, url, and the standard field set as flat typed keys (IsClosed/IsWon carry the org-invariant status); picked custom fields nest under custom_properties." | "Matched Salesforce opportunities (newest close date first), each with id, url, contact_roles edge metadata, and the selected fields." | "One Salesforce user record: id, url, and the standard field set as flat typed keys; picked custom fields nest under custom_properties." | "The matched Salesforce person across Contact, Lead, and Person Account shapes: object_type says which; keys foreign to the matched shape are null. Carries matched_by and is_converted_redirect." | "A generic Salesforce record (any object): id, url, object_type, and ALL fields visible to the connected user nested under record." | "Result of the Salesforce update: id, url, object type, updated field names, and the fresh post-write record (formulas/triggers may rewrite values after save)." | "Total tasks and events on the record's timeline matching the filters — the true total before the display limit." | "Most recent activity date across the record's tasks and events (null when the timeline is empty) — chain a run_if on it to gate stale records." | "The record's activity timeline (tasks and events, newest first), each with id, url, object_type, subject, status, activity_date, subtype, who_id/what_id anchors, and picked custom fields under custom_properties." | "Result of logging a Salesforce activity: id, url, subject, subtype, the who_id/what_id anchors, and created (false only when an idempotency key matched an existing record)." | "Record ID of the Attio record — the identifier to write back to it (record:lookup, record:update)." | "ID of the Attio list entry (a record can sit in a list more than once; the entry carries the list-level attributes such as stage)." | "Whether an Attio person matched the email (a clean miss is not an error)." | "One Attio person record: id, url, and the standard attribute set as flat keys; picked custom attributes nest under custom_properties. Match-pipe output also carries matched_by." | "Number of Attio companies matching the domain. Exact domain values are unique (≤1); root-domain matching can legitimately return several subdomain records." | "One Attio company record: id, url, and the standard attribute set as flat keys; picked custom attributes nest under custom_properties." | "All Attio companies matching the domain, each with id, url, matched_on, and the selected attributes." | "Number of Attio deals associated with the matched company or person." | "One Attio deal record: id, url, and the standard attribute set as flat keys; picked custom attributes nest under custom_properties. Stage titles are workspace-defined." | "Matched Attio deals (newest first), each with id, url, and the selected attributes." | "One Attio list entry: entry id, the parent record's url and id, entry-level attribute values under entry_values, and picked parent attributes under custom_properties." | "Whether an Attio record was found (a clean miss is not an error)." | "One Attio record of any object (custom objects included): id, url, object, attribute values under values, and picked attributes under custom_properties." | "Result of the Attio update: id, url, object, and updated attribute slugs." | "Number of Attio activities (notes, meetings, tasks) linked to the record — the true total before the display cap." | "Timestamp of the most recent Attio activity linked to the record — the chainable staleness gate (null when there is none)." | "Per-record activity timeline merged from Attio notes, meetings, and tasks (newest first): each item carries id, type, title, content, occurred_at, url, and type-specific fields." | "Workspace member ID of the Attio user — matches actor-reference attributes (e.g. a deal's owner) on other Attio records." | "One Attio workspace member: id, email, name, access level, and avatar URL.";
|
|
173968
174409
|
resolvedName: string;
|
|
173969
174410
|
type: "string" | "number" | "boolean" | "unknown" | "json";
|
|
173970
|
-
label: "Claimed" | "Bucket counter" | "Found in bucket" | "Company description" | "Cleaned company name" | "Scrape result - Markdown" | "Website internal links" | "Scrape result - HTML" | "Website URL" | "URLs" | "Clado person profile" | "Full name" | "Profile headline" | "LinkedIn profile URL" | "Job title" | "Company industry" | "Company region" | "Location hint" | "Competitor list" | "Acquisition history" | "Company news list" | "Estimated Annual Revenue" | "Funding history" | "Total funding (USD)" | "Deal name" | "Deal amount" | "Founding year" | "Technology list" | "Spending Trend" | "Builtwith technology response" | "Follower count" | "Mobile" | "Phone" | "Landline" | "Job description" | "Email address" | "Personal email" | "Alternate personal email" | "Latest news" | "Work email" | "Headcount" | "Company website URL" | "Company domain" | "Company name" | "Clado person match" | "Icypeas person match" | "Icypeas company match" | "First name" | "Addressee name" | "Avatar URL" | "Address line 1" | "Address line 2" | "Address city" | "Address country" | "State" | "Zip code" | "Last name" | "Estimated salary" | "Skills" | "Is work email result" | "IP address" | "Email validation" | "Professional profile" | "Developer profile URL" | "Alternative developer profile URLs" | "Recrent linkedIn posts" | "Company LinkedIn profile URL" | "Resend mail success" | "Resend contact id" | "lemlist lead id" | "lemlist enrollment" | "Amplemarket sequence id" | "Sheet name" | "String input" | "Domain" | "URL input" | "Slugified value" | "HTTP response status" | "HTTP response body" | "HTTP response headers" | "Luma ID" | "Registered at" | "Event guest match" | "Record ID" | "Record IDs" | "Rows found" | "Matching rows" | "Matching row IDs" | "Gmail e-mail success" | "Gmail draft ID" | "Slack message success" | "A markdown email" | "Message" | "Subject Line" | "Template Output" | "Validation status" | "Million Verifier match" | "ZeroBounce Validation Status" | "ZeroBounce Validation Match" | "Input objects" | "Created sheet" | "Merge Result" | "Extract Result" | "Exa Match Evaluation" | "Company match" | "Person match" | "Person profile" | "LinkedIn post" | "Match score" | "Company enrichment match" | "Company identity matches" | "Post list" | "Crustdata Post list" | "Role finder match" | "Post text" | "Post ID" | "CompanyEnrich matches" | "Logo URL" | "Company Social URL" | "Professional profile (LinkedIn)" | "HubSpot contact found" | "HubSpot contact" | "HubSpot companies found" | "HubSpot company" | "HubSpot company matches" | "HubSpot deals found" | "HubSpot deal" | "HubSpot deal matches" | "HubSpot object ID" | "HubSpot owner ID" | "Owned records" | "HubSpot owner" | "HubSpot update result" | "HubSpot associations found" | "HubSpot associated objects" | "HubSpot activity result" | "Salesforce record ID" | "Salesforce person found" | "Salesforce accounts found" | "Salesforce opportunities found" | "Salesforce record found" | "Salesforce record created" | "Salesforce contact" | "Salesforce lead" | "Salesforce account" | "Salesforce account matches" | "Salesforce opportunity" | "Salesforce opportunity matches" | "Salesforce user" | "Salesforce person" | "Salesforce record" | "Salesforce update result" | "Salesforce activities found" | "Salesforce last activity date" | "Salesforce activities" | "Salesforce activity result" | "LinkedIn Profile URL" | "Attio record ID" | "Attio entry ID" | "Attio person found" | "Attio person" | "Attio companies found" | "Attio company" | "Attio company matches" | "Attio deals found" | "Attio deal" | "Attio deal matches" | "Attio list entry" | "Attio record found" | "Attio record" | "Attio update result" | "Attio activities found" | "Attio last activity date" | "Attio activities" | "Attio workspace member ID" | "Attio workspace member";
|
|
174411
|
+
label: "Claimed" | "Bucket counter" | "Found in bucket" | "Company description" | "Cleaned company name" | "Scrape result - Markdown" | "Website internal links" | "Scrape result - HTML" | "Website URL" | "URLs" | "Clado person profile" | "Full name" | "Profile headline" | "LinkedIn profile URL" | "Job title" | "Company industry" | "Company region" | "Location hint" | "Competitor list" | "Acquisition history" | "Company news list" | "Estimated Annual Revenue" | "Funding history" | "Total funding (USD)" | "Deal name" | "Deal amount" | "Founding year" | "Technology list" | "Spending Trend" | "Builtwith technology response" | "Follower count" | "Mobile" | "Phone" | "Landline" | "Job description" | "Email address" | "Personal email" | "Alternate personal email" | "Latest news" | "Work email" | "Headcount" | "Company website URL" | "Company domain" | "Company name" | "Clado person match" | "Icypeas person match" | "Icypeas company match" | "First name" | "Addressee name" | "Avatar URL" | "Address line 1" | "Address line 2" | "Address city" | "Address country" | "State" | "Zip code" | "Last name" | "Estimated salary" | "Skills" | "Is work email result" | "IP address" | "Email validation" | "Professional profile" | "Developer profile URL" | "Alternative developer profile URLs" | "Recrent linkedIn posts" | "Company LinkedIn profile URL" | "Resend mail success" | "Resend contact id" | "lemlist lead id" | "lemlist enrollment" | "Amplemarket sequence id" | "Sheet name" | "String input" | "Domain" | "URL input" | "Slugified value" | "HTTP response status" | "HTTP response body" | "HTTP response headers" | "Luma ID" | "Registered at" | "Event guest match" | "Google Calendar event ID" | "Event title" | "Attendee emails" | "Event match" | "Record ID" | "Record IDs" | "Rows found" | "Matching rows" | "Matching row IDs" | "Gmail e-mail success" | "Gmail draft ID" | "Slack message success" | "A markdown email" | "Message" | "Subject Line" | "Template Output" | "Validation status" | "Million Verifier match" | "ZeroBounce Validation Status" | "ZeroBounce Validation Match" | "Input objects" | "Created sheet" | "Merge Result" | "Extract Result" | "Exa Match Evaluation" | "Company match" | "Person match" | "Person profile" | "LinkedIn post" | "Match score" | "Company enrichment match" | "Company identity matches" | "Post list" | "Crustdata Post list" | "Role finder match" | "Post text" | "Post ID" | "CompanyEnrich matches" | "Logo URL" | "Company Social URL" | "Professional profile (LinkedIn)" | "HubSpot contact found" | "HubSpot contact" | "HubSpot companies found" | "HubSpot company" | "HubSpot company matches" | "HubSpot deals found" | "HubSpot deal" | "HubSpot deal matches" | "HubSpot object ID" | "HubSpot owner ID" | "Owned records" | "HubSpot owner" | "HubSpot update result" | "HubSpot associations found" | "HubSpot associated objects" | "HubSpot activity result" | "Salesforce record ID" | "Salesforce person found" | "Salesforce accounts found" | "Salesforce opportunities found" | "Salesforce record found" | "Salesforce record created" | "Salesforce contact" | "Salesforce lead" | "Salesforce account" | "Salesforce account matches" | "Salesforce opportunity" | "Salesforce opportunity matches" | "Salesforce user" | "Salesforce person" | "Salesforce record" | "Salesforce update result" | "Salesforce activities found" | "Salesforce last activity date" | "Salesforce activities" | "Salesforce activity result" | "LinkedIn Profile URL" | "Attio record ID" | "Attio entry ID" | "Attio person found" | "Attio person" | "Attio companies found" | "Attio company" | "Attio company matches" | "Attio deals found" | "Attio deal" | "Attio deal matches" | "Attio list entry" | "Attio record found" | "Attio record" | "Attio update result" | "Attio activities found" | "Attio last activity date" | "Attio activities" | "Attio workspace member ID" | "Attio workspace member";
|
|
173971
174412
|
format: "profile_url" | "int" | "date" | "email" | "url" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "currency" | "text" | "decimal" | "percent" | null;
|
|
173972
174413
|
};
|
|
173973
174414
|
//#endregion
|
|
@@ -174498,11 +174939,11 @@ declare function inputFromRecords(records: PipesInMemoryResponse["records"], con
|
|
|
174498
174939
|
} | undefined;
|
|
174499
174940
|
waterfall?: {
|
|
174500
174941
|
attempted_providers: {
|
|
174501
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
174942
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
174502
174943
|
}[];
|
|
174503
|
-
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
174944
|
+
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
174504
174945
|
type?: "static" | undefined;
|
|
174505
|
-
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
174946
|
+
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
174506
174947
|
} | undefined;
|
|
174507
174948
|
icon?: {
|
|
174508
174949
|
key: "linkedin" | "job";
|
|
@@ -174571,11 +175012,11 @@ declare function inputFromRecords(records: PipesInMemoryResponse["records"], con
|
|
|
174571
175012
|
} | undefined;
|
|
174572
175013
|
waterfall?: {
|
|
174573
175014
|
attempted_providers: {
|
|
174574
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
175015
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
174575
175016
|
}[];
|
|
174576
|
-
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
175017
|
+
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
174577
175018
|
type?: "static" | undefined;
|
|
174578
|
-
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
175019
|
+
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
174579
175020
|
} | undefined;
|
|
174580
175021
|
icon?: {
|
|
174581
175022
|
key: "linkedin" | "job";
|
|
@@ -174647,11 +175088,11 @@ declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<Fie
|
|
|
174647
175088
|
} | undefined;
|
|
174648
175089
|
waterfall?: {
|
|
174649
175090
|
attempted_providers: {
|
|
174650
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
175091
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
174651
175092
|
}[];
|
|
174652
|
-
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
175093
|
+
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
174653
175094
|
type?: "static" | undefined;
|
|
174654
|
-
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
175095
|
+
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
174655
175096
|
} | undefined;
|
|
174656
175097
|
icon?: {
|
|
174657
175098
|
key: "linkedin" | "job";
|
|
@@ -174720,11 +175161,11 @@ declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<Fie
|
|
|
174720
175161
|
} | undefined;
|
|
174721
175162
|
waterfall?: {
|
|
174722
175163
|
attempted_providers: {
|
|
174723
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
175164
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
174724
175165
|
}[];
|
|
174725
|
-
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
175166
|
+
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
174726
175167
|
type?: "static" | undefined;
|
|
174727
|
-
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
175168
|
+
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
174728
175169
|
} | undefined;
|
|
174729
175170
|
icon?: {
|
|
174730
175171
|
key: "linkedin" | "job";
|
|
@@ -174796,11 +175237,11 @@ declare function inputFromRecord(record: PipesRecord, config?: Partial<FieldsToO
|
|
|
174796
175237
|
} | undefined;
|
|
174797
175238
|
waterfall?: {
|
|
174798
175239
|
attempted_providers: {
|
|
174799
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
175240
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
174800
175241
|
}[];
|
|
174801
|
-
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
175242
|
+
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
174802
175243
|
type?: "static" | undefined;
|
|
174803
|
-
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
175244
|
+
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
174804
175245
|
} | undefined;
|
|
174805
175246
|
icon?: {
|
|
174806
175247
|
key: "linkedin" | "job";
|
|
@@ -174869,11 +175310,11 @@ declare function inputFromRecord(record: PipesRecord, config?: Partial<FieldsToO
|
|
|
174869
175310
|
} | undefined;
|
|
174870
175311
|
waterfall?: {
|
|
174871
175312
|
attempted_providers: {
|
|
174872
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
175313
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
174873
175314
|
}[];
|
|
174874
|
-
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
175315
|
+
available_providers: ("salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio")[];
|
|
174875
175316
|
type?: "static" | undefined;
|
|
174876
|
-
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
175317
|
+
successful_provider?: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio" | undefined;
|
|
174877
175318
|
} | undefined;
|
|
174878
175319
|
icon?: {
|
|
174879
175320
|
key: "linkedin" | "job";
|
|
@@ -175791,6 +176232,22 @@ declare const providerCatalog: {
|
|
|
175791
176232
|
};
|
|
175792
176233
|
readonly oAuthConfig: {};
|
|
175793
176234
|
};
|
|
176235
|
+
readonly googlecalendar: {
|
|
176236
|
+
readonly name: "googlecalendar";
|
|
176237
|
+
readonly label: "Google Calendar";
|
|
176238
|
+
readonly description: "Google's calendar and scheduling service";
|
|
176239
|
+
readonly public: true;
|
|
176240
|
+
readonly hasManagedConnections: false;
|
|
176241
|
+
readonly allowsUserConnections: true;
|
|
176242
|
+
readonly connectionType: "oauth_token_bundle";
|
|
176243
|
+
readonly url: "https://calendar.google.com";
|
|
176244
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9cfc8918-2046-47dd-52f9-353ce76fd800/icon";
|
|
176245
|
+
readonly background: {
|
|
176246
|
+
readonly light: "#D8E7FF";
|
|
176247
|
+
readonly dark: "#0B2A4E";
|
|
176248
|
+
};
|
|
176249
|
+
readonly oAuthConfig: {};
|
|
176250
|
+
};
|
|
175794
176251
|
readonly hubspot: {
|
|
175795
176252
|
readonly name: "hubspot";
|
|
175796
176253
|
readonly label: "HubSpot";
|
|
@@ -176051,7 +176508,7 @@ declare const providerCatalog: {
|
|
|
176051
176508
|
//#endregion
|
|
176052
176509
|
//#region src/providers/provider-utils.d.ts
|
|
176053
176510
|
declare function getProviderEntry(providerName: ProviderName): {
|
|
176054
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176511
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176055
176512
|
name: "pipe0";
|
|
176056
176513
|
label: "pipe0";
|
|
176057
176514
|
description: "A framework for lead and company data enrichment.";
|
|
@@ -176067,7 +176524,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176067
176524
|
};
|
|
176068
176525
|
oAuthConfig: null;
|
|
176069
176526
|
} | {
|
|
176070
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176527
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176071
176528
|
name: "findymail";
|
|
176072
176529
|
label: "FindyMail";
|
|
176073
176530
|
description: "Find verified emails.";
|
|
@@ -176083,7 +176540,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176083
176540
|
readonly dark: "#143822";
|
|
176084
176541
|
};
|
|
176085
176542
|
} | {
|
|
176086
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176543
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176087
176544
|
name: "hunter";
|
|
176088
176545
|
label: "HunterMail";
|
|
176089
176546
|
description: "Find email addresses and send cold emails";
|
|
@@ -176099,7 +176556,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176099
176556
|
readonly dark: "#3D1F0C";
|
|
176100
176557
|
};
|
|
176101
176558
|
} | {
|
|
176102
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176559
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176103
176560
|
name: "zerobounce";
|
|
176104
176561
|
label: "ZeroBounce";
|
|
176105
176562
|
description: "Email validation tools and email list cleaning";
|
|
@@ -176115,7 +176572,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176115
176572
|
};
|
|
176116
176573
|
oAuthConfig: null;
|
|
176117
176574
|
} | {
|
|
176118
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176575
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176119
176576
|
name: "googlemaps";
|
|
176120
176577
|
label: "Google Maps";
|
|
176121
176578
|
description: "A map service by Google";
|
|
@@ -176131,7 +176588,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176131
176588
|
};
|
|
176132
176589
|
oAuthConfig: null;
|
|
176133
176590
|
} | {
|
|
176134
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176591
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176135
176592
|
name: "leadmagic";
|
|
176136
176593
|
label: "LeadMagic";
|
|
176137
176594
|
description: "Enrichment provider";
|
|
@@ -176147,7 +176604,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176147
176604
|
};
|
|
176148
176605
|
oAuthConfig: null;
|
|
176149
176606
|
} | {
|
|
176150
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176607
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176151
176608
|
name: "builtwith";
|
|
176152
176609
|
label: "BuiltWith";
|
|
176153
176610
|
description: "BuiltWith tracks over 2500 eCommerce technologies across over 26 million eCommerce websites.";
|
|
@@ -176163,7 +176620,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176163
176620
|
};
|
|
176164
176621
|
oAuthConfig: null;
|
|
176165
176622
|
} | {
|
|
176166
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176623
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176167
176624
|
name: "perplexity";
|
|
176168
176625
|
label: "Perplexity";
|
|
176169
176626
|
description: "AI search company";
|
|
@@ -176179,7 +176636,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176179
176636
|
};
|
|
176180
176637
|
oAuthConfig: null;
|
|
176181
176638
|
} | {
|
|
176182
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176639
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176183
176640
|
name: "serper";
|
|
176184
176641
|
label: "Serper";
|
|
176185
176642
|
description: "The World's Fastest & Cheapest Google Search API";
|
|
@@ -176195,7 +176652,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176195
176652
|
};
|
|
176196
176653
|
oAuthConfig: null;
|
|
176197
176654
|
} | {
|
|
176198
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176655
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176199
176656
|
name: "icypeas";
|
|
176200
176657
|
label: "Icypeas";
|
|
176201
176658
|
description: "A popular data catalog";
|
|
@@ -176211,7 +176668,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176211
176668
|
};
|
|
176212
176669
|
oAuthConfig: null;
|
|
176213
176670
|
} | {
|
|
176214
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176671
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176215
176672
|
name: "prospeo";
|
|
176216
176673
|
label: "Prospeo";
|
|
176217
176674
|
description: "Find anyone’s contact data.";
|
|
@@ -176227,7 +176684,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176227
176684
|
};
|
|
176228
176685
|
oAuthConfig: null;
|
|
176229
176686
|
} | {
|
|
176230
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176687
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176231
176688
|
name: "gemini";
|
|
176232
176689
|
label: "Gemini";
|
|
176233
176690
|
description: "Google's AI service";
|
|
@@ -176243,7 +176700,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176243
176700
|
};
|
|
176244
176701
|
oAuthConfig: null;
|
|
176245
176702
|
} | {
|
|
176246
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176703
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176247
176704
|
name: "anthropic";
|
|
176248
176705
|
label: "Anthropic";
|
|
176249
176706
|
description: "Anthropic's Claude AI models";
|
|
@@ -176259,7 +176716,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176259
176716
|
};
|
|
176260
176717
|
oAuthConfig: null;
|
|
176261
176718
|
} | {
|
|
176262
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176719
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176263
176720
|
name: "slack";
|
|
176264
176721
|
label: "Slack";
|
|
176265
176722
|
description: "A modern business chat application.";
|
|
@@ -176275,7 +176732,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176275
176732
|
};
|
|
176276
176733
|
oAuthConfig: {};
|
|
176277
176734
|
} | {
|
|
176278
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176735
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176279
176736
|
name: "companyenrich";
|
|
176280
176737
|
label: "CompanyEnrich";
|
|
176281
176738
|
description: "A company enrichment service.";
|
|
@@ -176291,7 +176748,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176291
176748
|
};
|
|
176292
176749
|
oAuthConfig: {};
|
|
176293
176750
|
} | {
|
|
176294
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176751
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176295
176752
|
name: "mixrank";
|
|
176296
176753
|
label: "MixRank";
|
|
176297
176754
|
description: "Ultra-high-frequency technographic and people data for your data teams.";
|
|
@@ -176307,7 +176764,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176307
176764
|
readonly dark: "#3A1D08";
|
|
176308
176765
|
};
|
|
176309
176766
|
} | {
|
|
176310
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176767
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176311
176768
|
name: "clado";
|
|
176312
176769
|
label: "Clado";
|
|
176313
176770
|
description: "A data provider deploying 10^5 AI agents to find contact information.";
|
|
@@ -176323,7 +176780,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176323
176780
|
};
|
|
176324
176781
|
oAuthConfig: null;
|
|
176325
176782
|
} | {
|
|
176326
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176783
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176327
176784
|
name: "gmail";
|
|
176328
176785
|
label: "Gmail";
|
|
176329
176786
|
description: "Google's email service";
|
|
@@ -176339,7 +176796,23 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176339
176796
|
};
|
|
176340
176797
|
oAuthConfig: {};
|
|
176341
176798
|
} | {
|
|
176342
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176799
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176800
|
+
name: "googlecalendar";
|
|
176801
|
+
label: "Google Calendar";
|
|
176802
|
+
description: "Google's calendar and scheduling service";
|
|
176803
|
+
public: true;
|
|
176804
|
+
hasManagedConnections: false;
|
|
176805
|
+
allowsUserConnections: true;
|
|
176806
|
+
connectionType: "oauth_token_bundle";
|
|
176807
|
+
url: "https://calendar.google.com";
|
|
176808
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9cfc8918-2046-47dd-52f9-353ce76fd800/icon";
|
|
176809
|
+
background: {
|
|
176810
|
+
readonly light: "#D8E7FF";
|
|
176811
|
+
readonly dark: "#0B2A4E";
|
|
176812
|
+
};
|
|
176813
|
+
oAuthConfig: {};
|
|
176814
|
+
} | {
|
|
176815
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176343
176816
|
name: "hubspot";
|
|
176344
176817
|
label: "HubSpot";
|
|
176345
176818
|
description: "CRM platform for marketing, sales, and customer service.";
|
|
@@ -176355,7 +176828,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176355
176828
|
};
|
|
176356
176829
|
oAuthConfig: {};
|
|
176357
176830
|
} | {
|
|
176358
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176831
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176359
176832
|
name: "salesforce";
|
|
176360
176833
|
label: "Salesforce";
|
|
176361
176834
|
description: "The world's most widely used CRM platform.";
|
|
@@ -176371,7 +176844,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176371
176844
|
};
|
|
176372
176845
|
oAuthConfig: {};
|
|
176373
176846
|
} | {
|
|
176374
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176847
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176375
176848
|
name: "resend";
|
|
176376
176849
|
label: "Resend";
|
|
176377
176850
|
description: "An email platform built for developers.";
|
|
@@ -176387,7 +176860,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176387
176860
|
};
|
|
176388
176861
|
oAuthConfig: null;
|
|
176389
176862
|
} | {
|
|
176390
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176863
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176391
176864
|
name: "firecrawl";
|
|
176392
176865
|
label: "Firecrawl";
|
|
176393
176866
|
description: "Firecrawl is an API service that takes a URL, crawls it, and converts it into clean markdown. Firecrawl crawls all accessible subpages and gives you clean markdown for each. No sitemap required.";
|
|
@@ -176403,7 +176876,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176403
176876
|
};
|
|
176404
176877
|
oAuthConfig: null;
|
|
176405
176878
|
} | {
|
|
176406
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176879
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176407
176880
|
name: "exa";
|
|
176408
176881
|
label: "Exa";
|
|
176409
176882
|
description: "Exa is a search engine built for AI.";
|
|
@@ -176419,7 +176892,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176419
176892
|
};
|
|
176420
176893
|
oAuthConfig: null;
|
|
176421
176894
|
} | {
|
|
176422
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176895
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176423
176896
|
name: "openai";
|
|
176424
176897
|
label: "OpenAI";
|
|
176425
176898
|
description: "Foundational AI company based out of San Francisco.";
|
|
@@ -176435,7 +176908,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176435
176908
|
};
|
|
176436
176909
|
oAuthConfig: null;
|
|
176437
176910
|
} | {
|
|
176438
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176911
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176439
176912
|
name: "millionverifier";
|
|
176440
176913
|
label: "MillionVerifier";
|
|
176441
176914
|
description: "E-Mail validation service.";
|
|
@@ -176451,7 +176924,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176451
176924
|
};
|
|
176452
176925
|
oAuthConfig: null;
|
|
176453
176926
|
} | {
|
|
176454
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176927
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176455
176928
|
name: "logodev";
|
|
176456
176929
|
label: "Logo.dev";
|
|
176457
176930
|
description: "Every company logo, one simple API.";
|
|
@@ -176467,7 +176940,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176467
176940
|
};
|
|
176468
176941
|
oAuthConfig: null;
|
|
176469
176942
|
} | {
|
|
176470
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176943
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176471
176944
|
name: "crustdata";
|
|
176472
176945
|
label: "Crustdata";
|
|
176473
176946
|
description: "Real-time company & people data";
|
|
@@ -176483,7 +176956,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176483
176956
|
};
|
|
176484
176957
|
oAuthConfig: null;
|
|
176485
176958
|
} | {
|
|
176486
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176959
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176487
176960
|
name: "amplemarket";
|
|
176488
176961
|
label: "Amplemarket";
|
|
176489
176962
|
description: "Sales data platform";
|
|
@@ -176499,7 +176972,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176499
176972
|
};
|
|
176500
176973
|
oAuthConfig: null;
|
|
176501
176974
|
} | {
|
|
176502
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176975
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176503
176976
|
name: "parallel";
|
|
176504
176977
|
label: "Parallel";
|
|
176505
176978
|
description: "Agentic web search & research APIs purpose-built for AI agents.";
|
|
@@ -176515,7 +176988,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176515
176988
|
};
|
|
176516
176989
|
oAuthConfig: null;
|
|
176517
176990
|
} | {
|
|
176518
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176991
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176519
176992
|
name: "luma";
|
|
176520
176993
|
label: "Luma";
|
|
176521
176994
|
description: "Delightful events, calendars, and ticketing for communities.";
|
|
@@ -176531,7 +177004,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176531
177004
|
};
|
|
176532
177005
|
oAuthConfig: null;
|
|
176533
177006
|
} | {
|
|
176534
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
177007
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176535
177008
|
name: "postgres";
|
|
176536
177009
|
label: "PostgreSQL";
|
|
176537
177010
|
description: "Connect your own PostgreSQL database and query it read-only.";
|
|
@@ -176547,7 +177020,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176547
177020
|
};
|
|
176548
177021
|
oAuthConfig: null;
|
|
176549
177022
|
} | {
|
|
176550
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
177023
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176551
177024
|
name: "databricks";
|
|
176552
177025
|
label: "Databricks";
|
|
176553
177026
|
description: "Query your Databricks SQL warehouse read-only via a service principal.";
|
|
@@ -176563,7 +177036,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176563
177036
|
};
|
|
176564
177037
|
oAuthConfig: null;
|
|
176565
177038
|
} | {
|
|
176566
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
177039
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176567
177040
|
name: "lemlist";
|
|
176568
177041
|
label: "lemlist";
|
|
176569
177042
|
description: "Sales engagement & cold outreach platform.";
|
|
@@ -176579,7 +177052,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
176579
177052
|
};
|
|
176580
177053
|
oAuthConfig: null;
|
|
176581
177054
|
} | {
|
|
176582
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
177055
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
176583
177056
|
name: "attio";
|
|
176584
177057
|
label: "Attio";
|
|
176585
177058
|
description: "The CRM with a fully customizable data model.";
|
|
@@ -178396,7 +178869,7 @@ declare function configDefaults<T extends Record<string, any> | null | undefined
|
|
|
178396
178869
|
*/
|
|
178397
178870
|
declare const PIPE0_DEFAULT_CONNECTION_PUBLIC_ID = "default";
|
|
178398
178871
|
declare function splitConnectionString(connection: string): {
|
|
178399
|
-
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
178872
|
+
provider: "salesforce" | "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "anthropic" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "googlecalendar" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | "postgres" | "databricks" | "lemlist" | "hubspot" | "attio";
|
|
178400
178873
|
id: string;
|
|
178401
178874
|
};
|
|
178402
178875
|
declare function joinConnectionString(connection: {
|
|
@@ -178477,6 +178950,46 @@ type RichTextNode = {
|
|
|
178477
178950
|
};
|
|
178478
178951
|
declare function parseRichText(input: string): RichTextNode[];
|
|
178479
178952
|
//#endregion
|
|
178953
|
+
//#region src/fields/json-meta/fields/calendar-event-match.d.ts
|
|
178954
|
+
/**
|
|
178955
|
+
* Provider-neutral event types. Every calendar search maps its provider's
|
|
178956
|
+
* native types onto this set (Google: default → meeting, outOfOffice →
|
|
178957
|
+
* out_of_office, …); anything unmappable becomes "other".
|
|
178958
|
+
*/
|
|
178959
|
+
declare const CALENDAR_EVENT_TYPES: readonly ["meeting", "out_of_office", "focus_time", "working_location", "birthday", "from_gmail", "other"];
|
|
178960
|
+
type CalendarEventType = (typeof CALENDAR_EVENT_TYPES)[number];
|
|
178961
|
+
/**
|
|
178962
|
+
* Standardized calendar event, shared by every calendar provider's search so
|
|
178963
|
+
* rows from different calendars land in one column with one shape. Keys are
|
|
178964
|
+
* `event_`-prefixed (or self-namespacing) so a jsonexpand onto an existing
|
|
178965
|
+
* sheet doesn't collide with generic names like `title`.
|
|
178966
|
+
*
|
|
178967
|
+
* Timestamps pass through as the provider returns them: RFC3339 with offset
|
|
178968
|
+
* for timed events, bare YYYY-MM-DD for all-day events (all-day end dates are
|
|
178969
|
+
* exclusive). They are not coerced to fake midnight timestamps.
|
|
178970
|
+
*/
|
|
178971
|
+
declare const CalendarEventMatchSchema: z.ZodObject<{
|
|
178972
|
+
event_title: z.ZodNullable<z.ZodString>;
|
|
178973
|
+
event_start: z.ZodNullable<z.ZodString>;
|
|
178974
|
+
event_end: z.ZodNullable<z.ZodString>;
|
|
178975
|
+
event_timezone: z.ZodNullable<z.ZodString>;
|
|
178976
|
+
event_type: z.ZodEnum<{
|
|
178977
|
+
meeting: "meeting";
|
|
178978
|
+
out_of_office: "out_of_office";
|
|
178979
|
+
focus_time: "focus_time";
|
|
178980
|
+
working_location: "working_location";
|
|
178981
|
+
birthday: "birthday";
|
|
178982
|
+
from_gmail: "from_gmail";
|
|
178983
|
+
other: "other";
|
|
178984
|
+
}>;
|
|
178985
|
+
event_location: z.ZodNullable<z.ZodString>;
|
|
178986
|
+
event_url: z.ZodNullable<z.ZodString>;
|
|
178987
|
+
organizer_email: z.ZodNullable<z.ZodString>;
|
|
178988
|
+
attendee_emails: z.ZodArray<z.ZodString>;
|
|
178989
|
+
virtual_meeting_url: z.ZodNullable<z.ZodString>;
|
|
178990
|
+
}, z.core.$strip>;
|
|
178991
|
+
type CalendarEventMatch = z.infer<typeof CalendarEventMatchSchema>;
|
|
178992
|
+
//#endregion
|
|
178480
178993
|
//#region src/fields/json-meta/fields/clado-person-match.d.ts
|
|
178481
178994
|
declare const CladoPersonMatchSchema: z.ZodObject<{
|
|
178482
178995
|
profile: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -178777,4 +179290,4 @@ declare const ProfileFieldSchema: z.ZodObject<{
|
|
|
178777
179290
|
}, z.core.$strip>;
|
|
178778
179291
|
type ProfielField = z.infer<typeof ProfileFieldSchema>;
|
|
178779
179292
|
//#endregion
|
|
178780
|
-
export { AI_MODELS, AI_MODEL_CATALOG, AI_MODEL_RAW_USD, ATTIO_APP_SCOPES, ATTIO_ATTRIBUTE_TYPE_TABLE, ATTIO_COMPANIES_STANDARD_PROPERTIES, ATTIO_DEALS_STANDARD_PROPERTIES, ATTIO_PEOPLE_STANDARD_PROPERTIES, ATTIO_SCOPES_ACTIVITY_READ, ATTIO_SCOPES_LISTS_READ, ATTIO_SCOPES_MEMBERS_READ, ATTIO_SCOPES_RECORDS_READ, ATTIO_SCOPES_RECORDS_WRITE, ATTIO_SCOPES_SQL, ATTIO_STANDARD_PROPERTIES_BY_OBJECT, type AgentContext, type AgentContextCtx, type AgentQueryRunner, type AiModelId, type AnalysisResult, AnyPipeConstructor, AnyReportEffectConstructor, AnySheetEffectConstructor, AppError, AsyncIncludeExcludeSelectMeta, AsyncMultiSelectMeta, AttioAttributeRef, AttioAttributeTypeRule, AttioConditionOperator, AttioCoreObject, AttioFlattenRule, AttioStandardProperty, type AutocompleteOption, type AutocompleteSourceKey, type B2BPostMatchField, B2BPostMatchSchema, BUCKET_TYPES, BaseScheetSchemaDto, BillableOperation, BillableOperationDef, BillableOperationEstimate, BillableOperations, BillingMode, BooleanMeta, BucketClaimConfig, BucketClaimConfigSchema, BucketConfig, BucketCounterConfig, BucketCounterConfigSchema, BucketCreationSettings, BucketEntryField, BucketEntryFields, BucketFieldDef, BucketFieldDefSchema, BucketFieldType, BucketFieldTypeSchema, BucketRequirement, BucketSchema, BucketSchemaSchema, BucketType, type BuiltWithTechStackTransformedRespoonse as BuiltWithDomainStack, type BuiltWithTechStackTransformedRespoonse, CALLOUT_VARIANTS, CATALOG_SEARCH_WEIGHTS, COMPANY_STANDARD_PROPERTIES, CONTACT_STANDARD_PROPERTIES, CREDIT_USD_VALUE, CURRENT_BUCKET_TYPE_VERSION, CalloutVariant, type CatalogEntityFilter, type CatalogFilter, type CatalogPattern, CatalogSchemaRef, CatalogSchemaRefSchema, type CatalogSearchFields, type CatalogSearchTarget, type CladoPersonMatch, type CladoPersonMatchV2, ConciseFieldValue, ConciseFieldValueSchema, Condition, ConditionBlock, ConditionBlockMeta, ConditionBlockSchema, ConditionEvaluationError, ConditionFieldNotFoundError, ConditionOperators, ConditionOperatorsSchema, ConfigField, ConnectorConnection, ConnectorMeta, type ConstantSuggestion, ContextSelectMeta, CostEstimateContext, CursorPaginationMeta, DEAL_STANDARD_PROPERTIES, DEFAULT_MODEL_COPY_WRITING, DEFAULT_MODEL_FAST_REASONING, DEFAULT_MODEL_REASONING, DateRangeMeta, type DedupConfig, type DedupStrategy, type DependencyGraphRelation, DerivedInputFields, Effect, EffectAllSelectionSchema, EffectRowsSelectionSchema, EffectSelectionDto, EffectSelectionSchema, EffectWindowSelectionSchema, EffectsRequest, EffectsRequestSchema, EffectsResponse, EffectsResponseSchema, EffectsRunStatus, EffectsRunStatusSchema, EffectsValidateRequestSchema, EffectsValidateResponseSchema, EffectsValidateStepSchema, EmailValidationStatus, type EnabledIf, type EnabledResult, EvaluableField, EvaluableFields, ExactRangeMeta, ExecutionMode, ExpandedFieldValue, ExpandedFieldValueSchema, ExternalProviderName, FIELD_PLACEHOLDERS, FieldAnnotation, FieldAnnotationSchema, FieldAnnotations, FieldAnnotationsSchema, FieldAnnotationsType, FieldCatalog, type FieldContextArgs, FieldContextCapableMeta, type FieldContextClient, type FieldContextSheetField, type FieldContextSheetSummary, FieldEntry, FieldGroup, FieldMode, FieldName, FieldNameSchema, type FieldPlaceholderKey, FieldReason, FieldReasonSchema, FieldSchemaType, FieldSelectMeta, FieldValue, FieldValueMap, FieldValueSchema, FieldsSelectMeta, FieldsToObjectsConfig, FormCustomization, type FormMask, type FormMaskCatalog, type FormResolvers, FormSection, FormSectionMeta, type FormStore, FormStoreSchema, GeneratedFormInputType, GeneratedInputMeta, GeneratedInputMetaMap, type GetConnectionsArgs, type GetConstantsArgs, type GetSecretsArgs, GroupMap, GroupOverride, HIGH_VOLUME_PRICING_MIN_CREDITS, type HighVolumeEligibleOperation, HighVolumeLevel, type HighVolumeTier, type IconKey, IconWidgetKey, type IcypeasCompanyMatch, type IcypeasPersonMatch, IncludeExcludeMeta, IncludeExcludeSelectMeta, IntegerMeta, JSONExtractSchema, JSONExtraction, JSONExtractionMeta, JSONMeta, JSONMetaSchema, JSONSchemaMeta, JsonFieldType, LazyResolveContext, LooseObjectMeta, type LumaEventGuestMatch, MANAGED_TOKEN_MARGIN, MANUAL_DEFAULT, ManagedCredits, MinMaxIntMeta, MultiCreateMeta, MultiSelectMeta, NamedFieldEntry, NoConnector, NoConnectorSchema, NullableBooleanMeta, NumberMeta, ObjectHasher, OptionalConnector, OptionalConnectorSchema, type OptionsDef, OrderedMultiCreateMeta, type OutputDecl, OutputFieldMeta, PIPE0_DEFAULT_CONNECTION_PUBLIC_ID, PIPE_IDS, PLAYBOOK_IDS, PaginationType, PaginationTypeSchema, ParsedSheetChain, PathMap, PathOverride, type PersonProfileField, PersonProfileFieldSchema, PersonWorkemailWaterfall1Entry, PersonWorkemailWaterfall1PayloadSchema, PersonWorkemailWaterfall1PipeClass, Pipe, Pipe0Error, PipeBaseConfig, PipeCatalog, PipeCatalogEntry, PipeCategory, PipeCategoryEntry, PipeConfigMapByExpecutionType, PipeConnectionRequirement, PipeDef, PipeEntryWithLatestVersion, type PipeFieldContextDef, PipeFitInput, PipeFitOutputField, PipeFitResult, PipeId, PipeIdSchema, PipeInputField, PipeModuleExport, PipeOutputField, PipePayload, PipePayloadInput, PipePayloadMap, PipePayloadSchema, PipePayloadSchemaCatalog, PipeRequestPayloadMap, PipeRunIf, PipeRunIfSchema, PipelineValidationError, type PipesEnvironment, PipesEnvironmentSchema, PipesError, PipesErrorSchema, PipesFieldDefinition, PipesFieldDefinitionSchema, PipesFieldDefinitionWithName, PipesFieldDefinitions, PipesFieldDefinitionsSchema, PipesInMemoryResponse, PipesInput, PipesInputSchema, PipesRecord, PipesRequest, PipesRequestConfig, PipesRequestConfigSchema, PipesRequestPayload, PipesRequestSchema, PipesResponse, PipesResponseSchema, PipesRunIfMeta, PlaybookDef, PlaybookId, PlaybookStep, PlaybookStepKind, PlaybookVariant, ProcessedPipePayloadSchema, ProcessedSearchPayloadSchema, ProcessedSearchesPayloadSchema, ProcessedSheetEffectPayloadSchema, type ProfielField, PromptMeta, PropertyListMeta, ProviderCatalogEntry, ProviderName, ProviderNameSchema, ProviderRateLimitOperation, ProvidersInputMeta, RECORD_FIELD_FORMATS, RECORD_FIELD_TYPES, REPORT_EFFECT_IDS, REPORT_ROW_CAP, REPORT_TAGS, RESERVED_FIELD_NAMES, RUN_IF_OPERATOR_LABELS, RUN_IF_STATUS_OPERATORS, RUN_IF_VALUE_OPERATORS, RUN_STATUS_OPTIONS, RangeMeta, RecordActionDetail, RecordActionDetailSchema, RecordClaimedBy, RecordClaimedBySchema, RecordDiffEntry, RecordDiffEntrySchema, RecordField, RecordFieldFormat, RecordFieldFormatSchema, RecordFieldSchema, RecordFieldStatus, RecordFieldStatusSchema, RecordFieldType, RecordFieldTypeSchema, RecordId, RecordIdSchema, RecordResolvedBy, RecordResolvedBySchema, RecordSchema, ReportChartData, ReportChartDataSchema, ReportData, ReportDataSchema, ReportDataValue, ReportDataValueSchema, ReportEffect, ReportEffectCatalog, ReportEffectDef, ReportEffectId, ReportEffectIdSchema, ReportEffectLifeCycle, ReportEffectPayload, ReportEffectPayloadCatalog, ReportEffectPayloadInput, ReportEffectPayloadMap, ReportEffectPayloadSchema, ReportEffectRunPayload, ReportEffectStepSummary, ReportEffectStepSummarySchema, ReportEffectsOperationResult, ReportEffectsRequest, ReportEffectsRequestSchema, ReportEffectsResponse, ReportEffectsResponseSchema, ReportEffectsValidationResult, ReportEffectsValidationStep, ReportMetricData, ReportMetricDataSchema, type ReportParseIssue, type ReportParseResult, type ReportSegment, ReportStatsData, ReportStatsDataSchema, ReportTableColumn, ReportTableData, ReportTableDataSchema, ReportTagName, ReportUpdateComputeResult, type ReportValidationIssue, type ReportValidationResult, RequestValidationError, RequiredConnector, RequiredConnectorSchema, type Requirement, RequirementSatisfactionResult, ResultColumn, type RichTextNode, RunIfStatusOperatorsSchema, RunIfStatusValueSchema, RunIfValueOperatorsSchema, RunStatus, RunStatusSchema, SALESFORCE_ACCOUNT_STANDARD_PROPERTIES, SALESFORCE_CONTACT_STANDARD_PROPERTIES, SALESFORCE_FIELD_TYPE_TABLE, SALESFORCE_LEAD_STANDARD_PROPERTIES, SALESFORCE_OPPORTUNITY_STANDARD_PROPERTIES, SALESFORCE_PERSON_STANDARD_PROPERTIES, SALESFORCE_STANDARD_PROPERTIES_BY_OBJECT, SALESFORCE_USER_STANDARD_PROPERTIES, SCHEDULED_DEFAULT, SEARCHES_IDS, SEARCH_IDS, SENIORITY_LEVELS, SHEET_EFFECT_IDS, SalesforceApiError, SalesforceConditionOperator, SalesforceCoreObject, SalesforceDuplicateInfo, SalesforceErrorClass, SalesforceFieldTypeRule, SalesforceStandardProperty, SalesforceValueEncoding, SchemaEvolution, SchemaInputs, SchemaRowMigration, Search, SearchCatalog, SearchCatalogEntry, SearchCatalogTableData, SearchCategory, SearchCategoryEntry, SearchError, SearchErrorSchema, SearchId, SearchIdSchema, SearchMetaEntryWithId, SearchOutputField, SearchPayload, SearchPayloadCatalog, SearchPayloadInput, SearchPayloadInputMeta, SearchPayloadMap, SearchPayloadSchema, SearchRequestPayload, SearchRequestPayloadMap, SearchRequestSchema, SearchRequestType, SearchResponse, SearchResponseSchema, SearchResult, SearchResultField, SearchResultFieldSchema, SearchResultSchema, SearchValidationResult, SearchesCatalog, SearchesCatalogEntry, SearchesCatalogTableData, SearchesCostPerResult, SearchesCostPerResultEntry, SearchesError, SearchesErrorSchema, SearchesId, SearchesIdSchema, SearchesMetaEntryWithId, SearchesPayload, SearchesPayloadCatalog, SearchesPayloadInput, SearchesPayloadMap, SearchesPayloadSchema, SearchesRequest, SearchesRequestBaseConfig, SearchesRequestBaseConfigSchema, SearchesRequestPayload, SearchesRequestPayloadMap, SearchesRequestSchema, SearchesResponse, SearchesResponseSchema, SearchesResult, SearchesResultField, SearchesResultFieldSchema, SearchesResultSchema, SearchesSearch, SearchesStatus, SearchesStatusSchema, SearchesValidationResult, type SecretSuggestion, SectionKeys, SectionMap, SectionOverride, SelectMeta, type SeniorityLevel, SheetEffect, SheetEffectCatalog, SheetEffectCatalogEntry, SheetEffectCatalogTableData, SheetEffectCategory, SheetEffectCategoryEntry, SheetEffectDef, SheetEffectId, SheetEffectIdSchema, SheetEffectLifeCycle, SheetEffectLockScope, SheetEffectLockingMode, SheetEffectMetaEntryWithId, SheetEffectPayload, SheetEffectPayloadCatalog, SheetEffectPayloadInput, SheetEffectPayloadMap, SheetEffectPayloadSchema, SheetEffectRequestPayloadMap, type SheetEffectSelectionMode, SheetEffectStepSummary, SheetEffectStepSummarySchema, SheetEffectStepValidation, SheetEffectValidationError, SheetEffectsCounts, SheetEffectsCountsSchema, SheetEffectsDiff, SheetEffectsDiffSchema, SheetEffectsOperationResult, SheetEffectsValidationResult, type StoreOption, StoreOptionAutocompleteOption, StoreOptionsDef, SupportedTags, TAG_ALLOWED_ATTRS, TAG_DATA_KIND, TOKEN_BLOCK_SIZE_INPUT, TOKEN_BLOCK_SIZE_OUTPUT, TYPES_TO_FORMATS, TaggedOrderedMultiCreateMeta, TaggedTextMeta, TemplateInputMeta, type Tenure, TextMeta, TextareaMeta, Tier, TokenBlockAccumulator, type TransformIntoResponseConfig, TypedFieldsSelectMeta, UpdatedActionDetail, UpdatedActionDetailSchema, type UserConnection, ValidatedSheetEffects, ValidationContext, ValueCondition, ValueConditionBlock, ValueConditionBlockSchema, type Widget, Widgets, type StoreOptionWidget as WidgetsByKind, StoreOptionWidgetSchema as WidgetsByKindSchema, WidgetsSchema, all, analyzeLiquidTemplate, analyzePipeFit, and, any, applyDataPatch, applyReportEdits, applyReportUpdate, assertSoqlIdentifier, assertUniqueBillableOperations, autocomplete, b2bPostMatchExample, bucketConfigSchemaFor, bucketSchemaFieldNames, bucketSchemasEqual, bucketSlugValue, buildAiModelTokenBillableOperations, buildAttioProjectionSet, buildCatalogSearchTarget, buildDependencyGraph, buildInputRequirementFromTemplates, buildKeysetPredicate, buildResultColumns, buildSalesforceFetchSet, buildSoqlInList, buildTokenNote, catalogInput, chunkBySize, classifyEffectChainKind, classifySalesforceError, cleanObject, cleanUrl, cleanWebsiteUrl, collectConstantReferencesFromTemplates, collectPipeContextSelectFields, collectRequirementFields, collectSearchContextSelectFields, collectSecretReferencesFromTemplates, collectSheetEffectContextSelectFields, compilePattern, computeTenure, configDefaults, creditsPerBlock, decodeBucketContract, dedupeColumnNames, defaultBucketConfig, describeRequirement, domainToWebsiteVariants, encodeBucketContract, entityLogoFavicon, entityLogoProfessionalProfileUrl, escapeSoqlLikeValue, escapeSoqlString, estimateGuardCredits, evaluateConditionBlock, explainEffectIds, extractDuplicateInfo, extractFormMetadata, field, fieldBehaviorCatalog, fieldCatalog, fieldNameStr, fieldTypeFromValue, fieldsToObject, filterPipeEntries, filterSearchEntries, filterSearchesEntries, findMissingAttioScopes, formatSoqlBooleanValue, formatSoqlDateValue, formatSoqlNumberValue, getAgentAllowedEffectIds, getAgentAllowedReportEffectIds, getAiModelConnectionRequirements, getAiModelProviders, getAiModelTokenBillingKeys, getAiModelTokenCredits, getAllAiModelProviders, getAttioAttributeTypeRule, getBaseEffectName, getBasePipeName, getBaseSheetEffectName, getCatalogFieldOrder, getDefaultOutputFields, getDefaultPipeProviders, getDefaultSearchOutputFields, getDefaultSearchesOutputFields, getDependentPipeNamesForInputProperty, getDependentPipeNamesForPipe, getDomain, getEffectConfigHash, getExpansionState, getFaviconUrlGoogle, getField, getFieldBehavior, getFieldDisplayLabel, getFieldWidgets, getInitialSearchTableData, getInitialSearchesTableData, getInitialSheetEffectTableData, getInitialTableData, getInputHash, getJsonMetaForFieldDef, getLoweestSearchCreditAmount, getLoweestSearchesCreditAmount, getLowestPipeCreditAmount, getLowestSheetEffectCreditAmount, getOutputFieldInfoFromDef, getPipeBillableOperationDef, getPipeCategoryEntries, getPipeCategoryEntry, getPipeClass, getPipeConfigHash, getPipeDefaultPayload, getPipeDocsURI, getPipeEntry, getPipeFormMask, getPipeInstances, getPipePayloadFormConfig, getPipePayloadSchema, getPipeSearchTarget, getPipeVersion, getPlaybookEntry, getPlaybooksForPrimitive, getProviderBillableOperation, getProviderCreditsFromBillableOperations, getProviderEntry, getReadableFieldStatus, getReportEffectClass, getReportEffectEntry, getReportEffectInstance, getReportEffectPayloadSchema, getSalesforceFieldTypeRule, getSandboxConnections, getSandboxConnectionsForPipe, getSandboxConnectionsForSearch, getSandboxConnectionsForSearches, getSearchCategoryEntries, getSearchCategoryEntry, getSearchClass, getSearchDefaultPayload, getSearchEntry, getSearchFieldWidgets, getSearchFormMask, getSearchInstance, getSearchPayloadFormConfig, getSearchPayloadSchema, getSearchSearchTarget, getSearchTableDataAggregates, getSearchVersion, getSearchesClass, getSearchesDefaultPayload, getSearchesEntry, getSearchesFieldWidgets, getSearchesInstances, getSearchesPayloadSchema, getSearchesSearchTarget, getSearchesTableDataAggregates, getSearchesVersion, getSeniorityEmojiFromTitle, getSeniorityLevelFromTitle, getSheetEffectCategoryEntries, getSheetEffectCategoryEntry, getSheetEffectClass, getSheetEffectConfigHash, getSheetEffectDefaultPayload, getSheetEffectEntry, getSheetEffectFormMask, getSheetEffectInstance, getSheetEffectPayloadFormConfig, getSheetEffectPayloadSchema, getSheetEffectSearchTarget, getStartingCostPerPipesProvider, getStartingCostPerSearchProvider, getStartingCostPerSearchesProvider, getTableDataAggregates, getTier, getUnexpandedValue, ifDefined, inputFields, inputFromRecord, inputFromRecordArr, inputFromRecords, inputGuards, isAgentAllowedEffect, isAgentAllowedReportEffect, isCatalogField, isEmptyValue, isFieldName, isHighVolumeEligible, isPipeAllowed, isProviderAllowed, isRequirementMet, isRequirementSatisfiedByRecord, isReservedFieldName, isSearchAllowed, isSearchesAllowed, isSoqlDateLiteral, isTokenBilledOperations, isValidSalesforceId, isValidSoqlIdentifier, joinConnectionString, listHighVolumeEligibleOperations, listTiers, managedDefaultCreditOf, mappedBucketFieldNames, markRecordFieldAsComplete, markRecordFieldAsFailed, markRecordFieldAsNoResult, markRecordFieldAsPending, markRecordFieldAsProcessing, markRecordFieldAsSkipped, matchesAny, matchesPattern, mergeFormConfig, mergeWidgets, noConnectorInput, normalizeColumnName, normalizeDomain, optional, optionalConnectorInput, or, outputFields, parseAttributeRef, parseLiquidTemplate, parseOutputTagArgs, parseRecordValueOrError, parseRelaxedObject, parseReportSegments, parseRichText, parseSalesforceErrorBody, parseSheetChainDetailed, perUnit, personProfileMatchExample1, pipeCatalog, pipeCategoryCatalog, pipeClassCatalog, pipePayloadSchemaCatalog, pipesAsyncIncludeExcludeSelectInput, pipesConditionInput, pipesContextSelectInput, pipesDateRangeInput, pipesDestinationFieldConfig, pipesFieldSelectInput, pipesFieldsSelectInput, pipesIncludeExcludeInput, pipesIncludeExcludeSelectInput, pipesInputField, pipesIntInput, pipesJsonExtractionInput, pipesJsonSchemaField, pipesLLMSelectInput, pipesLooseObjectInput, pipesMultiCreateInput, pipesMultiSelectInput, pipesNumberInput, pipesOptionalBooleanInput, pipesOrderedMultiCreateInput, pipesOutputField, pipesPayloadRegistry, pipesPromptInput, pipesPropertyListInput, pipesProviderInput, pipesRangeInput, pipesRunIfInput, pipesSelectInput, pipesSnippetCatalog, pipesTaggedOrderedMultiCreateInput, pipesTaggedTextInput, pipesTemplateInput, pipesTextInput, pipesTextareaInput, pipesTypedFieldsSelectInput, placeholder, playbookCatalog, processInputObjects, projectOptionsDef, projectScopedSheetOptionsDef, providedCreationName, providedCreationPolicy, providerCatalog, rateLimitRatioFallingProgression, renameFieldInPipePayloads, renderAttioOperatorMatrix, renderLiquidTemplate, renderLiquidTemplateSync, renderSalesforceOperatorMatrix, reportEffectCatalog, reportEffectClassCatalog, reportEffectPayloadSchemaCatalog, requiredConnectorInput, requirementToInputFields, requirementUnmetMessage, requiresConnection, requiresField, resolveFormMask, resolveMappingEntry, roundrobinBucketSlug, roundrobinFilterKey, runReportEffectsValidation, runSheetEffectsValidation, runStatusesToQueueConfig, salesforceRecordUrl, schemaEvolutionFrom, scoreCatalogSearch, searchCatalog, searchCategoryCatalog, searchClassCatalog, searchPayloadSchemaCatalog, searchSnippetCatalog, searchesAsyncIncludeExcludeSelectInput, searchesAsyncMultiSelectInput, searchesCatalog, searchesClassCatalog, searchesConditionInput, searchesContextSelectInput, searchesDateRangeInput, searchesExactRangeInput, searchesIncludeExcludeInput, searchesIncludeExcludeSelectInput, searchesIntInput, searchesMinMaxIntInput, searchesMultiCreateInput, searchesMultiSelectInput, searchesNumberField, searchesOptionalBooleanInput, searchesOptionalConnectorInput, searchesOptionalNullableBooleanInput, searchesOrderedMultiCreateInput, searchesOutputField, searchesPayloadRegistry, searchesPayloadSchemaCatalog, searchesPropertyListInput, searchesRangeInput, searchesRequiredConnectorInput, searchesSelectInput, searchesTextInput, searchesTextareaField, seniorityLevelSchema, sheetColumnsOptionsDef, sheetEffectCatalog, sheetEffectCategoryCatalog, sheetEffectClassCatalog, sheetEffectPayloadSchemaCatalog, sheetEffectSnippetCatalog, sheetEffectsConditionInput, sheetEffectsContextSelectInput, sheetEffectsFieldsSelectInput, sheetEffectsIntInput, sheetEffectsLLMSelectInput, sheetEffectsMultiSelectInput, sheetEffectsNoConnectorInput, sheetEffectsOptionalBooleanInput, sheetEffectsOptionalConnectorInput, sheetEffectsOptionalIntInput, sheetEffectsPayloadRegistry, sheetEffectsRequiredConnectorInput, sheetEffectsSearchPayloadInput, sheetEffectsSelectInput, sheetEffectsSelectionInput, sheetEffectsTextInput, sheetEffectsTextareaInput, sheetOptionsDef, soqlStringLiteral, sortObjectKeys, sortPipeCatalogByBasePipe, sortSearchCatalogByBaseSearch, sortSearchesCatalogByBaseSearch, sortSheetEffectCatalogByBaseEffect, splitConnectionString, staticAutocomplete, staticOptions, stringify, stripStaticWidgets, summarizeEffectRun, summarizeReportEffectRun, tagPrimaryCurrentEducation, tagStaticWidgets, testPrint, tierAtOrBelow, tokenEstimate, tokenizeCatalogQuery, transformIntoResponse, tryDecodeBucketContract, tryParseRelaxedObject, validatePipesOrError, validateReportChainAgainstVersion, validateReportMarkdown, validateSearches, validateSheetEffectsOrError, validationErrorMessages, websiteToDomain };
|
|
179293
|
+
export { AI_MODELS, AI_MODEL_CATALOG, AI_MODEL_RAW_USD, ATTIO_APP_SCOPES, ATTIO_ATTRIBUTE_TYPE_TABLE, ATTIO_COMPANIES_STANDARD_PROPERTIES, ATTIO_DEALS_STANDARD_PROPERTIES, ATTIO_PEOPLE_STANDARD_PROPERTIES, ATTIO_SCOPES_ACTIVITY_READ, ATTIO_SCOPES_LISTS_READ, ATTIO_SCOPES_MEMBERS_READ, ATTIO_SCOPES_RECORDS_READ, ATTIO_SCOPES_RECORDS_WRITE, ATTIO_SCOPES_SQL, ATTIO_STANDARD_PROPERTIES_BY_OBJECT, type AgentContext, type AgentContextCtx, type AgentQueryRunner, type AiModelId, type AnalysisResult, AnyPipeConstructor, AnyReportEffectConstructor, AnySheetEffectConstructor, AppError, AsyncIncludeExcludeSelectMeta, AsyncMultiSelectMeta, AttioAttributeRef, AttioAttributeTypeRule, AttioConditionOperator, AttioCoreObject, AttioFlattenRule, AttioStandardProperty, type AutocompleteOption, type AutocompleteSourceKey, type B2BPostMatchField, B2BPostMatchSchema, BUCKET_TYPES, BaseScheetSchemaDto, BillableOperation, BillableOperationDef, BillableOperationEstimate, BillableOperations, BillingMode, BooleanMeta, BucketClaimConfig, BucketClaimConfigSchema, BucketConfig, BucketCounterConfig, BucketCounterConfigSchema, BucketCreationSettings, BucketEntryField, BucketEntryFields, BucketFieldDef, BucketFieldDefSchema, BucketFieldType, BucketFieldTypeSchema, BucketRequirement, BucketSchema, BucketSchemaSchema, BucketType, type BuiltWithTechStackTransformedRespoonse as BuiltWithDomainStack, type BuiltWithTechStackTransformedRespoonse, CALENDAR_EVENT_TYPES, CALLOUT_VARIANTS, CATALOG_SEARCH_WEIGHTS, COMPANY_STANDARD_PROPERTIES, CONTACT_STANDARD_PROPERTIES, CREDIT_USD_VALUE, CURRENT_BUCKET_TYPE_VERSION, type CalendarEventMatch, type CalendarEventType, CalloutVariant, type CatalogEntityFilter, type CatalogFilter, type CatalogPattern, CatalogSchemaRef, CatalogSchemaRefSchema, type CatalogSearchFields, type CatalogSearchTarget, type CladoPersonMatch, type CladoPersonMatchV2, ConciseFieldValue, ConciseFieldValueSchema, Condition, ConditionBlock, ConditionBlockMeta, ConditionBlockSchema, ConditionEvaluationError, ConditionFieldNotFoundError, ConditionOperators, ConditionOperatorsSchema, ConfigField, ConnectorConnection, ConnectorMeta, type ConstantSuggestion, ContextSelectMeta, CostEstimateContext, CursorPaginationMeta, DEAL_STANDARD_PROPERTIES, DEFAULT_MODEL_COPY_WRITING, DEFAULT_MODEL_FAST_REASONING, DEFAULT_MODEL_REASONING, DateRangeMeta, type DedupConfig, type DedupStrategy, type DependencyGraphRelation, DerivedInputFields, Effect, EffectAllSelectionSchema, EffectRowsSelectionSchema, EffectSelectionDto, EffectSelectionSchema, EffectWindowSelectionSchema, EffectsRequest, EffectsRequestSchema, EffectsResponse, EffectsResponseSchema, EffectsRunStatus, EffectsRunStatusSchema, EffectsValidateRequestSchema, EffectsValidateResponseSchema, EffectsValidateStepSchema, EmailValidationStatus, type EnabledIf, type EnabledResult, EvaluableField, EvaluableFields, ExactRangeMeta, ExecutionMode, ExpandedFieldValue, ExpandedFieldValueSchema, ExternalProviderName, FIELD_PLACEHOLDERS, FieldAnnotation, FieldAnnotationSchema, FieldAnnotations, FieldAnnotationsSchema, FieldAnnotationsType, FieldCatalog, type FieldContextArgs, FieldContextCapableMeta, type FieldContextClient, type FieldContextSheetField, type FieldContextSheetSummary, FieldEntry, FieldGroup, FieldMode, FieldName, FieldNameSchema, type FieldPlaceholderKey, FieldReason, FieldReasonSchema, FieldSchemaType, FieldSelectMeta, FieldValue, FieldValueMap, FieldValueSchema, FieldsSelectMeta, FieldsToObjectsConfig, FormCustomization, type FormMask, type FormMaskCatalog, type FormResolvers, FormSection, FormSectionMeta, type FormStore, FormStoreSchema, GeneratedFormInputType, GeneratedInputMeta, GeneratedInputMetaMap, type GetConnectionsArgs, type GetConstantsArgs, type GetSecretsArgs, GroupMap, GroupOverride, HIGH_VOLUME_PRICING_MIN_CREDITS, type HighVolumeEligibleOperation, HighVolumeLevel, type HighVolumeTier, type IconKey, IconWidgetKey, type IcypeasCompanyMatch, type IcypeasPersonMatch, IncludeExcludeMeta, IncludeExcludeSelectMeta, IntegerMeta, JSONExtractSchema, JSONExtraction, JSONExtractionMeta, JSONMeta, JSONMetaSchema, JSONSchemaMeta, JsonFieldType, LazyResolveContext, LooseObjectMeta, type LumaEventGuestMatch, MANAGED_TOKEN_MARGIN, MANUAL_DEFAULT, ManagedCredits, MinMaxIntMeta, MultiCreateMeta, MultiSelectMeta, NamedFieldEntry, NoConnector, NoConnectorSchema, NullableBooleanMeta, NumberMeta, ObjectHasher, OptionalConnector, OptionalConnectorSchema, type OptionsDef, OrderedMultiCreateMeta, type OutputDecl, OutputFieldMeta, PIPE0_DEFAULT_CONNECTION_PUBLIC_ID, PIPE_IDS, PLAYBOOK_IDS, PaginationType, PaginationTypeSchema, ParsedSheetChain, PathMap, PathOverride, type PersonProfileField, PersonProfileFieldSchema, PersonWorkemailWaterfall1Entry, PersonWorkemailWaterfall1PayloadSchema, PersonWorkemailWaterfall1PipeClass, Pipe, Pipe0Error, PipeBaseConfig, PipeCatalog, PipeCatalogEntry, PipeCategory, PipeCategoryEntry, PipeConfigMapByExpecutionType, PipeConnectionRequirement, PipeDef, PipeEntryWithLatestVersion, type PipeFieldContextDef, PipeFitInput, PipeFitOutputField, PipeFitResult, PipeId, PipeIdSchema, PipeInputField, PipeModuleExport, PipeOutputField, PipePayload, PipePayloadInput, PipePayloadMap, PipePayloadSchema, PipePayloadSchemaCatalog, PipeRequestPayloadMap, PipeRunIf, PipeRunIfSchema, PipelineValidationError, type PipesEnvironment, PipesEnvironmentSchema, PipesError, PipesErrorSchema, PipesFieldDefinition, PipesFieldDefinitionSchema, PipesFieldDefinitionWithName, PipesFieldDefinitions, PipesFieldDefinitionsSchema, PipesInMemoryResponse, PipesInput, PipesInputSchema, PipesRecord, PipesRequest, PipesRequestConfig, PipesRequestConfigSchema, PipesRequestPayload, PipesRequestSchema, PipesResponse, PipesResponseSchema, PipesRunIfMeta, PlaybookDef, PlaybookId, PlaybookStep, PlaybookStepKind, PlaybookVariant, ProcessedPipePayloadSchema, ProcessedSearchPayloadSchema, ProcessedSearchesPayloadSchema, ProcessedSheetEffectPayloadSchema, type ProfielField, PromptMeta, PropertyListMeta, ProviderCatalogEntry, ProviderName, ProviderNameSchema, ProviderRateLimitOperation, ProvidersInputMeta, RECORD_FIELD_FORMATS, RECORD_FIELD_TYPES, REPORT_EFFECT_IDS, REPORT_ROW_CAP, REPORT_TAGS, RESERVED_FIELD_NAMES, RUN_IF_OPERATOR_LABELS, RUN_IF_STATUS_OPERATORS, RUN_IF_VALUE_OPERATORS, RUN_STATUS_OPTIONS, RangeMeta, RecordActionDetail, RecordActionDetailSchema, RecordClaimedBy, RecordClaimedBySchema, RecordDiffEntry, RecordDiffEntrySchema, RecordField, RecordFieldFormat, RecordFieldFormatSchema, RecordFieldSchema, RecordFieldStatus, RecordFieldStatusSchema, RecordFieldType, RecordFieldTypeSchema, RecordId, RecordIdSchema, RecordResolvedBy, RecordResolvedBySchema, RecordSchema, ReportChartData, ReportChartDataSchema, ReportData, ReportDataSchema, ReportDataValue, ReportDataValueSchema, ReportEffect, ReportEffectCatalog, ReportEffectDef, ReportEffectId, ReportEffectIdSchema, ReportEffectLifeCycle, ReportEffectPayload, ReportEffectPayloadCatalog, ReportEffectPayloadInput, ReportEffectPayloadMap, ReportEffectPayloadSchema, ReportEffectRunPayload, ReportEffectStepSummary, ReportEffectStepSummarySchema, ReportEffectsOperationResult, ReportEffectsRequest, ReportEffectsRequestSchema, ReportEffectsResponse, ReportEffectsResponseSchema, ReportEffectsValidationResult, ReportEffectsValidationStep, ReportMetricData, ReportMetricDataSchema, type ReportParseIssue, type ReportParseResult, type ReportSegment, ReportStatsData, ReportStatsDataSchema, ReportTableColumn, ReportTableData, ReportTableDataSchema, ReportTagName, ReportUpdateComputeResult, type ReportValidationIssue, type ReportValidationResult, RequestValidationError, RequiredConnector, RequiredConnectorSchema, type Requirement, RequirementSatisfactionResult, ResultColumn, type RichTextNode, RunIfStatusOperatorsSchema, RunIfStatusValueSchema, RunIfValueOperatorsSchema, RunStatus, RunStatusSchema, SALESFORCE_ACCOUNT_STANDARD_PROPERTIES, SALESFORCE_CONTACT_STANDARD_PROPERTIES, SALESFORCE_FIELD_TYPE_TABLE, SALESFORCE_LEAD_STANDARD_PROPERTIES, SALESFORCE_OPPORTUNITY_STANDARD_PROPERTIES, SALESFORCE_PERSON_STANDARD_PROPERTIES, SALESFORCE_STANDARD_PROPERTIES_BY_OBJECT, SALESFORCE_USER_STANDARD_PROPERTIES, SCHEDULED_DEFAULT, SEARCHES_IDS, SEARCH_IDS, SENIORITY_LEVELS, SHEET_EFFECT_IDS, SalesforceApiError, SalesforceConditionOperator, SalesforceCoreObject, SalesforceDuplicateInfo, SalesforceErrorClass, SalesforceFieldTypeRule, SalesforceStandardProperty, SalesforceValueEncoding, SchemaEvolution, SchemaInputs, SchemaRowMigration, Search, SearchCatalog, SearchCatalogEntry, SearchCatalogTableData, SearchCategory, SearchCategoryEntry, SearchError, SearchErrorSchema, SearchId, SearchIdSchema, SearchMetaEntryWithId, SearchOutputField, SearchPayload, SearchPayloadCatalog, SearchPayloadInput, SearchPayloadInputMeta, SearchPayloadMap, SearchPayloadSchema, SearchRequestPayload, SearchRequestPayloadMap, SearchRequestSchema, SearchRequestType, SearchResponse, SearchResponseSchema, SearchResult, SearchResultField, SearchResultFieldSchema, SearchResultSchema, SearchValidationResult, SearchesCatalog, SearchesCatalogEntry, SearchesCatalogTableData, SearchesCostPerResult, SearchesCostPerResultEntry, SearchesError, SearchesErrorSchema, SearchesId, SearchesIdSchema, SearchesMetaEntryWithId, SearchesPayload, SearchesPayloadCatalog, SearchesPayloadInput, SearchesPayloadMap, SearchesPayloadSchema, SearchesRequest, SearchesRequestBaseConfig, SearchesRequestBaseConfigSchema, SearchesRequestPayload, SearchesRequestPayloadMap, SearchesRequestSchema, SearchesResponse, SearchesResponseSchema, SearchesResult, SearchesResultField, SearchesResultFieldSchema, SearchesResultSchema, SearchesSearch, SearchesStatus, SearchesStatusSchema, SearchesValidationResult, type SecretSuggestion, SectionKeys, SectionMap, SectionOverride, SelectMeta, type SeniorityLevel, SheetEffect, SheetEffectCatalog, SheetEffectCatalogEntry, SheetEffectCatalogTableData, SheetEffectCategory, SheetEffectCategoryEntry, SheetEffectDef, SheetEffectId, SheetEffectIdSchema, SheetEffectLifeCycle, SheetEffectLockScope, SheetEffectLockingMode, SheetEffectMetaEntryWithId, SheetEffectPayload, SheetEffectPayloadCatalog, SheetEffectPayloadInput, SheetEffectPayloadMap, SheetEffectPayloadSchema, SheetEffectRequestPayloadMap, type SheetEffectSelectionMode, SheetEffectStepSummary, SheetEffectStepSummarySchema, SheetEffectStepValidation, SheetEffectValidationError, SheetEffectsCounts, SheetEffectsCountsSchema, SheetEffectsDiff, SheetEffectsDiffSchema, SheetEffectsOperationResult, SheetEffectsValidationResult, type StoreOption, StoreOptionAutocompleteOption, StoreOptionsDef, SupportedTags, TAG_ALLOWED_ATTRS, TAG_DATA_KIND, TOKEN_BLOCK_SIZE_INPUT, TOKEN_BLOCK_SIZE_OUTPUT, TYPES_TO_FORMATS, TaggedOrderedMultiCreateMeta, TaggedTextMeta, TemplateInputMeta, type Tenure, TextMeta, TextareaMeta, Tier, TokenBlockAccumulator, type TransformIntoResponseConfig, TypedFieldsSelectMeta, UpdatedActionDetail, UpdatedActionDetailSchema, type UserConnection, ValidatedSheetEffects, ValidationContext, ValueCondition, ValueConditionBlock, ValueConditionBlockSchema, type Widget, Widgets, type StoreOptionWidget as WidgetsByKind, StoreOptionWidgetSchema as WidgetsByKindSchema, WidgetsSchema, all, analyzeLiquidTemplate, analyzePipeFit, and, any, applyDataPatch, applyReportEdits, applyReportUpdate, assertSoqlIdentifier, assertUniqueBillableOperations, autocomplete, b2bPostMatchExample, bucketConfigSchemaFor, bucketSchemaFieldNames, bucketSchemasEqual, bucketSlugValue, buildAiModelTokenBillableOperations, buildAttioProjectionSet, buildCatalogSearchTarget, buildDependencyGraph, buildInputRequirementFromTemplates, buildKeysetPredicate, buildResultColumns, buildSalesforceFetchSet, buildSoqlInList, buildTokenNote, catalogInput, chunkBySize, classifyEffectChainKind, classifySalesforceError, cleanObject, cleanUrl, cleanWebsiteUrl, collectConstantReferencesFromTemplates, collectPipeContextSelectFields, collectRequirementFields, collectSearchContextSelectFields, collectSecretReferencesFromTemplates, collectSheetEffectContextSelectFields, compilePattern, computeTenure, configDefaults, creditsPerBlock, decodeBucketContract, dedupeColumnNames, defaultBucketConfig, describeRequirement, domainToWebsiteVariants, encodeBucketContract, entityLogoFavicon, entityLogoProfessionalProfileUrl, escapeSoqlLikeValue, escapeSoqlString, estimateGuardCredits, evaluateConditionBlock, explainEffectIds, extractDuplicateInfo, extractFormMetadata, field, fieldBehaviorCatalog, fieldCatalog, fieldNameStr, fieldTypeFromValue, fieldsToObject, filterPipeEntries, filterSearchEntries, filterSearchesEntries, findMissingAttioScopes, formatSoqlBooleanValue, formatSoqlDateValue, formatSoqlNumberValue, getAgentAllowedEffectIds, getAgentAllowedReportEffectIds, getAiModelConnectionRequirements, getAiModelProviders, getAiModelTokenBillingKeys, getAiModelTokenCredits, getAllAiModelProviders, getAttioAttributeTypeRule, getBaseEffectName, getBasePipeName, getBaseSheetEffectName, getCatalogFieldOrder, getDefaultOutputFields, getDefaultPipeProviders, getDefaultSearchOutputFields, getDefaultSearchesOutputFields, getDependentPipeNamesForInputProperty, getDependentPipeNamesForPipe, getDomain, getEffectConfigHash, getExpansionState, getFaviconUrlGoogle, getField, getFieldBehavior, getFieldDisplayLabel, getFieldWidgets, getInitialSearchTableData, getInitialSearchesTableData, getInitialSheetEffectTableData, getInitialTableData, getInputHash, getJsonMetaForFieldDef, getLoweestSearchCreditAmount, getLoweestSearchesCreditAmount, getLowestPipeCreditAmount, getLowestSheetEffectCreditAmount, getOutputFieldInfoFromDef, getPipeBillableOperationDef, getPipeCategoryEntries, getPipeCategoryEntry, getPipeClass, getPipeConfigHash, getPipeDefaultPayload, getPipeDocsURI, getPipeEntry, getPipeFormMask, getPipeInstances, getPipePayloadFormConfig, getPipePayloadSchema, getPipeSearchTarget, getPipeVersion, getPlaybookEntry, getPlaybooksForPrimitive, getProviderBillableOperation, getProviderCreditsFromBillableOperations, getProviderEntry, getReadableFieldStatus, getReportEffectClass, getReportEffectEntry, getReportEffectInstance, getReportEffectPayloadSchema, getSalesforceFieldTypeRule, getSandboxConnections, getSandboxConnectionsForPipe, getSandboxConnectionsForSearch, getSandboxConnectionsForSearches, getSearchCategoryEntries, getSearchCategoryEntry, getSearchClass, getSearchDefaultPayload, getSearchEntry, getSearchFieldWidgets, getSearchFormMask, getSearchInstance, getSearchPayloadFormConfig, getSearchPayloadSchema, getSearchSearchTarget, getSearchTableDataAggregates, getSearchVersion, getSearchesClass, getSearchesDefaultPayload, getSearchesEntry, getSearchesFieldWidgets, getSearchesInstances, getSearchesPayloadSchema, getSearchesSearchTarget, getSearchesTableDataAggregates, getSearchesVersion, getSeniorityEmojiFromTitle, getSeniorityLevelFromTitle, getSheetEffectCategoryEntries, getSheetEffectCategoryEntry, getSheetEffectClass, getSheetEffectConfigHash, getSheetEffectDefaultPayload, getSheetEffectEntry, getSheetEffectFormMask, getSheetEffectInstance, getSheetEffectPayloadFormConfig, getSheetEffectPayloadSchema, getSheetEffectSearchTarget, getStartingCostPerPipesProvider, getStartingCostPerSearchProvider, getStartingCostPerSearchesProvider, getTableDataAggregates, getTier, getUnexpandedValue, ifDefined, inputFields, inputFromRecord, inputFromRecordArr, inputFromRecords, inputGuards, isAgentAllowedEffect, isAgentAllowedReportEffect, isCatalogField, isEmptyValue, isFieldName, isHighVolumeEligible, isPipeAllowed, isProviderAllowed, isRequirementMet, isRequirementSatisfiedByRecord, isReservedFieldName, isSearchAllowed, isSearchesAllowed, isSoqlDateLiteral, isTokenBilledOperations, isValidSalesforceId, isValidSoqlIdentifier, joinConnectionString, listHighVolumeEligibleOperations, listTiers, managedDefaultCreditOf, mappedBucketFieldNames, markRecordFieldAsComplete, markRecordFieldAsFailed, markRecordFieldAsNoResult, markRecordFieldAsPending, markRecordFieldAsProcessing, markRecordFieldAsSkipped, matchesAny, matchesPattern, mergeFormConfig, mergeWidgets, noConnectorInput, normalizeColumnName, normalizeDomain, optional, optionalConnectorInput, or, outputFields, parseAttributeRef, parseLiquidTemplate, parseOutputTagArgs, parseRecordValueOrError, parseRelaxedObject, parseReportSegments, parseRichText, parseSalesforceErrorBody, parseSheetChainDetailed, perUnit, personProfileMatchExample1, pipeCatalog, pipeCategoryCatalog, pipeClassCatalog, pipePayloadSchemaCatalog, pipesAsyncIncludeExcludeSelectInput, pipesConditionInput, pipesContextSelectInput, pipesDateRangeInput, pipesDestinationFieldConfig, pipesFieldSelectInput, pipesFieldsSelectInput, pipesIncludeExcludeInput, pipesIncludeExcludeSelectInput, pipesInputField, pipesIntInput, pipesJsonExtractionInput, pipesJsonSchemaField, pipesLLMSelectInput, pipesLooseObjectInput, pipesMultiCreateInput, pipesMultiSelectInput, pipesNumberInput, pipesOptionalBooleanInput, pipesOrderedMultiCreateInput, pipesOutputField, pipesPayloadRegistry, pipesPromptInput, pipesPropertyListInput, pipesProviderInput, pipesRangeInput, pipesRunIfInput, pipesSelectInput, pipesSnippetCatalog, pipesTaggedOrderedMultiCreateInput, pipesTaggedTextInput, pipesTemplateInput, pipesTextInput, pipesTextareaInput, pipesTypedFieldsSelectInput, placeholder, playbookCatalog, processInputObjects, projectOptionsDef, projectScopedSheetOptionsDef, providedCreationName, providedCreationPolicy, providerCatalog, rateLimitRatioFallingProgression, renameFieldInPipePayloads, renderAttioOperatorMatrix, renderLiquidTemplate, renderLiquidTemplateSync, renderSalesforceOperatorMatrix, reportEffectCatalog, reportEffectClassCatalog, reportEffectPayloadSchemaCatalog, requiredConnectorInput, requirementToInputFields, requirementUnmetMessage, requiresConnection, requiresField, resolveFormMask, resolveMappingEntry, roundrobinBucketSlug, roundrobinFilterKey, runReportEffectsValidation, runSheetEffectsValidation, runStatusesToQueueConfig, salesforceRecordUrl, schemaEvolutionFrom, scoreCatalogSearch, searchCatalog, searchCategoryCatalog, searchClassCatalog, searchPayloadSchemaCatalog, searchSnippetCatalog, searchesAsyncIncludeExcludeSelectInput, searchesAsyncMultiSelectInput, searchesCatalog, searchesClassCatalog, searchesConditionInput, searchesContextSelectInput, searchesDateRangeInput, searchesExactRangeInput, searchesIncludeExcludeInput, searchesIncludeExcludeSelectInput, searchesIntInput, searchesMinMaxIntInput, searchesMultiCreateInput, searchesMultiSelectInput, searchesNumberField, searchesOptionalBooleanInput, searchesOptionalConnectorInput, searchesOptionalNullableBooleanInput, searchesOrderedMultiCreateInput, searchesOutputField, searchesPayloadRegistry, searchesPayloadSchemaCatalog, searchesPropertyListInput, searchesRangeInput, searchesRequiredConnectorInput, searchesSelectInput, searchesTextInput, searchesTextareaField, seniorityLevelSchema, sheetColumnsOptionsDef, sheetEffectCatalog, sheetEffectCategoryCatalog, sheetEffectClassCatalog, sheetEffectPayloadSchemaCatalog, sheetEffectSnippetCatalog, sheetEffectsConditionInput, sheetEffectsContextSelectInput, sheetEffectsFieldsSelectInput, sheetEffectsIntInput, sheetEffectsLLMSelectInput, sheetEffectsMultiSelectInput, sheetEffectsNoConnectorInput, sheetEffectsOptionalBooleanInput, sheetEffectsOptionalConnectorInput, sheetEffectsOptionalIntInput, sheetEffectsPayloadRegistry, sheetEffectsRequiredConnectorInput, sheetEffectsSearchPayloadInput, sheetEffectsSelectInput, sheetEffectsSelectionInput, sheetEffectsTextInput, sheetEffectsTextareaInput, sheetOptionsDef, soqlStringLiteral, sortObjectKeys, sortPipeCatalogByBasePipe, sortSearchCatalogByBaseSearch, sortSearchesCatalogByBaseSearch, sortSheetEffectCatalogByBaseEffect, splitConnectionString, staticAutocomplete, staticOptions, stringify, stripStaticWidgets, summarizeEffectRun, summarizeReportEffectRun, tagPrimaryCurrentEducation, tagStaticWidgets, testPrint, tierAtOrBelow, tokenEstimate, tokenizeCatalogQuery, transformIntoResponse, tryDecodeBucketContract, tryParseRelaxedObject, validatePipesOrError, validateReportChainAgainstVersion, validateReportMarkdown, validateSearches, validateSheetEffectsOrError, validationErrorMessages, websiteToDomain };
|