import * as z from "zod"; import { ClosedEnum } from "../../types/enums.js"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountStatus: { readonly AccountStatusUnspecified: "ACCOUNT_STATUS_UNSPECIFIED"; readonly AccountStatusActive: "ACCOUNT_STATUS_ACTIVE"; readonly AccountStatusSuspended: "ACCOUNT_STATUS_SUSPENDED"; readonly AccountStatusPendingVerification: "ACCOUNT_STATUS_PENDING_VERIFICATION"; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateRoles: { readonly RoleUnspecified: "ROLE_UNSPECIFIED"; readonly RoleAdmin: "ROLE_ADMIN"; readonly RoleUser: "ROLE_USER"; readonly RoleViewer: "ROLE_VIEWER"; readonly RoleManager: "ROLE_MANAGER"; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateRoles = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdatePermissions: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdatePermissions = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateTimezone: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateTimezone = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateStatus: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsStatus: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateLang: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateLang = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateDay: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateDay = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateRegularHours = { id?: string | undefined; day?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsDay: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsDay = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateSpecialHours = { id?: string | undefined; day?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateReviews = { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateRevenueRange: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateRevenueRange = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmployeeBenefits: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmployeeBenefits = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateLeads = { 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?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateRevenueRange | 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateLang | 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateOutputFormat: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateOutputFormat = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflows = { id?: string | undefined; name?: string | undefined; cronExpression?: string | undefined; nextRunTime?: Date | undefined; lastRunTime?: Date | undefined; status?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateStatus | 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?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateOutputFormat | 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestStatus: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLang: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLang = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestDay: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestDay = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRegularHours = { id?: string | undefined; day?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyDay: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyDay = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSpecialHours = { id?: string | undefined; day?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyDay | undefined; openTime?: string | undefined; closeTime?: string | undefined; closed?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsReviews = { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRevenueRange: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRevenueRange = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsEmployeeBenefits: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsEmployeeBenefits = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLeads = { 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?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRevenueRange | 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateScrapingJobs = { id?: string | undefined; priority?: number | undefined; payloadType?: string | undefined; payload?: string | undefined; createdAt?: Date | undefined; status?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestStatus | undefined; name?: string | undefined; keywords?: Array | undefined; lang?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLang | 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyStatus: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyStatus = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateApiKeys = { 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?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyStatus | 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateTriggerEvents: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateTriggerEvents = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateIncludedFields: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateIncludedFields = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdatePayloadFormat: { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdatePayloadFormat = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateMetadata = {}; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateWebhooks = { 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?: PutApiLeadScraperMicroserviceApiV1AccountsUpdatePayloadFormat | 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?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateMetadata | undefined; webhookName?: string | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaceType: { readonly WorkspaceTypeUnspecified: "WORKSPACE_TYPE_UNSPECIFIED"; readonly WorkspaceTypePersonal: "WORKSPACE_TYPE_PERSONAL"; readonly WorkspaceTypeTeam: "WORKSPACE_TYPE_TEAM"; readonly WorkspaceTypeEnterprise: "WORKSPACE_TYPE_ENTERPRISE"; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaceType = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaces = { 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?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaceType | 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateSettings = { 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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccount = { id?: string | undefined; authPlatformUserId?: string | undefined; email?: string | undefined; deletedAt?: Date | undefined; createdAt?: Date | undefined; accountStatus?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountStatus | undefined; roles?: Array | undefined; permissions?: Array | undefined; mfaEnabled?: boolean | undefined; lastLoginAt?: Date | undefined; timezone?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateTimezone | undefined; totalJobsRun?: number | undefined; monthlyJobLimit?: number | undefined; concurrentJobLimit?: number | undefined; workspaces?: Array | undefined; settings?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateSettings | undefined; }; export type Payload = { account?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccount | undefined; organizationId?: string | undefined; tenantId?: string | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateRequestBody = { payload?: Payload | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceLevel: { readonly ComplianceLevelUnspecified: "COMPLIANCE_LEVEL_UNSPECIFIED"; readonly ComplianceLevelNone: "COMPLIANCE_LEVEL_NONE"; readonly ComplianceLevelBasic: "COMPLIANCE_LEVEL_BASIC"; readonly ComplianceLevelAdvanced: "COMPLIANCE_LEVEL_ADVANCED"; readonly ComplianceLevelEnterprise: "COMPLIANCE_LEVEL_ENTERPRISE"; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceLevel = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddings = { id?: string | undefined; embeddings?: Array | undefined; modelVersion?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseVersions = { id?: string | undefined; fileId?: string | undefined; versionNumber?: number | undefined; s3Key?: string | undefined; size?: string | undefined; commitMessage?: string | undefined; authorId?: string | undefined; createdAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateComments = { id?: string | undefined; authorId?: string | undefined; content?: string | undefined; startPosition?: number | undefined; endPosition?: number | undefined; resolved?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSharing = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateSnapshots = { id?: string | undefined; fileId?: string | undefined; snapshotHash?: string | undefined; content?: string | undefined; authorId?: string | undefined; reason?: string | undefined; createdAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateFiles = { id?: string | undefined; name?: string | undefined; size?: string | undefined; s3Key?: string | undefined; s3BucketName?: string | undefined; isDeleted?: boolean | undefined; version?: number | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; embeddings?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddings | undefined; versions?: Array | undefined; comments?: Array | undefined; sharing?: Array | undefined; snapshots?: Array | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateFolders = { id?: string | undefined; name?: string | undefined; s3BucketName?: string | undefined; s3FolderPath?: string | undefined; isDeleted?: boolean | undefined; parentFolderId?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; files?: Array | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplateType: { readonly TemplateTypeUnspecified: "TEMPLATE_TYPE_UNSPECIFIED"; readonly TemplateTypeStandard: "TEMPLATE_TYPE_STANDARD"; readonly TemplateTypeSmart: "TEMPLATE_TYPE_SMART"; readonly TemplateTypeAdaptive: "TEMPLATE_TYPE_ADAPTIVE"; readonly TemplateTypeAiGenerated: "TEMPLATE_TYPE_AI_GENERATED"; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplateType = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsVersions = { id?: string | undefined; templateId?: string | undefined; version?: string | undefined; baseContent?: string | undefined; metadata?: { [k: string]: string; } | undefined; authorId?: string | undefined; changeDescription?: string | undefined; createdAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateVariables = { id?: string | undefined; name?: string | undefined; description?: string | undefined; variableType?: string | undefined; defaultValue?: string | undefined; isRequired?: boolean | undefined; validationRules?: string | undefined; dataSource?: string | undefined; aiExtractionRules?: string | undefined; alternatives?: Array | undefined; templateId?: string | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseStatus: { readonly DocumentStatusUnspecified: "DOCUMENT_STATUS_UNSPECIFIED"; readonly DocumentStatusDraft: "DOCUMENT_STATUS_DRAFT"; readonly DocumentStatusInReview: "DOCUMENT_STATUS_IN_REVIEW"; readonly DocumentStatusApproved: "DOCUMENT_STATUS_APPROVED"; readonly DocumentStatusRejected: "DOCUMENT_STATUS_REJECTED"; readonly DocumentStatusExpired: "DOCUMENT_STATUS_EXPIRED"; readonly DocumentStatusArchived: "DOCUMENT_STATUS_ARCHIVED"; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseStatus = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Status: { readonly SignatureStatusUnspecified: "SIGNATURE_STATUS_UNSPECIFIED"; readonly SignatureStatusPending: "SIGNATURE_STATUS_PENDING"; readonly SignatureStatusSigned: "SIGNATURE_STATUS_SIGNED"; readonly SignatureStatusRejected: "SIGNATURE_STATUS_REJECTED"; readonly SignatureStatusExpired: "SIGNATURE_STATUS_EXPIRED"; readonly SignatureStatusRevoked: "SIGNATURE_STATUS_REVOKED"; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Status = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureBlocks = { id?: string | undefined; requestId?: string | undefined; blockType?: string | undefined; pageNumber?: number | undefined; xPosition?: number | undefined; yPosition?: number | undefined; width?: number | undefined; height?: number | undefined; isRequired?: boolean | undefined; signatureData?: string | undefined; signedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflow = { id?: string | undefined; requestId?: string | undefined; signingOrder?: Array | undefined; currentSigner?: string | undefined; workflowStatus?: string | undefined; parallelSigning?: boolean | undefined; requireAllSignatures?: boolean | undefined; deadline?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureRequests = { id?: string | undefined; status?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Status | undefined; signerEmail?: string | undefined; signerName?: string | undefined; role?: string | undefined; authenticationMethod?: string | undefined; expiresAt?: Date | undefined; requiresMfa?: boolean | undefined; signatureType?: string | undefined; reminderSchedule?: Array | undefined; documentId?: string | undefined; signatureBlocks?: Array | undefined; workflow?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflow | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAiAssistance = { id?: string | undefined; documentId?: string | undefined; interactionType?: string | undefined; userQuery?: string | undefined; aiResponse?: string | undefined; context?: { [k: string]: string; } | undefined; createdAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateRounds = { id?: string | undefined; historyId?: string | undefined; roundNumber?: number | undefined; proposerId?: string | undefined; proposalContent?: string | undefined; responseContent?: string | undefined; status?: string | undefined; createdAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiation = { id?: string | undefined; documentId?: string | undefined; rounds?: Array | undefined; currentStatus?: string | undefined; startedAt?: Date | undefined; lastUpdated?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateMerges = { id?: string | undefined; branchId?: string | undefined; sourceBranch?: string | undefined; targetBranch?: string | undefined; mergeStatus?: string | undefined; mergeStrategy?: string | undefined; conflicts?: Array | undefined; mergerId?: string | undefined; createdAt?: Date | undefined; completedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdatePolicy = { id?: string | undefined; branchId?: string | undefined; requiredApprovers?: Array | undefined; minimumApprovals?: number | undefined; enforceLinearHistory?: boolean | undefined; allowForcePush?: boolean | undefined; protectedPaths?: Array | undefined; mergeRules?: { [k: string]: string; } | undefined; automatedChecks?: Array | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateMergeRequests = { id?: string | undefined; sourceBranchId?: string | undefined; targetBranchId?: string | undefined; title?: string | undefined; description?: string | undefined; authorId?: string | undefined; reviewers?: Array | undefined; status?: string | undefined; labels?: Array | undefined; hasConflicts?: boolean | undefined; automatedCheckResults?: Array | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateBranches = { id?: string | undefined; name?: string | undefined; baseVersionHash?: string | undefined; currentHeadHash?: string | undefined; purpose?: string | undefined; status?: string | undefined; reviewers?: Array | undefined; branchMetadata?: { [k: string]: string; } | undefined; isLocked?: boolean | undefined; lastUpdated?: Date | undefined; merges?: Array | undefined; policy?: PutApiLeadScraperMicroserviceApiV1AccountsUpdatePolicy | undefined; mergeRequests?: Array | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateChanges = { id?: string | undefined; versionId?: string | undefined; changeType?: string | undefined; contentBefore?: string | undefined; contentAfter?: string | undefined; metadata?: { [k: string]: string; } | undefined; createdAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateSummaries = { id?: string | undefined; versionId?: string | undefined; summaryType?: string | undefined; content?: string | undefined; targetAudience?: string | undefined; keyPoints?: Array | undefined; metadata?: { [k: string]: string; } | undefined; createdAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Versions = { id?: string | undefined; versionHash?: string | undefined; parentHash?: string | undefined; commitMessage?: string | undefined; authorId?: string | undefined; branchName?: string | undefined; metadata?: { [k: string]: string; } | undefined; tags?: Array | undefined; isApproved?: boolean | undefined; approvalChain?: string | undefined; createdAt?: Date | undefined; branches?: Array | undefined; changes?: Array | undefined; summaries?: Array | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstances = { id?: string | undefined; templateId?: string | undefined; status?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseStatus | undefined; fieldValues?: { [k: string]: string; } | undefined; signers?: Array | undefined; language?: string | undefined; isCompleted?: boolean | undefined; dueDate?: Date | undefined; generatedContent?: string | undefined; attachments?: Array | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; signatureRequests?: Array | undefined; aiAssistance?: Array | undefined; negotiation?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiation | undefined; versions?: Array | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateExplanations = { id?: string | undefined; templateId?: string | undefined; sectionIdentifier?: string | undefined; explanationText?: string | undefined; complexityLevel?: string | undefined; relatedTerms?: Array | undefined; legalReferences?: Array | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateRiskAssessments = { id?: string | undefined; intelligenceId?: string | undefined; riskType?: string | undefined; riskScore?: number | undefined; assessmentDetails?: string | undefined; mitigationSuggestions?: Array | undefined; assessorId?: string | undefined; createdAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceChecks = { id?: string | undefined; intelligenceId?: string | undefined; complianceStandard?: string | undefined; checkResult?: string | undefined; violations?: Array | undefined; remediationSteps?: string | undefined; checkDate?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateIntelligence = { id?: string | undefined; contractType?: string | undefined; riskScores?: { [k: string]: number; } | undefined; detectedClauses?: { [k: string]: string; } | undefined; keyObligations?: Array | undefined; complianceScores?: { [k: string]: number; } | undefined; jurisdiction?: string | undefined; governingLaws?: Array | undefined; semanticAnalysis?: { [k: string]: string; } | undefined; analysisDate?: Date | undefined; riskAssessments?: Array | undefined; complianceChecks?: Array | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplates = { id?: string | undefined; name?: string | undefined; description?: string | undefined; industryType?: string | undefined; documentType?: string | undefined; baseContent?: string | undefined; isAdaptive?: boolean | undefined; metadata?: { [k: string]: string; } | undefined; supportedLanguages?: Array | undefined; requiredDataFields?: Array | undefined; version?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; templateType?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplateType | undefined; content?: string | undefined; detectedVariables?: Array | undefined; variableMappings?: { [k: string]: string; } | undefined; isContextAware?: boolean | undefined; supportedContexts?: Array | undefined; formattingRules?: { [k: string]: string; } | undefined; conditionalSections?: Array | undefined; versions?: Array | undefined; variables?: Array | undefined; instances?: Array | undefined; explanations?: Array | undefined; intelligence?: Array | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateSharing = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateActivities = { id?: string | undefined; activityType?: string | undefined; userId?: string | undefined; description?: string | undefined; metadata?: { [k: string]: string; } | undefined; createdAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateCompliance = { id?: string | undefined; complianceType?: string | undefined; status?: string | undefined; certificationId?: string | undefined; validUntil?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateCategory: { readonly AppCategoryUnspecified: "APP_CATEGORY_UNSPECIFIED"; readonly AppCategoryContractAutomation: "APP_CATEGORY_CONTRACT_AUTOMATION"; readonly AppCategoryContractAnalysis: "APP_CATEGORY_CONTRACT_ANALYSIS"; readonly AppCategoryIntegration: "APP_CATEGORY_INTEGRATION"; readonly AppCategoryAiPowered: "APP_CATEGORY_AI_POWERED"; readonly AppCategoryWorkflow: "APP_CATEGORY_WORKFLOW"; readonly AppCategoryCompliance: "APP_CATEGORY_COMPLIANCE"; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateCategory = ClosedEnum; export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdatePricingModel: { readonly PricingModelUnspecified: "PRICING_MODEL_UNSPECIFIED"; readonly PricingModelFree: "PRICING_MODEL_FREE"; readonly PricingModelSubscription: "PRICING_MODEL_SUBSCRIPTION"; readonly PricingModelUsageBased: "PRICING_MODEL_USAGE_BASED"; readonly PricingModelEnterprise: "PRICING_MODEL_ENTERPRISE"; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdatePricingModel = ClosedEnum; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateVersions = { id?: string | undefined; appId?: string | undefined; versionNumber?: string | undefined; changelog?: string | undefined; requirements?: { [k: string]: string; } | undefined; isPublic?: boolean | undefined; releaseDate?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstallations = { id?: string | undefined; appId?: string | undefined; workspaceId?: string | undefined; versionInstalled?: string | undefined; configuration?: { [k: string]: string; } | undefined; installationStatus?: string | undefined; installedAt?: Date | undefined; lastUsed?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAnalytics = { id?: string | undefined; appId?: string | undefined; metricName?: string | undefined; metricValue?: number | undefined; dimensions?: { [k: string]: string; } | undefined; recordedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseReviews = { id?: string | undefined; appId?: string | undefined; reviewerId?: string | undefined; rating?: number | undefined; reviewText?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateInfo = { id?: string | undefined; appId?: string | undefined; supportedLanguages?: Array | undefined; sdkFeatures?: Array | undefined; testCoverage?: { [k: string]: number; } | undefined; securityScans?: Array | undefined; performanceMetrics?: { [k: string]: string; } | undefined; developmentStatus?: string | undefined; knownIssues?: Array | undefined; roadmapUrl?: string | undefined; lastSecurityAudit?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWebhooks = { id?: string | undefined; appId?: string | undefined; url?: string | undefined; subscribedEvents?: Array | undefined; secretKey?: string | undefined; retryCount?: number | undefined; timeoutSeconds?: number | undefined; isActive?: boolean | undefined; headers?: { [k: string]: string; } | undefined; lastTriggered?: Date | undefined; createdAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsPermissions = { id?: string | undefined; appId?: string | undefined; scope?: string | undefined; description?: string | undefined; isRequired?: boolean | undefined; accessLevels?: Array | undefined; constraints?: { [k: string]: string; } | undefined; requiresApproval?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstalledApps = { id?: string | undefined; name?: string | undefined; description?: string | undefined; developerId?: string | undefined; category?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateCategory | undefined; supportedContractTypes?: Array | undefined; features?: Array | undefined; pricingModel?: PutApiLeadScraperMicroserviceApiV1AccountsUpdatePricingModel | undefined; pricingTiers?: { [k: string]: number; } | undefined; supportedIntegrations?: Array | undefined; isVerified?: boolean | undefined; rating?: number | undefined; installationCount?: number | undefined; requiredPermissions?: Array | undefined; metadata?: { [k: string]: string; } | undefined; documentationUrl?: string | undefined; supportEmail?: string | undefined; screenshots?: Array | undefined; privacyPolicyUrl?: string | undefined; termsUrl?: string | undefined; publishedAt?: Date | undefined; lastUpdated?: Date | undefined; versions?: Array | undefined; installations?: Array | undefined; analytics?: Array | undefined; reviews?: Array | undefined; info?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateInfo | undefined; webhooks?: Array | undefined; permissions?: Array | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWorkspaces = { id?: string | undefined; name?: string | undefined; uniqueIdentifier?: string | undefined; s3BucketName?: string | undefined; s3FolderPath?: string | undefined; storageQuota?: string | undefined; usedStorage?: string | undefined; allowPublicSharing?: boolean | undefined; requireApproval?: boolean | undefined; gdprCompliant?: boolean | undefined; hipaaCompliant?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; folders?: Array | undefined; templates?: Array | undefined; sharing?: Array | undefined; activities?: Array | undefined; compliance?: Array | undefined; installedApps?: Array | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateDataProfiles = { id?: string | undefined; name?: string | undefined; profileType?: string | undefined; dataFields?: { [k: string]: string; } | undefined; isDefault?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccount = { id?: string | undefined; auth0UserId?: string | undefined; email?: string | undefined; baseDirectory?: string | undefined; bucketName?: string | undefined; region?: string | undefined; orgId?: string | undefined; tenantId?: string | undefined; roles?: Array | undefined; permissions?: Array | undefined; mfaEnabled?: boolean | undefined; complianceLevel?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceLevel | undefined; preferences?: { [k: string]: string; } | undefined; apiKeys?: Array | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; workspaces?: Array | undefined; dataProfiles?: Array | undefined; }; /** * Updates specified fields of an existing account */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateResponseBody = { account?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccount | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountStatus$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountStatus$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountStatus$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateRoles$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateRoles$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateRoles$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRoles$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRoles$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdatePermissions$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdatePermissions$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdatePermissions$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdatePermissions$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdatePermissions$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateTimezone$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateTimezone$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateTimezone$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateTimezone$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateTimezone$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateStatus$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateStatus$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateStatus$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsStatus$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsStatus$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsStatus$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateLang$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateLang$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateLang$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateLang$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateDay$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateDay$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateDay$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateDay$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateRegularHours$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateRegularHours$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateRegularHours$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateRegularHours$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRegularHours$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateRegularHours$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateRegularHoursToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateRegularHours: PutApiLeadScraperMicroserviceApiV1AccountsUpdateRegularHours): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsDay$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsDay$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsDay$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsDay$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateSpecialHours$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateSpecialHours$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateSpecialHours$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSpecialHours$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateSpecialHours$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSpecialHoursToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateSpecialHours: PutApiLeadScraperMicroserviceApiV1AccountsUpdateSpecialHours): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateReviews$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateReviews$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateReviews$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateReviews$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateReviews$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateReviews$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateReviewsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateReviews: PutApiLeadScraperMicroserviceApiV1AccountsUpdateReviews): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateRevenueRange$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateRevenueRange$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRevenueRange$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRevenueRange$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmployeeBenefits$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmployeeBenefits$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmployeeBenefits$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmployeeBenefits$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateLeads$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateLeads$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateLeads$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateLeads$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateLeads$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateLeads$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateLeadsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateLeads: PutApiLeadScraperMicroserviceApiV1AccountsUpdateLeads): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateJobs$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateJobs$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateJobs$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateJobs$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateJobs$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateJobs$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateJobsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateJobs: PutApiLeadScraperMicroserviceApiV1AccountsUpdateJobs): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateOutputFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateOutputFormat$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateOutputFormat$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateOutputFormat$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateOutputFormat$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflows$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflows$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflows$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflows$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflows$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflows$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflows$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflows$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflowsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflows: PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflows): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflowsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestStatus$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestStatus$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestStatus$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLang$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLang$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLang$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLang$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLang$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestDay$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestDay$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestDay$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestDay$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRegularHours$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRegularHours$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRegularHours$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRegularHours$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRegularHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRegularHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRegularHours$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRegularHours$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRegularHoursToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRegularHours: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRegularHours): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRegularHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyDay$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyDay$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyDay$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyDay$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyDay$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSpecialHours$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSpecialHours$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSpecialHours$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSpecialHours$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSpecialHours$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSpecialHours$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSpecialHours$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSpecialHours$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSpecialHoursToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSpecialHours: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSpecialHours): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSpecialHoursFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsReviews$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsReviews$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsReviews$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsReviews$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsReviews$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsReviews$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsReviewsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsReviews: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsReviews): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRevenueRange$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRevenueRange$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRevenueRange$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRevenueRange$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRevenueRange$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsEmployeeBenefits$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsEmployeeBenefits$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsEmployeeBenefits$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsEmployeeBenefits$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsEmployeeBenefits$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLeads$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLeads$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLeads$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLeads$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLeads$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLeads$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLeads$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLeads$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLeadsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLeads: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLeads): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsLeadsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateScrapingJobs$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateScrapingJobs$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateScrapingJobs$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateScrapingJobs$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateScrapingJobs$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateScrapingJobs$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateScrapingJobs$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateScrapingJobs$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateScrapingJobsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateScrapingJobs: PutApiLeadScraperMicroserviceApiV1AccountsUpdateScrapingJobs): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateScrapingJobsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyStatus$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyStatus$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsRequestRequestBodyStatus$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateApiKeys$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateApiKeys$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateApiKeys$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateApiKeys$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateApiKeys$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateApiKeys$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateApiKeys$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateApiKeys$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateApiKeysToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateApiKeys: PutApiLeadScraperMicroserviceApiV1AccountsUpdateApiKeys): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateApiKeysFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateTriggerEvents$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateTriggerEvents$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateTriggerEvents$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateTriggerEvents$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateTriggerEvents$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateIncludedFields$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateIncludedFields$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateIncludedFields$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateIncludedFields$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateIncludedFields$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdatePayloadFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdatePayloadFormat$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdatePayloadFormat$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdatePayloadFormat$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdatePayloadFormat$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateMetadata$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateMetadata$Outbound = {}; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateMetadata$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateMetadata$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateMetadata$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateMetadata$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateMetadata$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateMetadata$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateMetadataToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateMetadata: PutApiLeadScraperMicroserviceApiV1AccountsUpdateMetadata): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateMetadataFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateWebhooks$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateWebhooks$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?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateMetadata$Outbound | undefined; webhookName?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateWebhooks$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateWebhooks$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWebhooks$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateWebhooks$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateWebhooksToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateWebhooks: PutApiLeadScraperMicroserviceApiV1AccountsUpdateWebhooks): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaceType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaceType$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaceType$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaceType$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 `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaceType$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaces$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaces$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaces$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaces$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaces$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaces$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaces$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaces$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspacesToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaces: PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspaces): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateWorkspacesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateSettings$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateSettings$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateSettings$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateSettings$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSettings$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSettings$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSettings$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateSettings$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSettingsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateSettings: PutApiLeadScraperMicroserviceApiV1AccountsUpdateSettings): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSettingsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccount$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccount$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?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateSettings$Outbound | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccount$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccount$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccount$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccount$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccount$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccount$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccount: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccount): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const Payload$inboundSchema: z.ZodType; /** @internal */ export type Payload$Outbound = { account?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccount$Outbound | undefined; organizationId?: string | undefined; tenantId?: string | undefined; }; /** @internal */ export declare const Payload$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 Payload$ { /** @deprecated use `Payload$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `Payload$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `Payload$Outbound` instead. */ type Outbound = Payload$Outbound; } export declare function payloadToJSON(payload: Payload): string; export declare function payloadFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateRequestBody$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateRequestBody$Outbound = { payload?: Payload$Outbound | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateRequestBody$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateRequestBody$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRequestBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRequestBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRequestBody$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateRequestBody$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateRequestBodyToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateRequestBody: PutApiLeadScraperMicroserviceApiV1AccountsUpdateRequestBody): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateRequestBodyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceLevel$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceLevel$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceLevel$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceLevel$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly ComplianceLevelUnspecified: "COMPLIANCE_LEVEL_UNSPECIFIED"; readonly ComplianceLevelNone: "COMPLIANCE_LEVEL_NONE"; readonly ComplianceLevelBasic: "COMPLIANCE_LEVEL_BASIC"; readonly ComplianceLevelAdvanced: "COMPLIANCE_LEVEL_ADVANCED"; readonly ComplianceLevelEnterprise: "COMPLIANCE_LEVEL_ENTERPRISE"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceLevel$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly ComplianceLevelUnspecified: "COMPLIANCE_LEVEL_UNSPECIFIED"; readonly ComplianceLevelNone: "COMPLIANCE_LEVEL_NONE"; readonly ComplianceLevelBasic: "COMPLIANCE_LEVEL_BASIC"; readonly ComplianceLevelAdvanced: "COMPLIANCE_LEVEL_ADVANCED"; readonly ComplianceLevelEnterprise: "COMPLIANCE_LEVEL_ENTERPRISE"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddings$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddings$Outbound = { id?: string | undefined; embeddings?: Array | undefined; modelVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddings$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddings$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddings$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddings$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddings$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddings$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddingsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddings: PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddings): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddingsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseVersions$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseVersions$Outbound = { id?: string | undefined; fileId?: string | undefined; versionNumber?: number | undefined; s3Key?: string | undefined; size?: string | undefined; commitMessage?: string | undefined; authorId?: string | undefined; createdAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseVersions$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseVersions$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseVersions$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseVersions$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseVersionsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseVersions: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseVersions): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateComments$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateComments$Outbound = { id?: string | undefined; authorId?: string | undefined; content?: string | undefined; startPosition?: number | undefined; endPosition?: number | undefined; resolved?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateComments$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateComments$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateComments$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateComments$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateComments$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateComments$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateCommentsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateComments: PutApiLeadScraperMicroserviceApiV1AccountsUpdateComments): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateCommentsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSharing$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSharing$Outbound = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSharing$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSharing$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSharing$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSharing$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSharing$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSharing$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSharingToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSharing: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSharing): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsSharingFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateSnapshots$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateSnapshots$Outbound = { id?: string | undefined; fileId?: string | undefined; snapshotHash?: string | undefined; content?: string | undefined; authorId?: string | undefined; reason?: string | undefined; createdAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateSnapshots$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateSnapshots$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSnapshots$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSnapshots$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSnapshots$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateSnapshots$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSnapshotsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateSnapshots: PutApiLeadScraperMicroserviceApiV1AccountsUpdateSnapshots): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSnapshotsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateFiles$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateFiles$Outbound = { id?: string | undefined; name?: string | undefined; size?: string | undefined; s3Key?: string | undefined; s3BucketName?: string | undefined; isDeleted?: boolean | undefined; version?: number | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; embeddings?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateEmbeddings$Outbound | undefined; versions?: Array | undefined; comments?: Array | undefined; sharing?: Array | undefined; snapshots?: Array | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateFiles$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateFiles$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateFiles$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateFiles$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateFiles$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateFiles$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateFilesToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateFiles: PutApiLeadScraperMicroserviceApiV1AccountsUpdateFiles): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateFilesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateFolders$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateFolders$Outbound = { id?: string | undefined; name?: string | undefined; s3BucketName?: string | undefined; s3FolderPath?: string | undefined; isDeleted?: boolean | undefined; parentFolderId?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; files?: Array | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateFolders$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateFolders$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateFolders$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateFolders$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateFolders$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateFolders$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateFoldersToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateFolders: PutApiLeadScraperMicroserviceApiV1AccountsUpdateFolders): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateFoldersFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplateType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplateType$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplateType$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplateType$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly TemplateTypeUnspecified: "TEMPLATE_TYPE_UNSPECIFIED"; readonly TemplateTypeStandard: "TEMPLATE_TYPE_STANDARD"; readonly TemplateTypeSmart: "TEMPLATE_TYPE_SMART"; readonly TemplateTypeAdaptive: "TEMPLATE_TYPE_ADAPTIVE"; readonly TemplateTypeAiGenerated: "TEMPLATE_TYPE_AI_GENERATED"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplateType$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly TemplateTypeUnspecified: "TEMPLATE_TYPE_UNSPECIFIED"; readonly TemplateTypeStandard: "TEMPLATE_TYPE_STANDARD"; readonly TemplateTypeSmart: "TEMPLATE_TYPE_SMART"; readonly TemplateTypeAdaptive: "TEMPLATE_TYPE_ADAPTIVE"; readonly TemplateTypeAiGenerated: "TEMPLATE_TYPE_AI_GENERATED"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsVersions$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsVersions$Outbound = { id?: string | undefined; templateId?: string | undefined; version?: string | undefined; baseContent?: string | undefined; metadata?: { [k: string]: string; } | undefined; authorId?: string | undefined; changeDescription?: string | undefined; createdAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsVersions$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsVersions$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsVersions$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsVersions$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsVersionsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsVersions: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsVersions): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateVariables$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateVariables$Outbound = { id?: string | undefined; name?: string | undefined; description?: string | undefined; variableType?: string | undefined; defaultValue?: string | undefined; isRequired?: boolean | undefined; validationRules?: string | undefined; dataSource?: string | undefined; aiExtractionRules?: string | undefined; alternatives?: Array | undefined; templateId?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateVariables$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateVariables$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateVariables$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateVariables$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateVariables$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateVariables$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateVariablesToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateVariables: PutApiLeadScraperMicroserviceApiV1AccountsUpdateVariables): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateVariablesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseStatus$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseStatus$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly DocumentStatusUnspecified: "DOCUMENT_STATUS_UNSPECIFIED"; readonly DocumentStatusDraft: "DOCUMENT_STATUS_DRAFT"; readonly DocumentStatusInReview: "DOCUMENT_STATUS_IN_REVIEW"; readonly DocumentStatusApproved: "DOCUMENT_STATUS_APPROVED"; readonly DocumentStatusRejected: "DOCUMENT_STATUS_REJECTED"; readonly DocumentStatusExpired: "DOCUMENT_STATUS_EXPIRED"; readonly DocumentStatusArchived: "DOCUMENT_STATUS_ARCHIVED"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly DocumentStatusUnspecified: "DOCUMENT_STATUS_UNSPECIFIED"; readonly DocumentStatusDraft: "DOCUMENT_STATUS_DRAFT"; readonly DocumentStatusInReview: "DOCUMENT_STATUS_IN_REVIEW"; readonly DocumentStatusApproved: "DOCUMENT_STATUS_APPROVED"; readonly DocumentStatusRejected: "DOCUMENT_STATUS_REJECTED"; readonly DocumentStatusExpired: "DOCUMENT_STATUS_EXPIRED"; readonly DocumentStatusArchived: "DOCUMENT_STATUS_ARCHIVED"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Status$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Status$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Status$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Status$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly SignatureStatusUnspecified: "SIGNATURE_STATUS_UNSPECIFIED"; readonly SignatureStatusPending: "SIGNATURE_STATUS_PENDING"; readonly SignatureStatusSigned: "SIGNATURE_STATUS_SIGNED"; readonly SignatureStatusRejected: "SIGNATURE_STATUS_REJECTED"; readonly SignatureStatusExpired: "SIGNATURE_STATUS_EXPIRED"; readonly SignatureStatusRevoked: "SIGNATURE_STATUS_REVOKED"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Status$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly SignatureStatusUnspecified: "SIGNATURE_STATUS_UNSPECIFIED"; readonly SignatureStatusPending: "SIGNATURE_STATUS_PENDING"; readonly SignatureStatusSigned: "SIGNATURE_STATUS_SIGNED"; readonly SignatureStatusRejected: "SIGNATURE_STATUS_REJECTED"; readonly SignatureStatusExpired: "SIGNATURE_STATUS_EXPIRED"; readonly SignatureStatusRevoked: "SIGNATURE_STATUS_REVOKED"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureBlocks$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureBlocks$Outbound = { id?: string | undefined; requestId?: string | undefined; blockType?: string | undefined; pageNumber?: number | undefined; xPosition?: number | undefined; yPosition?: number | undefined; width?: number | undefined; height?: number | undefined; isRequired?: boolean | undefined; signatureData?: string | undefined; signedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureBlocks$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureBlocks$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureBlocks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureBlocks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureBlocks$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureBlocks$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureBlocksToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureBlocks: PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureBlocks): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureBlocksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflow$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflow$Outbound = { id?: string | undefined; requestId?: string | undefined; signingOrder?: Array | undefined; currentSigner?: string | undefined; workflowStatus?: string | undefined; parallelSigning?: boolean | undefined; requireAllSignatures?: boolean | undefined; deadline?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflow$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflow$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflow$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflow$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflow$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflow$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflowToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflow: PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflow): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflowFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureRequests$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureRequests$Outbound = { id?: string | undefined; status: string; signerEmail?: string | undefined; signerName?: string | undefined; role?: string | undefined; authenticationMethod?: string | undefined; expiresAt?: string | undefined; requiresMfa?: boolean | undefined; signatureType?: string | undefined; reminderSchedule?: Array | undefined; documentId?: string | undefined; signatureBlocks?: Array | undefined; workflow?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateWorkflow$Outbound | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureRequests$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureRequests$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureRequests$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureRequests$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureRequests$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureRequests$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureRequestsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureRequests: PutApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureRequests): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSignatureRequestsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAiAssistance$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAiAssistance$Outbound = { id?: string | undefined; documentId?: string | undefined; interactionType?: string | undefined; userQuery?: string | undefined; aiResponse?: string | undefined; context?: { [k: string]: string; } | undefined; createdAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAiAssistance$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAiAssistance$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAiAssistance$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAiAssistance$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAiAssistance$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAiAssistance$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAiAssistanceToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAiAssistance: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAiAssistance): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAiAssistanceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateRounds$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateRounds$Outbound = { id?: string | undefined; historyId?: string | undefined; roundNumber?: number | undefined; proposerId?: string | undefined; proposalContent?: string | undefined; responseContent?: string | undefined; status?: string | undefined; createdAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateRounds$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateRounds$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRounds$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRounds$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRounds$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateRounds$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateRoundsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateRounds: PutApiLeadScraperMicroserviceApiV1AccountsUpdateRounds): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateRoundsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiation$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiation$Outbound = { id?: string | undefined; documentId?: string | undefined; rounds?: Array | undefined; currentStatus?: string | undefined; startedAt?: string | undefined; lastUpdated?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiation$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiation$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiation$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiation$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiation$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiation$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiationToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiation: PutApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiation): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiationFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateMerges$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateMerges$Outbound = { id?: string | undefined; branchId?: string | undefined; sourceBranch?: string | undefined; targetBranch?: string | undefined; mergeStatus?: string | undefined; mergeStrategy?: string | undefined; conflicts?: Array | undefined; mergerId?: string | undefined; createdAt?: string | undefined; completedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateMerges$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateMerges$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateMerges$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateMerges$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateMerges$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateMerges$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateMergesToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateMerges: PutApiLeadScraperMicroserviceApiV1AccountsUpdateMerges): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateMergesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdatePolicy$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdatePolicy$Outbound = { id?: string | undefined; branchId?: string | undefined; requiredApprovers?: Array | undefined; minimumApprovals?: number | undefined; enforceLinearHistory?: boolean | undefined; allowForcePush?: boolean | undefined; protectedPaths?: Array | undefined; mergeRules?: { [k: string]: string; } | undefined; automatedChecks?: Array | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdatePolicy$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdatePolicy$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdatePolicy$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdatePolicy$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdatePolicy$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdatePolicy$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdatePolicyToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdatePolicy: PutApiLeadScraperMicroserviceApiV1AccountsUpdatePolicy): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdatePolicyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateMergeRequests$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateMergeRequests$Outbound = { id?: string | undefined; sourceBranchId?: string | undefined; targetBranchId?: string | undefined; title?: string | undefined; description?: string | undefined; authorId?: string | undefined; reviewers?: Array | undefined; status?: string | undefined; labels?: Array | undefined; hasConflicts?: boolean | undefined; automatedCheckResults?: Array | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateMergeRequests$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateMergeRequests$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateMergeRequests$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateMergeRequests$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateMergeRequests$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateMergeRequests$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateMergeRequestsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateMergeRequests: PutApiLeadScraperMicroserviceApiV1AccountsUpdateMergeRequests): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateMergeRequestsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateBranches$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateBranches$Outbound = { id?: string | undefined; name?: string | undefined; baseVersionHash?: string | undefined; currentHeadHash?: string | undefined; purpose?: string | undefined; status?: string | undefined; reviewers?: Array | undefined; branchMetadata?: { [k: string]: string; } | undefined; isLocked?: boolean | undefined; lastUpdated?: string | undefined; merges?: Array | undefined; policy?: PutApiLeadScraperMicroserviceApiV1AccountsUpdatePolicy$Outbound | undefined; mergeRequests?: Array | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateBranches$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateBranches$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateBranches$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateBranches$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateBranches$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateBranches$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateBranchesToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateBranches: PutApiLeadScraperMicroserviceApiV1AccountsUpdateBranches): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateBranchesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateChanges$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateChanges$Outbound = { id?: string | undefined; versionId?: string | undefined; changeType?: string | undefined; contentBefore?: string | undefined; contentAfter?: string | undefined; metadata?: { [k: string]: string; } | undefined; createdAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateChanges$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateChanges$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateChanges$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateChanges$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateChanges$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateChanges$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateChangesToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateChanges: PutApiLeadScraperMicroserviceApiV1AccountsUpdateChanges): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateChangesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateSummaries$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateSummaries$Outbound = { id?: string | undefined; versionId?: string | undefined; summaryType?: string | undefined; content?: string | undefined; targetAudience?: string | undefined; keyPoints?: Array | undefined; metadata?: { [k: string]: string; } | undefined; createdAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateSummaries$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateSummaries$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSummaries$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSummaries$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSummaries$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateSummaries$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSummariesToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateSummaries: PutApiLeadScraperMicroserviceApiV1AccountsUpdateSummaries): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSummariesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Versions$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Versions$Outbound = { id?: string | undefined; versionHash?: string | undefined; parentHash?: string | undefined; commitMessage?: string | undefined; authorId?: string | undefined; branchName?: string | undefined; metadata?: { [k: string]: string; } | undefined; tags?: Array | undefined; isApproved?: boolean | undefined; approvalChain?: string | undefined; createdAt?: string | undefined; branches?: Array | undefined; changes?: Array | undefined; summaries?: Array | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Versions$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Versions$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Versions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Versions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Versions$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Versions$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200VersionsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Versions: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200Versions): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponse200VersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstances$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstances$Outbound = { id?: string | undefined; templateId?: string | undefined; status: string; fieldValues?: { [k: string]: string; } | undefined; signers?: Array | undefined; language?: string | undefined; isCompleted?: boolean | undefined; dueDate?: string | undefined; generatedContent?: string | undefined; attachments?: Array | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; signatureRequests?: Array | undefined; aiAssistance?: Array | undefined; negotiation?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateNegotiation$Outbound | undefined; versions?: Array | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstances$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstances$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstances$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstances$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstances$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstances$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateInstancesToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateInstances: PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstances): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateInstancesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateExplanations$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateExplanations$Outbound = { id?: string | undefined; templateId?: string | undefined; sectionIdentifier?: string | undefined; explanationText?: string | undefined; complexityLevel?: string | undefined; relatedTerms?: Array | undefined; legalReferences?: Array | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateExplanations$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateExplanations$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateExplanations$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateExplanations$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateExplanations$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateExplanations$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateExplanationsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateExplanations: PutApiLeadScraperMicroserviceApiV1AccountsUpdateExplanations): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateExplanationsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateRiskAssessments$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateRiskAssessments$Outbound = { id?: string | undefined; intelligenceId?: string | undefined; riskType?: string | undefined; riskScore?: number | undefined; assessmentDetails?: string | undefined; mitigationSuggestions?: Array | undefined; assessorId?: string | undefined; createdAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateRiskAssessments$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateRiskAssessments$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRiskAssessments$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRiskAssessments$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateRiskAssessments$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateRiskAssessments$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateRiskAssessmentsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateRiskAssessments: PutApiLeadScraperMicroserviceApiV1AccountsUpdateRiskAssessments): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateRiskAssessmentsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceChecks$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceChecks$Outbound = { id?: string | undefined; intelligenceId?: string | undefined; complianceStandard?: string | undefined; checkResult?: string | undefined; violations?: Array | undefined; remediationSteps?: string | undefined; checkDate?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceChecks$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceChecks$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceChecks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceChecks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceChecks$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceChecks$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceChecksToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceChecks: PutApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceChecks): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceChecksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateIntelligence$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateIntelligence$Outbound = { id?: string | undefined; contractType?: string | undefined; riskScores?: { [k: string]: number; } | undefined; detectedClauses?: { [k: string]: string; } | undefined; keyObligations?: Array | undefined; complianceScores?: { [k: string]: number; } | undefined; jurisdiction?: string | undefined; governingLaws?: Array | undefined; semanticAnalysis?: { [k: string]: string; } | undefined; analysisDate?: string | undefined; riskAssessments?: Array | undefined; complianceChecks?: Array | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateIntelligence$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateIntelligence$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateIntelligence$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateIntelligence$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateIntelligence$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateIntelligence$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateIntelligenceToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateIntelligence: PutApiLeadScraperMicroserviceApiV1AccountsUpdateIntelligence): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateIntelligenceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplates$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplates$Outbound = { id?: string | undefined; name?: string | undefined; description?: string | undefined; industryType?: string | undefined; documentType?: string | undefined; baseContent?: string | undefined; isAdaptive?: boolean | undefined; metadata?: { [k: string]: string; } | undefined; supportedLanguages?: Array | undefined; requiredDataFields?: Array | undefined; version?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; templateType: string; content?: string | undefined; detectedVariables?: Array | undefined; variableMappings?: { [k: string]: string; } | undefined; isContextAware?: boolean | undefined; supportedContexts?: Array | undefined; formattingRules?: { [k: string]: string; } | undefined; conditionalSections?: Array | undefined; versions?: Array | undefined; variables?: Array | undefined; instances?: Array | undefined; explanations?: Array | undefined; intelligence?: Array | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplates$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplates$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplates$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplates$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplates$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplates$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateTemplatesToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateTemplates: PutApiLeadScraperMicroserviceApiV1AccountsUpdateTemplates): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateTemplatesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateSharing$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateSharing$Outbound = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateSharing$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateSharing$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSharing$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSharing$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateSharing$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateSharing$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSharingToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateSharing: PutApiLeadScraperMicroserviceApiV1AccountsUpdateSharing): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateSharingFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateActivities$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateActivities$Outbound = { id?: string | undefined; activityType?: string | undefined; userId?: string | undefined; description?: string | undefined; metadata?: { [k: string]: string; } | undefined; createdAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateActivities$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateActivities$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateActivities$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateActivities$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateActivities$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateActivities$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateActivitiesToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateActivities: PutApiLeadScraperMicroserviceApiV1AccountsUpdateActivities): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateActivitiesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateCompliance$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateCompliance$Outbound = { id?: string | undefined; complianceType?: string | undefined; status?: string | undefined; certificationId?: string | undefined; validUntil?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateCompliance$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateCompliance$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateCompliance$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateCompliance$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateCompliance$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateCompliance$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateCompliance: PutApiLeadScraperMicroserviceApiV1AccountsUpdateCompliance): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateComplianceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateCategory$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateCategory$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateCategory$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateCategory$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly AppCategoryUnspecified: "APP_CATEGORY_UNSPECIFIED"; readonly AppCategoryContractAutomation: "APP_CATEGORY_CONTRACT_AUTOMATION"; readonly AppCategoryContractAnalysis: "APP_CATEGORY_CONTRACT_ANALYSIS"; readonly AppCategoryIntegration: "APP_CATEGORY_INTEGRATION"; readonly AppCategoryAiPowered: "APP_CATEGORY_AI_POWERED"; readonly AppCategoryWorkflow: "APP_CATEGORY_WORKFLOW"; readonly AppCategoryCompliance: "APP_CATEGORY_COMPLIANCE"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateCategory$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly AppCategoryUnspecified: "APP_CATEGORY_UNSPECIFIED"; readonly AppCategoryContractAutomation: "APP_CATEGORY_CONTRACT_AUTOMATION"; readonly AppCategoryContractAnalysis: "APP_CATEGORY_CONTRACT_ANALYSIS"; readonly AppCategoryIntegration: "APP_CATEGORY_INTEGRATION"; readonly AppCategoryAiPowered: "APP_CATEGORY_AI_POWERED"; readonly AppCategoryWorkflow: "APP_CATEGORY_WORKFLOW"; readonly AppCategoryCompliance: "APP_CATEGORY_COMPLIANCE"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdatePricingModel$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdatePricingModel$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdatePricingModel$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdatePricingModel$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly PricingModelUnspecified: "PRICING_MODEL_UNSPECIFIED"; readonly PricingModelFree: "PRICING_MODEL_FREE"; readonly PricingModelSubscription: "PRICING_MODEL_SUBSCRIPTION"; readonly PricingModelUsageBased: "PRICING_MODEL_USAGE_BASED"; readonly PricingModelEnterprise: "PRICING_MODEL_ENTERPRISE"; }>; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdatePricingModel$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly PricingModelUnspecified: "PRICING_MODEL_UNSPECIFIED"; readonly PricingModelFree: "PRICING_MODEL_FREE"; readonly PricingModelSubscription: "PRICING_MODEL_SUBSCRIPTION"; readonly PricingModelUsageBased: "PRICING_MODEL_USAGE_BASED"; readonly PricingModelEnterprise: "PRICING_MODEL_ENTERPRISE"; }>; } /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateVersions$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateVersions$Outbound = { id?: string | undefined; appId?: string | undefined; versionNumber?: string | undefined; changelog?: string | undefined; requirements?: { [k: string]: string; } | undefined; isPublic?: boolean | undefined; releaseDate?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateVersions$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateVersions$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateVersions$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateVersions$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateVersionsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateVersions: PutApiLeadScraperMicroserviceApiV1AccountsUpdateVersions): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstallations$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstallations$Outbound = { id?: string | undefined; appId?: string | undefined; workspaceId?: string | undefined; versionInstalled?: string | undefined; configuration?: { [k: string]: string; } | undefined; installationStatus?: string | undefined; installedAt?: string | undefined; lastUsed?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstallations$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstallations$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstallations$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstallations$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstallations$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstallations$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateInstallationsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateInstallations: PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstallations): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateInstallationsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAnalytics$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAnalytics$Outbound = { id?: string | undefined; appId?: string | undefined; metricName?: string | undefined; metricValue?: number | undefined; dimensions?: { [k: string]: string; } | undefined; recordedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAnalytics$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAnalytics$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAnalytics$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAnalytics$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAnalytics$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAnalytics$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAnalyticsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAnalytics: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAnalytics): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAnalyticsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseReviews$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseReviews$Outbound = { id?: string | undefined; appId?: string | undefined; reviewerId?: string | undefined; rating?: number | undefined; reviewText?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseReviews$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseReviews$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseReviews$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseReviews$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseReviewsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseReviews: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseReviews): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsResponseReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateInfo$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateInfo$Outbound = { id?: string | undefined; appId?: string | undefined; supportedLanguages?: Array | undefined; sdkFeatures?: Array | undefined; testCoverage?: { [k: string]: number; } | undefined; securityScans?: Array | undefined; performanceMetrics?: { [k: string]: string; } | undefined; developmentStatus?: string | undefined; knownIssues?: Array | undefined; roadmapUrl?: string | undefined; lastSecurityAudit?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateInfo$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateInfo$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateInfo$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateInfo$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateInfo$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateInfo$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateInfoToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateInfo: PutApiLeadScraperMicroserviceApiV1AccountsUpdateInfo): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateInfoFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWebhooks$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWebhooks$Outbound = { id?: string | undefined; appId?: string | undefined; url?: string | undefined; subscribedEvents?: Array | undefined; secretKey?: string | undefined; retryCount?: number | undefined; timeoutSeconds?: number | undefined; isActive?: boolean | undefined; headers?: { [k: string]: string; } | undefined; lastTriggered?: string | undefined; createdAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWebhooks$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWebhooks$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWebhooks$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWebhooks$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWebhooksToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWebhooks: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWebhooks): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsPermissions$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsPermissions$Outbound = { id?: string | undefined; appId?: string | undefined; scope?: string | undefined; description?: string | undefined; isRequired?: boolean | undefined; accessLevels?: Array | undefined; constraints?: { [k: string]: string; } | undefined; requiresApproval?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsPermissions$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsPermissions$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsPermissions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsPermissions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsPermissions$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsPermissions$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsPermissionsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsPermissions: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsPermissions): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsPermissionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstalledApps$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstalledApps$Outbound = { id?: string | undefined; name?: string | undefined; description?: string | undefined; developerId?: string | undefined; category: string; supportedContractTypes?: Array | undefined; features?: Array | undefined; pricingModel: string; pricingTiers?: { [k: string]: number; } | undefined; supportedIntegrations?: Array | undefined; isVerified?: boolean | undefined; rating?: number | undefined; installationCount?: number | undefined; requiredPermissions?: Array | undefined; metadata?: { [k: string]: string; } | undefined; documentationUrl?: string | undefined; supportEmail?: string | undefined; screenshots?: Array | undefined; privacyPolicyUrl?: string | undefined; termsUrl?: string | undefined; publishedAt?: string | undefined; lastUpdated?: string | undefined; versions?: Array | undefined; installations?: Array | undefined; analytics?: Array | undefined; reviews?: Array | undefined; info?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateInfo$Outbound | undefined; webhooks?: Array | undefined; permissions?: Array | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstalledApps$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstalledApps$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstalledApps$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstalledApps$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstalledApps$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstalledApps$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateInstalledAppsToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateInstalledApps: PutApiLeadScraperMicroserviceApiV1AccountsUpdateInstalledApps): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateInstalledAppsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWorkspaces$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWorkspaces$Outbound = { id?: string | undefined; name?: string | undefined; uniqueIdentifier?: string | undefined; s3BucketName?: string | undefined; s3FolderPath?: string | undefined; storageQuota?: string | undefined; usedStorage?: string | undefined; allowPublicSharing?: boolean | undefined; requireApproval?: boolean | undefined; gdprCompliant?: boolean | undefined; hipaaCompliant?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; folders?: Array | undefined; templates?: Array | undefined; sharing?: Array | undefined; activities?: Array | undefined; compliance?: Array | undefined; installedApps?: Array | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWorkspaces$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWorkspaces$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWorkspaces$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWorkspaces$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWorkspaces$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWorkspaces$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWorkspacesToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWorkspaces: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWorkspaces): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsWorkspacesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateDataProfiles$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateDataProfiles$Outbound = { id?: string | undefined; name?: string | undefined; profileType?: string | undefined; dataFields?: { [k: string]: string; } | undefined; isDefault?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateDataProfiles$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateDataProfiles$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateDataProfiles$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateDataProfiles$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateDataProfiles$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateDataProfiles$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateDataProfilesToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateDataProfiles: PutApiLeadScraperMicroserviceApiV1AccountsUpdateDataProfiles): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateDataProfilesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccount$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccount$Outbound = { id?: string | undefined; auth0UserId?: string | undefined; email?: string | undefined; baseDirectory?: string | undefined; bucketName?: string | undefined; region?: string | undefined; orgId?: string | undefined; tenantId?: string | undefined; roles?: Array | undefined; permissions?: Array | undefined; mfaEnabled?: boolean | undefined; complianceLevel: string; preferences?: { [k: string]: string; } | undefined; apiKeys?: Array | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; workspaces?: Array | undefined; dataProfiles?: Array | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccount$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccount$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccount$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccount$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccount$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccount$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccountToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccount: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccount): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccountFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateResponseBody$inboundSchema: z.ZodType; /** @internal */ export type PutApiLeadScraperMicroserviceApiV1AccountsUpdateResponseBody$Outbound = { account?: PutApiLeadScraperMicroserviceApiV1AccountsUpdateAccountsAccount$Outbound | undefined; }; /** @internal */ export declare const PutApiLeadScraperMicroserviceApiV1AccountsUpdateResponseBody$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 PutApiLeadScraperMicroserviceApiV1AccountsUpdateResponseBody$ { /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiLeadScraperMicroserviceApiV1AccountsUpdateResponseBody$Outbound` instead. */ type Outbound = PutApiLeadScraperMicroserviceApiV1AccountsUpdateResponseBody$Outbound; } export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateResponseBodyToJSON(putApiLeadScraperMicroserviceApiV1AccountsUpdateResponseBody: PutApiLeadScraperMicroserviceApiV1AccountsUpdateResponseBody): string; export declare function putApiLeadScraperMicroserviceApiV1AccountsUpdateResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=putapileadscrapermicroserviceapiv1accountsupdate.d.ts.map