vellum-ai 0.11.0 → 0.11.2

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.
Files changed (144) hide show
  1. package/.mock/definition/__package__.yml +178 -1
  2. package/.mock/definition/documents.yml +2 -0
  3. package/.mock/openapi/openapi.yml +194 -1
  4. package/Client.js +10 -10
  5. package/api/resources/adHoc/client/Client.js +1 -1
  6. package/api/resources/containerImages/client/Client.js +4 -4
  7. package/api/resources/deployments/client/Client.js +7 -7
  8. package/api/resources/documentIndexes/client/Client.js +8 -8
  9. package/api/resources/documents/client/Client.js +5 -5
  10. package/api/resources/folderEntities/client/Client.js +2 -2
  11. package/api/resources/metricDefinitions/client/Client.js +2 -2
  12. package/api/resources/mlModels/client/Client.js +1 -1
  13. package/api/resources/sandboxes/client/Client.js +3 -3
  14. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  15. package/api/resources/testSuites/client/Client.js +4 -4
  16. package/api/resources/workflowDeployments/client/Client.js +6 -6
  17. package/api/resources/workflowSandboxes/client/Client.js +1 -1
  18. package/api/resources/workflows/client/Client.js +2 -2
  19. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  20. package/api/types/DocumentDocumentToDocumentIndex.d.ts +4 -0
  21. package/api/types/SlimDocument.d.ts +1 -1
  22. package/api/types/SlimDocumentDocumentToDocumentIndex.d.ts +23 -0
  23. package/api/types/SlimDocumentDocumentToDocumentIndex.js +5 -0
  24. package/api/types/TestSuiteRunExecConfig.d.ts +1 -1
  25. package/api/types/TestSuiteRunExecConfigRequest.d.ts +1 -1
  26. package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.d.ts +13 -0
  27. package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.js +5 -0
  28. package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.d.ts +9 -0
  29. package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.js +5 -0
  30. package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.d.ts +9 -0
  31. package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.js +5 -0
  32. package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.d.ts +13 -0
  33. package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.js +5 -0
  34. package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.d.ts +13 -0
  35. package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.js +5 -0
  36. package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.d.ts +9 -0
  37. package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.js +5 -0
  38. package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.d.ts +9 -0
  39. package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.js +5 -0
  40. package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.d.ts +13 -0
  41. package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.js +5 -0
  42. package/api/types/index.d.ts +9 -0
  43. package/api/types/index.js +9 -0
  44. package/dist/Client.js +10 -10
  45. package/dist/api/resources/adHoc/client/Client.js +1 -1
  46. package/dist/api/resources/containerImages/client/Client.js +4 -4
  47. package/dist/api/resources/deployments/client/Client.js +7 -7
  48. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  49. package/dist/api/resources/documents/client/Client.js +5 -5
  50. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  51. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  52. package/dist/api/resources/mlModels/client/Client.js +1 -1
  53. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  54. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  55. package/dist/api/resources/testSuites/client/Client.js +4 -4
  56. package/dist/api/resources/workflowDeployments/client/Client.js +6 -6
  57. package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
  58. package/dist/api/resources/workflows/client/Client.js +2 -2
  59. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  60. package/dist/api/types/DocumentDocumentToDocumentIndex.d.ts +4 -0
  61. package/dist/api/types/SlimDocument.d.ts +1 -1
  62. package/dist/api/types/SlimDocumentDocumentToDocumentIndex.d.ts +23 -0
  63. package/dist/api/types/SlimDocumentDocumentToDocumentIndex.js +5 -0
  64. package/dist/api/types/TestSuiteRunExecConfig.d.ts +1 -1
  65. package/dist/api/types/TestSuiteRunExecConfigRequest.d.ts +1 -1
  66. package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.d.ts +13 -0
  67. package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.js +5 -0
  68. package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.d.ts +9 -0
  69. package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.js +5 -0
  70. package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.d.ts +9 -0
  71. package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.js +5 -0
  72. package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.d.ts +13 -0
  73. package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.js +5 -0
  74. package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.d.ts +13 -0
  75. package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.js +5 -0
  76. package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.d.ts +9 -0
  77. package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.js +5 -0
  78. package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.d.ts +9 -0
  79. package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.js +5 -0
  80. package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.d.ts +13 -0
  81. package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.js +5 -0
  82. package/dist/api/types/index.d.ts +9 -0
  83. package/dist/api/types/index.js +9 -0
  84. package/dist/serialization/types/DocumentDocumentToDocumentIndex.d.ts +1 -0
  85. package/dist/serialization/types/DocumentDocumentToDocumentIndex.js +1 -0
  86. package/dist/serialization/types/SlimDocument.d.ts +2 -2
  87. package/dist/serialization/types/SlimDocument.js +2 -2
  88. package/dist/serialization/types/SlimDocumentDocumentToDocumentIndex.d.ts +15 -0
  89. package/dist/serialization/types/SlimDocumentDocumentToDocumentIndex.js +36 -0
  90. package/dist/serialization/types/TestSuiteRunExecConfig.d.ts +3 -1
  91. package/dist/serialization/types/TestSuiteRunExecConfig.js +4 -0
  92. package/dist/serialization/types/TestSuiteRunExecConfigRequest.d.ts +3 -1
  93. package/dist/serialization/types/TestSuiteRunExecConfigRequest.js +4 -0
  94. package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.d.ts +15 -0
  95. package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.js +36 -0
  96. package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.d.ts +13 -0
  97. package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.js +34 -0
  98. package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.d.ts +13 -0
  99. package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.js +34 -0
  100. package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.d.ts +15 -0
  101. package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.js +36 -0
  102. package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.d.ts +15 -0
  103. package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.js +36 -0
  104. package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.d.ts +13 -0
  105. package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.js +34 -0
  106. package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.d.ts +13 -0
  107. package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.js +34 -0
  108. package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.d.ts +15 -0
  109. package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.js +36 -0
  110. package/dist/serialization/types/index.d.ts +9 -0
  111. package/dist/serialization/types/index.js +9 -0
  112. package/dist/version.d.ts +1 -1
  113. package/dist/version.js +1 -1
  114. package/package.json +1 -1
  115. package/serialization/types/DocumentDocumentToDocumentIndex.d.ts +1 -0
  116. package/serialization/types/DocumentDocumentToDocumentIndex.js +1 -0
  117. package/serialization/types/SlimDocument.d.ts +2 -2
  118. package/serialization/types/SlimDocument.js +2 -2
  119. package/serialization/types/SlimDocumentDocumentToDocumentIndex.d.ts +15 -0
  120. package/serialization/types/SlimDocumentDocumentToDocumentIndex.js +36 -0
  121. package/serialization/types/TestSuiteRunExecConfig.d.ts +3 -1
  122. package/serialization/types/TestSuiteRunExecConfig.js +4 -0
  123. package/serialization/types/TestSuiteRunExecConfigRequest.d.ts +3 -1
  124. package/serialization/types/TestSuiteRunExecConfigRequest.js +4 -0
  125. package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.d.ts +15 -0
  126. package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.js +36 -0
  127. package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.d.ts +13 -0
  128. package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.js +34 -0
  129. package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.d.ts +13 -0
  130. package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.js +34 -0
  131. package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.d.ts +15 -0
  132. package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.js +36 -0
  133. package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.d.ts +15 -0
  134. package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.js +36 -0
  135. package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.d.ts +13 -0
  136. package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.js +34 -0
  137. package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.d.ts +13 -0
  138. package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.js +34 -0
  139. package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.d.ts +15 -0
  140. package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.js +36 -0
  141. package/serialization/types/index.d.ts +9 -0
  142. package/serialization/types/index.js +9 -0
  143. package/version.d.ts +1 -1
  144. package/version.js +1 -1
