import * as z from "zod"; import { ClosedEnum } from "../../types/enums.js"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdRequest = { id: string; organizationId?: string | undefined; tenantId?: string | undefined; accountId?: string | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddings = { id?: string | undefined; embeddings?: Array | undefined; modelVersion?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponse200Versions = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdComments = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesSharing = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdSnapshots = { id?: string | undefined; fileId?: string | undefined; snapshotHash?: string | undefined; content?: string | undefined; authorId?: string | undefined; reason?: string | undefined; createdAt?: Date | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdFiles = { 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?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddings | undefined; versions?: Array | undefined; comments?: Array | undefined; sharing?: Array | undefined; snapshots?: Array | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdFolders = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplateType: { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplateType = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdVersions = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdVariables = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdStatus: { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdStatus = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesStatus: { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesStatus = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureBlocks = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflow = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureRequests = { id?: string | undefined; status?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesStatus | 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?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflow | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdAiAssistance = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdRounds = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiation = { id?: string | undefined; documentId?: string | undefined; rounds?: Array | undefined; currentStatus?: string | undefined; startedAt?: Date | undefined; lastUpdated?: Date | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdMerges = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdPolicy = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdMergeRequests = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdBranches = { 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?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdPolicy | undefined; mergeRequests?: Array | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdChanges = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdSummaries = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponseVersions = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstances = { id?: string | undefined; templateId?: string | undefined; status?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdStatus | 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?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiation | undefined; versions?: Array | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdExplanations = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdRiskAssessments = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceChecks = { id?: string | undefined; intelligenceId?: string | undefined; complianceStandard?: string | undefined; checkResult?: string | undefined; violations?: Array | undefined; remediationSteps?: string | undefined; checkDate?: Date | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdIntelligence = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplates = { 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?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplateType | 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdSharing = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdActivities = { id?: string | undefined; activityType?: string | undefined; userId?: string | undefined; description?: string | undefined; metadata?: { [k: string]: string; } | undefined; createdAt?: Date | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdCompliance = { id?: string | undefined; complianceType?: string | undefined; status?: string | undefined; certificationId?: string | undefined; validUntil?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdCategory: { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdCategory = ClosedEnum; export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdPricingModel: { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdPricingModel = ClosedEnum; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesVersions = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstallations = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdAnalytics = { id?: string | undefined; appId?: string | undefined; metricName?: string | undefined; metricValue?: number | undefined; dimensions?: { [k: string]: string; } | undefined; recordedAt?: Date | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdReviews = { id?: string | undefined; appId?: string | undefined; reviewerId?: string | undefined; rating?: number | undefined; reviewText?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdInfo = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWebhooks = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdPermissions = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstalledApps = { id?: string | undefined; name?: string | undefined; description?: string | undefined; developerId?: string | undefined; category?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdCategory | undefined; supportedContractTypes?: Array | undefined; features?: Array | undefined; pricingModel?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdPricingModel | 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?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdInfo | undefined; webhooks?: Array | undefined; permissions?: Array | undefined; }; export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspace = { 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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdData = { workspace?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspace | undefined; }; /** * Retrieves details of a specific workspace */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdResponseBody = { data: GetApiLeadScraperMicroserviceApiV1WorkspaceIdData; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdRequest$Outbound = { id: string; organizationId?: string | undefined; tenantId?: string | undefined; accountId?: string | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdRequest$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdRequest$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdRequest$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdRequest$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdRequestToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdRequest: GetApiLeadScraperMicroserviceApiV1WorkspaceIdRequest): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdRequestFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddings$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddings$Outbound = { id?: string | undefined; embeddings?: Array | undefined; modelVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddings$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddings$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddings$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddings$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddings$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddings$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddingsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddings: GetApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddings): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddingsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponse200Versions$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponse200Versions$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponse200Versions$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponse200Versions$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponse200Versions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponse200Versions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponse200Versions$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponse200Versions$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponse200VersionsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponse200Versions: GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponse200Versions): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponse200VersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdComments$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdComments$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdComments$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdComments$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdComments$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdComments$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdComments$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdComments$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdCommentsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdComments: GetApiLeadScraperMicroserviceApiV1WorkspaceIdComments): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdCommentsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesSharing$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesSharing$Outbound = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesSharing$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesSharing$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesSharing$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesSharing$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesSharing$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesSharing$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesSharingToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesSharing: GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesSharing): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesSharingFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdSnapshots$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdSnapshots$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdSnapshots$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdSnapshots$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSnapshots$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSnapshots$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSnapshots$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdSnapshots$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdSnapshotsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdSnapshots: GetApiLeadScraperMicroserviceApiV1WorkspaceIdSnapshots): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdSnapshotsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdFiles$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdFiles$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?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdEmbeddings$Outbound | undefined; versions?: Array | undefined; comments?: Array | undefined; sharing?: Array | undefined; snapshots?: Array | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdFiles$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdFiles$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdFiles$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdFiles$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdFiles$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdFiles$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdFilesToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdFiles: GetApiLeadScraperMicroserviceApiV1WorkspaceIdFiles): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdFilesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdFolders$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdFolders$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdFolders$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdFolders$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdFolders$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdFolders$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdFolders$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdFolders$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdFoldersToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdFolders: GetApiLeadScraperMicroserviceApiV1WorkspaceIdFolders): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdFoldersFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplateType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplateType$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplateType$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplateType$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 `GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplateType$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdVersions$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdVersions$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdVersions$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdVersions$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdVersions$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdVersions$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdVersionsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdVersions: GetApiLeadScraperMicroserviceApiV1WorkspaceIdVersions): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdVariables$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdVariables$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdVariables$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdVariables$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdVariables$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdVariables$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdVariables$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdVariables$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdVariablesToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdVariables: GetApiLeadScraperMicroserviceApiV1WorkspaceIdVariables): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdVariablesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdStatus$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdStatus$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdStatus$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 `GetApiLeadScraperMicroserviceApiV1WorkspaceIdStatus$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesStatus$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesStatus$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesStatus$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 `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesStatus$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureBlocks$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureBlocks$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureBlocks$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureBlocks$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureBlocks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureBlocks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureBlocks$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureBlocks$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureBlocksToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureBlocks: GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureBlocks): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureBlocksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflow$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflow$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflow$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflow$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflow$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflow$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflow$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflow$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflowToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflow: GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflow): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflowFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureRequests$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureRequests$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?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkflow$Outbound | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureRequests$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureRequests$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureRequests$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureRequests$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureRequests$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureRequests$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureRequestsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureRequests: GetApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureRequests): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdSignatureRequestsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdAiAssistance$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdAiAssistance$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdAiAssistance$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdAiAssistance$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdAiAssistance$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdAiAssistance$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdAiAssistance$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdAiAssistance$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdAiAssistanceToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdAiAssistance: GetApiLeadScraperMicroserviceApiV1WorkspaceIdAiAssistance): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdAiAssistanceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdRounds$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdRounds$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdRounds$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdRounds$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdRounds$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdRounds$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdRounds$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdRounds$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdRoundsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdRounds: GetApiLeadScraperMicroserviceApiV1WorkspaceIdRounds): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdRoundsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiation$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiation$Outbound = { id?: string | undefined; documentId?: string | undefined; rounds?: Array | undefined; currentStatus?: string | undefined; startedAt?: string | undefined; lastUpdated?: string | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiation$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiation$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiation$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiation$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiation$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiation$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiationToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiation: GetApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiation): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiationFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdMerges$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdMerges$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdMerges$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdMerges$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdMerges$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdMerges$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdMerges$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdMerges$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdMergesToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdMerges: GetApiLeadScraperMicroserviceApiV1WorkspaceIdMerges): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdMergesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdPolicy$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdPolicy$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdPolicy$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdPolicy$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdPolicy$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdPolicy$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdPolicy$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdPolicy$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdPolicyToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdPolicy: GetApiLeadScraperMicroserviceApiV1WorkspaceIdPolicy): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdPolicyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdMergeRequests$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdMergeRequests$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdMergeRequests$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdMergeRequests$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdMergeRequests$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdMergeRequests$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdMergeRequests$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdMergeRequests$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdMergeRequestsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdMergeRequests: GetApiLeadScraperMicroserviceApiV1WorkspaceIdMergeRequests): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdMergeRequestsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdBranches$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdBranches$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?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdPolicy$Outbound | undefined; mergeRequests?: Array | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdBranches$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdBranches$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdBranches$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdBranches$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdBranches$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdBranches$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdBranchesToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdBranches: GetApiLeadScraperMicroserviceApiV1WorkspaceIdBranches): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdBranchesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdChanges$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdChanges$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdChanges$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdChanges$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdChanges$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdChanges$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdChanges$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdChanges$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdChangesToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdChanges: GetApiLeadScraperMicroserviceApiV1WorkspaceIdChanges): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdChangesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdSummaries$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdSummaries$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdSummaries$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdSummaries$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSummaries$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSummaries$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSummaries$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdSummaries$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdSummariesToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdSummaries: GetApiLeadScraperMicroserviceApiV1WorkspaceIdSummaries): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdSummariesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponseVersions$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponseVersions$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponseVersions$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponseVersions$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponseVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponseVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponseVersions$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponseVersions$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponseVersionsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponseVersions: GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponseVersions): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesResponseVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstances$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstances$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?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdNegotiation$Outbound | undefined; versions?: Array | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstances$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstances$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstances$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstances$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstances$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstances$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdInstancesToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdInstances: GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstances): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdInstancesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdExplanations$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdExplanations$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdExplanations$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdExplanations$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdExplanations$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdExplanations$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdExplanations$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdExplanations$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdExplanationsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdExplanations: GetApiLeadScraperMicroserviceApiV1WorkspaceIdExplanations): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdExplanationsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdRiskAssessments$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdRiskAssessments$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdRiskAssessments$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdRiskAssessments$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdRiskAssessments$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdRiskAssessments$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdRiskAssessments$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdRiskAssessments$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdRiskAssessmentsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdRiskAssessments: GetApiLeadScraperMicroserviceApiV1WorkspaceIdRiskAssessments): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdRiskAssessmentsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceChecks$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceChecks$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceChecks$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceChecks$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceChecks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceChecks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceChecks$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceChecks$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceChecksToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceChecks: GetApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceChecks): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceChecksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdIntelligence$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdIntelligence$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdIntelligence$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdIntelligence$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdIntelligence$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdIntelligence$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdIntelligence$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdIntelligence$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdIntelligenceToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdIntelligence: GetApiLeadScraperMicroserviceApiV1WorkspaceIdIntelligence): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdIntelligenceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplates$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplates$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplates$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplates$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplates$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplates$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplates$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplates$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdTemplatesToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdTemplates: GetApiLeadScraperMicroserviceApiV1WorkspaceIdTemplates): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdTemplatesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdSharing$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdSharing$Outbound = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdSharing$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdSharing$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSharing$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSharing$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdSharing$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdSharing$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdSharingToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdSharing: GetApiLeadScraperMicroserviceApiV1WorkspaceIdSharing): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdSharingFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdActivities$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdActivities$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdActivities$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdActivities$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdActivities$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdActivities$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdActivities$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdActivities$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdActivitiesToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdActivities: GetApiLeadScraperMicroserviceApiV1WorkspaceIdActivities): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdActivitiesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdCompliance$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdCompliance$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdCompliance$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdCompliance$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdCompliance$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdCompliance$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdCompliance$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdCompliance$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdCompliance: GetApiLeadScraperMicroserviceApiV1WorkspaceIdCompliance): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdComplianceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdCategory$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdCategory$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdCategory$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdCategory$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 `GetApiLeadScraperMicroserviceApiV1WorkspaceIdCategory$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdPricingModel$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdPricingModel$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdPricingModel$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdPricingModel$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 `GetApiLeadScraperMicroserviceApiV1WorkspaceIdPricingModel$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesVersions$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesVersions$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesVersions$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesVersions$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesVersions$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesVersions$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesVersionsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesVersions: GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesVersions): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspacesVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstallations$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstallations$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstallations$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstallations$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstallations$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstallations$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstallations$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstallations$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdInstallationsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdInstallations: GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstallations): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdInstallationsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdAnalytics$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdAnalytics$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdAnalytics$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdAnalytics$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdAnalytics$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdAnalytics$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdAnalytics$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdAnalytics$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdAnalyticsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdAnalytics: GetApiLeadScraperMicroserviceApiV1WorkspaceIdAnalytics): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdAnalyticsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdReviews$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdReviews$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdReviews$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdReviews$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdReviews$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdReviews$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdReviewsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdReviews: GetApiLeadScraperMicroserviceApiV1WorkspaceIdReviews): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdInfo$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdInfo$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdInfo$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdInfo$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdInfo$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdInfo$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdInfo$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdInfo$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdInfoToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdInfo: GetApiLeadScraperMicroserviceApiV1WorkspaceIdInfo): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdInfoFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdWebhooks$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdWebhooks$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWebhooks$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWebhooks$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWebhooks$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdWebhooks$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWebhooksToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdWebhooks: GetApiLeadScraperMicroserviceApiV1WorkspaceIdWebhooks): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdPermissions$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdPermissions$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdPermissions$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdPermissions$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdPermissions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdPermissions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdPermissions$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdPermissions$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdPermissionsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdPermissions: GetApiLeadScraperMicroserviceApiV1WorkspaceIdPermissions): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdPermissionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstalledApps$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstalledApps$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?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdInfo$Outbound | undefined; webhooks?: Array | undefined; permissions?: Array | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstalledApps$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstalledApps$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstalledApps$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstalledApps$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstalledApps$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstalledApps$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdInstalledAppsToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdInstalledApps: GetApiLeadScraperMicroserviceApiV1WorkspaceIdInstalledApps): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdInstalledAppsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspace$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspace$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspace$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspace$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspace$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspace$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspace$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspace$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspaceToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspace: GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspace): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspaceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdData$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdData$Outbound = { workspace?: GetApiLeadScraperMicroserviceApiV1WorkspaceIdWorkspace$Outbound | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdData$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdData$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdData$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdData$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdData$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdData$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdDataToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdData: GetApiLeadScraperMicroserviceApiV1WorkspaceIdData): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdDataFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1WorkspaceIdResponseBody$Outbound = { data: GetApiLeadScraperMicroserviceApiV1WorkspaceIdData$Outbound; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1WorkspaceIdResponseBody$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 GetApiLeadScraperMicroserviceApiV1WorkspaceIdResponseBody$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1WorkspaceIdResponseBody$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1WorkspaceIdResponseBody$Outbound; } export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdResponseBodyToJSON(getApiLeadScraperMicroserviceApiV1WorkspaceIdResponseBody: GetApiLeadScraperMicroserviceApiV1WorkspaceIdResponseBody): string; export declare function getApiLeadScraperMicroserviceApiV1WorkspaceIdResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapileadscrapermicroserviceapiv1workspaceid.d.ts.map