vellum-ai 0.6.6 → 0.6.8

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 (149) hide show
  1. package/Client.js +9 -9
  2. package/api/resources/deployments/client/Client.js +5 -5
  3. package/api/resources/documentIndexes/client/Client.d.ts +17 -6
  4. package/api/resources/documentIndexes/client/Client.js +59 -12
  5. package/api/resources/documents/client/Client.js +5 -5
  6. package/api/resources/folderEntities/client/Client.js +1 -1
  7. package/api/resources/sandboxes/client/Client.js +3 -3
  8. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  9. package/api/resources/testSuites/client/Client.js +4 -4
  10. package/api/resources/testSuites/client/requests/UpsertTestSuiteTestCaseRequest.d.ts +4 -1
  11. package/api/resources/workflowDeployments/client/Client.js +4 -4
  12. package/api/resources/workflowSandboxes/client/Client.js +1 -1
  13. package/api/types/{BulkCreateTestSuiteTestCaseDataRequest.d.ts → CreateTestSuiteTestCaseRequest.d.ts} +4 -1
  14. package/api/types/DeploymentProviderPayloadResponse.d.ts +2 -1
  15. package/api/types/DeploymentProviderPayloadResponsePayload.d.ts +4 -0
  16. package/api/types/ExecutionArrayVellumValue.d.ts +4 -1
  17. package/api/types/ExecutionChatHistoryVellumValue.d.ts +3 -0
  18. package/api/types/ExecutionErrorVellumValue.d.ts +3 -0
  19. package/api/types/ExecutionFunctionCallVellumValue.d.ts +3 -0
  20. package/api/types/ExecutionJsonVellumValue.d.ts +3 -0
  21. package/api/types/ExecutionNumberVellumValue.d.ts +3 -0
  22. package/api/types/ExecutionSearchResultsVellumValue.d.ts +3 -0
  23. package/api/types/ExecutionStringVellumValue.d.ts +3 -0
  24. package/api/types/MapEnum.d.ts +4 -0
  25. package/api/types/MapNodeResult.d.ts +10 -0
  26. package/api/types/MapNodeResultData.d.ts +6 -0
  27. package/api/types/MapNodeResultData.js +5 -0
  28. package/api/types/ReplaceTestSuiteTestCaseRequest.d.ts +19 -0
  29. package/api/types/ReplaceTestSuiteTestCaseRequest.js +5 -0
  30. package/api/types/SearchResultMeta.d.ts +1 -1
  31. package/api/types/SearchResultMetaRequest.d.ts +1 -1
  32. package/api/types/TestSuiteTestCase.d.ts +1 -0
  33. package/api/types/TestSuiteTestCaseCreateBulkOperationRequest.d.ts +1 -1
  34. package/api/types/TestSuiteTestCaseReplaceBulkOperationRequest.d.ts +1 -1
  35. package/api/types/WorkflowNodeResultData.d.ts +4 -1
  36. package/api/types/index.d.ts +6 -2
  37. package/api/types/index.js +6 -2
  38. package/dist/Client.js +9 -9
  39. package/dist/api/resources/deployments/client/Client.js +5 -5
  40. package/dist/api/resources/documentIndexes/client/Client.d.ts +17 -6
  41. package/dist/api/resources/documentIndexes/client/Client.js +59 -12
  42. package/dist/api/resources/documents/client/Client.js +5 -5
  43. package/dist/api/resources/folderEntities/client/Client.js +1 -1
  44. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  45. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  46. package/dist/api/resources/testSuites/client/Client.js +4 -4
  47. package/dist/api/resources/testSuites/client/requests/UpsertTestSuiteTestCaseRequest.d.ts +4 -1
  48. package/dist/api/resources/workflowDeployments/client/Client.js +4 -4
  49. package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
  50. package/dist/api/types/{BulkCreateTestSuiteTestCaseDataRequest.d.ts → CreateTestSuiteTestCaseRequest.d.ts} +4 -1
  51. package/dist/api/types/CreateTestSuiteTestCaseRequest.js +5 -0
  52. package/dist/api/types/DeploymentProviderPayloadResponse.d.ts +2 -1
  53. package/dist/api/types/DeploymentProviderPayloadResponsePayload.d.ts +4 -0
  54. package/dist/api/types/DeploymentProviderPayloadResponsePayload.js +5 -0
  55. package/dist/api/types/ExecutionArrayVellumValue.d.ts +4 -1
  56. package/dist/api/types/ExecutionChatHistoryVellumValue.d.ts +3 -0
  57. package/dist/api/types/ExecutionErrorVellumValue.d.ts +3 -0
  58. package/dist/api/types/ExecutionFunctionCallVellumValue.d.ts +3 -0
  59. package/dist/api/types/ExecutionJsonVellumValue.d.ts +3 -0
  60. package/dist/api/types/ExecutionNumberVellumValue.d.ts +3 -0
  61. package/dist/api/types/ExecutionSearchResultsVellumValue.d.ts +3 -0
  62. package/dist/api/types/ExecutionStringVellumValue.d.ts +3 -0
  63. package/dist/api/types/MapEnum.d.ts +4 -0
  64. package/dist/api/types/MapEnum.js +5 -0
  65. package/dist/api/types/MapNodeResult.d.ts +10 -0
  66. package/dist/api/types/MapNodeResult.js +5 -0
  67. package/dist/api/types/MapNodeResultData.d.ts +6 -0
  68. package/dist/api/types/MapNodeResultData.js +5 -0
  69. package/dist/api/types/ReplaceTestSuiteTestCaseRequest.d.ts +19 -0
  70. package/dist/api/types/ReplaceTestSuiteTestCaseRequest.js +5 -0
  71. package/dist/api/types/SearchResultMeta.d.ts +1 -1
  72. package/dist/api/types/SearchResultMetaRequest.d.ts +1 -1
  73. package/dist/api/types/TestSuiteTestCase.d.ts +1 -0
  74. package/dist/api/types/TestSuiteTestCaseCreateBulkOperationRequest.d.ts +1 -1
  75. package/dist/api/types/TestSuiteTestCaseReplaceBulkOperationRequest.d.ts +1 -1
  76. package/dist/api/types/WorkflowNodeResultData.d.ts +4 -1
  77. package/dist/api/types/index.d.ts +6 -2
  78. package/dist/api/types/index.js +6 -2
  79. package/dist/serialization/resources/testSuites/client/requests/UpsertTestSuiteTestCaseRequest.d.ts +1 -0
  80. package/dist/serialization/resources/testSuites/client/requests/UpsertTestSuiteTestCaseRequest.js +1 -0
  81. package/dist/serialization/types/{BulkCreateTestSuiteTestCaseDataRequest.d.ts → CreateTestSuiteTestCaseRequest.d.ts} +3 -2
  82. package/dist/serialization/types/{BulkCreateTestSuiteTestCaseDataRequest.js → CreateTestSuiteTestCaseRequest.js} +3 -2
  83. package/dist/serialization/types/DeploymentProviderPayloadResponse.d.ts +2 -1
  84. package/dist/serialization/types/DeploymentProviderPayloadResponse.js +2 -1
  85. package/dist/serialization/types/DeploymentProviderPayloadResponsePayload.d.ts +10 -0
  86. package/dist/serialization/types/DeploymentProviderPayloadResponsePayload.js +34 -0
  87. package/dist/serialization/types/ExecutionArrayVellumValue.d.ts +2 -2
  88. package/dist/serialization/types/ExecutionArrayVellumValue.js +2 -2
  89. package/dist/serialization/types/MapEnum.d.ts +10 -0
  90. package/dist/serialization/types/MapEnum.js +31 -0
  91. package/dist/serialization/types/MapNodeResult.d.ts +13 -0
  92. package/dist/serialization/types/MapNodeResult.js +34 -0
  93. package/dist/serialization/types/MapNodeResultData.d.ts +12 -0
  94. package/dist/serialization/types/MapNodeResultData.js +33 -0
  95. package/dist/serialization/types/{BulkReplaceTestSuiteTestCaseDataRequest.d.ts → ReplaceTestSuiteTestCaseRequest.d.ts} +4 -3
  96. package/{serialization/types/BulkCreateTestSuiteTestCaseDataRequest.js → dist/serialization/types/ReplaceTestSuiteTestCaseRequest.js} +4 -2
  97. package/dist/serialization/types/SearchResultMeta.d.ts +1 -1
  98. package/dist/serialization/types/SearchResultMeta.js +1 -1
  99. package/dist/serialization/types/SearchResultMetaRequest.d.ts +1 -1
  100. package/dist/serialization/types/SearchResultMetaRequest.js +1 -1
  101. package/dist/serialization/types/TestSuiteTestCase.d.ts +1 -0
  102. package/dist/serialization/types/TestSuiteTestCase.js +1 -0
  103. package/dist/serialization/types/TestSuiteTestCaseCreateBulkOperationRequest.d.ts +2 -2
  104. package/dist/serialization/types/TestSuiteTestCaseCreateBulkOperationRequest.js +2 -2
  105. package/dist/serialization/types/TestSuiteTestCaseReplaceBulkOperationRequest.d.ts +2 -2
  106. package/dist/serialization/types/TestSuiteTestCaseReplaceBulkOperationRequest.js +2 -2
  107. package/dist/serialization/types/WorkflowNodeResultData.d.ts +5 -1
  108. package/dist/serialization/types/WorkflowNodeResultData.js +2 -0
  109. package/dist/serialization/types/index.d.ts +6 -2
  110. package/dist/serialization/types/index.js +6 -2
  111. package/package.json +1 -1
  112. package/serialization/resources/testSuites/client/requests/UpsertTestSuiteTestCaseRequest.d.ts +1 -0
  113. package/serialization/resources/testSuites/client/requests/UpsertTestSuiteTestCaseRequest.js +1 -0
  114. package/serialization/types/{BulkCreateTestSuiteTestCaseDataRequest.d.ts → CreateTestSuiteTestCaseRequest.d.ts} +3 -2
  115. package/{dist/serialization/types/BulkReplaceTestSuiteTestCaseDataRequest.js → serialization/types/CreateTestSuiteTestCaseRequest.js} +3 -3
  116. package/serialization/types/DeploymentProviderPayloadResponse.d.ts +2 -1
  117. package/serialization/types/DeploymentProviderPayloadResponse.js +2 -1
  118. package/serialization/types/DeploymentProviderPayloadResponsePayload.d.ts +10 -0
  119. package/serialization/types/DeploymentProviderPayloadResponsePayload.js +34 -0
  120. package/serialization/types/ExecutionArrayVellumValue.d.ts +2 -2
  121. package/serialization/types/ExecutionArrayVellumValue.js +2 -2
  122. package/serialization/types/MapEnum.d.ts +10 -0
  123. package/serialization/types/MapEnum.js +31 -0
  124. package/serialization/types/MapNodeResult.d.ts +13 -0
  125. package/serialization/types/MapNodeResult.js +34 -0
  126. package/serialization/types/MapNodeResultData.d.ts +12 -0
  127. package/serialization/types/MapNodeResultData.js +33 -0
  128. package/serialization/types/{BulkReplaceTestSuiteTestCaseDataRequest.d.ts → ReplaceTestSuiteTestCaseRequest.d.ts} +4 -3
  129. package/serialization/types/{BulkReplaceTestSuiteTestCaseDataRequest.js → ReplaceTestSuiteTestCaseRequest.js} +4 -3
  130. package/serialization/types/SearchResultMeta.d.ts +1 -1
  131. package/serialization/types/SearchResultMeta.js +1 -1
  132. package/serialization/types/SearchResultMetaRequest.d.ts +1 -1
  133. package/serialization/types/SearchResultMetaRequest.js +1 -1
  134. package/serialization/types/TestSuiteTestCase.d.ts +1 -0
  135. package/serialization/types/TestSuiteTestCase.js +1 -0
  136. package/serialization/types/TestSuiteTestCaseCreateBulkOperationRequest.d.ts +2 -2
  137. package/serialization/types/TestSuiteTestCaseCreateBulkOperationRequest.js +2 -2
  138. package/serialization/types/TestSuiteTestCaseReplaceBulkOperationRequest.d.ts +2 -2
  139. package/serialization/types/TestSuiteTestCaseReplaceBulkOperationRequest.js +2 -2
  140. package/serialization/types/WorkflowNodeResultData.d.ts +5 -1
  141. package/serialization/types/WorkflowNodeResultData.js +2 -0
  142. package/serialization/types/index.d.ts +6 -2
  143. package/serialization/types/index.js +6 -2
  144. package/api/types/BulkReplaceTestSuiteTestCaseDataRequest.d.ts +0 -16
  145. package/dist/api/types/BulkReplaceTestSuiteTestCaseDataRequest.d.ts +0 -16
  146. /package/api/types/{BulkCreateTestSuiteTestCaseDataRequest.js → CreateTestSuiteTestCaseRequest.js} +0 -0
  147. /package/api/types/{BulkReplaceTestSuiteTestCaseDataRequest.js → DeploymentProviderPayloadResponsePayload.js} +0 -0
  148. /package/{dist/api/types/BulkCreateTestSuiteTestCaseDataRequest.js → api/types/MapEnum.js} +0 -0
  149. /package/{dist/api/types/BulkReplaceTestSuiteTestCaseDataRequest.js → api/types/MapNodeResult.js} +0 -0
