@knowledge-stack/ksapi 1.132.0 → 1.134.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +22 -4
- package/README.md +21 -9
- package/dist/apis/AgentApi.d.ts +5 -5
- package/dist/apis/AgentApi.js +3 -3
- package/dist/apis/ApiConnectionsApi.d.ts +1 -1
- package/dist/apis/ApiConnectionsApi.js +1 -1
- package/dist/apis/ApiKeysApi.d.ts +1 -1
- package/dist/apis/ApiKeysApi.js +1 -1
- package/dist/apis/AuditEventsApi.d.ts +17 -17
- package/dist/apis/AuditEventsApi.js +5 -5
- package/dist/apis/AuthApi.d.ts +1 -1
- package/dist/apis/AuthApi.js +1 -1
- package/dist/apis/BulkDownloadApi.d.ts +1 -1
- package/dist/apis/BulkDownloadApi.js +1 -1
- package/dist/apis/ChunkLineagesApi.d.ts +1 -1
- package/dist/apis/ChunkLineagesApi.js +1 -1
- package/dist/apis/ChunksApi.d.ts +1 -1
- package/dist/apis/ChunksApi.js +1 -1
- package/dist/apis/DataSourcesApi.d.ts +149 -35
- package/dist/apis/DataSourcesApi.js +167 -21
- package/dist/apis/DefaultApi.d.ts +1 -1
- package/dist/apis/DefaultApi.js +1 -1
- package/dist/apis/DocumentCheckoutApi.d.ts +1 -1
- package/dist/apis/DocumentCheckoutApi.js +1 -1
- package/dist/apis/DocumentVersionsApi.d.ts +1 -1
- package/dist/apis/DocumentVersionsApi.js +1 -1
- package/dist/apis/DocumentsApi.d.ts +9 -9
- package/dist/apis/DocumentsApi.js +5 -5
- package/dist/apis/FeaturesApi.d.ts +1 -1
- package/dist/apis/FeaturesApi.js +1 -1
- package/dist/apis/FeedbackApi.d.ts +1 -1
- package/dist/apis/FeedbackApi.js +1 -1
- package/dist/apis/FoldersApi.d.ts +1 -1
- package/dist/apis/FoldersApi.js +1 -1
- package/dist/apis/InvitesApi.d.ts +1 -1
- package/dist/apis/InvitesApi.js +1 -1
- package/dist/apis/MemoryApi.d.ts +1 -1
- package/dist/apis/MemoryApi.js +1 -1
- package/dist/apis/PathPartApprovalsApi.d.ts +1 -1
- package/dist/apis/PathPartApprovalsApi.js +1 -1
- package/dist/apis/PathPartsApi.d.ts +1 -1
- package/dist/apis/PathPartsApi.js +1 -1
- package/dist/apis/PublicApi.d.ts +1 -1
- package/dist/apis/PublicApi.js +1 -1
- package/dist/apis/SectionsApi.d.ts +1 -1
- package/dist/apis/SectionsApi.js +1 -1
- package/dist/apis/SubscriptionsApi.d.ts +1 -1
- package/dist/apis/SubscriptionsApi.js +1 -1
- package/dist/apis/{WorkflowsApi.d.ts → SystemJobsApi.d.ts} +15 -15
- package/dist/apis/{WorkflowsApi.js → SystemJobsApi.js} +9 -9
- package/dist/apis/TagsApi.d.ts +1 -1
- package/dist/apis/TagsApi.js +1 -1
- package/dist/apis/TenantGroupsApi.d.ts +1 -1
- package/dist/apis/TenantGroupsApi.js +1 -1
- package/dist/apis/TenantsApi.d.ts +1 -1
- package/dist/apis/TenantsApi.js +1 -1
- package/dist/apis/ThreadMessagesApi.d.ts +1 -1
- package/dist/apis/ThreadMessagesApi.js +1 -1
- package/dist/apis/ThreadsApi.d.ts +1 -1
- package/dist/apis/ThreadsApi.js +1 -1
- package/dist/apis/TrashApi.d.ts +1 -1
- package/dist/apis/TrashApi.js +1 -1
- package/dist/apis/UserPermissionsApi.d.ts +1 -1
- package/dist/apis/UserPermissionsApi.js +1 -1
- package/dist/apis/UsersApi.d.ts +1 -1
- package/dist/apis/UsersApi.js +1 -1
- package/dist/apis/WorkflowDefinitionsApi.d.ts +1 -1
- package/dist/apis/WorkflowDefinitionsApi.js +1 -1
- package/dist/apis/WorkflowMemoryApi.d.ts +1 -1
- package/dist/apis/WorkflowMemoryApi.js +1 -1
- package/dist/apis/WorkflowRunsApi.d.ts +9 -9
- package/dist/apis/WorkflowRunsApi.js +5 -5
- package/dist/apis/index.d.ts +1 -1
- package/dist/apis/index.js +1 -1
- package/dist/esm/apis/AgentApi.d.ts +5 -5
- package/dist/esm/apis/AgentApi.js +3 -3
- package/dist/esm/apis/ApiConnectionsApi.d.ts +1 -1
- package/dist/esm/apis/ApiConnectionsApi.js +1 -1
- package/dist/esm/apis/ApiKeysApi.d.ts +1 -1
- package/dist/esm/apis/ApiKeysApi.js +1 -1
- package/dist/esm/apis/AuditEventsApi.d.ts +17 -17
- package/dist/esm/apis/AuditEventsApi.js +5 -5
- package/dist/esm/apis/AuthApi.d.ts +1 -1
- package/dist/esm/apis/AuthApi.js +1 -1
- package/dist/esm/apis/BulkDownloadApi.d.ts +1 -1
- package/dist/esm/apis/BulkDownloadApi.js +1 -1
- package/dist/esm/apis/ChunkLineagesApi.d.ts +1 -1
- package/dist/esm/apis/ChunkLineagesApi.js +1 -1
- package/dist/esm/apis/ChunksApi.d.ts +1 -1
- package/dist/esm/apis/ChunksApi.js +1 -1
- package/dist/esm/apis/DataSourcesApi.d.ts +149 -35
- package/dist/esm/apis/DataSourcesApi.js +168 -22
- package/dist/esm/apis/DefaultApi.d.ts +1 -1
- package/dist/esm/apis/DefaultApi.js +1 -1
- package/dist/esm/apis/DocumentCheckoutApi.d.ts +1 -1
- package/dist/esm/apis/DocumentCheckoutApi.js +1 -1
- package/dist/esm/apis/DocumentVersionsApi.d.ts +1 -1
- package/dist/esm/apis/DocumentVersionsApi.js +1 -1
- package/dist/esm/apis/DocumentsApi.d.ts +9 -9
- package/dist/esm/apis/DocumentsApi.js +5 -5
- package/dist/esm/apis/FeaturesApi.d.ts +1 -1
- package/dist/esm/apis/FeaturesApi.js +1 -1
- package/dist/esm/apis/FeedbackApi.d.ts +1 -1
- package/dist/esm/apis/FeedbackApi.js +1 -1
- package/dist/esm/apis/FoldersApi.d.ts +1 -1
- package/dist/esm/apis/FoldersApi.js +1 -1
- package/dist/esm/apis/InvitesApi.d.ts +1 -1
- package/dist/esm/apis/InvitesApi.js +1 -1
- package/dist/esm/apis/MemoryApi.d.ts +1 -1
- package/dist/esm/apis/MemoryApi.js +1 -1
- package/dist/esm/apis/PathPartApprovalsApi.d.ts +1 -1
- package/dist/esm/apis/PathPartApprovalsApi.js +1 -1
- package/dist/esm/apis/PathPartsApi.d.ts +1 -1
- package/dist/esm/apis/PathPartsApi.js +1 -1
- package/dist/esm/apis/PublicApi.d.ts +1 -1
- package/dist/esm/apis/PublicApi.js +1 -1
- package/dist/esm/apis/SectionsApi.d.ts +1 -1
- package/dist/esm/apis/SectionsApi.js +1 -1
- package/dist/esm/apis/SubscriptionsApi.d.ts +1 -1
- package/dist/esm/apis/SubscriptionsApi.js +1 -1
- package/dist/esm/apis/{WorkflowsApi.d.ts → SystemJobsApi.d.ts} +15 -15
- package/dist/esm/apis/{WorkflowsApi.js → SystemJobsApi.js} +7 -7
- package/dist/esm/apis/TagsApi.d.ts +1 -1
- package/dist/esm/apis/TagsApi.js +1 -1
- package/dist/esm/apis/TenantGroupsApi.d.ts +1 -1
- package/dist/esm/apis/TenantGroupsApi.js +1 -1
- package/dist/esm/apis/TenantsApi.d.ts +1 -1
- package/dist/esm/apis/TenantsApi.js +1 -1
- package/dist/esm/apis/ThreadMessagesApi.d.ts +1 -1
- package/dist/esm/apis/ThreadMessagesApi.js +1 -1
- package/dist/esm/apis/ThreadsApi.d.ts +1 -1
- package/dist/esm/apis/ThreadsApi.js +1 -1
- package/dist/esm/apis/TrashApi.d.ts +1 -1
- package/dist/esm/apis/TrashApi.js +1 -1
- package/dist/esm/apis/UserPermissionsApi.d.ts +1 -1
- package/dist/esm/apis/UserPermissionsApi.js +1 -1
- package/dist/esm/apis/UsersApi.d.ts +1 -1
- package/dist/esm/apis/UsersApi.js +1 -1
- package/dist/esm/apis/WorkflowDefinitionsApi.d.ts +1 -1
- package/dist/esm/apis/WorkflowDefinitionsApi.js +1 -1
- package/dist/esm/apis/WorkflowMemoryApi.d.ts +1 -1
- package/dist/esm/apis/WorkflowMemoryApi.js +1 -1
- package/dist/esm/apis/WorkflowRunsApi.d.ts +9 -9
- package/dist/esm/apis/WorkflowRunsApi.js +5 -5
- package/dist/esm/apis/index.d.ts +1 -1
- package/dist/esm/apis/index.js +1 -1
- package/dist/esm/models/AcceptDisclaimerRequest.d.ts +1 -1
- package/dist/esm/models/AcceptDisclaimerRequest.js +1 -1
- package/dist/esm/models/AcceptInviteResponse.d.ts +1 -1
- package/dist/esm/models/AcceptInviteResponse.js +1 -1
- package/dist/esm/models/AccessCheckResponse.d.ts +1 -1
- package/dist/esm/models/AccessCheckResponse.js +1 -1
- package/dist/esm/models/AddMemberRequest.d.ts +1 -1
- package/dist/esm/models/AddMemberRequest.js +1 -1
- package/dist/esm/models/AncestryResponse.d.ts +1 -1
- package/dist/esm/models/AncestryResponse.js +1 -1
- package/dist/esm/models/ApiAuthConfig.d.ts +1 -1
- package/dist/esm/models/ApiAuthConfig.js +1 -1
- package/dist/esm/models/ApiConnectionRequestRequest.d.ts +1 -1
- package/dist/esm/models/ApiConnectionRequestRequest.js +1 -1
- package/dist/esm/models/ApiConnectionRequestResponse.d.ts +1 -1
- package/dist/esm/models/ApiConnectionRequestResponse.js +1 -1
- package/dist/esm/models/ApiConnectionResponse.d.ts +1 -1
- package/dist/esm/models/ApiConnectionResponse.js +1 -1
- package/dist/esm/models/ApiKeyResponse.d.ts +1 -1
- package/dist/esm/models/ApiKeyResponse.js +1 -1
- package/dist/esm/models/AppendEventRequest.d.ts +1 -1
- package/dist/esm/models/AppendEventRequest.js +1 -1
- package/dist/esm/models/AppendMemoryChunkRequest.d.ts +1 -1
- package/dist/esm/models/AppendMemoryChunkRequest.js +1 -1
- package/dist/esm/models/Args.d.ts +1 -1
- package/dist/esm/models/Args.js +1 -1
- package/dist/esm/models/AskRequest.d.ts +1 -1
- package/dist/esm/models/AskRequest.js +1 -1
- package/dist/esm/models/AskResponse.d.ts +1 -1
- package/dist/esm/models/AskResponse.js +1 -1
- package/dist/esm/models/BlockChangeType.d.ts +1 -1
- package/dist/esm/models/BlockChangeType.js +1 -1
- package/dist/esm/models/BlockKind.d.ts +1 -1
- package/dist/esm/models/BlockKind.js +1 -1
- package/dist/esm/models/BrandingLogoType.d.ts +1 -1
- package/dist/esm/models/BrandingLogoType.js +1 -1
- package/dist/esm/models/BulkDownloadRequest.d.ts +1 -1
- package/dist/esm/models/BulkDownloadRequest.js +1 -1
- package/dist/esm/models/BulkModelTablesRequest.d.ts +1 -1
- package/dist/esm/models/BulkModelTablesRequest.js +1 -1
- package/dist/esm/models/BulkModelTablesResponse.d.ts +1 -1
- package/dist/esm/models/BulkModelTablesResponse.js +1 -1
- package/dist/esm/models/BulkTagRequest.d.ts +1 -1
- package/dist/esm/models/BulkTagRequest.js +1 -1
- package/dist/esm/models/CatalogColumnResponse.d.ts +1 -1
- package/dist/esm/models/CatalogColumnResponse.js +1 -1
- package/dist/esm/models/CatalogTableResponse.d.ts +1 -1
- package/dist/esm/models/CatalogTableResponse.js +1 -1
- package/dist/esm/models/CellChange.d.ts +1 -1
- package/dist/esm/models/CellChange.js +1 -1
- package/dist/esm/models/CellChangeType.d.ts +1 -1
- package/dist/esm/models/CellChangeType.js +1 -1
- package/dist/esm/models/CellDiff.d.ts +1 -1
- package/dist/esm/models/CellDiff.js +1 -1
- package/dist/esm/models/ChangeClass.d.ts +1 -1
- package/dist/esm/models/ChangeClass.js +1 -1
- package/dist/esm/models/ChangePhoneNumberRequest.d.ts +1 -1
- package/dist/esm/models/ChangePhoneNumberRequest.js +1 -1
- package/dist/esm/models/ChangeSubscriptionRequest.d.ts +1 -1
- package/dist/esm/models/ChangeSubscriptionRequest.js +1 -1
- package/dist/esm/models/CheckpointDetails.d.ts +1 -1
- package/dist/esm/models/CheckpointDetails.js +1 -1
- package/dist/esm/models/ChunkBulkResponse.d.ts +1 -1
- package/dist/esm/models/ChunkBulkResponse.js +1 -1
- package/dist/esm/models/ChunkContentItem.d.ts +1 -1
- package/dist/esm/models/ChunkContentItem.js +1 -1
- package/dist/esm/models/ChunkDocumentResponse.d.ts +1 -1
- package/dist/esm/models/ChunkDocumentResponse.js +1 -1
- package/dist/esm/models/ChunkDocumentVersionResponse.d.ts +1 -1
- package/dist/esm/models/ChunkDocumentVersionResponse.js +1 -1
- package/dist/esm/models/ChunkLineageResponse.d.ts +1 -1
- package/dist/esm/models/ChunkLineageResponse.js +1 -1
- package/dist/esm/models/ChunkMetadata.d.ts +1 -1
- package/dist/esm/models/ChunkMetadata.js +1 -1
- package/dist/esm/models/ChunkNeighborsResponse.d.ts +1 -1
- package/dist/esm/models/ChunkNeighborsResponse.js +1 -1
- package/dist/esm/models/ChunkResponse.d.ts +1 -1
- package/dist/esm/models/ChunkResponse.js +1 -1
- package/dist/esm/models/ChunkSearchRequest.d.ts +1 -1
- package/dist/esm/models/ChunkSearchRequest.js +1 -1
- package/dist/esm/models/ChunkType.d.ts +1 -1
- package/dist/esm/models/ChunkType.js +1 -1
- package/dist/esm/models/Citation.d.ts +1 -1
- package/dist/esm/models/Citation.js +1 -1
- package/dist/esm/models/CitedChunk.d.ts +1 -1
- package/dist/esm/models/CitedChunk.js +1 -1
- package/dist/esm/models/ClearVersionContentsResponse.d.ts +1 -1
- package/dist/esm/models/ClearVersionContentsResponse.js +1 -1
- package/dist/esm/models/CloneWorkflowRunRequest.d.ts +1 -1
- package/dist/esm/models/CloneWorkflowRunRequest.js +1 -1
- package/dist/esm/models/ColumnConfig.d.ts +1 -1
- package/dist/esm/models/ColumnConfig.js +1 -1
- package/dist/esm/models/ColumnReference.d.ts +1 -1
- package/dist/esm/models/ColumnReference.js +1 -1
- package/dist/esm/models/CommonFileExclusionReason.d.ts +1 -1
- package/dist/esm/models/CommonFileExclusionReason.js +1 -1
- package/dist/esm/models/ConnectionConfig.d.ts +1 -1
- package/dist/esm/models/ConnectionConfig.js +1 -1
- package/dist/esm/models/ContentsSortOrder.d.ts +1 -1
- package/dist/esm/models/ContentsSortOrder.js +1 -1
- package/dist/esm/models/CreateApiConnectionRequest.d.ts +1 -1
- package/dist/esm/models/CreateApiConnectionRequest.js +1 -1
- package/dist/esm/models/CreateApiKeyRequest.d.ts +1 -1
- package/dist/esm/models/CreateApiKeyRequest.js +1 -1
- package/dist/esm/models/CreateApiKeyResponse.d.ts +2 -2
- package/dist/esm/models/CreateApiKeyResponse.js +1 -1
- package/dist/esm/models/CreateChunkLineageRequest.d.ts +1 -1
- package/dist/esm/models/CreateChunkLineageRequest.js +1 -1
- package/dist/esm/models/CreateChunkRequest.d.ts +1 -1
- package/dist/esm/models/CreateChunkRequest.js +1 -1
- package/dist/esm/models/CreateDataSourceRequest.d.ts +1 -1
- package/dist/esm/models/CreateDataSourceRequest.js +1 -1
- package/dist/esm/models/CreateDocumentRequest.d.ts +1 -1
- package/dist/esm/models/CreateDocumentRequest.js +1 -1
- package/dist/esm/models/CreateFolderRequest.d.ts +1 -1
- package/dist/esm/models/CreateFolderRequest.js +1 -1
- package/dist/esm/models/CreateGroupPermissionRequest.d.ts +1 -1
- package/dist/esm/models/CreateGroupPermissionRequest.js +1 -1
- package/dist/esm/models/CreateGroupRequest.d.ts +1 -1
- package/dist/esm/models/CreateGroupRequest.js +1 -1
- package/dist/esm/models/CreatePasswordUserRequest.d.ts +1 -1
- package/dist/esm/models/CreatePasswordUserRequest.js +1 -1
- package/dist/esm/models/CreatePermissionRequest.d.ts +1 -1
- package/dist/esm/models/CreatePermissionRequest.js +1 -1
- package/dist/esm/models/CreatePhonePasswordUserRequest.d.ts +1 -1
- package/dist/esm/models/CreatePhonePasswordUserRequest.js +1 -1
- package/dist/esm/models/CreateSectionRequest.d.ts +1 -1
- package/dist/esm/models/CreateSectionRequest.js +1 -1
- package/dist/esm/models/CreateTagRequest.d.ts +1 -1
- package/dist/esm/models/CreateTagRequest.js +1 -1
- package/dist/esm/models/CreateThreadMessageRequest.d.ts +1 -1
- package/dist/esm/models/CreateThreadMessageRequest.js +1 -1
- package/dist/esm/models/CreateThreadRequest.d.ts +1 -1
- package/dist/esm/models/CreateThreadRequest.js +1 -1
- package/dist/esm/models/CreateWorkflowDefinitionRequest.d.ts +1 -1
- package/dist/esm/models/CreateWorkflowDefinitionRequest.js +1 -1
- package/dist/esm/models/DataSourceCatalogResponse.d.ts +1 -1
- package/dist/esm/models/DataSourceCatalogResponse.js +1 -1
- package/dist/esm/models/DataSourceDescribeResponse.d.ts +70 -0
- package/dist/esm/models/DataSourceDescribeResponse.js +56 -0
- package/dist/esm/models/DataSourceDetailResponse.d.ts +1 -10
- package/dist/esm/models/DataSourceDetailResponse.js +1 -3
- package/dist/esm/models/DataSourceEngine.d.ts +1 -1
- package/dist/esm/models/DataSourceEngine.js +1 -1
- package/dist/esm/models/DataSourceQueryRequest.d.ts +1 -1
- package/dist/esm/models/DataSourceQueryRequest.js +1 -1
- package/dist/esm/models/DataSourceQueryResponse.d.ts +1 -1
- package/dist/esm/models/DataSourceQueryResponse.js +1 -1
- package/dist/esm/models/DataSourceResponse.d.ts +1 -1
- package/dist/esm/models/DataSourceResponse.js +1 -1
- package/dist/esm/models/DataSourceSchemaListItem.d.ts +1 -1
- package/dist/esm/models/DataSourceSchemaListItem.js +1 -1
- package/dist/esm/models/DataSourceSchemaListResponse.d.ts +1 -1
- package/dist/esm/models/DataSourceSchemaListResponse.js +1 -1
- package/dist/esm/models/DataSourceSchemaResponse.d.ts +1 -7
- package/dist/esm/models/DataSourceSchemaResponse.js +1 -5
- package/dist/esm/models/DataSourceSyncResponse.d.ts +65 -0
- package/dist/esm/models/DataSourceSyncResponse.js +56 -0
- package/dist/esm/models/DataSourceTableResponse.d.ts +1 -7
- package/dist/esm/models/DataSourceTableResponse.js +1 -5
- package/dist/esm/models/DiffFormat.d.ts +1 -1
- package/dist/esm/models/DiffFormat.js +1 -1
- package/dist/esm/models/DiffRow.d.ts +1 -1
- package/dist/esm/models/DiffRow.js +1 -1
- package/dist/esm/models/DiffRowType.d.ts +1 -1
- package/dist/esm/models/DiffRowType.js +1 -1
- package/dist/esm/models/DiffSpan.d.ts +1 -1
- package/dist/esm/models/DiffSpan.js +1 -1
- package/dist/esm/models/DirectorySyncResponse.d.ts +1 -1
- package/dist/esm/models/DirectorySyncResponse.js +1 -1
- package/dist/esm/models/DisplayNameFormat.d.ts +1 -1
- package/dist/esm/models/DisplayNameFormat.js +1 -1
- package/dist/esm/models/DissolveSectionResponse.d.ts +1 -1
- package/dist/esm/models/DissolveSectionResponse.js +1 -1
- package/dist/esm/models/DocEditPart.d.ts +1 -1
- package/dist/esm/models/DocEditPart.js +1 -1
- package/dist/esm/models/DocumentBlockChange.d.ts +1 -1
- package/dist/esm/models/DocumentBlockChange.js +1 -1
- package/dist/esm/models/DocumentCheckoutResponse.d.ts +1 -1
- package/dist/esm/models/DocumentCheckoutResponse.js +1 -1
- package/dist/esm/models/DocumentDiff.d.ts +1 -1
- package/dist/esm/models/DocumentDiff.js +1 -1
- package/dist/esm/models/DocumentDownloadResponse.d.ts +1 -1
- package/dist/esm/models/DocumentDownloadResponse.js +1 -1
- package/dist/esm/models/DocumentOrigin.d.ts +1 -1
- package/dist/esm/models/DocumentOrigin.js +1 -1
- package/dist/esm/models/DocumentResponse.d.ts +1 -1
- package/dist/esm/models/DocumentResponse.js +1 -1
- package/dist/esm/models/DocumentType.d.ts +1 -1
- package/dist/esm/models/DocumentType.js +1 -1
- package/dist/esm/models/DocumentVersionAction.d.ts +1 -1
- package/dist/esm/models/DocumentVersionAction.js +1 -1
- package/dist/esm/models/DocumentVersionActionResponse.d.ts +1 -1
- package/dist/esm/models/DocumentVersionActionResponse.js +1 -1
- package/dist/esm/models/DocumentVersionContentTypeFilter.d.ts +1 -1
- package/dist/esm/models/DocumentVersionContentTypeFilter.js +1 -1
- package/dist/esm/models/DocumentVersionMetadata.d.ts +1 -1
- package/dist/esm/models/DocumentVersionMetadata.js +1 -1
- package/dist/esm/models/DocumentVersionMetadataUpdate.d.ts +1 -1
- package/dist/esm/models/DocumentVersionMetadataUpdate.js +1 -1
- package/dist/esm/models/DocumentVersionOrder.d.ts +1 -1
- package/dist/esm/models/DocumentVersionOrder.js +1 -1
- package/dist/esm/models/DocumentVersionResponse.d.ts +1 -1
- package/dist/esm/models/DocumentVersionResponse.js +1 -1
- package/dist/esm/models/DocxParagraphAnchorInput.d.ts +1 -1
- package/dist/esm/models/DocxParagraphAnchorInput.js +1 -1
- package/dist/esm/models/DocxParagraphAnchorOutput.d.ts +1 -1
- package/dist/esm/models/DocxParagraphAnchorOutput.js +1 -1
- package/dist/esm/models/DownloadArtifact.d.ts +1 -1
- package/dist/esm/models/DownloadArtifact.js +1 -1
- package/dist/esm/models/EditMemoryChunkRequest.d.ts +1 -1
- package/dist/esm/models/EditMemoryChunkRequest.js +1 -1
- package/dist/esm/models/EmailSentResponse.d.ts +1 -1
- package/dist/esm/models/EmailSentResponse.js +1 -1
- package/dist/esm/models/EmailVerificationRequest.d.ts +1 -1
- package/dist/esm/models/EmailVerificationRequest.js +1 -1
- package/dist/esm/models/EnrichedCitation.d.ts +1 -1
- package/dist/esm/models/EnrichedCitation.js +1 -1
- package/dist/esm/models/EnrichedThreadMessageContent.d.ts +1 -1
- package/dist/esm/models/EnrichedThreadMessageContent.js +1 -1
- package/dist/esm/models/ErrorResponse.d.ts +25 -4
- package/dist/esm/models/ErrorResponse.js +21 -1
- package/dist/esm/models/EventResponse.d.ts +1 -1
- package/dist/esm/models/EventResponse.js +1 -1
- package/dist/esm/models/ExcludedCommonFile.d.ts +1 -1
- package/dist/esm/models/ExcludedCommonFile.js +1 -1
- package/dist/esm/models/ExtractRequest.d.ts +1 -1
- package/dist/esm/models/ExtractRequest.js +1 -1
- package/dist/esm/models/ExtractResponse.d.ts +1 -1
- package/dist/esm/models/ExtractResponse.js +1 -1
- package/dist/esm/models/FeaturesResponse.d.ts +1 -1
- package/dist/esm/models/FeaturesResponse.js +1 -1
- package/dist/esm/models/FeedbackEventResponse.d.ts +1 -1
- package/dist/esm/models/FeedbackEventResponse.js +1 -1
- package/dist/esm/models/FeedbackOrder.d.ts +1 -1
- package/dist/esm/models/FeedbackOrder.js +1 -1
- package/dist/esm/models/FeedbackRating.d.ts +1 -1
- package/dist/esm/models/FeedbackRating.js +1 -1
- package/dist/esm/models/FeedbackReason.d.ts +1 -1
- package/dist/esm/models/FeedbackReason.js +1 -1
- package/dist/esm/models/FeedbackTargetType.d.ts +1 -1
- package/dist/esm/models/FeedbackTargetType.js +1 -1
- package/dist/esm/models/FolderAction.d.ts +1 -1
- package/dist/esm/models/FolderAction.js +1 -1
- package/dist/esm/models/FolderActionResponse.d.ts +1 -1
- package/dist/esm/models/FolderActionResponse.js +1 -1
- package/dist/esm/models/FolderResponse.d.ts +1 -1
- package/dist/esm/models/FolderResponse.js +1 -1
- package/dist/esm/models/FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponseOrDataSourceResponseOrDataSourceSchemaResponseOrDataSourceTableResponseOrApiConnectionResponse.d.ts +1 -1
- package/dist/esm/models/FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponseOrDataSourceResponseOrDataSourceSchemaResponseOrDataSourceTableResponseOrApiConnectionResponse.js +1 -1
- package/dist/esm/models/GroupMemberOrder.d.ts +1 -1
- package/dist/esm/models/GroupMemberOrder.js +1 -1
- package/dist/esm/models/GroupPermissionOrder.d.ts +1 -1
- package/dist/esm/models/GroupPermissionOrder.js +1 -1
- package/dist/esm/models/GroupPermissionResponse.d.ts +1 -1
- package/dist/esm/models/GroupPermissionResponse.js +1 -1
- package/dist/esm/models/GroupResponse.d.ts +1 -1
- package/dist/esm/models/GroupResponse.js +1 -1
- package/dist/esm/models/HTTPValidationError.d.ts +1 -1
- package/dist/esm/models/HTTPValidationError.js +1 -1
- package/dist/esm/models/HealthCheckResponse.d.ts +1 -1
- package/dist/esm/models/HealthCheckResponse.js +1 -1
- package/dist/esm/models/HybridSearchProfile.d.ts +1 -1
- package/dist/esm/models/HybridSearchProfile.js +1 -1
- package/dist/esm/models/IdpConfig.d.ts +1 -1
- package/dist/esm/models/IdpConfig.js +1 -1
- package/dist/esm/models/IdpType.d.ts +1 -1
- package/dist/esm/models/IdpType.js +1 -1
- package/dist/esm/models/ImageTaxonomy.d.ts +1 -1
- package/dist/esm/models/ImageTaxonomy.js +1 -1
- package/dist/esm/models/InformationStatistics.d.ts +1 -1
- package/dist/esm/models/InformationStatistics.js +1 -1
- package/dist/esm/models/IngestDocumentResponse.d.ts +1 -1
- package/dist/esm/models/IngestDocumentResponse.js +1 -1
- package/dist/esm/models/IngestionMode.d.ts +1 -1
- package/dist/esm/models/IngestionMode.js +1 -1
- package/dist/esm/models/Input.d.ts +1 -1
- package/dist/esm/models/Input.js +1 -1
- package/dist/esm/models/InputOrigin.d.ts +1 -1
- package/dist/esm/models/InputOrigin.js +1 -1
- package/dist/esm/models/InputSnapshot.d.ts +1 -1
- package/dist/esm/models/InputSnapshot.js +1 -1
- package/dist/esm/models/InstantiateWorkflowTemplateRequest.d.ts +1 -1
- package/dist/esm/models/InstantiateWorkflowTemplateRequest.js +1 -1
- package/dist/esm/models/InstructionSnapshot.d.ts +1 -1
- package/dist/esm/models/InstructionSnapshot.js +1 -1
- package/dist/esm/models/InviteLinkSettingsRequest.d.ts +1 -1
- package/dist/esm/models/InviteLinkSettingsRequest.js +1 -1
- package/dist/esm/models/InviteLinkSettingsResponse.d.ts +1 -1
- package/dist/esm/models/InviteLinkSettingsResponse.js +1 -1
- package/dist/esm/models/InviteOrder.d.ts +1 -1
- package/dist/esm/models/InviteOrder.js +1 -1
- package/dist/esm/models/InviteResponse.d.ts +1 -1
- package/dist/esm/models/InviteResponse.js +1 -1
- package/dist/esm/models/InviteStatus.d.ts +1 -1
- package/dist/esm/models/InviteStatus.js +1 -1
- package/dist/esm/models/InviteUserRequest.d.ts +1 -1
- package/dist/esm/models/InviteUserRequest.js +1 -1
- package/dist/esm/models/ItemPermissions.d.ts +1 -1
- package/dist/esm/models/ItemPermissions.js +1 -1
- package/dist/esm/models/LineageEdgeResponse.d.ts +1 -1
- package/dist/esm/models/LineageEdgeResponse.js +1 -1
- package/dist/esm/models/LineageGraphResponse.d.ts +1 -1
- package/dist/esm/models/LineageGraphResponse.js +1 -1
- package/dist/esm/models/LineageNodeResponse.d.ts +1 -1
- package/dist/esm/models/LineageNodeResponse.js +1 -1
- package/dist/esm/models/LocationInner.d.ts +1 -1
- package/dist/esm/models/LocationInner.js +1 -1
- package/dist/esm/models/MembershipResponse.d.ts +1 -1
- package/dist/esm/models/MembershipResponse.js +1 -1
- package/dist/esm/models/MemoryBodyResponse.d.ts +1 -1
- package/dist/esm/models/MemoryBodyResponse.js +1 -1
- package/dist/esm/models/MemoryChunkResponse.d.ts +1 -1
- package/dist/esm/models/MemoryChunkResponse.js +1 -1
- package/dist/esm/models/MemoryKind.d.ts +1 -1
- package/dist/esm/models/MemoryKind.js +1 -1
- package/dist/esm/models/MemoryScope.d.ts +1 -1
- package/dist/esm/models/MemoryScope.js +1 -1
- package/dist/esm/models/MessageRole.d.ts +1 -1
- package/dist/esm/models/MessageRole.js +1 -1
- package/dist/esm/models/MessageUsage.d.ts +1 -1
- package/dist/esm/models/MessageUsage.js +1 -1
- package/dist/esm/models/MeteredQuotaStatus.d.ts +1 -1
- package/dist/esm/models/MeteredQuotaStatus.js +1 -1
- package/dist/esm/models/ModelTableRequest.d.ts +1 -7
- package/dist/esm/models/ModelTableRequest.js +1 -3
- package/dist/esm/models/ModelTableResult.d.ts +1 -1
- package/dist/esm/models/ModelTableResult.js +1 -1
- package/dist/esm/models/NetworkClass.d.ts +1 -1
- package/dist/esm/models/NetworkClass.js +1 -1
- package/dist/esm/models/NonFilesystemReferenceType.d.ts +1 -1
- package/dist/esm/models/NonFilesystemReferenceType.js +1 -1
- package/dist/esm/models/OnboardingCompanyRequest.d.ts +1 -1
- package/dist/esm/models/OnboardingCompanyRequest.js +1 -1
- package/dist/esm/models/OnboardingProfileRequest.d.ts +1 -1
- package/dist/esm/models/OnboardingProfileRequest.js +1 -1
- package/dist/esm/models/PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDataSourceResponseDataSourceSchemaResponseDataSourceTableResponseApiConnectionResponseDiscriminator.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDataSourceResponseDataSourceSchemaResponseDataSourceTableResponseApiConnectionResponseDiscriminator.js +1 -1
- package/dist/esm/models/PaginatedResponseAnnotatedUnionSectionContentItemChunkContentItemDiscriminator.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseAnnotatedUnionSectionContentItemChunkContentItemDiscriminator.js +1 -1
- package/dist/esm/models/PaginatedResponseDocumentResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseDocumentResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseDocumentVersionResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseDocumentVersionResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseEventResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseEventResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseFeedbackEventResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseFeedbackEventResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseFolderResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseFolderResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseGroupPermissionResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseGroupPermissionResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseGroupResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseGroupResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseInviteResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseInviteResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseMembershipResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseMembershipResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseMemoryChunkResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseMemoryChunkResponse.js +1 -1
- package/dist/esm/models/PaginatedResponsePathPartResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponsePathPartResponse.js +1 -1
- package/dist/esm/models/PaginatedResponsePendingMemoryChunkResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponsePendingMemoryChunkResponse.js +1 -1
- package/dist/esm/models/PaginatedResponsePermissionResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponsePermissionResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseTagResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseTagResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseTenantResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseTenantResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseTenantUserResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseTenantUserResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseThreadMessageResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseThreadMessageResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseThreadResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseThreadResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseTrashItemResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseTrashItemResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseWorkflowDefinitionResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseWorkflowDefinitionResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseWorkflowRunResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseWorkflowRunResponse.js +1 -1
- package/dist/esm/models/PaginatedResponseWorkflowSummaryResponse.d.ts +1 -1
- package/dist/esm/models/PaginatedResponseWorkflowSummaryResponse.js +1 -1
- package/dist/esm/models/PartType.d.ts +1 -1
- package/dist/esm/models/PartType.js +1 -1
- package/dist/esm/models/PasswordResetRequest.d.ts +1 -1
- package/dist/esm/models/PasswordResetRequest.js +1 -1
- package/dist/esm/models/PasswordResetTokenResponse.d.ts +1 -1
- package/dist/esm/models/PasswordResetTokenResponse.js +1 -1
- package/dist/esm/models/PasswordResetWithTokenRequest.d.ts +1 -1
- package/dist/esm/models/PasswordResetWithTokenRequest.js +1 -1
- package/dist/esm/models/PathOrder.d.ts +1 -1
- package/dist/esm/models/PathOrder.js +1 -1
- package/dist/esm/models/PathPartAncestorItem.d.ts +1 -1
- package/dist/esm/models/PathPartAncestorItem.js +1 -1
- package/dist/esm/models/PathPartApprovalDecision.d.ts +1 -1
- package/dist/esm/models/PathPartApprovalDecision.js +1 -1
- package/dist/esm/models/PathPartApprovalResponse.d.ts +1 -1
- package/dist/esm/models/PathPartApprovalResponse.js +1 -1
- package/dist/esm/models/PathPartApprovalState.d.ts +1 -1
- package/dist/esm/models/PathPartApprovalState.js +1 -1
- package/dist/esm/models/PathPartResponse.d.ts +1 -1
- package/dist/esm/models/PathPartResponse.js +1 -1
- package/dist/esm/models/PathPartTagsResponse.d.ts +1 -1
- package/dist/esm/models/PathPartTagsResponse.js +1 -1
- package/dist/esm/models/PendingMemoryChunkResponse.d.ts +1 -1
- package/dist/esm/models/PendingMemoryChunkResponse.js +1 -1
- package/dist/esm/models/PermissionCapability.d.ts +1 -1
- package/dist/esm/models/PermissionCapability.js +1 -1
- package/dist/esm/models/PermissionResponse.d.ts +1 -1
- package/dist/esm/models/PermissionResponse.js +1 -1
- package/dist/esm/models/PhoneValidationResponse.d.ts +1 -1
- package/dist/esm/models/PhoneValidationResponse.js +1 -1
- package/dist/esm/models/PhoneVerificationRequest.d.ts +1 -1
- package/dist/esm/models/PhoneVerificationRequest.js +1 -1
- package/dist/esm/models/PipelineState.d.ts +1 -1
- package/dist/esm/models/PipelineState.js +1 -1
- package/dist/esm/models/PipelineStatus.d.ts +1 -1
- package/dist/esm/models/PipelineStatus.js +1 -1
- package/dist/esm/models/PixelRegion.d.ts +1 -1
- package/dist/esm/models/PixelRegion.js +1 -1
- package/dist/esm/models/Polygon.d.ts +1 -1
- package/dist/esm/models/Polygon.js +1 -1
- package/dist/esm/models/PolygonReference.d.ts +1 -1
- package/dist/esm/models/PolygonReference.js +1 -1
- package/dist/esm/models/ProposeMemoryChunkRequest.d.ts +1 -1
- package/dist/esm/models/ProposeMemoryChunkRequest.js +1 -1
- package/dist/esm/models/ProposedMemoryChunkResponse.d.ts +1 -1
- package/dist/esm/models/ProposedMemoryChunkResponse.js +1 -1
- package/dist/esm/models/ReasoningPart.d.ts +1 -1
- package/dist/esm/models/ReasoningPart.js +1 -1
- package/dist/esm/models/ReferenceType.d.ts +1 -1
- package/dist/esm/models/ReferenceType.js +1 -1
- package/dist/esm/models/RequestPhoneChangeRequest.d.ts +1 -1
- package/dist/esm/models/RequestPhoneChangeRequest.js +1 -1
- package/dist/esm/models/ResolvedReferenceInput.d.ts +1 -1
- package/dist/esm/models/ResolvedReferenceInput.js +1 -1
- package/dist/esm/models/ResolvedReferenceOutput.d.ts +1 -1
- package/dist/esm/models/ResolvedReferenceOutput.js +1 -1
- package/dist/esm/models/ResponseSendPwResetEmail.d.ts +1 -1
- package/dist/esm/models/ResponseSendPwResetEmail.js +1 -1
- package/dist/esm/models/RevisionEdit.d.ts +1 -1
- package/dist/esm/models/RevisionEdit.js +1 -1
- package/dist/esm/models/RootResponse.d.ts +1 -1
- package/dist/esm/models/RootResponse.js +1 -1
- package/dist/esm/models/RunFolder.d.ts +66 -0
- package/dist/esm/models/RunFolder.js +55 -0
- package/dist/esm/models/RunFolderRef.d.ts +63 -0
- package/dist/esm/models/RunFolderRef.js +52 -0
- package/dist/esm/models/SSOInitiateResponse.d.ts +1 -1
- package/dist/esm/models/SSOInitiateResponse.js +1 -1
- package/dist/esm/models/ScoredChunkResponse.d.ts +1 -1
- package/dist/esm/models/ScoredChunkResponse.js +1 -1
- package/dist/esm/models/SearchSortOrder.d.ts +1 -1
- package/dist/esm/models/SearchSortOrder.js +1 -1
- package/dist/esm/models/SearchTablesRequest.d.ts +65 -0
- package/dist/esm/models/SearchTablesRequest.js +60 -0
- package/dist/esm/models/SearchTablesResponse.d.ts +48 -0
- package/dist/esm/models/SearchTablesResponse.js +45 -0
- package/dist/esm/models/SearchType.d.ts +1 -1
- package/dist/esm/models/SearchType.js +1 -1
- package/dist/esm/models/SearchablePartType.d.ts +1 -1
- package/dist/esm/models/SearchablePartType.js +1 -1
- package/dist/esm/models/SeatQuotaStatus.d.ts +1 -1
- package/dist/esm/models/SeatQuotaStatus.js +1 -1
- package/dist/esm/models/SectionContentItem.d.ts +1 -1
- package/dist/esm/models/SectionContentItem.js +1 -1
- package/dist/esm/models/SectionContentItemOrChunkContentItem.d.ts +1 -1
- package/dist/esm/models/SectionContentItemOrChunkContentItem.js +1 -1
- package/dist/esm/models/SectionResponse.d.ts +1 -1
- package/dist/esm/models/SectionResponse.js +1 -1
- package/dist/esm/models/SectionSystemMetadata.d.ts +1 -1
- package/dist/esm/models/SectionSystemMetadata.js +1 -1
- package/dist/esm/models/SendPasswordResetRequest.d.ts +1 -1
- package/dist/esm/models/SendPasswordResetRequest.js +1 -1
- package/dist/esm/models/SetApprovalStateRequest.d.ts +1 -1
- package/dist/esm/models/SetApprovalStateRequest.js +1 -1
- package/dist/esm/models/SetWorkflowRunApprovalRequest.d.ts +1 -1
- package/dist/esm/models/SetWorkflowRunApprovalRequest.js +1 -1
- package/dist/esm/models/SheetVisibilityChange.d.ts +1 -1
- package/dist/esm/models/SheetVisibilityChange.js +1 -1
- package/dist/esm/models/SignInRequest.d.ts +1 -1
- package/dist/esm/models/SignInRequest.js +1 -1
- package/dist/esm/models/SortDirection.d.ts +1 -1
- package/dist/esm/models/SortDirection.js +1 -1
- package/dist/esm/models/StartWorkflowRunRequest.d.ts +1 -1
- package/dist/esm/models/StartWorkflowRunRequest.js +1 -1
- package/dist/esm/models/Step.d.ts +1 -1
- package/dist/esm/models/Step.js +1 -1
- package/dist/esm/models/StepKind.d.ts +1 -1
- package/dist/esm/models/StepKind.js +1 -1
- package/dist/esm/models/StructuredChange.d.ts +1 -1
- package/dist/esm/models/StructuredChange.js +1 -1
- package/dist/esm/models/StructuredChangeType.d.ts +1 -1
- package/dist/esm/models/StructuredChangeType.js +1 -1
- package/dist/esm/models/StructuredDiff.d.ts +1 -1
- package/dist/esm/models/StructuredDiff.js +1 -1
- package/dist/esm/models/SubmitFeedbackRequest.d.ts +1 -1
- package/dist/esm/models/SubmitFeedbackRequest.js +1 -1
- package/dist/esm/models/SubmitSubscriptionResponse.d.ts +1 -1
- package/dist/esm/models/SubmitSubscriptionResponse.js +1 -1
- package/dist/esm/models/SubscriptionPlanResponse.d.ts +1 -1
- package/dist/esm/models/SubscriptionPlanResponse.js +1 -1
- package/dist/esm/models/SubtreeChunkGroup.d.ts +1 -1
- package/dist/esm/models/SubtreeChunkGroup.js +1 -1
- package/dist/esm/models/SubtreeChunksResponse.d.ts +1 -1
- package/dist/esm/models/SubtreeChunksResponse.js +1 -1
- package/dist/esm/models/SupportedIdP.d.ts +1 -1
- package/dist/esm/models/SupportedIdP.js +1 -1
- package/dist/esm/models/SupportedLanguage.d.ts +1 -1
- package/dist/esm/models/SupportedLanguage.js +1 -1
- package/dist/esm/models/TableCellChange.d.ts +1 -1
- package/dist/esm/models/TableCellChange.js +1 -1
- package/dist/esm/models/TableSearchResult.d.ts +83 -0
- package/dist/esm/models/TableSearchResult.js +68 -0
- package/dist/esm/models/TagOrder.d.ts +1 -1
- package/dist/esm/models/TagOrder.js +1 -1
- package/dist/esm/models/TagResponse.d.ts +1 -1
- package/dist/esm/models/TagResponse.js +1 -1
- package/dist/esm/models/TemporalWorkflowStatusResponse.d.ts +1 -1
- package/dist/esm/models/TemporalWorkflowStatusResponse.js +1 -1
- package/dist/esm/models/TenantBrandingResponse.d.ts +1 -1
- package/dist/esm/models/TenantBrandingResponse.js +1 -1
- package/dist/esm/models/TenantGroupOrder.d.ts +1 -1
- package/dist/esm/models/TenantGroupOrder.js +1 -1
- package/dist/esm/models/TenantQuotaStateResponse.d.ts +1 -1
- package/dist/esm/models/TenantQuotaStateResponse.js +1 -1
- package/dist/esm/models/TenantResponse.d.ts +1 -1
- package/dist/esm/models/TenantResponse.js +1 -1
- package/dist/esm/models/TenantSettingsResponse.d.ts +1 -1
- package/dist/esm/models/TenantSettingsResponse.js +1 -1
- package/dist/esm/models/TenantSettingsUpdate.d.ts +1 -1
- package/dist/esm/models/TenantSettingsUpdate.js +1 -1
- package/dist/esm/models/TenantUserEditRequest.d.ts +1 -1
- package/dist/esm/models/TenantUserEditRequest.js +1 -1
- package/dist/esm/models/TenantUserOrder.d.ts +1 -1
- package/dist/esm/models/TenantUserOrder.js +1 -1
- package/dist/esm/models/TenantUserResponse.d.ts +1 -1
- package/dist/esm/models/TenantUserResponse.js +1 -1
- package/dist/esm/models/TenantUserRole.d.ts +1 -1
- package/dist/esm/models/TenantUserRole.js +1 -1
- package/dist/esm/models/TestConnectionRequest.d.ts +76 -0
- package/dist/esm/models/TestConnectionRequest.js +50 -0
- package/dist/esm/models/TestConnectionResponse.d.ts +56 -0
- package/dist/esm/models/TestConnectionResponse.js +46 -0
- package/dist/esm/models/TextDiff.d.ts +1 -1
- package/dist/esm/models/TextDiff.js +1 -1
- package/dist/esm/models/TextPart.d.ts +1 -1
- package/dist/esm/models/TextPart.js +1 -1
- package/dist/esm/models/TextPartOrReasoningPartOrToolPartOrDocEditPart.d.ts +1 -1
- package/dist/esm/models/TextPartOrReasoningPartOrToolPartOrDocEditPart.js +1 -1
- package/dist/esm/models/ThreadMessageContent.d.ts +1 -1
- package/dist/esm/models/ThreadMessageContent.js +1 -1
- package/dist/esm/models/ThreadMessageDetails.d.ts +1 -1
- package/dist/esm/models/ThreadMessageDetails.js +1 -1
- package/dist/esm/models/ThreadMessageResponse.d.ts +1 -1
- package/dist/esm/models/ThreadMessageResponse.js +1 -1
- package/dist/esm/models/ThreadOrder.d.ts +1 -1
- package/dist/esm/models/ThreadOrder.js +1 -1
- package/dist/esm/models/ThreadResponse.d.ts +1 -1
- package/dist/esm/models/ThreadResponse.js +1 -1
- package/dist/esm/models/ToolDisplayType.d.ts +41 -0
- package/dist/esm/models/ToolDisplayType.js +59 -0
- package/dist/esm/models/ToolPart.d.ts +8 -1
- package/dist/esm/models/ToolPart.js +4 -1
- package/dist/esm/models/ToolStatus.d.ts +1 -1
- package/dist/esm/models/ToolStatus.js +1 -1
- package/dist/esm/models/TransferOwnerRequest.d.ts +1 -1
- package/dist/esm/models/TransferOwnerRequest.js +1 -1
- package/dist/esm/models/TransferOwnerResponse.d.ts +1 -1
- package/dist/esm/models/TransferOwnerResponse.js +1 -1
- package/dist/esm/models/TrashItemResponse.d.ts +1 -1
- package/dist/esm/models/TrashItemResponse.js +1 -1
- package/dist/esm/models/UpdateApiConnectionRequest.d.ts +1 -1
- package/dist/esm/models/UpdateApiConnectionRequest.js +1 -1
- package/dist/esm/models/UpdateChunkContentRequest.d.ts +1 -1
- package/dist/esm/models/UpdateChunkContentRequest.js +1 -1
- package/dist/esm/models/UpdateChunkMetadataRequest.d.ts +1 -1
- package/dist/esm/models/UpdateChunkMetadataRequest.js +1 -1
- package/dist/esm/models/UpdateDataSourceRequest.d.ts +16 -6
- package/dist/esm/models/UpdateDataSourceRequest.js +4 -1
- package/dist/esm/models/UpdateDocumentRequest.d.ts +1 -1
- package/dist/esm/models/UpdateDocumentRequest.js +1 -1
- package/dist/esm/models/UpdateFolderRequest.d.ts +1 -1
- package/dist/esm/models/UpdateFolderRequest.js +1 -1
- package/dist/esm/models/UpdateGroupPermissionRequest.d.ts +1 -1
- package/dist/esm/models/UpdateGroupPermissionRequest.js +1 -1
- package/dist/esm/models/UpdateGroupRequest.d.ts +1 -1
- package/dist/esm/models/UpdateGroupRequest.js +1 -1
- package/dist/esm/models/UpdateInviteRequest.d.ts +1 -1
- package/dist/esm/models/UpdateInviteRequest.js +1 -1
- package/dist/esm/models/UpdatePermissionRequest.d.ts +1 -1
- package/dist/esm/models/UpdatePermissionRequest.js +1 -1
- package/dist/esm/models/UpdateSectionRequest.d.ts +1 -1
- package/dist/esm/models/UpdateSectionRequest.js +1 -1
- package/dist/esm/models/UpdateTableRequest.d.ts +1 -7
- package/dist/esm/models/UpdateTableRequest.js +1 -3
- package/dist/esm/models/UpdateTagRequest.d.ts +1 -1
- package/dist/esm/models/UpdateTagRequest.js +1 -1
- package/dist/esm/models/UpdateTenantRequest.d.ts +1 -1
- package/dist/esm/models/UpdateTenantRequest.js +1 -1
- package/dist/esm/models/UpdateThreadRequest.d.ts +1 -1
- package/dist/esm/models/UpdateThreadRequest.js +1 -1
- package/dist/esm/models/UpdateUserRequest.d.ts +1 -1
- package/dist/esm/models/UpdateUserRequest.js +1 -1
- package/dist/esm/models/UpdateWorkflowDefinitionRequest.d.ts +1 -1
- package/dist/esm/models/UpdateWorkflowDefinitionRequest.js +1 -1
- package/dist/esm/models/UpdateWorkflowRunRequest.d.ts +1 -1
- package/dist/esm/models/UpdateWorkflowRunRequest.js +1 -1
- package/dist/esm/models/UsageMetric.d.ts +1 -1
- package/dist/esm/models/UsageMetric.js +1 -1
- package/dist/esm/models/UserInfo.d.ts +1 -1
- package/dist/esm/models/UserInfo.js +1 -1
- package/dist/esm/models/UserMessageRequest.d.ts +1 -1
- package/dist/esm/models/UserMessageRequest.js +1 -1
- package/dist/esm/models/UserMessageResponse.d.ts +7 -1
- package/dist/esm/models/UserMessageResponse.js +5 -1
- package/dist/esm/models/UserPermissionOrder.d.ts +1 -1
- package/dist/esm/models/UserPermissionOrder.js +1 -1
- package/dist/esm/models/UserResponse.d.ts +1 -1
- package/dist/esm/models/UserResponse.js +1 -1
- package/dist/esm/models/ValidateResetCodeRequest.d.ts +1 -1
- package/dist/esm/models/ValidateResetCodeRequest.js +1 -1
- package/dist/esm/models/ValidationError.d.ts +1 -1
- package/dist/esm/models/ValidationError.js +1 -1
- package/dist/esm/models/VersionChunkIdsResponse.d.ts +1 -1
- package/dist/esm/models/VersionChunkIdsResponse.js +1 -1
- package/dist/esm/models/VersionDiffResponse.d.ts +1 -1
- package/dist/esm/models/VersionDiffResponse.js +1 -1
- package/dist/esm/models/WorkflowActionResponse.d.ts +1 -1
- package/dist/esm/models/WorkflowActionResponse.js +1 -1
- package/dist/esm/models/WorkflowAdoptionStats.d.ts +1 -1
- package/dist/esm/models/WorkflowAdoptionStats.js +1 -1
- package/dist/esm/models/WorkflowCallbackResponse.d.ts +1 -1
- package/dist/esm/models/WorkflowCallbackResponse.js +1 -1
- package/dist/esm/models/WorkflowCancelResponse.d.ts +1 -1
- package/dist/esm/models/WorkflowCancelResponse.js +1 -1
- package/dist/esm/models/WorkflowDefinitionOrder.d.ts +1 -1
- package/dist/esm/models/WorkflowDefinitionOrder.js +1 -1
- package/dist/esm/models/WorkflowDefinitionResponse.d.ts +1 -1
- package/dist/esm/models/WorkflowDefinitionResponse.js +1 -1
- package/dist/esm/models/WorkflowDetailResponse.d.ts +1 -1
- package/dist/esm/models/WorkflowDetailResponse.js +1 -1
- package/dist/esm/models/WorkflowExecutionState.d.ts +1 -1
- package/dist/esm/models/WorkflowExecutionState.js +1 -1
- package/dist/esm/models/WorkflowRunAsset.d.ts +4 -4
- package/dist/esm/models/WorkflowRunAsset.js +1 -1
- package/dist/esm/models/WorkflowRunCallbackRequest.d.ts +1 -1
- package/dist/esm/models/WorkflowRunCallbackRequest.js +1 -1
- package/dist/esm/models/WorkflowRunOrder.d.ts +1 -1
- package/dist/esm/models/WorkflowRunOrder.js +1 -1
- package/dist/esm/models/WorkflowRunResponse.d.ts +12 -41
- package/dist/esm/models/WorkflowRunResponse.js +12 -25
- package/dist/esm/models/WorkflowRunSnapshot.d.ts +1 -1
- package/dist/esm/models/WorkflowRunSnapshot.js +1 -1
- package/dist/esm/models/WorkflowRunSummaryResponse.d.ts +1 -1
- package/dist/esm/models/WorkflowRunSummaryResponse.js +1 -1
- package/dist/esm/models/WorkflowSummaryResponse.d.ts +1 -1
- package/dist/esm/models/WorkflowSummaryResponse.js +1 -1
- package/dist/esm/models/XlsxCellAnchorInput.d.ts +1 -1
- package/dist/esm/models/XlsxCellAnchorInput.js +1 -1
- package/dist/esm/models/XlsxCellAnchorInputOrDocxParagraphAnchorInput.d.ts +1 -1
- package/dist/esm/models/XlsxCellAnchorInputOrDocxParagraphAnchorInput.js +1 -1
- package/dist/esm/models/XlsxCellAnchorOutput.d.ts +1 -1
- package/dist/esm/models/XlsxCellAnchorOutput.js +1 -1
- package/dist/esm/models/XlsxCellAnchorOutputOrDocxParagraphAnchorOutput.d.ts +1 -1
- package/dist/esm/models/XlsxCellAnchorOutputOrDocxParagraphAnchorOutput.js +1 -1
- package/dist/esm/models/index.d.ts +10 -1
- package/dist/esm/models/index.js +10 -1
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/AcceptDisclaimerRequest.d.ts +1 -1
- package/dist/models/AcceptDisclaimerRequest.js +1 -1
- package/dist/models/AcceptInviteResponse.d.ts +1 -1
- package/dist/models/AcceptInviteResponse.js +1 -1
- package/dist/models/AccessCheckResponse.d.ts +1 -1
- package/dist/models/AccessCheckResponse.js +1 -1
- package/dist/models/AddMemberRequest.d.ts +1 -1
- package/dist/models/AddMemberRequest.js +1 -1
- package/dist/models/AncestryResponse.d.ts +1 -1
- package/dist/models/AncestryResponse.js +1 -1
- package/dist/models/ApiAuthConfig.d.ts +1 -1
- package/dist/models/ApiAuthConfig.js +1 -1
- package/dist/models/ApiConnectionRequestRequest.d.ts +1 -1
- package/dist/models/ApiConnectionRequestRequest.js +1 -1
- package/dist/models/ApiConnectionRequestResponse.d.ts +1 -1
- package/dist/models/ApiConnectionRequestResponse.js +1 -1
- package/dist/models/ApiConnectionResponse.d.ts +1 -1
- package/dist/models/ApiConnectionResponse.js +1 -1
- package/dist/models/ApiKeyResponse.d.ts +1 -1
- package/dist/models/ApiKeyResponse.js +1 -1
- package/dist/models/AppendEventRequest.d.ts +1 -1
- package/dist/models/AppendEventRequest.js +1 -1
- package/dist/models/AppendMemoryChunkRequest.d.ts +1 -1
- package/dist/models/AppendMemoryChunkRequest.js +1 -1
- package/dist/models/Args.d.ts +1 -1
- package/dist/models/Args.js +1 -1
- package/dist/models/AskRequest.d.ts +1 -1
- package/dist/models/AskRequest.js +1 -1
- package/dist/models/AskResponse.d.ts +1 -1
- package/dist/models/AskResponse.js +1 -1
- package/dist/models/BlockChangeType.d.ts +1 -1
- package/dist/models/BlockChangeType.js +1 -1
- package/dist/models/BlockKind.d.ts +1 -1
- package/dist/models/BlockKind.js +1 -1
- package/dist/models/BrandingLogoType.d.ts +1 -1
- package/dist/models/BrandingLogoType.js +1 -1
- package/dist/models/BulkDownloadRequest.d.ts +1 -1
- package/dist/models/BulkDownloadRequest.js +1 -1
- package/dist/models/BulkModelTablesRequest.d.ts +1 -1
- package/dist/models/BulkModelTablesRequest.js +1 -1
- package/dist/models/BulkModelTablesResponse.d.ts +1 -1
- package/dist/models/BulkModelTablesResponse.js +1 -1
- package/dist/models/BulkTagRequest.d.ts +1 -1
- package/dist/models/BulkTagRequest.js +1 -1
- package/dist/models/CatalogColumnResponse.d.ts +1 -1
- package/dist/models/CatalogColumnResponse.js +1 -1
- package/dist/models/CatalogTableResponse.d.ts +1 -1
- package/dist/models/CatalogTableResponse.js +1 -1
- package/dist/models/CellChange.d.ts +1 -1
- package/dist/models/CellChange.js +1 -1
- package/dist/models/CellChangeType.d.ts +1 -1
- package/dist/models/CellChangeType.js +1 -1
- package/dist/models/CellDiff.d.ts +1 -1
- package/dist/models/CellDiff.js +1 -1
- package/dist/models/ChangeClass.d.ts +1 -1
- package/dist/models/ChangeClass.js +1 -1
- package/dist/models/ChangePhoneNumberRequest.d.ts +1 -1
- package/dist/models/ChangePhoneNumberRequest.js +1 -1
- package/dist/models/ChangeSubscriptionRequest.d.ts +1 -1
- package/dist/models/ChangeSubscriptionRequest.js +1 -1
- package/dist/models/CheckpointDetails.d.ts +1 -1
- package/dist/models/CheckpointDetails.js +1 -1
- package/dist/models/ChunkBulkResponse.d.ts +1 -1
- package/dist/models/ChunkBulkResponse.js +1 -1
- package/dist/models/ChunkContentItem.d.ts +1 -1
- package/dist/models/ChunkContentItem.js +1 -1
- package/dist/models/ChunkDocumentResponse.d.ts +1 -1
- package/dist/models/ChunkDocumentResponse.js +1 -1
- package/dist/models/ChunkDocumentVersionResponse.d.ts +1 -1
- package/dist/models/ChunkDocumentVersionResponse.js +1 -1
- package/dist/models/ChunkLineageResponse.d.ts +1 -1
- package/dist/models/ChunkLineageResponse.js +1 -1
- package/dist/models/ChunkMetadata.d.ts +1 -1
- package/dist/models/ChunkMetadata.js +1 -1
- package/dist/models/ChunkNeighborsResponse.d.ts +1 -1
- package/dist/models/ChunkNeighborsResponse.js +1 -1
- package/dist/models/ChunkResponse.d.ts +1 -1
- package/dist/models/ChunkResponse.js +1 -1
- package/dist/models/ChunkSearchRequest.d.ts +1 -1
- package/dist/models/ChunkSearchRequest.js +1 -1
- package/dist/models/ChunkType.d.ts +1 -1
- package/dist/models/ChunkType.js +1 -1
- package/dist/models/Citation.d.ts +1 -1
- package/dist/models/Citation.js +1 -1
- package/dist/models/CitedChunk.d.ts +1 -1
- package/dist/models/CitedChunk.js +1 -1
- package/dist/models/ClearVersionContentsResponse.d.ts +1 -1
- package/dist/models/ClearVersionContentsResponse.js +1 -1
- package/dist/models/CloneWorkflowRunRequest.d.ts +1 -1
- package/dist/models/CloneWorkflowRunRequest.js +1 -1
- package/dist/models/ColumnConfig.d.ts +1 -1
- package/dist/models/ColumnConfig.js +1 -1
- package/dist/models/ColumnReference.d.ts +1 -1
- package/dist/models/ColumnReference.js +1 -1
- package/dist/models/CommonFileExclusionReason.d.ts +1 -1
- package/dist/models/CommonFileExclusionReason.js +1 -1
- package/dist/models/ConnectionConfig.d.ts +1 -1
- package/dist/models/ConnectionConfig.js +1 -1
- package/dist/models/ContentsSortOrder.d.ts +1 -1
- package/dist/models/ContentsSortOrder.js +1 -1
- package/dist/models/CreateApiConnectionRequest.d.ts +1 -1
- package/dist/models/CreateApiConnectionRequest.js +1 -1
- package/dist/models/CreateApiKeyRequest.d.ts +1 -1
- package/dist/models/CreateApiKeyRequest.js +1 -1
- package/dist/models/CreateApiKeyResponse.d.ts +2 -2
- package/dist/models/CreateApiKeyResponse.js +1 -1
- package/dist/models/CreateChunkLineageRequest.d.ts +1 -1
- package/dist/models/CreateChunkLineageRequest.js +1 -1
- package/dist/models/CreateChunkRequest.d.ts +1 -1
- package/dist/models/CreateChunkRequest.js +1 -1
- package/dist/models/CreateDataSourceRequest.d.ts +1 -1
- package/dist/models/CreateDataSourceRequest.js +1 -1
- package/dist/models/CreateDocumentRequest.d.ts +1 -1
- package/dist/models/CreateDocumentRequest.js +1 -1
- package/dist/models/CreateFolderRequest.d.ts +1 -1
- package/dist/models/CreateFolderRequest.js +1 -1
- package/dist/models/CreateGroupPermissionRequest.d.ts +1 -1
- package/dist/models/CreateGroupPermissionRequest.js +1 -1
- package/dist/models/CreateGroupRequest.d.ts +1 -1
- package/dist/models/CreateGroupRequest.js +1 -1
- package/dist/models/CreatePasswordUserRequest.d.ts +1 -1
- package/dist/models/CreatePasswordUserRequest.js +1 -1
- package/dist/models/CreatePermissionRequest.d.ts +1 -1
- package/dist/models/CreatePermissionRequest.js +1 -1
- package/dist/models/CreatePhonePasswordUserRequest.d.ts +1 -1
- package/dist/models/CreatePhonePasswordUserRequest.js +1 -1
- package/dist/models/CreateSectionRequest.d.ts +1 -1
- package/dist/models/CreateSectionRequest.js +1 -1
- package/dist/models/CreateTagRequest.d.ts +1 -1
- package/dist/models/CreateTagRequest.js +1 -1
- package/dist/models/CreateThreadMessageRequest.d.ts +1 -1
- package/dist/models/CreateThreadMessageRequest.js +1 -1
- package/dist/models/CreateThreadRequest.d.ts +1 -1
- package/dist/models/CreateThreadRequest.js +1 -1
- package/dist/models/CreateWorkflowDefinitionRequest.d.ts +1 -1
- package/dist/models/CreateWorkflowDefinitionRequest.js +1 -1
- package/dist/models/DataSourceCatalogResponse.d.ts +1 -1
- package/dist/models/DataSourceCatalogResponse.js +1 -1
- package/dist/models/DataSourceDescribeResponse.d.ts +70 -0
- package/dist/models/DataSourceDescribeResponse.js +64 -0
- package/dist/models/DataSourceDetailResponse.d.ts +1 -10
- package/dist/models/DataSourceDetailResponse.js +1 -3
- package/dist/models/DataSourceEngine.d.ts +1 -1
- package/dist/models/DataSourceEngine.js +1 -1
- package/dist/models/DataSourceQueryRequest.d.ts +1 -1
- package/dist/models/DataSourceQueryRequest.js +1 -1
- package/dist/models/DataSourceQueryResponse.d.ts +1 -1
- package/dist/models/DataSourceQueryResponse.js +1 -1
- package/dist/models/DataSourceResponse.d.ts +1 -1
- package/dist/models/DataSourceResponse.js +1 -1
- package/dist/models/DataSourceSchemaListItem.d.ts +1 -1
- package/dist/models/DataSourceSchemaListItem.js +1 -1
- package/dist/models/DataSourceSchemaListResponse.d.ts +1 -1
- package/dist/models/DataSourceSchemaListResponse.js +1 -1
- package/dist/models/DataSourceSchemaResponse.d.ts +1 -7
- package/dist/models/DataSourceSchemaResponse.js +1 -5
- package/dist/models/DataSourceSyncResponse.d.ts +65 -0
- package/dist/models/DataSourceSyncResponse.js +64 -0
- package/dist/models/DataSourceTableResponse.d.ts +1 -7
- package/dist/models/DataSourceTableResponse.js +1 -5
- package/dist/models/DiffFormat.d.ts +1 -1
- package/dist/models/DiffFormat.js +1 -1
- package/dist/models/DiffRow.d.ts +1 -1
- package/dist/models/DiffRow.js +1 -1
- package/dist/models/DiffRowType.d.ts +1 -1
- package/dist/models/DiffRowType.js +1 -1
- package/dist/models/DiffSpan.d.ts +1 -1
- package/dist/models/DiffSpan.js +1 -1
- package/dist/models/DirectorySyncResponse.d.ts +1 -1
- package/dist/models/DirectorySyncResponse.js +1 -1
- package/dist/models/DisplayNameFormat.d.ts +1 -1
- package/dist/models/DisplayNameFormat.js +1 -1
- package/dist/models/DissolveSectionResponse.d.ts +1 -1
- package/dist/models/DissolveSectionResponse.js +1 -1
- package/dist/models/DocEditPart.d.ts +1 -1
- package/dist/models/DocEditPart.js +1 -1
- package/dist/models/DocumentBlockChange.d.ts +1 -1
- package/dist/models/DocumentBlockChange.js +1 -1
- package/dist/models/DocumentCheckoutResponse.d.ts +1 -1
- package/dist/models/DocumentCheckoutResponse.js +1 -1
- package/dist/models/DocumentDiff.d.ts +1 -1
- package/dist/models/DocumentDiff.js +1 -1
- package/dist/models/DocumentDownloadResponse.d.ts +1 -1
- package/dist/models/DocumentDownloadResponse.js +1 -1
- package/dist/models/DocumentOrigin.d.ts +1 -1
- package/dist/models/DocumentOrigin.js +1 -1
- package/dist/models/DocumentResponse.d.ts +1 -1
- package/dist/models/DocumentResponse.js +1 -1
- package/dist/models/DocumentType.d.ts +1 -1
- package/dist/models/DocumentType.js +1 -1
- package/dist/models/DocumentVersionAction.d.ts +1 -1
- package/dist/models/DocumentVersionAction.js +1 -1
- package/dist/models/DocumentVersionActionResponse.d.ts +1 -1
- package/dist/models/DocumentVersionActionResponse.js +1 -1
- package/dist/models/DocumentVersionContentTypeFilter.d.ts +1 -1
- package/dist/models/DocumentVersionContentTypeFilter.js +1 -1
- package/dist/models/DocumentVersionMetadata.d.ts +1 -1
- package/dist/models/DocumentVersionMetadata.js +1 -1
- package/dist/models/DocumentVersionMetadataUpdate.d.ts +1 -1
- package/dist/models/DocumentVersionMetadataUpdate.js +1 -1
- package/dist/models/DocumentVersionOrder.d.ts +1 -1
- package/dist/models/DocumentVersionOrder.js +1 -1
- package/dist/models/DocumentVersionResponse.d.ts +1 -1
- package/dist/models/DocumentVersionResponse.js +1 -1
- package/dist/models/DocxParagraphAnchorInput.d.ts +1 -1
- package/dist/models/DocxParagraphAnchorInput.js +1 -1
- package/dist/models/DocxParagraphAnchorOutput.d.ts +1 -1
- package/dist/models/DocxParagraphAnchorOutput.js +1 -1
- package/dist/models/DownloadArtifact.d.ts +1 -1
- package/dist/models/DownloadArtifact.js +1 -1
- package/dist/models/EditMemoryChunkRequest.d.ts +1 -1
- package/dist/models/EditMemoryChunkRequest.js +1 -1
- package/dist/models/EmailSentResponse.d.ts +1 -1
- package/dist/models/EmailSentResponse.js +1 -1
- package/dist/models/EmailVerificationRequest.d.ts +1 -1
- package/dist/models/EmailVerificationRequest.js +1 -1
- package/dist/models/EnrichedCitation.d.ts +1 -1
- package/dist/models/EnrichedCitation.js +1 -1
- package/dist/models/EnrichedThreadMessageContent.d.ts +1 -1
- package/dist/models/EnrichedThreadMessageContent.js +1 -1
- package/dist/models/ErrorResponse.d.ts +25 -4
- package/dist/models/ErrorResponse.js +22 -2
- package/dist/models/EventResponse.d.ts +1 -1
- package/dist/models/EventResponse.js +1 -1
- package/dist/models/ExcludedCommonFile.d.ts +1 -1
- package/dist/models/ExcludedCommonFile.js +1 -1
- package/dist/models/ExtractRequest.d.ts +1 -1
- package/dist/models/ExtractRequest.js +1 -1
- package/dist/models/ExtractResponse.d.ts +1 -1
- package/dist/models/ExtractResponse.js +1 -1
- package/dist/models/FeaturesResponse.d.ts +1 -1
- package/dist/models/FeaturesResponse.js +1 -1
- package/dist/models/FeedbackEventResponse.d.ts +1 -1
- package/dist/models/FeedbackEventResponse.js +1 -1
- package/dist/models/FeedbackOrder.d.ts +1 -1
- package/dist/models/FeedbackOrder.js +1 -1
- package/dist/models/FeedbackRating.d.ts +1 -1
- package/dist/models/FeedbackRating.js +1 -1
- package/dist/models/FeedbackReason.d.ts +1 -1
- package/dist/models/FeedbackReason.js +1 -1
- package/dist/models/FeedbackTargetType.d.ts +1 -1
- package/dist/models/FeedbackTargetType.js +1 -1
- package/dist/models/FolderAction.d.ts +1 -1
- package/dist/models/FolderAction.js +1 -1
- package/dist/models/FolderActionResponse.d.ts +1 -1
- package/dist/models/FolderActionResponse.js +1 -1
- package/dist/models/FolderResponse.d.ts +1 -1
- package/dist/models/FolderResponse.js +1 -1
- package/dist/models/FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponseOrDataSourceResponseOrDataSourceSchemaResponseOrDataSourceTableResponseOrApiConnectionResponse.d.ts +1 -1
- package/dist/models/FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponseOrDataSourceResponseOrDataSourceSchemaResponseOrDataSourceTableResponseOrApiConnectionResponse.js +1 -1
- package/dist/models/GroupMemberOrder.d.ts +1 -1
- package/dist/models/GroupMemberOrder.js +1 -1
- package/dist/models/GroupPermissionOrder.d.ts +1 -1
- package/dist/models/GroupPermissionOrder.js +1 -1
- package/dist/models/GroupPermissionResponse.d.ts +1 -1
- package/dist/models/GroupPermissionResponse.js +1 -1
- package/dist/models/GroupResponse.d.ts +1 -1
- package/dist/models/GroupResponse.js +1 -1
- package/dist/models/HTTPValidationError.d.ts +1 -1
- package/dist/models/HTTPValidationError.js +1 -1
- package/dist/models/HealthCheckResponse.d.ts +1 -1
- package/dist/models/HealthCheckResponse.js +1 -1
- package/dist/models/HybridSearchProfile.d.ts +1 -1
- package/dist/models/HybridSearchProfile.js +1 -1
- package/dist/models/IdpConfig.d.ts +1 -1
- package/dist/models/IdpConfig.js +1 -1
- package/dist/models/IdpType.d.ts +1 -1
- package/dist/models/IdpType.js +1 -1
- package/dist/models/ImageTaxonomy.d.ts +1 -1
- package/dist/models/ImageTaxonomy.js +1 -1
- package/dist/models/InformationStatistics.d.ts +1 -1
- package/dist/models/InformationStatistics.js +1 -1
- package/dist/models/IngestDocumentResponse.d.ts +1 -1
- package/dist/models/IngestDocumentResponse.js +1 -1
- package/dist/models/IngestionMode.d.ts +1 -1
- package/dist/models/IngestionMode.js +1 -1
- package/dist/models/Input.d.ts +1 -1
- package/dist/models/Input.js +1 -1
- package/dist/models/InputOrigin.d.ts +1 -1
- package/dist/models/InputOrigin.js +1 -1
- package/dist/models/InputSnapshot.d.ts +1 -1
- package/dist/models/InputSnapshot.js +1 -1
- package/dist/models/InstantiateWorkflowTemplateRequest.d.ts +1 -1
- package/dist/models/InstantiateWorkflowTemplateRequest.js +1 -1
- package/dist/models/InstructionSnapshot.d.ts +1 -1
- package/dist/models/InstructionSnapshot.js +1 -1
- package/dist/models/InviteLinkSettingsRequest.d.ts +1 -1
- package/dist/models/InviteLinkSettingsRequest.js +1 -1
- package/dist/models/InviteLinkSettingsResponse.d.ts +1 -1
- package/dist/models/InviteLinkSettingsResponse.js +1 -1
- package/dist/models/InviteOrder.d.ts +1 -1
- package/dist/models/InviteOrder.js +1 -1
- package/dist/models/InviteResponse.d.ts +1 -1
- package/dist/models/InviteResponse.js +1 -1
- package/dist/models/InviteStatus.d.ts +1 -1
- package/dist/models/InviteStatus.js +1 -1
- package/dist/models/InviteUserRequest.d.ts +1 -1
- package/dist/models/InviteUserRequest.js +1 -1
- package/dist/models/ItemPermissions.d.ts +1 -1
- package/dist/models/ItemPermissions.js +1 -1
- package/dist/models/LineageEdgeResponse.d.ts +1 -1
- package/dist/models/LineageEdgeResponse.js +1 -1
- package/dist/models/LineageGraphResponse.d.ts +1 -1
- package/dist/models/LineageGraphResponse.js +1 -1
- package/dist/models/LineageNodeResponse.d.ts +1 -1
- package/dist/models/LineageNodeResponse.js +1 -1
- package/dist/models/LocationInner.d.ts +1 -1
- package/dist/models/LocationInner.js +1 -1
- package/dist/models/MembershipResponse.d.ts +1 -1
- package/dist/models/MembershipResponse.js +1 -1
- package/dist/models/MemoryBodyResponse.d.ts +1 -1
- package/dist/models/MemoryBodyResponse.js +1 -1
- package/dist/models/MemoryChunkResponse.d.ts +1 -1
- package/dist/models/MemoryChunkResponse.js +1 -1
- package/dist/models/MemoryKind.d.ts +1 -1
- package/dist/models/MemoryKind.js +1 -1
- package/dist/models/MemoryScope.d.ts +1 -1
- package/dist/models/MemoryScope.js +1 -1
- package/dist/models/MessageRole.d.ts +1 -1
- package/dist/models/MessageRole.js +1 -1
- package/dist/models/MessageUsage.d.ts +1 -1
- package/dist/models/MessageUsage.js +1 -1
- package/dist/models/MeteredQuotaStatus.d.ts +1 -1
- package/dist/models/MeteredQuotaStatus.js +1 -1
- package/dist/models/ModelTableRequest.d.ts +1 -7
- package/dist/models/ModelTableRequest.js +1 -3
- package/dist/models/ModelTableResult.d.ts +1 -1
- package/dist/models/ModelTableResult.js +1 -1
- package/dist/models/NetworkClass.d.ts +1 -1
- package/dist/models/NetworkClass.js +1 -1
- package/dist/models/NonFilesystemReferenceType.d.ts +1 -1
- package/dist/models/NonFilesystemReferenceType.js +1 -1
- package/dist/models/OnboardingCompanyRequest.d.ts +1 -1
- package/dist/models/OnboardingCompanyRequest.js +1 -1
- package/dist/models/OnboardingProfileRequest.d.ts +1 -1
- package/dist/models/OnboardingProfileRequest.js +1 -1
- package/dist/models/PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDataSourceResponseDataSourceSchemaResponseDataSourceTableResponseApiConnectionResponseDiscriminator.d.ts +1 -1
- package/dist/models/PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDataSourceResponseDataSourceSchemaResponseDataSourceTableResponseApiConnectionResponseDiscriminator.js +1 -1
- package/dist/models/PaginatedResponseAnnotatedUnionSectionContentItemChunkContentItemDiscriminator.d.ts +1 -1
- package/dist/models/PaginatedResponseAnnotatedUnionSectionContentItemChunkContentItemDiscriminator.js +1 -1
- package/dist/models/PaginatedResponseDocumentResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseDocumentResponse.js +1 -1
- package/dist/models/PaginatedResponseDocumentVersionResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseDocumentVersionResponse.js +1 -1
- package/dist/models/PaginatedResponseEventResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseEventResponse.js +1 -1
- package/dist/models/PaginatedResponseFeedbackEventResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseFeedbackEventResponse.js +1 -1
- package/dist/models/PaginatedResponseFolderResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseFolderResponse.js +1 -1
- package/dist/models/PaginatedResponseGroupPermissionResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseGroupPermissionResponse.js +1 -1
- package/dist/models/PaginatedResponseGroupResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseGroupResponse.js +1 -1
- package/dist/models/PaginatedResponseInviteResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseInviteResponse.js +1 -1
- package/dist/models/PaginatedResponseMembershipResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseMembershipResponse.js +1 -1
- package/dist/models/PaginatedResponseMemoryChunkResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseMemoryChunkResponse.js +1 -1
- package/dist/models/PaginatedResponsePathPartResponse.d.ts +1 -1
- package/dist/models/PaginatedResponsePathPartResponse.js +1 -1
- package/dist/models/PaginatedResponsePendingMemoryChunkResponse.d.ts +1 -1
- package/dist/models/PaginatedResponsePendingMemoryChunkResponse.js +1 -1
- package/dist/models/PaginatedResponsePermissionResponse.d.ts +1 -1
- package/dist/models/PaginatedResponsePermissionResponse.js +1 -1
- package/dist/models/PaginatedResponseTagResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseTagResponse.js +1 -1
- package/dist/models/PaginatedResponseTenantResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseTenantResponse.js +1 -1
- package/dist/models/PaginatedResponseTenantUserResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseTenantUserResponse.js +1 -1
- package/dist/models/PaginatedResponseThreadMessageResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseThreadMessageResponse.js +1 -1
- package/dist/models/PaginatedResponseThreadResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseThreadResponse.js +1 -1
- package/dist/models/PaginatedResponseTrashItemResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseTrashItemResponse.js +1 -1
- package/dist/models/PaginatedResponseWorkflowDefinitionResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseWorkflowDefinitionResponse.js +1 -1
- package/dist/models/PaginatedResponseWorkflowRunResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseWorkflowRunResponse.js +1 -1
- package/dist/models/PaginatedResponseWorkflowSummaryResponse.d.ts +1 -1
- package/dist/models/PaginatedResponseWorkflowSummaryResponse.js +1 -1
- package/dist/models/PartType.d.ts +1 -1
- package/dist/models/PartType.js +1 -1
- package/dist/models/PasswordResetRequest.d.ts +1 -1
- package/dist/models/PasswordResetRequest.js +1 -1
- package/dist/models/PasswordResetTokenResponse.d.ts +1 -1
- package/dist/models/PasswordResetTokenResponse.js +1 -1
- package/dist/models/PasswordResetWithTokenRequest.d.ts +1 -1
- package/dist/models/PasswordResetWithTokenRequest.js +1 -1
- package/dist/models/PathOrder.d.ts +1 -1
- package/dist/models/PathOrder.js +1 -1
- package/dist/models/PathPartAncestorItem.d.ts +1 -1
- package/dist/models/PathPartAncestorItem.js +1 -1
- package/dist/models/PathPartApprovalDecision.d.ts +1 -1
- package/dist/models/PathPartApprovalDecision.js +1 -1
- package/dist/models/PathPartApprovalResponse.d.ts +1 -1
- package/dist/models/PathPartApprovalResponse.js +1 -1
- package/dist/models/PathPartApprovalState.d.ts +1 -1
- package/dist/models/PathPartApprovalState.js +1 -1
- package/dist/models/PathPartResponse.d.ts +1 -1
- package/dist/models/PathPartResponse.js +1 -1
- package/dist/models/PathPartTagsResponse.d.ts +1 -1
- package/dist/models/PathPartTagsResponse.js +1 -1
- package/dist/models/PendingMemoryChunkResponse.d.ts +1 -1
- package/dist/models/PendingMemoryChunkResponse.js +1 -1
- package/dist/models/PermissionCapability.d.ts +1 -1
- package/dist/models/PermissionCapability.js +1 -1
- package/dist/models/PermissionResponse.d.ts +1 -1
- package/dist/models/PermissionResponse.js +1 -1
- package/dist/models/PhoneValidationResponse.d.ts +1 -1
- package/dist/models/PhoneValidationResponse.js +1 -1
- package/dist/models/PhoneVerificationRequest.d.ts +1 -1
- package/dist/models/PhoneVerificationRequest.js +1 -1
- package/dist/models/PipelineState.d.ts +1 -1
- package/dist/models/PipelineState.js +1 -1
- package/dist/models/PipelineStatus.d.ts +1 -1
- package/dist/models/PipelineStatus.js +1 -1
- package/dist/models/PixelRegion.d.ts +1 -1
- package/dist/models/PixelRegion.js +1 -1
- package/dist/models/Polygon.d.ts +1 -1
- package/dist/models/Polygon.js +1 -1
- package/dist/models/PolygonReference.d.ts +1 -1
- package/dist/models/PolygonReference.js +1 -1
- package/dist/models/ProposeMemoryChunkRequest.d.ts +1 -1
- package/dist/models/ProposeMemoryChunkRequest.js +1 -1
- package/dist/models/ProposedMemoryChunkResponse.d.ts +1 -1
- package/dist/models/ProposedMemoryChunkResponse.js +1 -1
- package/dist/models/ReasoningPart.d.ts +1 -1
- package/dist/models/ReasoningPart.js +1 -1
- package/dist/models/ReferenceType.d.ts +1 -1
- package/dist/models/ReferenceType.js +1 -1
- package/dist/models/RequestPhoneChangeRequest.d.ts +1 -1
- package/dist/models/RequestPhoneChangeRequest.js +1 -1
- package/dist/models/ResolvedReferenceInput.d.ts +1 -1
- package/dist/models/ResolvedReferenceInput.js +1 -1
- package/dist/models/ResolvedReferenceOutput.d.ts +1 -1
- package/dist/models/ResolvedReferenceOutput.js +1 -1
- package/dist/models/ResponseSendPwResetEmail.d.ts +1 -1
- package/dist/models/ResponseSendPwResetEmail.js +1 -1
- package/dist/models/RevisionEdit.d.ts +1 -1
- package/dist/models/RevisionEdit.js +1 -1
- package/dist/models/RootResponse.d.ts +1 -1
- package/dist/models/RootResponse.js +1 -1
- package/dist/models/RunFolder.d.ts +66 -0
- package/dist/models/RunFolder.js +63 -0
- package/dist/models/RunFolderRef.d.ts +63 -0
- package/dist/models/RunFolderRef.js +60 -0
- package/dist/models/SSOInitiateResponse.d.ts +1 -1
- package/dist/models/SSOInitiateResponse.js +1 -1
- package/dist/models/ScoredChunkResponse.d.ts +1 -1
- package/dist/models/ScoredChunkResponse.js +1 -1
- package/dist/models/SearchSortOrder.d.ts +1 -1
- package/dist/models/SearchSortOrder.js +1 -1
- package/dist/models/SearchTablesRequest.d.ts +65 -0
- package/dist/models/SearchTablesRequest.js +68 -0
- package/dist/models/SearchTablesResponse.d.ts +48 -0
- package/dist/models/SearchTablesResponse.js +53 -0
- package/dist/models/SearchType.d.ts +1 -1
- package/dist/models/SearchType.js +1 -1
- package/dist/models/SearchablePartType.d.ts +1 -1
- package/dist/models/SearchablePartType.js +1 -1
- package/dist/models/SeatQuotaStatus.d.ts +1 -1
- package/dist/models/SeatQuotaStatus.js +1 -1
- package/dist/models/SectionContentItem.d.ts +1 -1
- package/dist/models/SectionContentItem.js +1 -1
- package/dist/models/SectionContentItemOrChunkContentItem.d.ts +1 -1
- package/dist/models/SectionContentItemOrChunkContentItem.js +1 -1
- package/dist/models/SectionResponse.d.ts +1 -1
- package/dist/models/SectionResponse.js +1 -1
- package/dist/models/SectionSystemMetadata.d.ts +1 -1
- package/dist/models/SectionSystemMetadata.js +1 -1
- package/dist/models/SendPasswordResetRequest.d.ts +1 -1
- package/dist/models/SendPasswordResetRequest.js +1 -1
- package/dist/models/SetApprovalStateRequest.d.ts +1 -1
- package/dist/models/SetApprovalStateRequest.js +1 -1
- package/dist/models/SetWorkflowRunApprovalRequest.d.ts +1 -1
- package/dist/models/SetWorkflowRunApprovalRequest.js +1 -1
- package/dist/models/SheetVisibilityChange.d.ts +1 -1
- package/dist/models/SheetVisibilityChange.js +1 -1
- package/dist/models/SignInRequest.d.ts +1 -1
- package/dist/models/SignInRequest.js +1 -1
- package/dist/models/SortDirection.d.ts +1 -1
- package/dist/models/SortDirection.js +1 -1
- package/dist/models/StartWorkflowRunRequest.d.ts +1 -1
- package/dist/models/StartWorkflowRunRequest.js +1 -1
- package/dist/models/Step.d.ts +1 -1
- package/dist/models/Step.js +1 -1
- package/dist/models/StepKind.d.ts +1 -1
- package/dist/models/StepKind.js +1 -1
- package/dist/models/StructuredChange.d.ts +1 -1
- package/dist/models/StructuredChange.js +1 -1
- package/dist/models/StructuredChangeType.d.ts +1 -1
- package/dist/models/StructuredChangeType.js +1 -1
- package/dist/models/StructuredDiff.d.ts +1 -1
- package/dist/models/StructuredDiff.js +1 -1
- package/dist/models/SubmitFeedbackRequest.d.ts +1 -1
- package/dist/models/SubmitFeedbackRequest.js +1 -1
- package/dist/models/SubmitSubscriptionResponse.d.ts +1 -1
- package/dist/models/SubmitSubscriptionResponse.js +1 -1
- package/dist/models/SubscriptionPlanResponse.d.ts +1 -1
- package/dist/models/SubscriptionPlanResponse.js +1 -1
- package/dist/models/SubtreeChunkGroup.d.ts +1 -1
- package/dist/models/SubtreeChunkGroup.js +1 -1
- package/dist/models/SubtreeChunksResponse.d.ts +1 -1
- package/dist/models/SubtreeChunksResponse.js +1 -1
- package/dist/models/SupportedIdP.d.ts +1 -1
- package/dist/models/SupportedIdP.js +1 -1
- package/dist/models/SupportedLanguage.d.ts +1 -1
- package/dist/models/SupportedLanguage.js +1 -1
- package/dist/models/TableCellChange.d.ts +1 -1
- package/dist/models/TableCellChange.js +1 -1
- package/dist/models/TableSearchResult.d.ts +83 -0
- package/dist/models/TableSearchResult.js +76 -0
- package/dist/models/TagOrder.d.ts +1 -1
- package/dist/models/TagOrder.js +1 -1
- package/dist/models/TagResponse.d.ts +1 -1
- package/dist/models/TagResponse.js +1 -1
- package/dist/models/TemporalWorkflowStatusResponse.d.ts +1 -1
- package/dist/models/TemporalWorkflowStatusResponse.js +1 -1
- package/dist/models/TenantBrandingResponse.d.ts +1 -1
- package/dist/models/TenantBrandingResponse.js +1 -1
- package/dist/models/TenantGroupOrder.d.ts +1 -1
- package/dist/models/TenantGroupOrder.js +1 -1
- package/dist/models/TenantQuotaStateResponse.d.ts +1 -1
- package/dist/models/TenantQuotaStateResponse.js +1 -1
- package/dist/models/TenantResponse.d.ts +1 -1
- package/dist/models/TenantResponse.js +1 -1
- package/dist/models/TenantSettingsResponse.d.ts +1 -1
- package/dist/models/TenantSettingsResponse.js +1 -1
- package/dist/models/TenantSettingsUpdate.d.ts +1 -1
- package/dist/models/TenantSettingsUpdate.js +1 -1
- package/dist/models/TenantUserEditRequest.d.ts +1 -1
- package/dist/models/TenantUserEditRequest.js +1 -1
- package/dist/models/TenantUserOrder.d.ts +1 -1
- package/dist/models/TenantUserOrder.js +1 -1
- package/dist/models/TenantUserResponse.d.ts +1 -1
- package/dist/models/TenantUserResponse.js +1 -1
- package/dist/models/TenantUserRole.d.ts +1 -1
- package/dist/models/TenantUserRole.js +1 -1
- package/dist/models/TestConnectionRequest.d.ts +76 -0
- package/dist/models/TestConnectionRequest.js +58 -0
- package/dist/models/TestConnectionResponse.d.ts +56 -0
- package/dist/models/TestConnectionResponse.js +54 -0
- package/dist/models/TextDiff.d.ts +1 -1
- package/dist/models/TextDiff.js +1 -1
- package/dist/models/TextPart.d.ts +1 -1
- package/dist/models/TextPart.js +1 -1
- package/dist/models/TextPartOrReasoningPartOrToolPartOrDocEditPart.d.ts +1 -1
- package/dist/models/TextPartOrReasoningPartOrToolPartOrDocEditPart.js +1 -1
- package/dist/models/ThreadMessageContent.d.ts +1 -1
- package/dist/models/ThreadMessageContent.js +1 -1
- package/dist/models/ThreadMessageDetails.d.ts +1 -1
- package/dist/models/ThreadMessageDetails.js +1 -1
- package/dist/models/ThreadMessageResponse.d.ts +1 -1
- package/dist/models/ThreadMessageResponse.js +1 -1
- package/dist/models/ThreadOrder.d.ts +1 -1
- package/dist/models/ThreadOrder.js +1 -1
- package/dist/models/ThreadResponse.d.ts +1 -1
- package/dist/models/ThreadResponse.js +1 -1
- package/dist/models/ToolDisplayType.d.ts +41 -0
- package/dist/models/ToolDisplayType.js +67 -0
- package/dist/models/ToolPart.d.ts +8 -1
- package/dist/models/ToolPart.js +4 -1
- package/dist/models/ToolStatus.d.ts +1 -1
- package/dist/models/ToolStatus.js +1 -1
- package/dist/models/TransferOwnerRequest.d.ts +1 -1
- package/dist/models/TransferOwnerRequest.js +1 -1
- package/dist/models/TransferOwnerResponse.d.ts +1 -1
- package/dist/models/TransferOwnerResponse.js +1 -1
- package/dist/models/TrashItemResponse.d.ts +1 -1
- package/dist/models/TrashItemResponse.js +1 -1
- package/dist/models/UpdateApiConnectionRequest.d.ts +1 -1
- package/dist/models/UpdateApiConnectionRequest.js +1 -1
- package/dist/models/UpdateChunkContentRequest.d.ts +1 -1
- package/dist/models/UpdateChunkContentRequest.js +1 -1
- package/dist/models/UpdateChunkMetadataRequest.d.ts +1 -1
- package/dist/models/UpdateChunkMetadataRequest.js +1 -1
- package/dist/models/UpdateDataSourceRequest.d.ts +16 -6
- package/dist/models/UpdateDataSourceRequest.js +4 -1
- package/dist/models/UpdateDocumentRequest.d.ts +1 -1
- package/dist/models/UpdateDocumentRequest.js +1 -1
- package/dist/models/UpdateFolderRequest.d.ts +1 -1
- package/dist/models/UpdateFolderRequest.js +1 -1
- package/dist/models/UpdateGroupPermissionRequest.d.ts +1 -1
- package/dist/models/UpdateGroupPermissionRequest.js +1 -1
- package/dist/models/UpdateGroupRequest.d.ts +1 -1
- package/dist/models/UpdateGroupRequest.js +1 -1
- package/dist/models/UpdateInviteRequest.d.ts +1 -1
- package/dist/models/UpdateInviteRequest.js +1 -1
- package/dist/models/UpdatePermissionRequest.d.ts +1 -1
- package/dist/models/UpdatePermissionRequest.js +1 -1
- package/dist/models/UpdateSectionRequest.d.ts +1 -1
- package/dist/models/UpdateSectionRequest.js +1 -1
- package/dist/models/UpdateTableRequest.d.ts +1 -7
- package/dist/models/UpdateTableRequest.js +1 -3
- package/dist/models/UpdateTagRequest.d.ts +1 -1
- package/dist/models/UpdateTagRequest.js +1 -1
- package/dist/models/UpdateTenantRequest.d.ts +1 -1
- package/dist/models/UpdateTenantRequest.js +1 -1
- package/dist/models/UpdateThreadRequest.d.ts +1 -1
- package/dist/models/UpdateThreadRequest.js +1 -1
- package/dist/models/UpdateUserRequest.d.ts +1 -1
- package/dist/models/UpdateUserRequest.js +1 -1
- package/dist/models/UpdateWorkflowDefinitionRequest.d.ts +1 -1
- package/dist/models/UpdateWorkflowDefinitionRequest.js +1 -1
- package/dist/models/UpdateWorkflowRunRequest.d.ts +1 -1
- package/dist/models/UpdateWorkflowRunRequest.js +1 -1
- package/dist/models/UsageMetric.d.ts +1 -1
- package/dist/models/UsageMetric.js +1 -1
- package/dist/models/UserInfo.d.ts +1 -1
- package/dist/models/UserInfo.js +1 -1
- package/dist/models/UserMessageRequest.d.ts +1 -1
- package/dist/models/UserMessageRequest.js +1 -1
- package/dist/models/UserMessageResponse.d.ts +7 -1
- package/dist/models/UserMessageResponse.js +5 -1
- package/dist/models/UserPermissionOrder.d.ts +1 -1
- package/dist/models/UserPermissionOrder.js +1 -1
- package/dist/models/UserResponse.d.ts +1 -1
- package/dist/models/UserResponse.js +1 -1
- package/dist/models/ValidateResetCodeRequest.d.ts +1 -1
- package/dist/models/ValidateResetCodeRequest.js +1 -1
- package/dist/models/ValidationError.d.ts +1 -1
- package/dist/models/ValidationError.js +1 -1
- package/dist/models/VersionChunkIdsResponse.d.ts +1 -1
- package/dist/models/VersionChunkIdsResponse.js +1 -1
- package/dist/models/VersionDiffResponse.d.ts +1 -1
- package/dist/models/VersionDiffResponse.js +1 -1
- package/dist/models/WorkflowActionResponse.d.ts +1 -1
- package/dist/models/WorkflowActionResponse.js +1 -1
- package/dist/models/WorkflowAdoptionStats.d.ts +1 -1
- package/dist/models/WorkflowAdoptionStats.js +1 -1
- package/dist/models/WorkflowCallbackResponse.d.ts +1 -1
- package/dist/models/WorkflowCallbackResponse.js +1 -1
- package/dist/models/WorkflowCancelResponse.d.ts +1 -1
- package/dist/models/WorkflowCancelResponse.js +1 -1
- package/dist/models/WorkflowDefinitionOrder.d.ts +1 -1
- package/dist/models/WorkflowDefinitionOrder.js +1 -1
- package/dist/models/WorkflowDefinitionResponse.d.ts +1 -1
- package/dist/models/WorkflowDefinitionResponse.js +1 -1
- package/dist/models/WorkflowDetailResponse.d.ts +1 -1
- package/dist/models/WorkflowDetailResponse.js +1 -1
- package/dist/models/WorkflowExecutionState.d.ts +1 -1
- package/dist/models/WorkflowExecutionState.js +1 -1
- package/dist/models/WorkflowRunAsset.d.ts +4 -4
- package/dist/models/WorkflowRunAsset.js +1 -1
- package/dist/models/WorkflowRunCallbackRequest.d.ts +1 -1
- package/dist/models/WorkflowRunCallbackRequest.js +1 -1
- package/dist/models/WorkflowRunOrder.d.ts +1 -1
- package/dist/models/WorkflowRunOrder.js +1 -1
- package/dist/models/WorkflowRunResponse.d.ts +12 -41
- package/dist/models/WorkflowRunResponse.js +12 -25
- package/dist/models/WorkflowRunSnapshot.d.ts +1 -1
- package/dist/models/WorkflowRunSnapshot.js +1 -1
- package/dist/models/WorkflowRunSummaryResponse.d.ts +1 -1
- package/dist/models/WorkflowRunSummaryResponse.js +1 -1
- package/dist/models/WorkflowSummaryResponse.d.ts +1 -1
- package/dist/models/WorkflowSummaryResponse.js +1 -1
- package/dist/models/XlsxCellAnchorInput.d.ts +1 -1
- package/dist/models/XlsxCellAnchorInput.js +1 -1
- package/dist/models/XlsxCellAnchorInputOrDocxParagraphAnchorInput.d.ts +1 -1
- package/dist/models/XlsxCellAnchorInputOrDocxParagraphAnchorInput.js +1 -1
- package/dist/models/XlsxCellAnchorOutput.d.ts +1 -1
- package/dist/models/XlsxCellAnchorOutput.js +1 -1
- package/dist/models/XlsxCellAnchorOutputOrDocxParagraphAnchorOutput.d.ts +1 -1
- package/dist/models/XlsxCellAnchorOutputOrDocxParagraphAnchorOutput.js +1 -1
- package/dist/models/index.d.ts +10 -1
- package/dist/models/index.js +10 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/docs/AgentApi.md +1 -1
- package/docs/AskRequest.md +1 -1
- package/docs/AuditEventsApi.md +10 -10
- package/docs/CreateApiKeyRequest.md +2 -2
- package/docs/CreateApiKeyResponse.md +1 -1
- package/docs/DataSourceDescribeResponse.md +41 -0
- package/docs/DataSourceDetailResponse.md +1 -3
- package/docs/DataSourceSchemaResponse.md +0 -2
- package/docs/DataSourceSyncResponse.md +41 -0
- package/docs/DataSourceTableResponse.md +0 -2
- package/docs/DataSourcesApi.md +241 -13
- package/docs/DocumentsApi.md +4 -4
- package/docs/FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponseOrDataSourceResponseOrDataSourceSchemaResponseOrDataSourceTableResponseOrApiConnectionResponse.md +6 -16
- package/docs/ModelTableRequest.md +0 -2
- package/docs/RunFolder.md +41 -0
- package/docs/RunFolderRef.md +39 -0
- package/docs/{DataSourceDescriptionResponse.md → SearchTablesRequest.md} +11 -7
- package/docs/SearchTablesResponse.md +35 -0
- package/docs/{WorkflowsApi.md → SystemJobsApi.md} +16 -16
- package/docs/TableSearchResult.md +47 -0
- package/docs/TestConnectionRequest.md +41 -0
- package/docs/TestConnectionResponse.md +37 -0
- package/docs/TextPartOrReasoningPartOrToolPartOrDocEditPart.md +2 -0
- package/docs/ToolDisplayType.md +33 -0
- package/docs/ToolPart.md +2 -0
- package/docs/UpdateDataSourceRequest.md +3 -1
- package/docs/UpdateTableRequest.md +0 -2
- package/docs/UserMessageResponse.md +2 -0
- package/docs/WorkflowRunAsset.md +1 -1
- package/docs/WorkflowRunResponse.md +6 -16
- package/docs/WorkflowRunsApi.md +4 -4
- package/package.json +1 -1
- package/src/apis/AgentApi.ts +5 -5
- package/src/apis/ApiConnectionsApi.ts +1 -1
- package/src/apis/ApiKeysApi.ts +1 -1
- package/src/apis/AuditEventsApi.ts +17 -17
- package/src/apis/AuthApi.ts +1 -1
- package/src/apis/BulkDownloadApi.ts +1 -1
- package/src/apis/ChunkLineagesApi.ts +1 -1
- package/src/apis/ChunksApi.ts +1 -1
- package/src/apis/DataSourcesApi.ts +309 -41
- package/src/apis/DefaultApi.ts +1 -1
- package/src/apis/DocumentCheckoutApi.ts +1 -1
- package/src/apis/DocumentVersionsApi.ts +1 -1
- package/src/apis/DocumentsApi.ts +9 -9
- package/src/apis/FeaturesApi.ts +1 -1
- package/src/apis/FeedbackApi.ts +1 -1
- package/src/apis/FoldersApi.ts +1 -1
- package/src/apis/InvitesApi.ts +1 -1
- package/src/apis/MemoryApi.ts +1 -1
- package/src/apis/PathPartApprovalsApi.ts +1 -1
- package/src/apis/PathPartsApi.ts +1 -1
- package/src/apis/PublicApi.ts +1 -1
- package/src/apis/SectionsApi.ts +1 -1
- package/src/apis/SubscriptionsApi.ts +1 -1
- package/src/apis/{WorkflowsApi.ts → SystemJobsApi.ts} +20 -20
- package/src/apis/TagsApi.ts +1 -1
- package/src/apis/TenantGroupsApi.ts +1 -1
- package/src/apis/TenantsApi.ts +1 -1
- package/src/apis/ThreadMessagesApi.ts +1 -1
- package/src/apis/ThreadsApi.ts +1 -1
- package/src/apis/TrashApi.ts +1 -1
- package/src/apis/UserPermissionsApi.ts +1 -1
- package/src/apis/UsersApi.ts +1 -1
- package/src/apis/WorkflowDefinitionsApi.ts +1 -1
- package/src/apis/WorkflowMemoryApi.ts +1 -1
- package/src/apis/WorkflowRunsApi.ts +9 -9
- package/src/apis/index.ts +1 -1
- package/src/models/AcceptDisclaimerRequest.ts +1 -1
- package/src/models/AcceptInviteResponse.ts +1 -1
- package/src/models/AccessCheckResponse.ts +1 -1
- package/src/models/AddMemberRequest.ts +1 -1
- package/src/models/AncestryResponse.ts +1 -1
- package/src/models/ApiAuthConfig.ts +1 -1
- package/src/models/ApiConnectionRequestRequest.ts +1 -1
- package/src/models/ApiConnectionRequestResponse.ts +1 -1
- package/src/models/ApiConnectionResponse.ts +1 -1
- package/src/models/ApiKeyResponse.ts +1 -1
- package/src/models/AppendEventRequest.ts +1 -1
- package/src/models/AppendMemoryChunkRequest.ts +1 -1
- package/src/models/Args.ts +1 -1
- package/src/models/AskRequest.ts +1 -1
- package/src/models/AskResponse.ts +1 -1
- package/src/models/BlockChangeType.ts +1 -1
- package/src/models/BlockKind.ts +1 -1
- package/src/models/BrandingLogoType.ts +1 -1
- package/src/models/BulkDownloadRequest.ts +1 -1
- package/src/models/BulkModelTablesRequest.ts +1 -1
- package/src/models/BulkModelTablesResponse.ts +1 -1
- package/src/models/BulkTagRequest.ts +1 -1
- package/src/models/CatalogColumnResponse.ts +1 -1
- package/src/models/CatalogTableResponse.ts +1 -1
- package/src/models/CellChange.ts +1 -1
- package/src/models/CellChangeType.ts +1 -1
- package/src/models/CellDiff.ts +1 -1
- package/src/models/ChangeClass.ts +1 -1
- package/src/models/ChangePhoneNumberRequest.ts +1 -1
- package/src/models/ChangeSubscriptionRequest.ts +1 -1
- package/src/models/CheckpointDetails.ts +1 -1
- package/src/models/ChunkBulkResponse.ts +1 -1
- package/src/models/ChunkContentItem.ts +1 -1
- package/src/models/ChunkDocumentResponse.ts +1 -1
- package/src/models/ChunkDocumentVersionResponse.ts +1 -1
- package/src/models/ChunkLineageResponse.ts +1 -1
- package/src/models/ChunkMetadata.ts +1 -1
- package/src/models/ChunkNeighborsResponse.ts +1 -1
- package/src/models/ChunkResponse.ts +1 -1
- package/src/models/ChunkSearchRequest.ts +1 -1
- package/src/models/ChunkType.ts +1 -1
- package/src/models/Citation.ts +1 -1
- package/src/models/CitedChunk.ts +1 -1
- package/src/models/ClearVersionContentsResponse.ts +1 -1
- package/src/models/CloneWorkflowRunRequest.ts +1 -1
- package/src/models/ColumnConfig.ts +1 -1
- package/src/models/ColumnReference.ts +1 -1
- package/src/models/CommonFileExclusionReason.ts +1 -1
- package/src/models/ConnectionConfig.ts +1 -1
- package/src/models/ContentsSortOrder.ts +1 -1
- package/src/models/CreateApiConnectionRequest.ts +1 -1
- package/src/models/CreateApiKeyRequest.ts +1 -1
- package/src/models/CreateApiKeyResponse.ts +2 -2
- package/src/models/CreateChunkLineageRequest.ts +1 -1
- package/src/models/CreateChunkRequest.ts +1 -1
- package/src/models/CreateDataSourceRequest.ts +1 -1
- package/src/models/CreateDocumentRequest.ts +1 -1
- package/src/models/CreateFolderRequest.ts +1 -1
- package/src/models/CreateGroupPermissionRequest.ts +1 -1
- package/src/models/CreateGroupRequest.ts +1 -1
- package/src/models/CreatePasswordUserRequest.ts +1 -1
- package/src/models/CreatePermissionRequest.ts +1 -1
- package/src/models/CreatePhonePasswordUserRequest.ts +1 -1
- package/src/models/CreateSectionRequest.ts +1 -1
- package/src/models/CreateTagRequest.ts +1 -1
- package/src/models/CreateThreadMessageRequest.ts +1 -1
- package/src/models/CreateThreadRequest.ts +1 -1
- package/src/models/CreateWorkflowDefinitionRequest.ts +1 -1
- package/src/models/DataSourceCatalogResponse.ts +1 -1
- package/src/models/DataSourceDescribeResponse.ts +115 -0
- package/src/models/DataSourceDetailResponse.ts +1 -12
- package/src/models/DataSourceEngine.ts +1 -1
- package/src/models/DataSourceQueryRequest.ts +1 -1
- package/src/models/DataSourceQueryResponse.ts +1 -1
- package/src/models/DataSourceResponse.ts +1 -1
- package/src/models/DataSourceSchemaListItem.ts +1 -1
- package/src/models/DataSourceSchemaListResponse.ts +1 -1
- package/src/models/DataSourceSchemaResponse.ts +1 -10
- package/src/models/DataSourceSyncResponse.ts +110 -0
- package/src/models/DataSourceTableResponse.ts +1 -10
- package/src/models/DiffFormat.ts +1 -1
- package/src/models/DiffRow.ts +1 -1
- package/src/models/DiffRowType.ts +1 -1
- package/src/models/DiffSpan.ts +1 -1
- package/src/models/DirectorySyncResponse.ts +1 -1
- package/src/models/DisplayNameFormat.ts +1 -1
- package/src/models/DissolveSectionResponse.ts +1 -1
- package/src/models/DocEditPart.ts +1 -1
- package/src/models/DocumentBlockChange.ts +1 -1
- package/src/models/DocumentCheckoutResponse.ts +1 -1
- package/src/models/DocumentDiff.ts +1 -1
- package/src/models/DocumentDownloadResponse.ts +1 -1
- package/src/models/DocumentOrigin.ts +1 -1
- package/src/models/DocumentResponse.ts +1 -1
- package/src/models/DocumentType.ts +1 -1
- package/src/models/DocumentVersionAction.ts +1 -1
- package/src/models/DocumentVersionActionResponse.ts +1 -1
- package/src/models/DocumentVersionContentTypeFilter.ts +1 -1
- package/src/models/DocumentVersionMetadata.ts +1 -1
- package/src/models/DocumentVersionMetadataUpdate.ts +1 -1
- package/src/models/DocumentVersionOrder.ts +1 -1
- package/src/models/DocumentVersionResponse.ts +1 -1
- package/src/models/DocxParagraphAnchorInput.ts +1 -1
- package/src/models/DocxParagraphAnchorOutput.ts +1 -1
- package/src/models/DownloadArtifact.ts +1 -1
- package/src/models/EditMemoryChunkRequest.ts +1 -1
- package/src/models/EmailSentResponse.ts +1 -1
- package/src/models/EmailVerificationRequest.ts +1 -1
- package/src/models/EnrichedCitation.ts +1 -1
- package/src/models/EnrichedThreadMessageContent.ts +1 -1
- package/src/models/ErrorResponse.ts +28 -4
- package/src/models/EventResponse.ts +1 -1
- package/src/models/ExcludedCommonFile.ts +1 -1
- package/src/models/ExtractRequest.ts +1 -1
- package/src/models/ExtractResponse.ts +1 -1
- package/src/models/FeaturesResponse.ts +1 -1
- package/src/models/FeedbackEventResponse.ts +1 -1
- package/src/models/FeedbackOrder.ts +1 -1
- package/src/models/FeedbackRating.ts +1 -1
- package/src/models/FeedbackReason.ts +1 -1
- package/src/models/FeedbackTargetType.ts +1 -1
- package/src/models/FolderAction.ts +1 -1
- package/src/models/FolderActionResponse.ts +1 -1
- package/src/models/FolderResponse.ts +1 -1
- package/src/models/FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponseOrDataSourceResponseOrDataSourceSchemaResponseOrDataSourceTableResponseOrApiConnectionResponse.ts +1 -1
- package/src/models/GroupMemberOrder.ts +1 -1
- package/src/models/GroupPermissionOrder.ts +1 -1
- package/src/models/GroupPermissionResponse.ts +1 -1
- package/src/models/GroupResponse.ts +1 -1
- package/src/models/HTTPValidationError.ts +1 -1
- package/src/models/HealthCheckResponse.ts +1 -1
- package/src/models/HybridSearchProfile.ts +1 -1
- package/src/models/IdpConfig.ts +1 -1
- package/src/models/IdpType.ts +1 -1
- package/src/models/ImageTaxonomy.ts +1 -1
- package/src/models/InformationStatistics.ts +1 -1
- package/src/models/IngestDocumentResponse.ts +1 -1
- package/src/models/IngestionMode.ts +1 -1
- package/src/models/Input.ts +1 -1
- package/src/models/InputOrigin.ts +1 -1
- package/src/models/InputSnapshot.ts +1 -1
- package/src/models/InstantiateWorkflowTemplateRequest.ts +1 -1
- package/src/models/InstructionSnapshot.ts +1 -1
- package/src/models/InviteLinkSettingsRequest.ts +1 -1
- package/src/models/InviteLinkSettingsResponse.ts +1 -1
- package/src/models/InviteOrder.ts +1 -1
- package/src/models/InviteResponse.ts +1 -1
- package/src/models/InviteStatus.ts +1 -1
- package/src/models/InviteUserRequest.ts +1 -1
- package/src/models/ItemPermissions.ts +1 -1
- package/src/models/LineageEdgeResponse.ts +1 -1
- package/src/models/LineageGraphResponse.ts +1 -1
- package/src/models/LineageNodeResponse.ts +1 -1
- package/src/models/LocationInner.ts +1 -1
- package/src/models/MembershipResponse.ts +1 -1
- package/src/models/MemoryBodyResponse.ts +1 -1
- package/src/models/MemoryChunkResponse.ts +1 -1
- package/src/models/MemoryKind.ts +1 -1
- package/src/models/MemoryScope.ts +1 -1
- package/src/models/MessageRole.ts +1 -1
- package/src/models/MessageUsage.ts +1 -1
- package/src/models/MeteredQuotaStatus.ts +1 -1
- package/src/models/ModelTableRequest.ts +1 -9
- package/src/models/ModelTableResult.ts +1 -1
- package/src/models/NetworkClass.ts +1 -1
- package/src/models/NonFilesystemReferenceType.ts +1 -1
- package/src/models/OnboardingCompanyRequest.ts +1 -1
- package/src/models/OnboardingProfileRequest.ts +1 -1
- package/src/models/PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDataSourceResponseDataSourceSchemaResponseDataSourceTableResponseApiConnectionResponseDiscriminator.ts +1 -1
- package/src/models/PaginatedResponseAnnotatedUnionSectionContentItemChunkContentItemDiscriminator.ts +1 -1
- package/src/models/PaginatedResponseDocumentResponse.ts +1 -1
- package/src/models/PaginatedResponseDocumentVersionResponse.ts +1 -1
- package/src/models/PaginatedResponseEventResponse.ts +1 -1
- package/src/models/PaginatedResponseFeedbackEventResponse.ts +1 -1
- package/src/models/PaginatedResponseFolderResponse.ts +1 -1
- package/src/models/PaginatedResponseGroupPermissionResponse.ts +1 -1
- package/src/models/PaginatedResponseGroupResponse.ts +1 -1
- package/src/models/PaginatedResponseInviteResponse.ts +1 -1
- package/src/models/PaginatedResponseMembershipResponse.ts +1 -1
- package/src/models/PaginatedResponseMemoryChunkResponse.ts +1 -1
- package/src/models/PaginatedResponsePathPartResponse.ts +1 -1
- package/src/models/PaginatedResponsePendingMemoryChunkResponse.ts +1 -1
- package/src/models/PaginatedResponsePermissionResponse.ts +1 -1
- package/src/models/PaginatedResponseTagResponse.ts +1 -1
- package/src/models/PaginatedResponseTenantResponse.ts +1 -1
- package/src/models/PaginatedResponseTenantUserResponse.ts +1 -1
- package/src/models/PaginatedResponseThreadMessageResponse.ts +1 -1
- package/src/models/PaginatedResponseThreadResponse.ts +1 -1
- package/src/models/PaginatedResponseTrashItemResponse.ts +1 -1
- package/src/models/PaginatedResponseWorkflowDefinitionResponse.ts +1 -1
- package/src/models/PaginatedResponseWorkflowRunResponse.ts +1 -1
- package/src/models/PaginatedResponseWorkflowSummaryResponse.ts +1 -1
- package/src/models/PartType.ts +1 -1
- package/src/models/PasswordResetRequest.ts +1 -1
- package/src/models/PasswordResetTokenResponse.ts +1 -1
- package/src/models/PasswordResetWithTokenRequest.ts +1 -1
- package/src/models/PathOrder.ts +1 -1
- package/src/models/PathPartAncestorItem.ts +1 -1
- package/src/models/PathPartApprovalDecision.ts +1 -1
- package/src/models/PathPartApprovalResponse.ts +1 -1
- package/src/models/PathPartApprovalState.ts +1 -1
- package/src/models/PathPartResponse.ts +1 -1
- package/src/models/PathPartTagsResponse.ts +1 -1
- package/src/models/PendingMemoryChunkResponse.ts +1 -1
- package/src/models/PermissionCapability.ts +1 -1
- package/src/models/PermissionResponse.ts +1 -1
- package/src/models/PhoneValidationResponse.ts +1 -1
- package/src/models/PhoneVerificationRequest.ts +1 -1
- package/src/models/PipelineState.ts +1 -1
- package/src/models/PipelineStatus.ts +1 -1
- package/src/models/PixelRegion.ts +1 -1
- package/src/models/Polygon.ts +1 -1
- package/src/models/PolygonReference.ts +1 -1
- package/src/models/ProposeMemoryChunkRequest.ts +1 -1
- package/src/models/ProposedMemoryChunkResponse.ts +1 -1
- package/src/models/ReasoningPart.ts +1 -1
- package/src/models/ReferenceType.ts +1 -1
- package/src/models/RequestPhoneChangeRequest.ts +1 -1
- package/src/models/ResolvedReferenceInput.ts +1 -1
- package/src/models/ResolvedReferenceOutput.ts +1 -1
- package/src/models/ResponseSendPwResetEmail.ts +1 -1
- package/src/models/RevisionEdit.ts +1 -1
- package/src/models/RootResponse.ts +1 -1
- package/src/models/RunFolder.ts +117 -0
- package/src/models/RunFolderRef.ts +105 -0
- package/src/models/SSOInitiateResponse.ts +1 -1
- package/src/models/ScoredChunkResponse.ts +1 -1
- package/src/models/SearchSortOrder.ts +1 -1
- package/src/models/SearchTablesRequest.ts +116 -0
- package/src/models/SearchTablesResponse.ts +91 -0
- package/src/models/SearchType.ts +1 -1
- package/src/models/SearchablePartType.ts +1 -1
- package/src/models/SeatQuotaStatus.ts +1 -1
- package/src/models/SectionContentItem.ts +1 -1
- package/src/models/SectionContentItemOrChunkContentItem.ts +1 -1
- package/src/models/SectionResponse.ts +1 -1
- package/src/models/SectionSystemMetadata.ts +1 -1
- package/src/models/SendPasswordResetRequest.ts +1 -1
- package/src/models/SetApprovalStateRequest.ts +1 -1
- package/src/models/SetWorkflowRunApprovalRequest.ts +1 -1
- package/src/models/SheetVisibilityChange.ts +1 -1
- package/src/models/SignInRequest.ts +1 -1
- package/src/models/SortDirection.ts +1 -1
- package/src/models/StartWorkflowRunRequest.ts +1 -1
- package/src/models/Step.ts +1 -1
- package/src/models/StepKind.ts +1 -1
- package/src/models/StructuredChange.ts +1 -1
- package/src/models/StructuredChangeType.ts +1 -1
- package/src/models/StructuredDiff.ts +1 -1
- package/src/models/SubmitFeedbackRequest.ts +1 -1
- package/src/models/SubmitSubscriptionResponse.ts +1 -1
- package/src/models/SubscriptionPlanResponse.ts +1 -1
- package/src/models/SubtreeChunkGroup.ts +1 -1
- package/src/models/SubtreeChunksResponse.ts +1 -1
- package/src/models/SupportedIdP.ts +1 -1
- package/src/models/SupportedLanguage.ts +1 -1
- package/src/models/TableCellChange.ts +1 -1
- package/src/models/TableSearchResult.ts +137 -0
- package/src/models/TagOrder.ts +1 -1
- package/src/models/TagResponse.ts +1 -1
- package/src/models/TemporalWorkflowStatusResponse.ts +1 -1
- package/src/models/TenantBrandingResponse.ts +1 -1
- package/src/models/TenantGroupOrder.ts +1 -1
- package/src/models/TenantQuotaStateResponse.ts +1 -1
- package/src/models/TenantResponse.ts +1 -1
- package/src/models/TenantSettingsResponse.ts +1 -1
- package/src/models/TenantSettingsUpdate.ts +1 -1
- package/src/models/TenantUserEditRequest.ts +1 -1
- package/src/models/TenantUserOrder.ts +1 -1
- package/src/models/TenantUserResponse.ts +1 -1
- package/src/models/TenantUserRole.ts +1 -1
- package/src/models/TestConnectionRequest.ts +132 -0
- package/src/models/TestConnectionResponse.ts +94 -0
- package/src/models/TextDiff.ts +1 -1
- package/src/models/TextPart.ts +1 -1
- package/src/models/TextPartOrReasoningPartOrToolPartOrDocEditPart.ts +1 -1
- package/src/models/ThreadMessageContent.ts +1 -1
- package/src/models/ThreadMessageDetails.ts +1 -1
- package/src/models/ThreadMessageResponse.ts +1 -1
- package/src/models/ThreadOrder.ts +1 -1
- package/src/models/ThreadResponse.ts +1 -1
- package/src/models/ToolDisplayType.ts +69 -0
- package/src/models/ToolPart.ts +16 -1
- package/src/models/ToolStatus.ts +1 -1
- package/src/models/TransferOwnerRequest.ts +1 -1
- package/src/models/TransferOwnerResponse.ts +1 -1
- package/src/models/TrashItemResponse.ts +1 -1
- package/src/models/UpdateApiConnectionRequest.ts +1 -1
- package/src/models/UpdateChunkContentRequest.ts +1 -1
- package/src/models/UpdateChunkMetadataRequest.ts +1 -1
- package/src/models/UpdateDataSourceRequest.ts +25 -6
- package/src/models/UpdateDocumentRequest.ts +1 -1
- package/src/models/UpdateFolderRequest.ts +1 -1
- package/src/models/UpdateGroupPermissionRequest.ts +1 -1
- package/src/models/UpdateGroupRequest.ts +1 -1
- package/src/models/UpdateInviteRequest.ts +1 -1
- package/src/models/UpdatePermissionRequest.ts +1 -1
- package/src/models/UpdateSectionRequest.ts +1 -1
- package/src/models/UpdateTableRequest.ts +1 -9
- package/src/models/UpdateTagRequest.ts +1 -1
- package/src/models/UpdateTenantRequest.ts +1 -1
- package/src/models/UpdateThreadRequest.ts +1 -1
- package/src/models/UpdateUserRequest.ts +1 -1
- package/src/models/UpdateWorkflowDefinitionRequest.ts +1 -1
- package/src/models/UpdateWorkflowRunRequest.ts +1 -1
- package/src/models/UsageMetric.ts +1 -1
- package/src/models/UserInfo.ts +1 -1
- package/src/models/UserMessageRequest.ts +1 -1
- package/src/models/UserMessageResponse.ts +10 -1
- package/src/models/UserPermissionOrder.ts +1 -1
- package/src/models/UserResponse.ts +1 -1
- package/src/models/ValidateResetCodeRequest.ts +1 -1
- package/src/models/ValidationError.ts +1 -1
- package/src/models/VersionChunkIdsResponse.ts +1 -1
- package/src/models/VersionDiffResponse.ts +1 -1
- package/src/models/WorkflowActionResponse.ts +1 -1
- package/src/models/WorkflowAdoptionStats.ts +1 -1
- package/src/models/WorkflowCallbackResponse.ts +1 -1
- package/src/models/WorkflowCancelResponse.ts +1 -1
- package/src/models/WorkflowDefinitionOrder.ts +1 -1
- package/src/models/WorkflowDefinitionResponse.ts +1 -1
- package/src/models/WorkflowDetailResponse.ts +1 -1
- package/src/models/WorkflowExecutionState.ts +1 -1
- package/src/models/WorkflowRunAsset.ts +4 -4
- package/src/models/WorkflowRunCallbackRequest.ts +1 -1
- package/src/models/WorkflowRunOrder.ts +1 -1
- package/src/models/WorkflowRunResponse.ts +32 -67
- package/src/models/WorkflowRunSnapshot.ts +1 -1
- package/src/models/WorkflowRunSummaryResponse.ts +1 -1
- package/src/models/WorkflowSummaryResponse.ts +1 -1
- package/src/models/XlsxCellAnchorInput.ts +1 -1
- package/src/models/XlsxCellAnchorInputOrDocxParagraphAnchorInput.ts +1 -1
- package/src/models/XlsxCellAnchorOutput.ts +1 -1
- package/src/models/XlsxCellAnchorOutputOrDocxParagraphAnchorOutput.ts +1 -1
- package/src/models/index.ts +10 -1
- package/src/runtime.ts +1 -1
- package/dist/esm/models/DataSourceDescriptionResponse.d.ts +0 -53
- package/dist/esm/models/DataSourceDescriptionResponse.js +0 -48
- package/dist/models/DataSourceDescriptionResponse.d.ts +0 -53
- package/dist/models/DataSourceDescriptionResponse.js +0 -56
- package/src/models/DataSourceDescriptionResponse.ts +0 -92
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -300,7 +300,7 @@ export interface WorkflowRunsApiInterface {
|
|
|
300
300
|
retryWorkflowRunRequestOpts(requestParameters: RetryWorkflowRunRequest): Promise<runtime.RequestOpts>;
|
|
301
301
|
|
|
302
302
|
/**
|
|
303
|
-
* Re-run a FAILED run (including a user-stopped one) in place. Flips ``FAILED -> IN_PROGRESS`` against the run\'s existing snapshot and re-dispatches the agent. 409 if the run is not FAILED (NOT_STARTED/PENDING use Start; COMPLETED is cloned) or was never started. Triggerer or OWNER/ADMIN only.
|
|
303
|
+
* Re-run a FAILED run (including a user-stopped one) in place. Flips ``FAILED -> IN_PROGRESS`` against the run\'s existing snapshot and re-dispatches the agent. 409 if the run is not FAILED (NOT_STARTED/PENDING use Start; COMPLETED is cloned) or was never started. Triggerer or OWNER/ADMIN only. Runs in the background — poll ``GET /v1/workflow-runs/{run_id}`` (also given in the ``Location`` header) until ``execution_state`` is COMPLETED or FAILED.
|
|
304
304
|
* @summary Retry Workflow Run Handler
|
|
305
305
|
* @param {string} runId
|
|
306
306
|
* @param {*} [options] Override http request option.
|
|
@@ -310,7 +310,7 @@ export interface WorkflowRunsApiInterface {
|
|
|
310
310
|
retryWorkflowRunRaw(requestParameters: RetryWorkflowRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowRunResponse>>;
|
|
311
311
|
|
|
312
312
|
/**
|
|
313
|
-
* Re-run a FAILED run (including a user-stopped one) in place. Flips ``FAILED -> IN_PROGRESS`` against the run\'s existing snapshot and re-dispatches the agent. 409 if the run is not FAILED (NOT_STARTED/PENDING use Start; COMPLETED is cloned) or was never started. Triggerer or OWNER/ADMIN only.
|
|
313
|
+
* Re-run a FAILED run (including a user-stopped one) in place. Flips ``FAILED -> IN_PROGRESS`` against the run\'s existing snapshot and re-dispatches the agent. 409 if the run is not FAILED (NOT_STARTED/PENDING use Start; COMPLETED is cloned) or was never started. Triggerer or OWNER/ADMIN only. Runs in the background — poll ``GET /v1/workflow-runs/{run_id}`` (also given in the ``Location`` header) until ``execution_state`` is COMPLETED or FAILED.
|
|
314
314
|
* Retry Workflow Run Handler
|
|
315
315
|
*/
|
|
316
316
|
retryWorkflowRun(requestParameters: RetryWorkflowRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowRunResponse>;
|
|
@@ -351,7 +351,7 @@ export interface WorkflowRunsApiInterface {
|
|
|
351
351
|
startWorkflowRunRequestOpts(requestParameters: StartWorkflowRunOperationRequest): Promise<runtime.RequestOpts>;
|
|
352
352
|
|
|
353
353
|
/**
|
|
354
|
-
* Flip a NOT_STARTED run to IN_PROGRESS and dispatch its agent run. Idempotent on IN_PROGRESS (returns the row). Terminal states → 409. Inputs still ingesting or in a failed terminal state → 409. The snapshot is built at this point (KB DOCUMENTs resolve to active versions, uploaded DVs are walked from inputs/, KB FOLDERs stay live). The body is optional; ``user_message`` (when sent) is pinned into the snapshot and shown in the run thread (see ``StartWorkflowRunRequest``).
|
|
354
|
+
* Flip a NOT_STARTED run to IN_PROGRESS and dispatch its agent run. Idempotent on IN_PROGRESS (returns the row). Terminal states → 409. Inputs still ingesting or in a failed terminal state → 409. The snapshot is built at this point (KB DOCUMENTs resolve to active versions, uploaded DVs are walked from inputs/, KB FOLDERs stay live). The body is optional; ``user_message`` (when sent) is pinned into the snapshot and shown in the run thread (see ``StartWorkflowRunRequest``). The run executes in the background — poll ``GET /v1/workflow-runs/{run_id}`` (also given in the ``Location`` header) until ``execution_state`` is COMPLETED or FAILED. There is no completion webhook.
|
|
355
355
|
* @summary Start Workflow Run Handler
|
|
356
356
|
* @param {string} runId
|
|
357
357
|
* @param {StartWorkflowRunRequest} [startWorkflowRunRequest]
|
|
@@ -362,7 +362,7 @@ export interface WorkflowRunsApiInterface {
|
|
|
362
362
|
startWorkflowRunRaw(requestParameters: StartWorkflowRunOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowRunResponse>>;
|
|
363
363
|
|
|
364
364
|
/**
|
|
365
|
-
* Flip a NOT_STARTED run to IN_PROGRESS and dispatch its agent run. Idempotent on IN_PROGRESS (returns the row). Terminal states → 409. Inputs still ingesting or in a failed terminal state → 409. The snapshot is built at this point (KB DOCUMENTs resolve to active versions, uploaded DVs are walked from inputs/, KB FOLDERs stay live). The body is optional; ``user_message`` (when sent) is pinned into the snapshot and shown in the run thread (see ``StartWorkflowRunRequest``).
|
|
365
|
+
* Flip a NOT_STARTED run to IN_PROGRESS and dispatch its agent run. Idempotent on IN_PROGRESS (returns the row). Terminal states → 409. Inputs still ingesting or in a failed terminal state → 409. The snapshot is built at this point (KB DOCUMENTs resolve to active versions, uploaded DVs are walked from inputs/, KB FOLDERs stay live). The body is optional; ``user_message`` (when sent) is pinned into the snapshot and shown in the run thread (see ``StartWorkflowRunRequest``). The run executes in the background — poll ``GET /v1/workflow-runs/{run_id}`` (also given in the ``Location`` header) until ``execution_state`` is COMPLETED or FAILED. There is no completion webhook.
|
|
366
366
|
* Start Workflow Run Handler
|
|
367
367
|
*/
|
|
368
368
|
startWorkflowRun(requestParameters: StartWorkflowRunOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowRunResponse>;
|
|
@@ -826,7 +826,7 @@ export class WorkflowRunsApi extends runtime.BaseAPI implements WorkflowRunsApiI
|
|
|
826
826
|
}
|
|
827
827
|
|
|
828
828
|
/**
|
|
829
|
-
* Re-run a FAILED run (including a user-stopped one) in place. Flips ``FAILED -> IN_PROGRESS`` against the run\'s existing snapshot and re-dispatches the agent. 409 if the run is not FAILED (NOT_STARTED/PENDING use Start; COMPLETED is cloned) or was never started. Triggerer or OWNER/ADMIN only.
|
|
829
|
+
* Re-run a FAILED run (including a user-stopped one) in place. Flips ``FAILED -> IN_PROGRESS`` against the run\'s existing snapshot and re-dispatches the agent. 409 if the run is not FAILED (NOT_STARTED/PENDING use Start; COMPLETED is cloned) or was never started. Triggerer or OWNER/ADMIN only. Runs in the background — poll ``GET /v1/workflow-runs/{run_id}`` (also given in the ``Location`` header) until ``execution_state`` is COMPLETED or FAILED.
|
|
830
830
|
* Retry Workflow Run Handler
|
|
831
831
|
*/
|
|
832
832
|
async retryWorkflowRunRaw(requestParameters: RetryWorkflowRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowRunResponse>> {
|
|
@@ -837,7 +837,7 @@ export class WorkflowRunsApi extends runtime.BaseAPI implements WorkflowRunsApiI
|
|
|
837
837
|
}
|
|
838
838
|
|
|
839
839
|
/**
|
|
840
|
-
* Re-run a FAILED run (including a user-stopped one) in place. Flips ``FAILED -> IN_PROGRESS`` against the run\'s existing snapshot and re-dispatches the agent. 409 if the run is not FAILED (NOT_STARTED/PENDING use Start; COMPLETED is cloned) or was never started. Triggerer or OWNER/ADMIN only.
|
|
840
|
+
* Re-run a FAILED run (including a user-stopped one) in place. Flips ``FAILED -> IN_PROGRESS`` against the run\'s existing snapshot and re-dispatches the agent. 409 if the run is not FAILED (NOT_STARTED/PENDING use Start; COMPLETED is cloned) or was never started. Triggerer or OWNER/ADMIN only. Runs in the background — poll ``GET /v1/workflow-runs/{run_id}`` (also given in the ``Location`` header) until ``execution_state`` is COMPLETED or FAILED.
|
|
841
841
|
* Retry Workflow Run Handler
|
|
842
842
|
*/
|
|
843
843
|
async retryWorkflowRun(requestParameters: RetryWorkflowRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowRunResponse> {
|
|
@@ -949,7 +949,7 @@ export class WorkflowRunsApi extends runtime.BaseAPI implements WorkflowRunsApiI
|
|
|
949
949
|
}
|
|
950
950
|
|
|
951
951
|
/**
|
|
952
|
-
* Flip a NOT_STARTED run to IN_PROGRESS and dispatch its agent run. Idempotent on IN_PROGRESS (returns the row). Terminal states → 409. Inputs still ingesting or in a failed terminal state → 409. The snapshot is built at this point (KB DOCUMENTs resolve to active versions, uploaded DVs are walked from inputs/, KB FOLDERs stay live). The body is optional; ``user_message`` (when sent) is pinned into the snapshot and shown in the run thread (see ``StartWorkflowRunRequest``).
|
|
952
|
+
* Flip a NOT_STARTED run to IN_PROGRESS and dispatch its agent run. Idempotent on IN_PROGRESS (returns the row). Terminal states → 409. Inputs still ingesting or in a failed terminal state → 409. The snapshot is built at this point (KB DOCUMENTs resolve to active versions, uploaded DVs are walked from inputs/, KB FOLDERs stay live). The body is optional; ``user_message`` (when sent) is pinned into the snapshot and shown in the run thread (see ``StartWorkflowRunRequest``). The run executes in the background — poll ``GET /v1/workflow-runs/{run_id}`` (also given in the ``Location`` header) until ``execution_state`` is COMPLETED or FAILED. There is no completion webhook.
|
|
953
953
|
* Start Workflow Run Handler
|
|
954
954
|
*/
|
|
955
955
|
async startWorkflowRunRaw(requestParameters: StartWorkflowRunOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowRunResponse>> {
|
|
@@ -960,7 +960,7 @@ export class WorkflowRunsApi extends runtime.BaseAPI implements WorkflowRunsApiI
|
|
|
960
960
|
}
|
|
961
961
|
|
|
962
962
|
/**
|
|
963
|
-
* Flip a NOT_STARTED run to IN_PROGRESS and dispatch its agent run. Idempotent on IN_PROGRESS (returns the row). Terminal states → 409. Inputs still ingesting or in a failed terminal state → 409. The snapshot is built at this point (KB DOCUMENTs resolve to active versions, uploaded DVs are walked from inputs/, KB FOLDERs stay live). The body is optional; ``user_message`` (when sent) is pinned into the snapshot and shown in the run thread (see ``StartWorkflowRunRequest``).
|
|
963
|
+
* Flip a NOT_STARTED run to IN_PROGRESS and dispatch its agent run. Idempotent on IN_PROGRESS (returns the row). Terminal states → 409. Inputs still ingesting or in a failed terminal state → 409. The snapshot is built at this point (KB DOCUMENTs resolve to active versions, uploaded DVs are walked from inputs/, KB FOLDERs stay live). The body is optional; ``user_message`` (when sent) is pinned into the snapshot and shown in the run thread (see ``StartWorkflowRunRequest``). The run executes in the background — poll ``GET /v1/workflow-runs/{run_id}`` (also given in the ``Location`` header) until ``execution_state`` is COMPLETED or FAILED. There is no completion webhook.
|
|
964
964
|
* Start Workflow Run Handler
|
|
965
965
|
*/
|
|
966
966
|
async startWorkflowRun(requestParameters: StartWorkflowRunOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowRunResponse> {
|
package/src/apis/index.ts
CHANGED
|
@@ -23,6 +23,7 @@ export * from './PathPartsApi';
|
|
|
23
23
|
export * from './PublicApi';
|
|
24
24
|
export * from './SectionsApi';
|
|
25
25
|
export * from './SubscriptionsApi';
|
|
26
|
+
export * from './SystemJobsApi';
|
|
26
27
|
export * from './TagsApi';
|
|
27
28
|
export * from './TenantGroupsApi';
|
|
28
29
|
export * from './TenantsApi';
|
|
@@ -34,4 +35,3 @@ export * from './UsersApi';
|
|
|
34
35
|
export * from './WorkflowDefinitionsApi';
|
|
35
36
|
export * from './WorkflowMemoryApi';
|
|
36
37
|
export * from './WorkflowRunsApi';
|
|
37
|
-
export * from './WorkflowsApi';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
package/src/models/Args.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
package/src/models/AskRequest.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
package/src/models/BlockKind.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
package/src/models/CellChange.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
package/src/models/CellDiff.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Knowledge Stack API
|
|
5
|
-
* Knowledge Stack backend API for authentication and knowledge management
|
|
5
|
+
* Knowledge Stack backend API for authentication and knowledge management. ## Integrating (RPA / machine clients) **Base URL.** Knowledge Stack is self-hosted — point at your own deployment host (see `servers`). The `localhost` entry is for local development only. **Authentication.** Send `Authorization: Bearer <api-key>` on every request. Mint an API key once via `POST /v1/api-keys` from a signed-in browser session; the raw `sk-user-...` secret is returned **only** at creation, so store it then. A key inherits its owning user\'s live tenant role and path permissions — create RPA keys from a least-privilege user, and set `expires_at` for rotation. The `ks_uat` cookie scheme is browser-only and cannot be used by headless clients. **Async work is polled, not pushed.** There are no outbound webhooks. - `POST /v1/documents/ingest` returns `201` immediately with a `workflow_id`; poll `GET /v1/system-jobs/document_versions/{workflow_id}` until `status` is terminal (anything other than `pending`/`processing`). The `Location` response header points at this poll resource. - `POST /v1/workflow-runs/{run_id}/start` returns `202`; poll `GET /v1/workflow-runs/{run_id}` until `execution_state` is `COMPLETED` or `FAILED`. The `Location` header points at the run resource. - `POST /v1/agent/ask` is **synchronous** — it blocks until the agent finishes and returns the answer inline. Use a generous HTTP timeout. **Pagination.** List endpoints accept `limit`/`offset` and return `{items, total, limit, offset}`. **Errors.** Every non-2xx body is `{detail, code, request_id}`. `code` is a stable value from a closed set (see the `ErrorResponse` schema\'s `code` enum) — branch on it rather than parsing `detail`. Quota rejections return `429` with a `Retry-After` header; transient lock contention returns a retryable `503`. Quote `request_id` (also the `x-request-id` response header) to support. **Idempotency.** `POST /v1/workflow-runs` accepts an `idempotency_key` to dedupe retried run creation. `agent/ask` charges one message *before* running and does not refund a client-cancelled call.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|