vellum-ai 0.14.72 → 0.14.74
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/Client.js +11 -11
- package/api/resources/adHoc/client/Client.js +2 -2
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +8 -8
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/client/Client.js +1 -1
- package/api/resources/organizations/client/Client.js +1 -1
- package/api/resources/prompts/client/Client.js +2 -2
- package/api/resources/releaseReviews/client/Client.js +1 -1
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +8 -8
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +2 -2
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/BuildStatusEnum.d.ts +18 -0
- package/api/types/BuildStatusEnum.js +13 -0
- package/api/types/ContainerImageBuildConfig.d.ts +7 -0
- package/api/types/ContainerImageBuildConfig.js +5 -0
- package/api/types/ContainerImageRead.d.ts +3 -1
- package/api/types/DeploymentRead.d.ts +2 -2
- package/api/types/DocumentDocumentToDocumentIndex.d.ts +3 -3
- package/api/types/DocumentIndexRead.d.ts +2 -2
- package/api/types/DocumentRead.d.ts +1 -1
- package/api/types/ExecuteApiResponse.d.ts +1 -1
- package/api/types/FolderEntity.d.ts +1 -1
- package/api/types/FolderEntityDataset.d.ts +12 -0
- package/api/types/FolderEntityDataset.js +5 -0
- package/api/types/FolderEntityDatasetData.d.ts +11 -0
- package/api/types/FolderEntityDatasetData.js +5 -0
- package/api/types/MetricDefinitionHistoryItem.d.ts +2 -2
- package/api/types/MlModelRead.d.ts +1 -1
- package/api/types/OrganizationRead.d.ts +1 -1
- package/api/types/PromptDeploymentRelease.d.ts +2 -2
- package/api/types/PromptDeploymentReleasePromptDeployment.d.ts +1 -1
- package/api/types/PromptDeploymentReleasePromptVersion.d.ts +2 -2
- package/api/types/ReleaseCreatedBy.d.ts +1 -1
- package/api/types/ReleaseEnvironment.d.ts +1 -1
- package/api/types/ReleaseReviewReviewer.d.ts +1 -1
- package/api/types/SecretTypeEnum.d.ts +3 -1
- package/api/types/SecretTypeEnum.js +1 -0
- package/api/types/SlimDeploymentRead.d.ts +2 -2
- package/api/types/SlimDocument.d.ts +1 -1
- package/api/types/SlimDocumentDocumentToDocumentIndex.d.ts +3 -3
- package/api/types/SlimReleaseReview.d.ts +2 -2
- package/api/types/SlimWorkflowDeployment.d.ts +2 -2
- package/api/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/api/types/TestCaseChatHistoryVariableValue.d.ts +1 -1
- package/api/types/TestCaseErrorVariableValue.d.ts +1 -1
- package/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/api/types/TestCaseJsonVariableValue.d.ts +1 -1
- package/api/types/TestCaseNumberVariableValue.d.ts +1 -1
- package/api/types/TestCaseSearchResultsVariableValue.d.ts +1 -1
- package/api/types/TestCaseStringVariableValue.d.ts +1 -1
- package/api/types/TestSuiteRunRead.d.ts +2 -2
- package/api/types/WorkflowDeploymentRead.d.ts +2 -2
- package/api/types/WorkflowDeploymentRelease.d.ts +2 -2
- package/api/types/WorkflowDeploymentReleaseWorkflowDeployment.d.ts +1 -1
- package/api/types/WorkflowDeploymentReleaseWorkflowVersion.d.ts +3 -3
- package/api/types/WorkflowSandboxExample.d.ts +1 -1
- package/api/types/WorkspaceRead.d.ts +3 -3
- package/api/types/WorkspaceSecretRead.d.ts +2 -2
- package/api/types/index.d.ts +4 -0
- package/api/types/index.js +4 -0
- package/dist/Client.js +11 -11
- package/dist/api/resources/adHoc/client/Client.js +2 -2
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +8 -8
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/client/Client.js +1 -1
- package/dist/api/resources/organizations/client/Client.js +1 -1
- package/dist/api/resources/prompts/client/Client.js +2 -2
- package/dist/api/resources/releaseReviews/client/Client.js +1 -1
- package/dist/api/resources/sandboxes/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +2 -2
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/BuildStatusEnum.d.ts +18 -0
- package/dist/api/types/BuildStatusEnum.js +13 -0
- package/dist/api/types/ContainerImageBuildConfig.d.ts +7 -0
- package/dist/api/types/ContainerImageBuildConfig.js +5 -0
- package/dist/api/types/ContainerImageRead.d.ts +3 -1
- package/dist/api/types/DeploymentRead.d.ts +2 -2
- package/dist/api/types/DocumentDocumentToDocumentIndex.d.ts +3 -3
- package/dist/api/types/DocumentIndexRead.d.ts +2 -2
- package/dist/api/types/DocumentRead.d.ts +1 -1
- package/dist/api/types/ExecuteApiResponse.d.ts +1 -1
- package/dist/api/types/FolderEntity.d.ts +1 -1
- package/dist/api/types/FolderEntityDataset.d.ts +12 -0
- package/dist/api/types/FolderEntityDataset.js +5 -0
- package/dist/api/types/FolderEntityDatasetData.d.ts +11 -0
- package/dist/api/types/FolderEntityDatasetData.js +5 -0
- package/dist/api/types/MetricDefinitionHistoryItem.d.ts +2 -2
- package/dist/api/types/MlModelRead.d.ts +1 -1
- package/dist/api/types/OrganizationRead.d.ts +1 -1
- package/dist/api/types/PromptDeploymentRelease.d.ts +2 -2
- package/dist/api/types/PromptDeploymentReleasePromptDeployment.d.ts +1 -1
- package/dist/api/types/PromptDeploymentReleasePromptVersion.d.ts +2 -2
- package/dist/api/types/ReleaseCreatedBy.d.ts +1 -1
- package/dist/api/types/ReleaseEnvironment.d.ts +1 -1
- package/dist/api/types/ReleaseReviewReviewer.d.ts +1 -1
- package/dist/api/types/SecretTypeEnum.d.ts +3 -1
- package/dist/api/types/SecretTypeEnum.js +1 -0
- package/dist/api/types/SlimDeploymentRead.d.ts +2 -2
- package/dist/api/types/SlimDocument.d.ts +1 -1
- package/dist/api/types/SlimDocumentDocumentToDocumentIndex.d.ts +3 -3
- package/dist/api/types/SlimReleaseReview.d.ts +2 -2
- package/dist/api/types/SlimWorkflowDeployment.d.ts +2 -2
- package/dist/api/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseChatHistoryVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseErrorVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseJsonVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseNumberVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseSearchResultsVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseStringVariableValue.d.ts +1 -1
- package/dist/api/types/TestSuiteRunRead.d.ts +2 -2
- package/dist/api/types/WorkflowDeploymentRead.d.ts +2 -2
- package/dist/api/types/WorkflowDeploymentRelease.d.ts +2 -2
- package/dist/api/types/WorkflowDeploymentReleaseWorkflowDeployment.d.ts +1 -1
- package/dist/api/types/WorkflowDeploymentReleaseWorkflowVersion.d.ts +3 -3
- package/dist/api/types/WorkflowSandboxExample.d.ts +1 -1
- package/dist/api/types/WorkspaceRead.d.ts +3 -3
- package/dist/api/types/WorkspaceSecretRead.d.ts +2 -2
- package/dist/api/types/index.d.ts +4 -0
- package/dist/api/types/index.js +4 -0
- package/dist/serialization/types/BuildStatusEnum.d.ts +10 -0
- package/dist/serialization/types/BuildStatusEnum.js +41 -0
- package/dist/serialization/types/ContainerImageBuildConfig.d.ts +13 -0
- package/dist/serialization/types/ContainerImageBuildConfig.js +44 -0
- package/dist/serialization/types/ContainerImageRead.d.ts +5 -1
- package/dist/serialization/types/ContainerImageRead.js +5 -1
- package/dist/serialization/types/DeploymentRead.d.ts +2 -2
- package/dist/serialization/types/DeploymentRead.js +2 -2
- package/dist/serialization/types/DocumentDocumentToDocumentIndex.d.ts +3 -3
- package/dist/serialization/types/DocumentDocumentToDocumentIndex.js +3 -3
- package/dist/serialization/types/DocumentIndexRead.d.ts +2 -2
- package/dist/serialization/types/DocumentIndexRead.js +2 -2
- package/dist/serialization/types/DocumentRead.d.ts +1 -1
- package/dist/serialization/types/DocumentRead.js +1 -1
- package/dist/serialization/types/ExecuteApiResponse.d.ts +1 -1
- package/dist/serialization/types/ExecuteApiResponse.js +1 -1
- package/dist/serialization/types/FolderEntity.d.ts +2 -1
- package/dist/serialization/types/FolderEntity.js +2 -0
- package/dist/serialization/types/FolderEntityDataset.d.ts +15 -0
- package/dist/serialization/types/FolderEntityDataset.js +46 -0
- package/dist/serialization/types/FolderEntityDatasetData.d.ts +17 -0
- package/dist/serialization/types/FolderEntityDatasetData.js +48 -0
- package/dist/serialization/types/MetricDefinitionHistoryItem.d.ts +2 -2
- package/dist/serialization/types/MetricDefinitionHistoryItem.js +2 -2
- package/dist/serialization/types/MlModelRead.d.ts +1 -1
- package/dist/serialization/types/MlModelRead.js +1 -1
- package/dist/serialization/types/OrganizationRead.d.ts +1 -1
- package/dist/serialization/types/OrganizationRead.js +1 -1
- package/dist/serialization/types/PromptDeploymentRelease.d.ts +2 -2
- package/dist/serialization/types/PromptDeploymentRelease.js +2 -2
- package/dist/serialization/types/PromptDeploymentReleasePromptDeployment.d.ts +1 -1
- package/dist/serialization/types/PromptDeploymentReleasePromptDeployment.js +1 -1
- package/dist/serialization/types/PromptDeploymentReleasePromptVersion.d.ts +2 -2
- package/dist/serialization/types/PromptDeploymentReleasePromptVersion.js +2 -2
- package/dist/serialization/types/ReleaseCreatedBy.d.ts +1 -1
- package/dist/serialization/types/ReleaseCreatedBy.js +1 -1
- package/dist/serialization/types/ReleaseEnvironment.d.ts +1 -1
- package/dist/serialization/types/ReleaseEnvironment.js +1 -1
- package/dist/serialization/types/ReleaseReviewReviewer.d.ts +1 -1
- package/dist/serialization/types/ReleaseReviewReviewer.js +1 -1
- package/dist/serialization/types/SecretTypeEnum.d.ts +1 -1
- package/dist/serialization/types/SecretTypeEnum.js +1 -1
- package/dist/serialization/types/SlimDeploymentRead.d.ts +2 -2
- package/dist/serialization/types/SlimDeploymentRead.js +2 -2
- package/dist/serialization/types/SlimDocument.d.ts +1 -1
- package/dist/serialization/types/SlimDocument.js +1 -1
- package/dist/serialization/types/SlimDocumentDocumentToDocumentIndex.d.ts +3 -3
- package/dist/serialization/types/SlimDocumentDocumentToDocumentIndex.js +3 -3
- package/dist/serialization/types/SlimReleaseReview.d.ts +2 -2
- package/dist/serialization/types/SlimReleaseReview.js +2 -2
- package/dist/serialization/types/SlimWorkflowDeployment.d.ts +2 -2
- package/dist/serialization/types/SlimWorkflowDeployment.js +2 -2
- package/dist/serialization/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseArrayVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseChatHistoryVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseChatHistoryVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseErrorVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseErrorVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseFunctionCallVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseJsonVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseJsonVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseNumberVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseNumberVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseSearchResultsVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseSearchResultsVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseStringVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseStringVariableValue.js +1 -1
- package/dist/serialization/types/TestSuiteRunRead.d.ts +2 -2
- package/dist/serialization/types/TestSuiteRunRead.js +2 -2
- package/dist/serialization/types/WorkflowDeploymentRead.d.ts +2 -2
- package/dist/serialization/types/WorkflowDeploymentRead.js +2 -2
- package/dist/serialization/types/WorkflowDeploymentRelease.d.ts +2 -2
- package/dist/serialization/types/WorkflowDeploymentRelease.js +2 -2
- package/dist/serialization/types/WorkflowDeploymentReleaseWorkflowDeployment.d.ts +1 -1
- package/dist/serialization/types/WorkflowDeploymentReleaseWorkflowDeployment.js +1 -1
- package/dist/serialization/types/WorkflowDeploymentReleaseWorkflowVersion.d.ts +3 -3
- package/dist/serialization/types/WorkflowDeploymentReleaseWorkflowVersion.js +3 -3
- package/dist/serialization/types/WorkflowSandboxExample.d.ts +1 -1
- package/dist/serialization/types/WorkflowSandboxExample.js +1 -1
- package/dist/serialization/types/WorkspaceRead.d.ts +3 -3
- package/dist/serialization/types/WorkspaceRead.js +3 -3
- package/dist/serialization/types/WorkspaceSecretRead.d.ts +2 -2
- package/dist/serialization/types/WorkspaceSecretRead.js +2 -2
- package/dist/serialization/types/index.d.ts +4 -0
- package/dist/serialization/types/index.js +4 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/BuildStatusEnum.d.ts +10 -0
- package/serialization/types/BuildStatusEnum.js +41 -0
- package/serialization/types/ContainerImageBuildConfig.d.ts +13 -0
- package/serialization/types/ContainerImageBuildConfig.js +44 -0
- package/serialization/types/ContainerImageRead.d.ts +5 -1
- package/serialization/types/ContainerImageRead.js +5 -1
- package/serialization/types/DeploymentRead.d.ts +2 -2
- package/serialization/types/DeploymentRead.js +2 -2
- package/serialization/types/DocumentDocumentToDocumentIndex.d.ts +3 -3
- package/serialization/types/DocumentDocumentToDocumentIndex.js +3 -3
- package/serialization/types/DocumentIndexRead.d.ts +2 -2
- package/serialization/types/DocumentIndexRead.js +2 -2
- package/serialization/types/DocumentRead.d.ts +1 -1
- package/serialization/types/DocumentRead.js +1 -1
- package/serialization/types/ExecuteApiResponse.d.ts +1 -1
- package/serialization/types/ExecuteApiResponse.js +1 -1
- package/serialization/types/FolderEntity.d.ts +2 -1
- package/serialization/types/FolderEntity.js +2 -0
- package/serialization/types/FolderEntityDataset.d.ts +15 -0
- package/serialization/types/FolderEntityDataset.js +46 -0
- package/serialization/types/FolderEntityDatasetData.d.ts +17 -0
- package/serialization/types/FolderEntityDatasetData.js +48 -0
- package/serialization/types/MetricDefinitionHistoryItem.d.ts +2 -2
- package/serialization/types/MetricDefinitionHistoryItem.js +2 -2
- package/serialization/types/MlModelRead.d.ts +1 -1
- package/serialization/types/MlModelRead.js +1 -1
- package/serialization/types/OrganizationRead.d.ts +1 -1
- package/serialization/types/OrganizationRead.js +1 -1
- package/serialization/types/PromptDeploymentRelease.d.ts +2 -2
- package/serialization/types/PromptDeploymentRelease.js +2 -2
- package/serialization/types/PromptDeploymentReleasePromptDeployment.d.ts +1 -1
- package/serialization/types/PromptDeploymentReleasePromptDeployment.js +1 -1
- package/serialization/types/PromptDeploymentReleasePromptVersion.d.ts +2 -2
- package/serialization/types/PromptDeploymentReleasePromptVersion.js +2 -2
- package/serialization/types/ReleaseCreatedBy.d.ts +1 -1
- package/serialization/types/ReleaseCreatedBy.js +1 -1
- package/serialization/types/ReleaseEnvironment.d.ts +1 -1
- package/serialization/types/ReleaseEnvironment.js +1 -1
- package/serialization/types/ReleaseReviewReviewer.d.ts +1 -1
- package/serialization/types/ReleaseReviewReviewer.js +1 -1
- package/serialization/types/SecretTypeEnum.d.ts +1 -1
- package/serialization/types/SecretTypeEnum.js +1 -1
- package/serialization/types/SlimDeploymentRead.d.ts +2 -2
- package/serialization/types/SlimDeploymentRead.js +2 -2
- package/serialization/types/SlimDocument.d.ts +1 -1
- package/serialization/types/SlimDocument.js +1 -1
- package/serialization/types/SlimDocumentDocumentToDocumentIndex.d.ts +3 -3
- package/serialization/types/SlimDocumentDocumentToDocumentIndex.js +3 -3
- package/serialization/types/SlimReleaseReview.d.ts +2 -2
- package/serialization/types/SlimReleaseReview.js +2 -2
- package/serialization/types/SlimWorkflowDeployment.d.ts +2 -2
- package/serialization/types/SlimWorkflowDeployment.js +2 -2
- package/serialization/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseArrayVariableValue.js +1 -1
- package/serialization/types/TestCaseChatHistoryVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseChatHistoryVariableValue.js +1 -1
- package/serialization/types/TestCaseErrorVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseErrorVariableValue.js +1 -1
- package/serialization/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseFunctionCallVariableValue.js +1 -1
- package/serialization/types/TestCaseJsonVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseJsonVariableValue.js +1 -1
- package/serialization/types/TestCaseNumberVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseNumberVariableValue.js +1 -1
- package/serialization/types/TestCaseSearchResultsVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseSearchResultsVariableValue.js +1 -1
- package/serialization/types/TestCaseStringVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseStringVariableValue.js +1 -1
- package/serialization/types/TestSuiteRunRead.d.ts +2 -2
- package/serialization/types/TestSuiteRunRead.js +2 -2
- package/serialization/types/WorkflowDeploymentRead.d.ts +2 -2
- package/serialization/types/WorkflowDeploymentRead.js +2 -2
- package/serialization/types/WorkflowDeploymentRelease.d.ts +2 -2
- package/serialization/types/WorkflowDeploymentRelease.js +2 -2
- package/serialization/types/WorkflowDeploymentReleaseWorkflowDeployment.d.ts +1 -1
- package/serialization/types/WorkflowDeploymentReleaseWorkflowDeployment.js +1 -1
- package/serialization/types/WorkflowDeploymentReleaseWorkflowVersion.d.ts +3 -3
- package/serialization/types/WorkflowDeploymentReleaseWorkflowVersion.js +3 -3
- package/serialization/types/WorkflowSandboxExample.d.ts +1 -1
- package/serialization/types/WorkflowSandboxExample.js +1 -1
- package/serialization/types/WorkspaceRead.d.ts +3 -3
- package/serialization/types/WorkspaceRead.js +3 -3
- package/serialization/types/WorkspaceSecretRead.d.ts +2 -2
- package/serialization/types/WorkspaceSecretRead.js +2 -2
- package/serialization/types/index.d.ts +4 -0
- package/serialization/types/index.js +4 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
5
|
export interface PromptDeploymentReleasePromptVersion {
|
|
6
|
-
id
|
|
6
|
+
id: string;
|
|
7
7
|
/** Configuration used to build this prompt version. */
|
|
8
|
-
buildConfig
|
|
8
|
+
buildConfig: Vellum.ComponentsSchemasPromptVersionBuildConfigSandbox;
|
|
9
9
|
}
|
|
@@ -5,10 +5,12 @@
|
|
|
5
5
|
* * `USER_DEFINED` - User Defined
|
|
6
6
|
* * `HMAC` - Hmac
|
|
7
7
|
* * `INTERNAL_API_KEY` - Internal Api Key
|
|
8
|
+
* * `EXTERNALLY_PROVISIONED` - Externally Provisioned
|
|
8
9
|
*/
|
|
9
|
-
export type SecretTypeEnum = "USER_DEFINED" | "HMAC" | "INTERNAL_API_KEY";
|
|
10
|
+
export type SecretTypeEnum = "USER_DEFINED" | "HMAC" | "INTERNAL_API_KEY" | "EXTERNALLY_PROVISIONED";
|
|
10
11
|
export declare const SecretTypeEnum: {
|
|
11
12
|
readonly UserDefined: "USER_DEFINED";
|
|
12
13
|
readonly Hmac: "HMAC";
|
|
13
14
|
readonly InternalApiKey: "INTERNAL_API_KEY";
|
|
15
|
+
readonly ExternallyProvisioned: "EXTERNALLY_PROVISIONED";
|
|
14
16
|
};
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
5
|
export interface SlimDeploymentRead {
|
|
6
|
-
id
|
|
7
|
-
created
|
|
6
|
+
id: string;
|
|
7
|
+
created: Date;
|
|
8
8
|
/** A human-readable label for the deployment */
|
|
9
9
|
label: string;
|
|
10
10
|
/** A name that uniquely identifies this deployment within its workspace */
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
5
|
export interface SlimDocument {
|
|
6
6
|
/** Vellum-generated ID that uniquely identifies this document. */
|
|
7
|
-
id
|
|
7
|
+
id: string;
|
|
8
8
|
/** The external ID that was originally provided when uploading the document. */
|
|
9
9
|
externalId?: string | null;
|
|
10
10
|
/** A timestamp representing when this document was most recently uploaded. */
|
|
@@ -7,11 +7,11 @@ import * as Vellum from "../index";
|
|
|
7
7
|
*/
|
|
8
8
|
export interface SlimDocumentDocumentToDocumentIndex {
|
|
9
9
|
/** Vellum-generated ID that uniquely identifies this link. */
|
|
10
|
-
id
|
|
10
|
+
id: string;
|
|
11
11
|
/** Vellum-generated ID that uniquely identifies the environment index this document is included in. */
|
|
12
|
-
environmentDocumentIndexId
|
|
12
|
+
environmentDocumentIndexId: string;
|
|
13
13
|
/** Vellum-generated ID that uniquely identifies the index this document is included in. */
|
|
14
|
-
documentIndexId
|
|
14
|
+
documentIndexId: string;
|
|
15
15
|
/**
|
|
16
16
|
* An enum value representing where this document is along its indexing lifecycle for this index.
|
|
17
17
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
5
|
export interface SlimWorkflowDeployment {
|
|
6
|
-
id
|
|
6
|
+
id: string;
|
|
7
7
|
/** A name that uniquely identifies this workflow deployment within its workspace */
|
|
8
8
|
name: string;
|
|
9
9
|
/** A human-readable label for the workflow deployment */
|
|
@@ -23,7 +23,7 @@ export interface SlimWorkflowDeployment {
|
|
|
23
23
|
* * `PRODUCTION` - Production
|
|
24
24
|
*/
|
|
25
25
|
environment?: Vellum.EnvironmentEnum;
|
|
26
|
-
created
|
|
26
|
+
created: Date;
|
|
27
27
|
lastDeployedOn: Date;
|
|
28
28
|
/** The input variables this Workflow Deployment expects to receive values for when it is executed. */
|
|
29
29
|
inputVariables: Vellum.VellumVariable[];
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
5
|
export interface WorkflowDeploymentRead {
|
|
6
|
-
id
|
|
6
|
+
id: string;
|
|
7
7
|
/** A name that uniquely identifies this workflow deployment within its workspace */
|
|
8
8
|
name: string;
|
|
9
9
|
/** A human-readable label for the workflow deployment */
|
|
@@ -23,7 +23,7 @@ export interface WorkflowDeploymentRead {
|
|
|
23
23
|
* * `PRODUCTION` - Production
|
|
24
24
|
*/
|
|
25
25
|
environment?: Vellum.EnvironmentEnum;
|
|
26
|
-
created
|
|
26
|
+
created: Date;
|
|
27
27
|
lastDeployedOn: Date;
|
|
28
28
|
/** The ID of the history item associated with this Workflow Deployment's LATEST Release Tag */
|
|
29
29
|
lastDeployedHistoryItemId: string;
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
5
|
export interface WorkflowDeploymentRelease {
|
|
6
|
-
id
|
|
7
|
-
created
|
|
6
|
+
id: string;
|
|
7
|
+
created: Date;
|
|
8
8
|
environment: Vellum.ReleaseEnvironment;
|
|
9
9
|
createdBy?: Vellum.ReleaseCreatedBy | null;
|
|
10
10
|
workflowVersion: Vellum.WorkflowDeploymentReleaseWorkflowVersion;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
5
|
export interface WorkflowDeploymentReleaseWorkflowVersion {
|
|
6
|
-
id
|
|
7
|
-
inputVariables
|
|
8
|
-
outputVariables
|
|
6
|
+
id: string;
|
|
7
|
+
inputVariables: Vellum.VellumVariable[];
|
|
8
|
+
outputVariables: Vellum.VellumVariable[];
|
|
9
9
|
}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
export interface WorkspaceRead {
|
|
5
|
-
id
|
|
5
|
+
id: string;
|
|
6
6
|
/** The name of the Workspace. */
|
|
7
7
|
name: string;
|
|
8
|
-
label
|
|
9
|
-
created
|
|
8
|
+
label: string;
|
|
9
|
+
created: Date;
|
|
10
10
|
}
|
|
@@ -31,6 +31,7 @@ export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1";
|
|
|
31
31
|
export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request";
|
|
32
32
|
export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1";
|
|
33
33
|
export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request";
|
|
34
|
+
export * from "./BuildStatusEnum";
|
|
34
35
|
export * from "./ChatHistoryInput";
|
|
35
36
|
export * from "./ChatHistoryInputRequest";
|
|
36
37
|
export * from "./ChatHistoryVellumValue";
|
|
@@ -63,6 +64,7 @@ export * from "./CompilePromptMeta";
|
|
|
63
64
|
export * from "./ConditionCombinator";
|
|
64
65
|
export * from "./ConditionalNodeResult";
|
|
65
66
|
export * from "./ConditionalNodeResultData";
|
|
67
|
+
export * from "./ContainerImageBuildConfig";
|
|
66
68
|
export * from "./ContainerImageContainerImageTag";
|
|
67
69
|
export * from "./ContainerImageRead";
|
|
68
70
|
export * from "./CreateTestSuiteTestCaseRequest";
|
|
@@ -118,6 +120,8 @@ export * from "./FastEmbedVectorizerBaaiBgeSmallEnV15";
|
|
|
118
120
|
export * from "./FastEmbedVectorizerBaaiBgeSmallEnV15Request";
|
|
119
121
|
export * from "./FinishReasonEnum";
|
|
120
122
|
export * from "./FolderEntity";
|
|
123
|
+
export * from "./FolderEntityDataset";
|
|
124
|
+
export * from "./FolderEntityDatasetData";
|
|
121
125
|
export * from "./FolderEntityDocumentIndex";
|
|
122
126
|
export * from "./FolderEntityDocumentIndexData";
|
|
123
127
|
export * from "./FolderEntityFolder";
|
package/dist/api/types/index.js
CHANGED
|
@@ -47,6 +47,7 @@ __exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1
|
|
|
47
47
|
__exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request"), exports);
|
|
48
48
|
__exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1"), exports);
|
|
49
49
|
__exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request"), exports);
|
|
50
|
+
__exportStar(require("./BuildStatusEnum"), exports);
|
|
50
51
|
__exportStar(require("./ChatHistoryInput"), exports);
|
|
51
52
|
__exportStar(require("./ChatHistoryInputRequest"), exports);
|
|
52
53
|
__exportStar(require("./ChatHistoryVellumValue"), exports);
|
|
@@ -79,6 +80,7 @@ __exportStar(require("./CompilePromptMeta"), exports);
|
|
|
79
80
|
__exportStar(require("./ConditionCombinator"), exports);
|
|
80
81
|
__exportStar(require("./ConditionalNodeResult"), exports);
|
|
81
82
|
__exportStar(require("./ConditionalNodeResultData"), exports);
|
|
83
|
+
__exportStar(require("./ContainerImageBuildConfig"), exports);
|
|
82
84
|
__exportStar(require("./ContainerImageContainerImageTag"), exports);
|
|
83
85
|
__exportStar(require("./ContainerImageRead"), exports);
|
|
84
86
|
__exportStar(require("./CreateTestSuiteTestCaseRequest"), exports);
|
|
@@ -134,6 +136,8 @@ __exportStar(require("./FastEmbedVectorizerBaaiBgeSmallEnV15"), exports);
|
|
|
134
136
|
__exportStar(require("./FastEmbedVectorizerBaaiBgeSmallEnV15Request"), exports);
|
|
135
137
|
__exportStar(require("./FinishReasonEnum"), exports);
|
|
136
138
|
__exportStar(require("./FolderEntity"), exports);
|
|
139
|
+
__exportStar(require("./FolderEntityDataset"), exports);
|
|
140
|
+
__exportStar(require("./FolderEntityDatasetData"), exports);
|
|
137
141
|
__exportStar(require("./FolderEntityDocumentIndex"), exports);
|
|
138
142
|
__exportStar(require("./FolderEntityDocumentIndexData"), exports);
|
|
139
143
|
__exportStar(require("./FolderEntityFolder"), exports);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const BuildStatusEnum: core.serialization.Schema<serializers.BuildStatusEnum.Raw, Vellum.BuildStatusEnum>;
|
|
8
|
+
export declare namespace BuildStatusEnum {
|
|
9
|
+
type Raw = "QUEUED" | "BUILDING" | "AVAILABLE" | "FAILED" | "UNKNOWN";
|
|
10
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.BuildStatusEnum = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.BuildStatusEnum = core.serialization.enum_(["QUEUED", "BUILDING", "AVAILABLE", "FAILED", "UNKNOWN"]);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { CodeExecutionPackage } from "./CodeExecutionPackage";
|
|
8
|
+
export declare const ContainerImageBuildConfig: core.serialization.ObjectSchema<serializers.ContainerImageBuildConfig.Raw, Vellum.ContainerImageBuildConfig>;
|
|
9
|
+
export declare namespace ContainerImageBuildConfig {
|
|
10
|
+
interface Raw {
|
|
11
|
+
packages: CodeExecutionPackage.Raw[];
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ContainerImageBuildConfig = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const CodeExecutionPackage_1 = require("./CodeExecutionPackage");
|
|
42
|
+
exports.ContainerImageBuildConfig = core.serialization.object({
|
|
43
|
+
packages: core.serialization.list(CodeExecutionPackage_1.CodeExecutionPackage),
|
|
44
|
+
});
|
|
@@ -6,10 +6,12 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { EntityVisibility } from "./EntityVisibility";
|
|
8
8
|
import { ContainerImageContainerImageTag } from "./ContainerImageContainerImageTag";
|
|
9
|
+
import { BuildStatusEnum } from "./BuildStatusEnum";
|
|
10
|
+
import { ContainerImageBuildConfig } from "./ContainerImageBuildConfig";
|
|
9
11
|
export declare const ContainerImageRead: core.serialization.ObjectSchema<serializers.ContainerImageRead.Raw, Vellum.ContainerImageRead>;
|
|
10
12
|
export declare namespace ContainerImageRead {
|
|
11
13
|
interface Raw {
|
|
12
|
-
id
|
|
14
|
+
id: string;
|
|
13
15
|
name: string;
|
|
14
16
|
visibility: EntityVisibility.Raw;
|
|
15
17
|
created: string;
|
|
@@ -17,5 +19,7 @@ export declare namespace ContainerImageRead {
|
|
|
17
19
|
repository: string;
|
|
18
20
|
sha: string;
|
|
19
21
|
tags: ContainerImageContainerImageTag.Raw[];
|
|
22
|
+
build_status?: (BuildStatusEnum.Raw | null) | null;
|
|
23
|
+
build_config?: (ContainerImageBuildConfig.Raw | null) | null;
|
|
20
24
|
}
|
|
21
25
|
}
|
|
@@ -40,8 +40,10 @@ exports.ContainerImageRead = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const EntityVisibility_1 = require("./EntityVisibility");
|
|
42
42
|
const ContainerImageContainerImageTag_1 = require("./ContainerImageContainerImageTag");
|
|
43
|
+
const BuildStatusEnum_1 = require("./BuildStatusEnum");
|
|
44
|
+
const ContainerImageBuildConfig_1 = require("./ContainerImageBuildConfig");
|
|
43
45
|
exports.ContainerImageRead = core.serialization.object({
|
|
44
|
-
id: core.serialization.string()
|
|
46
|
+
id: core.serialization.string(),
|
|
45
47
|
name: core.serialization.string(),
|
|
46
48
|
visibility: EntityVisibility_1.EntityVisibility,
|
|
47
49
|
created: core.serialization.date(),
|
|
@@ -49,4 +51,6 @@ exports.ContainerImageRead = core.serialization.object({
|
|
|
49
51
|
repository: core.serialization.string(),
|
|
50
52
|
sha: core.serialization.string(),
|
|
51
53
|
tags: core.serialization.list(ContainerImageContainerImageTag_1.ContainerImageContainerImageTag),
|
|
54
|
+
buildStatus: core.serialization.property("build_status", BuildStatusEnum_1.BuildStatusEnum.optionalNullable()),
|
|
55
|
+
buildConfig: core.serialization.property("build_config", ContainerImageBuildConfig_1.ContainerImageBuildConfig.optionalNullable()),
|
|
52
56
|
});
|
|
@@ -10,8 +10,8 @@ import { VellumVariable } from "./VellumVariable";
|
|
|
10
10
|
export declare const DeploymentRead: core.serialization.ObjectSchema<serializers.DeploymentRead.Raw, Vellum.DeploymentRead>;
|
|
11
11
|
export declare namespace DeploymentRead {
|
|
12
12
|
interface Raw {
|
|
13
|
-
id
|
|
14
|
-
created
|
|
13
|
+
id: string;
|
|
14
|
+
created: string;
|
|
15
15
|
label: string;
|
|
16
16
|
name: string;
|
|
17
17
|
status?: EntityStatus.Raw | null;
|
|
@@ -42,8 +42,8 @@ const EntityStatus_1 = require("./EntityStatus");
|
|
|
42
42
|
const EnvironmentEnum_1 = require("./EnvironmentEnum");
|
|
43
43
|
const VellumVariable_1 = require("./VellumVariable");
|
|
44
44
|
exports.DeploymentRead = core.serialization.object({
|
|
45
|
-
id: core.serialization.string()
|
|
46
|
-
created: core.serialization.date()
|
|
45
|
+
id: core.serialization.string(),
|
|
46
|
+
created: core.serialization.date(),
|
|
47
47
|
label: core.serialization.string(),
|
|
48
48
|
name: core.serialization.string(),
|
|
49
49
|
status: EntityStatus_1.EntityStatus.optional(),
|
|
@@ -8,9 +8,9 @@ import { IndexingStateEnum } from "./IndexingStateEnum";
|
|
|
8
8
|
export declare const DocumentDocumentToDocumentIndex: core.serialization.ObjectSchema<serializers.DocumentDocumentToDocumentIndex.Raw, Vellum.DocumentDocumentToDocumentIndex>;
|
|
9
9
|
export declare namespace DocumentDocumentToDocumentIndex {
|
|
10
10
|
interface Raw {
|
|
11
|
-
id
|
|
12
|
-
environment_document_index_id
|
|
13
|
-
document_index_id
|
|
11
|
+
id: string;
|
|
12
|
+
environment_document_index_id: string;
|
|
13
|
+
document_index_id: string;
|
|
14
14
|
indexing_state?: IndexingStateEnum.Raw | null;
|
|
15
15
|
extracted_text_file_url?: (string | null) | null;
|
|
16
16
|
}
|
|
@@ -40,9 +40,9 @@ exports.DocumentDocumentToDocumentIndex = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const IndexingStateEnum_1 = require("./IndexingStateEnum");
|
|
42
42
|
exports.DocumentDocumentToDocumentIndex = core.serialization.object({
|
|
43
|
-
id: core.serialization.string()
|
|
44
|
-
environmentDocumentIndexId: core.serialization.property("environment_document_index_id", core.serialization.string()
|
|
45
|
-
documentIndexId: core.serialization.property("document_index_id", core.serialization.string()
|
|
43
|
+
id: core.serialization.string(),
|
|
44
|
+
environmentDocumentIndexId: core.serialization.property("environment_document_index_id", core.serialization.string()),
|
|
45
|
+
documentIndexId: core.serialization.property("document_index_id", core.serialization.string()),
|
|
46
46
|
indexingState: core.serialization.property("indexing_state", IndexingStateEnum_1.IndexingStateEnum.optional()),
|
|
47
47
|
extractedTextFileUrl: core.serialization.property("extracted_text_file_url", core.serialization.string().optionalNullable()),
|
|
48
48
|
});
|
|
@@ -9,8 +9,8 @@ import { DocumentIndexIndexingConfig } from "./DocumentIndexIndexingConfig";
|
|
|
9
9
|
export declare const DocumentIndexRead: core.serialization.ObjectSchema<serializers.DocumentIndexRead.Raw, Vellum.DocumentIndexRead>;
|
|
10
10
|
export declare namespace DocumentIndexRead {
|
|
11
11
|
interface Raw {
|
|
12
|
-
id
|
|
13
|
-
created
|
|
12
|
+
id: string;
|
|
13
|
+
created: string;
|
|
14
14
|
label: string;
|
|
15
15
|
name: string;
|
|
16
16
|
status?: EntityStatus.Raw | null;
|
|
@@ -41,8 +41,8 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
const EntityStatus_1 = require("./EntityStatus");
|
|
42
42
|
const DocumentIndexIndexingConfig_1 = require("./DocumentIndexIndexingConfig");
|
|
43
43
|
exports.DocumentIndexRead = core.serialization.object({
|
|
44
|
-
id: core.serialization.string()
|
|
45
|
-
created: core.serialization.date()
|
|
44
|
+
id: core.serialization.string(),
|
|
45
|
+
created: core.serialization.date(),
|
|
46
46
|
label: core.serialization.string(),
|
|
47
47
|
name: core.serialization.string(),
|
|
48
48
|
status: EntityStatus_1.EntityStatus.optional(),
|
|
@@ -10,7 +10,7 @@ import { DocumentDocumentToDocumentIndex } from "./DocumentDocumentToDocumentInd
|
|
|
10
10
|
export declare const DocumentRead: core.serialization.ObjectSchema<serializers.DocumentRead.Raw, Vellum.DocumentRead>;
|
|
11
11
|
export declare namespace DocumentRead {
|
|
12
12
|
interface Raw {
|
|
13
|
-
id
|
|
13
|
+
id: string;
|
|
14
14
|
external_id?: (string | null) | null;
|
|
15
15
|
last_uploaded_at: string;
|
|
16
16
|
label: string;
|
|
@@ -42,7 +42,7 @@ const DocumentProcessingState_1 = require("./DocumentProcessingState");
|
|
|
42
42
|
const DocumentStatus_1 = require("./DocumentStatus");
|
|
43
43
|
const DocumentDocumentToDocumentIndex_1 = require("./DocumentDocumentToDocumentIndex");
|
|
44
44
|
exports.DocumentRead = core.serialization.object({
|
|
45
|
-
id: core.serialization.string()
|
|
45
|
+
id: core.serialization.string(),
|
|
46
46
|
externalId: core.serialization.property("external_id", core.serialization.string().optionalNullable()),
|
|
47
47
|
lastUploadedAt: core.serialization.property("last_uploaded_at", core.serialization.date()),
|
|
48
48
|
label: core.serialization.string(),
|