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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBody = { pause?: boolean | undefined; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequest = { workspaceId: string; id: string; requestBody: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBody; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseStatus: { 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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseStatus = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsStatus: { 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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsStatus = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLang: { 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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLang = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseDay: { 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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseDay = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRegularHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsDay: { 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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsDay = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseSpecialHours = { id?: string | undefined; day?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseReviews = { 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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRevenueRange: { 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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRevenueRange = ClosedEnum; export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseEmployeeBenefits: { 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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseEmployeeBenefits = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLeads = { 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?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRevenueRange | 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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLang | 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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseOutputFormat: { 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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseOutputFormat = ClosedEnum; export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflow = { id?: string | undefined; name?: string | undefined; cronExpression?: string | undefined; nextRunTime?: Date | undefined; lastRunTime?: Date | undefined; status?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseStatus | 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?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseOutputFormat | 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; }; /** * Pauses the execution of a specific workflow */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseResponseBody = { success?: boolean | undefined; workflow?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflow | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBody$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBody$Outbound = { pause?: boolean | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBody$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBody$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBody$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBody$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBodyToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBody: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBody): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBodyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequest$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequest$Outbound = { workspaceId: string; id: string; RequestBody: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestBody$Outbound; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequest$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequest$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequest$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequest$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequest: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequest): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequestFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseStatus$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseStatus$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 `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseStatus$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsStatus$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsStatus$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsStatus$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 `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsStatus$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLang$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLang$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLang$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 `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLang$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseDay$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseDay$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseDay$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 `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseDay$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRegularHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRegularHours$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRegularHours$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRegularHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRegularHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRegularHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRegularHoursToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRegularHours: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRegularHours): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsDay$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsDay$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsDay$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 `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowsDay$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseSpecialHours$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseSpecialHours$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseSpecialHours$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseSpecialHours$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseSpecialHours$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseSpecialHoursToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseSpecialHours: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseSpecialHours): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseReviews$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseReviews$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseReviews$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseReviews$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseReviews$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseReviews$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseReviewsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseReviews: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseReviews): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRevenueRange$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRevenueRange$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRevenueRange$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 `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRevenueRange$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseEmployeeBenefits$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseEmployeeBenefits$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseEmployeeBenefits$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 `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseEmployeeBenefits$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLeads$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLeads$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLeads$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLeads$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLeads$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLeads$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLeadsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLeads: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLeads): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseJobs$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseJobs$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseJobs$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseJobs$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseJobs$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseJobs$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseJobsToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseJobs: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseJobs): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseOutputFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseOutputFormat$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseOutputFormat$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseOutputFormat$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 `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseOutputFormat$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflow$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflow$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflow$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflow$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflow$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflow$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflow$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflow$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflow: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflow): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflowFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseResponseBody$Outbound = { success?: boolean | undefined; workflow?: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseWorkflow$Outbound | undefined; }; /** @internal */ export declare const PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseResponseBody$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 PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseResponseBody$ { /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseResponseBody$Outbound` instead. */ type Outbound = PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseResponseBody$Outbound; } export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseResponseBodyToJSON(postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseResponseBody: PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseResponseBody): string; export declare function postApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=postapileadscrapermicroserviceapiv1workspacesworkspaceidworkflowsidpause.d.ts.map