@@ -2,9 +2,12 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
+ /**
6
+ * A value representing an array of Vellum variable values.
7
+ */
5
8
  export interface ExecutionArrayVellumValue {
6
9
  /** The variable's uniquely identifying internal id. */
7
10
  id: string;
8
11
  name: string;
9
- value?: Vellum.ArrayVariableValueItem[];
12
+ value?: Vellum.ArrayVellumValueItem[];
10
13
  }
@@ -2,6 +2,9 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
+ /**
6
+ * A value representing Chat History.
7
+ */
5
8
  export interface ExecutionChatHistoryVellumValue {
6
9
  /** The variable's uniquely identifying internal id. */
7
10
  id: string;
@@ -2,6 +2,9 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
+ /**
6
+ * A value representing an Error.
7
+ */
5
8
  export interface ExecutionErrorVellumValue {
6
9
  /** The variable's uniquely identifying internal id. */
7
10
  id: string;
@@ -2,6 +2,9 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
+ /**
6
+ * A value representing a Function Call.
7
+ */
5
8
  export interface ExecutionFunctionCallVellumValue {
6
9
  /** The variable's uniquely identifying internal id. */
7
10
  id: string;
@@ -1,6 +1,9 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * A value representing a JSON object.
6
+ */
4
7
  export interface ExecutionJsonVellumValue {
5
8
  /** The variable's uniquely identifying internal id. */
6
9
  id: string;
@@ -1,6 +1,9 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * A value representing a number.
6
+ */
4
7
  export interface ExecutionNumberVellumValue {
5
8
  /** The variable's uniquely identifying internal id. */
6
9
  id: string;
@@ -2,6 +2,9 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
+ /**
6
+ * A value representing Search Results.
7
+ */
5
8
  export interface ExecutionSearchResultsVellumValue {
6
9
  /** The variable's uniquely identifying internal id. */
7
10
  id: string;
@@ -1,6 +1,9 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * A value representing a string.
6
+ */
4
7
  export interface ExecutionStringVellumValue {
5
8
  /** The variable's uniquely identifying internal id. */
6
9
  id: string;
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type MapEnum = "MAP";
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ /**
6
+ * A Node Result Event emitted from a Map Node.
7
+ */
8
+ export interface MapNodeResult {
9
+ data?: Vellum.MapNodeResultData;
10
+ }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface MapNodeResultData {
5
+ executionIds: string[];
6
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ /**
6
+ * Information about the Test Case to replace
7
+ */
8
+ export interface ReplaceTestSuiteTestCaseRequest {
9
+ /** The Vellum-generated ID of the Test Case whose data you'd like to replace. Must specify either this or external_id. */
10
+ id?: string;
11
+ /** The ID that was originally provided upon Test Case creation that uniquely identifies the Test Case whose data you'd like to replace. Must specify either this of id. */
12
+ externalId?: string;
13
+ /** A human-readable label used to convey the intention of this Test Case */
14
+ label?: string;
15
+ /** Values for each of the Test Case's input variables */
16
+ inputValues: Vellum.NamedTestCaseVariableValueRequest[];
17
+ /** Values for each of the Test Case's evaluation variables */
18
+ evaluationValues: Vellum.NamedTestCaseVariableValueRequest[];
19
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,5 +3,5 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface SearchResultMeta {
6
- source: Vellum.SearchResultMetaSource;
6
+ source?: Vellum.SearchResultMetaSource;
7
7
  }
@@ -3,5 +3,5 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface SearchResultMetaRequest {
6
- source: Vellum.SearchResultMetaSourceRequest;
6
+ source?: Vellum.SearchResultMetaSourceRequest;
7
7
  }
@@ -4,6 +4,7 @@
4
4
  import * as Vellum from "../index";
5
5
  export interface TestSuiteTestCase {
6
6
  id?: string;
7
+ externalId?: string;
7
8
  label?: string;
8
9
  inputValues: Vellum.TestCaseVariableValue[];
9
10
  evaluationValues: Vellum.TestCaseVariableValue[];
@@ -8,5 +8,5 @@ import * as Vellum from "../index";
8
8
  export interface TestSuiteTestCaseCreateBulkOperationRequest {
9
9
  /** An ID representing this specific operation. Can later be used to look up information about the operation's success in the response. */
10
10
  id: string;
11
- data: Vellum.BulkCreateTestSuiteTestCaseDataRequest;
11
+ data: Vellum.CreateTestSuiteTestCaseRequest;
12
12
  }
@@ -8,5 +8,5 @@ import * as Vellum from "../index";
8
8
  export interface TestSuiteTestCaseReplaceBulkOperationRequest {
9
9
  /** An ID representing this specific operation. Can later be used to look up information about the operation's success in the response. */
10
10
  id: string;
11
- data: Vellum.BulkReplaceTestSuiteTestCaseDataRequest;
11
+ data: Vellum.ReplaceTestSuiteTestCaseRequest;
12
12
  }
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
- export declare type WorkflowNodeResultData = Vellum.WorkflowNodeResultData.Prompt | Vellum.WorkflowNodeResultData.Search | Vellum.WorkflowNodeResultData.Templating | Vellum.WorkflowNodeResultData.CodeExecution | Vellum.WorkflowNodeResultData.Conditional | Vellum.WorkflowNodeResultData.Api | Vellum.WorkflowNodeResultData.Terminal | Vellum.WorkflowNodeResultData.Merge | Vellum.WorkflowNodeResultData.Subworkflow | Vellum.WorkflowNodeResultData.Metric;
5
+ export declare type WorkflowNodeResultData = Vellum.WorkflowNodeResultData.Prompt | Vellum.WorkflowNodeResultData.Search | Vellum.WorkflowNodeResultData.Templating | Vellum.WorkflowNodeResultData.CodeExecution | Vellum.WorkflowNodeResultData.Conditional | Vellum.WorkflowNodeResultData.Api | Vellum.WorkflowNodeResultData.Terminal | Vellum.WorkflowNodeResultData.Merge | Vellum.WorkflowNodeResultData.Subworkflow | Vellum.WorkflowNodeResultData.Metric | Vellum.WorkflowNodeResultData.Map;
6
6
  export declare namespace WorkflowNodeResultData {
7
7
  interface Prompt extends Vellum.PromptNodeResult {
8
8
  type: "PROMPT";
@@ -34,4 +34,7 @@ export declare namespace WorkflowNodeResultData {
34
34
  interface Metric extends Vellum.MetricNodeResult {
35
35
  type: "METRIC";
36
36
  }
37
+ interface Map extends Vellum.MapNodeResult {
38
+ type: "MAP";
39
+ }
37
40
  }
@@ -14,8 +14,6 @@ export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1";
14
14
  export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request";
15
15
  export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1";
16
16
  export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request";
17
- export * from "./BulkCreateTestSuiteTestCaseDataRequest";
18
- export * from "./BulkReplaceTestSuiteTestCaseDataRequest";
19
17
  export * from "./ChatHistoryEnum";
20
18
  export * from "./ChatHistoryInputRequest";
21
19
  export * from "./ChatMessage";
@@ -37,9 +35,11 @@ export * from "./CodeExecutionNodeStringResult";
37
35
  export * from "./ConditionalNodeResult";
38
36
  export * from "./ConditionalNodeResultData";
39
37
  export * from "./CreateEnum";
38
+ export * from "./CreateTestSuiteTestCaseRequest";
40
39
  export * from "./CreatedEnum";
41
40
  export * from "./DeleteEnum";
42
41
  export * from "./DeletedEnum";
42
+ export * from "./DeploymentProviderPayloadResponsePayload";
43
43
  export * from "./DeploymentProviderPayloadResponse";
44
44
  export * from "./DeploymentRead";
45
45
  export * from "./DeploymentReleaseTagDeploymentHistoryItem";
@@ -125,6 +125,9 @@ export * from "./JsonVellumValue";
125
125
  export * from "./LogicalOperator";
126
126
  export * from "./LogprobsEnum";
127
127
  export * from "./MlModelUsage";
128
+ export * from "./MapEnum";
129
+ export * from "./MapNodeResult";
130
+ export * from "./MapNodeResultData";
128
131
  export * from "./MergeEnum";
129
132
  export * from "./MergeNodeResult";
130
133
  export * from "./MetadataFilterConfigRequest";
@@ -212,6 +215,7 @@ export * from "./RejectedPromptExecutionMeta";
212
215
  export * from "./RejectedWorkflowNodeResultEvent";
213
216
  export * from "./ReleaseTagSource";
214
217
  export * from "./ReplaceEnum";
218
+ export * from "./ReplaceTestSuiteTestCaseRequest";
215
219
  export * from "./ReplacedEnum";
216
220
  export * from "./SandboxScenario";
217
221
  export * from "./ScenarioInput";
@@ -30,8 +30,6 @@ __exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1
30
30
  __exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request"), exports);
31
31
  __exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1"), exports);
32
32
  __exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request"), exports);
33
- __exportStar(require("./BulkCreateTestSuiteTestCaseDataRequest"), exports);
34
- __exportStar(require("./BulkReplaceTestSuiteTestCaseDataRequest"), exports);
35
33
  __exportStar(require("./ChatHistoryEnum"), exports);
36
34
  __exportStar(require("./ChatHistoryInputRequest"), exports);
37
35
  __exportStar(require("./ChatMessage"), exports);
@@ -53,9 +51,11 @@ __exportStar(require("./CodeExecutionNodeStringResult"), exports);
53
51
  __exportStar(require("./ConditionalNodeResult"), exports);
54
52
  __exportStar(require("./ConditionalNodeResultData"), exports);
55
53
  __exportStar(require("./CreateEnum"), exports);
54
+ __exportStar(require("./CreateTestSuiteTestCaseRequest"), exports);
56
55
  __exportStar(require("./CreatedEnum"), exports);
57
56
  __exportStar(require("./DeleteEnum"), exports);
58
57
  __exportStar(require("./DeletedEnum"), exports);
58
+ __exportStar(require("./DeploymentProviderPayloadResponsePayload"), exports);
59
59
  __exportStar(require("./DeploymentProviderPayloadResponse"), exports);
60
60
  __exportStar(require("./DeploymentRead"), exports);
61
61
  __exportStar(require("./DeploymentReleaseTagDeploymentHistoryItem"), exports);
@@ -141,6 +141,9 @@ __exportStar(require("./JsonVellumValue"), exports);
141
141
  __exportStar(require("./LogicalOperator"), exports);
142
142
  __exportStar(require("./LogprobsEnum"), exports);
143
143
  __exportStar(require("./MlModelUsage"), exports);
144
+ __exportStar(require("./MapEnum"), exports);
145
+ __exportStar(require("./MapNodeResult"), exports);
146
+ __exportStar(require("./MapNodeResultData"), exports);
144
147
  __exportStar(require("./MergeEnum"), exports);
145
148
  __exportStar(require("./MergeNodeResult"), exports);
146
149
  __exportStar(require("./MetadataFilterConfigRequest"), exports);
@@ -228,6 +231,7 @@ __exportStar(require("./RejectedPromptExecutionMeta"), exports);
228
231
  __exportStar(require("./RejectedWorkflowNodeResultEvent"), exports);
229
232
  __exportStar(require("./ReleaseTagSource"), exports);
230
233
  __exportStar(require("./ReplaceEnum"), exports);
234
+ __exportStar(require("./ReplaceTestSuiteTestCaseRequest"), exports);
231
235
  __exportStar(require("./ReplacedEnum"), exports);
232
236
  __exportStar(require("./SandboxScenario"), exports);
233
237
  __exportStar(require("./ScenarioInput"), exports);
package/dist/Client.js CHANGED
@@ -116,7 +116,7 @@ class VellumClient {
116
116
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
117
117
  .predict, "v1/execute-prompt"),
118
118
  method: "POST",
119
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
119
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
120
120
  contentType: "application/json",
121
121
  body: yield serializers.ExecutePromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
122
122
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -173,7 +173,7 @@ class VellumClient {
173
173
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
174
174
  .predict, "v1/execute-prompt-stream"),
175
175
  method: "POST",
176
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
176
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
177
177
  contentType: "application/json",
178
178
  body: yield serializers.ExecutePromptStreamRequest.jsonOrThrow(request, {
179
179
  unrecognizedObjectKeys: "strip",
@@ -263,7 +263,7 @@ class VellumClient {
263
263
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
264
264
  .predict, "v1/execute-workflow"),
265
265
  method: "POST",
266
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
266
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
267
267
  contentType: "application/json",
268
268
  body: yield serializers.ExecuteWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
269
269
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -318,7 +318,7 @@ class VellumClient {
318
318
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
319
319
  .predict, "v1/execute-workflow-stream"),
320
320
  method: "POST",
321
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
321
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
322
322
  contentType: "application/json",
323
323
  body: yield serializers.ExecuteWorkflowStreamRequest.jsonOrThrow(request, {
324
324
  unrecognizedObjectKeys: "strip",
@@ -404,7 +404,7 @@ class VellumClient {
404
404
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
405
405
  .predict, "v1/generate"),
406
406
  method: "POST",
407
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
407
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
408
408
  contentType: "application/json",
409
409
  body: yield serializers.GenerateBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
410
410
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -464,7 +464,7 @@ class VellumClient {
464
464
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
465
465
  .predict, "v1/generate-stream"),
466
466
  method: "POST",
467
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
467
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
468
468
  contentType: "application/json",
469
469
  body: yield serializers.GenerateStreamBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
470
470
  responseType: "streaming",
@@ -544,7 +544,7 @@ class VellumClient {
544
544
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
545
545
  .predict, "v1/search"),
546
546
  method: "POST",
547
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
547
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
548
548
  contentType: "application/json",
549
549
  body: yield serializers.SearchRequestBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
550
550
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -611,7 +611,7 @@ class VellumClient {
611
611
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
612
612
  .predict, "v1/submit-completion-actuals"),
613
613
  method: "POST",
614
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
614
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
615
615
  contentType: "application/json",
616
616
  body: yield serializers.SubmitCompletionActualsRequest.jsonOrThrow(request, {
617
617
  unrecognizedObjectKeys: "strip",
@@ -673,7 +673,7 @@ class VellumClient {
673
673
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
674
674
  .predict, "v1/submit-workflow-execution-actuals"),
675
675
  method: "POST",
676
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
676
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
677
677
  contentType: "application/json",
678
678
  body: yield serializers.SubmitWorkflowExecutionActualsRequest.jsonOrThrow(request, {
679
679
  unrecognizedObjectKeys: "strip",
@@ -77,7 +77,7 @@ class Deployments {
77
77
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
78
78
  .default, "v1/deployments"),
79
79
  method: "GET",
80
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
80
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
81
81
  contentType: "application/json",
82
82
  queryParameters: _queryParams,
83
83
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -129,7 +129,7 @@ class Deployments {
129
129
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
130
130
  .default, `v1/deployments/${encodeURIComponent(id)}`),
131
131
  method: "GET",
132
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
132
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
133
133
  contentType: "application/json",
134
134
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
135
135
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -181,7 +181,7 @@ class Deployments {
181
181
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
182
182
  .default, `v1/deployments/${encodeURIComponent(id)}/release-tags/${encodeURIComponent(name)}`),
183
183
  method: "GET",
184
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
184
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
185
185
  contentType: "application/json",
186
186
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
187
187
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -234,7 +234,7 @@ class Deployments {
234
234
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
235
235
  .default, `v1/deployments/${encodeURIComponent(id)}/release-tags/${encodeURIComponent(name)}`),
236
236
  method: "PATCH",
237
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
237
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
238
238
  contentType: "application/json",
239
239
  body: yield serializers.PatchedDeploymentReleaseTagUpdateRequest.jsonOrThrow(request, {
240
240
  unrecognizedObjectKeys: "strip",
@@ -293,7 +293,7 @@ class Deployments {
293
293
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
294
294
  .default, "v1/deployments/provider-payload"),
295
295
  method: "POST",
296
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
296
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.6.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
297
297
  contentType: "application/json",
298
298
  body: yield serializers.DeploymentProviderPayloadRequest.jsonOrThrow(request, {
299
299
  unrecognizedObjectKeys: "strip",
@@ -63,9 +63,9 @@ export declare class DocumentIndexes {
63
63
  */
64
64
  retrieve(id: string, requestOptions?: DocumentIndexes.RequestOptions): Promise<Vellum.DocumentIndexRead>;
65
65
  /**
66
- * Used to fully update a Document Index given its ID.
66
+ * Used to fully update a Document Index given its ID or name.
67
67
  *
68
- * @param {string} id - A UUID string identifying this document index.
68
+ * @param {string} id - Either the Document Index's ID or its unique name
69
69
  * @param {Vellum.DocumentIndexUpdateRequest} request
70
70
  * @param {DocumentIndexes.RequestOptions} requestOptions - Request-specific configuration.
71
71
  *
@@ -78,9 +78,9 @@ export declare class DocumentIndexes {
78
78
  */
79
79
  update(id: string, request: Vellum.DocumentIndexUpdateRequest, requestOptions?: DocumentIndexes.RequestOptions): Promise<Vellum.DocumentIndexRead>;
80
80
  /**
81
- * Used to delete a Document Index given its ID.
81
+ * Used to delete a Document Index given its ID or name.
82
82
  *
83
- * @param {string} id - A UUID string identifying this document index.
83
+ * @param {string} id - Either the Document Index's ID or its unique name
84
84
  * @param {DocumentIndexes.RequestOptions} requestOptions - Request-specific configuration.
85
85
  *
86
86
  * @example
@@ -88,9 +88,9 @@ export declare class DocumentIndexes {
88
88
  */
89
89
  destroy(id: string, requestOptions?: DocumentIndexes.RequestOptions): Promise<void>;
90
90
  /**
91
- * Used to partial update a Document Index given its ID.
91
+ * Used to partial update a Document Index given its ID or name.
92
92
  *
93
- * @param {string} id - A UUID string identifying this document index.
93
+ * @param {string} id - Either the Document Index's ID or its unique name
94
94
  * @param {Vellum.PatchedDocumentIndexUpdateRequest} request
95
95
  * @param {DocumentIndexes.RequestOptions} requestOptions - Request-specific configuration.
96
96
  *
@@ -102,6 +102,17 @@ export declare class DocumentIndexes {
102
102
  * })
103
103
  */
104
104
  partialUpdate(id: string, request?: Vellum.PatchedDocumentIndexUpdateRequest, requestOptions?: DocumentIndexes.RequestOptions): Promise<Vellum.DocumentIndexRead>;
105
+ /**
106
+ * Removes a Document from a Document Index without deleting the Document itself.
107
+ *
108
+ * @param {string} documentId - Either the Vellum-generated ID or the originally supplied external_id that uniquely identifies the Document you'd like to remove.
109
+ * @param {string} id - Either the Vellum-generated ID or the originally specified name that uniquely identifies the Document Index from which you'd like to remove a Document.
110
+ * @param {DocumentIndexes.RequestOptions} requestOptions - Request-specific configuration.
111
+ *
112
+ * @example
113
+ * await vellum.documentIndexes.removeDocument("document_id", "id")
114
+ */
115
+ removeDocument(documentId: string, id: string, requestOptions?: DocumentIndexes.RequestOptions): Promise<void>;
105
116
  protected _getCustomAuthorizationHeaders(): Promise<{
106
117
  X_API_KEY: string;
107
118
  }>;