import * as z from "zod"; import { ClosedEnum } from "../../types/enums.js"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRequest = { organizationId: string; tenantId: string; }; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccountStatus: { readonly AccountStatusUnspecified: "ACCOUNT_STATUS_UNSPECIFIED"; readonly AccountStatusActive: "ACCOUNT_STATUS_ACTIVE"; readonly AccountStatusSuspended: "ACCOUNT_STATUS_SUSPENDED"; readonly AccountStatusPendingVerification: "ACCOUNT_STATUS_PENDING_VERIFICATION"; }; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccountStatus = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRoles: { readonly RoleUnspecified: "ROLE_UNSPECIFIED"; readonly RoleAdmin: "ROLE_ADMIN"; readonly RoleUser: "ROLE_USER"; readonly RoleViewer: "ROLE_VIEWER"; readonly RoleManager: "ROLE_MANAGER"; }; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRoles = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPermissions: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPermissions = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTimezone: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTimezone = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Status: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Status = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONResponseBodyStatus: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONResponseBodyStatus = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLang: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLang = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseDay: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseDay = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRegularHours = { id?: string | undefined; day?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Day: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Day = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsSpecialHours = { id?: string | undefined; day?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Day | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsReviews = { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRevenueRange: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRevenueRange = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsEmployeeBenefits: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsEmployeeBenefits = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLeads = { 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?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRevenueRange | 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONResponseBodyStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLang | 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdOutputFormat: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdOutputFormat = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkflows = { id?: string | undefined; name?: string | undefined; cronExpression?: string | undefined; nextRunTime?: Date | undefined; lastRunTime?: Date | undefined; status?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Status | 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?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdOutputFormat | 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONStatus: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONStatus = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLang: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLang = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdDay: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdDay = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRegularHours = { id?: string | undefined; day?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsDay: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsDay = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSpecialHours = { id?: string | undefined; day?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdReviews = { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRevenueRange: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRevenueRange = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdEmployeeBenefits: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdEmployeeBenefits = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLeads = { 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?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRevenueRange | 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScrapingJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLang | 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseStatus: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseStatus = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsApiKeys = { 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?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseStatus | 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTriggerEvents: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTriggerEvents = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdIncludedFields: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdIncludedFields = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPayloadFormat: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPayloadFormat = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadata = {}; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWebhooks = { 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?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPayloadFormat | 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?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadata | undefined; webhookName?: string | undefined; }; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaceType: { readonly WorkspaceTypeUnspecified: "WORKSPACE_TYPE_UNSPECIFIED"; readonly WorkspaceTypePersonal: "WORKSPACE_TYPE_PERSONAL"; readonly WorkspaceTypeTeam: "WORKSPACE_TYPE_TEAM"; readonly WorkspaceTypeEnterprise: "WORKSPACE_TYPE_ENTERPRISE"; }; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaceType = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaces = { 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?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaceType | 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettings = { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccounts = { id?: string | undefined; authPlatformUserId?: string | undefined; email?: string | undefined; deletedAt?: Date | undefined; createdAt?: Date | undefined; accountStatus?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccountStatus | undefined; roles?: Array | undefined; permissions?: Array | undefined; mfaEnabled?: boolean | undefined; lastLoginAt?: Date | undefined; timezone?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTimezone | undefined; totalJobsRun?: number | undefined; monthlyJobLimit?: number | undefined; concurrentJobLimit?: number | undefined; workspaces?: Array | undefined; settings?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettings | undefined; }; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsStatus: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsStatus = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScopes: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScopes = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdApiKeys = { id?: string | undefined; keyHash?: string | undefined; keyPrefix?: string | undefined; name?: string | undefined; description?: string | undefined; status?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsStatus | 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdStatus: { 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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdStatus = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenant = { 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?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdStatus | undefined; }; export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdData = { tenant?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenant | undefined; }; /** * Retrieves details of a specific tenant */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdResponseBody = { data: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdData; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRequest$Outbound = { organizationId: string; tenantId: string; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRequest$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRequest$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRequest$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRequest$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRequestToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRequest: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRequest): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRequestFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccountStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccountStatus$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccountStatus$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccountStatus$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccountStatus$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRoles$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRoles$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRoles$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRoles$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRoles$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPermissions$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPermissions$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPermissions$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPermissions$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPermissions$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTimezone$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTimezone$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTimezone$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTimezone$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTimezone$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Status$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Status$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Status$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Status$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Status$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONResponseBodyStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONResponseBodyStatus$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONResponseBodyStatus$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONResponseBodyStatus$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONResponseBodyStatus$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLang$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLang$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLang$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLang$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseDay$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseDay$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseDay$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseDay$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRegularHours$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRegularHours$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRegularHours$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRegularHours$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRegularHours$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRegularHours$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRegularHoursToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRegularHours: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRegularHours): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Day$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Day$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Day$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Day$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200Day$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsSpecialHours$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsSpecialHours$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsSpecialHours$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsSpecialHours$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsSpecialHours$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsSpecialHoursToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsSpecialHours: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsSpecialHours): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsReviews$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsReviews$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsReviews$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsReviews$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsReviews$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsReviews$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsReviewsToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsReviews: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsReviews): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRevenueRange$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRevenueRange$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRevenueRange$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsRevenueRange$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsEmployeeBenefits$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsEmployeeBenefits$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsEmployeeBenefits$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsEmployeeBenefits$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLeads$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLeads$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLeads$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLeads$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLeads$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLeads$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLeadsToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLeads: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLeads): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdJobs$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdJobs$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdJobs$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdJobs$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdJobs$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdJobs$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdJobsToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdJobs: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdJobs): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdOutputFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdOutputFormat$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdOutputFormat$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdOutputFormat$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdOutputFormat$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkflows$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkflows$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkflows$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkflows$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkflows$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkflows$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkflows$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkflows$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkflowsToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkflows: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkflows): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkflowsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONStatus$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONStatus$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONStatus$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponse200ApplicationJSONStatus$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLang$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLang$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLang$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLang$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdDay$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdDay$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdDay$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdDay$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRegularHours$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRegularHours$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRegularHours$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRegularHours$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRegularHours$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRegularHours$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRegularHoursToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRegularHours: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRegularHours): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsDay$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsDay$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsDay$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsDay$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSpecialHours$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSpecialHours$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSpecialHours$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSpecialHours$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSpecialHours$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSpecialHoursToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSpecialHours: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSpecialHours): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdReviews$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdReviews$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdReviews$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdReviews$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdReviews$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdReviews$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdReviewsToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdReviews: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdReviews): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRevenueRange$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRevenueRange$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRevenueRange$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdRevenueRange$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdEmployeeBenefits$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdEmployeeBenefits$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdEmployeeBenefits$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdEmployeeBenefits$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLeads$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLeads$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLeads$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLeads$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLeads$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLeads$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLeadsToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLeads: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLeads): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScrapingJobs$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScrapingJobs$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScrapingJobs$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScrapingJobs$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScrapingJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScrapingJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScrapingJobs$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScrapingJobs$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScrapingJobsToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScrapingJobs: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScrapingJobs): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScrapingJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseStatus$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseStatus$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseStatus$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsResponseStatus$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsApiKeys$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsApiKeys$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsApiKeys$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsApiKeys$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsApiKeys$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsApiKeys$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsApiKeys$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsApiKeys$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsApiKeysToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsApiKeys: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsApiKeys): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsApiKeysFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTriggerEvents$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTriggerEvents$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTriggerEvents$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTriggerEvents$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTriggerEvents$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdIncludedFields$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdIncludedFields$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdIncludedFields$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdIncludedFields$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdIncludedFields$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPayloadFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPayloadFormat$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPayloadFormat$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPayloadFormat$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdPayloadFormat$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadata$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadata$Outbound = {}; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadata$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadata$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadata$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadata$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadata$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadata$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadataToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadata: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadata): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadataFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWebhooks$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWebhooks$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?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdMetadata$Outbound | undefined; webhookName?: string | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWebhooks$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWebhooks$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWebhooks$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWebhooks$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWebhooksToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWebhooks: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWebhooks): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaceType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaceType$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaceType$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaceType$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaceType$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaces$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaces$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaces$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaces$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaces$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaces$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaces$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaces$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspacesToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaces: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspaces): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdWorkspacesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettings$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettings$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettings$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettings$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettings$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettings$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettings$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettings$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettingsToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettings: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettings): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettingsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccounts$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccounts$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?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdSettings$Outbound | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccounts$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccounts$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccounts$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccounts$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccounts$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccounts$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccountsToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccounts: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccounts): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdAccountsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsStatus$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsStatus$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsStatus$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantsStatus$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScopes$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScopes$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScopes$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScopes$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdScopes$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdApiKeys$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdApiKeys$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdApiKeys$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdApiKeys$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdApiKeys$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdApiKeys$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdApiKeys$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdApiKeys$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdApiKeysToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdApiKeys: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdApiKeys): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdApiKeysFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdStatus$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdStatus$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdStatus$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 `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdStatus$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenant$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenant$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenant$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenant$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenant$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenant$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenant$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenant$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenant: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenant): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenantFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdData$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdData$Outbound = { tenant?: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdTenant$Outbound | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdData$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdData$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdData$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdData$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdData$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdData$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdDataToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdData: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdData): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdDataFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdResponseBody$Outbound = { data: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdData$Outbound; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdResponseBody$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 GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdResponseBody$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdResponseBody$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdResponseBody$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdResponseBodyToJSON(getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdResponseBody: GetApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdResponseBody): string; export declare function getApiLeadScraperMicroserviceApiV1OrganizationsTenantsOrganizationIdTenantIdResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapileadscrapermicroserviceapiv1organizationstenantsorganizationidtenantid.d.ts.map