import * as z from "zod"; import { ClosedEnum } from "../../types/enums.js"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export declare const PutApiWorkspaceServiceV1AccountsComplianceLevel: { readonly ComplianceLevelUnspecified: "COMPLIANCE_LEVEL_UNSPECIFIED"; readonly ComplianceLevelNone: "COMPLIANCE_LEVEL_NONE"; readonly ComplianceLevelBasic: "COMPLIANCE_LEVEL_BASIC"; readonly ComplianceLevelAdvanced: "COMPLIANCE_LEVEL_ADVANCED"; readonly ComplianceLevelEnterprise: "COMPLIANCE_LEVEL_ENTERPRISE"; }; export type PutApiWorkspaceServiceV1AccountsComplianceLevel = ClosedEnum; export type PutApiWorkspaceServiceV1AccountsEmbeddings = { id?: string | undefined; embeddings?: Array | undefined; modelVersion?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsVersions = { 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 PutApiWorkspaceServiceV1AccountsComments = { 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 PutApiWorkspaceServiceV1AccountsSharing = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsSnapshots = { id?: string | undefined; fileId?: string | undefined; snapshotHash?: string | undefined; content?: string | undefined; authorId?: string | undefined; reason?: string | undefined; createdAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsFiles = { 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?: PutApiWorkspaceServiceV1AccountsEmbeddings | undefined; versions?: Array | undefined; comments?: Array | undefined; sharing?: Array | undefined; snapshots?: Array | undefined; }; export type PutApiWorkspaceServiceV1AccountsFolders = { 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 PutApiWorkspaceServiceV1AccountsTemplateType: { 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 PutApiWorkspaceServiceV1AccountsTemplateType = ClosedEnum; export type PutApiWorkspaceServiceV1AccountsAccountsVersions = { 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 PutApiWorkspaceServiceV1AccountsVariables = { 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 PutApiWorkspaceServiceV1AccountsStatus: { 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 PutApiWorkspaceServiceV1AccountsStatus = ClosedEnum; export declare const PutApiWorkspaceServiceV1AccountsAccountsStatus: { 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 PutApiWorkspaceServiceV1AccountsAccountsStatus = ClosedEnum; export type PutApiWorkspaceServiceV1AccountsSignatureBlocks = { 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 PutApiWorkspaceServiceV1AccountsWorkflow = { 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 PutApiWorkspaceServiceV1AccountsSignatureRequests = { id?: string | undefined; status?: PutApiWorkspaceServiceV1AccountsAccountsStatus | 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?: PutApiWorkspaceServiceV1AccountsWorkflow | undefined; }; export type PutApiWorkspaceServiceV1AccountsAiAssistance = { 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 PutApiWorkspaceServiceV1AccountsRounds = { 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 PutApiWorkspaceServiceV1AccountsNegotiation = { id?: string | undefined; documentId?: string | undefined; rounds?: Array | undefined; currentStatus?: string | undefined; startedAt?: Date | undefined; lastUpdated?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsMerges = { 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 PutApiWorkspaceServiceV1AccountsPolicy = { 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 PutApiWorkspaceServiceV1AccountsMergeRequests = { 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 PutApiWorkspaceServiceV1AccountsBranches = { 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?: PutApiWorkspaceServiceV1AccountsPolicy | undefined; mergeRequests?: Array | undefined; }; export type PutApiWorkspaceServiceV1AccountsChanges = { 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 PutApiWorkspaceServiceV1AccountsSummaries = { 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 PutApiWorkspaceServiceV1AccountsAccountsRequestVersions = { 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 PutApiWorkspaceServiceV1AccountsInstances = { id?: string | undefined; templateId?: string | undefined; status?: PutApiWorkspaceServiceV1AccountsStatus | 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?: PutApiWorkspaceServiceV1AccountsNegotiation | undefined; versions?: Array | undefined; }; export type PutApiWorkspaceServiceV1AccountsExplanations = { 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 PutApiWorkspaceServiceV1AccountsRiskAssessments = { 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 PutApiWorkspaceServiceV1AccountsComplianceChecks = { id?: string | undefined; intelligenceId?: string | undefined; complianceStandard?: string | undefined; checkResult?: string | undefined; violations?: Array | undefined; remediationSteps?: string | undefined; checkDate?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsIntelligence = { 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 PutApiWorkspaceServiceV1AccountsTemplates = { 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?: PutApiWorkspaceServiceV1AccountsTemplateType | 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 PutApiWorkspaceServiceV1AccountsAccountsSharing = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsActivities = { id?: string | undefined; activityType?: string | undefined; userId?: string | undefined; description?: string | undefined; metadata?: { [k: string]: string; } | undefined; createdAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsCompliance = { id?: string | undefined; complianceType?: string | undefined; status?: string | undefined; certificationId?: string | undefined; validUntil?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export declare const PutApiWorkspaceServiceV1AccountsCategory: { 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 PutApiWorkspaceServiceV1AccountsCategory = ClosedEnum; export declare const PutApiWorkspaceServiceV1AccountsPricingModel: { 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 PutApiWorkspaceServiceV1AccountsPricingModel = ClosedEnum; export type PutApiWorkspaceServiceV1AccountsAccountsRequestRequestBodyVersions = { 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 PutApiWorkspaceServiceV1AccountsInstallations = { 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 PutApiWorkspaceServiceV1AccountsAnalytics = { id?: string | undefined; appId?: string | undefined; metricName?: string | undefined; metricValue?: number | undefined; dimensions?: { [k: string]: string; } | undefined; recordedAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsReviews = { id?: string | undefined; appId?: string | undefined; reviewerId?: string | undefined; rating?: number | undefined; reviewText?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsInfo = { 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 PutApiWorkspaceServiceV1AccountsWebhooks = { 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 PutApiWorkspaceServiceV1AccountsPermissions = { 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 PutApiWorkspaceServiceV1AccountsInstalledApps = { id?: string | undefined; name?: string | undefined; description?: string | undefined; developerId?: string | undefined; category?: PutApiWorkspaceServiceV1AccountsCategory | undefined; supportedContractTypes?: Array | undefined; features?: Array | undefined; pricingModel?: PutApiWorkspaceServiceV1AccountsPricingModel | 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?: PutApiWorkspaceServiceV1AccountsInfo | undefined; webhooks?: Array | undefined; permissions?: Array | undefined; }; export type PutApiWorkspaceServiceV1AccountsWorkspaces = { 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 DataProfiles = { id?: string | undefined; name?: string | undefined; profileType?: string | undefined; dataFields?: { [k: string]: string; } | undefined; isDefault?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccount = { id?: string | undefined; auth0UserId?: string | undefined; email?: string | undefined; baseDirectory?: string | undefined; bucketName?: string | undefined; region?: string | undefined; orgId?: string | undefined; tenantId?: string | undefined; roles?: Array | undefined; permissions?: Array | undefined; mfaEnabled?: boolean | undefined; complianceLevel?: PutApiWorkspaceServiceV1AccountsComplianceLevel | undefined; preferences?: { [k: string]: string; } | undefined; apiKeys?: Array | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; workspaces?: Array | undefined; dataProfiles?: Array | undefined; }; export type PutApiWorkspaceServiceV1AccountsRequestBody = { account?: PutApiWorkspaceServiceV1AccountsAccount | undefined; }; export declare const PutApiWorkspaceServiceV1AccountsAccountsComplianceLevel: { readonly ComplianceLevelUnspecified: "COMPLIANCE_LEVEL_UNSPECIFIED"; readonly ComplianceLevelNone: "COMPLIANCE_LEVEL_NONE"; readonly ComplianceLevelBasic: "COMPLIANCE_LEVEL_BASIC"; readonly ComplianceLevelAdvanced: "COMPLIANCE_LEVEL_ADVANCED"; readonly ComplianceLevelEnterprise: "COMPLIANCE_LEVEL_ENTERPRISE"; }; export type PutApiWorkspaceServiceV1AccountsAccountsComplianceLevel = ClosedEnum; export type PutApiWorkspaceServiceV1AccountsAccountsEmbeddings = { id?: string | undefined; embeddings?: Array | undefined; modelVersion?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONResponseBodyVersions = { 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 PutApiWorkspaceServiceV1AccountsAccountsComments = { 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 PutApiWorkspaceServiceV1AccountsAccountsResponse200Sharing = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsSnapshots = { id?: string | undefined; fileId?: string | undefined; snapshotHash?: string | undefined; content?: string | undefined; authorId?: string | undefined; reason?: string | undefined; createdAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsFiles = { 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?: PutApiWorkspaceServiceV1AccountsAccountsEmbeddings | undefined; versions?: Array | undefined; comments?: Array | undefined; sharing?: Array | undefined; snapshots?: Array | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsFolders = { 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 PutApiWorkspaceServiceV1AccountsAccountsTemplateType: { 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 PutApiWorkspaceServiceV1AccountsAccountsTemplateType = ClosedEnum; export type PutApiWorkspaceServiceV1AccountsAccountsResponseVersions = { 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 PutApiWorkspaceServiceV1AccountsAccountsVariables = { 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 PutApiWorkspaceServiceV1AccountsAccountsResponseStatus: { 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 PutApiWorkspaceServiceV1AccountsAccountsResponseStatus = ClosedEnum; export declare const PutApiWorkspaceServiceV1AccountsAccountsResponse200Status: { 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 PutApiWorkspaceServiceV1AccountsAccountsResponse200Status = ClosedEnum; export type PutApiWorkspaceServiceV1AccountsAccountsSignatureBlocks = { 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 PutApiWorkspaceServiceV1AccountsAccountsWorkflow = { 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 PutApiWorkspaceServiceV1AccountsAccountsSignatureRequests = { id?: string | undefined; status?: PutApiWorkspaceServiceV1AccountsAccountsResponse200Status | 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?: PutApiWorkspaceServiceV1AccountsAccountsWorkflow | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsAiAssistance = { 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 PutApiWorkspaceServiceV1AccountsAccountsRounds = { 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 PutApiWorkspaceServiceV1AccountsAccountsNegotiation = { id?: string | undefined; documentId?: string | undefined; rounds?: Array | undefined; currentStatus?: string | undefined; startedAt?: Date | undefined; lastUpdated?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsMerges = { 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 PutApiWorkspaceServiceV1AccountsAccountsPolicy = { 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 PutApiWorkspaceServiceV1AccountsAccountsMergeRequests = { 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 PutApiWorkspaceServiceV1AccountsAccountsBranches = { 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?: PutApiWorkspaceServiceV1AccountsAccountsPolicy | undefined; mergeRequests?: Array | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsChanges = { 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 PutApiWorkspaceServiceV1AccountsAccountsSummaries = { 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 PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONVersions = { 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 PutApiWorkspaceServiceV1AccountsAccountsInstances = { id?: string | undefined; templateId?: string | undefined; status?: PutApiWorkspaceServiceV1AccountsAccountsResponseStatus | 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?: PutApiWorkspaceServiceV1AccountsAccountsNegotiation | undefined; versions?: Array | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsExplanations = { 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 PutApiWorkspaceServiceV1AccountsAccountsRiskAssessments = { 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 PutApiWorkspaceServiceV1AccountsAccountsComplianceChecks = { id?: string | undefined; intelligenceId?: string | undefined; complianceStandard?: string | undefined; checkResult?: string | undefined; violations?: Array | undefined; remediationSteps?: string | undefined; checkDate?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsIntelligence = { 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 PutApiWorkspaceServiceV1AccountsAccountsTemplates = { 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?: PutApiWorkspaceServiceV1AccountsAccountsTemplateType | 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 PutApiWorkspaceServiceV1AccountsAccountsResponseSharing = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsActivities = { id?: string | undefined; activityType?: string | undefined; userId?: string | undefined; description?: string | undefined; metadata?: { [k: string]: string; } | undefined; createdAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsCompliance = { id?: string | undefined; complianceType?: string | undefined; status?: string | undefined; certificationId?: string | undefined; validUntil?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export declare const PutApiWorkspaceServiceV1AccountsAccountsCategory: { 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 PutApiWorkspaceServiceV1AccountsAccountsCategory = ClosedEnum; export declare const PutApiWorkspaceServiceV1AccountsAccountsPricingModel: { 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 PutApiWorkspaceServiceV1AccountsAccountsPricingModel = ClosedEnum; export type PutApiWorkspaceServiceV1AccountsAccountsResponse200Versions = { 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 PutApiWorkspaceServiceV1AccountsAccountsInstallations = { 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 PutApiWorkspaceServiceV1AccountsAccountsAnalytics = { id?: string | undefined; appId?: string | undefined; metricName?: string | undefined; metricValue?: number | undefined; dimensions?: { [k: string]: string; } | undefined; recordedAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsReviews = { id?: string | undefined; appId?: string | undefined; reviewerId?: string | undefined; rating?: number | undefined; reviewText?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsInfo = { 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 PutApiWorkspaceServiceV1AccountsAccountsWebhooks = { 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 PutApiWorkspaceServiceV1AccountsAccountsPermissions = { 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 PutApiWorkspaceServiceV1AccountsAccountsInstalledApps = { id?: string | undefined; name?: string | undefined; description?: string | undefined; developerId?: string | undefined; category?: PutApiWorkspaceServiceV1AccountsAccountsCategory | undefined; supportedContractTypes?: Array | undefined; features?: Array | undefined; pricingModel?: PutApiWorkspaceServiceV1AccountsAccountsPricingModel | 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?: PutApiWorkspaceServiceV1AccountsAccountsInfo | undefined; webhooks?: Array | undefined; permissions?: Array | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsWorkspaces = { 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 PutApiWorkspaceServiceV1AccountsDataProfiles = { id?: string | undefined; name?: string | undefined; profileType?: string | undefined; dataFields?: { [k: string]: string; } | undefined; isDefault?: boolean | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type PutApiWorkspaceServiceV1AccountsAccountsAccount = { id?: string | undefined; auth0UserId?: string | undefined; email?: string | undefined; baseDirectory?: string | undefined; bucketName?: string | undefined; region?: string | undefined; orgId?: string | undefined; tenantId?: string | undefined; roles?: Array | undefined; permissions?: Array | undefined; mfaEnabled?: boolean | undefined; complianceLevel?: PutApiWorkspaceServiceV1AccountsAccountsComplianceLevel | undefined; preferences?: { [k: string]: string; } | undefined; apiKeys?: Array | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; deletedAt?: Date | undefined; workspaces?: Array | undefined; dataProfiles?: Array | undefined; }; export type PutApiWorkspaceServiceV1AccountsResponseBody = { account?: PutApiWorkspaceServiceV1AccountsAccountsAccount | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsComplianceLevel$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsComplianceLevel$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 PutApiWorkspaceServiceV1AccountsComplianceLevel$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsComplianceLevel$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly ComplianceLevelUnspecified: "COMPLIANCE_LEVEL_UNSPECIFIED"; readonly ComplianceLevelNone: "COMPLIANCE_LEVEL_NONE"; readonly ComplianceLevelBasic: "COMPLIANCE_LEVEL_BASIC"; readonly ComplianceLevelAdvanced: "COMPLIANCE_LEVEL_ADVANCED"; readonly ComplianceLevelEnterprise: "COMPLIANCE_LEVEL_ENTERPRISE"; }>; /** @deprecated use `PutApiWorkspaceServiceV1AccountsComplianceLevel$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly ComplianceLevelUnspecified: "COMPLIANCE_LEVEL_UNSPECIFIED"; readonly ComplianceLevelNone: "COMPLIANCE_LEVEL_NONE"; readonly ComplianceLevelBasic: "COMPLIANCE_LEVEL_BASIC"; readonly ComplianceLevelAdvanced: "COMPLIANCE_LEVEL_ADVANCED"; readonly ComplianceLevelEnterprise: "COMPLIANCE_LEVEL_ENTERPRISE"; }>; } /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsEmbeddings$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsEmbeddings$Outbound = { id?: string | undefined; embeddings?: Array | undefined; modelVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsEmbeddings$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 PutApiWorkspaceServiceV1AccountsEmbeddings$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsEmbeddings$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsEmbeddings$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsEmbeddings$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsEmbeddings$Outbound; } export declare function putApiWorkspaceServiceV1AccountsEmbeddingsToJSON(putApiWorkspaceServiceV1AccountsEmbeddings: PutApiWorkspaceServiceV1AccountsEmbeddings): string; export declare function putApiWorkspaceServiceV1AccountsEmbeddingsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsVersions$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsVersions$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 PutApiWorkspaceServiceV1AccountsVersions$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 PutApiWorkspaceServiceV1AccountsVersions$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsVersions$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsVersions$Outbound; } export declare function putApiWorkspaceServiceV1AccountsVersionsToJSON(putApiWorkspaceServiceV1AccountsVersions: PutApiWorkspaceServiceV1AccountsVersions): string; export declare function putApiWorkspaceServiceV1AccountsVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsComments$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsComments$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 PutApiWorkspaceServiceV1AccountsComments$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 PutApiWorkspaceServiceV1AccountsComments$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsComments$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsComments$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsComments$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsComments$Outbound; } export declare function putApiWorkspaceServiceV1AccountsCommentsToJSON(putApiWorkspaceServiceV1AccountsComments: PutApiWorkspaceServiceV1AccountsComments): string; export declare function putApiWorkspaceServiceV1AccountsCommentsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsSharing$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsSharing$Outbound = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsSharing$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 PutApiWorkspaceServiceV1AccountsSharing$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsSharing$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsSharing$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsSharing$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsSharing$Outbound; } export declare function putApiWorkspaceServiceV1AccountsSharingToJSON(putApiWorkspaceServiceV1AccountsSharing: PutApiWorkspaceServiceV1AccountsSharing): string; export declare function putApiWorkspaceServiceV1AccountsSharingFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsSnapshots$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsSnapshots$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 PutApiWorkspaceServiceV1AccountsSnapshots$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 PutApiWorkspaceServiceV1AccountsSnapshots$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsSnapshots$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsSnapshots$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsSnapshots$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsSnapshots$Outbound; } export declare function putApiWorkspaceServiceV1AccountsSnapshotsToJSON(putApiWorkspaceServiceV1AccountsSnapshots: PutApiWorkspaceServiceV1AccountsSnapshots): string; export declare function putApiWorkspaceServiceV1AccountsSnapshotsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsFiles$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsFiles$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?: PutApiWorkspaceServiceV1AccountsEmbeddings$Outbound | undefined; versions?: Array | undefined; comments?: Array | undefined; sharing?: Array | undefined; snapshots?: Array | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsFiles$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 PutApiWorkspaceServiceV1AccountsFiles$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsFiles$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsFiles$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsFiles$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsFiles$Outbound; } export declare function putApiWorkspaceServiceV1AccountsFilesToJSON(putApiWorkspaceServiceV1AccountsFiles: PutApiWorkspaceServiceV1AccountsFiles): string; export declare function putApiWorkspaceServiceV1AccountsFilesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsFolders$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsFolders$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 PutApiWorkspaceServiceV1AccountsFolders$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 PutApiWorkspaceServiceV1AccountsFolders$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsFolders$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsFolders$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsFolders$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsFolders$Outbound; } export declare function putApiWorkspaceServiceV1AccountsFoldersToJSON(putApiWorkspaceServiceV1AccountsFolders: PutApiWorkspaceServiceV1AccountsFolders): string; export declare function putApiWorkspaceServiceV1AccountsFoldersFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsTemplateType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsTemplateType$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 PutApiWorkspaceServiceV1AccountsTemplateType$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsTemplateType$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 `PutApiWorkspaceServiceV1AccountsTemplateType$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 PutApiWorkspaceServiceV1AccountsAccountsVersions$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsVersions$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 PutApiWorkspaceServiceV1AccountsAccountsVersions$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 PutApiWorkspaceServiceV1AccountsAccountsVersions$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsVersions$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsVersions$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsVersionsToJSON(putApiWorkspaceServiceV1AccountsAccountsVersions: PutApiWorkspaceServiceV1AccountsAccountsVersions): string; export declare function putApiWorkspaceServiceV1AccountsAccountsVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsVariables$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsVariables$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 PutApiWorkspaceServiceV1AccountsVariables$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 PutApiWorkspaceServiceV1AccountsVariables$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsVariables$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsVariables$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsVariables$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsVariables$Outbound; } export declare function putApiWorkspaceServiceV1AccountsVariablesToJSON(putApiWorkspaceServiceV1AccountsVariables: PutApiWorkspaceServiceV1AccountsVariables): string; export declare function putApiWorkspaceServiceV1AccountsVariablesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsStatus$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 PutApiWorkspaceServiceV1AccountsStatus$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsStatus$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 `PutApiWorkspaceServiceV1AccountsStatus$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 PutApiWorkspaceServiceV1AccountsAccountsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsStatus$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 PutApiWorkspaceServiceV1AccountsAccountsStatus$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsStatus$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 `PutApiWorkspaceServiceV1AccountsAccountsStatus$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 PutApiWorkspaceServiceV1AccountsSignatureBlocks$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsSignatureBlocks$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 PutApiWorkspaceServiceV1AccountsSignatureBlocks$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 PutApiWorkspaceServiceV1AccountsSignatureBlocks$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsSignatureBlocks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsSignatureBlocks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsSignatureBlocks$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsSignatureBlocks$Outbound; } export declare function putApiWorkspaceServiceV1AccountsSignatureBlocksToJSON(putApiWorkspaceServiceV1AccountsSignatureBlocks: PutApiWorkspaceServiceV1AccountsSignatureBlocks): string; export declare function putApiWorkspaceServiceV1AccountsSignatureBlocksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsWorkflow$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsWorkflow$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 PutApiWorkspaceServiceV1AccountsWorkflow$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 PutApiWorkspaceServiceV1AccountsWorkflow$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsWorkflow$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsWorkflow$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsWorkflow$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsWorkflow$Outbound; } export declare function putApiWorkspaceServiceV1AccountsWorkflowToJSON(putApiWorkspaceServiceV1AccountsWorkflow: PutApiWorkspaceServiceV1AccountsWorkflow): string; export declare function putApiWorkspaceServiceV1AccountsWorkflowFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsSignatureRequests$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsSignatureRequests$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?: PutApiWorkspaceServiceV1AccountsWorkflow$Outbound | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsSignatureRequests$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 PutApiWorkspaceServiceV1AccountsSignatureRequests$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsSignatureRequests$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsSignatureRequests$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsSignatureRequests$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsSignatureRequests$Outbound; } export declare function putApiWorkspaceServiceV1AccountsSignatureRequestsToJSON(putApiWorkspaceServiceV1AccountsSignatureRequests: PutApiWorkspaceServiceV1AccountsSignatureRequests): string; export declare function putApiWorkspaceServiceV1AccountsSignatureRequestsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAiAssistance$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAiAssistance$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 PutApiWorkspaceServiceV1AccountsAiAssistance$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 PutApiWorkspaceServiceV1AccountsAiAssistance$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAiAssistance$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAiAssistance$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAiAssistance$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAiAssistance$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAiAssistanceToJSON(putApiWorkspaceServiceV1AccountsAiAssistance: PutApiWorkspaceServiceV1AccountsAiAssistance): string; export declare function putApiWorkspaceServiceV1AccountsAiAssistanceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsRounds$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsRounds$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 PutApiWorkspaceServiceV1AccountsRounds$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 PutApiWorkspaceServiceV1AccountsRounds$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsRounds$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsRounds$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsRounds$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsRounds$Outbound; } export declare function putApiWorkspaceServiceV1AccountsRoundsToJSON(putApiWorkspaceServiceV1AccountsRounds: PutApiWorkspaceServiceV1AccountsRounds): string; export declare function putApiWorkspaceServiceV1AccountsRoundsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsNegotiation$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsNegotiation$Outbound = { id?: string | undefined; documentId?: string | undefined; rounds?: Array | undefined; currentStatus?: string | undefined; startedAt?: string | undefined; lastUpdated?: string | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsNegotiation$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 PutApiWorkspaceServiceV1AccountsNegotiation$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsNegotiation$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsNegotiation$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsNegotiation$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsNegotiation$Outbound; } export declare function putApiWorkspaceServiceV1AccountsNegotiationToJSON(putApiWorkspaceServiceV1AccountsNegotiation: PutApiWorkspaceServiceV1AccountsNegotiation): string; export declare function putApiWorkspaceServiceV1AccountsNegotiationFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsMerges$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsMerges$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 PutApiWorkspaceServiceV1AccountsMerges$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 PutApiWorkspaceServiceV1AccountsMerges$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsMerges$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsMerges$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsMerges$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsMerges$Outbound; } export declare function putApiWorkspaceServiceV1AccountsMergesToJSON(putApiWorkspaceServiceV1AccountsMerges: PutApiWorkspaceServiceV1AccountsMerges): string; export declare function putApiWorkspaceServiceV1AccountsMergesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsPolicy$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsPolicy$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 PutApiWorkspaceServiceV1AccountsPolicy$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 PutApiWorkspaceServiceV1AccountsPolicy$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsPolicy$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsPolicy$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsPolicy$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsPolicy$Outbound; } export declare function putApiWorkspaceServiceV1AccountsPolicyToJSON(putApiWorkspaceServiceV1AccountsPolicy: PutApiWorkspaceServiceV1AccountsPolicy): string; export declare function putApiWorkspaceServiceV1AccountsPolicyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsMergeRequests$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsMergeRequests$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 PutApiWorkspaceServiceV1AccountsMergeRequests$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 PutApiWorkspaceServiceV1AccountsMergeRequests$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsMergeRequests$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsMergeRequests$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsMergeRequests$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsMergeRequests$Outbound; } export declare function putApiWorkspaceServiceV1AccountsMergeRequestsToJSON(putApiWorkspaceServiceV1AccountsMergeRequests: PutApiWorkspaceServiceV1AccountsMergeRequests): string; export declare function putApiWorkspaceServiceV1AccountsMergeRequestsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsBranches$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsBranches$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?: PutApiWorkspaceServiceV1AccountsPolicy$Outbound | undefined; mergeRequests?: Array | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsBranches$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 PutApiWorkspaceServiceV1AccountsBranches$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsBranches$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsBranches$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsBranches$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsBranches$Outbound; } export declare function putApiWorkspaceServiceV1AccountsBranchesToJSON(putApiWorkspaceServiceV1AccountsBranches: PutApiWorkspaceServiceV1AccountsBranches): string; export declare function putApiWorkspaceServiceV1AccountsBranchesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsChanges$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsChanges$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 PutApiWorkspaceServiceV1AccountsChanges$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 PutApiWorkspaceServiceV1AccountsChanges$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsChanges$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsChanges$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsChanges$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsChanges$Outbound; } export declare function putApiWorkspaceServiceV1AccountsChangesToJSON(putApiWorkspaceServiceV1AccountsChanges: PutApiWorkspaceServiceV1AccountsChanges): string; export declare function putApiWorkspaceServiceV1AccountsChangesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsSummaries$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsSummaries$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 PutApiWorkspaceServiceV1AccountsSummaries$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 PutApiWorkspaceServiceV1AccountsSummaries$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsSummaries$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsSummaries$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsSummaries$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsSummaries$Outbound; } export declare function putApiWorkspaceServiceV1AccountsSummariesToJSON(putApiWorkspaceServiceV1AccountsSummaries: PutApiWorkspaceServiceV1AccountsSummaries): string; export declare function putApiWorkspaceServiceV1AccountsSummariesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsRequestVersions$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsRequestVersions$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 PutApiWorkspaceServiceV1AccountsAccountsRequestVersions$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 PutApiWorkspaceServiceV1AccountsAccountsRequestVersions$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsRequestVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsRequestVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsRequestVersions$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsRequestVersions$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsRequestVersionsToJSON(putApiWorkspaceServiceV1AccountsAccountsRequestVersions: PutApiWorkspaceServiceV1AccountsAccountsRequestVersions): string; export declare function putApiWorkspaceServiceV1AccountsAccountsRequestVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsInstances$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsInstances$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?: PutApiWorkspaceServiceV1AccountsNegotiation$Outbound | undefined; versions?: Array | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsInstances$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 PutApiWorkspaceServiceV1AccountsInstances$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsInstances$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsInstances$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsInstances$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsInstances$Outbound; } export declare function putApiWorkspaceServiceV1AccountsInstancesToJSON(putApiWorkspaceServiceV1AccountsInstances: PutApiWorkspaceServiceV1AccountsInstances): string; export declare function putApiWorkspaceServiceV1AccountsInstancesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsExplanations$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsExplanations$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 PutApiWorkspaceServiceV1AccountsExplanations$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 PutApiWorkspaceServiceV1AccountsExplanations$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsExplanations$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsExplanations$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsExplanations$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsExplanations$Outbound; } export declare function putApiWorkspaceServiceV1AccountsExplanationsToJSON(putApiWorkspaceServiceV1AccountsExplanations: PutApiWorkspaceServiceV1AccountsExplanations): string; export declare function putApiWorkspaceServiceV1AccountsExplanationsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsRiskAssessments$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsRiskAssessments$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 PutApiWorkspaceServiceV1AccountsRiskAssessments$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 PutApiWorkspaceServiceV1AccountsRiskAssessments$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsRiskAssessments$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsRiskAssessments$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsRiskAssessments$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsRiskAssessments$Outbound; } export declare function putApiWorkspaceServiceV1AccountsRiskAssessmentsToJSON(putApiWorkspaceServiceV1AccountsRiskAssessments: PutApiWorkspaceServiceV1AccountsRiskAssessments): string; export declare function putApiWorkspaceServiceV1AccountsRiskAssessmentsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsComplianceChecks$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsComplianceChecks$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 PutApiWorkspaceServiceV1AccountsComplianceChecks$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 PutApiWorkspaceServiceV1AccountsComplianceChecks$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsComplianceChecks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsComplianceChecks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsComplianceChecks$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsComplianceChecks$Outbound; } export declare function putApiWorkspaceServiceV1AccountsComplianceChecksToJSON(putApiWorkspaceServiceV1AccountsComplianceChecks: PutApiWorkspaceServiceV1AccountsComplianceChecks): string; export declare function putApiWorkspaceServiceV1AccountsComplianceChecksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsIntelligence$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsIntelligence$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 PutApiWorkspaceServiceV1AccountsIntelligence$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 PutApiWorkspaceServiceV1AccountsIntelligence$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsIntelligence$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsIntelligence$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsIntelligence$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsIntelligence$Outbound; } export declare function putApiWorkspaceServiceV1AccountsIntelligenceToJSON(putApiWorkspaceServiceV1AccountsIntelligence: PutApiWorkspaceServiceV1AccountsIntelligence): string; export declare function putApiWorkspaceServiceV1AccountsIntelligenceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsTemplates$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsTemplates$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 PutApiWorkspaceServiceV1AccountsTemplates$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 PutApiWorkspaceServiceV1AccountsTemplates$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsTemplates$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsTemplates$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsTemplates$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsTemplates$Outbound; } export declare function putApiWorkspaceServiceV1AccountsTemplatesToJSON(putApiWorkspaceServiceV1AccountsTemplates: PutApiWorkspaceServiceV1AccountsTemplates): string; export declare function putApiWorkspaceServiceV1AccountsTemplatesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsSharing$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsSharing$Outbound = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsSharing$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 PutApiWorkspaceServiceV1AccountsAccountsSharing$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSharing$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSharing$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSharing$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsSharing$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsSharingToJSON(putApiWorkspaceServiceV1AccountsAccountsSharing: PutApiWorkspaceServiceV1AccountsAccountsSharing): string; export declare function putApiWorkspaceServiceV1AccountsAccountsSharingFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsActivities$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsActivities$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 PutApiWorkspaceServiceV1AccountsActivities$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 PutApiWorkspaceServiceV1AccountsActivities$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsActivities$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsActivities$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsActivities$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsActivities$Outbound; } export declare function putApiWorkspaceServiceV1AccountsActivitiesToJSON(putApiWorkspaceServiceV1AccountsActivities: PutApiWorkspaceServiceV1AccountsActivities): string; export declare function putApiWorkspaceServiceV1AccountsActivitiesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsCompliance$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsCompliance$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 PutApiWorkspaceServiceV1AccountsCompliance$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 PutApiWorkspaceServiceV1AccountsCompliance$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsCompliance$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsCompliance$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsCompliance$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsCompliance$Outbound; } export declare function putApiWorkspaceServiceV1AccountsComplianceToJSON(putApiWorkspaceServiceV1AccountsCompliance: PutApiWorkspaceServiceV1AccountsCompliance): string; export declare function putApiWorkspaceServiceV1AccountsComplianceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsCategory$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsCategory$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 PutApiWorkspaceServiceV1AccountsCategory$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsCategory$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 `PutApiWorkspaceServiceV1AccountsCategory$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 PutApiWorkspaceServiceV1AccountsPricingModel$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsPricingModel$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 PutApiWorkspaceServiceV1AccountsPricingModel$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsPricingModel$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 `PutApiWorkspaceServiceV1AccountsPricingModel$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 PutApiWorkspaceServiceV1AccountsAccountsRequestRequestBodyVersions$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsRequestRequestBodyVersions$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 PutApiWorkspaceServiceV1AccountsAccountsRequestRequestBodyVersions$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 PutApiWorkspaceServiceV1AccountsAccountsRequestRequestBodyVersions$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsRequestRequestBodyVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsRequestRequestBodyVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsRequestRequestBodyVersions$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsRequestRequestBodyVersions$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsRequestRequestBodyVersionsToJSON(putApiWorkspaceServiceV1AccountsAccountsRequestRequestBodyVersions: PutApiWorkspaceServiceV1AccountsAccountsRequestRequestBodyVersions): string; export declare function putApiWorkspaceServiceV1AccountsAccountsRequestRequestBodyVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsInstallations$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsInstallations$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 PutApiWorkspaceServiceV1AccountsInstallations$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 PutApiWorkspaceServiceV1AccountsInstallations$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsInstallations$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsInstallations$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsInstallations$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsInstallations$Outbound; } export declare function putApiWorkspaceServiceV1AccountsInstallationsToJSON(putApiWorkspaceServiceV1AccountsInstallations: PutApiWorkspaceServiceV1AccountsInstallations): string; export declare function putApiWorkspaceServiceV1AccountsInstallationsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAnalytics$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAnalytics$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 PutApiWorkspaceServiceV1AccountsAnalytics$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 PutApiWorkspaceServiceV1AccountsAnalytics$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAnalytics$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAnalytics$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAnalytics$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAnalytics$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAnalyticsToJSON(putApiWorkspaceServiceV1AccountsAnalytics: PutApiWorkspaceServiceV1AccountsAnalytics): string; export declare function putApiWorkspaceServiceV1AccountsAnalyticsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsReviews$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsReviews$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 PutApiWorkspaceServiceV1AccountsReviews$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 PutApiWorkspaceServiceV1AccountsReviews$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsReviews$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsReviews$Outbound; } export declare function putApiWorkspaceServiceV1AccountsReviewsToJSON(putApiWorkspaceServiceV1AccountsReviews: PutApiWorkspaceServiceV1AccountsReviews): string; export declare function putApiWorkspaceServiceV1AccountsReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsInfo$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsInfo$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 PutApiWorkspaceServiceV1AccountsInfo$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 PutApiWorkspaceServiceV1AccountsInfo$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsInfo$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsInfo$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsInfo$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsInfo$Outbound; } export declare function putApiWorkspaceServiceV1AccountsInfoToJSON(putApiWorkspaceServiceV1AccountsInfo: PutApiWorkspaceServiceV1AccountsInfo): string; export declare function putApiWorkspaceServiceV1AccountsInfoFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsWebhooks$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsWebhooks$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 PutApiWorkspaceServiceV1AccountsWebhooks$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 PutApiWorkspaceServiceV1AccountsWebhooks$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsWebhooks$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsWebhooks$Outbound; } export declare function putApiWorkspaceServiceV1AccountsWebhooksToJSON(putApiWorkspaceServiceV1AccountsWebhooks: PutApiWorkspaceServiceV1AccountsWebhooks): string; export declare function putApiWorkspaceServiceV1AccountsWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsPermissions$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsPermissions$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 PutApiWorkspaceServiceV1AccountsPermissions$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 PutApiWorkspaceServiceV1AccountsPermissions$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsPermissions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsPermissions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsPermissions$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsPermissions$Outbound; } export declare function putApiWorkspaceServiceV1AccountsPermissionsToJSON(putApiWorkspaceServiceV1AccountsPermissions: PutApiWorkspaceServiceV1AccountsPermissions): string; export declare function putApiWorkspaceServiceV1AccountsPermissionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsInstalledApps$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsInstalledApps$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?: PutApiWorkspaceServiceV1AccountsInfo$Outbound | undefined; webhooks?: Array | undefined; permissions?: Array | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsInstalledApps$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 PutApiWorkspaceServiceV1AccountsInstalledApps$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsInstalledApps$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsInstalledApps$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsInstalledApps$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsInstalledApps$Outbound; } export declare function putApiWorkspaceServiceV1AccountsInstalledAppsToJSON(putApiWorkspaceServiceV1AccountsInstalledApps: PutApiWorkspaceServiceV1AccountsInstalledApps): string; export declare function putApiWorkspaceServiceV1AccountsInstalledAppsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsWorkspaces$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsWorkspaces$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 PutApiWorkspaceServiceV1AccountsWorkspaces$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 PutApiWorkspaceServiceV1AccountsWorkspaces$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsWorkspaces$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsWorkspaces$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsWorkspaces$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsWorkspaces$Outbound; } export declare function putApiWorkspaceServiceV1AccountsWorkspacesToJSON(putApiWorkspaceServiceV1AccountsWorkspaces: PutApiWorkspaceServiceV1AccountsWorkspaces): string; export declare function putApiWorkspaceServiceV1AccountsWorkspacesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const DataProfiles$inboundSchema: z.ZodType; /** @internal */ export type DataProfiles$Outbound = { id?: string | undefined; name?: string | undefined; profileType?: string | undefined; dataFields?: { [k: string]: string; } | undefined; isDefault?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const DataProfiles$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 DataProfiles$ { /** @deprecated use `DataProfiles$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `DataProfiles$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `DataProfiles$Outbound` instead. */ type Outbound = DataProfiles$Outbound; } export declare function dataProfilesToJSON(dataProfiles: DataProfiles): string; export declare function dataProfilesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccount$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccount$Outbound = { id?: string | undefined; auth0UserId?: string | undefined; email?: string | undefined; baseDirectory?: string | undefined; bucketName?: string | undefined; region?: string | undefined; orgId?: string | undefined; tenantId?: string | undefined; roles?: Array | undefined; permissions?: Array | undefined; mfaEnabled?: boolean | undefined; complianceLevel: string; preferences?: { [k: string]: string; } | undefined; apiKeys?: Array | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; workspaces?: Array | undefined; dataProfiles?: Array | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccount$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 PutApiWorkspaceServiceV1AccountsAccount$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccount$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccount$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccount$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccount$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountToJSON(putApiWorkspaceServiceV1AccountsAccount: PutApiWorkspaceServiceV1AccountsAccount): string; export declare function putApiWorkspaceServiceV1AccountsAccountFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsRequestBody$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsRequestBody$Outbound = { account?: PutApiWorkspaceServiceV1AccountsAccount$Outbound | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsRequestBody$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 PutApiWorkspaceServiceV1AccountsRequestBody$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsRequestBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsRequestBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsRequestBody$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsRequestBody$Outbound; } export declare function putApiWorkspaceServiceV1AccountsRequestBodyToJSON(putApiWorkspaceServiceV1AccountsRequestBody: PutApiWorkspaceServiceV1AccountsRequestBody): string; export declare function putApiWorkspaceServiceV1AccountsRequestBodyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsComplianceLevel$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsComplianceLevel$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 PutApiWorkspaceServiceV1AccountsAccountsComplianceLevel$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsComplianceLevel$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly ComplianceLevelUnspecified: "COMPLIANCE_LEVEL_UNSPECIFIED"; readonly ComplianceLevelNone: "COMPLIANCE_LEVEL_NONE"; readonly ComplianceLevelBasic: "COMPLIANCE_LEVEL_BASIC"; readonly ComplianceLevelAdvanced: "COMPLIANCE_LEVEL_ADVANCED"; readonly ComplianceLevelEnterprise: "COMPLIANCE_LEVEL_ENTERPRISE"; }>; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsComplianceLevel$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly ComplianceLevelUnspecified: "COMPLIANCE_LEVEL_UNSPECIFIED"; readonly ComplianceLevelNone: "COMPLIANCE_LEVEL_NONE"; readonly ComplianceLevelBasic: "COMPLIANCE_LEVEL_BASIC"; readonly ComplianceLevelAdvanced: "COMPLIANCE_LEVEL_ADVANCED"; readonly ComplianceLevelEnterprise: "COMPLIANCE_LEVEL_ENTERPRISE"; }>; } /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsEmbeddings$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsEmbeddings$Outbound = { id?: string | undefined; embeddings?: Array | undefined; modelVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsEmbeddings$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 PutApiWorkspaceServiceV1AccountsAccountsEmbeddings$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsEmbeddings$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsEmbeddings$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsEmbeddings$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsEmbeddings$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsEmbeddingsToJSON(putApiWorkspaceServiceV1AccountsAccountsEmbeddings: PutApiWorkspaceServiceV1AccountsAccountsEmbeddings): string; export declare function putApiWorkspaceServiceV1AccountsAccountsEmbeddingsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONResponseBodyVersions$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONResponseBodyVersions$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 PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONResponseBodyVersions$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 PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONResponseBodyVersions$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONResponseBodyVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONResponseBodyVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONResponseBodyVersions$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONResponseBodyVersions$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONResponseBodyVersionsToJSON(putApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONResponseBodyVersions: PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONResponseBodyVersions): string; export declare function putApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONResponseBodyVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsComments$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsComments$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 PutApiWorkspaceServiceV1AccountsAccountsComments$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 PutApiWorkspaceServiceV1AccountsAccountsComments$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsComments$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsComments$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsComments$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsComments$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsCommentsToJSON(putApiWorkspaceServiceV1AccountsAccountsComments: PutApiWorkspaceServiceV1AccountsAccountsComments): string; export declare function putApiWorkspaceServiceV1AccountsAccountsCommentsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsResponse200Sharing$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsResponse200Sharing$Outbound = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsResponse200Sharing$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 PutApiWorkspaceServiceV1AccountsAccountsResponse200Sharing$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponse200Sharing$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponse200Sharing$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponse200Sharing$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsResponse200Sharing$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsResponse200SharingToJSON(putApiWorkspaceServiceV1AccountsAccountsResponse200Sharing: PutApiWorkspaceServiceV1AccountsAccountsResponse200Sharing): string; export declare function putApiWorkspaceServiceV1AccountsAccountsResponse200SharingFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsSnapshots$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsSnapshots$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 PutApiWorkspaceServiceV1AccountsAccountsSnapshots$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 PutApiWorkspaceServiceV1AccountsAccountsSnapshots$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSnapshots$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSnapshots$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSnapshots$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsSnapshots$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsSnapshotsToJSON(putApiWorkspaceServiceV1AccountsAccountsSnapshots: PutApiWorkspaceServiceV1AccountsAccountsSnapshots): string; export declare function putApiWorkspaceServiceV1AccountsAccountsSnapshotsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsFiles$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsFiles$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?: PutApiWorkspaceServiceV1AccountsAccountsEmbeddings$Outbound | undefined; versions?: Array | undefined; comments?: Array | undefined; sharing?: Array | undefined; snapshots?: Array | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsFiles$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 PutApiWorkspaceServiceV1AccountsAccountsFiles$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsFiles$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsFiles$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsFiles$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsFiles$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsFilesToJSON(putApiWorkspaceServiceV1AccountsAccountsFiles: PutApiWorkspaceServiceV1AccountsAccountsFiles): string; export declare function putApiWorkspaceServiceV1AccountsAccountsFilesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsFolders$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsFolders$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 PutApiWorkspaceServiceV1AccountsAccountsFolders$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 PutApiWorkspaceServiceV1AccountsAccountsFolders$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsFolders$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsFolders$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsFolders$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsFolders$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsFoldersToJSON(putApiWorkspaceServiceV1AccountsAccountsFolders: PutApiWorkspaceServiceV1AccountsAccountsFolders): string; export declare function putApiWorkspaceServiceV1AccountsAccountsFoldersFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsTemplateType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsTemplateType$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 PutApiWorkspaceServiceV1AccountsAccountsTemplateType$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsTemplateType$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 `PutApiWorkspaceServiceV1AccountsAccountsTemplateType$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 PutApiWorkspaceServiceV1AccountsAccountsResponseVersions$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsResponseVersions$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 PutApiWorkspaceServiceV1AccountsAccountsResponseVersions$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 PutApiWorkspaceServiceV1AccountsAccountsResponseVersions$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponseVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponseVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponseVersions$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsResponseVersions$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsResponseVersionsToJSON(putApiWorkspaceServiceV1AccountsAccountsResponseVersions: PutApiWorkspaceServiceV1AccountsAccountsResponseVersions): string; export declare function putApiWorkspaceServiceV1AccountsAccountsResponseVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsVariables$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsVariables$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 PutApiWorkspaceServiceV1AccountsAccountsVariables$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 PutApiWorkspaceServiceV1AccountsAccountsVariables$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsVariables$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsVariables$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsVariables$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsVariables$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsVariablesToJSON(putApiWorkspaceServiceV1AccountsAccountsVariables: PutApiWorkspaceServiceV1AccountsAccountsVariables): string; export declare function putApiWorkspaceServiceV1AccountsAccountsVariablesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsResponseStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsResponseStatus$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 PutApiWorkspaceServiceV1AccountsAccountsResponseStatus$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponseStatus$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 `PutApiWorkspaceServiceV1AccountsAccountsResponseStatus$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 PutApiWorkspaceServiceV1AccountsAccountsResponse200Status$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsResponse200Status$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 PutApiWorkspaceServiceV1AccountsAccountsResponse200Status$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponse200Status$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 `PutApiWorkspaceServiceV1AccountsAccountsResponse200Status$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 PutApiWorkspaceServiceV1AccountsAccountsSignatureBlocks$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsSignatureBlocks$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 PutApiWorkspaceServiceV1AccountsAccountsSignatureBlocks$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 PutApiWorkspaceServiceV1AccountsAccountsSignatureBlocks$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSignatureBlocks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSignatureBlocks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSignatureBlocks$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsSignatureBlocks$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsSignatureBlocksToJSON(putApiWorkspaceServiceV1AccountsAccountsSignatureBlocks: PutApiWorkspaceServiceV1AccountsAccountsSignatureBlocks): string; export declare function putApiWorkspaceServiceV1AccountsAccountsSignatureBlocksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsWorkflow$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsWorkflow$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 PutApiWorkspaceServiceV1AccountsAccountsWorkflow$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 PutApiWorkspaceServiceV1AccountsAccountsWorkflow$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsWorkflow$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsWorkflow$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsWorkflow$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsWorkflow$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsWorkflowToJSON(putApiWorkspaceServiceV1AccountsAccountsWorkflow: PutApiWorkspaceServiceV1AccountsAccountsWorkflow): string; export declare function putApiWorkspaceServiceV1AccountsAccountsWorkflowFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsSignatureRequests$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsSignatureRequests$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?: PutApiWorkspaceServiceV1AccountsAccountsWorkflow$Outbound | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsSignatureRequests$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 PutApiWorkspaceServiceV1AccountsAccountsSignatureRequests$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSignatureRequests$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSignatureRequests$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSignatureRequests$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsSignatureRequests$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsSignatureRequestsToJSON(putApiWorkspaceServiceV1AccountsAccountsSignatureRequests: PutApiWorkspaceServiceV1AccountsAccountsSignatureRequests): string; export declare function putApiWorkspaceServiceV1AccountsAccountsSignatureRequestsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsAiAssistance$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsAiAssistance$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 PutApiWorkspaceServiceV1AccountsAccountsAiAssistance$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 PutApiWorkspaceServiceV1AccountsAccountsAiAssistance$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsAiAssistance$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsAiAssistance$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsAiAssistance$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsAiAssistance$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsAiAssistanceToJSON(putApiWorkspaceServiceV1AccountsAccountsAiAssistance: PutApiWorkspaceServiceV1AccountsAccountsAiAssistance): string; export declare function putApiWorkspaceServiceV1AccountsAccountsAiAssistanceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsRounds$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsRounds$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 PutApiWorkspaceServiceV1AccountsAccountsRounds$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 PutApiWorkspaceServiceV1AccountsAccountsRounds$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsRounds$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsRounds$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsRounds$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsRounds$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsRoundsToJSON(putApiWorkspaceServiceV1AccountsAccountsRounds: PutApiWorkspaceServiceV1AccountsAccountsRounds): string; export declare function putApiWorkspaceServiceV1AccountsAccountsRoundsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsNegotiation$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsNegotiation$Outbound = { id?: string | undefined; documentId?: string | undefined; rounds?: Array | undefined; currentStatus?: string | undefined; startedAt?: string | undefined; lastUpdated?: string | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsNegotiation$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 PutApiWorkspaceServiceV1AccountsAccountsNegotiation$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsNegotiation$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsNegotiation$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsNegotiation$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsNegotiation$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsNegotiationToJSON(putApiWorkspaceServiceV1AccountsAccountsNegotiation: PutApiWorkspaceServiceV1AccountsAccountsNegotiation): string; export declare function putApiWorkspaceServiceV1AccountsAccountsNegotiationFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsMerges$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsMerges$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 PutApiWorkspaceServiceV1AccountsAccountsMerges$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 PutApiWorkspaceServiceV1AccountsAccountsMerges$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsMerges$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsMerges$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsMerges$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsMerges$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsMergesToJSON(putApiWorkspaceServiceV1AccountsAccountsMerges: PutApiWorkspaceServiceV1AccountsAccountsMerges): string; export declare function putApiWorkspaceServiceV1AccountsAccountsMergesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsPolicy$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsPolicy$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 PutApiWorkspaceServiceV1AccountsAccountsPolicy$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 PutApiWorkspaceServiceV1AccountsAccountsPolicy$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsPolicy$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsPolicy$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsPolicy$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsPolicy$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsPolicyToJSON(putApiWorkspaceServiceV1AccountsAccountsPolicy: PutApiWorkspaceServiceV1AccountsAccountsPolicy): string; export declare function putApiWorkspaceServiceV1AccountsAccountsPolicyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsMergeRequests$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsMergeRequests$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 PutApiWorkspaceServiceV1AccountsAccountsMergeRequests$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 PutApiWorkspaceServiceV1AccountsAccountsMergeRequests$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsMergeRequests$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsMergeRequests$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsMergeRequests$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsMergeRequests$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsMergeRequestsToJSON(putApiWorkspaceServiceV1AccountsAccountsMergeRequests: PutApiWorkspaceServiceV1AccountsAccountsMergeRequests): string; export declare function putApiWorkspaceServiceV1AccountsAccountsMergeRequestsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsBranches$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsBranches$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?: PutApiWorkspaceServiceV1AccountsAccountsPolicy$Outbound | undefined; mergeRequests?: Array | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsBranches$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 PutApiWorkspaceServiceV1AccountsAccountsBranches$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsBranches$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsBranches$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsBranches$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsBranches$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsBranchesToJSON(putApiWorkspaceServiceV1AccountsAccountsBranches: PutApiWorkspaceServiceV1AccountsAccountsBranches): string; export declare function putApiWorkspaceServiceV1AccountsAccountsBranchesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsChanges$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsChanges$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 PutApiWorkspaceServiceV1AccountsAccountsChanges$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 PutApiWorkspaceServiceV1AccountsAccountsChanges$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsChanges$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsChanges$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsChanges$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsChanges$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsChangesToJSON(putApiWorkspaceServiceV1AccountsAccountsChanges: PutApiWorkspaceServiceV1AccountsAccountsChanges): string; export declare function putApiWorkspaceServiceV1AccountsAccountsChangesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsSummaries$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsSummaries$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 PutApiWorkspaceServiceV1AccountsAccountsSummaries$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 PutApiWorkspaceServiceV1AccountsAccountsSummaries$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSummaries$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSummaries$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsSummaries$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsSummaries$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsSummariesToJSON(putApiWorkspaceServiceV1AccountsAccountsSummaries: PutApiWorkspaceServiceV1AccountsAccountsSummaries): string; export declare function putApiWorkspaceServiceV1AccountsAccountsSummariesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONVersions$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONVersions$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 PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONVersions$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 PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONVersions$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONVersions$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONVersions$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONVersionsToJSON(putApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONVersions: PutApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONVersions): string; export declare function putApiWorkspaceServiceV1AccountsAccountsResponse200ApplicationJSONVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsInstances$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsInstances$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?: PutApiWorkspaceServiceV1AccountsAccountsNegotiation$Outbound | undefined; versions?: Array | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsInstances$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 PutApiWorkspaceServiceV1AccountsAccountsInstances$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsInstances$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsInstances$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsInstances$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsInstances$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsInstancesToJSON(putApiWorkspaceServiceV1AccountsAccountsInstances: PutApiWorkspaceServiceV1AccountsAccountsInstances): string; export declare function putApiWorkspaceServiceV1AccountsAccountsInstancesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsExplanations$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsExplanations$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 PutApiWorkspaceServiceV1AccountsAccountsExplanations$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 PutApiWorkspaceServiceV1AccountsAccountsExplanations$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsExplanations$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsExplanations$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsExplanations$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsExplanations$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsExplanationsToJSON(putApiWorkspaceServiceV1AccountsAccountsExplanations: PutApiWorkspaceServiceV1AccountsAccountsExplanations): string; export declare function putApiWorkspaceServiceV1AccountsAccountsExplanationsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsRiskAssessments$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsRiskAssessments$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 PutApiWorkspaceServiceV1AccountsAccountsRiskAssessments$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 PutApiWorkspaceServiceV1AccountsAccountsRiskAssessments$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsRiskAssessments$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsRiskAssessments$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsRiskAssessments$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsRiskAssessments$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsRiskAssessmentsToJSON(putApiWorkspaceServiceV1AccountsAccountsRiskAssessments: PutApiWorkspaceServiceV1AccountsAccountsRiskAssessments): string; export declare function putApiWorkspaceServiceV1AccountsAccountsRiskAssessmentsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsComplianceChecks$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsComplianceChecks$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 PutApiWorkspaceServiceV1AccountsAccountsComplianceChecks$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 PutApiWorkspaceServiceV1AccountsAccountsComplianceChecks$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsComplianceChecks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsComplianceChecks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsComplianceChecks$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsComplianceChecks$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsComplianceChecksToJSON(putApiWorkspaceServiceV1AccountsAccountsComplianceChecks: PutApiWorkspaceServiceV1AccountsAccountsComplianceChecks): string; export declare function putApiWorkspaceServiceV1AccountsAccountsComplianceChecksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsIntelligence$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsIntelligence$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 PutApiWorkspaceServiceV1AccountsAccountsIntelligence$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 PutApiWorkspaceServiceV1AccountsAccountsIntelligence$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsIntelligence$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsIntelligence$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsIntelligence$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsIntelligence$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsIntelligenceToJSON(putApiWorkspaceServiceV1AccountsAccountsIntelligence: PutApiWorkspaceServiceV1AccountsAccountsIntelligence): string; export declare function putApiWorkspaceServiceV1AccountsAccountsIntelligenceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsTemplates$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsTemplates$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 PutApiWorkspaceServiceV1AccountsAccountsTemplates$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 PutApiWorkspaceServiceV1AccountsAccountsTemplates$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsTemplates$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsTemplates$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsTemplates$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsTemplates$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsTemplatesToJSON(putApiWorkspaceServiceV1AccountsAccountsTemplates: PutApiWorkspaceServiceV1AccountsAccountsTemplates): string; export declare function putApiWorkspaceServiceV1AccountsAccountsTemplatesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsResponseSharing$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsResponseSharing$Outbound = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsResponseSharing$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 PutApiWorkspaceServiceV1AccountsAccountsResponseSharing$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponseSharing$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponseSharing$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponseSharing$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsResponseSharing$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsResponseSharingToJSON(putApiWorkspaceServiceV1AccountsAccountsResponseSharing: PutApiWorkspaceServiceV1AccountsAccountsResponseSharing): string; export declare function putApiWorkspaceServiceV1AccountsAccountsResponseSharingFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsActivities$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsActivities$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 PutApiWorkspaceServiceV1AccountsAccountsActivities$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 PutApiWorkspaceServiceV1AccountsAccountsActivities$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsActivities$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsActivities$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsActivities$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsActivities$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsActivitiesToJSON(putApiWorkspaceServiceV1AccountsAccountsActivities: PutApiWorkspaceServiceV1AccountsAccountsActivities): string; export declare function putApiWorkspaceServiceV1AccountsAccountsActivitiesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsCompliance$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsCompliance$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 PutApiWorkspaceServiceV1AccountsAccountsCompliance$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 PutApiWorkspaceServiceV1AccountsAccountsCompliance$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsCompliance$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsCompliance$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsCompliance$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsCompliance$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsComplianceToJSON(putApiWorkspaceServiceV1AccountsAccountsCompliance: PutApiWorkspaceServiceV1AccountsAccountsCompliance): string; export declare function putApiWorkspaceServiceV1AccountsAccountsComplianceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsCategory$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsCategory$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 PutApiWorkspaceServiceV1AccountsAccountsCategory$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsCategory$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 `PutApiWorkspaceServiceV1AccountsAccountsCategory$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 PutApiWorkspaceServiceV1AccountsAccountsPricingModel$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsPricingModel$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 PutApiWorkspaceServiceV1AccountsAccountsPricingModel$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsPricingModel$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 `PutApiWorkspaceServiceV1AccountsAccountsPricingModel$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 PutApiWorkspaceServiceV1AccountsAccountsResponse200Versions$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsResponse200Versions$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 PutApiWorkspaceServiceV1AccountsAccountsResponse200Versions$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 PutApiWorkspaceServiceV1AccountsAccountsResponse200Versions$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponse200Versions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponse200Versions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsResponse200Versions$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsResponse200Versions$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsResponse200VersionsToJSON(putApiWorkspaceServiceV1AccountsAccountsResponse200Versions: PutApiWorkspaceServiceV1AccountsAccountsResponse200Versions): string; export declare function putApiWorkspaceServiceV1AccountsAccountsResponse200VersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsInstallations$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsInstallations$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 PutApiWorkspaceServiceV1AccountsAccountsInstallations$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 PutApiWorkspaceServiceV1AccountsAccountsInstallations$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsInstallations$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsInstallations$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsInstallations$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsInstallations$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsInstallationsToJSON(putApiWorkspaceServiceV1AccountsAccountsInstallations: PutApiWorkspaceServiceV1AccountsAccountsInstallations): string; export declare function putApiWorkspaceServiceV1AccountsAccountsInstallationsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsAnalytics$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsAnalytics$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 PutApiWorkspaceServiceV1AccountsAccountsAnalytics$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 PutApiWorkspaceServiceV1AccountsAccountsAnalytics$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsAnalytics$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsAnalytics$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsAnalytics$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsAnalytics$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsAnalyticsToJSON(putApiWorkspaceServiceV1AccountsAccountsAnalytics: PutApiWorkspaceServiceV1AccountsAccountsAnalytics): string; export declare function putApiWorkspaceServiceV1AccountsAccountsAnalyticsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsReviews$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsReviews$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 PutApiWorkspaceServiceV1AccountsAccountsReviews$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 PutApiWorkspaceServiceV1AccountsAccountsReviews$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsReviews$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsReviews$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsReviewsToJSON(putApiWorkspaceServiceV1AccountsAccountsReviews: PutApiWorkspaceServiceV1AccountsAccountsReviews): string; export declare function putApiWorkspaceServiceV1AccountsAccountsReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsInfo$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsInfo$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 PutApiWorkspaceServiceV1AccountsAccountsInfo$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 PutApiWorkspaceServiceV1AccountsAccountsInfo$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsInfo$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsInfo$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsInfo$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsInfo$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsInfoToJSON(putApiWorkspaceServiceV1AccountsAccountsInfo: PutApiWorkspaceServiceV1AccountsAccountsInfo): string; export declare function putApiWorkspaceServiceV1AccountsAccountsInfoFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsWebhooks$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsWebhooks$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 PutApiWorkspaceServiceV1AccountsAccountsWebhooks$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 PutApiWorkspaceServiceV1AccountsAccountsWebhooks$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsWebhooks$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsWebhooks$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsWebhooksToJSON(putApiWorkspaceServiceV1AccountsAccountsWebhooks: PutApiWorkspaceServiceV1AccountsAccountsWebhooks): string; export declare function putApiWorkspaceServiceV1AccountsAccountsWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsPermissions$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsPermissions$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 PutApiWorkspaceServiceV1AccountsAccountsPermissions$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 PutApiWorkspaceServiceV1AccountsAccountsPermissions$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsPermissions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsPermissions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsPermissions$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsPermissions$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsPermissionsToJSON(putApiWorkspaceServiceV1AccountsAccountsPermissions: PutApiWorkspaceServiceV1AccountsAccountsPermissions): string; export declare function putApiWorkspaceServiceV1AccountsAccountsPermissionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsInstalledApps$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsInstalledApps$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?: PutApiWorkspaceServiceV1AccountsAccountsInfo$Outbound | undefined; webhooks?: Array | undefined; permissions?: Array | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsInstalledApps$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 PutApiWorkspaceServiceV1AccountsAccountsInstalledApps$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsInstalledApps$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsInstalledApps$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsInstalledApps$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsInstalledApps$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsInstalledAppsToJSON(putApiWorkspaceServiceV1AccountsAccountsInstalledApps: PutApiWorkspaceServiceV1AccountsAccountsInstalledApps): string; export declare function putApiWorkspaceServiceV1AccountsAccountsInstalledAppsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsWorkspaces$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsWorkspaces$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 PutApiWorkspaceServiceV1AccountsAccountsWorkspaces$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 PutApiWorkspaceServiceV1AccountsAccountsWorkspaces$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsWorkspaces$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsWorkspaces$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsWorkspaces$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsWorkspaces$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsWorkspacesToJSON(putApiWorkspaceServiceV1AccountsAccountsWorkspaces: PutApiWorkspaceServiceV1AccountsAccountsWorkspaces): string; export declare function putApiWorkspaceServiceV1AccountsAccountsWorkspacesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsDataProfiles$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsDataProfiles$Outbound = { id?: string | undefined; name?: string | undefined; profileType?: string | undefined; dataFields?: { [k: string]: string; } | undefined; isDefault?: boolean | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsDataProfiles$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 PutApiWorkspaceServiceV1AccountsDataProfiles$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsDataProfiles$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsDataProfiles$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsDataProfiles$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsDataProfiles$Outbound; } export declare function putApiWorkspaceServiceV1AccountsDataProfilesToJSON(putApiWorkspaceServiceV1AccountsDataProfiles: PutApiWorkspaceServiceV1AccountsDataProfiles): string; export declare function putApiWorkspaceServiceV1AccountsDataProfilesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsAccount$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsAccountsAccount$Outbound = { id?: string | undefined; auth0UserId?: string | undefined; email?: string | undefined; baseDirectory?: string | undefined; bucketName?: string | undefined; region?: string | undefined; orgId?: string | undefined; tenantId?: string | undefined; roles?: Array | undefined; permissions?: Array | undefined; mfaEnabled?: boolean | undefined; complianceLevel: string; preferences?: { [k: string]: string; } | undefined; apiKeys?: Array | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; deletedAt?: string | undefined; workspaces?: Array | undefined; dataProfiles?: Array | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsAccountsAccount$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 PutApiWorkspaceServiceV1AccountsAccountsAccount$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsAccount$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsAccount$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsAccountsAccount$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsAccountsAccount$Outbound; } export declare function putApiWorkspaceServiceV1AccountsAccountsAccountToJSON(putApiWorkspaceServiceV1AccountsAccountsAccount: PutApiWorkspaceServiceV1AccountsAccountsAccount): string; export declare function putApiWorkspaceServiceV1AccountsAccountsAccountFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type PutApiWorkspaceServiceV1AccountsResponseBody$Outbound = { account?: PutApiWorkspaceServiceV1AccountsAccountsAccount$Outbound | undefined; }; /** @internal */ export declare const PutApiWorkspaceServiceV1AccountsResponseBody$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 PutApiWorkspaceServiceV1AccountsResponseBody$ { /** @deprecated use `PutApiWorkspaceServiceV1AccountsResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `PutApiWorkspaceServiceV1AccountsResponseBody$Outbound` instead. */ type Outbound = PutApiWorkspaceServiceV1AccountsResponseBody$Outbound; } export declare function putApiWorkspaceServiceV1AccountsResponseBodyToJSON(putApiWorkspaceServiceV1AccountsResponseBody: PutApiWorkspaceServiceV1AccountsResponseBody): string; export declare function putApiWorkspaceServiceV1AccountsResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=putapiworkspaceservicev1accounts.d.ts.map