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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccountStatus: { readonly AccountStatusUnspecified: "ACCOUNT_STATUS_UNSPECIFIED"; readonly AccountStatusActive: "ACCOUNT_STATUS_ACTIVE"; readonly AccountStatusSuspended: "ACCOUNT_STATUS_SUSPENDED"; readonly AccountStatusPendingVerification: "ACCOUNT_STATUS_PENDING_VERIFICATION"; }; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccountStatus = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRoles: { readonly RoleUnspecified: "ROLE_UNSPECIFIED"; readonly RoleAdmin: "ROLE_ADMIN"; readonly RoleUser: "ROLE_USER"; readonly RoleViewer: "ROLE_VIEWER"; readonly RoleManager: "ROLE_MANAGER"; }; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRoles = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPermissions: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPermissions = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTimezone: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTimezone = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsStatus: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsStatus = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsStatus: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsStatus = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLang: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLang = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsDay: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsDay = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRegularHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsDay: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsDay = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSpecialHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsReviews = { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRevenueRange: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRevenueRange = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsEmployeeBenefits: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsEmployeeBenefits = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLeads = { 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?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRevenueRange | 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLang | 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsOutputFormat: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsOutputFormat = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkflows = { id?: string | undefined; name?: string | undefined; cronExpression?: string | undefined; nextRunTime?: Date | undefined; lastRunTime?: Date | undefined; status?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsStatus | 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?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsOutputFormat | 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestStatus: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestStatus = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLang: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLang = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestDay: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestDay = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRegularHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyDay: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyDay = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsSpecialHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsReviews = { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRevenueRange: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRevenueRange = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsEmployeeBenefits: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsEmployeeBenefits = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLeads = { 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?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRevenueRange | 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScrapingJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLang | 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyStatus: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyStatus = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsApiKeys = { 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?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyStatus | 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTriggerEvents: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTriggerEvents = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsIncludedFields: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsIncludedFields = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPayloadFormat: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPayloadFormat = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadata = {}; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWebhooks = { 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?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPayloadFormat | 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?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadata | undefined; webhookName?: string | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaceType: { readonly WorkspaceTypeUnspecified: "WORKSPACE_TYPE_UNSPECIFIED"; readonly WorkspaceTypePersonal: "WORKSPACE_TYPE_PERSONAL"; readonly WorkspaceTypeTeam: "WORKSPACE_TYPE_TEAM"; readonly WorkspaceTypeEnterprise: "WORKSPACE_TYPE_ENTERPRISE"; }; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaceType = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaces = { 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?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaceType | 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettings = { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccounts = { id?: string | undefined; authPlatformUserId?: string | undefined; email?: string | undefined; deletedAt?: Date | undefined; createdAt?: Date | undefined; accountStatus?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccountStatus | undefined; roles?: Array | undefined; permissions?: Array | undefined; mfaEnabled?: boolean | undefined; lastLoginAt?: Date | undefined; timezone?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTimezone | undefined; totalJobsRun?: number | undefined; monthlyJobLimit?: number | undefined; concurrentJobLimit?: number | undefined; workspaces?: Array | undefined; settings?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettings | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScopes: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScopes = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsApiKeys = { id?: string | undefined; keyHash?: string | undefined; keyPrefix?: string | undefined; name?: string | undefined; description?: string | undefined; status?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus | 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus1: { 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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus1 = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenant = { 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?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus1 | undefined; }; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBody = { tenant?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenant | undefined; }; export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequest = { organizationId: string; requestBody: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBody; }; /** * Creates a new tenant in the system */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsResponseBody = { tenantId?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccountStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccountStatus$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccountStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccountStatus$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccountStatus$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRoles$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRoles$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRoles$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRoles$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRoles$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPermissions$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPermissions$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPermissions$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPermissions$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPermissions$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTimezone$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTimezone$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTimezone$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTimezone$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTimezone$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsStatus$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsStatus$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsStatus$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsStatus$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsStatus$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsStatus$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLang$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLang$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLang$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLang$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsDay$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsDay$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsDay$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsDay$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRegularHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRegularHours$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRegularHours$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRegularHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRegularHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRegularHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRegularHoursToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRegularHours: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRegularHours): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsDay$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsDay$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsDay$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsDay$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSpecialHours$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSpecialHours$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSpecialHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSpecialHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSpecialHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSpecialHoursToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSpecialHours: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSpecialHours): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsReviews$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsReviews$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsReviews$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsReviews$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsReviews$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsReviews$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsReviewsToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsReviews: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsReviews): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRevenueRange$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRevenueRange$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRevenueRange$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRevenueRange$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsEmployeeBenefits$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsEmployeeBenefits$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsEmployeeBenefits$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsEmployeeBenefits$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLeads$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLeads$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLeads$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLeads$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLeads$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLeads$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLeadsToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLeads: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLeads): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsJobs$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsJobs$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsJobs$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsJobs$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsJobs$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsJobs$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsJobsToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsJobs: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsJobs): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsOutputFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsOutputFormat$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsOutputFormat$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsOutputFormat$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsOutputFormat$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkflows$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkflows$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkflows$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkflows$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkflows$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkflows$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkflows$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkflows$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkflowsToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkflows: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkflows): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkflowsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestStatus$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestStatus$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestStatus$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLang$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLang$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLang$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLang$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestDay$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestDay$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestDay$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestDay$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRegularHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRegularHours$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRegularHours$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRegularHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRegularHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRegularHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRegularHoursToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRegularHours: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRegularHours): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyDay$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyDay$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyDay$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyDay$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsSpecialHours$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsSpecialHours$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsSpecialHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsSpecialHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsSpecialHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsSpecialHoursToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsSpecialHours: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsSpecialHours): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsReviews$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsReviews$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsReviews$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsReviews$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsReviews$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsReviews$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsReviewsToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsReviews: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsReviews): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRevenueRange$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRevenueRange$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRevenueRange$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRevenueRange$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsEmployeeBenefits$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsEmployeeBenefits$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsEmployeeBenefits$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsEmployeeBenefits$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLeads$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLeads$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLeads$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLeads$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLeads$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLeads$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLeadsToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLeads: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLeads): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScrapingJobs$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScrapingJobs$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScrapingJobs$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScrapingJobs$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScrapingJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScrapingJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScrapingJobs$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScrapingJobs$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScrapingJobsToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScrapingJobs: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScrapingJobs): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScrapingJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyStatus$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyStatus$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyStatus$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsApiKeys$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsApiKeys$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsApiKeys$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsApiKeys$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsApiKeys$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsApiKeys$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsApiKeys$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsApiKeys$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsApiKeysToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsApiKeys: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsApiKeys): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsApiKeysFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTriggerEvents$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTriggerEvents$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTriggerEvents$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTriggerEvents$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTriggerEvents$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsIncludedFields$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsIncludedFields$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsIncludedFields$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsIncludedFields$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsIncludedFields$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPayloadFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPayloadFormat$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPayloadFormat$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPayloadFormat$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsPayloadFormat$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadata$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadata$Outbound = {}; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadata$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadata$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadata$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadata$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadata$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadata$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadataToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadata: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadata): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadataFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWebhooks$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWebhooks$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?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsMetadata$Outbound | undefined; webhookName?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWebhooks$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWebhooks$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWebhooks$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWebhooks$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWebhooksToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWebhooks: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWebhooks): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaceType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaceType$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaceType$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaceType$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaceType$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaces$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaces$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaces$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaces$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaces$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaces$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaces$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaces$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspacesToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaces: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspaces): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsWorkspacesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettings$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettings$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettings$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettings$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettings$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettings$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettings$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettings$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettingsToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettings: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettings): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettingsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccounts$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccounts$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?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsSettings$Outbound | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccounts$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccounts$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccounts$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccounts$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccounts$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccounts$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccountsToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccounts: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccounts): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsAccountsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScopes$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScopes$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScopes$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScopes$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsScopes$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsApiKeys$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsApiKeys$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsApiKeys$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsApiKeys$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsApiKeys$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsApiKeys$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsApiKeys$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsApiKeys$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsApiKeysToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsApiKeys: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsApiKeys): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsApiKeysFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus1$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus1$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus1$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus1$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 `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantsRequestRequestBodyTenantStatus1$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenant$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenant$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenant$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenant$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenant$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenant$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenant$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenant$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenant: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenant): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenantFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBody$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBody$Outbound = { tenant?: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsTenant$Outbound | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBody$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBody$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBody$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBody$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBodyToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBody: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBody): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBodyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequest$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequest$Outbound = { organizationId: string; RequestBody: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestBody$Outbound; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequest$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequest$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequest$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequest$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequest: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequest): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsRequestFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsResponseBody$Outbound = { tenantId?: string | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsResponseBody$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 PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsResponseBody$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsResponseBody$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsResponseBody$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsResponseBodyToJSON(postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsResponseBody: PostApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsResponseBody): string; export declare function postApiLeadScraperMicroserviceApiV1OrganizationsOrganizationIdTenantsResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=postapileadscrapermicroserviceapiv1organizationsorganizationidtenants.d.ts.map