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 type GetApiLeadScraperMicroserviceApiV1WorkspacesRequest = { accountId?: string | undefined; pageSize?: number | undefined; pageNumber?: number | undefined; organizationId?: string | undefined; tenantId?: string | undefined; }; export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesStatus: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesStatus = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours = { id?: string | undefined; day?: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours = { id?: string | undefined; day?: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews = { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads = { 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?: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange | 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 GetApiLeadScraperMicroserviceApiV1WorkspacesJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang | 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 GetApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1WorkspacesWorkflows = { id?: string | undefined; name?: string | undefined; cronExpression?: string | undefined; nextRunTime?: Date | undefined; lastRunTime?: Date | undefined; status?: GetApiLeadScraperMicroserviceApiV1WorkspacesStatus | 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?: GetApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat | 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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesLang: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesLang = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesDay: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesDay = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1WorkspacesRegularHours = { id?: string | undefined; day?: GetApiLeadScraperMicroserviceApiV1WorkspacesDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours = { id?: string | undefined; day?: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspacesReviews = { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1WorkspacesLeads = { 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?: GetApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange | 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 GetApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: GetApiLeadScraperMicroserviceApiV1WorkspacesLang | 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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1WorkspacesApiKeys = { 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?: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus | 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 GetApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat: { 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 GetApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1WorkspacesMetadata = {}; export type GetApiLeadScraperMicroserviceApiV1WorkspacesWebhooks = { 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?: GetApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat | 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?: GetApiLeadScraperMicroserviceApiV1WorkspacesMetadata | undefined; webhookName?: string | undefined; }; export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType: { readonly WorkspaceTypeUnspecified: "WORKSPACE_TYPE_UNSPECIFIED"; readonly WorkspaceTypePersonal: "WORKSPACE_TYPE_PERSONAL"; readonly WorkspaceTypeTeam: "WORKSPACE_TYPE_TEAM"; readonly WorkspaceTypeEnterprise: "WORKSPACE_TYPE_ENTERPRISE"; }; export type GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaces = { 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?: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType | 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 GetApiLeadScraperMicroserviceApiV1WorkspacesData = { workspaces?: Array | undefined; nextPageNumber?: number | undefined; }; /** * Retrieves a list of workspaces for a given account */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesResponseBody = { data: GetApiLeadScraperMicroserviceApiV1WorkspacesData; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesRequest$Outbound = { accountId?: string | undefined; pageSize?: number | undefined; pageNumber?: number | undefined; organizationId?: string | undefined; tenantId?: string | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesRequest$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 GetApiLeadScraperMicroserviceApiV1WorkspacesRequest$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesRequest$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesRequest$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesRequestToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesRequest: GetApiLeadScraperMicroserviceApiV1WorkspacesRequest): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesRequestFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesStatus$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 GetApiLeadScraperMicroserviceApiV1WorkspacesStatus$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesStatus$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesStatus$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Status$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLang$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseDay$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHoursToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHours): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponse200Day$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHoursToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHours): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviewsToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviews): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesRevenueRange$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesEmployeeBenefits$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeadsToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeads): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesJobs$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesJobs$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 GetApiLeadScraperMicroserviceApiV1WorkspacesJobs$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 GetApiLeadScraperMicroserviceApiV1WorkspacesJobs$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesJobs$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesJobs$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesJobsToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesJobs: GetApiLeadScraperMicroserviceApiV1WorkspacesJobs): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat$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 GetApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesOutputFormat$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesWorkflows$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWorkflowsToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesWorkflows: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkflows): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWorkflowsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesStatus$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 GetApiLeadScraperMicroserviceApiV1WorkspacesLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesLang$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 GetApiLeadScraperMicroserviceApiV1WorkspacesLang$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesLang$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesLang$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 GetApiLeadScraperMicroserviceApiV1WorkspacesDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesDay$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 GetApiLeadScraperMicroserviceApiV1WorkspacesDay$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesDay$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesDay$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 GetApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$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 GetApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$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 GetApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesRegularHours$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesRegularHoursToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesRegularHours: GetApiLeadScraperMicroserviceApiV1WorkspacesRegularHours): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesDay$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 GetApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$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 GetApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$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 GetApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesSpecialHoursToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours: GetApiLeadScraperMicroserviceApiV1WorkspacesSpecialHours): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesReviews$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesReviews$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 GetApiLeadScraperMicroserviceApiV1WorkspacesReviews$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 GetApiLeadScraperMicroserviceApiV1WorkspacesReviews$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesReviews$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesReviews$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesReviewsToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesReviews: GetApiLeadScraperMicroserviceApiV1WorkspacesReviews): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange$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 GetApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesRevenueRange$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 GetApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits$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 GetApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesEmployeeBenefits$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 GetApiLeadScraperMicroserviceApiV1WorkspacesLeads$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesLeads$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 GetApiLeadScraperMicroserviceApiV1WorkspacesLeads$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 GetApiLeadScraperMicroserviceApiV1WorkspacesLeads$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesLeads$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesLeads$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesLeadsToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesLeads: GetApiLeadScraperMicroserviceApiV1WorkspacesLeads): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$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 GetApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$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 GetApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobsToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs: GetApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobs): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesScrapingJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesResponseStatus$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 GetApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$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 GetApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$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 GetApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesApiKeys$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesApiKeysToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesApiKeys: GetApiLeadScraperMicroserviceApiV1WorkspacesApiKeys): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesApiKeysFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents$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 GetApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesTriggerEvents$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 GetApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields$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 GetApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesIncludedFields$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 GetApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat$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 GetApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesPayloadFormat$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 GetApiLeadScraperMicroserviceApiV1WorkspacesMetadata$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesMetadata$Outbound = {}; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesMetadata$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 GetApiLeadScraperMicroserviceApiV1WorkspacesMetadata$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesMetadata$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesMetadata$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesMetadata$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesMetadata$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesMetadataToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesMetadata: GetApiLeadScraperMicroserviceApiV1WorkspacesMetadata): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesMetadataFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$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?: GetApiLeadScraperMicroserviceApiV1WorkspacesMetadata$Outbound | undefined; webhookName?: string | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesWebhooks$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWebhooksToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesWebhooks: GetApiLeadScraperMicroserviceApiV1WorkspacesWebhooks): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType$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 `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceType$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaces$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaces$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaces$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 GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaces$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaces$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaces$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaces$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaces$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesWorkspaces: GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaces): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesWorkspacesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesData$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesData$Outbound = { workspaces?: Array | undefined; nextPageNumber?: number | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesData$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 GetApiLeadScraperMicroserviceApiV1WorkspacesData$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesData$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesData$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesData$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesData$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesDataToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesData: GetApiLeadScraperMicroserviceApiV1WorkspacesData): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesDataFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$Outbound = { data: GetApiLeadScraperMicroserviceApiV1WorkspacesData$Outbound; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$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 GetApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspacesResponseBody$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspacesResponseBodyToJSON(getApiLeadScraperMicroserviceApiV1WorkspacesResponseBody: GetApiLeadScraperMicroserviceApiV1WorkspacesResponseBody): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspacesResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapileadscrapermicroserviceapiv1workspaces.d.ts.map