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 GetApiWorkspaceServiceV1WorkspacesListRequest = { accountId?: string | undefined; pageSize?: number | undefined; pageToken?: string | undefined; filter?: string | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListEmbeddings = { id?: string | undefined; embeddings?: Array | undefined; modelVersion?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponse200Versions = { 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 GetApiWorkspaceServiceV1WorkspacesListComments = { 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 GetApiWorkspaceServiceV1WorkspacesListWorkspacesSharing = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListSnapshots = { id?: string | undefined; fileId?: string | undefined; snapshotHash?: string | undefined; content?: string | undefined; authorId?: string | undefined; reason?: string | undefined; createdAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListFiles = { 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?: GetApiWorkspaceServiceV1WorkspacesListEmbeddings | undefined; versions?: Array | undefined; comments?: Array | undefined; sharing?: Array | undefined; snapshots?: Array | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListFolders = { 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 GetApiWorkspaceServiceV1WorkspacesListTemplateType: { 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 GetApiWorkspaceServiceV1WorkspacesListTemplateType = ClosedEnum; export type GetApiWorkspaceServiceV1WorkspacesListVersions = { 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 GetApiWorkspaceServiceV1WorkspacesListVariables = { 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 GetApiWorkspaceServiceV1WorkspacesListStatus: { 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 GetApiWorkspaceServiceV1WorkspacesListStatus = ClosedEnum; export declare const GetApiWorkspaceServiceV1WorkspacesListWorkspacesStatus: { 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 GetApiWorkspaceServiceV1WorkspacesListWorkspacesStatus = ClosedEnum; export type GetApiWorkspaceServiceV1WorkspacesListSignatureBlocks = { 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 GetApiWorkspaceServiceV1WorkspacesListWorkflow = { 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 GetApiWorkspaceServiceV1WorkspacesListSignatureRequests = { id?: string | undefined; status?: GetApiWorkspaceServiceV1WorkspacesListWorkspacesStatus | 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?: GetApiWorkspaceServiceV1WorkspacesListWorkflow | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListAiAssistance = { 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 GetApiWorkspaceServiceV1WorkspacesListRounds = { 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 GetApiWorkspaceServiceV1WorkspacesListNegotiation = { id?: string | undefined; documentId?: string | undefined; rounds?: Array | undefined; currentStatus?: string | undefined; startedAt?: Date | undefined; lastUpdated?: Date | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListMerges = { 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 GetApiWorkspaceServiceV1WorkspacesListPolicy = { 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 GetApiWorkspaceServiceV1WorkspacesListMergeRequests = { 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 GetApiWorkspaceServiceV1WorkspacesListBranches = { 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?: GetApiWorkspaceServiceV1WorkspacesListPolicy | undefined; mergeRequests?: Array | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListChanges = { 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 GetApiWorkspaceServiceV1WorkspacesListSummaries = { 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 GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponseVersions = { 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 GetApiWorkspaceServiceV1WorkspacesListInstances = { id?: string | undefined; templateId?: string | undefined; status?: GetApiWorkspaceServiceV1WorkspacesListStatus | 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?: GetApiWorkspaceServiceV1WorkspacesListNegotiation | undefined; versions?: Array | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListExplanations = { 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 GetApiWorkspaceServiceV1WorkspacesListRiskAssessments = { 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 GetApiWorkspaceServiceV1WorkspacesListComplianceChecks = { id?: string | undefined; intelligenceId?: string | undefined; complianceStandard?: string | undefined; checkResult?: string | undefined; violations?: Array | undefined; remediationSteps?: string | undefined; checkDate?: Date | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListIntelligence = { 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 GetApiWorkspaceServiceV1WorkspacesListTemplates = { 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?: GetApiWorkspaceServiceV1WorkspacesListTemplateType | 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 GetApiWorkspaceServiceV1WorkspacesListSharing = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListActivities = { id?: string | undefined; activityType?: string | undefined; userId?: string | undefined; description?: string | undefined; metadata?: { [k: string]: string; } | undefined; createdAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListCompliance = { id?: string | undefined; complianceType?: string | undefined; status?: string | undefined; certificationId?: string | undefined; validUntil?: Date | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export declare const GetApiWorkspaceServiceV1WorkspacesListCategory: { 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 GetApiWorkspaceServiceV1WorkspacesListCategory = ClosedEnum; export declare const GetApiWorkspaceServiceV1WorkspacesListPricingModel: { 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 GetApiWorkspaceServiceV1WorkspacesListPricingModel = ClosedEnum; export type GetApiWorkspaceServiceV1WorkspacesListWorkspacesVersions = { 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 GetApiWorkspaceServiceV1WorkspacesListInstallations = { 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 GetApiWorkspaceServiceV1WorkspacesListAnalytics = { id?: string | undefined; appId?: string | undefined; metricName?: string | undefined; metricValue?: number | undefined; dimensions?: { [k: string]: string; } | undefined; recordedAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListReviews = { id?: string | undefined; appId?: string | undefined; reviewerId?: string | undefined; rating?: number | undefined; reviewText?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListInfo = { 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 GetApiWorkspaceServiceV1WorkspacesListWebhooks = { 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 GetApiWorkspaceServiceV1WorkspacesListPermissions = { 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 GetApiWorkspaceServiceV1WorkspacesListInstalledApps = { id?: string | undefined; name?: string | undefined; description?: string | undefined; developerId?: string | undefined; category?: GetApiWorkspaceServiceV1WorkspacesListCategory | undefined; supportedContractTypes?: Array | undefined; features?: Array | undefined; pricingModel?: GetApiWorkspaceServiceV1WorkspacesListPricingModel | 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?: GetApiWorkspaceServiceV1WorkspacesListInfo | undefined; webhooks?: Array | undefined; permissions?: Array | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListWorkspaces = { 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 GetApiWorkspaceServiceV1WorkspacesListData = { workspaces?: Array | undefined; nextPageToken?: string | undefined; totalSize?: number | undefined; }; export type GetApiWorkspaceServiceV1WorkspacesListResponseBody = { data: GetApiWorkspaceServiceV1WorkspacesListData; }; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListRequest$Outbound = { accountId?: string | undefined; pageSize?: number | undefined; pageToken?: string | undefined; filter?: string | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListRequest$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 GetApiWorkspaceServiceV1WorkspacesListRequest$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListRequest$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListRequest$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListRequestToJSON(getApiWorkspaceServiceV1WorkspacesListRequest: GetApiWorkspaceServiceV1WorkspacesListRequest): string; export declare function getApiWorkspaceServiceV1WorkspacesListRequestFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListEmbeddings$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListEmbeddings$Outbound = { id?: string | undefined; embeddings?: Array | undefined; modelVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListEmbeddings$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 GetApiWorkspaceServiceV1WorkspacesListEmbeddings$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListEmbeddings$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListEmbeddings$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListEmbeddings$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListEmbeddings$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListEmbeddingsToJSON(getApiWorkspaceServiceV1WorkspacesListEmbeddings: GetApiWorkspaceServiceV1WorkspacesListEmbeddings): string; export declare function getApiWorkspaceServiceV1WorkspacesListEmbeddingsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponse200Versions$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponse200Versions$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 GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponse200Versions$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 GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponse200Versions$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponse200Versions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponse200Versions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponse200Versions$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponse200Versions$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListWorkspacesResponse200VersionsToJSON(getApiWorkspaceServiceV1WorkspacesListWorkspacesResponse200Versions: GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponse200Versions): string; export declare function getApiWorkspaceServiceV1WorkspacesListWorkspacesResponse200VersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListComments$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListComments$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 GetApiWorkspaceServiceV1WorkspacesListComments$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 GetApiWorkspaceServiceV1WorkspacesListComments$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListComments$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListComments$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListComments$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListComments$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListCommentsToJSON(getApiWorkspaceServiceV1WorkspacesListComments: GetApiWorkspaceServiceV1WorkspacesListComments): string; export declare function getApiWorkspaceServiceV1WorkspacesListCommentsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListWorkspacesSharing$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListWorkspacesSharing$Outbound = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListWorkspacesSharing$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 GetApiWorkspaceServiceV1WorkspacesListWorkspacesSharing$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspacesSharing$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspacesSharing$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspacesSharing$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListWorkspacesSharing$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListWorkspacesSharingToJSON(getApiWorkspaceServiceV1WorkspacesListWorkspacesSharing: GetApiWorkspaceServiceV1WorkspacesListWorkspacesSharing): string; export declare function getApiWorkspaceServiceV1WorkspacesListWorkspacesSharingFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListSnapshots$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListSnapshots$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 GetApiWorkspaceServiceV1WorkspacesListSnapshots$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 GetApiWorkspaceServiceV1WorkspacesListSnapshots$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSnapshots$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSnapshots$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSnapshots$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListSnapshots$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListSnapshotsToJSON(getApiWorkspaceServiceV1WorkspacesListSnapshots: GetApiWorkspaceServiceV1WorkspacesListSnapshots): string; export declare function getApiWorkspaceServiceV1WorkspacesListSnapshotsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListFiles$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListFiles$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?: GetApiWorkspaceServiceV1WorkspacesListEmbeddings$Outbound | undefined; versions?: Array | undefined; comments?: Array | undefined; sharing?: Array | undefined; snapshots?: Array | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListFiles$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 GetApiWorkspaceServiceV1WorkspacesListFiles$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListFiles$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListFiles$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListFiles$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListFiles$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListFilesToJSON(getApiWorkspaceServiceV1WorkspacesListFiles: GetApiWorkspaceServiceV1WorkspacesListFiles): string; export declare function getApiWorkspaceServiceV1WorkspacesListFilesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListFolders$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListFolders$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 GetApiWorkspaceServiceV1WorkspacesListFolders$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 GetApiWorkspaceServiceV1WorkspacesListFolders$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListFolders$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListFolders$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListFolders$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListFolders$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListFoldersToJSON(getApiWorkspaceServiceV1WorkspacesListFolders: GetApiWorkspaceServiceV1WorkspacesListFolders): string; export declare function getApiWorkspaceServiceV1WorkspacesListFoldersFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListTemplateType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListTemplateType$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 GetApiWorkspaceServiceV1WorkspacesListTemplateType$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListTemplateType$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 `GetApiWorkspaceServiceV1WorkspacesListTemplateType$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 GetApiWorkspaceServiceV1WorkspacesListVersions$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListVersions$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 GetApiWorkspaceServiceV1WorkspacesListVersions$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 GetApiWorkspaceServiceV1WorkspacesListVersions$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListVersions$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListVersions$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListVersionsToJSON(getApiWorkspaceServiceV1WorkspacesListVersions: GetApiWorkspaceServiceV1WorkspacesListVersions): string; export declare function getApiWorkspaceServiceV1WorkspacesListVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListVariables$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListVariables$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 GetApiWorkspaceServiceV1WorkspacesListVariables$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 GetApiWorkspaceServiceV1WorkspacesListVariables$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListVariables$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListVariables$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListVariables$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListVariables$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListVariablesToJSON(getApiWorkspaceServiceV1WorkspacesListVariables: GetApiWorkspaceServiceV1WorkspacesListVariables): string; export declare function getApiWorkspaceServiceV1WorkspacesListVariablesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListStatus$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 GetApiWorkspaceServiceV1WorkspacesListStatus$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListStatus$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 `GetApiWorkspaceServiceV1WorkspacesListStatus$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 GetApiWorkspaceServiceV1WorkspacesListWorkspacesStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListWorkspacesStatus$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 GetApiWorkspaceServiceV1WorkspacesListWorkspacesStatus$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspacesStatus$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 `GetApiWorkspaceServiceV1WorkspacesListWorkspacesStatus$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 GetApiWorkspaceServiceV1WorkspacesListSignatureBlocks$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListSignatureBlocks$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 GetApiWorkspaceServiceV1WorkspacesListSignatureBlocks$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 GetApiWorkspaceServiceV1WorkspacesListSignatureBlocks$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSignatureBlocks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSignatureBlocks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSignatureBlocks$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListSignatureBlocks$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListSignatureBlocksToJSON(getApiWorkspaceServiceV1WorkspacesListSignatureBlocks: GetApiWorkspaceServiceV1WorkspacesListSignatureBlocks): string; export declare function getApiWorkspaceServiceV1WorkspacesListSignatureBlocksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListWorkflow$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListWorkflow$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 GetApiWorkspaceServiceV1WorkspacesListWorkflow$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 GetApiWorkspaceServiceV1WorkspacesListWorkflow$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkflow$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkflow$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkflow$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListWorkflow$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListWorkflowToJSON(getApiWorkspaceServiceV1WorkspacesListWorkflow: GetApiWorkspaceServiceV1WorkspacesListWorkflow): string; export declare function getApiWorkspaceServiceV1WorkspacesListWorkflowFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListSignatureRequests$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListSignatureRequests$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?: GetApiWorkspaceServiceV1WorkspacesListWorkflow$Outbound | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListSignatureRequests$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 GetApiWorkspaceServiceV1WorkspacesListSignatureRequests$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSignatureRequests$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSignatureRequests$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSignatureRequests$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListSignatureRequests$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListSignatureRequestsToJSON(getApiWorkspaceServiceV1WorkspacesListSignatureRequests: GetApiWorkspaceServiceV1WorkspacesListSignatureRequests): string; export declare function getApiWorkspaceServiceV1WorkspacesListSignatureRequestsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListAiAssistance$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListAiAssistance$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 GetApiWorkspaceServiceV1WorkspacesListAiAssistance$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 GetApiWorkspaceServiceV1WorkspacesListAiAssistance$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListAiAssistance$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListAiAssistance$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListAiAssistance$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListAiAssistance$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListAiAssistanceToJSON(getApiWorkspaceServiceV1WorkspacesListAiAssistance: GetApiWorkspaceServiceV1WorkspacesListAiAssistance): string; export declare function getApiWorkspaceServiceV1WorkspacesListAiAssistanceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListRounds$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListRounds$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 GetApiWorkspaceServiceV1WorkspacesListRounds$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 GetApiWorkspaceServiceV1WorkspacesListRounds$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListRounds$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListRounds$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListRounds$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListRounds$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListRoundsToJSON(getApiWorkspaceServiceV1WorkspacesListRounds: GetApiWorkspaceServiceV1WorkspacesListRounds): string; export declare function getApiWorkspaceServiceV1WorkspacesListRoundsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListNegotiation$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListNegotiation$Outbound = { id?: string | undefined; documentId?: string | undefined; rounds?: Array | undefined; currentStatus?: string | undefined; startedAt?: string | undefined; lastUpdated?: string | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListNegotiation$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 GetApiWorkspaceServiceV1WorkspacesListNegotiation$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListNegotiation$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListNegotiation$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListNegotiation$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListNegotiation$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListNegotiationToJSON(getApiWorkspaceServiceV1WorkspacesListNegotiation: GetApiWorkspaceServiceV1WorkspacesListNegotiation): string; export declare function getApiWorkspaceServiceV1WorkspacesListNegotiationFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListMerges$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListMerges$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 GetApiWorkspaceServiceV1WorkspacesListMerges$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 GetApiWorkspaceServiceV1WorkspacesListMerges$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListMerges$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListMerges$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListMerges$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListMerges$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListMergesToJSON(getApiWorkspaceServiceV1WorkspacesListMerges: GetApiWorkspaceServiceV1WorkspacesListMerges): string; export declare function getApiWorkspaceServiceV1WorkspacesListMergesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListPolicy$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListPolicy$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 GetApiWorkspaceServiceV1WorkspacesListPolicy$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 GetApiWorkspaceServiceV1WorkspacesListPolicy$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListPolicy$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListPolicy$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListPolicy$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListPolicy$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListPolicyToJSON(getApiWorkspaceServiceV1WorkspacesListPolicy: GetApiWorkspaceServiceV1WorkspacesListPolicy): string; export declare function getApiWorkspaceServiceV1WorkspacesListPolicyFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListMergeRequests$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListMergeRequests$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 GetApiWorkspaceServiceV1WorkspacesListMergeRequests$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 GetApiWorkspaceServiceV1WorkspacesListMergeRequests$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListMergeRequests$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListMergeRequests$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListMergeRequests$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListMergeRequests$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListMergeRequestsToJSON(getApiWorkspaceServiceV1WorkspacesListMergeRequests: GetApiWorkspaceServiceV1WorkspacesListMergeRequests): string; export declare function getApiWorkspaceServiceV1WorkspacesListMergeRequestsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListBranches$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListBranches$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?: GetApiWorkspaceServiceV1WorkspacesListPolicy$Outbound | undefined; mergeRequests?: Array | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListBranches$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 GetApiWorkspaceServiceV1WorkspacesListBranches$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListBranches$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListBranches$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListBranches$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListBranches$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListBranchesToJSON(getApiWorkspaceServiceV1WorkspacesListBranches: GetApiWorkspaceServiceV1WorkspacesListBranches): string; export declare function getApiWorkspaceServiceV1WorkspacesListBranchesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListChanges$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListChanges$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 GetApiWorkspaceServiceV1WorkspacesListChanges$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 GetApiWorkspaceServiceV1WorkspacesListChanges$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListChanges$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListChanges$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListChanges$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListChanges$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListChangesToJSON(getApiWorkspaceServiceV1WorkspacesListChanges: GetApiWorkspaceServiceV1WorkspacesListChanges): string; export declare function getApiWorkspaceServiceV1WorkspacesListChangesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListSummaries$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListSummaries$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 GetApiWorkspaceServiceV1WorkspacesListSummaries$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 GetApiWorkspaceServiceV1WorkspacesListSummaries$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSummaries$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSummaries$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSummaries$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListSummaries$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListSummariesToJSON(getApiWorkspaceServiceV1WorkspacesListSummaries: GetApiWorkspaceServiceV1WorkspacesListSummaries): string; export declare function getApiWorkspaceServiceV1WorkspacesListSummariesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponseVersions$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponseVersions$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 GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponseVersions$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 GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponseVersions$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponseVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponseVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponseVersions$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponseVersions$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListWorkspacesResponseVersionsToJSON(getApiWorkspaceServiceV1WorkspacesListWorkspacesResponseVersions: GetApiWorkspaceServiceV1WorkspacesListWorkspacesResponseVersions): string; export declare function getApiWorkspaceServiceV1WorkspacesListWorkspacesResponseVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListInstances$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListInstances$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?: GetApiWorkspaceServiceV1WorkspacesListNegotiation$Outbound | undefined; versions?: Array | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListInstances$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 GetApiWorkspaceServiceV1WorkspacesListInstances$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListInstances$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListInstances$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListInstances$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListInstances$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListInstancesToJSON(getApiWorkspaceServiceV1WorkspacesListInstances: GetApiWorkspaceServiceV1WorkspacesListInstances): string; export declare function getApiWorkspaceServiceV1WorkspacesListInstancesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListExplanations$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListExplanations$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 GetApiWorkspaceServiceV1WorkspacesListExplanations$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 GetApiWorkspaceServiceV1WorkspacesListExplanations$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListExplanations$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListExplanations$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListExplanations$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListExplanations$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListExplanationsToJSON(getApiWorkspaceServiceV1WorkspacesListExplanations: GetApiWorkspaceServiceV1WorkspacesListExplanations): string; export declare function getApiWorkspaceServiceV1WorkspacesListExplanationsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListRiskAssessments$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListRiskAssessments$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 GetApiWorkspaceServiceV1WorkspacesListRiskAssessments$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 GetApiWorkspaceServiceV1WorkspacesListRiskAssessments$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListRiskAssessments$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListRiskAssessments$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListRiskAssessments$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListRiskAssessments$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListRiskAssessmentsToJSON(getApiWorkspaceServiceV1WorkspacesListRiskAssessments: GetApiWorkspaceServiceV1WorkspacesListRiskAssessments): string; export declare function getApiWorkspaceServiceV1WorkspacesListRiskAssessmentsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListComplianceChecks$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListComplianceChecks$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 GetApiWorkspaceServiceV1WorkspacesListComplianceChecks$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 GetApiWorkspaceServiceV1WorkspacesListComplianceChecks$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListComplianceChecks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListComplianceChecks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListComplianceChecks$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListComplianceChecks$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListComplianceChecksToJSON(getApiWorkspaceServiceV1WorkspacesListComplianceChecks: GetApiWorkspaceServiceV1WorkspacesListComplianceChecks): string; export declare function getApiWorkspaceServiceV1WorkspacesListComplianceChecksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListIntelligence$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListIntelligence$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 GetApiWorkspaceServiceV1WorkspacesListIntelligence$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 GetApiWorkspaceServiceV1WorkspacesListIntelligence$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListIntelligence$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListIntelligence$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListIntelligence$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListIntelligence$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListIntelligenceToJSON(getApiWorkspaceServiceV1WorkspacesListIntelligence: GetApiWorkspaceServiceV1WorkspacesListIntelligence): string; export declare function getApiWorkspaceServiceV1WorkspacesListIntelligenceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListTemplates$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListTemplates$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 GetApiWorkspaceServiceV1WorkspacesListTemplates$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 GetApiWorkspaceServiceV1WorkspacesListTemplates$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListTemplates$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListTemplates$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListTemplates$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListTemplates$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListTemplatesToJSON(getApiWorkspaceServiceV1WorkspacesListTemplates: GetApiWorkspaceServiceV1WorkspacesListTemplates): string; export declare function getApiWorkspaceServiceV1WorkspacesListTemplatesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListSharing$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListSharing$Outbound = { id?: string | undefined; sharedWithEmail?: string | undefined; permissionLevel?: string | undefined; expiresAt?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListSharing$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 GetApiWorkspaceServiceV1WorkspacesListSharing$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSharing$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSharing$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListSharing$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListSharing$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListSharingToJSON(getApiWorkspaceServiceV1WorkspacesListSharing: GetApiWorkspaceServiceV1WorkspacesListSharing): string; export declare function getApiWorkspaceServiceV1WorkspacesListSharingFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListActivities$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListActivities$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 GetApiWorkspaceServiceV1WorkspacesListActivities$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 GetApiWorkspaceServiceV1WorkspacesListActivities$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListActivities$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListActivities$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListActivities$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListActivities$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListActivitiesToJSON(getApiWorkspaceServiceV1WorkspacesListActivities: GetApiWorkspaceServiceV1WorkspacesListActivities): string; export declare function getApiWorkspaceServiceV1WorkspacesListActivitiesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListCompliance$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListCompliance$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 GetApiWorkspaceServiceV1WorkspacesListCompliance$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 GetApiWorkspaceServiceV1WorkspacesListCompliance$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListCompliance$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListCompliance$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListCompliance$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListCompliance$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListComplianceToJSON(getApiWorkspaceServiceV1WorkspacesListCompliance: GetApiWorkspaceServiceV1WorkspacesListCompliance): string; export declare function getApiWorkspaceServiceV1WorkspacesListComplianceFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListCategory$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListCategory$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 GetApiWorkspaceServiceV1WorkspacesListCategory$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListCategory$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 `GetApiWorkspaceServiceV1WorkspacesListCategory$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 GetApiWorkspaceServiceV1WorkspacesListPricingModel$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListPricingModel$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 GetApiWorkspaceServiceV1WorkspacesListPricingModel$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListPricingModel$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 `GetApiWorkspaceServiceV1WorkspacesListPricingModel$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 GetApiWorkspaceServiceV1WorkspacesListWorkspacesVersions$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListWorkspacesVersions$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 GetApiWorkspaceServiceV1WorkspacesListWorkspacesVersions$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 GetApiWorkspaceServiceV1WorkspacesListWorkspacesVersions$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspacesVersions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspacesVersions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspacesVersions$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListWorkspacesVersions$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListWorkspacesVersionsToJSON(getApiWorkspaceServiceV1WorkspacesListWorkspacesVersions: GetApiWorkspaceServiceV1WorkspacesListWorkspacesVersions): string; export declare function getApiWorkspaceServiceV1WorkspacesListWorkspacesVersionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListInstallations$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListInstallations$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 GetApiWorkspaceServiceV1WorkspacesListInstallations$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 GetApiWorkspaceServiceV1WorkspacesListInstallations$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListInstallations$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListInstallations$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListInstallations$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListInstallations$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListInstallationsToJSON(getApiWorkspaceServiceV1WorkspacesListInstallations: GetApiWorkspaceServiceV1WorkspacesListInstallations): string; export declare function getApiWorkspaceServiceV1WorkspacesListInstallationsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListAnalytics$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListAnalytics$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 GetApiWorkspaceServiceV1WorkspacesListAnalytics$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 GetApiWorkspaceServiceV1WorkspacesListAnalytics$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListAnalytics$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListAnalytics$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListAnalytics$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListAnalytics$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListAnalyticsToJSON(getApiWorkspaceServiceV1WorkspacesListAnalytics: GetApiWorkspaceServiceV1WorkspacesListAnalytics): string; export declare function getApiWorkspaceServiceV1WorkspacesListAnalyticsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListReviews$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListReviews$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 GetApiWorkspaceServiceV1WorkspacesListReviews$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 GetApiWorkspaceServiceV1WorkspacesListReviews$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListReviews$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListReviews$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListReviews$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListReviews$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListReviewsToJSON(getApiWorkspaceServiceV1WorkspacesListReviews: GetApiWorkspaceServiceV1WorkspacesListReviews): string; export declare function getApiWorkspaceServiceV1WorkspacesListReviewsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListInfo$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListInfo$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 GetApiWorkspaceServiceV1WorkspacesListInfo$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 GetApiWorkspaceServiceV1WorkspacesListInfo$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListInfo$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListInfo$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListInfo$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListInfo$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListInfoToJSON(getApiWorkspaceServiceV1WorkspacesListInfo: GetApiWorkspaceServiceV1WorkspacesListInfo): string; export declare function getApiWorkspaceServiceV1WorkspacesListInfoFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListWebhooks$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListWebhooks$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 GetApiWorkspaceServiceV1WorkspacesListWebhooks$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 GetApiWorkspaceServiceV1WorkspacesListWebhooks$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWebhooks$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWebhooks$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWebhooks$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListWebhooks$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListWebhooksToJSON(getApiWorkspaceServiceV1WorkspacesListWebhooks: GetApiWorkspaceServiceV1WorkspacesListWebhooks): string; export declare function getApiWorkspaceServiceV1WorkspacesListWebhooksFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListPermissions$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListPermissions$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 GetApiWorkspaceServiceV1WorkspacesListPermissions$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 GetApiWorkspaceServiceV1WorkspacesListPermissions$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListPermissions$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListPermissions$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListPermissions$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListPermissions$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListPermissionsToJSON(getApiWorkspaceServiceV1WorkspacesListPermissions: GetApiWorkspaceServiceV1WorkspacesListPermissions): string; export declare function getApiWorkspaceServiceV1WorkspacesListPermissionsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListInstalledApps$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListInstalledApps$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?: GetApiWorkspaceServiceV1WorkspacesListInfo$Outbound | undefined; webhooks?: Array | undefined; permissions?: Array | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListInstalledApps$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 GetApiWorkspaceServiceV1WorkspacesListInstalledApps$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListInstalledApps$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListInstalledApps$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListInstalledApps$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListInstalledApps$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListInstalledAppsToJSON(getApiWorkspaceServiceV1WorkspacesListInstalledApps: GetApiWorkspaceServiceV1WorkspacesListInstalledApps): string; export declare function getApiWorkspaceServiceV1WorkspacesListInstalledAppsFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListWorkspaces$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListWorkspaces$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 GetApiWorkspaceServiceV1WorkspacesListWorkspaces$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 GetApiWorkspaceServiceV1WorkspacesListWorkspaces$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspaces$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspaces$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListWorkspaces$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListWorkspaces$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListWorkspacesToJSON(getApiWorkspaceServiceV1WorkspacesListWorkspaces: GetApiWorkspaceServiceV1WorkspacesListWorkspaces): string; export declare function getApiWorkspaceServiceV1WorkspacesListWorkspacesFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListData$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListData$Outbound = { workspaces?: Array | undefined; nextPageToken?: string | undefined; totalSize?: number | undefined; }; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListData$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 GetApiWorkspaceServiceV1WorkspacesListData$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListData$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListData$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListData$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListData$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListDataToJSON(getApiWorkspaceServiceV1WorkspacesListData: GetApiWorkspaceServiceV1WorkspacesListData): string; export declare function getApiWorkspaceServiceV1WorkspacesListDataFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetApiWorkspaceServiceV1WorkspacesListResponseBody$Outbound = { data: GetApiWorkspaceServiceV1WorkspacesListData$Outbound; }; /** @internal */ export declare const GetApiWorkspaceServiceV1WorkspacesListResponseBody$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 GetApiWorkspaceServiceV1WorkspacesListResponseBody$ { /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiWorkspaceServiceV1WorkspacesListResponseBody$Outbound` instead. */ type Outbound = GetApiWorkspaceServiceV1WorkspacesListResponseBody$Outbound; } export declare function getApiWorkspaceServiceV1WorkspacesListResponseBodyToJSON(getApiWorkspaceServiceV1WorkspacesListResponseBody: GetApiWorkspaceServiceV1WorkspacesListResponseBody): string; export declare function getApiWorkspaceServiceV1WorkspacesListResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapiworkspaceservicev1workspaceslist.d.ts.map