import * as z from "zod"; import { ClosedEnum } from "../../types/enums.js"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccountStatus: { readonly AccountStatusUnspecified: "ACCOUNT_STATUS_UNSPECIFIED"; readonly AccountStatusActive: "ACCOUNT_STATUS_ACTIVE"; readonly AccountStatusSuspended: "ACCOUNT_STATUS_SUSPENDED"; readonly AccountStatusPendingVerification: "ACCOUNT_STATUS_PENDING_VERIFICATION"; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccountStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRoles: { readonly RoleUnspecified: "ROLE_UNSPECIFIED"; readonly RoleAdmin: "ROLE_ADMIN"; readonly RoleUser: "ROLE_USER"; readonly RoleViewer: "ROLE_VIEWER"; readonly RoleManager: "ROLE_MANAGER"; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRoles = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPermissions: { readonly PermissionUnspecified: "PERMISSION_UNSPECIFIED"; readonly PermissionRead: "PERMISSION_READ"; readonly PermissionWrite: "PERMISSION_WRITE"; readonly PermissionDelete: "PERMISSION_DELETE"; readonly PermissionManageUsers: "PERMISSION_MANAGE_USERS"; readonly PermissionManageBilling: "PERMISSION_MANAGE_BILLING"; readonly PermissionViewAnalytics: "PERMISSION_VIEW_ANALYTICS"; readonly PermissionManageWorkflows: "PERMISSION_MANAGE_WORKFLOWS"; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPermissions = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTimezone: { readonly TimezoneUnspecified: "TIMEZONE_UNSPECIFIED"; readonly TimezoneUtc: "TIMEZONE_UTC"; readonly TimezoneEst: "TIMEZONE_EST"; readonly TimezoneCst: "TIMEZONE_CST"; readonly TimezoneMst: "TIMEZONE_MST"; readonly TimezonePst: "TIMEZONE_PST"; readonly TimezoneGmt: "TIMEZONE_GMT"; readonly TimezoneCet: "TIMEZONE_CET"; readonly TimezoneIst: "TIMEZONE_IST"; readonly TimezoneJst: "TIMEZONE_JST"; readonly TimezoneAest: "TIMEZONE_AEST"; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTimezone = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsStatus: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsStatus: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLang: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLang = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsDay: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsDay = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRegularHours = { id?: string | undefined; day?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsDay: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsDay = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSpecialHours = { id?: string | undefined; day?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsReviews = { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRevenueRange: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRevenueRange = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsEmployeeBenefits: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsEmployeeBenefits = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLeads = { 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRevenueRange | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLang | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsOutputFormat: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsOutputFormat = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkflows = { id?: string | undefined; name?: string | undefined; cronExpression?: string | undefined; nextRunTime?: Date | undefined; lastRunTime?: Date | undefined; status?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsStatus | 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsOutputFormat | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestStatus: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLang: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLang = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestDay: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestDay = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRegularHours = { id?: string | undefined; day?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyDay: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyDay = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSpecialHours = { id?: string | undefined; day?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsReviews = { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRevenueRange: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRevenueRange = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsEmployeeBenefits: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsEmployeeBenefits = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLeads = { 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRevenueRange | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScrapingJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLang | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyStatus: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyStatus = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsApiKeys = { 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyStatus | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTriggerEvents: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTriggerEvents = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsIncludedFields: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsIncludedFields = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPayloadFormat: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPayloadFormat = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadata = {}; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWebhooks = { 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPayloadFormat | 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadata | undefined; webhookName?: string | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaceType: { readonly WorkspaceTypeUnspecified: "WORKSPACE_TYPE_UNSPECIFIED"; readonly WorkspaceTypePersonal: "WORKSPACE_TYPE_PERSONAL"; readonly WorkspaceTypeTeam: "WORKSPACE_TYPE_TEAM"; readonly WorkspaceTypeEnterprise: "WORKSPACE_TYPE_ENTERPRISE"; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaceType = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaces = { 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaceType | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettings = { id?: string | undefined; emailNotifications?: boolean | undefined; slackNotifications?: boolean | undefined; defaultDataRetention?: string | undefined; autoPurgeEnabled?: boolean | undefined; require2fa?: boolean | undefined; sessionTimeout?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccounts = { id?: string | undefined; authPlatformUserId?: string | undefined; email?: string | undefined; deletedAt?: Date | undefined; createdAt?: Date | undefined; accountStatus?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccountStatus | undefined; roles?: Array | undefined; permissions?: Array | undefined; mfaEnabled?: boolean | undefined; lastLoginAt?: Date | undefined; timezone?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTimezone | undefined; totalJobsRun?: number | undefined; monthlyJobLimit?: number | undefined; concurrentJobLimit?: number | undefined; workspaces?: Array | undefined; settings?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettings | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScopes: { readonly TenantApiKeyScopeUnspecified: "TENANT_API_KEY_SCOPE_UNSPECIFIED"; readonly TenantApiKeyScopeReadJobs: "TENANT_API_KEY_SCOPE_READ_JOBS"; readonly TenantApiKeyScopeReadLeads: "TENANT_API_KEY_SCOPE_READ_LEADS"; readonly TenantApiKeyScopeReadWorkflows: "TENANT_API_KEY_SCOPE_READ_WORKFLOWS"; readonly TenantApiKeyScopeReadAnalytics: "TENANT_API_KEY_SCOPE_READ_ANALYTICS"; readonly TenantApiKeyScopeReadSettings: "TENANT_API_KEY_SCOPE_READ_SETTINGS"; readonly TenantApiKeyScopeWriteJobs: "TENANT_API_KEY_SCOPE_WRITE_JOBS"; readonly TenantApiKeyScopeWriteLeads: "TENANT_API_KEY_SCOPE_WRITE_LEADS"; readonly TenantApiKeyScopeWriteWorkflows: "TENANT_API_KEY_SCOPE_WRITE_WORKFLOWS"; readonly TenantApiKeyScopeWriteSettings: "TENANT_API_KEY_SCOPE_WRITE_SETTINGS"; readonly TenantApiKeyScopeDeleteJobs: "TENANT_API_KEY_SCOPE_DELETE_JOBS"; readonly TenantApiKeyScopeDeleteLeads: "TENANT_API_KEY_SCOPE_DELETE_LEADS"; readonly TenantApiKeyScopeDeleteWorkflows: "TENANT_API_KEY_SCOPE_DELETE_WORKFLOWS"; readonly TenantApiKeyScopeExportData: "TENANT_API_KEY_SCOPE_EXPORT_DATA"; readonly TenantApiKeyScopeManageKeys: "TENANT_API_KEY_SCOPE_MANAGE_KEYS"; readonly TenantApiKeyScopeBillingRead: "TENANT_API_KEY_SCOPE_BILLING_READ"; readonly TenantApiKeyScopeBillingWrite: "TENANT_API_KEY_SCOPE_BILLING_WRITE"; readonly TenantApiKeyScopeAdmin: "TENANT_API_KEY_SCOPE_ADMIN"; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScopes = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsApiKeys = { id?: string | undefined; keyHash?: string | undefined; keyPrefix?: string | undefined; name?: string | undefined; description?: string | undefined; status?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus | undefined; scopes?: Array | undefined; maxUses?: number | undefined; allowedIps?: Array | undefined; useCount?: number | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus1: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus1 = ClosedEnum; export type Tenant = { id?: string | undefined; name?: string | undefined; displayName?: string | undefined; description?: string | undefined; apiBaseUrl?: string | undefined; environmentVariables?: { [k: string]: string; } | undefined; allowedOrigins?: Array | undefined; storageQuota?: string | undefined; monthlyRequestLimit?: string | undefined; maxConcurrentJobs?: number | undefined; enableCaching?: boolean | undefined; enableRateLimiting?: boolean | undefined; enableRequestLogging?: boolean | undefined; accounts?: Array | undefined; apiKeys?: Array | undefined; totalRequests?: string | undefined; totalStorageUsed?: string | undefined; averageResponseTime?: number | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; status?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus1 | undefined; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRequestBody = { tenant?: Tenant | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccountStatus: { readonly AccountStatusUnspecified: "ACCOUNT_STATUS_UNSPECIFIED"; readonly AccountStatusActive: "ACCOUNT_STATUS_ACTIVE"; readonly AccountStatusSuspended: "ACCOUNT_STATUS_SUSPENDED"; readonly AccountStatusPendingVerification: "ACCOUNT_STATUS_PENDING_VERIFICATION"; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccountStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRoles: { readonly RoleUnspecified: "ROLE_UNSPECIFIED"; readonly RoleAdmin: "ROLE_ADMIN"; readonly RoleUser: "ROLE_USER"; readonly RoleViewer: "ROLE_VIEWER"; readonly RoleManager: "ROLE_MANAGER"; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRoles = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPermissions: { readonly PermissionUnspecified: "PERMISSION_UNSPECIFIED"; readonly PermissionRead: "PERMISSION_READ"; readonly PermissionWrite: "PERMISSION_WRITE"; readonly PermissionDelete: "PERMISSION_DELETE"; readonly PermissionManageUsers: "PERMISSION_MANAGE_USERS"; readonly PermissionManageBilling: "PERMISSION_MANAGE_BILLING"; readonly PermissionViewAnalytics: "PERMISSION_VIEW_ANALYTICS"; readonly PermissionManageWorkflows: "PERMISSION_MANAGE_WORKFLOWS"; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPermissions = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTimezone: { readonly TimezoneUnspecified: "TIMEZONE_UNSPECIFIED"; readonly TimezoneUtc: "TIMEZONE_UTC"; readonly TimezoneEst: "TIMEZONE_EST"; readonly TimezoneCst: "TIMEZONE_CST"; readonly TimezoneMst: "TIMEZONE_MST"; readonly TimezonePst: "TIMEZONE_PST"; readonly TimezoneGmt: "TIMEZONE_GMT"; readonly TimezoneCet: "TIMEZONE_CET"; readonly TimezoneIst: "TIMEZONE_IST"; readonly TimezoneJst: "TIMEZONE_JST"; readonly TimezoneAest: "TIMEZONE_AEST"; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTimezone = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyStatus: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantAccountsStatus: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantAccountsStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Lang: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Lang = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONDay: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONDay = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RegularHours = { id?: string | undefined; day?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyDay: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyDay = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200SpecialHours = { id?: string | undefined; day?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Reviews = { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RevenueRange: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RevenueRange = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200EmployeeBenefits: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200EmployeeBenefits = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Leads = { 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RevenueRange | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantAccountsStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Lang | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsOutputFormat: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsOutputFormat = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkflows = { id?: string | undefined; name?: string | undefined; cronExpression?: string | undefined; nextRunTime?: Date | undefined; lastRunTime?: Date | undefined; status?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyStatus | 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsOutputFormat | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantStatus: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLang: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLang = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseDay: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseDay = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRegularHours = { id?: string | undefined; day?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Day: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Day = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseSpecialHours = { id?: string | undefined; day?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Day | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseReviews = { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRevenueRange: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRevenueRange = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseEmployeeBenefits: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseEmployeeBenefits = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLeads = { 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRevenueRange | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScrapingJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLang | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONStatus: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONStatus = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApiKeys = { 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONStatus | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTriggerEvents: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTriggerEvents = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsIncludedFields: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsIncludedFields = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPayloadFormat: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPayloadFormat = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadata = {}; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWebhooks = { 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPayloadFormat | 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadata | undefined; webhookName?: string | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaceType: { readonly WorkspaceTypeUnspecified: "WORKSPACE_TYPE_UNSPECIFIED"; readonly WorkspaceTypePersonal: "WORKSPACE_TYPE_PERSONAL"; readonly WorkspaceTypeTeam: "WORKSPACE_TYPE_TEAM"; readonly WorkspaceTypeEnterprise: "WORKSPACE_TYPE_ENTERPRISE"; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaceType = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaces = { 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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaceType | 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettings = { id?: string | undefined; emailNotifications?: boolean | undefined; slackNotifications?: boolean | undefined; defaultDataRetention?: string | undefined; autoPurgeEnabled?: boolean | undefined; require2fa?: boolean | undefined; sessionTimeout?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccounts = { id?: string | undefined; authPlatformUserId?: string | undefined; email?: string | undefined; deletedAt?: Date | undefined; createdAt?: Date | undefined; accountStatus?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccountStatus | undefined; roles?: Array | undefined; permissions?: Array | undefined; mfaEnabled?: boolean | undefined; lastLoginAt?: Date | undefined; timezone?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTimezone | undefined; totalJobsRun?: number | undefined; monthlyJobLimit?: number | undefined; concurrentJobLimit?: number | undefined; workspaces?: Array | undefined; settings?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettings | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Status: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Status = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScopes: { readonly TenantApiKeyScopeUnspecified: "TENANT_API_KEY_SCOPE_UNSPECIFIED"; readonly TenantApiKeyScopeReadJobs: "TENANT_API_KEY_SCOPE_READ_JOBS"; readonly TenantApiKeyScopeReadLeads: "TENANT_API_KEY_SCOPE_READ_LEADS"; readonly TenantApiKeyScopeReadWorkflows: "TENANT_API_KEY_SCOPE_READ_WORKFLOWS"; readonly TenantApiKeyScopeReadAnalytics: "TENANT_API_KEY_SCOPE_READ_ANALYTICS"; readonly TenantApiKeyScopeReadSettings: "TENANT_API_KEY_SCOPE_READ_SETTINGS"; readonly TenantApiKeyScopeWriteJobs: "TENANT_API_KEY_SCOPE_WRITE_JOBS"; readonly TenantApiKeyScopeWriteLeads: "TENANT_API_KEY_SCOPE_WRITE_LEADS"; readonly TenantApiKeyScopeWriteWorkflows: "TENANT_API_KEY_SCOPE_WRITE_WORKFLOWS"; readonly TenantApiKeyScopeWriteSettings: "TENANT_API_KEY_SCOPE_WRITE_SETTINGS"; readonly TenantApiKeyScopeDeleteJobs: "TENANT_API_KEY_SCOPE_DELETE_JOBS"; readonly TenantApiKeyScopeDeleteLeads: "TENANT_API_KEY_SCOPE_DELETE_LEADS"; readonly TenantApiKeyScopeDeleteWorkflows: "TENANT_API_KEY_SCOPE_DELETE_WORKFLOWS"; readonly TenantApiKeyScopeExportData: "TENANT_API_KEY_SCOPE_EXPORT_DATA"; readonly TenantApiKeyScopeManageKeys: "TENANT_API_KEY_SCOPE_MANAGE_KEYS"; readonly TenantApiKeyScopeBillingRead: "TENANT_API_KEY_SCOPE_BILLING_READ"; readonly TenantApiKeyScopeBillingWrite: "TENANT_API_KEY_SCOPE_BILLING_WRITE"; readonly TenantApiKeyScopeAdmin: "TENANT_API_KEY_SCOPE_ADMIN"; }; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScopes = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseApiKeys = { id?: string | undefined; keyHash?: string | undefined; keyPrefix?: string | undefined; name?: string | undefined; description?: string | undefined; status?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Status | undefined; scopes?: Array | undefined; maxUses?: number | undefined; allowedIps?: Array | undefined; useCount?: number | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseStatus: { 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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseStatus = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenant = { id?: string | undefined; name?: string | undefined; displayName?: string | undefined; description?: string | undefined; apiBaseUrl?: string | undefined; environmentVariables?: { [k: string]: string; } | undefined; allowedOrigins?: Array | undefined; storageQuota?: string | undefined; monthlyRequestLimit?: string | undefined; maxConcurrentJobs?: number | undefined; enableCaching?: boolean | undefined; enableRateLimiting?: boolean | undefined; enableRequestLogging?: boolean | undefined; accounts?: Array | undefined; apiKeys?: Array | undefined; totalRequests?: string | undefined; totalStorageUsed?: string | undefined; averageResponseTime?: number | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; status?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseStatus | undefined; }; /** * Updates the configuration of a specific tenant */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsResponseBody = { tenant?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenant | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccountStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccountStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccountStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccountStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly AccountStatusUnspecified: "ACCOUNT_STATUS_UNSPECIFIED"; readonly AccountStatusActive: "ACCOUNT_STATUS_ACTIVE"; readonly AccountStatusSuspended: "ACCOUNT_STATUS_SUSPENDED"; readonly AccountStatusPendingVerification: "ACCOUNT_STATUS_PENDING_VERIFICATION"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccountStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly AccountStatusUnspecified: "ACCOUNT_STATUS_UNSPECIFIED"; readonly AccountStatusActive: "ACCOUNT_STATUS_ACTIVE"; readonly AccountStatusSuspended: "ACCOUNT_STATUS_SUSPENDED"; readonly AccountStatusPendingVerification: "ACCOUNT_STATUS_PENDING_VERIFICATION"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRoles$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRoles$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRoles$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRoles$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly RoleUnspecified: "ROLE_UNSPECIFIED"; readonly RoleAdmin: "ROLE_ADMIN"; readonly RoleUser: "ROLE_USER"; readonly RoleViewer: "ROLE_VIEWER"; readonly RoleManager: "ROLE_MANAGER"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRoles$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly RoleUnspecified: "ROLE_UNSPECIFIED"; readonly RoleAdmin: "ROLE_ADMIN"; readonly RoleUser: "ROLE_USER"; readonly RoleViewer: "ROLE_VIEWER"; readonly RoleManager: "ROLE_MANAGER"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPermissions$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPermissions$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPermissions$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPermissions$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly PermissionUnspecified: "PERMISSION_UNSPECIFIED"; readonly PermissionRead: "PERMISSION_READ"; readonly PermissionWrite: "PERMISSION_WRITE"; readonly PermissionDelete: "PERMISSION_DELETE"; readonly PermissionManageUsers: "PERMISSION_MANAGE_USERS"; readonly PermissionManageBilling: "PERMISSION_MANAGE_BILLING"; readonly PermissionViewAnalytics: "PERMISSION_VIEW_ANALYTICS"; readonly PermissionManageWorkflows: "PERMISSION_MANAGE_WORKFLOWS"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPermissions$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly PermissionUnspecified: "PERMISSION_UNSPECIFIED"; readonly PermissionRead: "PERMISSION_READ"; readonly PermissionWrite: "PERMISSION_WRITE"; readonly PermissionDelete: "PERMISSION_DELETE"; readonly PermissionManageUsers: "PERMISSION_MANAGE_USERS"; readonly PermissionManageBilling: "PERMISSION_MANAGE_BILLING"; readonly PermissionViewAnalytics: "PERMISSION_VIEW_ANALYTICS"; readonly PermissionManageWorkflows: "PERMISSION_MANAGE_WORKFLOWS"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTimezone$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTimezone$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTimezone$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTimezone$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly TimezoneUnspecified: "TIMEZONE_UNSPECIFIED"; readonly TimezoneUtc: "TIMEZONE_UTC"; readonly TimezoneEst: "TIMEZONE_EST"; readonly TimezoneCst: "TIMEZONE_CST"; readonly TimezoneMst: "TIMEZONE_MST"; readonly TimezonePst: "TIMEZONE_PST"; readonly TimezoneGmt: "TIMEZONE_GMT"; readonly TimezoneCet: "TIMEZONE_CET"; readonly TimezoneIst: "TIMEZONE_IST"; readonly TimezoneJst: "TIMEZONE_JST"; readonly TimezoneAest: "TIMEZONE_AEST"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTimezone$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly TimezoneUnspecified: "TIMEZONE_UNSPECIFIED"; readonly TimezoneUtc: "TIMEZONE_UTC"; readonly TimezoneEst: "TIMEZONE_EST"; readonly TimezoneCst: "TIMEZONE_CST"; readonly TimezoneMst: "TIMEZONE_MST"; readonly TimezonePst: "TIMEZONE_PST"; readonly TimezoneGmt: "TIMEZONE_GMT"; readonly TimezoneCet: "TIMEZONE_CET"; readonly TimezoneIst: "TIMEZONE_IST"; readonly TimezoneJst: "TIMEZONE_JST"; readonly TimezoneAest: "TIMEZONE_AEST"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsStatus$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsStatus$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLang$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLang$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLang$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLang$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsDay$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsDay$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRegularHours$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRegularHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRegularHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRegularHours$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRegularHours$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRegularHours$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsRegularHoursToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsRegularHours: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRegularHours): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsDay$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsDay$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSpecialHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSpecialHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSpecialHours$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSpecialHours$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSpecialHours$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsSpecialHoursToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsSpecialHours: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSpecialHours): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsReviews$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsReviews$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsReviews$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsReviews$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsReviews$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsReviews$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsReviewsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsReviews: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsReviews): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRevenueRange$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRevenueRange$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRevenueRange$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRevenueRange$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsEmployeeBenefits$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsEmployeeBenefits$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsEmployeeBenefits$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsEmployeeBenefits$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLeads$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLeads$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLeads$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLeads$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLeads$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLeads$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsLeadsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsLeads: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsLeads): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsJobs$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsJobs$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsJobs$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsJobs$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsJobs$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsJobs$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsJobsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsJobs: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsJobs): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsOutputFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsOutputFormat$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsOutputFormat$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsOutputFormat$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsOutputFormat$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkflows$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkflows$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkflows$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkflows$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkflows$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkflows$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkflows$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkflows$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkflowsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkflows: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkflows): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkflowsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestStatus$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLang$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLang$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLang$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLang$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestDay$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestDay$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRegularHours$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRegularHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRegularHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRegularHours$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRegularHours$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRegularHours$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRegularHoursToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRegularHours: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRegularHours): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyDay$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyDay$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSpecialHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSpecialHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSpecialHours$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSpecialHours$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSpecialHours$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSpecialHoursToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSpecialHours: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSpecialHours): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsReviews$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsReviews$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsReviews$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsReviews$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsReviews$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsReviews$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsReviewsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsReviews: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsReviews): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRevenueRange$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRevenueRange$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRevenueRange$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRevenueRange$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsEmployeeBenefits$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsEmployeeBenefits$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsEmployeeBenefits$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsEmployeeBenefits$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLeads$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLeads$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLeads$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLeads$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLeads$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLeads$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLeadsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLeads: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLeads): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScrapingJobs$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScrapingJobs$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScrapingJobs$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScrapingJobs$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScrapingJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScrapingJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScrapingJobs$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScrapingJobs$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsScrapingJobsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsScrapingJobs: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScrapingJobs): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsScrapingJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyStatus$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsApiKeys$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsApiKeys$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsApiKeys$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsApiKeys$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsApiKeys$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsApiKeys$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsApiKeys$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsApiKeys$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsApiKeysToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsApiKeys: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsApiKeys): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsApiKeysFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTriggerEvents$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTriggerEvents$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTriggerEvents$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTriggerEvents$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTriggerEvents$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsIncludedFields$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsIncludedFields$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsIncludedFields$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsIncludedFields$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsIncludedFields$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPayloadFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPayloadFormat$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPayloadFormat$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPayloadFormat$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsPayloadFormat$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadata$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadata$Outbound = {}; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadata$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadata$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadata$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadata$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadata$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadata$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadataToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadata: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadata): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadataFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWebhooks$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWebhooks$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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsMetadata$Outbound | undefined; webhookName?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWebhooks$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWebhooks$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWebhooks$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWebhooks$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsWebhooksToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsWebhooks: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWebhooks): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaceType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaceType$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaceType$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaceType$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaceType$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaces$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaces$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaces$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaces$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaces$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaces$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaces$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaces$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspacesToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaces: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspaces): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsWorkspacesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettings$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettings$Outbound = { id?: string | undefined; emailNotifications?: boolean | undefined; slackNotifications?: boolean | undefined; defaultDataRetention?: string | undefined; autoPurgeEnabled?: boolean | undefined; require2fa?: boolean | undefined; sessionTimeout?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettings$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettings$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettings$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettings$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettings$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettings$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettingsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettings: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettings): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettingsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccounts$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccounts$Outbound = { id?: string | undefined; authPlatformUserId?: string | undefined; email?: string | undefined; deletedAt?: string | undefined; createdAt?: string | undefined; accountStatus: string; roles?: Array | undefined; permissions?: Array | undefined; mfaEnabled?: boolean | undefined; lastLoginAt?: string | undefined; timezone: string; totalJobsRun?: number | undefined; monthlyJobLimit?: number | undefined; concurrentJobLimit?: number | undefined; workspaces?: Array | undefined; settings?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsSettings$Outbound | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccounts$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccounts$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccounts$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccounts$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccounts$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccounts$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccountsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccounts: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccounts): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsAccountsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScopes$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScopes$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScopes$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScopes$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly TenantApiKeyScopeUnspecified: "TENANT_API_KEY_SCOPE_UNSPECIFIED"; readonly TenantApiKeyScopeReadJobs: "TENANT_API_KEY_SCOPE_READ_JOBS"; readonly TenantApiKeyScopeReadLeads: "TENANT_API_KEY_SCOPE_READ_LEADS"; readonly TenantApiKeyScopeReadWorkflows: "TENANT_API_KEY_SCOPE_READ_WORKFLOWS"; readonly TenantApiKeyScopeReadAnalytics: "TENANT_API_KEY_SCOPE_READ_ANALYTICS"; readonly TenantApiKeyScopeReadSettings: "TENANT_API_KEY_SCOPE_READ_SETTINGS"; readonly TenantApiKeyScopeWriteJobs: "TENANT_API_KEY_SCOPE_WRITE_JOBS"; readonly TenantApiKeyScopeWriteLeads: "TENANT_API_KEY_SCOPE_WRITE_LEADS"; readonly TenantApiKeyScopeWriteWorkflows: "TENANT_API_KEY_SCOPE_WRITE_WORKFLOWS"; readonly TenantApiKeyScopeWriteSettings: "TENANT_API_KEY_SCOPE_WRITE_SETTINGS"; readonly TenantApiKeyScopeDeleteJobs: "TENANT_API_KEY_SCOPE_DELETE_JOBS"; readonly TenantApiKeyScopeDeleteLeads: "TENANT_API_KEY_SCOPE_DELETE_LEADS"; readonly TenantApiKeyScopeDeleteWorkflows: "TENANT_API_KEY_SCOPE_DELETE_WORKFLOWS"; readonly TenantApiKeyScopeExportData: "TENANT_API_KEY_SCOPE_EXPORT_DATA"; readonly TenantApiKeyScopeManageKeys: "TENANT_API_KEY_SCOPE_MANAGE_KEYS"; readonly TenantApiKeyScopeBillingRead: "TENANT_API_KEY_SCOPE_BILLING_READ"; readonly TenantApiKeyScopeBillingWrite: "TENANT_API_KEY_SCOPE_BILLING_WRITE"; readonly TenantApiKeyScopeAdmin: "TENANT_API_KEY_SCOPE_ADMIN"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsScopes$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly TenantApiKeyScopeUnspecified: "TENANT_API_KEY_SCOPE_UNSPECIFIED"; readonly TenantApiKeyScopeReadJobs: "TENANT_API_KEY_SCOPE_READ_JOBS"; readonly TenantApiKeyScopeReadLeads: "TENANT_API_KEY_SCOPE_READ_LEADS"; readonly TenantApiKeyScopeReadWorkflows: "TENANT_API_KEY_SCOPE_READ_WORKFLOWS"; readonly TenantApiKeyScopeReadAnalytics: "TENANT_API_KEY_SCOPE_READ_ANALYTICS"; readonly TenantApiKeyScopeReadSettings: "TENANT_API_KEY_SCOPE_READ_SETTINGS"; readonly TenantApiKeyScopeWriteJobs: "TENANT_API_KEY_SCOPE_WRITE_JOBS"; readonly TenantApiKeyScopeWriteLeads: "TENANT_API_KEY_SCOPE_WRITE_LEADS"; readonly TenantApiKeyScopeWriteWorkflows: "TENANT_API_KEY_SCOPE_WRITE_WORKFLOWS"; readonly TenantApiKeyScopeWriteSettings: "TENANT_API_KEY_SCOPE_WRITE_SETTINGS"; readonly TenantApiKeyScopeDeleteJobs: "TENANT_API_KEY_SCOPE_DELETE_JOBS"; readonly TenantApiKeyScopeDeleteLeads: "TENANT_API_KEY_SCOPE_DELETE_LEADS"; readonly TenantApiKeyScopeDeleteWorkflows: "TENANT_API_KEY_SCOPE_DELETE_WORKFLOWS"; readonly TenantApiKeyScopeExportData: "TENANT_API_KEY_SCOPE_EXPORT_DATA"; readonly TenantApiKeyScopeManageKeys: "TENANT_API_KEY_SCOPE_MANAGE_KEYS"; readonly TenantApiKeyScopeBillingRead: "TENANT_API_KEY_SCOPE_BILLING_READ"; readonly TenantApiKeyScopeBillingWrite: "TENANT_API_KEY_SCOPE_BILLING_WRITE"; readonly TenantApiKeyScopeAdmin: "TENANT_API_KEY_SCOPE_ADMIN"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsApiKeys$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsApiKeys$Outbound = { id?: string | undefined; keyHash?: string | undefined; keyPrefix?: string | undefined; name?: string | undefined; description?: string | undefined; status: string; scopes?: Array | undefined; maxUses?: number | undefined; allowedIps?: Array | undefined; useCount?: number | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsApiKeys$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsApiKeys$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsApiKeys$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsApiKeys$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsApiKeys$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsApiKeys$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsApiKeysToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsApiKeys: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsApiKeys): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsApiKeysFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus1$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus1$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus1$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus1$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRequestRequestBodyTenantStatus1$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 Tenant$inboundSchema: z.ZodType; /** @internal */ export type Tenant$Outbound = { id?: string | undefined; name?: string | undefined; displayName?: string | undefined; description?: string | undefined; apiBaseUrl?: string | undefined; environmentVariables?: { [k: string]: string; } | undefined; allowedOrigins?: Array | undefined; storageQuota?: string | undefined; monthlyRequestLimit?: string | undefined; maxConcurrentJobs?: number | undefined; enableCaching?: boolean | undefined; enableRateLimiting?: boolean | undefined; enableRequestLogging?: boolean | undefined; accounts?: Array | undefined; apiKeys?: Array | undefined; totalRequests?: string | undefined; totalStorageUsed?: string | undefined; averageResponseTime?: number | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; status: string; }; /** @internal */ export declare const Tenant$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 Tenant$ { /** @deprecated use `Tenant$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `Tenant$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `Tenant$Outbound` instead. */ type Outbound = Tenant$Outbound; } export declare function tenantToJSON(tenant: Tenant): string; export declare function tenantFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRequestBody$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRequestBody$Outbound = { tenant?: Tenant$Outbound | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRequestBody$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRequestBody$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRequestBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRequestBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRequestBody$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRequestBody$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsRequestBodyToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsRequestBody: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsRequestBody): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsRequestBodyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccountStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccountStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccountStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccountStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly AccountStatusUnspecified: "ACCOUNT_STATUS_UNSPECIFIED"; readonly AccountStatusActive: "ACCOUNT_STATUS_ACTIVE"; readonly AccountStatusSuspended: "ACCOUNT_STATUS_SUSPENDED"; readonly AccountStatusPendingVerification: "ACCOUNT_STATUS_PENDING_VERIFICATION"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccountStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly AccountStatusUnspecified: "ACCOUNT_STATUS_UNSPECIFIED"; readonly AccountStatusActive: "ACCOUNT_STATUS_ACTIVE"; readonly AccountStatusSuspended: "ACCOUNT_STATUS_SUSPENDED"; readonly AccountStatusPendingVerification: "ACCOUNT_STATUS_PENDING_VERIFICATION"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRoles$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRoles$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRoles$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRoles$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly RoleUnspecified: "ROLE_UNSPECIFIED"; readonly RoleAdmin: "ROLE_ADMIN"; readonly RoleUser: "ROLE_USER"; readonly RoleViewer: "ROLE_VIEWER"; readonly RoleManager: "ROLE_MANAGER"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsRoles$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly RoleUnspecified: "ROLE_UNSPECIFIED"; readonly RoleAdmin: "ROLE_ADMIN"; readonly RoleUser: "ROLE_USER"; readonly RoleViewer: "ROLE_VIEWER"; readonly RoleManager: "ROLE_MANAGER"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPermissions$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPermissions$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPermissions$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPermissions$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly PermissionUnspecified: "PERMISSION_UNSPECIFIED"; readonly PermissionRead: "PERMISSION_READ"; readonly PermissionWrite: "PERMISSION_WRITE"; readonly PermissionDelete: "PERMISSION_DELETE"; readonly PermissionManageUsers: "PERMISSION_MANAGE_USERS"; readonly PermissionManageBilling: "PERMISSION_MANAGE_BILLING"; readonly PermissionViewAnalytics: "PERMISSION_VIEW_ANALYTICS"; readonly PermissionManageWorkflows: "PERMISSION_MANAGE_WORKFLOWS"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPermissions$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly PermissionUnspecified: "PERMISSION_UNSPECIFIED"; readonly PermissionRead: "PERMISSION_READ"; readonly PermissionWrite: "PERMISSION_WRITE"; readonly PermissionDelete: "PERMISSION_DELETE"; readonly PermissionManageUsers: "PERMISSION_MANAGE_USERS"; readonly PermissionManageBilling: "PERMISSION_MANAGE_BILLING"; readonly PermissionViewAnalytics: "PERMISSION_VIEW_ANALYTICS"; readonly PermissionManageWorkflows: "PERMISSION_MANAGE_WORKFLOWS"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTimezone$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTimezone$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTimezone$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTimezone$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly TimezoneUnspecified: "TIMEZONE_UNSPECIFIED"; readonly TimezoneUtc: "TIMEZONE_UTC"; readonly TimezoneEst: "TIMEZONE_EST"; readonly TimezoneCst: "TIMEZONE_CST"; readonly TimezoneMst: "TIMEZONE_MST"; readonly TimezonePst: "TIMEZONE_PST"; readonly TimezoneGmt: "TIMEZONE_GMT"; readonly TimezoneCet: "TIMEZONE_CET"; readonly TimezoneIst: "TIMEZONE_IST"; readonly TimezoneJst: "TIMEZONE_JST"; readonly TimezoneAest: "TIMEZONE_AEST"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTimezone$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly TimezoneUnspecified: "TIMEZONE_UNSPECIFIED"; readonly TimezoneUtc: "TIMEZONE_UTC"; readonly TimezoneEst: "TIMEZONE_EST"; readonly TimezoneCst: "TIMEZONE_CST"; readonly TimezoneMst: "TIMEZONE_MST"; readonly TimezonePst: "TIMEZONE_PST"; readonly TimezoneGmt: "TIMEZONE_GMT"; readonly TimezoneCet: "TIMEZONE_CET"; readonly TimezoneIst: "TIMEZONE_IST"; readonly TimezoneJst: "TIMEZONE_JST"; readonly TimezoneAest: "TIMEZONE_AEST"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyStatus$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantAccountsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantAccountsStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantAccountsStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantAccountsStatus$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantAccountsStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Lang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Lang$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Lang$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Lang$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Lang$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONDay$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONDay$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RegularHours$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RegularHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RegularHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RegularHours$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RegularHours$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RegularHours$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RegularHoursToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RegularHours: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RegularHours): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyDay$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyDay$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200SpecialHours$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200SpecialHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200SpecialHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200SpecialHours$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200SpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200SpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200SpecialHours$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200SpecialHours$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200SpecialHoursToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200SpecialHours: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200SpecialHours): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200SpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Reviews$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Reviews$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Reviews$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Reviews$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Reviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Reviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Reviews$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Reviews$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ReviewsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Reviews: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Reviews): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RevenueRange$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RevenueRange$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RevenueRange$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200RevenueRange$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200EmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200EmployeeBenefits$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200EmployeeBenefits$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200EmployeeBenefits$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200EmployeeBenefits$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Leads$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Leads$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Leads$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Leads$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Leads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Leads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Leads$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Leads$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200LeadsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Leads: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Leads): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200LeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsJobs$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsJobs$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsJobs$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsJobs$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsJobs$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsJobs$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsJobsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsJobs: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsJobs): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsOutputFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsOutputFormat$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsOutputFormat$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsOutputFormat$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsOutputFormat$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkflows$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkflows$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkflows$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkflows$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkflows$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkflows$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkflows$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkflows$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkflowsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkflows: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkflows): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkflowsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantStatus$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONResponseBodyTenantStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLang$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLang$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLang$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLang$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseDay$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseDay$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseDay$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRegularHours$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRegularHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRegularHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRegularHours$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRegularHours$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRegularHours$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRegularHoursToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRegularHours: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRegularHours): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Day$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Day$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Day$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Day$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Day$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseSpecialHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseSpecialHours$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseSpecialHours$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseSpecialHours$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseSpecialHours$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseSpecialHoursToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseSpecialHours: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseSpecialHours): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseReviews$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseReviews$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseReviews$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseReviews$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseReviews$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseReviews$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseReviewsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseReviews: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseReviews): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRevenueRange$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRevenueRange$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRevenueRange$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseRevenueRange$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseEmployeeBenefits$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseEmployeeBenefits$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseEmployeeBenefits$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseEmployeeBenefits$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLeads$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLeads$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLeads$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLeads$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLeads$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLeads$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLeadsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLeads: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLeads): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScrapingJobs$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScrapingJobs$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScrapingJobs$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScrapingJobs$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScrapingJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScrapingJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScrapingJobs$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScrapingJobs$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScrapingJobsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScrapingJobs: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScrapingJobs): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScrapingJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONStatus$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApplicationJSONStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApiKeys$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApiKeys$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApiKeys$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApiKeys$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApiKeys$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApiKeys$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApiKeys$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApiKeys$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApiKeysToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApiKeys: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApiKeys): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200ApiKeysFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTriggerEvents$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTriggerEvents$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTriggerEvents$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTriggerEvents$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsTriggerEvents$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsIncludedFields$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsIncludedFields$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsIncludedFields$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsIncludedFields$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsIncludedFields$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPayloadFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPayloadFormat$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPayloadFormat$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPayloadFormat$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsPayloadFormat$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadata$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadata$Outbound = {}; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadata$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadata$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadata$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadata$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadata$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadata$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadataToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadata: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadata): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadataFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWebhooks$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWebhooks$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?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsMetadata$Outbound | undefined; webhookName?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWebhooks$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWebhooks$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWebhooks$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWebhooks$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWebhooksToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWebhooks: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWebhooks): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaceType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaceType$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaceType$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaceType$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaceType$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaces$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaces$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaces$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaces$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaces$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaces$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaces$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaces$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspacesToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaces: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspaces): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsWorkspacesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettings$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettings$Outbound = { id?: string | undefined; emailNotifications?: boolean | undefined; slackNotifications?: boolean | undefined; defaultDataRetention?: string | undefined; autoPurgeEnabled?: boolean | undefined; require2fa?: boolean | undefined; sessionTimeout?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettings$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettings$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettings$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettings$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettings$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettings$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettingsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettings: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettings): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettingsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccounts$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccounts$Outbound = { id?: string | undefined; authPlatformUserId?: string | undefined; email?: string | undefined; deletedAt?: string | undefined; createdAt?: string | undefined; accountStatus: string; roles?: Array | undefined; permissions?: Array | undefined; mfaEnabled?: boolean | undefined; lastLoginAt?: string | undefined; timezone: string; totalJobsRun?: number | undefined; monthlyJobLimit?: number | undefined; concurrentJobLimit?: number | undefined; workspaces?: Array | undefined; settings?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsSettings$Outbound | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccounts$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccounts$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccounts$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccounts$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccounts$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccounts$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccountsToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccounts: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccounts): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsAccountsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Status$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Status$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Status$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Status$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponse200Status$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScopes$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScopes$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScopes$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScopes$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly TenantApiKeyScopeUnspecified: "TENANT_API_KEY_SCOPE_UNSPECIFIED"; readonly TenantApiKeyScopeReadJobs: "TENANT_API_KEY_SCOPE_READ_JOBS"; readonly TenantApiKeyScopeReadLeads: "TENANT_API_KEY_SCOPE_READ_LEADS"; readonly TenantApiKeyScopeReadWorkflows: "TENANT_API_KEY_SCOPE_READ_WORKFLOWS"; readonly TenantApiKeyScopeReadAnalytics: "TENANT_API_KEY_SCOPE_READ_ANALYTICS"; readonly TenantApiKeyScopeReadSettings: "TENANT_API_KEY_SCOPE_READ_SETTINGS"; readonly TenantApiKeyScopeWriteJobs: "TENANT_API_KEY_SCOPE_WRITE_JOBS"; readonly TenantApiKeyScopeWriteLeads: "TENANT_API_KEY_SCOPE_WRITE_LEADS"; readonly TenantApiKeyScopeWriteWorkflows: "TENANT_API_KEY_SCOPE_WRITE_WORKFLOWS"; readonly TenantApiKeyScopeWriteSettings: "TENANT_API_KEY_SCOPE_WRITE_SETTINGS"; readonly TenantApiKeyScopeDeleteJobs: "TENANT_API_KEY_SCOPE_DELETE_JOBS"; readonly TenantApiKeyScopeDeleteLeads: "TENANT_API_KEY_SCOPE_DELETE_LEADS"; readonly TenantApiKeyScopeDeleteWorkflows: "TENANT_API_KEY_SCOPE_DELETE_WORKFLOWS"; readonly TenantApiKeyScopeExportData: "TENANT_API_KEY_SCOPE_EXPORT_DATA"; readonly TenantApiKeyScopeManageKeys: "TENANT_API_KEY_SCOPE_MANAGE_KEYS"; readonly TenantApiKeyScopeBillingRead: "TENANT_API_KEY_SCOPE_BILLING_READ"; readonly TenantApiKeyScopeBillingWrite: "TENANT_API_KEY_SCOPE_BILLING_WRITE"; readonly TenantApiKeyScopeAdmin: "TENANT_API_KEY_SCOPE_ADMIN"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsScopes$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly TenantApiKeyScopeUnspecified: "TENANT_API_KEY_SCOPE_UNSPECIFIED"; readonly TenantApiKeyScopeReadJobs: "TENANT_API_KEY_SCOPE_READ_JOBS"; readonly TenantApiKeyScopeReadLeads: "TENANT_API_KEY_SCOPE_READ_LEADS"; readonly TenantApiKeyScopeReadWorkflows: "TENANT_API_KEY_SCOPE_READ_WORKFLOWS"; readonly TenantApiKeyScopeReadAnalytics: "TENANT_API_KEY_SCOPE_READ_ANALYTICS"; readonly TenantApiKeyScopeReadSettings: "TENANT_API_KEY_SCOPE_READ_SETTINGS"; readonly TenantApiKeyScopeWriteJobs: "TENANT_API_KEY_SCOPE_WRITE_JOBS"; readonly TenantApiKeyScopeWriteLeads: "TENANT_API_KEY_SCOPE_WRITE_LEADS"; readonly TenantApiKeyScopeWriteWorkflows: "TENANT_API_KEY_SCOPE_WRITE_WORKFLOWS"; readonly TenantApiKeyScopeWriteSettings: "TENANT_API_KEY_SCOPE_WRITE_SETTINGS"; readonly TenantApiKeyScopeDeleteJobs: "TENANT_API_KEY_SCOPE_DELETE_JOBS"; readonly TenantApiKeyScopeDeleteLeads: "TENANT_API_KEY_SCOPE_DELETE_LEADS"; readonly TenantApiKeyScopeDeleteWorkflows: "TENANT_API_KEY_SCOPE_DELETE_WORKFLOWS"; readonly TenantApiKeyScopeExportData: "TENANT_API_KEY_SCOPE_EXPORT_DATA"; readonly TenantApiKeyScopeManageKeys: "TENANT_API_KEY_SCOPE_MANAGE_KEYS"; readonly TenantApiKeyScopeBillingRead: "TENANT_API_KEY_SCOPE_BILLING_READ"; readonly TenantApiKeyScopeBillingWrite: "TENANT_API_KEY_SCOPE_BILLING_WRITE"; readonly TenantApiKeyScopeAdmin: "TENANT_API_KEY_SCOPE_ADMIN"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseApiKeys$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseApiKeys$Outbound = { id?: string | undefined; keyHash?: string | undefined; keyPrefix?: string | undefined; name?: string | undefined; description?: string | undefined; status: string; scopes?: Array | undefined; maxUses?: number | undefined; allowedIps?: Array | undefined; useCount?: number | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseApiKeys$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseApiKeys$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseApiKeys$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseApiKeys$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseApiKeys$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseApiKeys$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseApiKeysToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseApiKeys: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseApiKeys): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseApiKeysFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseStatus$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 `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantsResponseStatus$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenant$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenant$Outbound = { id?: string | undefined; name?: string | undefined; displayName?: string | undefined; description?: string | undefined; apiBaseUrl?: string | undefined; environmentVariables?: { [k: string]: string; } | undefined; allowedOrigins?: Array | undefined; storageQuota?: string | undefined; monthlyRequestLimit?: string | undefined; maxConcurrentJobs?: number | undefined; enableCaching?: boolean | undefined; enableRateLimiting?: boolean | undefined; enableRequestLogging?: boolean | undefined; accounts?: Array | undefined; apiKeys?: Array | undefined; totalRequests?: string | undefined; totalStorageUsed?: string | undefined; averageResponseTime?: number | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; status: string; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenant$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenant$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenant$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenant$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenant$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenant$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenant: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenant): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenantFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsResponseBody$Outbound = { tenant?: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsTenant$Outbound | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsResponseBody$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 PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsResponseBody$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsResponseBody$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsResponseBody$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsResponseBodyToJSON(putApiLeadScraperMicroserviceApiV1OrganizationsTenantsResponseBody: PutApiLeadScraperMicroserviceApiV1OrganizationsTenantsResponseBody): string; export declare function putApiLeadScraperMicroserviceApiV1OrganizationsTenantsResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=putapileadscrapermicroserviceapiv1organizationstenants.d.ts.map