import * as z from "zod"; import { ClosedEnum } from "../../types/enums.js"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesStatus: { readonly WorkflowStatusUnspecified: "WORKFLOW_STATUS_UNSPECIFIED"; readonly WorkflowStatusDraft: "WORKFLOW_STATUS_DRAFT"; readonly WorkflowStatusActive: "WORKFLOW_STATUS_ACTIVE"; readonly WorkflowStatusPaused: "WORKFLOW_STATUS_PAUSED"; readonly WorkflowStatusFailed: "WORKFLOW_STATUS_FAILED"; readonly WorkflowStatusCompleted: "WORKFLOW_STATUS_COMPLETED"; readonly WorkflowStatusArchived: "WORKFLOW_STATUS_ARCHIVED"; readonly WorkflowStatusPendingApproval: "WORKFLOW_STATUS_PENDING_APPROVAL"; readonly WorkflowStatusValidating: "WORKFLOW_STATUS_VALIDATING"; readonly WorkflowStatusQuotaExceeded: "WORKFLOW_STATUS_QUOTA_EXCEEDED"; readonly WorkflowStatusWarning: "WORKFLOW_STATUS_WARNING"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesStatus = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus: { readonly BackgroundJobStatusUnspecified: "BACKGROUND_JOB_STATUS_UNSPECIFIED"; readonly BackgroundJobStatusQueued: "BACKGROUND_JOB_STATUS_QUEUED"; readonly BackgroundJobStatusInProgress: "BACKGROUND_JOB_STATUS_IN_PROGRESS"; readonly BackgroundJobStatusCompleted: "BACKGROUND_JOB_STATUS_COMPLETED"; readonly BackgroundJobStatusFailed: "BACKGROUND_JOB_STATUS_FAILED"; readonly BackgroundJobStatusCancelled: "BACKGROUND_JOB_STATUS_CANCELLED"; readonly BackgroundJobStatusTimedOut: "BACKGROUND_JOB_STATUS_TIMED_OUT"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesLang: { readonly LanguageUnspecified: "LANGUAGE_UNSPECIFIED"; readonly LanguageEnglish: "LANGUAGE_ENGLISH"; readonly LanguageSpanish: "LANGUAGE_SPANISH"; readonly LanguageFrench: "LANGUAGE_FRENCH"; readonly LanguageGerman: "LANGUAGE_GERMAN"; readonly LanguageItalian: "LANGUAGE_ITALIAN"; readonly LanguagePortuguese: "LANGUAGE_PORTUGUESE"; readonly LanguageDutch: "LANGUAGE_DUTCH"; readonly LanguageRussian: "LANGUAGE_RUSSIAN"; readonly LanguageChinese: "LANGUAGE_CHINESE"; readonly LanguageJapanese: "LANGUAGE_JAPANESE"; readonly LanguageKorean: "LANGUAGE_KOREAN"; readonly LanguageArabic: "LANGUAGE_ARABIC"; readonly LanguageHindi: "LANGUAGE_HINDI"; readonly LanguageGreek: "LANGUAGE_GREEK"; readonly LanguageTurkish: "LANGUAGE_TURKISH"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesLang = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesDay: { readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesDay = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesRegularHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1WorkspacesDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay: { readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesReviews = { id?: string | undefined; author?: string | undefined; rating?: number | undefined; text?: string | undefined; time?: Date | undefined; language?: string | undefined; profilePhotoUrl?: string | undefined; reviewCount?: number | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange: { readonly RevenueRangeUnspecified: "REVENUE_RANGE_UNSPECIFIED"; readonly RevenueRangeUnder100K: "REVENUE_RANGE_UNDER_100K"; readonly RevenueRange100KTo1M: "REVENUE_RANGE_100K_TO_1M"; readonly RevenueRange1MTo10M: "REVENUE_RANGE_1M_TO_10M"; readonly RevenueRange10MTo50M: "REVENUE_RANGE_10M_TO_50M"; readonly RevenueRangeOver50M: "REVENUE_RANGE_OVER_50M"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits: { readonly EmployeeBenefitUnspecified: "EMPLOYEE_BENEFIT_UNSPECIFIED"; readonly EmployeeBenefitHealthInsurance: "EMPLOYEE_BENEFIT_HEALTH_INSURANCE"; readonly EmployeeBenefitRetirementPlan: "EMPLOYEE_BENEFIT_RETIREMENT_PLAN"; readonly EmployeeBenefitPaidTimeOff: "EMPLOYEE_BENEFIT_PAID_TIME_OFF"; readonly EmployeeBenefitRemoteWork: "EMPLOYEE_BENEFIT_REMOTE_WORK"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesLeads = { id?: string | undefined; name?: string | undefined; website?: string | undefined; phone?: string | undefined; address?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; latitude?: number | undefined; longitude?: number | undefined; googleRating?: number | undefined; reviewCount?: number | undefined; industry?: string | undefined; employeeCount?: number | undefined; estimatedRevenue?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; placeId?: string | undefined; googleMapsUrl?: string | undefined; businessStatus?: string | undefined; regularHours?: Array | undefined; specialHours?: Array | undefined; photoReferences?: Array | undefined; mainPhotoUrl?: string | undefined; reviews?: Array | undefined; types?: Array | undefined; amenities?: Array | undefined; servesVegetarianFood?: boolean | undefined; outdoorSeating?: boolean | undefined; paymentMethods?: Array | undefined; wheelchairAccessible?: boolean | undefined; parkingAvailable?: boolean | undefined; socialMedia?: { [k: string]: string; } | undefined; ratingCategory?: string | undefined; rating?: number | undefined; count?: number | undefined; lastUpdated?: Date | undefined; dataSourceVersion?: string | undefined; scrapingSessionId?: string | undefined; alternatePhones?: Array | undefined; contactPersonName?: string | undefined; contactPersonTitle?: string | undefined; contactEmail?: string | undefined; foundedYear?: number | undefined; businessType?: string | undefined; certifications?: Array | undefined; licenseNumber?: string | undefined; revenueRange?: PostApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange | undefined; fundingStage?: string | undefined; isPublicCompany?: boolean | undefined; websiteLoadSpeed?: number | undefined; hasSslCertificate?: boolean | undefined; cmsUsed?: string | undefined; ecommercePlatforms?: Array | undefined; timezone?: string | undefined; neighborhood?: string | undefined; nearbyLandmarks?: Array | undefined; transportationAccess?: string | undefined; employeeBenefits?: Array | undefined; parentCompany?: string | undefined; subsidiaries?: Array | undefined; isFranchise?: boolean | undefined; seoKeywords?: Array | undefined; usesGoogleAds?: boolean | undefined; googleMyBusinessCategory?: string | undefined; naicsCode?: string | undefined; sicCode?: string | undefined; unspscCode?: string | undefined; isGreenCertified?: boolean | undefined; energySources?: Array | undefined; sustainabilityRating?: string | undefined; recentAnnouncements?: Array | undefined; lastProductLaunch?: Date | undefined; hasLitigationHistory?: boolean | undefined; exportControlStatus?: string | undefined; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: PostApiLeadScraperMicroserviceApiV1WorkspacesLang | undefined; zoom?: number | undefined; lat?: string | undefined; lon?: string | undefined; fastMode?: boolean | undefined; radius?: number | undefined; depth?: number | undefined; email?: boolean | undefined; maxTime?: number | undefined; proxies?: Array | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; leads?: Array | undefined; url?: string | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat: { readonly OutputFormatUnspecified: "OUTPUT_FORMAT_UNSPECIFIED"; readonly OutputFormatJson: "OUTPUT_FORMAT_JSON"; readonly OutputFormatCsv: "OUTPUT_FORMAT_CSV"; readonly OutputFormatBigquery: "OUTPUT_FORMAT_BIGQUERY"; readonly OutputFormatPostgres: "OUTPUT_FORMAT_POSTGRES"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkflows = { id?: string | undefined; name?: string | undefined; cronExpression?: string | undefined; nextRunTime?: Date | undefined; lastRunTime?: Date | undefined; status?: PostApiLeadScraperMicroserviceApiV1WorkspacesStatus | undefined; retryCount?: number | undefined; maxRetries?: number | undefined; alertEmails?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; jobs?: Array | undefined; geoFencingRadius?: number | undefined; geoFencingLat?: number | undefined; geoFencingLon?: number | undefined; geoFencingZoomMin?: number | undefined; geoFencingZoomMax?: number | undefined; includeReviews?: boolean | undefined; includePhotos?: boolean | undefined; includeBusinessHours?: boolean | undefined; maxReviewsPerBusiness?: number | undefined; outputFormat?: PostApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat | undefined; outputDestination?: string | undefined; dataRetention?: string | undefined; anonymizePii?: boolean | undefined; notificationSlackChannel?: string | undefined; notificationEmailGroup?: string | undefined; notificationNotifyOnStart?: boolean | undefined; notificationNotifyOnComplete?: boolean | undefined; notificationNotifyOnFailure?: boolean | undefined; contentFilterAllowedCountries?: Array | undefined; contentFilterExcludedTypes?: Array | undefined; contentFilterMinimumRating?: number | undefined; contentFilterMinimumReviews?: number | undefined; qosMaxConcurrentRequests?: number | undefined; qosMaxRetries?: number | undefined; qosRequestTimeout?: string | undefined; qosEnableJavascript?: boolean | undefined; respectRobotsTxt?: boolean | undefined; acceptTermsOfService?: boolean | undefined; userAgent?: string | undefined; searchTerms?: Array | undefined; scheduledEntryId?: string | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestStatus: { readonly BackgroundJobStatusUnspecified: "BACKGROUND_JOB_STATUS_UNSPECIFIED"; readonly BackgroundJobStatusQueued: "BACKGROUND_JOB_STATUS_QUEUED"; readonly BackgroundJobStatusInProgress: "BACKGROUND_JOB_STATUS_IN_PROGRESS"; readonly BackgroundJobStatusCompleted: "BACKGROUND_JOB_STATUS_COMPLETED"; readonly BackgroundJobStatusFailed: "BACKGROUND_JOB_STATUS_FAILED"; readonly BackgroundJobStatusCancelled: "BACKGROUND_JOB_STATUS_CANCELLED"; readonly BackgroundJobStatusTimedOut: "BACKGROUND_JOB_STATUS_TIMED_OUT"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestStatus = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang: { readonly LanguageUnspecified: "LANGUAGE_UNSPECIFIED"; readonly LanguageEnglish: "LANGUAGE_ENGLISH"; readonly LanguageSpanish: "LANGUAGE_SPANISH"; readonly LanguageFrench: "LANGUAGE_FRENCH"; readonly LanguageGerman: "LANGUAGE_GERMAN"; readonly LanguageItalian: "LANGUAGE_ITALIAN"; readonly LanguagePortuguese: "LANGUAGE_PORTUGUESE"; readonly LanguageDutch: "LANGUAGE_DUTCH"; readonly LanguageRussian: "LANGUAGE_RUSSIAN"; readonly LanguageChinese: "LANGUAGE_CHINESE"; readonly LanguageJapanese: "LANGUAGE_JAPANESE"; readonly LanguageKorean: "LANGUAGE_KOREAN"; readonly LanguageArabic: "LANGUAGE_ARABIC"; readonly LanguageHindi: "LANGUAGE_HINDI"; readonly LanguageGreek: "LANGUAGE_GREEK"; readonly LanguageTurkish: "LANGUAGE_TURKISH"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestDay: { readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestDay = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyDay: { readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyDay = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews = { id?: string | undefined; author?: string | undefined; rating?: number | undefined; text?: string | undefined; time?: Date | undefined; language?: string | undefined; profilePhotoUrl?: string | undefined; reviewCount?: number | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange: { readonly RevenueRangeUnspecified: "REVENUE_RANGE_UNSPECIFIED"; readonly RevenueRangeUnder100K: "REVENUE_RANGE_UNDER_100K"; readonly RevenueRange100KTo1M: "REVENUE_RANGE_100K_TO_1M"; readonly RevenueRange1MTo10M: "REVENUE_RANGE_1M_TO_10M"; readonly RevenueRange10MTo50M: "REVENUE_RANGE_10M_TO_50M"; readonly RevenueRangeOver50M: "REVENUE_RANGE_OVER_50M"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits: { readonly EmployeeBenefitUnspecified: "EMPLOYEE_BENEFIT_UNSPECIFIED"; readonly EmployeeBenefitHealthInsurance: "EMPLOYEE_BENEFIT_HEALTH_INSURANCE"; readonly EmployeeBenefitRetirementPlan: "EMPLOYEE_BENEFIT_RETIREMENT_PLAN"; readonly EmployeeBenefitPaidTimeOff: "EMPLOYEE_BENEFIT_PAID_TIME_OFF"; readonly EmployeeBenefitRemoteWork: "EMPLOYEE_BENEFIT_REMOTE_WORK"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads = { id?: string | undefined; name?: string | undefined; website?: string | undefined; phone?: string | undefined; address?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; latitude?: number | undefined; longitude?: number | undefined; googleRating?: number | undefined; reviewCount?: number | undefined; industry?: string | undefined; employeeCount?: number | undefined; estimatedRevenue?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; placeId?: string | undefined; googleMapsUrl?: string | undefined; businessStatus?: string | undefined; regularHours?: Array | undefined; specialHours?: Array | undefined; photoReferences?: Array | undefined; mainPhotoUrl?: string | undefined; reviews?: Array | undefined; types?: Array | undefined; amenities?: Array | undefined; servesVegetarianFood?: boolean | undefined; outdoorSeating?: boolean | undefined; paymentMethods?: Array | undefined; wheelchairAccessible?: boolean | undefined; parkingAvailable?: boolean | undefined; socialMedia?: { [k: string]: string; } | undefined; ratingCategory?: string | undefined; rating?: number | undefined; count?: number | undefined; lastUpdated?: Date | undefined; dataSourceVersion?: string | undefined; scrapingSessionId?: string | undefined; alternatePhones?: Array | undefined; contactPersonName?: string | undefined; contactPersonTitle?: string | undefined; contactEmail?: string | undefined; foundedYear?: number | undefined; businessType?: string | undefined; certifications?: Array | undefined; licenseNumber?: string | undefined; revenueRange?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange | undefined; fundingStage?: string | undefined; isPublicCompany?: boolean | undefined; websiteLoadSpeed?: number | undefined; hasSslCertificate?: boolean | undefined; cmsUsed?: string | undefined; ecommercePlatforms?: Array | undefined; timezone?: string | undefined; neighborhood?: string | undefined; nearbyLandmarks?: Array | undefined; transportationAccess?: string | undefined; employeeBenefits?: Array | undefined; parentCompany?: string | undefined; subsidiaries?: Array | undefined; isFranchise?: boolean | undefined; seoKeywords?: Array | undefined; usesGoogleAds?: boolean | undefined; googleMyBusinessCategory?: string | undefined; naicsCode?: string | undefined; sicCode?: string | undefined; unspscCode?: string | undefined; isGreenCertified?: boolean | undefined; energySources?: Array | undefined; sustainabilityRating?: string | undefined; recentAnnouncements?: Array | undefined; lastProductLaunch?: Date | undefined; hasLitigationHistory?: boolean | undefined; exportControlStatus?: string | undefined; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang | undefined; zoom?: number | undefined; lat?: string | undefined; lon?: string | undefined; fastMode?: boolean | undefined; radius?: number | undefined; depth?: number | undefined; email?: boolean | undefined; maxTime?: number | undefined; proxies?: Array | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; leads?: Array | undefined; url?: string | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyStatus: { readonly StatusUnspecified: "STATUS_UNSPECIFIED"; readonly StatusActive: "STATUS_ACTIVE"; readonly StatusSuspended: "STATUS_SUSPENDED"; readonly StatusPendingVerification: "STATUS_PENDING_VERIFICATION"; readonly StatusRevoked: "STATUS_REVOKED"; readonly StatusExpired: "STATUS_EXPIRED"; readonly StatusRateLimited: "STATUS_RATE_LIMITED"; readonly StatusPendingReview: "STATUS_PENDING_REVIEW"; readonly StatusDeprecated: "STATUS_DEPRECATED"; readonly StatusMaintenance: "STATUS_MAINTENANCE"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyStatus = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesApiKeys = { id?: string | undefined; name?: string | undefined; keyHash?: string | undefined; keyPrefix?: string | undefined; scopes?: Array | undefined; allowedIps?: Array | undefined; allowedDomains?: Array | undefined; allowedEnvironments?: Array | undefined; isTestKey?: boolean | undefined; requestsPerSecond?: number | undefined; requestsPerDay?: number | undefined; concurrentRequests?: number | undefined; monthlyRequestQuota?: string | undefined; costPerRequest?: number | undefined; billingTier?: string | undefined; totalRequests?: string | undefined; totalErrors?: string | undefined; lastUsedAt?: Date | undefined; averageResponseTime?: number | undefined; endpointUsageJson?: string | undefined; errorRatesJson?: string | undefined; recentErrors?: string | undefined; successfulRequestsCount?: number | undefined; successRate?: number | undefined; status?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyStatus | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; expiresAt?: Date | undefined; deletedAt?: Date | undefined; lastRotatedAt?: Date | undefined; lastSecurityReviewAt?: Date | undefined; requiresClientSecret?: boolean | undefined; clientSecretHash?: string | undefined; enforceHttps?: boolean | undefined; enforceSigning?: boolean | undefined; allowedSignatureAlgorithms?: Array | undefined; enforceMutualTls?: boolean | undefined; clientCertificateHash?: string | undefined; requireRequestSigning?: boolean | undefined; description?: string | undefined; metadataJson?: string | undefined; tags?: Array | undefined; apiVersion?: string | undefined; supportedFeatures?: Array | undefined; documentationUrl?: string | undefined; supportContact?: string | undefined; logAllRequests?: boolean | undefined; lastRotationReason?: string | undefined; lastRotationDate?: Date | undefined; rotationFrequencyDays?: number | undefined; complianceStandards?: Array | undefined; requiresAuditLogging?: boolean | undefined; dataResidency?: string | undefined; approvedIntegrations?: Array | undefined; alertEmails?: Array | undefined; webhookUrl?: string | undefined; alertOnQuotaThreshold?: boolean | undefined; quotaAlertThreshold?: number | undefined; alertOnErrorSpike?: boolean | undefined; errorAlertThreshold?: number | undefined; monitoringIntegrations?: Array | undefined; encrypted?: boolean | undefined; dataClassification?: string | undefined; maxUses?: number | undefined; rateLimit?: number | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents: { readonly TriggerEventUnspecified: "TRIGGER_EVENT_UNSPECIFIED"; readonly TriggerEventJobStarted: "TRIGGER_EVENT_JOB_STARTED"; readonly TriggerEventJobCompleted: "TRIGGER_EVENT_JOB_COMPLETED"; readonly TriggerEventJobFailed: "TRIGGER_EVENT_JOB_FAILED"; readonly TriggerEventLeadFound: "TRIGGER_EVENT_LEAD_FOUND"; readonly TriggerEventQuotaExceeded: "TRIGGER_EVENT_QUOTA_EXCEEDED"; readonly TriggerEventErrorThresholdReached: "TRIGGER_EVENT_ERROR_THRESHOLD_REACHED"; readonly TriggerEventRateLimitReached: "TRIGGER_EVENT_RATE_LIMIT_REACHED"; readonly TriggerEventDataValidationFailed: "TRIGGER_EVENT_DATA_VALIDATION_FAILED"; readonly TriggerEventNewProxyNeeded: "TRIGGER_EVENT_NEW_PROXY_NEEDED"; readonly TriggerEventScheduledMaintenance: "TRIGGER_EVENT_SCHEDULED_MAINTENANCE"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields: { readonly IncludedFieldUnspecified: "INCLUDED_FIELD_UNSPECIFIED"; readonly IncludedFieldName: "INCLUDED_FIELD_NAME"; readonly IncludedFieldWebsite: "INCLUDED_FIELD_WEBSITE"; readonly IncludedFieldPhone: "INCLUDED_FIELD_PHONE"; readonly IncludedFieldAddress: "INCLUDED_FIELD_ADDRESS"; readonly IncludedFieldLocation: "INCLUDED_FIELD_LOCATION"; readonly IncludedFieldCoordinates: "INCLUDED_FIELD_COORDINATES"; readonly IncludedFieldGoogleRating: "INCLUDED_FIELD_GOOGLE_RATING"; readonly IncludedFieldReviewCount: "INCLUDED_FIELD_REVIEW_COUNT"; readonly IncludedFieldReviews: "INCLUDED_FIELD_REVIEWS"; readonly IncludedFieldBusinessHours: "INCLUDED_FIELD_BUSINESS_HOURS"; readonly IncludedFieldBusinessStatus: "INCLUDED_FIELD_BUSINESS_STATUS"; readonly IncludedFieldPlaceId: "INCLUDED_FIELD_PLACE_ID"; readonly IncludedFieldGoogleMapsUrl: "INCLUDED_FIELD_GOOGLE_MAPS_URL"; readonly IncludedFieldPhotos: "INCLUDED_FIELD_PHOTOS"; readonly IncludedFieldMainPhoto: "INCLUDED_FIELD_MAIN_PHOTO"; readonly IncludedFieldBusinessTypes: "INCLUDED_FIELD_BUSINESS_TYPES"; readonly IncludedFieldAmenities: "INCLUDED_FIELD_AMENITIES"; readonly IncludedFieldPaymentMethods: "INCLUDED_FIELD_PAYMENT_METHODS"; readonly IncludedFieldSocialProfiles: "INCLUDED_FIELD_SOCIAL_PROFILES"; readonly IncludedFieldEmployeeCount: "INCLUDED_FIELD_EMPLOYEE_COUNT"; readonly IncludedFieldRevenueInfo: "INCLUDED_FIELD_REVENUE_INFO"; readonly IncludedFieldFoundedYear: "INCLUDED_FIELD_FOUNDED_YEAR"; readonly IncludedFieldCertifications: "INCLUDED_FIELD_CERTIFICATIONS"; readonly IncludedFieldNaicsCode: "INCLUDED_FIELD_NAICS_CODE"; readonly IncludedFieldSicCode: "INCLUDED_FIELD_SIC_CODE"; readonly IncludedFieldScrapingMetadata: "INCLUDED_FIELD_SCRAPING_METADATA"; readonly IncludedFieldComplianceInfo: "INCLUDED_FIELD_COMPLIANCE_INFO"; readonly IncludedFieldAlternatePhones: "INCLUDED_FIELD_ALTERNATE_PHONES"; readonly IncludedFieldContactPerson: "INCLUDED_FIELD_CONTACT_PERSON"; readonly IncludedFieldContactEmail: "INCLUDED_FIELD_CONTACT_EMAIL"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat: { readonly PayloadFormatUnspecified: "PAYLOAD_FORMAT_UNSPECIFIED"; readonly PayloadFormatJson: "PAYLOAD_FORMAT_JSON"; readonly PayloadFormatXml: "PAYLOAD_FORMAT_XML"; readonly PayloadFormatFormData: "PAYLOAD_FORMAT_FORM_DATA"; readonly PayloadFormatProtobuf: "PAYLOAD_FORMAT_PROTOBUF"; readonly PayloadFormatYaml: "PAYLOAD_FORMAT_YAML"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesMetadata = {}; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWebhooks = { id?: string | undefined; url?: string | undefined; authType?: string | undefined; authToken?: string | undefined; customHeaders?: { [k: string]: string; } | undefined; maxRetries?: number | undefined; retryInterval?: string | undefined; triggerEvents?: Array | undefined; includedFields?: Array | undefined; includeFullResults?: boolean | undefined; payloadFormat?: PostApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat | undefined; verifySsl?: boolean | undefined; signingSecret?: string | undefined; rateLimit?: number | undefined; rateLimitInterval?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; lastTriggeredAt?: Date | undefined; successfulCalls?: number | undefined; failedCalls?: number | undefined; metadata?: PostApiLeadScraperMicroserviceApiV1WorkspacesMetadata | undefined; webhookName?: string | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType: { readonly WorkspaceTypeUnspecified: "WORKSPACE_TYPE_UNSPECIFIED"; readonly WorkspaceTypePersonal: "WORKSPACE_TYPE_PERSONAL"; readonly WorkspaceTypeTeam: "WORKSPACE_TYPE_TEAM"; readonly WorkspaceTypeEnterprise: "WORKSPACE_TYPE_ENTERPRISE"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspace = { id?: string | undefined; name?: string | undefined; industry?: string | undefined; domain?: string | undefined; gdprCompliant?: boolean | undefined; hipaaCompliant?: boolean | undefined; soc2Compliant?: boolean | undefined; storageQuota?: string | undefined; usedStorage?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; workflows?: Array | undefined; jobsRunThisMonth?: number | undefined; workspaceJobLimit?: number | undefined; dailyJobQuota?: number | undefined; activeScrapers?: number | undefined; totalLeadsCollected?: number | undefined; lastJobRun?: Date | undefined; scrapingJobs?: Array | undefined; apiKeys?: Array | undefined; webhooks?: Array | undefined; workspaceType?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType | undefined; description?: string | undefined; metadata?: { [k: string]: string; } | undefined; tags?: Array | undefined; maxTeamMembers?: number | undefined; currentTeamMembers?: number | undefined; allowGuestAccess?: boolean | undefined; allowedEmailDomains?: Array | undefined; exportFormats?: Array | undefined; exportSchedule?: string | undefined; exportDestinations?: Array | undefined; exportDestinationConfig?: { [k: string]: string; } | undefined; compressExports?: boolean | undefined; compressionFormat?: string | undefined; salesforceEnabled?: boolean | undefined; salesforceConfig?: string | undefined; hubspotEnabled?: boolean | undefined; hubspotConfig?: string | undefined; zapierEnabled?: boolean | undefined; zapierWebhook?: string | undefined; activeIntegrations?: Array | undefined; integrationSettings?: { [k: string]: string; } | undefined; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesRequestBody = { workspace?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspace | undefined; accountId?: string | undefined; organizationId?: string | undefined; tenantId?: string | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus: { readonly WorkflowStatusUnspecified: "WORKFLOW_STATUS_UNSPECIFIED"; readonly WorkflowStatusDraft: "WORKFLOW_STATUS_DRAFT"; readonly WorkflowStatusActive: "WORKFLOW_STATUS_ACTIVE"; readonly WorkflowStatusPaused: "WORKFLOW_STATUS_PAUSED"; readonly WorkflowStatusFailed: "WORKFLOW_STATUS_FAILED"; readonly WorkflowStatusCompleted: "WORKFLOW_STATUS_COMPLETED"; readonly WorkflowStatusArchived: "WORKFLOW_STATUS_ARCHIVED"; readonly WorkflowStatusPendingApproval: "WORKFLOW_STATUS_PENDING_APPROVAL"; readonly WorkflowStatusValidating: "WORKFLOW_STATUS_VALIDATING"; readonly WorkflowStatusQuotaExceeded: "WORKFLOW_STATUS_QUOTA_EXCEEDED"; readonly WorkflowStatusWarning: "WORKFLOW_STATUS_WARNING"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyStatus: { readonly BackgroundJobStatusUnspecified: "BACKGROUND_JOB_STATUS_UNSPECIFIED"; readonly BackgroundJobStatusQueued: "BACKGROUND_JOB_STATUS_QUEUED"; readonly BackgroundJobStatusInProgress: "BACKGROUND_JOB_STATUS_IN_PROGRESS"; readonly BackgroundJobStatusCompleted: "BACKGROUND_JOB_STATUS_COMPLETED"; readonly BackgroundJobStatusFailed: "BACKGROUND_JOB_STATUS_FAILED"; readonly BackgroundJobStatusCancelled: "BACKGROUND_JOB_STATUS_CANCELLED"; readonly BackgroundJobStatusTimedOut: "BACKGROUND_JOB_STATUS_TIMED_OUT"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyStatus = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Lang: { readonly LanguageUnspecified: "LANGUAGE_UNSPECIFIED"; readonly LanguageEnglish: "LANGUAGE_ENGLISH"; readonly LanguageSpanish: "LANGUAGE_SPANISH"; readonly LanguageFrench: "LANGUAGE_FRENCH"; readonly LanguageGerman: "LANGUAGE_GERMAN"; readonly LanguageItalian: "LANGUAGE_ITALIAN"; readonly LanguagePortuguese: "LANGUAGE_PORTUGUESE"; readonly LanguageDutch: "LANGUAGE_DUTCH"; readonly LanguageRussian: "LANGUAGE_RUSSIAN"; readonly LanguageChinese: "LANGUAGE_CHINESE"; readonly LanguageJapanese: "LANGUAGE_JAPANESE"; readonly LanguageKorean: "LANGUAGE_KOREAN"; readonly LanguageArabic: "LANGUAGE_ARABIC"; readonly LanguageHindi: "LANGUAGE_HINDI"; readonly LanguageGreek: "LANGUAGE_GREEK"; readonly LanguageTurkish: "LANGUAGE_TURKISH"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Lang = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONDay: { readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONDay = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RegularHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyDay: { readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyDay = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200SpecialHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Reviews = { id?: string | undefined; author?: string | undefined; rating?: number | undefined; text?: string | undefined; time?: Date | undefined; language?: string | undefined; profilePhotoUrl?: string | undefined; reviewCount?: number | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RevenueRange: { readonly RevenueRangeUnspecified: "REVENUE_RANGE_UNSPECIFIED"; readonly RevenueRangeUnder100K: "REVENUE_RANGE_UNDER_100K"; readonly RevenueRange100KTo1M: "REVENUE_RANGE_100K_TO_1M"; readonly RevenueRange1MTo10M: "REVENUE_RANGE_1M_TO_10M"; readonly RevenueRange10MTo50M: "REVENUE_RANGE_10M_TO_50M"; readonly RevenueRangeOver50M: "REVENUE_RANGE_OVER_50M"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RevenueRange = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200EmployeeBenefits: { readonly EmployeeBenefitUnspecified: "EMPLOYEE_BENEFIT_UNSPECIFIED"; readonly EmployeeBenefitHealthInsurance: "EMPLOYEE_BENEFIT_HEALTH_INSURANCE"; readonly EmployeeBenefitRetirementPlan: "EMPLOYEE_BENEFIT_RETIREMENT_PLAN"; readonly EmployeeBenefitPaidTimeOff: "EMPLOYEE_BENEFIT_PAID_TIME_OFF"; readonly EmployeeBenefitRemoteWork: "EMPLOYEE_BENEFIT_REMOTE_WORK"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200EmployeeBenefits = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Leads = { id?: string | undefined; name?: string | undefined; website?: string | undefined; phone?: string | undefined; address?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; latitude?: number | undefined; longitude?: number | undefined; googleRating?: number | undefined; reviewCount?: number | undefined; industry?: string | undefined; employeeCount?: number | undefined; estimatedRevenue?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; placeId?: string | undefined; googleMapsUrl?: string | undefined; businessStatus?: string | undefined; regularHours?: Array | undefined; specialHours?: Array | undefined; photoReferences?: Array | undefined; mainPhotoUrl?: string | undefined; reviews?: Array | undefined; types?: Array | undefined; amenities?: Array | undefined; servesVegetarianFood?: boolean | undefined; outdoorSeating?: boolean | undefined; paymentMethods?: Array | undefined; wheelchairAccessible?: boolean | undefined; parkingAvailable?: boolean | undefined; socialMedia?: { [k: string]: string; } | undefined; ratingCategory?: string | undefined; rating?: number | undefined; count?: number | undefined; lastUpdated?: Date | undefined; dataSourceVersion?: string | undefined; scrapingSessionId?: string | undefined; alternatePhones?: Array | undefined; contactPersonName?: string | undefined; contactPersonTitle?: string | undefined; contactEmail?: string | undefined; foundedYear?: number | undefined; businessType?: string | undefined; certifications?: Array | undefined; licenseNumber?: string | undefined; revenueRange?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RevenueRange | undefined; fundingStage?: string | undefined; isPublicCompany?: boolean | undefined; websiteLoadSpeed?: number | undefined; hasSslCertificate?: boolean | undefined; cmsUsed?: string | undefined; ecommercePlatforms?: Array | undefined; timezone?: string | undefined; neighborhood?: string | undefined; nearbyLandmarks?: Array | undefined; transportationAccess?: string | undefined; employeeBenefits?: Array | undefined; parentCompany?: string | undefined; subsidiaries?: Array | undefined; isFranchise?: boolean | undefined; seoKeywords?: Array | undefined; usesGoogleAds?: boolean | undefined; googleMyBusinessCategory?: string | undefined; naicsCode?: string | undefined; sicCode?: string | undefined; unspscCode?: string | undefined; isGreenCertified?: boolean | undefined; energySources?: Array | undefined; sustainabilityRating?: string | undefined; recentAnnouncements?: Array | undefined; lastProductLaunch?: Date | undefined; hasLitigationHistory?: boolean | undefined; exportControlStatus?: string | undefined; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Lang | undefined; zoom?: number | undefined; lat?: string | undefined; lon?: string | undefined; fastMode?: boolean | undefined; radius?: number | undefined; depth?: number | undefined; email?: boolean | undefined; maxTime?: number | undefined; proxies?: Array | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; leads?: Array | undefined; url?: string | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesOutputFormat: { readonly OutputFormatUnspecified: "OUTPUT_FORMAT_UNSPECIFIED"; readonly OutputFormatJson: "OUTPUT_FORMAT_JSON"; readonly OutputFormatCsv: "OUTPUT_FORMAT_CSV"; readonly OutputFormatBigquery: "OUTPUT_FORMAT_BIGQUERY"; readonly OutputFormatPostgres: "OUTPUT_FORMAT_POSTGRES"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesOutputFormat = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkflows = { id?: string | undefined; name?: string | undefined; cronExpression?: string | undefined; nextRunTime?: Date | undefined; lastRunTime?: Date | undefined; status?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus | undefined; retryCount?: number | undefined; maxRetries?: number | undefined; alertEmails?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; jobs?: Array | undefined; geoFencingRadius?: number | undefined; geoFencingLat?: number | undefined; geoFencingLon?: number | undefined; geoFencingZoomMin?: number | undefined; geoFencingZoomMax?: number | undefined; includeReviews?: boolean | undefined; includePhotos?: boolean | undefined; includeBusinessHours?: boolean | undefined; maxReviewsPerBusiness?: number | undefined; outputFormat?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesOutputFormat | undefined; outputDestination?: string | undefined; dataRetention?: string | undefined; anonymizePii?: boolean | undefined; notificationSlackChannel?: string | undefined; notificationEmailGroup?: string | undefined; notificationNotifyOnStart?: boolean | undefined; notificationNotifyOnComplete?: boolean | undefined; notificationNotifyOnFailure?: boolean | undefined; contentFilterAllowedCountries?: Array | undefined; contentFilterExcludedTypes?: Array | undefined; contentFilterMinimumRating?: number | undefined; contentFilterMinimumReviews?: number | undefined; qosMaxConcurrentRequests?: number | undefined; qosMaxRetries?: number | undefined; qosRequestTimeout?: string | undefined; qosEnableJavascript?: boolean | undefined; respectRobotsTxt?: boolean | undefined; acceptTermsOfService?: boolean | undefined; userAgent?: string | undefined; searchTerms?: Array | undefined; scheduledEntryId?: string | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status: { readonly BackgroundJobStatusUnspecified: "BACKGROUND_JOB_STATUS_UNSPECIFIED"; readonly BackgroundJobStatusQueued: "BACKGROUND_JOB_STATUS_QUEUED"; readonly BackgroundJobStatusInProgress: "BACKGROUND_JOB_STATUS_IN_PROGRESS"; readonly BackgroundJobStatusCompleted: "BACKGROUND_JOB_STATUS_COMPLETED"; readonly BackgroundJobStatusFailed: "BACKGROUND_JOB_STATUS_FAILED"; readonly BackgroundJobStatusCancelled: "BACKGROUND_JOB_STATUS_CANCELLED"; readonly BackgroundJobStatusTimedOut: "BACKGROUND_JOB_STATUS_TIMED_OUT"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLang: { readonly LanguageUnspecified: "LANGUAGE_UNSPECIFIED"; readonly LanguageEnglish: "LANGUAGE_ENGLISH"; readonly LanguageSpanish: "LANGUAGE_SPANISH"; readonly LanguageFrench: "LANGUAGE_FRENCH"; readonly LanguageGerman: "LANGUAGE_GERMAN"; readonly LanguageItalian: "LANGUAGE_ITALIAN"; readonly LanguagePortuguese: "LANGUAGE_PORTUGUESE"; readonly LanguageDutch: "LANGUAGE_DUTCH"; readonly LanguageRussian: "LANGUAGE_RUSSIAN"; readonly LanguageChinese: "LANGUAGE_CHINESE"; readonly LanguageJapanese: "LANGUAGE_JAPANESE"; readonly LanguageKorean: "LANGUAGE_KOREAN"; readonly LanguageArabic: "LANGUAGE_ARABIC"; readonly LanguageHindi: "LANGUAGE_HINDI"; readonly LanguageGreek: "LANGUAGE_GREEK"; readonly LanguageTurkish: "LANGUAGE_TURKISH"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLang = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay: { readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRegularHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day: { readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseSpecialHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseReviews = { id?: string | undefined; author?: string | undefined; rating?: number | undefined; text?: string | undefined; time?: Date | undefined; language?: string | undefined; profilePhotoUrl?: string | undefined; reviewCount?: number | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRevenueRange: { readonly RevenueRangeUnspecified: "REVENUE_RANGE_UNSPECIFIED"; readonly RevenueRangeUnder100K: "REVENUE_RANGE_UNDER_100K"; readonly RevenueRange100KTo1M: "REVENUE_RANGE_100K_TO_1M"; readonly RevenueRange1MTo10M: "REVENUE_RANGE_1M_TO_10M"; readonly RevenueRange10MTo50M: "REVENUE_RANGE_10M_TO_50M"; readonly RevenueRangeOver50M: "REVENUE_RANGE_OVER_50M"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRevenueRange = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseEmployeeBenefits: { readonly EmployeeBenefitUnspecified: "EMPLOYEE_BENEFIT_UNSPECIFIED"; readonly EmployeeBenefitHealthInsurance: "EMPLOYEE_BENEFIT_HEALTH_INSURANCE"; readonly EmployeeBenefitRetirementPlan: "EMPLOYEE_BENEFIT_RETIREMENT_PLAN"; readonly EmployeeBenefitPaidTimeOff: "EMPLOYEE_BENEFIT_PAID_TIME_OFF"; readonly EmployeeBenefitRemoteWork: "EMPLOYEE_BENEFIT_REMOTE_WORK"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseEmployeeBenefits = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLeads = { id?: string | undefined; name?: string | undefined; website?: string | undefined; phone?: string | undefined; address?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; latitude?: number | undefined; longitude?: number | undefined; googleRating?: number | undefined; reviewCount?: number | undefined; industry?: string | undefined; employeeCount?: number | undefined; estimatedRevenue?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; placeId?: string | undefined; googleMapsUrl?: string | undefined; businessStatus?: string | undefined; regularHours?: Array | undefined; specialHours?: Array | undefined; photoReferences?: Array | undefined; mainPhotoUrl?: string | undefined; reviews?: Array | undefined; types?: Array | undefined; amenities?: Array | undefined; servesVegetarianFood?: boolean | undefined; outdoorSeating?: boolean | undefined; paymentMethods?: Array | undefined; wheelchairAccessible?: boolean | undefined; parkingAvailable?: boolean | undefined; socialMedia?: { [k: string]: string; } | undefined; ratingCategory?: string | undefined; rating?: number | undefined; count?: number | undefined; lastUpdated?: Date | undefined; dataSourceVersion?: string | undefined; scrapingSessionId?: string | undefined; alternatePhones?: Array | undefined; contactPersonName?: string | undefined; contactPersonTitle?: string | undefined; contactEmail?: string | undefined; foundedYear?: number | undefined; businessType?: string | undefined; certifications?: Array | undefined; licenseNumber?: string | undefined; revenueRange?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRevenueRange | undefined; fundingStage?: string | undefined; isPublicCompany?: boolean | undefined; websiteLoadSpeed?: number | undefined; hasSslCertificate?: boolean | undefined; cmsUsed?: string | undefined; ecommercePlatforms?: Array | undefined; timezone?: string | undefined; neighborhood?: string | undefined; nearbyLandmarks?: Array | undefined; transportationAccess?: string | undefined; employeeBenefits?: Array | undefined; parentCompany?: string | undefined; subsidiaries?: Array | undefined; isFranchise?: boolean | undefined; seoKeywords?: Array | undefined; usesGoogleAds?: boolean | undefined; googleMyBusinessCategory?: string | undefined; naicsCode?: string | undefined; sicCode?: string | undefined; unspscCode?: string | undefined; isGreenCertified?: boolean | undefined; energySources?: Array | undefined; sustainabilityRating?: string | undefined; recentAnnouncements?: Array | undefined; lastProductLaunch?: Date | undefined; hasLitigationHistory?: boolean | undefined; exportControlStatus?: string | undefined; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesScrapingJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLang | undefined; zoom?: number | undefined; lat?: string | undefined; lon?: string | undefined; fastMode?: boolean | undefined; radius?: number | undefined; depth?: number | undefined; email?: boolean | undefined; maxTime?: number | undefined; proxies?: Array | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; leads?: Array | undefined; url?: string | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONStatus: { readonly StatusUnspecified: "STATUS_UNSPECIFIED"; readonly StatusActive: "STATUS_ACTIVE"; readonly StatusSuspended: "STATUS_SUSPENDED"; readonly StatusPendingVerification: "STATUS_PENDING_VERIFICATION"; readonly StatusRevoked: "STATUS_REVOKED"; readonly StatusExpired: "STATUS_EXPIRED"; readonly StatusRateLimited: "STATUS_RATE_LIMITED"; readonly StatusPendingReview: "STATUS_PENDING_REVIEW"; readonly StatusDeprecated: "STATUS_DEPRECATED"; readonly StatusMaintenance: "STATUS_MAINTENANCE"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONStatus = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesApiKeys = { id?: string | undefined; name?: string | undefined; keyHash?: string | undefined; keyPrefix?: string | undefined; scopes?: Array | undefined; allowedIps?: Array | undefined; allowedDomains?: Array | undefined; allowedEnvironments?: Array | undefined; isTestKey?: boolean | undefined; requestsPerSecond?: number | undefined; requestsPerDay?: number | undefined; concurrentRequests?: number | undefined; monthlyRequestQuota?: string | undefined; costPerRequest?: number | undefined; billingTier?: string | undefined; totalRequests?: string | undefined; totalErrors?: string | undefined; lastUsedAt?: Date | undefined; averageResponseTime?: number | undefined; endpointUsageJson?: string | undefined; errorRatesJson?: string | undefined; recentErrors?: string | undefined; successfulRequestsCount?: number | undefined; successRate?: number | undefined; status?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONStatus | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; expiresAt?: Date | undefined; deletedAt?: Date | undefined; lastRotatedAt?: Date | undefined; lastSecurityReviewAt?: Date | undefined; requiresClientSecret?: boolean | undefined; clientSecretHash?: string | undefined; enforceHttps?: boolean | undefined; enforceSigning?: boolean | undefined; allowedSignatureAlgorithms?: Array | undefined; enforceMutualTls?: boolean | undefined; clientCertificateHash?: string | undefined; requireRequestSigning?: boolean | undefined; description?: string | undefined; metadataJson?: string | undefined; tags?: Array | undefined; apiVersion?: string | undefined; supportedFeatures?: Array | undefined; documentationUrl?: string | undefined; supportContact?: string | undefined; logAllRequests?: boolean | undefined; lastRotationReason?: string | undefined; lastRotationDate?: Date | undefined; rotationFrequencyDays?: number | undefined; complianceStandards?: Array | undefined; requiresAuditLogging?: boolean | undefined; dataResidency?: string | undefined; approvedIntegrations?: Array | undefined; alertEmails?: Array | undefined; webhookUrl?: string | undefined; alertOnQuotaThreshold?: boolean | undefined; quotaAlertThreshold?: number | undefined; alertOnErrorSpike?: boolean | undefined; errorAlertThreshold?: number | undefined; monitoringIntegrations?: Array | undefined; encrypted?: boolean | undefined; dataClassification?: string | undefined; maxUses?: number | undefined; rateLimit?: number | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesTriggerEvents: { readonly TriggerEventUnspecified: "TRIGGER_EVENT_UNSPECIFIED"; readonly TriggerEventJobStarted: "TRIGGER_EVENT_JOB_STARTED"; readonly TriggerEventJobCompleted: "TRIGGER_EVENT_JOB_COMPLETED"; readonly TriggerEventJobFailed: "TRIGGER_EVENT_JOB_FAILED"; readonly TriggerEventLeadFound: "TRIGGER_EVENT_LEAD_FOUND"; readonly TriggerEventQuotaExceeded: "TRIGGER_EVENT_QUOTA_EXCEEDED"; readonly TriggerEventErrorThresholdReached: "TRIGGER_EVENT_ERROR_THRESHOLD_REACHED"; readonly TriggerEventRateLimitReached: "TRIGGER_EVENT_RATE_LIMIT_REACHED"; readonly TriggerEventDataValidationFailed: "TRIGGER_EVENT_DATA_VALIDATION_FAILED"; readonly TriggerEventNewProxyNeeded: "TRIGGER_EVENT_NEW_PROXY_NEEDED"; readonly TriggerEventScheduledMaintenance: "TRIGGER_EVENT_SCHEDULED_MAINTENANCE"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesTriggerEvents = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesIncludedFields: { readonly IncludedFieldUnspecified: "INCLUDED_FIELD_UNSPECIFIED"; readonly IncludedFieldName: "INCLUDED_FIELD_NAME"; readonly IncludedFieldWebsite: "INCLUDED_FIELD_WEBSITE"; readonly IncludedFieldPhone: "INCLUDED_FIELD_PHONE"; readonly IncludedFieldAddress: "INCLUDED_FIELD_ADDRESS"; readonly IncludedFieldLocation: "INCLUDED_FIELD_LOCATION"; readonly IncludedFieldCoordinates: "INCLUDED_FIELD_COORDINATES"; readonly IncludedFieldGoogleRating: "INCLUDED_FIELD_GOOGLE_RATING"; readonly IncludedFieldReviewCount: "INCLUDED_FIELD_REVIEW_COUNT"; readonly IncludedFieldReviews: "INCLUDED_FIELD_REVIEWS"; readonly IncludedFieldBusinessHours: "INCLUDED_FIELD_BUSINESS_HOURS"; readonly IncludedFieldBusinessStatus: "INCLUDED_FIELD_BUSINESS_STATUS"; readonly IncludedFieldPlaceId: "INCLUDED_FIELD_PLACE_ID"; readonly IncludedFieldGoogleMapsUrl: "INCLUDED_FIELD_GOOGLE_MAPS_URL"; readonly IncludedFieldPhotos: "INCLUDED_FIELD_PHOTOS"; readonly IncludedFieldMainPhoto: "INCLUDED_FIELD_MAIN_PHOTO"; readonly IncludedFieldBusinessTypes: "INCLUDED_FIELD_BUSINESS_TYPES"; readonly IncludedFieldAmenities: "INCLUDED_FIELD_AMENITIES"; readonly IncludedFieldPaymentMethods: "INCLUDED_FIELD_PAYMENT_METHODS"; readonly IncludedFieldSocialProfiles: "INCLUDED_FIELD_SOCIAL_PROFILES"; readonly IncludedFieldEmployeeCount: "INCLUDED_FIELD_EMPLOYEE_COUNT"; readonly IncludedFieldRevenueInfo: "INCLUDED_FIELD_REVENUE_INFO"; readonly IncludedFieldFoundedYear: "INCLUDED_FIELD_FOUNDED_YEAR"; readonly IncludedFieldCertifications: "INCLUDED_FIELD_CERTIFICATIONS"; readonly IncludedFieldNaicsCode: "INCLUDED_FIELD_NAICS_CODE"; readonly IncludedFieldSicCode: "INCLUDED_FIELD_SIC_CODE"; readonly IncludedFieldScrapingMetadata: "INCLUDED_FIELD_SCRAPING_METADATA"; readonly IncludedFieldComplianceInfo: "INCLUDED_FIELD_COMPLIANCE_INFO"; readonly IncludedFieldAlternatePhones: "INCLUDED_FIELD_ALTERNATE_PHONES"; readonly IncludedFieldContactPerson: "INCLUDED_FIELD_CONTACT_PERSON"; readonly IncludedFieldContactEmail: "INCLUDED_FIELD_CONTACT_EMAIL"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesIncludedFields = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesPayloadFormat: { readonly PayloadFormatUnspecified: "PAYLOAD_FORMAT_UNSPECIFIED"; readonly PayloadFormatJson: "PAYLOAD_FORMAT_JSON"; readonly PayloadFormatXml: "PAYLOAD_FORMAT_XML"; readonly PayloadFormatFormData: "PAYLOAD_FORMAT_FORM_DATA"; readonly PayloadFormatProtobuf: "PAYLOAD_FORMAT_PROTOBUF"; readonly PayloadFormatYaml: "PAYLOAD_FORMAT_YAML"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesPayloadFormat = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadata = {}; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWebhooks = { id?: string | undefined; url?: string | undefined; authType?: string | undefined; authToken?: string | undefined; customHeaders?: { [k: string]: string; } | undefined; maxRetries?: number | undefined; retryInterval?: string | undefined; triggerEvents?: Array | undefined; includedFields?: Array | undefined; includeFullResults?: boolean | undefined; payloadFormat?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesPayloadFormat | undefined; verifySsl?: boolean | undefined; signingSecret?: string | undefined; rateLimit?: number | undefined; rateLimitInterval?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; lastTriggeredAt?: Date | undefined; successfulCalls?: number | undefined; failedCalls?: number | undefined; metadata?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadata | undefined; webhookName?: string | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspaceType: { readonly WorkspaceTypeUnspecified: "WORKSPACE_TYPE_UNSPECIFIED"; readonly WorkspaceTypePersonal: "WORKSPACE_TYPE_PERSONAL"; readonly WorkspaceTypeTeam: "WORKSPACE_TYPE_TEAM"; readonly WorkspaceTypeEnterprise: "WORKSPACE_TYPE_ENTERPRISE"; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspaceType = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspace = { id?: string | undefined; name?: string | undefined; industry?: string | undefined; domain?: string | undefined; gdprCompliant?: boolean | undefined; hipaaCompliant?: boolean | undefined; soc2Compliant?: boolean | undefined; storageQuota?: string | undefined; usedStorage?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; workflows?: Array | undefined; jobsRunThisMonth?: number | undefined; workspaceJobLimit?: number | undefined; dailyJobQuota?: number | undefined; activeScrapers?: number | undefined; totalLeadsCollected?: number | undefined; lastJobRun?: Date | undefined; scrapingJobs?: Array | undefined; apiKeys?: Array | undefined; webhooks?: Array | undefined; workspaceType?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspaceType | undefined; description?: string | undefined; metadata?: { [k: string]: string; } | undefined; tags?: Array | undefined; maxTeamMembers?: number | undefined; currentTeamMembers?: number | undefined; allowGuestAccess?: boolean | undefined; allowedEmailDomains?: Array | undefined; exportFormats?: Array | undefined; exportSchedule?: string | undefined; exportDestinations?: Array | undefined; exportDestinationConfig?: { [k: string]: string; } | undefined; compressExports?: boolean | undefined; compressionFormat?: string | undefined; salesforceEnabled?: boolean | undefined; salesforceConfig?: string | undefined; hubspotEnabled?: boolean | undefined; hubspotConfig?: string | undefined; zapierEnabled?: boolean | undefined; zapierWebhook?: string | undefined; activeIntegrations?: Array | undefined; integrationSettings?: { [k: string]: string; } | undefined; }; /** * Creates a new workspace for a given account */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesResponseBody = { workspace?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspace | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly WorkflowStatusUnspecified: "WORKFLOW_STATUS_UNSPECIFIED"; readonly WorkflowStatusDraft: "WORKFLOW_STATUS_DRAFT"; readonly WorkflowStatusActive: "WORKFLOW_STATUS_ACTIVE"; readonly WorkflowStatusPaused: "WORKFLOW_STATUS_PAUSED"; readonly WorkflowStatusFailed: "WORKFLOW_STATUS_FAILED"; readonly WorkflowStatusCompleted: "WORKFLOW_STATUS_COMPLETED"; readonly WorkflowStatusArchived: "WORKFLOW_STATUS_ARCHIVED"; readonly WorkflowStatusPendingApproval: "WORKFLOW_STATUS_PENDING_APPROVAL"; readonly WorkflowStatusValidating: "WORKFLOW_STATUS_VALIDATING"; readonly WorkflowStatusQuotaExceeded: "WORKFLOW_STATUS_QUOTA_EXCEEDED"; readonly WorkflowStatusWarning: "WORKFLOW_STATUS_WARNING"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly WorkflowStatusUnspecified: "WORKFLOW_STATUS_UNSPECIFIED"; readonly WorkflowStatusDraft: "WORKFLOW_STATUS_DRAFT"; readonly WorkflowStatusActive: "WORKFLOW_STATUS_ACTIVE"; readonly WorkflowStatusPaused: "WORKFLOW_STATUS_PAUSED"; readonly WorkflowStatusFailed: "WORKFLOW_STATUS_FAILED"; readonly WorkflowStatusCompleted: "WORKFLOW_STATUS_COMPLETED"; readonly WorkflowStatusArchived: "WORKFLOW_STATUS_ARCHIVED"; readonly WorkflowStatusPendingApproval: "WORKFLOW_STATUS_PENDING_APPROVAL"; readonly WorkflowStatusValidating: "WORKFLOW_STATUS_VALIDATING"; readonly WorkflowStatusQuotaExceeded: "WORKFLOW_STATUS_QUOTA_EXCEEDED"; readonly WorkflowStatusWarning: "WORKFLOW_STATUS_WARNING"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly BackgroundJobStatusUnspecified: "BACKGROUND_JOB_STATUS_UNSPECIFIED"; readonly BackgroundJobStatusQueued: "BACKGROUND_JOB_STATUS_QUEUED"; readonly BackgroundJobStatusInProgress: "BACKGROUND_JOB_STATUS_IN_PROGRESS"; readonly BackgroundJobStatusCompleted: "BACKGROUND_JOB_STATUS_COMPLETED"; readonly BackgroundJobStatusFailed: "BACKGROUND_JOB_STATUS_FAILED"; readonly BackgroundJobStatusCancelled: "BACKGROUND_JOB_STATUS_CANCELLED"; readonly BackgroundJobStatusTimedOut: "BACKGROUND_JOB_STATUS_TIMED_OUT"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly BackgroundJobStatusUnspecified: "BACKGROUND_JOB_STATUS_UNSPECIFIED"; readonly BackgroundJobStatusQueued: "BACKGROUND_JOB_STATUS_QUEUED"; readonly BackgroundJobStatusInProgress: "BACKGROUND_JOB_STATUS_IN_PROGRESS"; readonly BackgroundJobStatusCompleted: "BACKGROUND_JOB_STATUS_COMPLETED"; readonly BackgroundJobStatusFailed: "BACKGROUND_JOB_STATUS_FAILED"; readonly BackgroundJobStatusCancelled: "BACKGROUND_JOB_STATUS_CANCELLED"; readonly BackgroundJobStatusTimedOut: "BACKGROUND_JOB_STATUS_TIMED_OUT"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesLang$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesLang$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesLang$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly LanguageUnspecified: "LANGUAGE_UNSPECIFIED"; readonly LanguageEnglish: "LANGUAGE_ENGLISH"; readonly LanguageSpanish: "LANGUAGE_SPANISH"; readonly LanguageFrench: "LANGUAGE_FRENCH"; readonly LanguageGerman: "LANGUAGE_GERMAN"; readonly LanguageItalian: "LANGUAGE_ITALIAN"; readonly LanguagePortuguese: "LANGUAGE_PORTUGUESE"; readonly LanguageDutch: "LANGUAGE_DUTCH"; readonly LanguageRussian: "LANGUAGE_RUSSIAN"; readonly LanguageChinese: "LANGUAGE_CHINESE"; readonly LanguageJapanese: "LANGUAGE_JAPANESE"; readonly LanguageKorean: "LANGUAGE_KOREAN"; readonly LanguageArabic: "LANGUAGE_ARABIC"; readonly LanguageHindi: "LANGUAGE_HINDI"; readonly LanguageGreek: "LANGUAGE_GREEK"; readonly LanguageTurkish: "LANGUAGE_TURKISH"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesLang$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly LanguageUnspecified: "LANGUAGE_UNSPECIFIED"; readonly LanguageEnglish: "LANGUAGE_ENGLISH"; readonly LanguageSpanish: "LANGUAGE_SPANISH"; readonly LanguageFrench: "LANGUAGE_FRENCH"; readonly LanguageGerman: "LANGUAGE_GERMAN"; readonly LanguageItalian: "LANGUAGE_ITALIAN"; readonly LanguagePortuguese: "LANGUAGE_PORTUGUESE"; readonly LanguageDutch: "LANGUAGE_DUTCH"; readonly LanguageRussian: "LANGUAGE_RUSSIAN"; readonly LanguageChinese: "LANGUAGE_CHINESE"; readonly LanguageJapanese: "LANGUAGE_JAPANESE"; readonly LanguageKorean: "LANGUAGE_KOREAN"; readonly LanguageArabic: "LANGUAGE_ARABIC"; readonly LanguageHindi: "LANGUAGE_HINDI"; readonly LanguageGreek: "LANGUAGE_GREEK"; readonly LanguageTurkish: "LANGUAGE_TURKISH"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesDay$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesDay$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesDay$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesDay$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$Outbound = { id?: string | undefined; day: string; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesRegularHoursToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesRegularHours: PostApiLeadScraperMicroserviceApiV1WorkspacesRegularHours): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$Outbound = { id?: string | undefined; day: string; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesSpecialHoursToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours: PostApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesReviews$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesReviews$Outbound = { id?: string | undefined; author?: string | undefined; rating?: number | undefined; text?: string | undefined; time?: string | undefined; language?: string | undefined; profilePhotoUrl?: string | undefined; reviewCount?: number | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesReviews$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesReviews$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesReviews$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesReviews$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesReviewsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesReviews: PostApiLeadScraperMicroserviceApiV1WorkspacesReviews): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly RevenueRangeUnspecified: "REVENUE_RANGE_UNSPECIFIED"; readonly RevenueRangeUnder100K: "REVENUE_RANGE_UNDER_100K"; readonly RevenueRange100KTo1M: "REVENUE_RANGE_100K_TO_1M"; readonly RevenueRange1MTo10M: "REVENUE_RANGE_1M_TO_10M"; readonly RevenueRange10MTo50M: "REVENUE_RANGE_10M_TO_50M"; readonly RevenueRangeOver50M: "REVENUE_RANGE_OVER_50M"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly RevenueRangeUnspecified: "REVENUE_RANGE_UNSPECIFIED"; readonly RevenueRangeUnder100K: "REVENUE_RANGE_UNDER_100K"; readonly RevenueRange100KTo1M: "REVENUE_RANGE_100K_TO_1M"; readonly RevenueRange1MTo10M: "REVENUE_RANGE_1M_TO_10M"; readonly RevenueRange10MTo50M: "REVENUE_RANGE_10M_TO_50M"; readonly RevenueRangeOver50M: "REVENUE_RANGE_OVER_50M"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly EmployeeBenefitUnspecified: "EMPLOYEE_BENEFIT_UNSPECIFIED"; readonly EmployeeBenefitHealthInsurance: "EMPLOYEE_BENEFIT_HEALTH_INSURANCE"; readonly EmployeeBenefitRetirementPlan: "EMPLOYEE_BENEFIT_RETIREMENT_PLAN"; readonly EmployeeBenefitPaidTimeOff: "EMPLOYEE_BENEFIT_PAID_TIME_OFF"; readonly EmployeeBenefitRemoteWork: "EMPLOYEE_BENEFIT_REMOTE_WORK"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly EmployeeBenefitUnspecified: "EMPLOYEE_BENEFIT_UNSPECIFIED"; readonly EmployeeBenefitHealthInsurance: "EMPLOYEE_BENEFIT_HEALTH_INSURANCE"; readonly EmployeeBenefitRetirementPlan: "EMPLOYEE_BENEFIT_RETIREMENT_PLAN"; readonly EmployeeBenefitPaidTimeOff: "EMPLOYEE_BENEFIT_PAID_TIME_OFF"; readonly EmployeeBenefitRemoteWork: "EMPLOYEE_BENEFIT_REMOTE_WORK"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesLeads$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesLeads$Outbound = { id?: string | undefined; name?: string | undefined; website?: string | undefined; phone?: string | undefined; address?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; latitude?: number | undefined; longitude?: number | undefined; googleRating?: number | undefined; reviewCount?: number | undefined; industry?: string | undefined; employeeCount?: number | undefined; estimatedRevenue?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; placeId?: string | undefined; googleMapsUrl?: string | undefined; businessStatus?: string | undefined; regularHours?: Array | undefined; specialHours?: Array | undefined; photoReferences?: Array | undefined; mainPhotoUrl?: string | undefined; reviews?: Array | undefined; types?: Array | undefined; amenities?: Array | undefined; servesVegetarianFood?: boolean | undefined; outdoorSeating?: boolean | undefined; paymentMethods?: Array | undefined; wheelchairAccessible?: boolean | undefined; parkingAvailable?: boolean | undefined; socialMedia?: { [k: string]: string; } | undefined; ratingCategory?: string | undefined; rating?: number | undefined; count?: number | undefined; lastUpdated?: string | undefined; dataSourceVersion?: string | undefined; scrapingSessionId?: string | undefined; alternatePhones?: Array | undefined; contactPersonName?: string | undefined; contactPersonTitle?: string | undefined; contactEmail?: string | undefined; foundedYear?: number | undefined; businessType?: string | undefined; certifications?: Array | undefined; licenseNumber?: string | undefined; revenueRange: string; fundingStage?: string | undefined; isPublicCompany?: boolean | undefined; websiteLoadSpeed?: number | undefined; hasSslCertificate?: boolean | undefined; cmsUsed?: string | undefined; ecommercePlatforms?: Array | undefined; timezone?: string | undefined; neighborhood?: string | undefined; nearbyLandmarks?: Array | undefined; transportationAccess?: string | undefined; employeeBenefits?: Array | undefined; parentCompany?: string | undefined; subsidiaries?: Array | undefined; isFranchise?: boolean | undefined; seoKeywords?: Array | undefined; usesGoogleAds?: boolean | undefined; googleMyBusinessCategory?: string | undefined; naicsCode?: string | undefined; sicCode?: string | undefined; unspscCode?: string | undefined; isGreenCertified?: boolean | undefined; energySources?: Array | undefined; sustainabilityRating?: string | undefined; recentAnnouncements?: Array | undefined; lastProductLaunch?: string | undefined; hasLitigationHistory?: boolean | undefined; exportControlStatus?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesLeads$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesLeads$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesLeads$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesLeads$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesLeadsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesLeads: PostApiLeadScraperMicroserviceApiV1WorkspacesLeads): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesJobs$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesJobs$Outbound = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: string | undefined; status: string; name?: string | undefined; keywords?: Array | undefined; lang: string; zoom?: number | undefined; lat?: string | undefined; lon?: string | undefined; fastMode?: boolean | undefined; radius?: number | undefined; depth?: number | undefined; email?: boolean | undefined; maxTime?: number | undefined; proxies?: Array | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; leads?: Array | undefined; url?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesJobs$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesJobs$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesJobs$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesJobs$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesJobsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesJobs: PostApiLeadScraperMicroserviceApiV1WorkspacesJobs): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly OutputFormatUnspecified: "OUTPUT_FORMAT_UNSPECIFIED"; readonly OutputFormatJson: "OUTPUT_FORMAT_JSON"; readonly OutputFormatCsv: "OUTPUT_FORMAT_CSV"; readonly OutputFormatBigquery: "OUTPUT_FORMAT_BIGQUERY"; readonly OutputFormatPostgres: "OUTPUT_FORMAT_POSTGRES"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly OutputFormatUnspecified: "OUTPUT_FORMAT_UNSPECIFIED"; readonly OutputFormatJson: "OUTPUT_FORMAT_JSON"; readonly OutputFormatCsv: "OUTPUT_FORMAT_CSV"; readonly OutputFormatBigquery: "OUTPUT_FORMAT_BIGQUERY"; readonly OutputFormatPostgres: "OUTPUT_FORMAT_POSTGRES"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$Outbound = { id?: string | undefined; name?: string | undefined; cronExpression?: string | undefined; nextRunTime?: string | undefined; lastRunTime?: string | undefined; status: string; retryCount?: number | undefined; maxRetries?: number | undefined; alertEmails?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; jobs?: Array | undefined; geoFencingRadius?: number | undefined; geoFencingLat?: number | undefined; geoFencingLon?: number | undefined; geoFencingZoomMin?: number | undefined; geoFencingZoomMax?: number | undefined; includeReviews?: boolean | undefined; includePhotos?: boolean | undefined; includeBusinessHours?: boolean | undefined; maxReviewsPerBusiness?: number | undefined; outputFormat: string; outputDestination?: string | undefined; dataRetention?: string | undefined; anonymizePii?: boolean | undefined; notificationSlackChannel?: string | undefined; notificationEmailGroup?: string | undefined; notificationNotifyOnStart?: boolean | undefined; notificationNotifyOnComplete?: boolean | undefined; notificationNotifyOnFailure?: boolean | undefined; contentFilterAllowedCountries?: Array | undefined; contentFilterExcludedTypes?: Array | undefined; contentFilterMinimumRating?: number | undefined; contentFilterMinimumReviews?: number | undefined; qosMaxConcurrentRequests?: number | undefined; qosMaxRetries?: number | undefined; qosRequestTimeout?: string | undefined; qosEnableJavascript?: boolean | undefined; respectRobotsTxt?: boolean | undefined; acceptTermsOfService?: boolean | undefined; userAgent?: string | undefined; searchTerms?: Array | undefined; scheduledEntryId?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkflowsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkflows: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkflows): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkflowsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly BackgroundJobStatusUnspecified: "BACKGROUND_JOB_STATUS_UNSPECIFIED"; readonly BackgroundJobStatusQueued: "BACKGROUND_JOB_STATUS_QUEUED"; readonly BackgroundJobStatusInProgress: "BACKGROUND_JOB_STATUS_IN_PROGRESS"; readonly BackgroundJobStatusCompleted: "BACKGROUND_JOB_STATUS_COMPLETED"; readonly BackgroundJobStatusFailed: "BACKGROUND_JOB_STATUS_FAILED"; readonly BackgroundJobStatusCancelled: "BACKGROUND_JOB_STATUS_CANCELLED"; readonly BackgroundJobStatusTimedOut: "BACKGROUND_JOB_STATUS_TIMED_OUT"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly BackgroundJobStatusUnspecified: "BACKGROUND_JOB_STATUS_UNSPECIFIED"; readonly BackgroundJobStatusQueued: "BACKGROUND_JOB_STATUS_QUEUED"; readonly BackgroundJobStatusInProgress: "BACKGROUND_JOB_STATUS_IN_PROGRESS"; readonly BackgroundJobStatusCompleted: "BACKGROUND_JOB_STATUS_COMPLETED"; readonly BackgroundJobStatusFailed: "BACKGROUND_JOB_STATUS_FAILED"; readonly BackgroundJobStatusCancelled: "BACKGROUND_JOB_STATUS_CANCELLED"; readonly BackgroundJobStatusTimedOut: "BACKGROUND_JOB_STATUS_TIMED_OUT"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly LanguageUnspecified: "LANGUAGE_UNSPECIFIED"; readonly LanguageEnglish: "LANGUAGE_ENGLISH"; readonly LanguageSpanish: "LANGUAGE_SPANISH"; readonly LanguageFrench: "LANGUAGE_FRENCH"; readonly LanguageGerman: "LANGUAGE_GERMAN"; readonly LanguageItalian: "LANGUAGE_ITALIAN"; readonly LanguagePortuguese: "LANGUAGE_PORTUGUESE"; readonly LanguageDutch: "LANGUAGE_DUTCH"; readonly LanguageRussian: "LANGUAGE_RUSSIAN"; readonly LanguageChinese: "LANGUAGE_CHINESE"; readonly LanguageJapanese: "LANGUAGE_JAPANESE"; readonly LanguageKorean: "LANGUAGE_KOREAN"; readonly LanguageArabic: "LANGUAGE_ARABIC"; readonly LanguageHindi: "LANGUAGE_HINDI"; readonly LanguageGreek: "LANGUAGE_GREEK"; readonly LanguageTurkish: "LANGUAGE_TURKISH"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly LanguageUnspecified: "LANGUAGE_UNSPECIFIED"; readonly LanguageEnglish: "LANGUAGE_ENGLISH"; readonly LanguageSpanish: "LANGUAGE_SPANISH"; readonly LanguageFrench: "LANGUAGE_FRENCH"; readonly LanguageGerman: "LANGUAGE_GERMAN"; readonly LanguageItalian: "LANGUAGE_ITALIAN"; readonly LanguagePortuguese: "LANGUAGE_PORTUGUESE"; readonly LanguageDutch: "LANGUAGE_DUTCH"; readonly LanguageRussian: "LANGUAGE_RUSSIAN"; readonly LanguageChinese: "LANGUAGE_CHINESE"; readonly LanguageJapanese: "LANGUAGE_JAPANESE"; readonly LanguageKorean: "LANGUAGE_KOREAN"; readonly LanguageArabic: "LANGUAGE_ARABIC"; readonly LanguageHindi: "LANGUAGE_HINDI"; readonly LanguageGreek: "LANGUAGE_GREEK"; readonly LanguageTurkish: "LANGUAGE_TURKISH"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestDay$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestDay$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestDay$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestDay$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$Outbound = { id?: string | undefined; day: string; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHoursToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyDay$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyDay$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyDay$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyDay$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$Outbound = { id?: string | undefined; day: string; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHoursToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$Outbound = { id?: string | undefined; author?: string | undefined; rating?: number | undefined; text?: string | undefined; time?: string | undefined; language?: string | undefined; profilePhotoUrl?: string | undefined; reviewCount?: number | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviewsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly RevenueRangeUnspecified: "REVENUE_RANGE_UNSPECIFIED"; readonly RevenueRangeUnder100K: "REVENUE_RANGE_UNDER_100K"; readonly RevenueRange100KTo1M: "REVENUE_RANGE_100K_TO_1M"; readonly RevenueRange1MTo10M: "REVENUE_RANGE_1M_TO_10M"; readonly RevenueRange10MTo50M: "REVENUE_RANGE_10M_TO_50M"; readonly RevenueRangeOver50M: "REVENUE_RANGE_OVER_50M"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly RevenueRangeUnspecified: "REVENUE_RANGE_UNSPECIFIED"; readonly RevenueRangeUnder100K: "REVENUE_RANGE_UNDER_100K"; readonly RevenueRange100KTo1M: "REVENUE_RANGE_100K_TO_1M"; readonly RevenueRange1MTo10M: "REVENUE_RANGE_1M_TO_10M"; readonly RevenueRange10MTo50M: "REVENUE_RANGE_10M_TO_50M"; readonly RevenueRangeOver50M: "REVENUE_RANGE_OVER_50M"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly EmployeeBenefitUnspecified: "EMPLOYEE_BENEFIT_UNSPECIFIED"; readonly EmployeeBenefitHealthInsurance: "EMPLOYEE_BENEFIT_HEALTH_INSURANCE"; readonly EmployeeBenefitRetirementPlan: "EMPLOYEE_BENEFIT_RETIREMENT_PLAN"; readonly EmployeeBenefitPaidTimeOff: "EMPLOYEE_BENEFIT_PAID_TIME_OFF"; readonly EmployeeBenefitRemoteWork: "EMPLOYEE_BENEFIT_REMOTE_WORK"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly EmployeeBenefitUnspecified: "EMPLOYEE_BENEFIT_UNSPECIFIED"; readonly EmployeeBenefitHealthInsurance: "EMPLOYEE_BENEFIT_HEALTH_INSURANCE"; readonly EmployeeBenefitRetirementPlan: "EMPLOYEE_BENEFIT_RETIREMENT_PLAN"; readonly EmployeeBenefitPaidTimeOff: "EMPLOYEE_BENEFIT_PAID_TIME_OFF"; readonly EmployeeBenefitRemoteWork: "EMPLOYEE_BENEFIT_REMOTE_WORK"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$Outbound = { id?: string | undefined; name?: string | undefined; website?: string | undefined; phone?: string | undefined; address?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; latitude?: number | undefined; longitude?: number | undefined; googleRating?: number | undefined; reviewCount?: number | undefined; industry?: string | undefined; employeeCount?: number | undefined; estimatedRevenue?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; placeId?: string | undefined; googleMapsUrl?: string | undefined; businessStatus?: string | undefined; regularHours?: Array | undefined; specialHours?: Array | undefined; photoReferences?: Array | undefined; mainPhotoUrl?: string | undefined; reviews?: Array | undefined; types?: Array | undefined; amenities?: Array | undefined; servesVegetarianFood?: boolean | undefined; outdoorSeating?: boolean | undefined; paymentMethods?: Array | undefined; wheelchairAccessible?: boolean | undefined; parkingAvailable?: boolean | undefined; socialMedia?: { [k: string]: string; } | undefined; ratingCategory?: string | undefined; rating?: number | undefined; count?: number | undefined; lastUpdated?: string | undefined; dataSourceVersion?: string | undefined; scrapingSessionId?: string | undefined; alternatePhones?: Array | undefined; contactPersonName?: string | undefined; contactPersonTitle?: string | undefined; contactEmail?: string | undefined; foundedYear?: number | undefined; businessType?: string | undefined; certifications?: Array | undefined; licenseNumber?: string | undefined; revenueRange: string; fundingStage?: string | undefined; isPublicCompany?: boolean | undefined; websiteLoadSpeed?: number | undefined; hasSslCertificate?: boolean | undefined; cmsUsed?: string | undefined; ecommercePlatforms?: Array | undefined; timezone?: string | undefined; neighborhood?: string | undefined; nearbyLandmarks?: Array | undefined; transportationAccess?: string | undefined; employeeBenefits?: Array | undefined; parentCompany?: string | undefined; subsidiaries?: Array | undefined; isFranchise?: boolean | undefined; seoKeywords?: Array | undefined; usesGoogleAds?: boolean | undefined; googleMyBusinessCategory?: string | undefined; naicsCode?: string | undefined; sicCode?: string | undefined; unspscCode?: string | undefined; isGreenCertified?: boolean | undefined; energySources?: Array | undefined; sustainabilityRating?: string | undefined; recentAnnouncements?: Array | undefined; lastProductLaunch?: string | undefined; hasLitigationHistory?: boolean | undefined; exportControlStatus?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeadsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$Outbound = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: string | undefined; status: string; name?: string | undefined; keywords?: Array | undefined; lang: string; zoom?: number | undefined; lat?: string | undefined; lon?: string | undefined; fastMode?: boolean | undefined; radius?: number | undefined; depth?: number | undefined; email?: boolean | undefined; maxTime?: number | undefined; proxies?: Array | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; leads?: Array | undefined; url?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs: PostApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly StatusUnspecified: "STATUS_UNSPECIFIED"; readonly StatusActive: "STATUS_ACTIVE"; readonly StatusSuspended: "STATUS_SUSPENDED"; readonly StatusPendingVerification: "STATUS_PENDING_VERIFICATION"; readonly StatusRevoked: "STATUS_REVOKED"; readonly StatusExpired: "STATUS_EXPIRED"; readonly StatusRateLimited: "STATUS_RATE_LIMITED"; readonly StatusPendingReview: "STATUS_PENDING_REVIEW"; readonly StatusDeprecated: "STATUS_DEPRECATED"; readonly StatusMaintenance: "STATUS_MAINTENANCE"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRequestRequestBodyStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly StatusUnspecified: "STATUS_UNSPECIFIED"; readonly StatusActive: "STATUS_ACTIVE"; readonly StatusSuspended: "STATUS_SUSPENDED"; readonly StatusPendingVerification: "STATUS_PENDING_VERIFICATION"; readonly StatusRevoked: "STATUS_REVOKED"; readonly StatusExpired: "STATUS_EXPIRED"; readonly StatusRateLimited: "STATUS_RATE_LIMITED"; readonly StatusPendingReview: "STATUS_PENDING_REVIEW"; readonly StatusDeprecated: "STATUS_DEPRECATED"; readonly StatusMaintenance: "STATUS_MAINTENANCE"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$Outbound = { id?: string | undefined; name?: string | undefined; keyHash?: string | undefined; keyPrefix?: string | undefined; scopes?: Array | undefined; allowedIps?: Array | undefined; allowedDomains?: Array | undefined; allowedEnvironments?: Array | undefined; isTestKey?: boolean | undefined; requestsPerSecond?: number | undefined; requestsPerDay?: number | undefined; concurrentRequests?: number | undefined; monthlyRequestQuota?: string | undefined; costPerRequest?: number | undefined; billingTier?: string | undefined; totalRequests?: string | undefined; totalErrors?: string | undefined; lastUsedAt?: string | undefined; averageResponseTime?: number | undefined; endpointUsageJson?: string | undefined; errorRatesJson?: string | undefined; recentErrors?: string | undefined; successfulRequestsCount?: number | undefined; successRate?: number | undefined; status: string; createdAt?: string | undefined; updatedAt?: string | undefined; expiresAt?: string | undefined; deletedAt?: string | undefined; lastRotatedAt?: string | undefined; lastSecurityReviewAt?: string | undefined; requiresClientSecret?: boolean | undefined; clientSecretHash?: string | undefined; enforceHttps?: boolean | undefined; enforceSigning?: boolean | undefined; allowedSignatureAlgorithms?: Array | undefined; enforceMutualTls?: boolean | undefined; clientCertificateHash?: string | undefined; requireRequestSigning?: boolean | undefined; description?: string | undefined; metadataJson?: string | undefined; tags?: Array | undefined; apiVersion?: string | undefined; supportedFeatures?: Array | undefined; documentationUrl?: string | undefined; supportContact?: string | undefined; logAllRequests?: boolean | undefined; lastRotationReason?: string | undefined; lastRotationDate?: string | undefined; rotationFrequencyDays?: number | undefined; complianceStandards?: Array | undefined; requiresAuditLogging?: boolean | undefined; dataResidency?: string | undefined; approvedIntegrations?: Array | undefined; alertEmails?: Array | undefined; webhookUrl?: string | undefined; alertOnQuotaThreshold?: boolean | undefined; quotaAlertThreshold?: number | undefined; alertOnErrorSpike?: boolean | undefined; errorAlertThreshold?: number | undefined; monitoringIntegrations?: Array | undefined; encrypted?: boolean | undefined; dataClassification?: string | undefined; maxUses?: number | undefined; rateLimit?: number | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesApiKeysToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesApiKeys: PostApiLeadScraperMicroserviceApiV1WorkspacesApiKeys): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesApiKeysFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly TriggerEventUnspecified: "TRIGGER_EVENT_UNSPECIFIED"; readonly TriggerEventJobStarted: "TRIGGER_EVENT_JOB_STARTED"; readonly TriggerEventJobCompleted: "TRIGGER_EVENT_JOB_COMPLETED"; readonly TriggerEventJobFailed: "TRIGGER_EVENT_JOB_FAILED"; readonly TriggerEventLeadFound: "TRIGGER_EVENT_LEAD_FOUND"; readonly TriggerEventQuotaExceeded: "TRIGGER_EVENT_QUOTA_EXCEEDED"; readonly TriggerEventErrorThresholdReached: "TRIGGER_EVENT_ERROR_THRESHOLD_REACHED"; readonly TriggerEventRateLimitReached: "TRIGGER_EVENT_RATE_LIMIT_REACHED"; readonly TriggerEventDataValidationFailed: "TRIGGER_EVENT_DATA_VALIDATION_FAILED"; readonly TriggerEventNewProxyNeeded: "TRIGGER_EVENT_NEW_PROXY_NEEDED"; readonly TriggerEventScheduledMaintenance: "TRIGGER_EVENT_SCHEDULED_MAINTENANCE"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly TriggerEventUnspecified: "TRIGGER_EVENT_UNSPECIFIED"; readonly TriggerEventJobStarted: "TRIGGER_EVENT_JOB_STARTED"; readonly TriggerEventJobCompleted: "TRIGGER_EVENT_JOB_COMPLETED"; readonly TriggerEventJobFailed: "TRIGGER_EVENT_JOB_FAILED"; readonly TriggerEventLeadFound: "TRIGGER_EVENT_LEAD_FOUND"; readonly TriggerEventQuotaExceeded: "TRIGGER_EVENT_QUOTA_EXCEEDED"; readonly TriggerEventErrorThresholdReached: "TRIGGER_EVENT_ERROR_THRESHOLD_REACHED"; readonly TriggerEventRateLimitReached: "TRIGGER_EVENT_RATE_LIMIT_REACHED"; readonly TriggerEventDataValidationFailed: "TRIGGER_EVENT_DATA_VALIDATION_FAILED"; readonly TriggerEventNewProxyNeeded: "TRIGGER_EVENT_NEW_PROXY_NEEDED"; readonly TriggerEventScheduledMaintenance: "TRIGGER_EVENT_SCHEDULED_MAINTENANCE"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly IncludedFieldUnspecified: "INCLUDED_FIELD_UNSPECIFIED"; readonly IncludedFieldName: "INCLUDED_FIELD_NAME"; readonly IncludedFieldWebsite: "INCLUDED_FIELD_WEBSITE"; readonly IncludedFieldPhone: "INCLUDED_FIELD_PHONE"; readonly IncludedFieldAddress: "INCLUDED_FIELD_ADDRESS"; readonly IncludedFieldLocation: "INCLUDED_FIELD_LOCATION"; readonly IncludedFieldCoordinates: "INCLUDED_FIELD_COORDINATES"; readonly IncludedFieldGoogleRating: "INCLUDED_FIELD_GOOGLE_RATING"; readonly IncludedFieldReviewCount: "INCLUDED_FIELD_REVIEW_COUNT"; readonly IncludedFieldReviews: "INCLUDED_FIELD_REVIEWS"; readonly IncludedFieldBusinessHours: "INCLUDED_FIELD_BUSINESS_HOURS"; readonly IncludedFieldBusinessStatus: "INCLUDED_FIELD_BUSINESS_STATUS"; readonly IncludedFieldPlaceId: "INCLUDED_FIELD_PLACE_ID"; readonly IncludedFieldGoogleMapsUrl: "INCLUDED_FIELD_GOOGLE_MAPS_URL"; readonly IncludedFieldPhotos: "INCLUDED_FIELD_PHOTOS"; readonly IncludedFieldMainPhoto: "INCLUDED_FIELD_MAIN_PHOTO"; readonly IncludedFieldBusinessTypes: "INCLUDED_FIELD_BUSINESS_TYPES"; readonly IncludedFieldAmenities: "INCLUDED_FIELD_AMENITIES"; readonly IncludedFieldPaymentMethods: "INCLUDED_FIELD_PAYMENT_METHODS"; readonly IncludedFieldSocialProfiles: "INCLUDED_FIELD_SOCIAL_PROFILES"; readonly IncludedFieldEmployeeCount: "INCLUDED_FIELD_EMPLOYEE_COUNT"; readonly IncludedFieldRevenueInfo: "INCLUDED_FIELD_REVENUE_INFO"; readonly IncludedFieldFoundedYear: "INCLUDED_FIELD_FOUNDED_YEAR"; readonly IncludedFieldCertifications: "INCLUDED_FIELD_CERTIFICATIONS"; readonly IncludedFieldNaicsCode: "INCLUDED_FIELD_NAICS_CODE"; readonly IncludedFieldSicCode: "INCLUDED_FIELD_SIC_CODE"; readonly IncludedFieldScrapingMetadata: "INCLUDED_FIELD_SCRAPING_METADATA"; readonly IncludedFieldComplianceInfo: "INCLUDED_FIELD_COMPLIANCE_INFO"; readonly IncludedFieldAlternatePhones: "INCLUDED_FIELD_ALTERNATE_PHONES"; readonly IncludedFieldContactPerson: "INCLUDED_FIELD_CONTACT_PERSON"; readonly IncludedFieldContactEmail: "INCLUDED_FIELD_CONTACT_EMAIL"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly IncludedFieldUnspecified: "INCLUDED_FIELD_UNSPECIFIED"; readonly IncludedFieldName: "INCLUDED_FIELD_NAME"; readonly IncludedFieldWebsite: "INCLUDED_FIELD_WEBSITE"; readonly IncludedFieldPhone: "INCLUDED_FIELD_PHONE"; readonly IncludedFieldAddress: "INCLUDED_FIELD_ADDRESS"; readonly IncludedFieldLocation: "INCLUDED_FIELD_LOCATION"; readonly IncludedFieldCoordinates: "INCLUDED_FIELD_COORDINATES"; readonly IncludedFieldGoogleRating: "INCLUDED_FIELD_GOOGLE_RATING"; readonly IncludedFieldReviewCount: "INCLUDED_FIELD_REVIEW_COUNT"; readonly IncludedFieldReviews: "INCLUDED_FIELD_REVIEWS"; readonly IncludedFieldBusinessHours: "INCLUDED_FIELD_BUSINESS_HOURS"; readonly IncludedFieldBusinessStatus: "INCLUDED_FIELD_BUSINESS_STATUS"; readonly IncludedFieldPlaceId: "INCLUDED_FIELD_PLACE_ID"; readonly IncludedFieldGoogleMapsUrl: "INCLUDED_FIELD_GOOGLE_MAPS_URL"; readonly IncludedFieldPhotos: "INCLUDED_FIELD_PHOTOS"; readonly IncludedFieldMainPhoto: "INCLUDED_FIELD_MAIN_PHOTO"; readonly IncludedFieldBusinessTypes: "INCLUDED_FIELD_BUSINESS_TYPES"; readonly IncludedFieldAmenities: "INCLUDED_FIELD_AMENITIES"; readonly IncludedFieldPaymentMethods: "INCLUDED_FIELD_PAYMENT_METHODS"; readonly IncludedFieldSocialProfiles: "INCLUDED_FIELD_SOCIAL_PROFILES"; readonly IncludedFieldEmployeeCount: "INCLUDED_FIELD_EMPLOYEE_COUNT"; readonly IncludedFieldRevenueInfo: "INCLUDED_FIELD_REVENUE_INFO"; readonly IncludedFieldFoundedYear: "INCLUDED_FIELD_FOUNDED_YEAR"; readonly IncludedFieldCertifications: "INCLUDED_FIELD_CERTIFICATIONS"; readonly IncludedFieldNaicsCode: "INCLUDED_FIELD_NAICS_CODE"; readonly IncludedFieldSicCode: "INCLUDED_FIELD_SIC_CODE"; readonly IncludedFieldScrapingMetadata: "INCLUDED_FIELD_SCRAPING_METADATA"; readonly IncludedFieldComplianceInfo: "INCLUDED_FIELD_COMPLIANCE_INFO"; readonly IncludedFieldAlternatePhones: "INCLUDED_FIELD_ALTERNATE_PHONES"; readonly IncludedFieldContactPerson: "INCLUDED_FIELD_CONTACT_PERSON"; readonly IncludedFieldContactEmail: "INCLUDED_FIELD_CONTACT_EMAIL"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly PayloadFormatUnspecified: "PAYLOAD_FORMAT_UNSPECIFIED"; readonly PayloadFormatJson: "PAYLOAD_FORMAT_JSON"; readonly PayloadFormatXml: "PAYLOAD_FORMAT_XML"; readonly PayloadFormatFormData: "PAYLOAD_FORMAT_FORM_DATA"; readonly PayloadFormatProtobuf: "PAYLOAD_FORMAT_PROTOBUF"; readonly PayloadFormatYaml: "PAYLOAD_FORMAT_YAML"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly PayloadFormatUnspecified: "PAYLOAD_FORMAT_UNSPECIFIED"; readonly PayloadFormatJson: "PAYLOAD_FORMAT_JSON"; readonly PayloadFormatXml: "PAYLOAD_FORMAT_XML"; readonly PayloadFormatFormData: "PAYLOAD_FORMAT_FORM_DATA"; readonly PayloadFormatProtobuf: "PAYLOAD_FORMAT_PROTOBUF"; readonly PayloadFormatYaml: "PAYLOAD_FORMAT_YAML"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesMetadata$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesMetadata$Outbound = {}; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesMetadata$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesMetadata$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesMetadata$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesMetadata$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesMetadata$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesMetadata$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesMetadataToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesMetadata: PostApiLeadScraperMicroserviceApiV1WorkspacesMetadata): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesMetadataFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$Outbound = { id?: string | undefined; url?: string | undefined; authType?: string | undefined; authToken?: string | undefined; customHeaders?: { [k: string]: string; } | undefined; maxRetries?: number | undefined; retryInterval?: string | undefined; triggerEvents?: Array | undefined; includedFields?: Array | undefined; includeFullResults?: boolean | undefined; payloadFormat: string; verifySsl?: boolean | undefined; signingSecret?: string | undefined; rateLimit?: number | undefined; rateLimitInterval?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; lastTriggeredAt?: string | undefined; successfulCalls?: number | undefined; failedCalls?: number | undefined; metadata?: PostApiLeadScraperMicroserviceApiV1WorkspacesMetadata$Outbound | undefined; webhookName?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWebhooksToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWebhooks: PostApiLeadScraperMicroserviceApiV1WorkspacesWebhooks): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly WorkspaceTypeUnspecified: "WORKSPACE_TYPE_UNSPECIFIED"; readonly WorkspaceTypePersonal: "WORKSPACE_TYPE_PERSONAL"; readonly WorkspaceTypeTeam: "WORKSPACE_TYPE_TEAM"; readonly WorkspaceTypeEnterprise: "WORKSPACE_TYPE_ENTERPRISE"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly WorkspaceTypeUnspecified: "WORKSPACE_TYPE_UNSPECIFIED"; readonly WorkspaceTypePersonal: "WORKSPACE_TYPE_PERSONAL"; readonly WorkspaceTypeTeam: "WORKSPACE_TYPE_TEAM"; readonly WorkspaceTypeEnterprise: "WORKSPACE_TYPE_ENTERPRISE"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspace$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspace$Outbound = { id?: string | undefined; name?: string | undefined; industry?: string | undefined; domain?: string | undefined; gdprCompliant?: boolean | undefined; hipaaCompliant?: boolean | undefined; soc2Compliant?: boolean | undefined; storageQuota?: string | undefined; usedStorage?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; workflows?: Array | undefined; jobsRunThisMonth?: number | undefined; workspaceJobLimit?: number | undefined; dailyJobQuota?: number | undefined; activeScrapers?: number | undefined; totalLeadsCollected?: number | undefined; lastJobRun?: string | undefined; scrapingJobs?: Array | undefined; apiKeys?: Array | undefined; webhooks?: Array | undefined; workspaceType: string; description?: string | undefined; metadata?: { [k: string]: string; } | undefined; tags?: Array | undefined; maxTeamMembers?: number | undefined; currentTeamMembers?: number | undefined; allowGuestAccess?: boolean | undefined; allowedEmailDomains?: Array | undefined; exportFormats?: Array | undefined; exportSchedule?: string | undefined; exportDestinations?: Array | undefined; exportDestinationConfig?: { [k: string]: string; } | undefined; compressExports?: boolean | undefined; compressionFormat?: string | undefined; salesforceEnabled?: boolean | undefined; salesforceConfig?: string | undefined; hubspotEnabled?: boolean | undefined; hubspotConfig?: string | undefined; zapierEnabled?: boolean | undefined; zapierWebhook?: string | undefined; activeIntegrations?: Array | undefined; integrationSettings?: { [k: string]: string; } | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspace$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspace$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspace$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspace$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspace$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspace$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspace: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspace): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesRequestBody$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesRequestBody$Outbound = { workspace?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspace$Outbound | undefined; accountId?: string | undefined; organizationId?: string | undefined; tenantId?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesRequestBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesRequestBody$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesRequestBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesRequestBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesRequestBody$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesRequestBody$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesRequestBodyToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesRequestBody: PostApiLeadScraperMicroserviceApiV1WorkspacesRequestBody): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesRequestBodyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly WorkflowStatusUnspecified: "WORKFLOW_STATUS_UNSPECIFIED"; readonly WorkflowStatusDraft: "WORKFLOW_STATUS_DRAFT"; readonly WorkflowStatusActive: "WORKFLOW_STATUS_ACTIVE"; readonly WorkflowStatusPaused: "WORKFLOW_STATUS_PAUSED"; readonly WorkflowStatusFailed: "WORKFLOW_STATUS_FAILED"; readonly WorkflowStatusCompleted: "WORKFLOW_STATUS_COMPLETED"; readonly WorkflowStatusArchived: "WORKFLOW_STATUS_ARCHIVED"; readonly WorkflowStatusPendingApproval: "WORKFLOW_STATUS_PENDING_APPROVAL"; readonly WorkflowStatusValidating: "WORKFLOW_STATUS_VALIDATING"; readonly WorkflowStatusQuotaExceeded: "WORKFLOW_STATUS_QUOTA_EXCEEDED"; readonly WorkflowStatusWarning: "WORKFLOW_STATUS_WARNING"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly WorkflowStatusUnspecified: "WORKFLOW_STATUS_UNSPECIFIED"; readonly WorkflowStatusDraft: "WORKFLOW_STATUS_DRAFT"; readonly WorkflowStatusActive: "WORKFLOW_STATUS_ACTIVE"; readonly WorkflowStatusPaused: "WORKFLOW_STATUS_PAUSED"; readonly WorkflowStatusFailed: "WORKFLOW_STATUS_FAILED"; readonly WorkflowStatusCompleted: "WORKFLOW_STATUS_COMPLETED"; readonly WorkflowStatusArchived: "WORKFLOW_STATUS_ARCHIVED"; readonly WorkflowStatusPendingApproval: "WORKFLOW_STATUS_PENDING_APPROVAL"; readonly WorkflowStatusValidating: "WORKFLOW_STATUS_VALIDATING"; readonly WorkflowStatusQuotaExceeded: "WORKFLOW_STATUS_QUOTA_EXCEEDED"; readonly WorkflowStatusWarning: "WORKFLOW_STATUS_WARNING"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly BackgroundJobStatusUnspecified: "BACKGROUND_JOB_STATUS_UNSPECIFIED"; readonly BackgroundJobStatusQueued: "BACKGROUND_JOB_STATUS_QUEUED"; readonly BackgroundJobStatusInProgress: "BACKGROUND_JOB_STATUS_IN_PROGRESS"; readonly BackgroundJobStatusCompleted: "BACKGROUND_JOB_STATUS_COMPLETED"; readonly BackgroundJobStatusFailed: "BACKGROUND_JOB_STATUS_FAILED"; readonly BackgroundJobStatusCancelled: "BACKGROUND_JOB_STATUS_CANCELLED"; readonly BackgroundJobStatusTimedOut: "BACKGROUND_JOB_STATUS_TIMED_OUT"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly BackgroundJobStatusUnspecified: "BACKGROUND_JOB_STATUS_UNSPECIFIED"; readonly BackgroundJobStatusQueued: "BACKGROUND_JOB_STATUS_QUEUED"; readonly BackgroundJobStatusInProgress: "BACKGROUND_JOB_STATUS_IN_PROGRESS"; readonly BackgroundJobStatusCompleted: "BACKGROUND_JOB_STATUS_COMPLETED"; readonly BackgroundJobStatusFailed: "BACKGROUND_JOB_STATUS_FAILED"; readonly BackgroundJobStatusCancelled: "BACKGROUND_JOB_STATUS_CANCELLED"; readonly BackgroundJobStatusTimedOut: "BACKGROUND_JOB_STATUS_TIMED_OUT"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Lang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Lang$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Lang$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Lang$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly LanguageUnspecified: "LANGUAGE_UNSPECIFIED"; readonly LanguageEnglish: "LANGUAGE_ENGLISH"; readonly LanguageSpanish: "LANGUAGE_SPANISH"; readonly LanguageFrench: "LANGUAGE_FRENCH"; readonly LanguageGerman: "LANGUAGE_GERMAN"; readonly LanguageItalian: "LANGUAGE_ITALIAN"; readonly LanguagePortuguese: "LANGUAGE_PORTUGUESE"; readonly LanguageDutch: "LANGUAGE_DUTCH"; readonly LanguageRussian: "LANGUAGE_RUSSIAN"; readonly LanguageChinese: "LANGUAGE_CHINESE"; readonly LanguageJapanese: "LANGUAGE_JAPANESE"; readonly LanguageKorean: "LANGUAGE_KOREAN"; readonly LanguageArabic: "LANGUAGE_ARABIC"; readonly LanguageHindi: "LANGUAGE_HINDI"; readonly LanguageGreek: "LANGUAGE_GREEK"; readonly LanguageTurkish: "LANGUAGE_TURKISH"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Lang$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly LanguageUnspecified: "LANGUAGE_UNSPECIFIED"; readonly LanguageEnglish: "LANGUAGE_ENGLISH"; readonly LanguageSpanish: "LANGUAGE_SPANISH"; readonly LanguageFrench: "LANGUAGE_FRENCH"; readonly LanguageGerman: "LANGUAGE_GERMAN"; readonly LanguageItalian: "LANGUAGE_ITALIAN"; readonly LanguagePortuguese: "LANGUAGE_PORTUGUESE"; readonly LanguageDutch: "LANGUAGE_DUTCH"; readonly LanguageRussian: "LANGUAGE_RUSSIAN"; readonly LanguageChinese: "LANGUAGE_CHINESE"; readonly LanguageJapanese: "LANGUAGE_JAPANESE"; readonly LanguageKorean: "LANGUAGE_KOREAN"; readonly LanguageArabic: "LANGUAGE_ARABIC"; readonly LanguageHindi: "LANGUAGE_HINDI"; readonly LanguageGreek: "LANGUAGE_GREEK"; readonly LanguageTurkish: "LANGUAGE_TURKISH"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONDay$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONDay$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONDay$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONDay$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RegularHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RegularHours$Outbound = { id?: string | undefined; day: string; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RegularHours$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RegularHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RegularHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RegularHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RegularHoursToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RegularHours: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RegularHours): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyDay$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyDay$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyDay$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONResponseBodyDay$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200SpecialHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200SpecialHours$Outbound = { id?: string | undefined; day: string; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200SpecialHours$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200SpecialHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200SpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200SpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200SpecialHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200SpecialHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200SpecialHoursToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200SpecialHours: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200SpecialHours): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200SpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Reviews$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Reviews$Outbound = { id?: string | undefined; author?: string | undefined; rating?: number | undefined; text?: string | undefined; time?: string | undefined; language?: string | undefined; profilePhotoUrl?: string | undefined; reviewCount?: number | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Reviews$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Reviews$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Reviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Reviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Reviews$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Reviews$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ReviewsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Reviews: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Reviews): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RevenueRange$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RevenueRange$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RevenueRange$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly RevenueRangeUnspecified: "REVENUE_RANGE_UNSPECIFIED"; readonly RevenueRangeUnder100K: "REVENUE_RANGE_UNDER_100K"; readonly RevenueRange100KTo1M: "REVENUE_RANGE_100K_TO_1M"; readonly RevenueRange1MTo10M: "REVENUE_RANGE_1M_TO_10M"; readonly RevenueRange10MTo50M: "REVENUE_RANGE_10M_TO_50M"; readonly RevenueRangeOver50M: "REVENUE_RANGE_OVER_50M"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200RevenueRange$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly RevenueRangeUnspecified: "REVENUE_RANGE_UNSPECIFIED"; readonly RevenueRangeUnder100K: "REVENUE_RANGE_UNDER_100K"; readonly RevenueRange100KTo1M: "REVENUE_RANGE_100K_TO_1M"; readonly RevenueRange1MTo10M: "REVENUE_RANGE_1M_TO_10M"; readonly RevenueRange10MTo50M: "REVENUE_RANGE_10M_TO_50M"; readonly RevenueRangeOver50M: "REVENUE_RANGE_OVER_50M"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200EmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200EmployeeBenefits$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200EmployeeBenefits$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200EmployeeBenefits$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly EmployeeBenefitUnspecified: "EMPLOYEE_BENEFIT_UNSPECIFIED"; readonly EmployeeBenefitHealthInsurance: "EMPLOYEE_BENEFIT_HEALTH_INSURANCE"; readonly EmployeeBenefitRetirementPlan: "EMPLOYEE_BENEFIT_RETIREMENT_PLAN"; readonly EmployeeBenefitPaidTimeOff: "EMPLOYEE_BENEFIT_PAID_TIME_OFF"; readonly EmployeeBenefitRemoteWork: "EMPLOYEE_BENEFIT_REMOTE_WORK"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200EmployeeBenefits$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly EmployeeBenefitUnspecified: "EMPLOYEE_BENEFIT_UNSPECIFIED"; readonly EmployeeBenefitHealthInsurance: "EMPLOYEE_BENEFIT_HEALTH_INSURANCE"; readonly EmployeeBenefitRetirementPlan: "EMPLOYEE_BENEFIT_RETIREMENT_PLAN"; readonly EmployeeBenefitPaidTimeOff: "EMPLOYEE_BENEFIT_PAID_TIME_OFF"; readonly EmployeeBenefitRemoteWork: "EMPLOYEE_BENEFIT_REMOTE_WORK"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Leads$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Leads$Outbound = { id?: string | undefined; name?: string | undefined; website?: string | undefined; phone?: string | undefined; address?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; latitude?: number | undefined; longitude?: number | undefined; googleRating?: number | undefined; reviewCount?: number | undefined; industry?: string | undefined; employeeCount?: number | undefined; estimatedRevenue?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; placeId?: string | undefined; googleMapsUrl?: string | undefined; businessStatus?: string | undefined; regularHours?: Array | undefined; specialHours?: Array | undefined; photoReferences?: Array | undefined; mainPhotoUrl?: string | undefined; reviews?: Array | undefined; types?: Array | undefined; amenities?: Array | undefined; servesVegetarianFood?: boolean | undefined; outdoorSeating?: boolean | undefined; paymentMethods?: Array | undefined; wheelchairAccessible?: boolean | undefined; parkingAvailable?: boolean | undefined; socialMedia?: { [k: string]: string; } | undefined; ratingCategory?: string | undefined; rating?: number | undefined; count?: number | undefined; lastUpdated?: string | undefined; dataSourceVersion?: string | undefined; scrapingSessionId?: string | undefined; alternatePhones?: Array | undefined; contactPersonName?: string | undefined; contactPersonTitle?: string | undefined; contactEmail?: string | undefined; foundedYear?: number | undefined; businessType?: string | undefined; certifications?: Array | undefined; licenseNumber?: string | undefined; revenueRange: string; fundingStage?: string | undefined; isPublicCompany?: boolean | undefined; websiteLoadSpeed?: number | undefined; hasSslCertificate?: boolean | undefined; cmsUsed?: string | undefined; ecommercePlatforms?: Array | undefined; timezone?: string | undefined; neighborhood?: string | undefined; nearbyLandmarks?: Array | undefined; transportationAccess?: string | undefined; employeeBenefits?: Array | undefined; parentCompany?: string | undefined; subsidiaries?: Array | undefined; isFranchise?: boolean | undefined; seoKeywords?: Array | undefined; usesGoogleAds?: boolean | undefined; googleMyBusinessCategory?: string | undefined; naicsCode?: string | undefined; sicCode?: string | undefined; unspscCode?: string | undefined; isGreenCertified?: boolean | undefined; energySources?: Array | undefined; sustainabilityRating?: string | undefined; recentAnnouncements?: Array | undefined; lastProductLaunch?: string | undefined; hasLitigationHistory?: boolean | undefined; exportControlStatus?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Leads$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Leads$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Leads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Leads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Leads$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Leads$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200LeadsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Leads: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Leads): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200LeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesJobs$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesJobs$Outbound = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: string | undefined; status: string; name?: string | undefined; keywords?: Array | undefined; lang: string; zoom?: number | undefined; lat?: string | undefined; lon?: string | undefined; fastMode?: boolean | undefined; radius?: number | undefined; depth?: number | undefined; email?: boolean | undefined; maxTime?: number | undefined; proxies?: Array | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; leads?: Array | undefined; url?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesJobs$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesJobs$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesJobs$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesJobs$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesJobsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesJobs: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesJobs): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesOutputFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesOutputFormat$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesOutputFormat$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesOutputFormat$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly OutputFormatUnspecified: "OUTPUT_FORMAT_UNSPECIFIED"; readonly OutputFormatJson: "OUTPUT_FORMAT_JSON"; readonly OutputFormatCsv: "OUTPUT_FORMAT_CSV"; readonly OutputFormatBigquery: "OUTPUT_FORMAT_BIGQUERY"; readonly OutputFormatPostgres: "OUTPUT_FORMAT_POSTGRES"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesOutputFormat$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly OutputFormatUnspecified: "OUTPUT_FORMAT_UNSPECIFIED"; readonly OutputFormatJson: "OUTPUT_FORMAT_JSON"; readonly OutputFormatCsv: "OUTPUT_FORMAT_CSV"; readonly OutputFormatBigquery: "OUTPUT_FORMAT_BIGQUERY"; readonly OutputFormatPostgres: "OUTPUT_FORMAT_POSTGRES"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkflows$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkflows$Outbound = { id?: string | undefined; name?: string | undefined; cronExpression?: string | undefined; nextRunTime?: string | undefined; lastRunTime?: string | undefined; status: string; retryCount?: number | undefined; maxRetries?: number | undefined; alertEmails?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; jobs?: Array | undefined; geoFencingRadius?: number | undefined; geoFencingLat?: number | undefined; geoFencingLon?: number | undefined; geoFencingZoomMin?: number | undefined; geoFencingZoomMax?: number | undefined; includeReviews?: boolean | undefined; includePhotos?: boolean | undefined; includeBusinessHours?: boolean | undefined; maxReviewsPerBusiness?: number | undefined; outputFormat: string; outputDestination?: string | undefined; dataRetention?: string | undefined; anonymizePii?: boolean | undefined; notificationSlackChannel?: string | undefined; notificationEmailGroup?: string | undefined; notificationNotifyOnStart?: boolean | undefined; notificationNotifyOnComplete?: boolean | undefined; notificationNotifyOnFailure?: boolean | undefined; contentFilterAllowedCountries?: Array | undefined; contentFilterExcludedTypes?: Array | undefined; contentFilterMinimumRating?: number | undefined; contentFilterMinimumReviews?: number | undefined; qosMaxConcurrentRequests?: number | undefined; qosMaxRetries?: number | undefined; qosRequestTimeout?: string | undefined; qosEnableJavascript?: boolean | undefined; respectRobotsTxt?: boolean | undefined; acceptTermsOfService?: boolean | undefined; userAgent?: string | undefined; searchTerms?: Array | undefined; scheduledEntryId?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkflows$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkflows$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkflows$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkflows$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkflows$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkflows$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkflowsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkflows: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkflows): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkflowsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly BackgroundJobStatusUnspecified: "BACKGROUND_JOB_STATUS_UNSPECIFIED"; readonly BackgroundJobStatusQueued: "BACKGROUND_JOB_STATUS_QUEUED"; readonly BackgroundJobStatusInProgress: "BACKGROUND_JOB_STATUS_IN_PROGRESS"; readonly BackgroundJobStatusCompleted: "BACKGROUND_JOB_STATUS_COMPLETED"; readonly BackgroundJobStatusFailed: "BACKGROUND_JOB_STATUS_FAILED"; readonly BackgroundJobStatusCancelled: "BACKGROUND_JOB_STATUS_CANCELLED"; readonly BackgroundJobStatusTimedOut: "BACKGROUND_JOB_STATUS_TIMED_OUT"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly BackgroundJobStatusUnspecified: "BACKGROUND_JOB_STATUS_UNSPECIFIED"; readonly BackgroundJobStatusQueued: "BACKGROUND_JOB_STATUS_QUEUED"; readonly BackgroundJobStatusInProgress: "BACKGROUND_JOB_STATUS_IN_PROGRESS"; readonly BackgroundJobStatusCompleted: "BACKGROUND_JOB_STATUS_COMPLETED"; readonly BackgroundJobStatusFailed: "BACKGROUND_JOB_STATUS_FAILED"; readonly BackgroundJobStatusCancelled: "BACKGROUND_JOB_STATUS_CANCELLED"; readonly BackgroundJobStatusTimedOut: "BACKGROUND_JOB_STATUS_TIMED_OUT"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLang$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLang$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLang$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly LanguageUnspecified: "LANGUAGE_UNSPECIFIED"; readonly LanguageEnglish: "LANGUAGE_ENGLISH"; readonly LanguageSpanish: "LANGUAGE_SPANISH"; readonly LanguageFrench: "LANGUAGE_FRENCH"; readonly LanguageGerman: "LANGUAGE_GERMAN"; readonly LanguageItalian: "LANGUAGE_ITALIAN"; readonly LanguagePortuguese: "LANGUAGE_PORTUGUESE"; readonly LanguageDutch: "LANGUAGE_DUTCH"; readonly LanguageRussian: "LANGUAGE_RUSSIAN"; readonly LanguageChinese: "LANGUAGE_CHINESE"; readonly LanguageJapanese: "LANGUAGE_JAPANESE"; readonly LanguageKorean: "LANGUAGE_KOREAN"; readonly LanguageArabic: "LANGUAGE_ARABIC"; readonly LanguageHindi: "LANGUAGE_HINDI"; readonly LanguageGreek: "LANGUAGE_GREEK"; readonly LanguageTurkish: "LANGUAGE_TURKISH"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLang$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly LanguageUnspecified: "LANGUAGE_UNSPECIFIED"; readonly LanguageEnglish: "LANGUAGE_ENGLISH"; readonly LanguageSpanish: "LANGUAGE_SPANISH"; readonly LanguageFrench: "LANGUAGE_FRENCH"; readonly LanguageGerman: "LANGUAGE_GERMAN"; readonly LanguageItalian: "LANGUAGE_ITALIAN"; readonly LanguagePortuguese: "LANGUAGE_PORTUGUESE"; readonly LanguageDutch: "LANGUAGE_DUTCH"; readonly LanguageRussian: "LANGUAGE_RUSSIAN"; readonly LanguageChinese: "LANGUAGE_CHINESE"; readonly LanguageJapanese: "LANGUAGE_JAPANESE"; readonly LanguageKorean: "LANGUAGE_KOREAN"; readonly LanguageArabic: "LANGUAGE_ARABIC"; readonly LanguageHindi: "LANGUAGE_HINDI"; readonly LanguageGreek: "LANGUAGE_GREEK"; readonly LanguageTurkish: "LANGUAGE_TURKISH"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRegularHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRegularHours$Outbound = { id?: string | undefined; day: string; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRegularHours$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRegularHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRegularHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRegularHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRegularHoursToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRegularHours: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRegularHours): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly DayOfWeekUnspecified: "DAY_OF_WEEK_UNSPECIFIED"; readonly DayOfWeekMonday: "DAY_OF_WEEK_MONDAY"; readonly DayOfWeekTuesday: "DAY_OF_WEEK_TUESDAY"; readonly DayOfWeekWednesday: "DAY_OF_WEEK_WEDNESDAY"; readonly DayOfWeekThursday: "DAY_OF_WEEK_THURSDAY"; readonly DayOfWeekFriday: "DAY_OF_WEEK_FRIDAY"; readonly DayOfWeekSaturday: "DAY_OF_WEEK_SATURDAY"; readonly DayOfWeekSunday: "DAY_OF_WEEK_SUNDAY"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseSpecialHours$Outbound = { id?: string | undefined; day: string; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseSpecialHours$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseSpecialHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseSpecialHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseSpecialHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseSpecialHoursToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseSpecialHours: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseSpecialHours): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseReviews$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseReviews$Outbound = { id?: string | undefined; author?: string | undefined; rating?: number | undefined; text?: string | undefined; time?: string | undefined; language?: string | undefined; profilePhotoUrl?: string | undefined; reviewCount?: number | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseReviews$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseReviews$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseReviews$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseReviews$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseReviewsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseReviews: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseReviews): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRevenueRange$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRevenueRange$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRevenueRange$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly RevenueRangeUnspecified: "REVENUE_RANGE_UNSPECIFIED"; readonly RevenueRangeUnder100K: "REVENUE_RANGE_UNDER_100K"; readonly RevenueRange100KTo1M: "REVENUE_RANGE_100K_TO_1M"; readonly RevenueRange1MTo10M: "REVENUE_RANGE_1M_TO_10M"; readonly RevenueRange10MTo50M: "REVENUE_RANGE_10M_TO_50M"; readonly RevenueRangeOver50M: "REVENUE_RANGE_OVER_50M"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseRevenueRange$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly RevenueRangeUnspecified: "REVENUE_RANGE_UNSPECIFIED"; readonly RevenueRangeUnder100K: "REVENUE_RANGE_UNDER_100K"; readonly RevenueRange100KTo1M: "REVENUE_RANGE_100K_TO_1M"; readonly RevenueRange1MTo10M: "REVENUE_RANGE_1M_TO_10M"; readonly RevenueRange10MTo50M: "REVENUE_RANGE_10M_TO_50M"; readonly RevenueRangeOver50M: "REVENUE_RANGE_OVER_50M"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseEmployeeBenefits$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseEmployeeBenefits$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseEmployeeBenefits$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly EmployeeBenefitUnspecified: "EMPLOYEE_BENEFIT_UNSPECIFIED"; readonly EmployeeBenefitHealthInsurance: "EMPLOYEE_BENEFIT_HEALTH_INSURANCE"; readonly EmployeeBenefitRetirementPlan: "EMPLOYEE_BENEFIT_RETIREMENT_PLAN"; readonly EmployeeBenefitPaidTimeOff: "EMPLOYEE_BENEFIT_PAID_TIME_OFF"; readonly EmployeeBenefitRemoteWork: "EMPLOYEE_BENEFIT_REMOTE_WORK"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseEmployeeBenefits$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly EmployeeBenefitUnspecified: "EMPLOYEE_BENEFIT_UNSPECIFIED"; readonly EmployeeBenefitHealthInsurance: "EMPLOYEE_BENEFIT_HEALTH_INSURANCE"; readonly EmployeeBenefitRetirementPlan: "EMPLOYEE_BENEFIT_RETIREMENT_PLAN"; readonly EmployeeBenefitPaidTimeOff: "EMPLOYEE_BENEFIT_PAID_TIME_OFF"; readonly EmployeeBenefitRemoteWork: "EMPLOYEE_BENEFIT_REMOTE_WORK"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLeads$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLeads$Outbound = { id?: string | undefined; name?: string | undefined; website?: string | undefined; phone?: string | undefined; address?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; latitude?: number | undefined; longitude?: number | undefined; googleRating?: number | undefined; reviewCount?: number | undefined; industry?: string | undefined; employeeCount?: number | undefined; estimatedRevenue?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; placeId?: string | undefined; googleMapsUrl?: string | undefined; businessStatus?: string | undefined; regularHours?: Array | undefined; specialHours?: Array | undefined; photoReferences?: Array | undefined; mainPhotoUrl?: string | undefined; reviews?: Array | undefined; types?: Array | undefined; amenities?: Array | undefined; servesVegetarianFood?: boolean | undefined; outdoorSeating?: boolean | undefined; paymentMethods?: Array | undefined; wheelchairAccessible?: boolean | undefined; parkingAvailable?: boolean | undefined; socialMedia?: { [k: string]: string; } | undefined; ratingCategory?: string | undefined; rating?: number | undefined; count?: number | undefined; lastUpdated?: string | undefined; dataSourceVersion?: string | undefined; scrapingSessionId?: string | undefined; alternatePhones?: Array | undefined; contactPersonName?: string | undefined; contactPersonTitle?: string | undefined; contactEmail?: string | undefined; foundedYear?: number | undefined; businessType?: string | undefined; certifications?: Array | undefined; licenseNumber?: string | undefined; revenueRange: string; fundingStage?: string | undefined; isPublicCompany?: boolean | undefined; websiteLoadSpeed?: number | undefined; hasSslCertificate?: boolean | undefined; cmsUsed?: string | undefined; ecommercePlatforms?: Array | undefined; timezone?: string | undefined; neighborhood?: string | undefined; nearbyLandmarks?: Array | undefined; transportationAccess?: string | undefined; employeeBenefits?: Array | undefined; parentCompany?: string | undefined; subsidiaries?: Array | undefined; isFranchise?: boolean | undefined; seoKeywords?: Array | undefined; usesGoogleAds?: boolean | undefined; googleMyBusinessCategory?: string | undefined; naicsCode?: string | undefined; sicCode?: string | undefined; unspscCode?: string | undefined; isGreenCertified?: boolean | undefined; energySources?: Array | undefined; sustainabilityRating?: string | undefined; recentAnnouncements?: Array | undefined; lastProductLaunch?: string | undefined; hasLitigationHistory?: boolean | undefined; exportControlStatus?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLeads$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLeads$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLeads$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLeads$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLeadsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLeads: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLeads): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesScrapingJobs$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesScrapingJobs$Outbound = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: string | undefined; status: string; name?: string | undefined; keywords?: Array | undefined; lang: string; zoom?: number | undefined; lat?: string | undefined; lon?: string | undefined; fastMode?: boolean | undefined; radius?: number | undefined; depth?: number | undefined; email?: boolean | undefined; maxTime?: number | undefined; proxies?: Array | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; leads?: Array | undefined; url?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesScrapingJobs$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesScrapingJobs$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesScrapingJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesScrapingJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesScrapingJobs$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesScrapingJobs$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesScrapingJobsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesScrapingJobs: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesScrapingJobs): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesScrapingJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly StatusUnspecified: "STATUS_UNSPECIFIED"; readonly StatusActive: "STATUS_ACTIVE"; readonly StatusSuspended: "STATUS_SUSPENDED"; readonly StatusPendingVerification: "STATUS_PENDING_VERIFICATION"; readonly StatusRevoked: "STATUS_REVOKED"; readonly StatusExpired: "STATUS_EXPIRED"; readonly StatusRateLimited: "STATUS_RATE_LIMITED"; readonly StatusPendingReview: "STATUS_PENDING_REVIEW"; readonly StatusDeprecated: "STATUS_DEPRECATED"; readonly StatusMaintenance: "STATUS_MAINTENANCE"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200ApplicationJSONStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly StatusUnspecified: "STATUS_UNSPECIFIED"; readonly StatusActive: "STATUS_ACTIVE"; readonly StatusSuspended: "STATUS_SUSPENDED"; readonly StatusPendingVerification: "STATUS_PENDING_VERIFICATION"; readonly StatusRevoked: "STATUS_REVOKED"; readonly StatusExpired: "STATUS_EXPIRED"; readonly StatusRateLimited: "STATUS_RATE_LIMITED"; readonly StatusPendingReview: "STATUS_PENDING_REVIEW"; readonly StatusDeprecated: "STATUS_DEPRECATED"; readonly StatusMaintenance: "STATUS_MAINTENANCE"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesApiKeys$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesApiKeys$Outbound = { id?: string | undefined; name?: string | undefined; keyHash?: string | undefined; keyPrefix?: string | undefined; scopes?: Array | undefined; allowedIps?: Array | undefined; allowedDomains?: Array | undefined; allowedEnvironments?: Array | undefined; isTestKey?: boolean | undefined; requestsPerSecond?: number | undefined; requestsPerDay?: number | undefined; concurrentRequests?: number | undefined; monthlyRequestQuota?: string | undefined; costPerRequest?: number | undefined; billingTier?: string | undefined; totalRequests?: string | undefined; totalErrors?: string | undefined; lastUsedAt?: string | undefined; averageResponseTime?: number | undefined; endpointUsageJson?: string | undefined; errorRatesJson?: string | undefined; recentErrors?: string | undefined; successfulRequestsCount?: number | undefined; successRate?: number | undefined; status: string; createdAt?: string | undefined; updatedAt?: string | undefined; expiresAt?: string | undefined; deletedAt?: string | undefined; lastRotatedAt?: string | undefined; lastSecurityReviewAt?: string | undefined; requiresClientSecret?: boolean | undefined; clientSecretHash?: string | undefined; enforceHttps?: boolean | undefined; enforceSigning?: boolean | undefined; allowedSignatureAlgorithms?: Array | undefined; enforceMutualTls?: boolean | undefined; clientCertificateHash?: string | undefined; requireRequestSigning?: boolean | undefined; description?: string | undefined; metadataJson?: string | undefined; tags?: Array | undefined; apiVersion?: string | undefined; supportedFeatures?: Array | undefined; documentationUrl?: string | undefined; supportContact?: string | undefined; logAllRequests?: boolean | undefined; lastRotationReason?: string | undefined; lastRotationDate?: string | undefined; rotationFrequencyDays?: number | undefined; complianceStandards?: Array | undefined; requiresAuditLogging?: boolean | undefined; dataResidency?: string | undefined; approvedIntegrations?: Array | undefined; alertEmails?: Array | undefined; webhookUrl?: string | undefined; alertOnQuotaThreshold?: boolean | undefined; quotaAlertThreshold?: number | undefined; alertOnErrorSpike?: boolean | undefined; errorAlertThreshold?: number | undefined; monitoringIntegrations?: Array | undefined; encrypted?: boolean | undefined; dataClassification?: string | undefined; maxUses?: number | undefined; rateLimit?: number | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesApiKeys$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesApiKeys$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesApiKeys$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesApiKeys$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesApiKeys$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesApiKeys$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesApiKeysToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesApiKeys: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesApiKeys): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesApiKeysFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesTriggerEvents$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesTriggerEvents$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesTriggerEvents$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesTriggerEvents$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly TriggerEventUnspecified: "TRIGGER_EVENT_UNSPECIFIED"; readonly TriggerEventJobStarted: "TRIGGER_EVENT_JOB_STARTED"; readonly TriggerEventJobCompleted: "TRIGGER_EVENT_JOB_COMPLETED"; readonly TriggerEventJobFailed: "TRIGGER_EVENT_JOB_FAILED"; readonly TriggerEventLeadFound: "TRIGGER_EVENT_LEAD_FOUND"; readonly TriggerEventQuotaExceeded: "TRIGGER_EVENT_QUOTA_EXCEEDED"; readonly TriggerEventErrorThresholdReached: "TRIGGER_EVENT_ERROR_THRESHOLD_REACHED"; readonly TriggerEventRateLimitReached: "TRIGGER_EVENT_RATE_LIMIT_REACHED"; readonly TriggerEventDataValidationFailed: "TRIGGER_EVENT_DATA_VALIDATION_FAILED"; readonly TriggerEventNewProxyNeeded: "TRIGGER_EVENT_NEW_PROXY_NEEDED"; readonly TriggerEventScheduledMaintenance: "TRIGGER_EVENT_SCHEDULED_MAINTENANCE"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesTriggerEvents$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly TriggerEventUnspecified: "TRIGGER_EVENT_UNSPECIFIED"; readonly TriggerEventJobStarted: "TRIGGER_EVENT_JOB_STARTED"; readonly TriggerEventJobCompleted: "TRIGGER_EVENT_JOB_COMPLETED"; readonly TriggerEventJobFailed: "TRIGGER_EVENT_JOB_FAILED"; readonly TriggerEventLeadFound: "TRIGGER_EVENT_LEAD_FOUND"; readonly TriggerEventQuotaExceeded: "TRIGGER_EVENT_QUOTA_EXCEEDED"; readonly TriggerEventErrorThresholdReached: "TRIGGER_EVENT_ERROR_THRESHOLD_REACHED"; readonly TriggerEventRateLimitReached: "TRIGGER_EVENT_RATE_LIMIT_REACHED"; readonly TriggerEventDataValidationFailed: "TRIGGER_EVENT_DATA_VALIDATION_FAILED"; readonly TriggerEventNewProxyNeeded: "TRIGGER_EVENT_NEW_PROXY_NEEDED"; readonly TriggerEventScheduledMaintenance: "TRIGGER_EVENT_SCHEDULED_MAINTENANCE"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesIncludedFields$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesIncludedFields$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesIncludedFields$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesIncludedFields$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly IncludedFieldUnspecified: "INCLUDED_FIELD_UNSPECIFIED"; readonly IncludedFieldName: "INCLUDED_FIELD_NAME"; readonly IncludedFieldWebsite: "INCLUDED_FIELD_WEBSITE"; readonly IncludedFieldPhone: "INCLUDED_FIELD_PHONE"; readonly IncludedFieldAddress: "INCLUDED_FIELD_ADDRESS"; readonly IncludedFieldLocation: "INCLUDED_FIELD_LOCATION"; readonly IncludedFieldCoordinates: "INCLUDED_FIELD_COORDINATES"; readonly IncludedFieldGoogleRating: "INCLUDED_FIELD_GOOGLE_RATING"; readonly IncludedFieldReviewCount: "INCLUDED_FIELD_REVIEW_COUNT"; readonly IncludedFieldReviews: "INCLUDED_FIELD_REVIEWS"; readonly IncludedFieldBusinessHours: "INCLUDED_FIELD_BUSINESS_HOURS"; readonly IncludedFieldBusinessStatus: "INCLUDED_FIELD_BUSINESS_STATUS"; readonly IncludedFieldPlaceId: "INCLUDED_FIELD_PLACE_ID"; readonly IncludedFieldGoogleMapsUrl: "INCLUDED_FIELD_GOOGLE_MAPS_URL"; readonly IncludedFieldPhotos: "INCLUDED_FIELD_PHOTOS"; readonly IncludedFieldMainPhoto: "INCLUDED_FIELD_MAIN_PHOTO"; readonly IncludedFieldBusinessTypes: "INCLUDED_FIELD_BUSINESS_TYPES"; readonly IncludedFieldAmenities: "INCLUDED_FIELD_AMENITIES"; readonly IncludedFieldPaymentMethods: "INCLUDED_FIELD_PAYMENT_METHODS"; readonly IncludedFieldSocialProfiles: "INCLUDED_FIELD_SOCIAL_PROFILES"; readonly IncludedFieldEmployeeCount: "INCLUDED_FIELD_EMPLOYEE_COUNT"; readonly IncludedFieldRevenueInfo: "INCLUDED_FIELD_REVENUE_INFO"; readonly IncludedFieldFoundedYear: "INCLUDED_FIELD_FOUNDED_YEAR"; readonly IncludedFieldCertifications: "INCLUDED_FIELD_CERTIFICATIONS"; readonly IncludedFieldNaicsCode: "INCLUDED_FIELD_NAICS_CODE"; readonly IncludedFieldSicCode: "INCLUDED_FIELD_SIC_CODE"; readonly IncludedFieldScrapingMetadata: "INCLUDED_FIELD_SCRAPING_METADATA"; readonly IncludedFieldComplianceInfo: "INCLUDED_FIELD_COMPLIANCE_INFO"; readonly IncludedFieldAlternatePhones: "INCLUDED_FIELD_ALTERNATE_PHONES"; readonly IncludedFieldContactPerson: "INCLUDED_FIELD_CONTACT_PERSON"; readonly IncludedFieldContactEmail: "INCLUDED_FIELD_CONTACT_EMAIL"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesIncludedFields$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly IncludedFieldUnspecified: "INCLUDED_FIELD_UNSPECIFIED"; readonly IncludedFieldName: "INCLUDED_FIELD_NAME"; readonly IncludedFieldWebsite: "INCLUDED_FIELD_WEBSITE"; readonly IncludedFieldPhone: "INCLUDED_FIELD_PHONE"; readonly IncludedFieldAddress: "INCLUDED_FIELD_ADDRESS"; readonly IncludedFieldLocation: "INCLUDED_FIELD_LOCATION"; readonly IncludedFieldCoordinates: "INCLUDED_FIELD_COORDINATES"; readonly IncludedFieldGoogleRating: "INCLUDED_FIELD_GOOGLE_RATING"; readonly IncludedFieldReviewCount: "INCLUDED_FIELD_REVIEW_COUNT"; readonly IncludedFieldReviews: "INCLUDED_FIELD_REVIEWS"; readonly IncludedFieldBusinessHours: "INCLUDED_FIELD_BUSINESS_HOURS"; readonly IncludedFieldBusinessStatus: "INCLUDED_FIELD_BUSINESS_STATUS"; readonly IncludedFieldPlaceId: "INCLUDED_FIELD_PLACE_ID"; readonly IncludedFieldGoogleMapsUrl: "INCLUDED_FIELD_GOOGLE_MAPS_URL"; readonly IncludedFieldPhotos: "INCLUDED_FIELD_PHOTOS"; readonly IncludedFieldMainPhoto: "INCLUDED_FIELD_MAIN_PHOTO"; readonly IncludedFieldBusinessTypes: "INCLUDED_FIELD_BUSINESS_TYPES"; readonly IncludedFieldAmenities: "INCLUDED_FIELD_AMENITIES"; readonly IncludedFieldPaymentMethods: "INCLUDED_FIELD_PAYMENT_METHODS"; readonly IncludedFieldSocialProfiles: "INCLUDED_FIELD_SOCIAL_PROFILES"; readonly IncludedFieldEmployeeCount: "INCLUDED_FIELD_EMPLOYEE_COUNT"; readonly IncludedFieldRevenueInfo: "INCLUDED_FIELD_REVENUE_INFO"; readonly IncludedFieldFoundedYear: "INCLUDED_FIELD_FOUNDED_YEAR"; readonly IncludedFieldCertifications: "INCLUDED_FIELD_CERTIFICATIONS"; readonly IncludedFieldNaicsCode: "INCLUDED_FIELD_NAICS_CODE"; readonly IncludedFieldSicCode: "INCLUDED_FIELD_SIC_CODE"; readonly IncludedFieldScrapingMetadata: "INCLUDED_FIELD_SCRAPING_METADATA"; readonly IncludedFieldComplianceInfo: "INCLUDED_FIELD_COMPLIANCE_INFO"; readonly IncludedFieldAlternatePhones: "INCLUDED_FIELD_ALTERNATE_PHONES"; readonly IncludedFieldContactPerson: "INCLUDED_FIELD_CONTACT_PERSON"; readonly IncludedFieldContactEmail: "INCLUDED_FIELD_CONTACT_EMAIL"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesPayloadFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesPayloadFormat$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesPayloadFormat$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesPayloadFormat$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly PayloadFormatUnspecified: "PAYLOAD_FORMAT_UNSPECIFIED"; readonly PayloadFormatJson: "PAYLOAD_FORMAT_JSON"; readonly PayloadFormatXml: "PAYLOAD_FORMAT_XML"; readonly PayloadFormatFormData: "PAYLOAD_FORMAT_FORM_DATA"; readonly PayloadFormatProtobuf: "PAYLOAD_FORMAT_PROTOBUF"; readonly PayloadFormatYaml: "PAYLOAD_FORMAT_YAML"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesPayloadFormat$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly PayloadFormatUnspecified: "PAYLOAD_FORMAT_UNSPECIFIED"; readonly PayloadFormatJson: "PAYLOAD_FORMAT_JSON"; readonly PayloadFormatXml: "PAYLOAD_FORMAT_XML"; readonly PayloadFormatFormData: "PAYLOAD_FORMAT_FORM_DATA"; readonly PayloadFormatProtobuf: "PAYLOAD_FORMAT_PROTOBUF"; readonly PayloadFormatYaml: "PAYLOAD_FORMAT_YAML"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadata$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadata$Outbound = {}; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadata$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadata$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadata$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadata$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadata$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadata$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadataToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadata: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadata): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadataFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWebhooks$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWebhooks$Outbound = { id?: string | undefined; url?: string | undefined; authType?: string | undefined; authToken?: string | undefined; customHeaders?: { [k: string]: string; } | undefined; maxRetries?: number | undefined; retryInterval?: string | undefined; triggerEvents?: Array | undefined; includedFields?: Array | undefined; includeFullResults?: boolean | undefined; payloadFormat: string; verifySsl?: boolean | undefined; signingSecret?: string | undefined; rateLimit?: number | undefined; rateLimitInterval?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; lastTriggeredAt?: string | undefined; successfulCalls?: number | undefined; failedCalls?: number | undefined; metadata?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesMetadata$Outbound | undefined; webhookName?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWebhooks$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWebhooks$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWebhooks$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWebhooks$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWebhooksToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWebhooks: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWebhooks): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspaceType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspaceType$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspaceType$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspaceType$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly WorkspaceTypeUnspecified: "WORKSPACE_TYPE_UNSPECIFIED"; readonly WorkspaceTypePersonal: "WORKSPACE_TYPE_PERSONAL"; readonly WorkspaceTypeTeam: "WORKSPACE_TYPE_TEAM"; readonly WorkspaceTypeEnterprise: "WORKSPACE_TYPE_ENTERPRISE"; }>; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspaceType$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly WorkspaceTypeUnspecified: "WORKSPACE_TYPE_UNSPECIFIED"; readonly WorkspaceTypePersonal: "WORKSPACE_TYPE_PERSONAL"; readonly WorkspaceTypeTeam: "WORKSPACE_TYPE_TEAM"; readonly WorkspaceTypeEnterprise: "WORKSPACE_TYPE_ENTERPRISE"; }>; } /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspace$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspace$Outbound = { id?: string | undefined; name?: string | undefined; industry?: string | undefined; domain?: string | undefined; gdprCompliant?: boolean | undefined; hipaaCompliant?: boolean | undefined; soc2Compliant?: boolean | undefined; storageQuota?: string | undefined; usedStorage?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; workflows?: Array | undefined; jobsRunThisMonth?: number | undefined; workspaceJobLimit?: number | undefined; dailyJobQuota?: number | undefined; activeScrapers?: number | undefined; totalLeadsCollected?: number | undefined; lastJobRun?: string | undefined; scrapingJobs?: Array | undefined; apiKeys?: Array | undefined; webhooks?: Array | undefined; workspaceType: string; description?: string | undefined; metadata?: { [k: string]: string; } | undefined; tags?: Array | undefined; maxTeamMembers?: number | undefined; currentTeamMembers?: number | undefined; allowGuestAccess?: boolean | undefined; allowedEmailDomains?: Array | undefined; exportFormats?: Array | undefined; exportSchedule?: string | undefined; exportDestinations?: Array | undefined; exportDestinationConfig?: { [k: string]: string; } | undefined; compressExports?: boolean | undefined; compressionFormat?: string | undefined; salesforceEnabled?: boolean | undefined; salesforceConfig?: string | undefined; hubspotEnabled?: boolean | undefined; hubspotConfig?: string | undefined; zapierEnabled?: boolean | undefined; zapierWebhook?: string | undefined; activeIntegrations?: Array | undefined; integrationSettings?: { [k: string]: string; } | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspace$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspace$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspace$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspace$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspace$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspace$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspaceToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspace: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspace): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspaceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$Outbound = { workspace?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesWorkspace$Outbound | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace PostApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesResponseBodyToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesResponseBody: PostApiLeadScraperMicroserviceApiV1WorkspacesResponseBody): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=postapileadscrapermicroserviceapiv1workspaces.d.ts.map