import * as z from "zod"; import { ClosedEnum } from "../../types/enums.js"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type GetApiWorkspaceServiceV1AccountsIdRequest = { id: string; }; export declare const GetApiWorkspaceServiceV1AccountsIdComplianceLevel: { 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 GetApiWorkspaceServiceV1AccountsIdComplianceLevel = ClosedEnum; export type GetApiWorkspaceServiceV1AccountsIdEmbeddings = { id?: string | undefined; embeddings?: Array | undefined; modelVersion?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdAccountsResponse200Versions = { 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 GetApiWorkspaceServiceV1AccountsIdComments = { 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 GetApiWorkspaceServiceV1AccountsIdAccountsSharing = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdSnapshots = { id?: string | undefined; fileId?: string | undefined; snapshotHash?: string | undefined; content?: string | undefined; authorId?: string | undefined; reason?: string | undefined; createdAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdFiles = { 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?: GetApiWorkspaceServiceV1AccountsIdEmbeddings | undefined; versions?: Array | undefined; comments?: Array | undefined; sharing?: Array | undefined; snapshots?: Array | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdFolders = { 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 GetApiWorkspaceServiceV1AccountsIdTemplateType: { 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 GetApiWorkspaceServiceV1AccountsIdTemplateType = ClosedEnum; export type GetApiWorkspaceServiceV1AccountsIdVersions = { 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 GetApiWorkspaceServiceV1AccountsIdVariables = { 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 GetApiWorkspaceServiceV1AccountsIdStatus: { 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 GetApiWorkspaceServiceV1AccountsIdStatus = ClosedEnum; export declare const GetApiWorkspaceServiceV1AccountsIdAccountsStatus: { 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 GetApiWorkspaceServiceV1AccountsIdAccountsStatus = ClosedEnum; export type GetApiWorkspaceServiceV1AccountsIdSignatureBlocks = { 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 GetApiWorkspaceServiceV1AccountsIdWorkflow = { 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 GetApiWorkspaceServiceV1AccountsIdSignatureRequests = { id?: string | undefined; status?: GetApiWorkspaceServiceV1AccountsIdAccountsStatus | 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?: GetApiWorkspaceServiceV1AccountsIdWorkflow | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdAiAssistance = { 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 GetApiWorkspaceServiceV1AccountsIdRounds = { 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 GetApiWorkspaceServiceV1AccountsIdNegotiation = { id?: string | undefined; documentId?: string | undefined; rounds?: Array | undefined; currentStatus?: string | undefined; startedAt?: Date | undefined; lastUpdated?: Date | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdMerges = { 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 GetApiWorkspaceServiceV1AccountsIdPolicy = { 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 GetApiWorkspaceServiceV1AccountsIdMergeRequests = { 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 GetApiWorkspaceServiceV1AccountsIdBranches = { 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?: GetApiWorkspaceServiceV1AccountsIdPolicy | undefined; mergeRequests?: Array | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdChanges = { 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 GetApiWorkspaceServiceV1AccountsIdSummaries = { 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 GetApiWorkspaceServiceV1AccountsIdAccountsResponseVersions = { 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 GetApiWorkspaceServiceV1AccountsIdInstances = { id?: string | undefined; templateId?: string | undefined; status?: GetApiWorkspaceServiceV1AccountsIdStatus | 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?: GetApiWorkspaceServiceV1AccountsIdNegotiation | undefined; versions?: Array | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdExplanations = { 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 GetApiWorkspaceServiceV1AccountsIdRiskAssessments = { 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 GetApiWorkspaceServiceV1AccountsIdComplianceChecks = { id?: string | undefined; intelligenceId?: string | undefined; complianceStandard?: string | undefined; checkResult?: string | undefined; violations?: Array | undefined; remediationSteps?: string | undefined; checkDate?: Date | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdIntelligence = { 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 GetApiWorkspaceServiceV1AccountsIdTemplates = { 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?: GetApiWorkspaceServiceV1AccountsIdTemplateType | 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 GetApiWorkspaceServiceV1AccountsIdSharing = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdActivities = { id?: string | undefined; activityType?: string | undefined; userId?: string | undefined; description?: string | undefined; metadata?: { [k: string]: string; } | undefined; createdAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdCompliance = { id?: string | undefined; complianceType?: string | undefined; status?: string | undefined; certificationId?: string | undefined; validUntil?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export declare const GetApiWorkspaceServiceV1AccountsIdCategory: { 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 GetApiWorkspaceServiceV1AccountsIdCategory = ClosedEnum; export declare const GetApiWorkspaceServiceV1AccountsIdPricingModel: { 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 GetApiWorkspaceServiceV1AccountsIdPricingModel = ClosedEnum; export type GetApiWorkspaceServiceV1AccountsIdAccountsVersions = { 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 GetApiWorkspaceServiceV1AccountsIdInstallations = { 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 GetApiWorkspaceServiceV1AccountsIdAnalytics = { id?: string | undefined; appId?: string | undefined; metricName?: string | undefined; metricValue?: number | undefined; dimensions?: { [k: string]: string; } | undefined; recordedAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdReviews = { id?: string | undefined; appId?: string | undefined; reviewerId?: string | undefined; rating?: number | undefined; reviewText?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdInfo = { 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 GetApiWorkspaceServiceV1AccountsIdWebhooks = { 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 GetApiWorkspaceServiceV1AccountsIdPermissions = { 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 GetApiWorkspaceServiceV1AccountsIdInstalledApps = { id?: string | undefined; name?: string | undefined; description?: string | undefined; developerId?: string | undefined; category?: GetApiWorkspaceServiceV1AccountsIdCategory | undefined; supportedContractTypes?: Array | undefined; features?: Array | undefined; pricingModel?: GetApiWorkspaceServiceV1AccountsIdPricingModel | 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?: GetApiWorkspaceServiceV1AccountsIdInfo | undefined; webhooks?: Array | undefined; permissions?: Array | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdWorkspaces = { 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 GetApiWorkspaceServiceV1AccountsIdDataProfiles = { 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 GetApiWorkspaceServiceV1AccountsIdAccount = { 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?: GetApiWorkspaceServiceV1AccountsIdComplianceLevel | 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 GetApiWorkspaceServiceV1AccountsIdData = { account?: GetApiWorkspaceServiceV1AccountsIdAccount | undefined; }; export type GetApiWorkspaceServiceV1AccountsIdResponseBody = { data: GetApiWorkspaceServiceV1AccountsIdData; }; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdRequest$Outbound = { id: string; }; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdRequest$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 GetApiWorkspaceServiceV1AccountsIdRequest$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdRequest$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdRequest$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdRequestToJSON(getApiWorkspaceServiceV1AccountsIdRequest: GetApiWorkspaceServiceV1AccountsIdRequest): string; export declare function getApiWorkspaceServiceV1AccountsIdRequestFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdComplianceLevel$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdComplianceLevel$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 GetApiWorkspaceServiceV1AccountsIdComplianceLevel$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdComplianceLevel$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 `GetApiWorkspaceServiceV1AccountsIdComplianceLevel$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 GetApiWorkspaceServiceV1AccountsIdEmbeddings$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdEmbeddings$Outbound = { id?: string | undefined; embeddings?: Array | undefined; modelVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdEmbeddings$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 GetApiWorkspaceServiceV1AccountsIdEmbeddings$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdEmbeddings$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdEmbeddings$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdEmbeddings$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdEmbeddings$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdEmbeddingsToJSON(getApiWorkspaceServiceV1AccountsIdEmbeddings: GetApiWorkspaceServiceV1AccountsIdEmbeddings): string; export declare function getApiWorkspaceServiceV1AccountsIdEmbeddingsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdAccountsResponse200Versions$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdAccountsResponse200Versions$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 GetApiWorkspaceServiceV1AccountsIdAccountsResponse200Versions$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 GetApiWorkspaceServiceV1AccountsIdAccountsResponse200Versions$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccountsResponse200Versions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccountsResponse200Versions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccountsResponse200Versions$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdAccountsResponse200Versions$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdAccountsResponse200VersionsToJSON(getApiWorkspaceServiceV1AccountsIdAccountsResponse200Versions: GetApiWorkspaceServiceV1AccountsIdAccountsResponse200Versions): string; export declare function getApiWorkspaceServiceV1AccountsIdAccountsResponse200VersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdComments$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdComments$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 GetApiWorkspaceServiceV1AccountsIdComments$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 GetApiWorkspaceServiceV1AccountsIdComments$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdComments$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdComments$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdComments$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdComments$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdCommentsToJSON(getApiWorkspaceServiceV1AccountsIdComments: GetApiWorkspaceServiceV1AccountsIdComments): string; export declare function getApiWorkspaceServiceV1AccountsIdCommentsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdAccountsSharing$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdAccountsSharing$Outbound = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdAccountsSharing$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 GetApiWorkspaceServiceV1AccountsIdAccountsSharing$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccountsSharing$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccountsSharing$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccountsSharing$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdAccountsSharing$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdAccountsSharingToJSON(getApiWorkspaceServiceV1AccountsIdAccountsSharing: GetApiWorkspaceServiceV1AccountsIdAccountsSharing): string; export declare function getApiWorkspaceServiceV1AccountsIdAccountsSharingFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdSnapshots$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdSnapshots$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 GetApiWorkspaceServiceV1AccountsIdSnapshots$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 GetApiWorkspaceServiceV1AccountsIdSnapshots$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSnapshots$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSnapshots$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSnapshots$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdSnapshots$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdSnapshotsToJSON(getApiWorkspaceServiceV1AccountsIdSnapshots: GetApiWorkspaceServiceV1AccountsIdSnapshots): string; export declare function getApiWorkspaceServiceV1AccountsIdSnapshotsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdFiles$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdFiles$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?: GetApiWorkspaceServiceV1AccountsIdEmbeddings$Outbound | undefined; versions?: Array | undefined; comments?: Array | undefined; sharing?: Array | undefined; snapshots?: Array | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdFiles$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 GetApiWorkspaceServiceV1AccountsIdFiles$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdFiles$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdFiles$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdFiles$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdFiles$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdFilesToJSON(getApiWorkspaceServiceV1AccountsIdFiles: GetApiWorkspaceServiceV1AccountsIdFiles): string; export declare function getApiWorkspaceServiceV1AccountsIdFilesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdFolders$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdFolders$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 GetApiWorkspaceServiceV1AccountsIdFolders$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 GetApiWorkspaceServiceV1AccountsIdFolders$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdFolders$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdFolders$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdFolders$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdFolders$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdFoldersToJSON(getApiWorkspaceServiceV1AccountsIdFolders: GetApiWorkspaceServiceV1AccountsIdFolders): string; export declare function getApiWorkspaceServiceV1AccountsIdFoldersFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdTemplateType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdTemplateType$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 GetApiWorkspaceServiceV1AccountsIdTemplateType$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdTemplateType$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 `GetApiWorkspaceServiceV1AccountsIdTemplateType$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 GetApiWorkspaceServiceV1AccountsIdVersions$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdVersions$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 GetApiWorkspaceServiceV1AccountsIdVersions$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 GetApiWorkspaceServiceV1AccountsIdVersions$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdVersions$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdVersions$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdVersionsToJSON(getApiWorkspaceServiceV1AccountsIdVersions: GetApiWorkspaceServiceV1AccountsIdVersions): string; export declare function getApiWorkspaceServiceV1AccountsIdVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdVariables$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdVariables$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 GetApiWorkspaceServiceV1AccountsIdVariables$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 GetApiWorkspaceServiceV1AccountsIdVariables$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdVariables$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdVariables$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdVariables$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdVariables$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdVariablesToJSON(getApiWorkspaceServiceV1AccountsIdVariables: GetApiWorkspaceServiceV1AccountsIdVariables): string; export declare function getApiWorkspaceServiceV1AccountsIdVariablesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdStatus$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 GetApiWorkspaceServiceV1AccountsIdStatus$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdStatus$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 `GetApiWorkspaceServiceV1AccountsIdStatus$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 GetApiWorkspaceServiceV1AccountsIdAccountsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdAccountsStatus$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 GetApiWorkspaceServiceV1AccountsIdAccountsStatus$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccountsStatus$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 `GetApiWorkspaceServiceV1AccountsIdAccountsStatus$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 GetApiWorkspaceServiceV1AccountsIdSignatureBlocks$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdSignatureBlocks$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 GetApiWorkspaceServiceV1AccountsIdSignatureBlocks$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 GetApiWorkspaceServiceV1AccountsIdSignatureBlocks$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSignatureBlocks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSignatureBlocks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSignatureBlocks$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdSignatureBlocks$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdSignatureBlocksToJSON(getApiWorkspaceServiceV1AccountsIdSignatureBlocks: GetApiWorkspaceServiceV1AccountsIdSignatureBlocks): string; export declare function getApiWorkspaceServiceV1AccountsIdSignatureBlocksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdWorkflow$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdWorkflow$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 GetApiWorkspaceServiceV1AccountsIdWorkflow$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 GetApiWorkspaceServiceV1AccountsIdWorkflow$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdWorkflow$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdWorkflow$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdWorkflow$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdWorkflow$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdWorkflowToJSON(getApiWorkspaceServiceV1AccountsIdWorkflow: GetApiWorkspaceServiceV1AccountsIdWorkflow): string; export declare function getApiWorkspaceServiceV1AccountsIdWorkflowFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdSignatureRequests$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdSignatureRequests$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?: GetApiWorkspaceServiceV1AccountsIdWorkflow$Outbound | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdSignatureRequests$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 GetApiWorkspaceServiceV1AccountsIdSignatureRequests$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSignatureRequests$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSignatureRequests$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSignatureRequests$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdSignatureRequests$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdSignatureRequestsToJSON(getApiWorkspaceServiceV1AccountsIdSignatureRequests: GetApiWorkspaceServiceV1AccountsIdSignatureRequests): string; export declare function getApiWorkspaceServiceV1AccountsIdSignatureRequestsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdAiAssistance$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdAiAssistance$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 GetApiWorkspaceServiceV1AccountsIdAiAssistance$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 GetApiWorkspaceServiceV1AccountsIdAiAssistance$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAiAssistance$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAiAssistance$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAiAssistance$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdAiAssistance$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdAiAssistanceToJSON(getApiWorkspaceServiceV1AccountsIdAiAssistance: GetApiWorkspaceServiceV1AccountsIdAiAssistance): string; export declare function getApiWorkspaceServiceV1AccountsIdAiAssistanceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdRounds$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdRounds$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 GetApiWorkspaceServiceV1AccountsIdRounds$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 GetApiWorkspaceServiceV1AccountsIdRounds$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdRounds$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdRounds$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdRounds$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdRounds$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdRoundsToJSON(getApiWorkspaceServiceV1AccountsIdRounds: GetApiWorkspaceServiceV1AccountsIdRounds): string; export declare function getApiWorkspaceServiceV1AccountsIdRoundsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdNegotiation$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdNegotiation$Outbound = { id?: string | undefined; documentId?: string | undefined; rounds?: Array | undefined; currentStatus?: string | undefined; startedAt?: string | undefined; lastUpdated?: string | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdNegotiation$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 GetApiWorkspaceServiceV1AccountsIdNegotiation$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdNegotiation$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdNegotiation$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdNegotiation$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdNegotiation$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdNegotiationToJSON(getApiWorkspaceServiceV1AccountsIdNegotiation: GetApiWorkspaceServiceV1AccountsIdNegotiation): string; export declare function getApiWorkspaceServiceV1AccountsIdNegotiationFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdMerges$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdMerges$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 GetApiWorkspaceServiceV1AccountsIdMerges$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 GetApiWorkspaceServiceV1AccountsIdMerges$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdMerges$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdMerges$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdMerges$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdMerges$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdMergesToJSON(getApiWorkspaceServiceV1AccountsIdMerges: GetApiWorkspaceServiceV1AccountsIdMerges): string; export declare function getApiWorkspaceServiceV1AccountsIdMergesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdPolicy$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdPolicy$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 GetApiWorkspaceServiceV1AccountsIdPolicy$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 GetApiWorkspaceServiceV1AccountsIdPolicy$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdPolicy$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdPolicy$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdPolicy$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdPolicy$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdPolicyToJSON(getApiWorkspaceServiceV1AccountsIdPolicy: GetApiWorkspaceServiceV1AccountsIdPolicy): string; export declare function getApiWorkspaceServiceV1AccountsIdPolicyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdMergeRequests$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdMergeRequests$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 GetApiWorkspaceServiceV1AccountsIdMergeRequests$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 GetApiWorkspaceServiceV1AccountsIdMergeRequests$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdMergeRequests$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdMergeRequests$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdMergeRequests$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdMergeRequests$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdMergeRequestsToJSON(getApiWorkspaceServiceV1AccountsIdMergeRequests: GetApiWorkspaceServiceV1AccountsIdMergeRequests): string; export declare function getApiWorkspaceServiceV1AccountsIdMergeRequestsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdBranches$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdBranches$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?: GetApiWorkspaceServiceV1AccountsIdPolicy$Outbound | undefined; mergeRequests?: Array | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdBranches$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 GetApiWorkspaceServiceV1AccountsIdBranches$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdBranches$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdBranches$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdBranches$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdBranches$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdBranchesToJSON(getApiWorkspaceServiceV1AccountsIdBranches: GetApiWorkspaceServiceV1AccountsIdBranches): string; export declare function getApiWorkspaceServiceV1AccountsIdBranchesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdChanges$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdChanges$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 GetApiWorkspaceServiceV1AccountsIdChanges$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 GetApiWorkspaceServiceV1AccountsIdChanges$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdChanges$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdChanges$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdChanges$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdChanges$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdChangesToJSON(getApiWorkspaceServiceV1AccountsIdChanges: GetApiWorkspaceServiceV1AccountsIdChanges): string; export declare function getApiWorkspaceServiceV1AccountsIdChangesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdSummaries$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdSummaries$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 GetApiWorkspaceServiceV1AccountsIdSummaries$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 GetApiWorkspaceServiceV1AccountsIdSummaries$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSummaries$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSummaries$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSummaries$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdSummaries$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdSummariesToJSON(getApiWorkspaceServiceV1AccountsIdSummaries: GetApiWorkspaceServiceV1AccountsIdSummaries): string; export declare function getApiWorkspaceServiceV1AccountsIdSummariesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdAccountsResponseVersions$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdAccountsResponseVersions$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 GetApiWorkspaceServiceV1AccountsIdAccountsResponseVersions$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 GetApiWorkspaceServiceV1AccountsIdAccountsResponseVersions$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccountsResponseVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccountsResponseVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccountsResponseVersions$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdAccountsResponseVersions$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdAccountsResponseVersionsToJSON(getApiWorkspaceServiceV1AccountsIdAccountsResponseVersions: GetApiWorkspaceServiceV1AccountsIdAccountsResponseVersions): string; export declare function getApiWorkspaceServiceV1AccountsIdAccountsResponseVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdInstances$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdInstances$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?: GetApiWorkspaceServiceV1AccountsIdNegotiation$Outbound | undefined; versions?: Array | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdInstances$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 GetApiWorkspaceServiceV1AccountsIdInstances$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdInstances$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdInstances$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdInstances$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdInstances$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdInstancesToJSON(getApiWorkspaceServiceV1AccountsIdInstances: GetApiWorkspaceServiceV1AccountsIdInstances): string; export declare function getApiWorkspaceServiceV1AccountsIdInstancesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdExplanations$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdExplanations$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 GetApiWorkspaceServiceV1AccountsIdExplanations$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 GetApiWorkspaceServiceV1AccountsIdExplanations$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdExplanations$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdExplanations$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdExplanations$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdExplanations$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdExplanationsToJSON(getApiWorkspaceServiceV1AccountsIdExplanations: GetApiWorkspaceServiceV1AccountsIdExplanations): string; export declare function getApiWorkspaceServiceV1AccountsIdExplanationsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdRiskAssessments$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdRiskAssessments$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 GetApiWorkspaceServiceV1AccountsIdRiskAssessments$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 GetApiWorkspaceServiceV1AccountsIdRiskAssessments$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdRiskAssessments$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdRiskAssessments$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdRiskAssessments$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdRiskAssessments$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdRiskAssessmentsToJSON(getApiWorkspaceServiceV1AccountsIdRiskAssessments: GetApiWorkspaceServiceV1AccountsIdRiskAssessments): string; export declare function getApiWorkspaceServiceV1AccountsIdRiskAssessmentsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdComplianceChecks$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdComplianceChecks$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 GetApiWorkspaceServiceV1AccountsIdComplianceChecks$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 GetApiWorkspaceServiceV1AccountsIdComplianceChecks$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdComplianceChecks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdComplianceChecks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdComplianceChecks$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdComplianceChecks$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdComplianceChecksToJSON(getApiWorkspaceServiceV1AccountsIdComplianceChecks: GetApiWorkspaceServiceV1AccountsIdComplianceChecks): string; export declare function getApiWorkspaceServiceV1AccountsIdComplianceChecksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdIntelligence$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdIntelligence$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 GetApiWorkspaceServiceV1AccountsIdIntelligence$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 GetApiWorkspaceServiceV1AccountsIdIntelligence$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdIntelligence$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdIntelligence$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdIntelligence$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdIntelligence$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdIntelligenceToJSON(getApiWorkspaceServiceV1AccountsIdIntelligence: GetApiWorkspaceServiceV1AccountsIdIntelligence): string; export declare function getApiWorkspaceServiceV1AccountsIdIntelligenceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdTemplates$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdTemplates$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 GetApiWorkspaceServiceV1AccountsIdTemplates$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 GetApiWorkspaceServiceV1AccountsIdTemplates$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdTemplates$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdTemplates$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdTemplates$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdTemplates$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdTemplatesToJSON(getApiWorkspaceServiceV1AccountsIdTemplates: GetApiWorkspaceServiceV1AccountsIdTemplates): string; export declare function getApiWorkspaceServiceV1AccountsIdTemplatesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdSharing$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdSharing$Outbound = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdSharing$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 GetApiWorkspaceServiceV1AccountsIdSharing$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSharing$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSharing$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdSharing$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdSharing$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdSharingToJSON(getApiWorkspaceServiceV1AccountsIdSharing: GetApiWorkspaceServiceV1AccountsIdSharing): string; export declare function getApiWorkspaceServiceV1AccountsIdSharingFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdActivities$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdActivities$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 GetApiWorkspaceServiceV1AccountsIdActivities$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 GetApiWorkspaceServiceV1AccountsIdActivities$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdActivities$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdActivities$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdActivities$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdActivities$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdActivitiesToJSON(getApiWorkspaceServiceV1AccountsIdActivities: GetApiWorkspaceServiceV1AccountsIdActivities): string; export declare function getApiWorkspaceServiceV1AccountsIdActivitiesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdCompliance$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdCompliance$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 GetApiWorkspaceServiceV1AccountsIdCompliance$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 GetApiWorkspaceServiceV1AccountsIdCompliance$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdCompliance$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdCompliance$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdCompliance$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdCompliance$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdComplianceToJSON(getApiWorkspaceServiceV1AccountsIdCompliance: GetApiWorkspaceServiceV1AccountsIdCompliance): string; export declare function getApiWorkspaceServiceV1AccountsIdComplianceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdCategory$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdCategory$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 GetApiWorkspaceServiceV1AccountsIdCategory$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdCategory$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 `GetApiWorkspaceServiceV1AccountsIdCategory$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 GetApiWorkspaceServiceV1AccountsIdPricingModel$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdPricingModel$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 GetApiWorkspaceServiceV1AccountsIdPricingModel$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdPricingModel$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 `GetApiWorkspaceServiceV1AccountsIdPricingModel$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 GetApiWorkspaceServiceV1AccountsIdAccountsVersions$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdAccountsVersions$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 GetApiWorkspaceServiceV1AccountsIdAccountsVersions$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 GetApiWorkspaceServiceV1AccountsIdAccountsVersions$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccountsVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccountsVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccountsVersions$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdAccountsVersions$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdAccountsVersionsToJSON(getApiWorkspaceServiceV1AccountsIdAccountsVersions: GetApiWorkspaceServiceV1AccountsIdAccountsVersions): string; export declare function getApiWorkspaceServiceV1AccountsIdAccountsVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdInstallations$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdInstallations$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 GetApiWorkspaceServiceV1AccountsIdInstallations$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 GetApiWorkspaceServiceV1AccountsIdInstallations$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdInstallations$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdInstallations$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdInstallations$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdInstallations$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdInstallationsToJSON(getApiWorkspaceServiceV1AccountsIdInstallations: GetApiWorkspaceServiceV1AccountsIdInstallations): string; export declare function getApiWorkspaceServiceV1AccountsIdInstallationsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdAnalytics$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdAnalytics$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 GetApiWorkspaceServiceV1AccountsIdAnalytics$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 GetApiWorkspaceServiceV1AccountsIdAnalytics$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAnalytics$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAnalytics$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAnalytics$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdAnalytics$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdAnalyticsToJSON(getApiWorkspaceServiceV1AccountsIdAnalytics: GetApiWorkspaceServiceV1AccountsIdAnalytics): string; export declare function getApiWorkspaceServiceV1AccountsIdAnalyticsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdReviews$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdReviews$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 GetApiWorkspaceServiceV1AccountsIdReviews$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 GetApiWorkspaceServiceV1AccountsIdReviews$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdReviews$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdReviews$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdReviewsToJSON(getApiWorkspaceServiceV1AccountsIdReviews: GetApiWorkspaceServiceV1AccountsIdReviews): string; export declare function getApiWorkspaceServiceV1AccountsIdReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdInfo$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdInfo$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 GetApiWorkspaceServiceV1AccountsIdInfo$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 GetApiWorkspaceServiceV1AccountsIdInfo$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdInfo$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdInfo$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdInfo$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdInfo$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdInfoToJSON(getApiWorkspaceServiceV1AccountsIdInfo: GetApiWorkspaceServiceV1AccountsIdInfo): string; export declare function getApiWorkspaceServiceV1AccountsIdInfoFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdWebhooks$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdWebhooks$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 GetApiWorkspaceServiceV1AccountsIdWebhooks$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 GetApiWorkspaceServiceV1AccountsIdWebhooks$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdWebhooks$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdWebhooks$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdWebhooksToJSON(getApiWorkspaceServiceV1AccountsIdWebhooks: GetApiWorkspaceServiceV1AccountsIdWebhooks): string; export declare function getApiWorkspaceServiceV1AccountsIdWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdPermissions$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdPermissions$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 GetApiWorkspaceServiceV1AccountsIdPermissions$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 GetApiWorkspaceServiceV1AccountsIdPermissions$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdPermissions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdPermissions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdPermissions$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdPermissions$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdPermissionsToJSON(getApiWorkspaceServiceV1AccountsIdPermissions: GetApiWorkspaceServiceV1AccountsIdPermissions): string; export declare function getApiWorkspaceServiceV1AccountsIdPermissionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdInstalledApps$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdInstalledApps$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?: GetApiWorkspaceServiceV1AccountsIdInfo$Outbound | undefined; webhooks?: Array | undefined; permissions?: Array | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdInstalledApps$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 GetApiWorkspaceServiceV1AccountsIdInstalledApps$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdInstalledApps$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdInstalledApps$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdInstalledApps$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdInstalledApps$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdInstalledAppsToJSON(getApiWorkspaceServiceV1AccountsIdInstalledApps: GetApiWorkspaceServiceV1AccountsIdInstalledApps): string; export declare function getApiWorkspaceServiceV1AccountsIdInstalledAppsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdWorkspaces$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdWorkspaces$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 GetApiWorkspaceServiceV1AccountsIdWorkspaces$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 GetApiWorkspaceServiceV1AccountsIdWorkspaces$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdWorkspaces$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdWorkspaces$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdWorkspaces$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdWorkspaces$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdWorkspacesToJSON(getApiWorkspaceServiceV1AccountsIdWorkspaces: GetApiWorkspaceServiceV1AccountsIdWorkspaces): string; export declare function getApiWorkspaceServiceV1AccountsIdWorkspacesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdDataProfiles$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdDataProfiles$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 GetApiWorkspaceServiceV1AccountsIdDataProfiles$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 GetApiWorkspaceServiceV1AccountsIdDataProfiles$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdDataProfiles$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdDataProfiles$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdDataProfiles$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdDataProfiles$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdDataProfilesToJSON(getApiWorkspaceServiceV1AccountsIdDataProfiles: GetApiWorkspaceServiceV1AccountsIdDataProfiles): string; export declare function getApiWorkspaceServiceV1AccountsIdDataProfilesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdAccount$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdAccount$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 GetApiWorkspaceServiceV1AccountsIdAccount$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 GetApiWorkspaceServiceV1AccountsIdAccount$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccount$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccount$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdAccount$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdAccount$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdAccountToJSON(getApiWorkspaceServiceV1AccountsIdAccount: GetApiWorkspaceServiceV1AccountsIdAccount): string; export declare function getApiWorkspaceServiceV1AccountsIdAccountFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdData$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdData$Outbound = { account?: GetApiWorkspaceServiceV1AccountsIdAccount$Outbound | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdData$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 GetApiWorkspaceServiceV1AccountsIdData$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdData$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdData$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdData$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdData$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdDataToJSON(getApiWorkspaceServiceV1AccountsIdData: GetApiWorkspaceServiceV1AccountsIdData): string; export declare function getApiWorkspaceServiceV1AccountsIdDataFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1AccountsIdResponseBody$Outbound = { data: GetApiWorkspaceServiceV1AccountsIdData$Outbound; }; /** @internal */ export declare const GetApiWorkspaceServiceV1AccountsIdResponseBody$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 GetApiWorkspaceServiceV1AccountsIdResponseBody$ { /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1AccountsIdResponseBody$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1AccountsIdResponseBody$Outbound; } export declare function getApiWorkspaceServiceV1AccountsIdResponseBodyToJSON(getApiWorkspaceServiceV1AccountsIdResponseBody: GetApiWorkspaceServiceV1AccountsIdResponseBody): string; export declare function getApiWorkspaceServiceV1AccountsIdResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapiworkspaceservicev1accountsid.d.ts.map