@knowledge-stack/ksapi 1.95.3 → 1.96.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 +82 -4
- package/README.md +79 -10
- package/dist/apis/AgentApi.d.ts +0 -12
- package/dist/apis/AgentApi.js +12 -4
- package/dist/apis/ApiKeysApi.d.ts +6 -20
- package/dist/apis/ApiKeysApi.js +6 -6
- package/dist/apis/AuditEventsApi.d.ts +85 -0
- package/dist/apis/AuditEventsApi.js +134 -0
- package/dist/apis/AuthApi.d.ts +0 -24
- package/dist/apis/AuthApi.js +24 -8
- package/dist/apis/ChunkLineagesApi.d.ts +0 -18
- package/dist/apis/ChunkLineagesApi.js +18 -6
- package/dist/apis/ChunksApi.d.ts +0 -54
- package/dist/apis/ChunksApi.js +54 -18
- package/dist/apis/DataSourcesApi.d.ts +304 -0
- package/dist/apis/DataSourcesApi.js +421 -0
- package/dist/apis/DocumentCheckoutApi.d.ts +0 -18
- package/dist/apis/DocumentCheckoutApi.js +18 -6
- package/dist/apis/DocumentVersionsApi.d.ts +83 -49
- package/dist/apis/DocumentVersionsApi.js +150 -16
- package/dist/apis/DocumentsApi.d.ts +58 -47
- package/dist/apis/DocumentsApi.js +107 -16
- package/dist/apis/FeedbackApi.d.ts +0 -18
- package/dist/apis/FeedbackApi.js +18 -6
- package/dist/apis/FoldersApi.d.ts +13 -61
- package/dist/apis/FoldersApi.js +52 -20
- package/dist/apis/InvitesApi.d.ts +0 -30
- package/dist/apis/InvitesApi.js +30 -10
- package/dist/apis/MemoryApi.d.ts +207 -0
- package/dist/apis/MemoryApi.js +306 -0
- package/dist/apis/PathPartApprovalsApi.d.ts +0 -12
- package/dist/apis/PathPartApprovalsApi.js +12 -4
- package/dist/apis/PathPartsApi.d.ts +45 -55
- package/dist/apis/PathPartsApi.js +111 -18
- package/dist/apis/SectionsApi.d.ts +0 -36
- package/dist/apis/SectionsApi.js +36 -12
- package/dist/apis/SubscriptionsApi.d.ts +0 -12
- package/dist/apis/SubscriptionsApi.js +12 -4
- package/dist/apis/TagsApi.d.ts +0 -30
- package/dist/apis/TagsApi.js +30 -10
- package/dist/apis/TenantGroupsApi.d.ts +6 -86
- package/dist/apis/TenantGroupsApi.js +84 -32
- package/dist/apis/TenantsApi.d.ts +0 -72
- package/dist/apis/TenantsApi.js +72 -24
- package/dist/apis/ThreadMessagesApi.d.ts +0 -18
- package/dist/apis/ThreadMessagesApi.js +18 -6
- package/dist/apis/ThreadsApi.d.ts +0 -42
- package/dist/apis/ThreadsApi.js +42 -14
- package/dist/apis/TrashApi.d.ts +143 -0
- package/dist/apis/TrashApi.js +210 -0
- package/dist/apis/UserPermissionsApi.d.ts +0 -24
- package/dist/apis/UserPermissionsApi.js +24 -8
- package/dist/apis/UsersApi.d.ts +12 -46
- package/dist/apis/UsersApi.js +42 -22
- package/dist/apis/WorkflowDefinitionsApi.d.ts +0 -42
- package/dist/apis/WorkflowDefinitionsApi.js +42 -14
- package/dist/apis/WorkflowMemoryApi.d.ts +0 -30
- package/dist/apis/WorkflowMemoryApi.js +30 -10
- package/dist/apis/WorkflowRunsApi.d.ts +4 -58
- package/dist/apis/WorkflowRunsApi.js +56 -20
- package/dist/apis/WorkflowsApi.d.ts +0 -30
- package/dist/apis/WorkflowsApi.js +30 -10
- package/dist/apis/index.d.ts +4 -0
- package/dist/apis/index.js +4 -0
- package/dist/esm/apis/AgentApi.d.ts +0 -12
- package/dist/esm/apis/AgentApi.js +12 -4
- package/dist/esm/apis/ApiKeysApi.d.ts +6 -20
- package/dist/esm/apis/ApiKeysApi.js +6 -6
- package/dist/esm/apis/AuditEventsApi.d.ts +85 -0
- package/dist/esm/apis/AuditEventsApi.js +97 -0
- package/dist/esm/apis/AuthApi.d.ts +0 -24
- package/dist/esm/apis/AuthApi.js +24 -8
- package/dist/esm/apis/ChunkLineagesApi.d.ts +0 -18
- package/dist/esm/apis/ChunkLineagesApi.js +18 -6
- package/dist/esm/apis/ChunksApi.d.ts +0 -54
- package/dist/esm/apis/ChunksApi.js +54 -18
- package/dist/esm/apis/DataSourcesApi.d.ts +304 -0
- package/dist/esm/apis/DataSourcesApi.js +384 -0
- package/dist/esm/apis/DocumentCheckoutApi.d.ts +0 -18
- package/dist/esm/apis/DocumentCheckoutApi.js +18 -6
- package/dist/esm/apis/DocumentVersionsApi.d.ts +83 -49
- package/dist/esm/apis/DocumentVersionsApi.js +151 -17
- package/dist/esm/apis/DocumentsApi.d.ts +58 -47
- package/dist/esm/apis/DocumentsApi.js +108 -17
- package/dist/esm/apis/FeedbackApi.d.ts +0 -18
- package/dist/esm/apis/FeedbackApi.js +18 -6
- package/dist/esm/apis/FoldersApi.d.ts +13 -61
- package/dist/esm/apis/FoldersApi.js +53 -21
- package/dist/esm/apis/InvitesApi.d.ts +0 -30
- package/dist/esm/apis/InvitesApi.js +30 -10
- package/dist/esm/apis/MemoryApi.d.ts +207 -0
- package/dist/esm/apis/MemoryApi.js +269 -0
- package/dist/esm/apis/PathPartApprovalsApi.d.ts +0 -12
- package/dist/esm/apis/PathPartApprovalsApi.js +12 -4
- package/dist/esm/apis/PathPartsApi.d.ts +45 -55
- package/dist/esm/apis/PathPartsApi.js +112 -19
- package/dist/esm/apis/SectionsApi.d.ts +0 -36
- package/dist/esm/apis/SectionsApi.js +36 -12
- package/dist/esm/apis/SubscriptionsApi.d.ts +0 -12
- package/dist/esm/apis/SubscriptionsApi.js +12 -4
- package/dist/esm/apis/TagsApi.d.ts +0 -30
- package/dist/esm/apis/TagsApi.js +30 -10
- package/dist/esm/apis/TenantGroupsApi.d.ts +6 -86
- package/dist/esm/apis/TenantGroupsApi.js +84 -32
- package/dist/esm/apis/TenantsApi.d.ts +0 -72
- package/dist/esm/apis/TenantsApi.js +72 -24
- package/dist/esm/apis/ThreadMessagesApi.d.ts +0 -18
- package/dist/esm/apis/ThreadMessagesApi.js +18 -6
- package/dist/esm/apis/ThreadsApi.d.ts +0 -42
- package/dist/esm/apis/ThreadsApi.js +42 -14
- package/dist/esm/apis/TrashApi.d.ts +143 -0
- package/dist/esm/apis/TrashApi.js +173 -0
- package/dist/esm/apis/UserPermissionsApi.d.ts +0 -24
- package/dist/esm/apis/UserPermissionsApi.js +24 -8
- package/dist/esm/apis/UsersApi.d.ts +12 -46
- package/dist/esm/apis/UsersApi.js +42 -22
- package/dist/esm/apis/WorkflowDefinitionsApi.d.ts +0 -42
- package/dist/esm/apis/WorkflowDefinitionsApi.js +42 -14
- package/dist/esm/apis/WorkflowMemoryApi.d.ts +0 -30
- package/dist/esm/apis/WorkflowMemoryApi.js +30 -10
- package/dist/esm/apis/WorkflowRunsApi.d.ts +4 -58
- package/dist/esm/apis/WorkflowRunsApi.js +56 -20
- package/dist/esm/apis/WorkflowsApi.d.ts +0 -30
- package/dist/esm/apis/WorkflowsApi.js +30 -10
- package/dist/esm/apis/index.d.ts +4 -0
- package/dist/esm/apis/index.js +4 -0
- package/dist/esm/models/AccessCheckResponse.d.ts +59 -0
- package/dist/esm/models/AccessCheckResponse.js +50 -0
- package/dist/esm/models/CatalogColumnResponse.d.ts +59 -0
- package/dist/esm/models/CatalogColumnResponse.js +52 -0
- package/dist/esm/models/CatalogTableResponse.d.ts +54 -0
- package/dist/esm/models/CatalogTableResponse.js +49 -0
- package/dist/esm/models/CellChange.d.ts +72 -0
- package/dist/esm/models/CellChange.js +61 -0
- package/dist/esm/models/CellChangeType.d.ts +26 -0
- package/dist/esm/models/CellChangeType.js +44 -0
- package/dist/esm/models/CellDiff.d.ts +72 -0
- package/dist/esm/models/CellDiff.js +61 -0
- package/dist/esm/models/ColumnConfig.d.ts +71 -0
- package/dist/esm/models/ColumnConfig.js +52 -0
- package/dist/esm/models/ConnectionConfig.d.ts +71 -0
- package/dist/esm/models/ConnectionConfig.js +58 -0
- package/dist/esm/models/CreateDataSourceRequest.d.ts +67 -0
- package/dist/esm/models/CreateDataSourceRequest.js +62 -0
- package/dist/esm/models/CreateGroupPermissionRequest.d.ts +6 -0
- package/dist/esm/models/CreateGroupPermissionRequest.js +2 -0
- package/dist/esm/models/CreatePermissionRequest.d.ts +6 -0
- package/dist/esm/models/CreatePermissionRequest.js +2 -0
- package/dist/esm/models/CreateWorkflowDefinitionRequest.d.ts +6 -0
- package/dist/esm/models/CreateWorkflowDefinitionRequest.js +4 -0
- package/dist/esm/models/DataSourceCatalogResponse.d.ts +48 -0
- package/dist/esm/models/DataSourceCatalogResponse.js +45 -0
- package/dist/esm/models/DataSourceDetailResponse.d.ts +55 -0
- package/dist/esm/models/DataSourceDetailResponse.js +50 -0
- package/dist/esm/models/DataSourceEngine.d.ts +25 -0
- package/dist/esm/models/DataSourceEngine.js +43 -0
- package/dist/esm/models/DataSourceQueryRequest.d.ts +53 -0
- package/dist/esm/models/DataSourceQueryRequest.js +53 -0
- package/dist/esm/models/DataSourceQueryResponse.d.ts +71 -0
- package/dist/esm/models/DataSourceQueryResponse.js +60 -0
- package/dist/esm/models/DataSourceResponse.d.ts +119 -0
- package/dist/esm/models/DataSourceResponse.js +90 -0
- package/dist/esm/models/DataSourceTableResponse.d.ts +135 -0
- package/dist/esm/models/DataSourceTableResponse.js +101 -0
- package/dist/esm/models/DiffFormat.d.ts +25 -0
- package/dist/esm/models/DiffFormat.js +43 -0
- package/dist/esm/models/DiffRow.d.ts +90 -0
- package/dist/esm/models/DiffRow.js +58 -0
- package/dist/esm/models/DiffRowType.d.ts +27 -0
- package/dist/esm/models/DiffRowType.js +45 -0
- package/dist/esm/models/DiffSpan.d.ts +53 -0
- package/dist/esm/models/DiffSpan.js +48 -0
- package/dist/esm/models/DocumentDownloadResponse.d.ts +72 -0
- package/dist/esm/models/DocumentDownloadResponse.js +61 -0
- package/dist/esm/models/DocumentResponse.d.ts +4 -3
- package/dist/esm/models/DocumentResponse.js +3 -2
- package/dist/esm/models/DownloadArtifact.d.ts +25 -0
- package/dist/esm/models/DownloadArtifact.js +43 -0
- package/dist/esm/models/EventResponse.d.ts +7 -0
- package/dist/esm/models/EventResponse.js +3 -0
- package/dist/esm/models/FolderResponse.d.ts +4 -3
- package/dist/esm/models/FolderResponse.js +3 -2
- package/dist/esm/models/FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponseOrDataSourceResponseOrDataSourceTableResponse.d.ts +39 -0
- package/dist/esm/models/{FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponse.js → FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponseOrDataSourceResponseOrDataSourceTableResponse.js} +16 -6
- package/dist/esm/models/GroupPermissionResponse.d.ts +6 -0
- package/dist/esm/models/GroupPermissionResponse.js +4 -0
- package/dist/esm/models/ItemPermissions.d.ts +73 -0
- package/dist/esm/models/ItemPermissions.js +56 -0
- package/dist/esm/models/MemoryBodyResponse.d.ts +60 -0
- package/dist/esm/models/MemoryBodyResponse.js +53 -0
- package/dist/esm/models/MemoryScope.d.ts +29 -0
- package/dist/esm/models/MemoryScope.js +47 -0
- package/dist/esm/models/ModelTableRequest.d.ts +66 -0
- package/dist/esm/models/ModelTableRequest.js +51 -0
- package/dist/esm/models/PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDataSourceResponseDataSourceTableResponseDiscriminator.d.ts +66 -0
- package/dist/esm/models/{PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDiscriminator.js → PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDataSourceResponseDataSourceTableResponseDiscriminator.js} +12 -12
- package/dist/esm/models/PaginatedResponsePendingMemoryChunkResponse.d.ts +66 -0
- package/dist/esm/models/PaginatedResponsePendingMemoryChunkResponse.js +70 -0
- package/dist/esm/models/PaginatedResponseTrashItemResponse.d.ts +66 -0
- package/dist/esm/models/PaginatedResponseTrashItemResponse.js +70 -0
- package/dist/esm/models/PartType.d.ts +2 -0
- package/dist/esm/models/PartType.js +3 -1
- package/dist/esm/models/PathPartResponse.d.ts +4 -9
- package/dist/esm/models/PathPartResponse.js +4 -7
- package/dist/esm/models/PendingMemoryChunkResponse.d.ts +91 -0
- package/dist/esm/models/PendingMemoryChunkResponse.js +74 -0
- package/dist/esm/models/PermissionCapability.d.ts +2 -1
- package/dist/esm/models/PermissionCapability.js +3 -2
- package/dist/esm/models/PermissionResponse.d.ts +6 -0
- package/dist/esm/models/PermissionResponse.js +4 -0
- package/dist/esm/models/ProposeMemoryChunkRequest.d.ts +79 -0
- package/dist/esm/models/ProposeMemoryChunkRequest.js +71 -0
- package/dist/esm/models/ProposedMemoryChunkResponse.d.ts +91 -0
- package/dist/esm/models/ProposedMemoryChunkResponse.js +74 -0
- package/dist/esm/models/ReferenceType.d.ts +2 -0
- package/dist/esm/models/ReferenceType.js +2 -0
- package/dist/esm/models/TextDiff.d.ts +72 -0
- package/dist/esm/models/TextDiff.js +61 -0
- package/dist/esm/models/TrashItemResponse.d.ts +90 -0
- package/dist/esm/models/TrashItemResponse.js +73 -0
- package/dist/esm/models/UpdateGroupPermissionRequest.d.ts +6 -0
- package/dist/esm/models/UpdateGroupPermissionRequest.js +2 -0
- package/dist/esm/models/UpdatePermissionRequest.d.ts +6 -0
- package/dist/esm/models/UpdatePermissionRequest.js +2 -0
- package/dist/esm/models/UpdateTableRequest.d.ts +54 -0
- package/dist/esm/models/UpdateTableRequest.js +45 -0
- package/dist/esm/models/VersionDiffResponse.d.ts +89 -0
- package/dist/esm/models/VersionDiffResponse.js +63 -0
- package/dist/esm/models/WorkflowDefinitionResponse.d.ts +7 -0
- package/dist/esm/models/WorkflowDefinitionResponse.js +3 -0
- package/dist/esm/models/WorkflowRunResponse.d.ts +7 -0
- package/dist/esm/models/WorkflowRunResponse.js +3 -0
- package/dist/esm/models/index.d.ts +37 -2
- package/dist/esm/models/index.js +37 -2
- package/dist/models/AccessCheckResponse.d.ts +59 -0
- package/dist/models/AccessCheckResponse.js +58 -0
- package/dist/models/CatalogColumnResponse.d.ts +59 -0
- package/dist/models/CatalogColumnResponse.js +60 -0
- package/dist/models/CatalogTableResponse.d.ts +54 -0
- package/dist/models/CatalogTableResponse.js +57 -0
- package/dist/models/CellChange.d.ts +72 -0
- package/dist/models/CellChange.js +69 -0
- package/dist/models/CellChangeType.d.ts +26 -0
- package/dist/models/CellChangeType.js +52 -0
- package/dist/models/CellDiff.d.ts +72 -0
- package/dist/models/CellDiff.js +69 -0
- package/dist/models/ColumnConfig.d.ts +71 -0
- package/dist/models/ColumnConfig.js +60 -0
- package/dist/models/ConnectionConfig.d.ts +71 -0
- package/dist/models/ConnectionConfig.js +66 -0
- package/dist/models/CreateDataSourceRequest.d.ts +67 -0
- package/dist/models/CreateDataSourceRequest.js +70 -0
- package/dist/models/CreateGroupPermissionRequest.d.ts +6 -0
- package/dist/models/CreateGroupPermissionRequest.js +2 -0
- package/dist/models/CreatePermissionRequest.d.ts +6 -0
- package/dist/models/CreatePermissionRequest.js +2 -0
- package/dist/models/CreateWorkflowDefinitionRequest.d.ts +6 -0
- package/dist/models/CreateWorkflowDefinitionRequest.js +4 -0
- package/dist/models/DataSourceCatalogResponse.d.ts +48 -0
- package/dist/models/DataSourceCatalogResponse.js +53 -0
- package/dist/models/DataSourceDetailResponse.d.ts +55 -0
- package/dist/models/DataSourceDetailResponse.js +58 -0
- package/dist/models/DataSourceEngine.d.ts +25 -0
- package/dist/models/DataSourceEngine.js +51 -0
- package/dist/models/DataSourceQueryRequest.d.ts +53 -0
- package/dist/models/DataSourceQueryRequest.js +61 -0
- package/dist/models/DataSourceQueryResponse.d.ts +71 -0
- package/dist/models/DataSourceQueryResponse.js +68 -0
- package/dist/models/DataSourceResponse.d.ts +119 -0
- package/dist/models/DataSourceResponse.js +98 -0
- package/dist/models/DataSourceTableResponse.d.ts +135 -0
- package/dist/models/DataSourceTableResponse.js +109 -0
- package/dist/models/DiffFormat.d.ts +25 -0
- package/dist/models/DiffFormat.js +51 -0
- package/dist/models/DiffRow.d.ts +90 -0
- package/dist/models/DiffRow.js +66 -0
- package/dist/models/DiffRowType.d.ts +27 -0
- package/dist/models/DiffRowType.js +53 -0
- package/dist/models/DiffSpan.d.ts +53 -0
- package/dist/models/DiffSpan.js +56 -0
- package/dist/models/DocumentDownloadResponse.d.ts +72 -0
- package/dist/models/DocumentDownloadResponse.js +69 -0
- package/dist/models/DocumentResponse.d.ts +4 -3
- package/dist/models/DocumentResponse.js +3 -2
- package/dist/models/DownloadArtifact.d.ts +25 -0
- package/dist/models/DownloadArtifact.js +51 -0
- package/dist/models/EventResponse.d.ts +7 -0
- package/dist/models/EventResponse.js +3 -0
- package/dist/models/FolderResponse.d.ts +4 -3
- package/dist/models/FolderResponse.js +3 -2
- package/dist/models/FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponseOrDataSourceResponseOrDataSourceTableResponse.d.ts +39 -0
- package/dist/models/{FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponse.js → FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponseOrDataSourceResponseOrDataSourceTableResponse.js} +20 -10
- package/dist/models/GroupPermissionResponse.d.ts +6 -0
- package/dist/models/GroupPermissionResponse.js +4 -0
- package/dist/models/ItemPermissions.d.ts +73 -0
- package/dist/models/ItemPermissions.js +64 -0
- package/dist/models/MemoryBodyResponse.d.ts +60 -0
- package/dist/models/MemoryBodyResponse.js +61 -0
- package/dist/models/MemoryScope.d.ts +29 -0
- package/dist/models/MemoryScope.js +55 -0
- package/dist/models/ModelTableRequest.d.ts +66 -0
- package/dist/models/ModelTableRequest.js +59 -0
- package/dist/models/PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDataSourceResponseDataSourceTableResponseDiscriminator.d.ts +66 -0
- package/dist/models/PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDataSourceResponseDataSourceTableResponseDiscriminator.js +78 -0
- package/dist/models/PaginatedResponsePendingMemoryChunkResponse.d.ts +66 -0
- package/dist/models/PaginatedResponsePendingMemoryChunkResponse.js +78 -0
- package/dist/models/PaginatedResponseTrashItemResponse.d.ts +66 -0
- package/dist/models/PaginatedResponseTrashItemResponse.js +78 -0
- package/dist/models/PartType.d.ts +2 -0
- package/dist/models/PartType.js +3 -1
- package/dist/models/PathPartResponse.d.ts +4 -9
- package/dist/models/PathPartResponse.js +4 -7
- package/dist/models/PendingMemoryChunkResponse.d.ts +91 -0
- package/dist/models/PendingMemoryChunkResponse.js +82 -0
- package/dist/models/PermissionCapability.d.ts +2 -1
- package/dist/models/PermissionCapability.js +3 -2
- package/dist/models/PermissionResponse.d.ts +6 -0
- package/dist/models/PermissionResponse.js +4 -0
- package/dist/models/ProposeMemoryChunkRequest.d.ts +79 -0
- package/dist/models/ProposeMemoryChunkRequest.js +79 -0
- package/dist/models/ProposedMemoryChunkResponse.d.ts +91 -0
- package/dist/models/ProposedMemoryChunkResponse.js +82 -0
- package/dist/models/ReferenceType.d.ts +2 -0
- package/dist/models/ReferenceType.js +2 -0
- package/dist/models/TextDiff.d.ts +72 -0
- package/dist/models/TextDiff.js +69 -0
- package/dist/models/TrashItemResponse.d.ts +90 -0
- package/dist/models/TrashItemResponse.js +81 -0
- package/dist/models/UpdateGroupPermissionRequest.d.ts +6 -0
- package/dist/models/UpdateGroupPermissionRequest.js +2 -0
- package/dist/models/UpdatePermissionRequest.d.ts +6 -0
- package/dist/models/UpdatePermissionRequest.js +2 -0
- package/dist/models/UpdateTableRequest.d.ts +54 -0
- package/dist/models/UpdateTableRequest.js +53 -0
- package/dist/models/VersionDiffResponse.d.ts +89 -0
- package/dist/models/VersionDiffResponse.js +71 -0
- package/dist/models/WorkflowDefinitionResponse.d.ts +7 -0
- package/dist/models/WorkflowDefinitionResponse.js +3 -0
- package/dist/models/WorkflowRunResponse.d.ts +7 -0
- package/dist/models/WorkflowRunResponse.js +3 -0
- package/dist/models/index.d.ts +37 -2
- package/dist/models/index.js +37 -2
- package/docs/AccessCheckResponse.md +39 -0
- package/docs/AgentApi.md +18 -18
- package/docs/ApiKeysApi.md +30 -32
- package/docs/AuditEventsApi.md +104 -0
- package/docs/AuthApi.md +36 -36
- package/docs/CatalogColumnResponse.md +38 -0
- package/docs/CatalogTableResponse.md +36 -0
- package/docs/CellChange.md +43 -0
- package/docs/CellChangeType.md +32 -0
- package/docs/CellDiff.md +43 -0
- package/docs/ChunkLineagesApi.md +27 -27
- package/docs/ChunksApi.md +82 -82
- package/docs/ColumnConfig.md +43 -0
- package/docs/ConnectionConfig.md +43 -0
- package/docs/CreateDataSourceRequest.md +41 -0
- package/docs/CreateGroupPermissionRequest.md +2 -0
- package/docs/CreatePermissionRequest.md +2 -0
- package/docs/CreateWorkflowDefinitionRequest.md +2 -0
- package/docs/DataSourceCatalogResponse.md +35 -0
- package/docs/DataSourceDetailResponse.md +37 -0
- package/docs/DataSourceEngine.md +33 -0
- package/docs/DataSourceQueryRequest.md +37 -0
- package/docs/DataSourceQueryResponse.md +43 -0
- package/docs/DataSourceResponse.md +55 -0
- package/docs/DataSourceTableResponse.md +61 -0
- package/docs/DataSourcesApi.md +545 -0
- package/docs/DiffFormat.md +32 -0
- package/docs/DiffRow.md +47 -0
- package/docs/DiffRowType.md +32 -0
- package/docs/DiffSpan.md +37 -0
- package/docs/DocumentCheckoutApi.md +27 -27
- package/docs/DocumentDownloadResponse.md +43 -0
- package/docs/DocumentResponse.md +2 -2
- package/docs/DocumentVersionsApi.md +228 -72
- package/docs/DocumentsApi.md +154 -64
- package/docs/DownloadArtifact.md +32 -0
- package/docs/EventResponse.md +2 -0
- package/docs/FeedbackApi.md +27 -27
- package/docs/FolderResponse.md +2 -2
- package/docs/{FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponse.md → FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponseOrDataSourceResponseOrDataSourceTableResponse.md} +14 -6
- package/docs/FoldersApi.md +75 -75
- package/docs/GroupPermissionResponse.md +2 -0
- package/docs/InvitesApi.md +45 -45
- package/docs/ItemPermissions.md +41 -0
- package/docs/MemoryApi.md +379 -0
- package/docs/MemoryBodyResponse.md +38 -0
- package/docs/MemoryScope.md +33 -0
- package/docs/ModelTableRequest.md +41 -0
- package/docs/{PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDiscriminator.md → PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDataSourceResponseDataSourceTableResponseDiscriminator.md} +5 -5
- package/docs/PaginatedResponsePendingMemoryChunkResponse.md +40 -0
- package/docs/PaginatedResponseTrashItemResponse.md +40 -0
- package/docs/PathPartApprovalsApi.md +18 -18
- package/docs/PathPartResponse.md +2 -4
- package/docs/PathPartsApi.md +162 -81
- package/docs/PendingMemoryChunkResponse.md +48 -0
- package/docs/PermissionCapability.md +1 -1
- package/docs/PermissionResponse.md +2 -0
- package/docs/ProposeMemoryChunkRequest.md +44 -0
- package/docs/ProposedMemoryChunkResponse.md +48 -0
- package/docs/SectionsApi.md +54 -54
- package/docs/SubscriptionsApi.md +18 -18
- package/docs/TagsApi.md +45 -45
- package/docs/TenantGroupsApi.md +119 -125
- package/docs/TenantsApi.md +108 -108
- package/docs/TextDiff.md +43 -0
- package/docs/ThreadMessagesApi.md +27 -27
- package/docs/ThreadsApi.md +63 -63
- package/docs/TrashApi.md +236 -0
- package/docs/TrashItemResponse.md +49 -0
- package/docs/UpdateGroupPermissionRequest.md +2 -0
- package/docs/UpdatePermissionRequest.md +2 -0
- package/docs/UpdateTableRequest.md +37 -0
- package/docs/UserPermissionsApi.md +36 -36
- package/docs/UsersApi.md +49 -61
- package/docs/VersionDiffResponse.md +47 -0
- package/docs/WorkflowDefinitionResponse.md +2 -0
- package/docs/WorkflowDefinitionsApi.md +63 -63
- package/docs/WorkflowMemoryApi.md +45 -45
- package/docs/WorkflowRunResponse.md +2 -0
- package/docs/WorkflowRunsApi.md +82 -82
- package/docs/WorkflowsApi.md +45 -45
- package/package.json +1 -1
- package/src/apis/AgentApi.ts +14 -18
- package/src/apis/ApiKeysApi.ts +8 -23
- package/src/apis/AuditEventsApi.ts +170 -0
- package/src/apis/AuthApi.ts +28 -36
- package/src/apis/ChunkLineagesApi.ts +21 -27
- package/src/apis/ChunksApi.ts +63 -81
- package/src/apis/DataSourcesApi.ts +698 -0
- package/src/apis/DocumentCheckoutApi.ts +21 -27
- package/src/apis/DocumentVersionsApi.ts +245 -72
- package/src/apis/DocumentsApi.ts +177 -67
- package/src/apis/FeedbackApi.ts +21 -27
- package/src/apis/FoldersApi.ts +73 -89
- package/src/apis/InvitesApi.ts +35 -45
- package/src/apis/MemoryApi.ts +478 -0
- package/src/apis/PathPartApprovalsApi.ts +14 -18
- package/src/apis/PathPartsApi.ts +173 -81
- package/src/apis/SectionsApi.ts +42 -54
- package/src/apis/SubscriptionsApi.ts +14 -18
- package/src/apis/TagsApi.ts +35 -45
- package/src/apis/TenantGroupsApi.ts +99 -128
- package/src/apis/TenantsApi.ts +84 -108
- package/src/apis/ThreadMessagesApi.ts +21 -27
- package/src/apis/ThreadsApi.ts +49 -63
- package/src/apis/TrashApi.ts +292 -0
- package/src/apis/UserPermissionsApi.ts +28 -36
- package/src/apis/UsersApi.ts +51 -67
- package/src/apis/WorkflowDefinitionsApi.ts +49 -63
- package/src/apis/WorkflowMemoryApi.ts +35 -45
- package/src/apis/WorkflowRunsApi.ts +67 -85
- package/src/apis/WorkflowsApi.ts +35 -45
- package/src/apis/index.ts +4 -0
- package/src/models/AccessCheckResponse.ts +100 -0
- package/src/models/CatalogColumnResponse.ts +101 -0
- package/src/models/CatalogTableResponse.ts +100 -0
- package/src/models/CellChange.ts +129 -0
- package/src/models/CellChangeType.ts +54 -0
- package/src/models/CellDiff.ts +127 -0
- package/src/models/ColumnConfig.ts +115 -0
- package/src/models/ConnectionConfig.ts +118 -0
- package/src/models/CreateDataSourceRequest.ts +130 -0
- package/src/models/CreateGroupPermissionRequest.ts +8 -0
- package/src/models/CreatePermissionRequest.ts +8 -0
- package/src/models/CreateWorkflowDefinitionRequest.ts +9 -0
- package/src/models/DataSourceCatalogResponse.ts +91 -0
- package/src/models/DataSourceDetailResponse.ts +107 -0
- package/src/models/DataSourceEngine.ts +53 -0
- package/src/models/DataSourceQueryRequest.ts +97 -0
- package/src/models/DataSourceQueryResponse.ts +119 -0
- package/src/models/DataSourceResponse.ts +200 -0
- package/src/models/DataSourceTableResponse.ts +217 -0
- package/src/models/DiffFormat.ts +53 -0
- package/src/models/DiffRow.ts +153 -0
- package/src/models/DiffRowType.ts +55 -0
- package/src/models/DiffSpan.ts +92 -0
- package/src/models/DocumentDownloadResponse.ts +129 -0
- package/src/models/DocumentResponse.ts +12 -5
- package/src/models/DownloadArtifact.ts +53 -0
- package/src/models/EventResponse.ts +16 -0
- package/src/models/FolderResponse.ts +12 -5
- package/src/models/{FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponse.ts → FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponseOrDataSourceResponseOrDataSourceTableResponse.ts} +30 -8
- package/src/models/GroupPermissionResponse.ts +9 -0
- package/src/models/ItemPermissions.ts +118 -0
- package/src/models/MemoryBodyResponse.ts +111 -0
- package/src/models/MemoryScope.ts +57 -0
- package/src/models/ModelTableRequest.ts +115 -0
- package/src/models/{PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDiscriminator.ts → PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDataSourceResponseDataSourceTableResponseDiscriminator.ts} +25 -25
- package/src/models/PaginatedResponsePendingMemoryChunkResponse.ts +130 -0
- package/src/models/PaginatedResponseTrashItemResponse.ts +130 -0
- package/src/models/PartType.ts +3 -1
- package/src/models/PathPartResponse.ts +13 -15
- package/src/models/PendingMemoryChunkResponse.ts +163 -0
- package/src/models/PermissionCapability.ts +3 -2
- package/src/models/PermissionResponse.ts +9 -0
- package/src/models/ProposeMemoryChunkRequest.ts +151 -0
- package/src/models/ProposedMemoryChunkResponse.ts +163 -0
- package/src/models/ReferenceType.ts +2 -0
- package/src/models/TextDiff.ts +127 -0
- package/src/models/TrashItemResponse.ts +156 -0
- package/src/models/UpdateGroupPermissionRequest.ts +8 -0
- package/src/models/UpdatePermissionRequest.ts +8 -0
- package/src/models/UpdateTableRequest.ts +98 -0
- package/src/models/VersionDiffResponse.ts +160 -0
- package/src/models/WorkflowDefinitionResponse.ts +15 -0
- package/src/models/WorkflowRunResponse.ts +15 -0
- package/src/models/index.ts +37 -2
- package/dist/esm/models/FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponse.d.ts +0 -33
- package/dist/esm/models/PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDiscriminator.d.ts +0 -66
- package/dist/models/FolderResponseOrDocumentResponseOrWorkflowDefinitionResponseOrWorkflowRunResponse.d.ts +0 -33
- package/dist/models/PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDiscriminator.d.ts +0 -66
- package/dist/models/PaginatedResponseAnnotatedUnionFolderResponseDocumentResponseWorkflowDefinitionResponseWorkflowRunResponseDiscriminator.js +0 -78
|
@@ -13,29 +13,21 @@ import * as runtime from '../runtime';
|
|
|
13
13
|
import type { CreatePermissionRequest, PaginatedResponsePermissionResponse, PermissionResponse, UpdatePermissionRequest } from '../models/index';
|
|
14
14
|
export interface CreateUserPermissionRequest {
|
|
15
15
|
createPermissionRequest: CreatePermissionRequest;
|
|
16
|
-
authorization?: string | null;
|
|
17
|
-
ksUat?: string | null;
|
|
18
16
|
}
|
|
19
17
|
export interface DeleteUserPermissionRequest {
|
|
20
18
|
permissionId: string;
|
|
21
19
|
tenantId: string;
|
|
22
|
-
authorization?: string | null;
|
|
23
|
-
ksUat?: string | null;
|
|
24
20
|
}
|
|
25
21
|
export interface ListUserPermissionsRequest {
|
|
26
22
|
tenantId: string;
|
|
27
23
|
userId: string;
|
|
28
24
|
limit?: number;
|
|
29
25
|
offset?: number;
|
|
30
|
-
authorization?: string | null;
|
|
31
|
-
ksUat?: string | null;
|
|
32
26
|
}
|
|
33
27
|
export interface UpdateUserPermissionRequest {
|
|
34
28
|
permissionId: string;
|
|
35
29
|
tenantId: string;
|
|
36
30
|
updatePermissionRequest: UpdatePermissionRequest;
|
|
37
|
-
authorization?: string | null;
|
|
38
|
-
ksUat?: string | null;
|
|
39
31
|
}
|
|
40
32
|
/**
|
|
41
33
|
* UserPermissionsApi - interface
|
|
@@ -47,8 +39,6 @@ export interface UserPermissionsApiInterface {
|
|
|
47
39
|
/**
|
|
48
40
|
* Creates request options for createUserPermission without sending the request
|
|
49
41
|
* @param {CreatePermissionRequest} createPermissionRequest
|
|
50
|
-
* @param {string} [authorization]
|
|
51
|
-
* @param {string} [ksUat]
|
|
52
42
|
* @throws {RequiredError}
|
|
53
43
|
* @memberof UserPermissionsApiInterface
|
|
54
44
|
*/
|
|
@@ -57,8 +47,6 @@ export interface UserPermissionsApiInterface {
|
|
|
57
47
|
* Create a path permission for a user in a tenant (admin/owner only).
|
|
58
48
|
* @summary Create User Permission Handler
|
|
59
49
|
* @param {CreatePermissionRequest} createPermissionRequest
|
|
60
|
-
* @param {string} [authorization]
|
|
61
|
-
* @param {string} [ksUat]
|
|
62
50
|
* @param {*} [options] Override http request option.
|
|
63
51
|
* @throws {RequiredError}
|
|
64
52
|
* @memberof UserPermissionsApiInterface
|
|
@@ -73,8 +61,6 @@ export interface UserPermissionsApiInterface {
|
|
|
73
61
|
* Creates request options for deleteUserPermission without sending the request
|
|
74
62
|
* @param {string} permissionId
|
|
75
63
|
* @param {string} tenantId Tenant ID the permission belongs to
|
|
76
|
-
* @param {string} [authorization]
|
|
77
|
-
* @param {string} [ksUat]
|
|
78
64
|
* @throws {RequiredError}
|
|
79
65
|
* @memberof UserPermissionsApiInterface
|
|
80
66
|
*/
|
|
@@ -84,8 +70,6 @@ export interface UserPermissionsApiInterface {
|
|
|
84
70
|
* @summary Delete User Permission Handler
|
|
85
71
|
* @param {string} permissionId
|
|
86
72
|
* @param {string} tenantId Tenant ID the permission belongs to
|
|
87
|
-
* @param {string} [authorization]
|
|
88
|
-
* @param {string} [ksUat]
|
|
89
73
|
* @param {*} [options] Override http request option.
|
|
90
74
|
* @throws {RequiredError}
|
|
91
75
|
* @memberof UserPermissionsApiInterface
|
|
@@ -102,8 +86,6 @@ export interface UserPermissionsApiInterface {
|
|
|
102
86
|
* @param {string} userId User ID to list permissions for
|
|
103
87
|
* @param {number} [limit] Number of items per page
|
|
104
88
|
* @param {number} [offset] Number of items to skip
|
|
105
|
-
* @param {string} [authorization]
|
|
106
|
-
* @param {string} [ksUat]
|
|
107
89
|
* @throws {RequiredError}
|
|
108
90
|
* @memberof UserPermissionsApiInterface
|
|
109
91
|
*/
|
|
@@ -115,8 +97,6 @@ export interface UserPermissionsApiInterface {
|
|
|
115
97
|
* @param {string} userId User ID to list permissions for
|
|
116
98
|
* @param {number} [limit] Number of items per page
|
|
117
99
|
* @param {number} [offset] Number of items to skip
|
|
118
|
-
* @param {string} [authorization]
|
|
119
|
-
* @param {string} [ksUat]
|
|
120
100
|
* @param {*} [options] Override http request option.
|
|
121
101
|
* @throws {RequiredError}
|
|
122
102
|
* @memberof UserPermissionsApiInterface
|
|
@@ -132,8 +112,6 @@ export interface UserPermissionsApiInterface {
|
|
|
132
112
|
* @param {string} permissionId
|
|
133
113
|
* @param {string} tenantId Tenant ID the permission belongs to
|
|
134
114
|
* @param {UpdatePermissionRequest} updatePermissionRequest
|
|
135
|
-
* @param {string} [authorization]
|
|
136
|
-
* @param {string} [ksUat]
|
|
137
115
|
* @throws {RequiredError}
|
|
138
116
|
* @memberof UserPermissionsApiInterface
|
|
139
117
|
*/
|
|
@@ -144,8 +122,6 @@ export interface UserPermissionsApiInterface {
|
|
|
144
122
|
* @param {string} permissionId
|
|
145
123
|
* @param {string} tenantId Tenant ID the permission belongs to
|
|
146
124
|
* @param {UpdatePermissionRequest} updatePermissionRequest
|
|
147
|
-
* @param {string} [authorization]
|
|
148
|
-
* @param {string} [ksUat]
|
|
149
125
|
* @param {*} [options] Override http request option.
|
|
150
126
|
* @throws {RequiredError}
|
|
151
127
|
* @memberof UserPermissionsApiInterface
|
|
@@ -73,8 +73,12 @@ class UserPermissionsApi extends runtime.BaseAPI {
|
|
|
73
73
|
const queryParameters = {};
|
|
74
74
|
const headerParameters = {};
|
|
75
75
|
headerParameters['Content-Type'] = 'application/json';
|
|
76
|
-
if (
|
|
77
|
-
|
|
76
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
77
|
+
const token = this.configuration.accessToken;
|
|
78
|
+
const tokenString = yield token("bearerAuth", []);
|
|
79
|
+
if (tokenString) {
|
|
80
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
81
|
+
}
|
|
78
82
|
}
|
|
79
83
|
let urlPath = `/v1/user-permissions`;
|
|
80
84
|
return {
|
|
@@ -123,8 +127,12 @@ class UserPermissionsApi extends runtime.BaseAPI {
|
|
|
123
127
|
queryParameters['tenant_id'] = requestParameters['tenantId'];
|
|
124
128
|
}
|
|
125
129
|
const headerParameters = {};
|
|
126
|
-
if (
|
|
127
|
-
|
|
130
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
131
|
+
const token = this.configuration.accessToken;
|
|
132
|
+
const tokenString = yield token("bearerAuth", []);
|
|
133
|
+
if (tokenString) {
|
|
134
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
135
|
+
}
|
|
128
136
|
}
|
|
129
137
|
let urlPath = `/v1/user-permissions/{permission_id}`;
|
|
130
138
|
urlPath = urlPath.replace(`{${"permission_id"}}`, encodeURIComponent(String(requestParameters['permissionId'])));
|
|
@@ -181,8 +189,12 @@ class UserPermissionsApi extends runtime.BaseAPI {
|
|
|
181
189
|
queryParameters['offset'] = requestParameters['offset'];
|
|
182
190
|
}
|
|
183
191
|
const headerParameters = {};
|
|
184
|
-
if (
|
|
185
|
-
|
|
192
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
193
|
+
const token = this.configuration.accessToken;
|
|
194
|
+
const tokenString = yield token("bearerAuth", []);
|
|
195
|
+
if (tokenString) {
|
|
196
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
197
|
+
}
|
|
186
198
|
}
|
|
187
199
|
let urlPath = `/v1/user-permissions`;
|
|
188
200
|
return {
|
|
@@ -234,8 +246,12 @@ class UserPermissionsApi extends runtime.BaseAPI {
|
|
|
234
246
|
}
|
|
235
247
|
const headerParameters = {};
|
|
236
248
|
headerParameters['Content-Type'] = 'application/json';
|
|
237
|
-
if (
|
|
238
|
-
|
|
249
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
250
|
+
const token = this.configuration.accessToken;
|
|
251
|
+
const tokenString = yield token("bearerAuth", []);
|
|
252
|
+
if (tokenString) {
|
|
253
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
254
|
+
}
|
|
239
255
|
}
|
|
240
256
|
let urlPath = `/v1/user-permissions/{permission_id}`;
|
|
241
257
|
urlPath = urlPath.replace(`{${"permission_id"}}`, encodeURIComponent(String(requestParameters['permissionId'])));
|
package/dist/apis/UsersApi.d.ts
CHANGED
|
@@ -11,28 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
13
|
import type { OnboardingCompanyRequest, OnboardingProfileRequest, UpdateUserRequest, UserResponse } from '../models/index';
|
|
14
|
-
export interface GetMeRequest {
|
|
15
|
-
authorization?: string | null;
|
|
16
|
-
ksUat?: string | null;
|
|
17
|
-
}
|
|
18
|
-
export interface SkipOnboardingRequest {
|
|
19
|
-
authorization?: string | null;
|
|
20
|
-
ksUat?: string | null;
|
|
21
|
-
}
|
|
22
14
|
export interface UpdateMeRequest {
|
|
23
15
|
updateUserRequest: UpdateUserRequest;
|
|
24
|
-
authorization?: string | null;
|
|
25
|
-
ksUat?: string | null;
|
|
26
16
|
}
|
|
27
17
|
export interface UpdateOnboardingCompanyRequest {
|
|
28
18
|
onboardingCompanyRequest: OnboardingCompanyRequest;
|
|
29
|
-
authorization?: string | null;
|
|
30
|
-
ksUat?: string | null;
|
|
31
19
|
}
|
|
32
20
|
export interface UpdateOnboardingProfileRequest {
|
|
33
21
|
onboardingProfileRequest: OnboardingProfileRequest;
|
|
34
|
-
authorization?: string | null;
|
|
35
|
-
ksUat?: string | null;
|
|
36
22
|
}
|
|
37
23
|
/**
|
|
38
24
|
* UsersApi - interface
|
|
@@ -43,55 +29,45 @@ export interface UpdateOnboardingProfileRequest {
|
|
|
43
29
|
export interface UsersApiInterface {
|
|
44
30
|
/**
|
|
45
31
|
* Creates request options for getMe without sending the request
|
|
46
|
-
* @param {string} [authorization]
|
|
47
|
-
* @param {string} [ksUat]
|
|
48
32
|
* @throws {RequiredError}
|
|
49
33
|
* @memberof UsersApiInterface
|
|
50
34
|
*/
|
|
51
|
-
getMeRequestOpts(
|
|
35
|
+
getMeRequestOpts(): Promise<runtime.RequestOpts>;
|
|
52
36
|
/**
|
|
53
37
|
* Get current user information including current tenant context. Returns the authenticated user\'s profile along with their current tenant ID (from the UAT token) and default tenant ID (from user record).
|
|
54
38
|
* @summary Get Me Handler
|
|
55
|
-
* @param {string} [authorization]
|
|
56
|
-
* @param {string} [ksUat]
|
|
57
39
|
* @param {*} [options] Override http request option.
|
|
58
40
|
* @throws {RequiredError}
|
|
59
41
|
* @memberof UsersApiInterface
|
|
60
42
|
*/
|
|
61
|
-
getMeRaw(
|
|
43
|
+
getMeRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserResponse>>;
|
|
62
44
|
/**
|
|
63
45
|
* Get current user information including current tenant context. Returns the authenticated user\'s profile along with their current tenant ID (from the UAT token) and default tenant ID (from user record).
|
|
64
46
|
* Get Me Handler
|
|
65
47
|
*/
|
|
66
|
-
getMe(
|
|
48
|
+
getMe(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserResponse>;
|
|
67
49
|
/**
|
|
68
50
|
* Creates request options for skipOnboarding without sending the request
|
|
69
|
-
* @param {string} [authorization]
|
|
70
|
-
* @param {string} [ksUat]
|
|
71
51
|
* @throws {RequiredError}
|
|
72
52
|
* @memberof UsersApiInterface
|
|
73
53
|
*/
|
|
74
|
-
skipOnboardingRequestOpts(
|
|
54
|
+
skipOnboardingRequestOpts(): Promise<runtime.RequestOpts>;
|
|
75
55
|
/**
|
|
76
56
|
* Mark onboarding complete without writing any profile/company fields. Idempotent — calling this after onboarding is already complete returns the current state unchanged (the CRUD only stamps the timestamp when it is NULL).
|
|
77
57
|
* @summary Skip Onboarding Handler
|
|
78
|
-
* @param {string} [authorization]
|
|
79
|
-
* @param {string} [ksUat]
|
|
80
58
|
* @param {*} [options] Override http request option.
|
|
81
59
|
* @throws {RequiredError}
|
|
82
60
|
* @memberof UsersApiInterface
|
|
83
61
|
*/
|
|
84
|
-
skipOnboardingRaw(
|
|
62
|
+
skipOnboardingRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserResponse>>;
|
|
85
63
|
/**
|
|
86
64
|
* Mark onboarding complete without writing any profile/company fields. Idempotent — calling this after onboarding is already complete returns the current state unchanged (the CRUD only stamps the timestamp when it is NULL).
|
|
87
65
|
* Skip Onboarding Handler
|
|
88
66
|
*/
|
|
89
|
-
skipOnboarding(
|
|
67
|
+
skipOnboarding(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserResponse>;
|
|
90
68
|
/**
|
|
91
69
|
* Creates request options for updateMe without sending the request
|
|
92
70
|
* @param {UpdateUserRequest} updateUserRequest
|
|
93
|
-
* @param {string} [authorization]
|
|
94
|
-
* @param {string} [ksUat]
|
|
95
71
|
* @throws {RequiredError}
|
|
96
72
|
* @memberof UsersApiInterface
|
|
97
73
|
*/
|
|
@@ -100,8 +76,6 @@ export interface UsersApiInterface {
|
|
|
100
76
|
* Update the user\'s profile (default tenant, name fields). When updating default_tenant_id, the user must belong to the specified tenant.
|
|
101
77
|
* @summary Update Me Handler
|
|
102
78
|
* @param {UpdateUserRequest} updateUserRequest
|
|
103
|
-
* @param {string} [authorization]
|
|
104
|
-
* @param {string} [ksUat]
|
|
105
79
|
* @param {*} [options] Override http request option.
|
|
106
80
|
* @throws {RequiredError}
|
|
107
81
|
* @memberof UsersApiInterface
|
|
@@ -115,8 +89,6 @@ export interface UsersApiInterface {
|
|
|
115
89
|
/**
|
|
116
90
|
* Creates request options for updateOnboardingCompany without sending the request
|
|
117
91
|
* @param {OnboardingCompanyRequest} onboardingCompanyRequest
|
|
118
|
-
* @param {string} [authorization]
|
|
119
|
-
* @param {string} [ksUat]
|
|
120
92
|
* @throws {RequiredError}
|
|
121
93
|
* @memberof UsersApiInterface
|
|
122
94
|
*/
|
|
@@ -125,8 +97,6 @@ export interface UsersApiInterface {
|
|
|
125
97
|
* Step 1 of onboarding: tenant-wide company info. Writes ``industry`` and ``description`` into the current tenant\'s settings JSONB. Restricted to OWNER and ADMIN — invited USERs see a pre-filled, read-only step on the frontend instead. Does not mark onboarding complete; the user finishes via the profile step. Re-running while the wizard is still open overwrites prior values; once onboarding has been completed/skipped, this endpoint returns 409. Post-onboarding edits go through PATCH /v1/tenants/{id}.
|
|
126
98
|
* @summary Update Onboarding Company Handler
|
|
127
99
|
* @param {OnboardingCompanyRequest} onboardingCompanyRequest
|
|
128
|
-
* @param {string} [authorization]
|
|
129
|
-
* @param {string} [ksUat]
|
|
130
100
|
* @param {*} [options] Override http request option.
|
|
131
101
|
* @throws {RequiredError}
|
|
132
102
|
* @memberof UsersApiInterface
|
|
@@ -140,8 +110,6 @@ export interface UsersApiInterface {
|
|
|
140
110
|
/**
|
|
141
111
|
* Creates request options for updateOnboardingProfile without sending the request
|
|
142
112
|
* @param {OnboardingProfileRequest} onboardingProfileRequest
|
|
143
|
-
* @param {string} [authorization]
|
|
144
|
-
* @param {string} [ksUat]
|
|
145
113
|
* @throws {RequiredError}
|
|
146
114
|
* @memberof UsersApiInterface
|
|
147
115
|
*/
|
|
@@ -150,8 +118,6 @@ export interface UsersApiInterface {
|
|
|
150
118
|
* Step 2 (final) of onboarding: per-user profile for the current tenant. Writes name to the User row (global) and job_title to the TenantUser row (per-tenant), then stamps ``onboarding_completed_at`` on the membership. Returns 409 if onboarding has already been completed or skipped — post-onboarding edits go through PATCH /v1/users (name) or a future per-membership profile endpoint (job_title).
|
|
151
119
|
* @summary Update Onboarding Profile Handler
|
|
152
120
|
* @param {OnboardingProfileRequest} onboardingProfileRequest
|
|
153
|
-
* @param {string} [authorization]
|
|
154
|
-
* @param {string} [ksUat]
|
|
155
121
|
* @param {*} [options] Override http request option.
|
|
156
122
|
* @throws {RequiredError}
|
|
157
123
|
* @memberof UsersApiInterface
|
|
@@ -170,31 +136,31 @@ export declare class UsersApi extends runtime.BaseAPI implements UsersApiInterfa
|
|
|
170
136
|
/**
|
|
171
137
|
* Creates request options for getMe without sending the request
|
|
172
138
|
*/
|
|
173
|
-
getMeRequestOpts(
|
|
139
|
+
getMeRequestOpts(): Promise<runtime.RequestOpts>;
|
|
174
140
|
/**
|
|
175
141
|
* Get current user information including current tenant context. Returns the authenticated user\'s profile along with their current tenant ID (from the UAT token) and default tenant ID (from user record).
|
|
176
142
|
* Get Me Handler
|
|
177
143
|
*/
|
|
178
|
-
getMeRaw(
|
|
144
|
+
getMeRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserResponse>>;
|
|
179
145
|
/**
|
|
180
146
|
* Get current user information including current tenant context. Returns the authenticated user\'s profile along with their current tenant ID (from the UAT token) and default tenant ID (from user record).
|
|
181
147
|
* Get Me Handler
|
|
182
148
|
*/
|
|
183
|
-
getMe(
|
|
149
|
+
getMe(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserResponse>;
|
|
184
150
|
/**
|
|
185
151
|
* Creates request options for skipOnboarding without sending the request
|
|
186
152
|
*/
|
|
187
|
-
skipOnboardingRequestOpts(
|
|
153
|
+
skipOnboardingRequestOpts(): Promise<runtime.RequestOpts>;
|
|
188
154
|
/**
|
|
189
155
|
* Mark onboarding complete without writing any profile/company fields. Idempotent — calling this after onboarding is already complete returns the current state unchanged (the CRUD only stamps the timestamp when it is NULL).
|
|
190
156
|
* Skip Onboarding Handler
|
|
191
157
|
*/
|
|
192
|
-
skipOnboardingRaw(
|
|
158
|
+
skipOnboardingRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserResponse>>;
|
|
193
159
|
/**
|
|
194
160
|
* Mark onboarding complete without writing any profile/company fields. Idempotent — calling this after onboarding is already complete returns the current state unchanged (the CRUD only stamps the timestamp when it is NULL).
|
|
195
161
|
* Skip Onboarding Handler
|
|
196
162
|
*/
|
|
197
|
-
skipOnboarding(
|
|
163
|
+
skipOnboarding(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserResponse>;
|
|
198
164
|
/**
|
|
199
165
|
* Creates request options for updateMe without sending the request
|
|
200
166
|
*/
|
package/dist/apis/UsersApi.js
CHANGED
|
@@ -65,12 +65,16 @@ class UsersApi extends runtime.BaseAPI {
|
|
|
65
65
|
/**
|
|
66
66
|
* Creates request options for getMe without sending the request
|
|
67
67
|
*/
|
|
68
|
-
getMeRequestOpts(
|
|
68
|
+
getMeRequestOpts() {
|
|
69
69
|
return __awaiter(this, void 0, void 0, function* () {
|
|
70
70
|
const queryParameters = {};
|
|
71
71
|
const headerParameters = {};
|
|
72
|
-
if (
|
|
73
|
-
|
|
72
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
73
|
+
const token = this.configuration.accessToken;
|
|
74
|
+
const tokenString = yield token("bearerAuth", []);
|
|
75
|
+
if (tokenString) {
|
|
76
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
77
|
+
}
|
|
74
78
|
}
|
|
75
79
|
let urlPath = `/v1/users/me`;
|
|
76
80
|
return {
|
|
@@ -85,9 +89,9 @@ class UsersApi extends runtime.BaseAPI {
|
|
|
85
89
|
* Get current user information including current tenant context. Returns the authenticated user\'s profile along with their current tenant ID (from the UAT token) and default tenant ID (from user record).
|
|
86
90
|
* Get Me Handler
|
|
87
91
|
*/
|
|
88
|
-
getMeRaw(
|
|
92
|
+
getMeRaw(initOverrides) {
|
|
89
93
|
return __awaiter(this, void 0, void 0, function* () {
|
|
90
|
-
const requestOptions = yield this.getMeRequestOpts(
|
|
94
|
+
const requestOptions = yield this.getMeRequestOpts();
|
|
91
95
|
const response = yield this.request(requestOptions, initOverrides);
|
|
92
96
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.UserResponseFromJSON)(jsonValue));
|
|
93
97
|
});
|
|
@@ -96,21 +100,25 @@ class UsersApi extends runtime.BaseAPI {
|
|
|
96
100
|
* Get current user information including current tenant context. Returns the authenticated user\'s profile along with their current tenant ID (from the UAT token) and default tenant ID (from user record).
|
|
97
101
|
* Get Me Handler
|
|
98
102
|
*/
|
|
99
|
-
getMe() {
|
|
100
|
-
return __awaiter(this,
|
|
101
|
-
const response = yield this.getMeRaw(
|
|
103
|
+
getMe(initOverrides) {
|
|
104
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
105
|
+
const response = yield this.getMeRaw(initOverrides);
|
|
102
106
|
return yield response.value();
|
|
103
107
|
});
|
|
104
108
|
}
|
|
105
109
|
/**
|
|
106
110
|
* Creates request options for skipOnboarding without sending the request
|
|
107
111
|
*/
|
|
108
|
-
skipOnboardingRequestOpts(
|
|
112
|
+
skipOnboardingRequestOpts() {
|
|
109
113
|
return __awaiter(this, void 0, void 0, function* () {
|
|
110
114
|
const queryParameters = {};
|
|
111
115
|
const headerParameters = {};
|
|
112
|
-
if (
|
|
113
|
-
|
|
116
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
117
|
+
const token = this.configuration.accessToken;
|
|
118
|
+
const tokenString = yield token("bearerAuth", []);
|
|
119
|
+
if (tokenString) {
|
|
120
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
121
|
+
}
|
|
114
122
|
}
|
|
115
123
|
let urlPath = `/v1/users/me/onboarding/skip`;
|
|
116
124
|
return {
|
|
@@ -125,9 +133,9 @@ class UsersApi extends runtime.BaseAPI {
|
|
|
125
133
|
* Mark onboarding complete without writing any profile/company fields. Idempotent — calling this after onboarding is already complete returns the current state unchanged (the CRUD only stamps the timestamp when it is NULL).
|
|
126
134
|
* Skip Onboarding Handler
|
|
127
135
|
*/
|
|
128
|
-
skipOnboardingRaw(
|
|
136
|
+
skipOnboardingRaw(initOverrides) {
|
|
129
137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
130
|
-
const requestOptions = yield this.skipOnboardingRequestOpts(
|
|
138
|
+
const requestOptions = yield this.skipOnboardingRequestOpts();
|
|
131
139
|
const response = yield this.request(requestOptions, initOverrides);
|
|
132
140
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.UserResponseFromJSON)(jsonValue));
|
|
133
141
|
});
|
|
@@ -136,9 +144,9 @@ class UsersApi extends runtime.BaseAPI {
|
|
|
136
144
|
* Mark onboarding complete without writing any profile/company fields. Idempotent — calling this after onboarding is already complete returns the current state unchanged (the CRUD only stamps the timestamp when it is NULL).
|
|
137
145
|
* Skip Onboarding Handler
|
|
138
146
|
*/
|
|
139
|
-
skipOnboarding() {
|
|
140
|
-
return __awaiter(this,
|
|
141
|
-
const response = yield this.skipOnboardingRaw(
|
|
147
|
+
skipOnboarding(initOverrides) {
|
|
148
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
149
|
+
const response = yield this.skipOnboardingRaw(initOverrides);
|
|
142
150
|
return yield response.value();
|
|
143
151
|
});
|
|
144
152
|
}
|
|
@@ -153,8 +161,12 @@ class UsersApi extends runtime.BaseAPI {
|
|
|
153
161
|
const queryParameters = {};
|
|
154
162
|
const headerParameters = {};
|
|
155
163
|
headerParameters['Content-Type'] = 'application/json';
|
|
156
|
-
if (
|
|
157
|
-
|
|
164
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
165
|
+
const token = this.configuration.accessToken;
|
|
166
|
+
const tokenString = yield token("bearerAuth", []);
|
|
167
|
+
if (tokenString) {
|
|
168
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
169
|
+
}
|
|
158
170
|
}
|
|
159
171
|
let urlPath = `/v1/users`;
|
|
160
172
|
return {
|
|
@@ -198,8 +210,12 @@ class UsersApi extends runtime.BaseAPI {
|
|
|
198
210
|
const queryParameters = {};
|
|
199
211
|
const headerParameters = {};
|
|
200
212
|
headerParameters['Content-Type'] = 'application/json';
|
|
201
|
-
if (
|
|
202
|
-
|
|
213
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
214
|
+
const token = this.configuration.accessToken;
|
|
215
|
+
const tokenString = yield token("bearerAuth", []);
|
|
216
|
+
if (tokenString) {
|
|
217
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
218
|
+
}
|
|
203
219
|
}
|
|
204
220
|
let urlPath = `/v1/users/me/onboarding/company`;
|
|
205
221
|
return {
|
|
@@ -243,8 +259,12 @@ class UsersApi extends runtime.BaseAPI {
|
|
|
243
259
|
const queryParameters = {};
|
|
244
260
|
const headerParameters = {};
|
|
245
261
|
headerParameters['Content-Type'] = 'application/json';
|
|
246
|
-
if (
|
|
247
|
-
|
|
262
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
263
|
+
const token = this.configuration.accessToken;
|
|
264
|
+
const tokenString = yield token("bearerAuth", []);
|
|
265
|
+
if (tokenString) {
|
|
266
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
267
|
+
}
|
|
248
268
|
}
|
|
249
269
|
let urlPath = `/v1/users/me/onboarding/profile`;
|
|
250
270
|
return {
|
|
@@ -13,45 +13,31 @@ import * as runtime from '../runtime';
|
|
|
13
13
|
import type { CreateWorkflowDefinitionRequest, PaginatedResponseWorkflowDefinitionResponse, PaginatedResponseWorkflowRunResponse, UpdateWorkflowDefinitionRequest, WorkflowDefinitionResponse, WorkflowRunResponse } from '../models/index';
|
|
14
14
|
export interface CreateWorkflowDefinitionOperationRequest {
|
|
15
15
|
createWorkflowDefinitionRequest: CreateWorkflowDefinitionRequest;
|
|
16
|
-
authorization?: string | null;
|
|
17
|
-
ksUat?: string | null;
|
|
18
16
|
}
|
|
19
17
|
export interface CreateWorkflowRunRequest {
|
|
20
18
|
definitionId: string;
|
|
21
|
-
authorization?: string | null;
|
|
22
|
-
ksUat?: string | null;
|
|
23
19
|
files?: Array<Blob>;
|
|
24
20
|
inputScope?: string | null;
|
|
25
21
|
idempotencyKey?: string | null;
|
|
26
22
|
}
|
|
27
23
|
export interface DeleteWorkflowDefinitionRequest {
|
|
28
24
|
definitionId: string;
|
|
29
|
-
authorization?: string | null;
|
|
30
|
-
ksUat?: string | null;
|
|
31
25
|
}
|
|
32
26
|
export interface GetWorkflowDefinitionRequest {
|
|
33
27
|
definitionId: string;
|
|
34
|
-
authorization?: string | null;
|
|
35
|
-
ksUat?: string | null;
|
|
36
28
|
}
|
|
37
29
|
export interface ListWorkflowDefinitionsRequest {
|
|
38
30
|
limit?: number;
|
|
39
31
|
offset?: number;
|
|
40
|
-
authorization?: string | null;
|
|
41
|
-
ksUat?: string | null;
|
|
42
32
|
}
|
|
43
33
|
export interface ListWorkflowRunsRequest {
|
|
44
34
|
definitionId: string;
|
|
45
35
|
limit?: number;
|
|
46
36
|
offset?: number;
|
|
47
|
-
authorization?: string | null;
|
|
48
|
-
ksUat?: string | null;
|
|
49
37
|
}
|
|
50
38
|
export interface UpdateWorkflowDefinitionOperationRequest {
|
|
51
39
|
definitionId: string;
|
|
52
40
|
updateWorkflowDefinitionRequest: UpdateWorkflowDefinitionRequest;
|
|
53
|
-
authorization?: string | null;
|
|
54
|
-
ksUat?: string | null;
|
|
55
41
|
}
|
|
56
42
|
/**
|
|
57
43
|
* WorkflowDefinitionsApi - interface
|
|
@@ -63,8 +49,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
63
49
|
/**
|
|
64
50
|
* Creates request options for createWorkflowDefinition without sending the request
|
|
65
51
|
* @param {CreateWorkflowDefinitionRequest} createWorkflowDefinitionRequest
|
|
66
|
-
* @param {string} [authorization]
|
|
67
|
-
* @param {string} [ksUat]
|
|
68
52
|
* @throws {RequiredError}
|
|
69
53
|
* @memberof WorkflowDefinitionsApiInterface
|
|
70
54
|
*/
|
|
@@ -73,8 +57,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
73
57
|
*
|
|
74
58
|
* @summary Create Workflow Definition Handler
|
|
75
59
|
* @param {CreateWorkflowDefinitionRequest} createWorkflowDefinitionRequest
|
|
76
|
-
* @param {string} [authorization]
|
|
77
|
-
* @param {string} [ksUat]
|
|
78
60
|
* @param {*} [options] Override http request option.
|
|
79
61
|
* @throws {RequiredError}
|
|
80
62
|
* @memberof WorkflowDefinitionsApiInterface
|
|
@@ -87,8 +69,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
87
69
|
/**
|
|
88
70
|
* Creates request options for createWorkflowRun without sending the request
|
|
89
71
|
* @param {string} definitionId
|
|
90
|
-
* @param {string} [authorization]
|
|
91
|
-
* @param {string} [ksUat]
|
|
92
72
|
* @param {Array<Blob>} [files] DEPRECATED — do not send files here. Carrying file bytes on run creation makes the call block on synchronous S3 upload (the ~30s \\\'Create run\\\' wait). Instead create an empty draft (omit this field), then upload each file to the run\\\'s ``inputs/`` folder via ``POST /v1/documents/ingest`` with ``path_part_id`` set to the run\\\'s ``inputs_path_part_id``; that path ingests asynchronously and auto-syncs the run\\\'s state. This field will be removed once the FE has migrated.
|
|
93
73
|
* @param {string} [inputScope] JSON array of ``DOCUMENT`` or ``FOLDER`` path_part UUIDs referenced from the existing knowledge base, pinned onto the new draft\\\'s input scope. Optional — omit for an empty draft and add references later via PATCH.
|
|
94
74
|
* @param {string} [idempotencyKey] Optional key to prevent duplicate runs from retries.
|
|
@@ -100,8 +80,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
100
80
|
* Create a NOT_STARTED run draft, optionally seeded with KB references. All three fields are optional: an empty request creates an empty draft instantly (the two-step flow — the FE then uploads files into the run\'s ``inputs/`` folder and/or PATCHes ``input_scope`` before Start). Each ``input_scope`` entry is resolved per its part_type: a DOCUMENT is pinned to its active ``DOCUMENT_VERSION``; a FOLDER is pinned by reference only and read live by the runner. ``files`` is DEPRECATED — see the field description. When supplied, uploads are still ingested under ``runs/<id>/inputs/`` so callers mid-migration keep working, but the call blocks on synchronous S3 upload.
|
|
101
81
|
* @summary Create Workflow Run Handler
|
|
102
82
|
* @param {string} definitionId
|
|
103
|
-
* @param {string} [authorization]
|
|
104
|
-
* @param {string} [ksUat]
|
|
105
83
|
* @param {Array<Blob>} [files] DEPRECATED — do not send files here. Carrying file bytes on run creation makes the call block on synchronous S3 upload (the ~30s \\\'Create run\\\' wait). Instead create an empty draft (omit this field), then upload each file to the run\\\'s ``inputs/`` folder via ``POST /v1/documents/ingest`` with ``path_part_id`` set to the run\\\'s ``inputs_path_part_id``; that path ingests asynchronously and auto-syncs the run\\\'s state. This field will be removed once the FE has migrated.
|
|
106
84
|
* @param {string} [inputScope] JSON array of ``DOCUMENT`` or ``FOLDER`` path_part UUIDs referenced from the existing knowledge base, pinned onto the new draft\\\'s input scope. Optional — omit for an empty draft and add references later via PATCH.
|
|
107
85
|
* @param {string} [idempotencyKey] Optional key to prevent duplicate runs from retries.
|
|
@@ -118,8 +96,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
118
96
|
/**
|
|
119
97
|
* Creates request options for deleteWorkflowDefinition without sending the request
|
|
120
98
|
* @param {string} definitionId
|
|
121
|
-
* @param {string} [authorization]
|
|
122
|
-
* @param {string} [ksUat]
|
|
123
99
|
* @throws {RequiredError}
|
|
124
100
|
* @memberof WorkflowDefinitionsApiInterface
|
|
125
101
|
*/
|
|
@@ -128,8 +104,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
128
104
|
*
|
|
129
105
|
* @summary Delete Workflow Definition Handler
|
|
130
106
|
* @param {string} definitionId
|
|
131
|
-
* @param {string} [authorization]
|
|
132
|
-
* @param {string} [ksUat]
|
|
133
107
|
* @param {*} [options] Override http request option.
|
|
134
108
|
* @throws {RequiredError}
|
|
135
109
|
* @memberof WorkflowDefinitionsApiInterface
|
|
@@ -142,8 +116,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
142
116
|
/**
|
|
143
117
|
* Creates request options for getWorkflowDefinition without sending the request
|
|
144
118
|
* @param {string} definitionId
|
|
145
|
-
* @param {string} [authorization]
|
|
146
|
-
* @param {string} [ksUat]
|
|
147
119
|
* @throws {RequiredError}
|
|
148
120
|
* @memberof WorkflowDefinitionsApiInterface
|
|
149
121
|
*/
|
|
@@ -152,8 +124,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
152
124
|
*
|
|
153
125
|
* @summary Get Workflow Definition Handler
|
|
154
126
|
* @param {string} definitionId
|
|
155
|
-
* @param {string} [authorization]
|
|
156
|
-
* @param {string} [ksUat]
|
|
157
127
|
* @param {*} [options] Override http request option.
|
|
158
128
|
* @throws {RequiredError}
|
|
159
129
|
* @memberof WorkflowDefinitionsApiInterface
|
|
@@ -167,8 +137,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
167
137
|
* Creates request options for listWorkflowDefinitions without sending the request
|
|
168
138
|
* @param {number} [limit] Number of items per page
|
|
169
139
|
* @param {number} [offset] Number of items to skip
|
|
170
|
-
* @param {string} [authorization]
|
|
171
|
-
* @param {string} [ksUat]
|
|
172
140
|
* @throws {RequiredError}
|
|
173
141
|
* @memberof WorkflowDefinitionsApiInterface
|
|
174
142
|
*/
|
|
@@ -178,8 +146,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
178
146
|
* @summary List Workflow Definitions Handler
|
|
179
147
|
* @param {number} [limit] Number of items per page
|
|
180
148
|
* @param {number} [offset] Number of items to skip
|
|
181
|
-
* @param {string} [authorization]
|
|
182
|
-
* @param {string} [ksUat]
|
|
183
149
|
* @param {*} [options] Override http request option.
|
|
184
150
|
* @throws {RequiredError}
|
|
185
151
|
* @memberof WorkflowDefinitionsApiInterface
|
|
@@ -194,8 +160,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
194
160
|
* @param {string} definitionId
|
|
195
161
|
* @param {number} [limit] Number of items per page
|
|
196
162
|
* @param {number} [offset] Number of items to skip
|
|
197
|
-
* @param {string} [authorization]
|
|
198
|
-
* @param {string} [ksUat]
|
|
199
163
|
* @throws {RequiredError}
|
|
200
164
|
* @memberof WorkflowDefinitionsApiInterface
|
|
201
165
|
*/
|
|
@@ -206,8 +170,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
206
170
|
* @param {string} definitionId
|
|
207
171
|
* @param {number} [limit] Number of items per page
|
|
208
172
|
* @param {number} [offset] Number of items to skip
|
|
209
|
-
* @param {string} [authorization]
|
|
210
|
-
* @param {string} [ksUat]
|
|
211
173
|
* @param {*} [options] Override http request option.
|
|
212
174
|
* @throws {RequiredError}
|
|
213
175
|
* @memberof WorkflowDefinitionsApiInterface
|
|
@@ -221,8 +183,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
221
183
|
* Creates request options for updateWorkflowDefinition without sending the request
|
|
222
184
|
* @param {string} definitionId
|
|
223
185
|
* @param {UpdateWorkflowDefinitionRequest} updateWorkflowDefinitionRequest
|
|
224
|
-
* @param {string} [authorization]
|
|
225
|
-
* @param {string} [ksUat]
|
|
226
186
|
* @throws {RequiredError}
|
|
227
187
|
* @memberof WorkflowDefinitionsApiInterface
|
|
228
188
|
*/
|
|
@@ -232,8 +192,6 @@ export interface WorkflowDefinitionsApiInterface {
|
|
|
232
192
|
* @summary Update Workflow Definition Handler
|
|
233
193
|
* @param {string} definitionId
|
|
234
194
|
* @param {UpdateWorkflowDefinitionRequest} updateWorkflowDefinitionRequest
|
|
235
|
-
* @param {string} [authorization]
|
|
236
|
-
* @param {string} [ksUat]
|
|
237
195
|
* @param {*} [options] Override http request option.
|
|
238
196
|
* @throws {RequiredError}
|
|
239
197
|
* @memberof WorkflowDefinitionsApiInterface
|