@@ -0,0 +1,36 @@
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 (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.SlimDocumentDocumentToDocumentIndex = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const IndexingStateEnum_1 = require("./IndexingStateEnum");
32
+ exports.SlimDocumentDocumentToDocumentIndex = core.serialization.object({
33
+ id: core.serialization.string(),
34
+ documentIndexId: core.serialization.property("document_index_id", core.serialization.string()),
35
+ indexingState: core.serialization.property("indexing_state", IndexingStateEnum_1.IndexingStateEnum.optional()),
36
+ });
@@ -5,9 +5,11 @@ import * as serializers from "../index";
5
5
  import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { TestSuiteRunDeploymentReleaseTagExecConfig } from "./TestSuiteRunDeploymentReleaseTagExecConfig";
8
+ import { TestSuiteRunPromptSandboxHistoryItemExecConfig } from "./TestSuiteRunPromptSandboxHistoryItemExecConfig";
8
9
  import { TestSuiteRunWorkflowReleaseTagExecConfig } from "./TestSuiteRunWorkflowReleaseTagExecConfig";
10
+ import { TestSuiteRunWorkflowSandboxHistoryItemExecConfig } from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfig";
9
11
  import { TestSuiteRunExternalExecConfig } from "./TestSuiteRunExternalExecConfig";
10
12
  export declare const TestSuiteRunExecConfig: core.serialization.Schema<serializers.TestSuiteRunExecConfig.Raw, Vellum.TestSuiteRunExecConfig>;
11
13
  export declare namespace TestSuiteRunExecConfig {
12
- type Raw = TestSuiteRunDeploymentReleaseTagExecConfig.Raw | TestSuiteRunWorkflowReleaseTagExecConfig.Raw | TestSuiteRunExternalExecConfig.Raw;
14
+ type Raw = TestSuiteRunDeploymentReleaseTagExecConfig.Raw | TestSuiteRunPromptSandboxHistoryItemExecConfig.Raw | TestSuiteRunWorkflowReleaseTagExecConfig.Raw | TestSuiteRunWorkflowSandboxHistoryItemExecConfig.Raw | TestSuiteRunExternalExecConfig.Raw;
13
15
  }
@@ -29,10 +29,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.TestSuiteRunExecConfig = void 0;
30
30
  const core = __importStar(require("../../core"));
31
31
  const TestSuiteRunDeploymentReleaseTagExecConfig_1 = require("./TestSuiteRunDeploymentReleaseTagExecConfig");
32
+ const TestSuiteRunPromptSandboxHistoryItemExecConfig_1 = require("./TestSuiteRunPromptSandboxHistoryItemExecConfig");
32
33
  const TestSuiteRunWorkflowReleaseTagExecConfig_1 = require("./TestSuiteRunWorkflowReleaseTagExecConfig");
34
+ const TestSuiteRunWorkflowSandboxHistoryItemExecConfig_1 = require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfig");
33
35
  const TestSuiteRunExternalExecConfig_1 = require("./TestSuiteRunExternalExecConfig");
34
36
  exports.TestSuiteRunExecConfig = core.serialization.undiscriminatedUnion([
35
37
  TestSuiteRunDeploymentReleaseTagExecConfig_1.TestSuiteRunDeploymentReleaseTagExecConfig,
38
+ TestSuiteRunPromptSandboxHistoryItemExecConfig_1.TestSuiteRunPromptSandboxHistoryItemExecConfig,
36
39
  TestSuiteRunWorkflowReleaseTagExecConfig_1.TestSuiteRunWorkflowReleaseTagExecConfig,
40
+ TestSuiteRunWorkflowSandboxHistoryItemExecConfig_1.TestSuiteRunWorkflowSandboxHistoryItemExecConfig,
37
41
  TestSuiteRunExternalExecConfig_1.TestSuiteRunExternalExecConfig,
38
42
  ]);
@@ -5,9 +5,11 @@ import * as serializers from "../index";
5
5
  import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { TestSuiteRunDeploymentReleaseTagExecConfigRequest } from "./TestSuiteRunDeploymentReleaseTagExecConfigRequest";
8
+ import { TestSuiteRunPromptSandboxHistoryItemExecConfigRequest } from "./TestSuiteRunPromptSandboxHistoryItemExecConfigRequest";
8
9
  import { TestSuiteRunWorkflowReleaseTagExecConfigRequest } from "./TestSuiteRunWorkflowReleaseTagExecConfigRequest";
10
+ import { TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest } from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest";
9
11
  import { TestSuiteRunExternalExecConfigRequest } from "./TestSuiteRunExternalExecConfigRequest";
10
12
  export declare const TestSuiteRunExecConfigRequest: core.serialization.Schema<serializers.TestSuiteRunExecConfigRequest.Raw, Vellum.TestSuiteRunExecConfigRequest>;
11
13
  export declare namespace TestSuiteRunExecConfigRequest {
12
- type Raw = TestSuiteRunDeploymentReleaseTagExecConfigRequest.Raw | TestSuiteRunWorkflowReleaseTagExecConfigRequest.Raw | TestSuiteRunExternalExecConfigRequest.Raw;
14
+ type Raw = TestSuiteRunDeploymentReleaseTagExecConfigRequest.Raw | TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.Raw | TestSuiteRunWorkflowReleaseTagExecConfigRequest.Raw | TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.Raw | TestSuiteRunExternalExecConfigRequest.Raw;
13
15
  }
@@ -29,10 +29,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.TestSuiteRunExecConfigRequest = void 0;
30
30
  const core = __importStar(require("../../core"));
31
31
  const TestSuiteRunDeploymentReleaseTagExecConfigRequest_1 = require("./TestSuiteRunDeploymentReleaseTagExecConfigRequest");
32
+ const TestSuiteRunPromptSandboxHistoryItemExecConfigRequest_1 = require("./TestSuiteRunPromptSandboxHistoryItemExecConfigRequest");
32
33
  const TestSuiteRunWorkflowReleaseTagExecConfigRequest_1 = require("./TestSuiteRunWorkflowReleaseTagExecConfigRequest");
34
+ const TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest_1 = require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest");
33
35
  const TestSuiteRunExternalExecConfigRequest_1 = require("./TestSuiteRunExternalExecConfigRequest");
34
36
  exports.TestSuiteRunExecConfigRequest = core.serialization.undiscriminatedUnion([
35
37
  TestSuiteRunDeploymentReleaseTagExecConfigRequest_1.TestSuiteRunDeploymentReleaseTagExecConfigRequest,
38
+ TestSuiteRunPromptSandboxHistoryItemExecConfigRequest_1.TestSuiteRunPromptSandboxHistoryItemExecConfigRequest,
36
39
  TestSuiteRunWorkflowReleaseTagExecConfigRequest_1.TestSuiteRunWorkflowReleaseTagExecConfigRequest,
40
+ TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest_1.TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest,
37
41
  TestSuiteRunExternalExecConfigRequest_1.TestSuiteRunExternalExecConfigRequest,
38
42
  ]);
@@ -0,0 +1,15 @@
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 { TestSuiteRunPromptSandboxHistoryItemExecConfigData } from "./TestSuiteRunPromptSandboxHistoryItemExecConfigData";
8
+ export declare const TestSuiteRunPromptSandboxHistoryItemExecConfig: core.serialization.ObjectSchema<serializers.TestSuiteRunPromptSandboxHistoryItemExecConfig.Raw, Vellum.TestSuiteRunPromptSandboxHistoryItemExecConfig>;
9
+ export declare namespace TestSuiteRunPromptSandboxHistoryItemExecConfig {
10
+ interface Raw {
11
+ type: "PROMPT_SANDBOX_HISTORY_ITEM";
12
+ data: TestSuiteRunPromptSandboxHistoryItemExecConfigData.Raw;
13
+ test_case_ids?: string[] | null;
14
+ }
15
+ }
@@ -0,0 +1,36 @@
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 (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.TestSuiteRunPromptSandboxHistoryItemExecConfig = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const TestSuiteRunPromptSandboxHistoryItemExecConfigData_1 = require("./TestSuiteRunPromptSandboxHistoryItemExecConfigData");
32
+ exports.TestSuiteRunPromptSandboxHistoryItemExecConfig = core.serialization.object({
33
+ type: core.serialization.stringLiteral("PROMPT_SANDBOX_HISTORY_ITEM"),
34
+ data: TestSuiteRunPromptSandboxHistoryItemExecConfigData_1.TestSuiteRunPromptSandboxHistoryItemExecConfigData,
35
+ testCaseIds: core.serialization.property("test_case_ids", core.serialization.list(core.serialization.string()).optional()),
36
+ });
@@ -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
+ export declare const TestSuiteRunPromptSandboxHistoryItemExecConfigData: core.serialization.ObjectSchema<serializers.TestSuiteRunPromptSandboxHistoryItemExecConfigData.Raw, Vellum.TestSuiteRunPromptSandboxHistoryItemExecConfigData>;
8
+ export declare namespace TestSuiteRunPromptSandboxHistoryItemExecConfigData {
9
+ interface Raw {
10
+ history_item_id: string;
11
+ prompt_variant_id: string;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
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 (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.TestSuiteRunPromptSandboxHistoryItemExecConfigData = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.TestSuiteRunPromptSandboxHistoryItemExecConfigData = core.serialization.object({
32
+ historyItemId: core.serialization.property("history_item_id", core.serialization.string()),
33
+ promptVariantId: core.serialization.property("prompt_variant_id", core.serialization.string()),
34
+ });
@@ -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
+ export declare const TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest: core.serialization.ObjectSchema<serializers.TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.Raw, Vellum.TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest>;
8
+ export declare namespace TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest {
9
+ interface Raw {
10
+ history_item_id: string;
11
+ prompt_variant_id: string;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
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 (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest = core.serialization.object({
32
+ historyItemId: core.serialization.property("history_item_id", core.serialization.string()),
33
+ promptVariantId: core.serialization.property("prompt_variant_id", core.serialization.string()),
34
+ });
@@ -0,0 +1,15 @@
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 { TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest } from "./TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest";
8
+ export declare const TestSuiteRunPromptSandboxHistoryItemExecConfigRequest: core.serialization.ObjectSchema<serializers.TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.Raw, Vellum.TestSuiteRunPromptSandboxHistoryItemExecConfigRequest>;
9
+ export declare namespace TestSuiteRunPromptSandboxHistoryItemExecConfigRequest {
10
+ interface Raw {
11
+ type: "PROMPT_SANDBOX_HISTORY_ITEM";
12
+ data: TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.Raw;
13
+ test_case_ids?: string[] | null;
14
+ }
15
+ }
@@ -0,0 +1,36 @@
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 (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.TestSuiteRunPromptSandboxHistoryItemExecConfigRequest = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest_1 = require("./TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest");
32
+ exports.TestSuiteRunPromptSandboxHistoryItemExecConfigRequest = core.serialization.object({
33
+ type: core.serialization.stringLiteral("PROMPT_SANDBOX_HISTORY_ITEM"),
34
+ data: TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest_1.TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest,
35
+ testCaseIds: core.serialization.property("test_case_ids", core.serialization.list(core.serialization.string()).optional()),
36
+ });
@@ -0,0 +1,15 @@
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 { TestSuiteRunWorkflowSandboxHistoryItemExecConfigData } from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigData";
8
+ export declare const TestSuiteRunWorkflowSandboxHistoryItemExecConfig: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowSandboxHistoryItemExecConfig.Raw, Vellum.TestSuiteRunWorkflowSandboxHistoryItemExecConfig>;
9
+ export declare namespace TestSuiteRunWorkflowSandboxHistoryItemExecConfig {
10
+ interface Raw {
11
+ type: "WORKFLOW_SANDBOX_HISTORY_ITEM";
12
+ data: TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.Raw;
13
+ test_case_ids?: string[] | null;
14
+ }
15
+ }
@@ -0,0 +1,36 @@
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 (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfig = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const TestSuiteRunWorkflowSandboxHistoryItemExecConfigData_1 = require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigData");
32
+ exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfig = core.serialization.object({
33
+ type: core.serialization.stringLiteral("WORKFLOW_SANDBOX_HISTORY_ITEM"),
34
+ data: TestSuiteRunWorkflowSandboxHistoryItemExecConfigData_1.TestSuiteRunWorkflowSandboxHistoryItemExecConfigData,
35
+ testCaseIds: core.serialization.property("test_case_ids", core.serialization.list(core.serialization.string()).optional()),
36
+ });
@@ -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
+ export declare const TestSuiteRunWorkflowSandboxHistoryItemExecConfigData: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.Raw, Vellum.TestSuiteRunWorkflowSandboxHistoryItemExecConfigData>;
8
+ export declare namespace TestSuiteRunWorkflowSandboxHistoryItemExecConfigData {
9
+ interface Raw {
10
+ history_item_id: string;
11
+ workflow_variant_id: string;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
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 (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfigData = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfigData = core.serialization.object({
32
+ historyItemId: core.serialization.property("history_item_id", core.serialization.string()),
33
+ workflowVariantId: core.serialization.property("workflow_variant_id", core.serialization.string()),
34
+ });
@@ -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
+ export declare const TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.Raw, Vellum.TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest>;
8
+ export declare namespace TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest {
9
+ interface Raw {
10
+ history_item_id: string;
11
+ workflow_variant_id: string;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
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 (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest = core.serialization.object({
32
+ historyItemId: core.serialization.property("history_item_id", core.serialization.string()),
33
+ workflowVariantId: core.serialization.property("workflow_variant_id", core.serialization.string()),
34
+ });
@@ -0,0 +1,15 @@
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 { TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest } from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest";
8
+ export declare const TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.Raw, Vellum.TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest>;
9
+ export declare namespace TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest {
10
+ interface Raw {
11
+ type: "WORKFLOW_SANDBOX_HISTORY_ITEM";
12
+ data: TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.Raw;
13
+ test_case_ids?: string[] | null;
14
+ }
15
+ }
@@ -0,0 +1,36 @@
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 (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest_1 = require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest");
32
+ exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest = core.serialization.object({
33
+ type: core.serialization.stringLiteral("WORKFLOW_SANDBOX_HISTORY_ITEM"),
34
+ data: TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest_1.TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest,
35
+ testCaseIds: core.serialization.property("test_case_ids", core.serialization.list(core.serialization.string()).optional()),
36
+ });
@@ -316,6 +316,7 @@ export * from "./SentenceChunking";
316
316
  export * from "./SentenceChunkingRequest";
317
317
  export * from "./SlimDeploymentRead";
318
318
  export * from "./SlimDocument";
319
+ export * from "./SlimDocumentDocumentToDocumentIndex";
319
320
  export * from "./SlimWorkflowDeployment";
320
321
  export * from "./StreamingAdHocExecutePromptEvent";
321
322
  export * from "./StreamingExecutePromptEvent";
@@ -390,6 +391,10 @@ export * from "./TestSuiteRunMetricJsonOutput";
390
391
  export * from "./TestSuiteRunMetricNumberOutput";
391
392
  export * from "./TestSuiteRunMetricOutput";
392
393
  export * from "./TestSuiteRunMetricStringOutput";
394
+ export * from "./TestSuiteRunPromptSandboxHistoryItemExecConfig";
395
+ export * from "./TestSuiteRunPromptSandboxHistoryItemExecConfigData";
396
+ export * from "./TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest";
397
+ export * from "./TestSuiteRunPromptSandboxHistoryItemExecConfigRequest";
393
398
  export * from "./TestSuiteRunRead";
394
399
  export * from "./TestSuiteRunState";
395
400
  export * from "./TestSuiteRunTestSuite";
@@ -397,6 +402,10 @@ export * from "./TestSuiteRunWorkflowReleaseTagExecConfig";
397
402
  export * from "./TestSuiteRunWorkflowReleaseTagExecConfigData";
398
403
  export * from "./TestSuiteRunWorkflowReleaseTagExecConfigDataRequest";
399
404
  export * from "./TestSuiteRunWorkflowReleaseTagExecConfigRequest";
405
+ export * from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfig";
406
+ export * from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigData";
407
+ export * from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest";
408
+ export * from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest";
400
409
  export * from "./TestSuiteTestCase";
401
410
  export * from "./TestSuiteTestCaseBulkOperationRequest";
402
411
  export * from "./TestSuiteTestCaseBulkResult";
@@ -332,6 +332,7 @@ __exportStar(require("./SentenceChunking"), exports);
332
332
  __exportStar(require("./SentenceChunkingRequest"), exports);
333
333
  __exportStar(require("./SlimDeploymentRead"), exports);
334
334
  __exportStar(require("./SlimDocument"), exports);
335
+ __exportStar(require("./SlimDocumentDocumentToDocumentIndex"), exports);
335
336
  __exportStar(require("./SlimWorkflowDeployment"), exports);
336
337
  __exportStar(require("./StreamingAdHocExecutePromptEvent"), exports);
337
338
  __exportStar(require("./StreamingExecutePromptEvent"), exports);
@@ -406,6 +407,10 @@ __exportStar(require("./TestSuiteRunMetricJsonOutput"), exports);
406
407
  __exportStar(require("./TestSuiteRunMetricNumberOutput"), exports);
407
408
  __exportStar(require("./TestSuiteRunMetricOutput"), exports);
408
409
  __exportStar(require("./TestSuiteRunMetricStringOutput"), exports);
410
+ __exportStar(require("./TestSuiteRunPromptSandboxHistoryItemExecConfig"), exports);
411
+ __exportStar(require("./TestSuiteRunPromptSandboxHistoryItemExecConfigData"), exports);
412
+ __exportStar(require("./TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest"), exports);
413
+ __exportStar(require("./TestSuiteRunPromptSandboxHistoryItemExecConfigRequest"), exports);
409
414
  __exportStar(require("./TestSuiteRunRead"), exports);
410
415
  __exportStar(require("./TestSuiteRunState"), exports);
411
416
  __exportStar(require("./TestSuiteRunTestSuite"), exports);
@@ -413,6 +418,10 @@ __exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfig"), exports);
413
418
  __exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigData"), exports);
414
419
  __exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigDataRequest"), exports);
415
420
  __exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigRequest"), exports);
421
+ __exportStar(require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfig"), exports);
422
+ __exportStar(require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigData"), exports);
423
+ __exportStar(require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest"), exports);
424
+ __exportStar(require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest"), exports);
416
425
  __exportStar(require("./TestSuiteTestCase"), exports);
417
426
  __exportStar(require("./TestSuiteTestCaseBulkOperationRequest"), exports);
418
427
  __exportStar(require("./TestSuiteTestCaseBulkResult"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.11.0";
1
+ export declare const SDK_VERSION = "0.11.2";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.11.0";
4
+ exports.SDK_VERSION = "0.11.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vellum-ai",
3
- "version": "0.11.0",
3
+ "version": "0.11.2",
4
4
  "private": false,
5
5
  "repository": "https://github.com/vellum-ai/vellum-client-node",
6
6
  "license": "MIT",
@@ -11,5 +11,6 @@ export declare namespace DocumentDocumentToDocumentIndex {
11
11
  id: string;
12
12
  document_index_id: string;
13
13
  indexing_state?: IndexingStateEnum.Raw | null;
14
+ extracted_text_file_url?: string | null;
14
15
  }
15
16
  }
@@ -33,4 +33,5 @@ exports.DocumentDocumentToDocumentIndex = core.serialization.object({
33
33
  id: core.serialization.string(),
34
34
  documentIndexId: core.serialization.property("document_index_id", core.serialization.string()),
35
35
  indexingState: core.serialization.property("indexing_state", IndexingStateEnum_1.IndexingStateEnum.optional()),
36
+ extractedTextFileUrl: core.serialization.property("extracted_text_file_url", core.serialization.string().optional()),
36
37
  });
@@ -7,7 +7,7 @@ import * as core from "../../core";
7
7
  import { DocumentProcessingState } from "./DocumentProcessingState";
8
8
  import { ProcessingFailureReasonEnum } from "./ProcessingFailureReasonEnum";
9
9
  import { DocumentStatus } from "./DocumentStatus";
10
- import { DocumentDocumentToDocumentIndex } from "./DocumentDocumentToDocumentIndex";
10
+ import { SlimDocumentDocumentToDocumentIndex } from "./SlimDocumentDocumentToDocumentIndex";
11
11
  export declare const SlimDocument: core.serialization.ObjectSchema<serializers.SlimDocument.Raw, Vellum.SlimDocument>;
12
12
  export declare namespace SlimDocument {
13
13
  interface Raw {
@@ -20,6 +20,6 @@ export declare namespace SlimDocument {
20
20
  status?: DocumentStatus.Raw | null;
21
21
  keywords?: string[] | null;
22
22
  metadata?: Record<string, unknown> | null;
23
- document_to_document_indexes: DocumentDocumentToDocumentIndex.Raw[];
23
+ document_to_document_indexes: SlimDocumentDocumentToDocumentIndex.Raw[];
24
24
  }
25
25
  }