vellum-ai 1.8.2 → 1.9.5

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 (169) hide show
  1. package/Client.js +11 -11
  2. package/api/resources/adHoc/client/Client.js +2 -2
  3. package/api/resources/containerImages/client/Client.js +4 -4
  4. package/api/resources/deployments/client/Client.js +8 -8
  5. package/api/resources/documentIndexes/client/Client.js +8 -8
  6. package/api/resources/documents/client/Client.js +5 -5
  7. package/api/resources/environments/client/Client.js +1 -1
  8. package/api/resources/events/client/Client.js +1 -1
  9. package/api/resources/folderEntities/client/Client.js +2 -2
  10. package/api/resources/integrationAuthConfigs/client/Client.js +1 -1
  11. package/api/resources/integrationProviders/client/Client.js +2 -2
  12. package/api/resources/integrations/client/Client.js +4 -4
  13. package/api/resources/metricDefinitions/client/Client.js +2 -2
  14. package/api/resources/mlModels/client/Client.js +1 -1
  15. package/api/resources/organizations/client/Client.js +1 -1
  16. package/api/resources/prompts/client/Client.js +2 -2
  17. package/api/resources/sandboxes/client/Client.js +3 -3
  18. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  19. package/api/resources/testSuites/client/Client.js +4 -4
  20. package/api/resources/workflowDeployments/client/Client.js +10 -10
  21. package/api/resources/workflowExecutions/client/Client.js +1 -1
  22. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  23. package/api/resources/workflows/client/Client.js +4 -4
  24. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  25. package/api/resources/workspaces/client/Client.js +1 -1
  26. package/api/types/ApiActorTypeEnum.d.ts +16 -0
  27. package/api/types/ApiActorTypeEnum.js +12 -0
  28. package/api/types/ApiRequestParentContext.d.ts +3 -0
  29. package/api/types/ChatMessage.d.ts +1 -1
  30. package/api/types/ChatMessageRequest.d.ts +1 -1
  31. package/api/types/FolderEntityWorkflowSandboxData.d.ts +1 -0
  32. package/api/types/IntegrationName.d.ts +5 -1
  33. package/api/types/IntegrationName.js +2 -0
  34. package/api/types/IntegrationTriggerContext.d.ts +10 -0
  35. package/api/types/IntegrationTriggerContext.js +5 -0
  36. package/api/types/LogicalOperator.d.ts +11 -1
  37. package/api/types/LogicalOperator.js +2 -0
  38. package/api/types/ParentContext.d.ts +1 -1
  39. package/api/types/ScheduledTriggerContext.d.ts +10 -0
  40. package/api/types/ScheduledTriggerContext.js +5 -0
  41. package/api/types/SlimIntegrationAuthConfigRead.d.ts +3 -1
  42. package/api/types/WorkflowDeploymentDisplayData.d.ts +11 -0
  43. package/api/types/WorkflowDeploymentDisplayData.js +5 -0
  44. package/api/types/WorkflowDeploymentRead.d.ts +2 -0
  45. package/api/types/WorkflowDisplayIcon.d.ts +10 -0
  46. package/api/types/WorkflowDisplayIcon.js +5 -0
  47. package/api/types/WorkflowSandboxDisplayData.d.ts +11 -0
  48. package/api/types/WorkflowSandboxDisplayData.js +5 -0
  49. package/api/types/index.d.ts +6 -0
  50. package/api/types/index.js +6 -0
  51. package/dist/Client.js +11 -11
  52. package/dist/api/resources/adHoc/client/Client.js +2 -2
  53. package/dist/api/resources/containerImages/client/Client.js +4 -4
  54. package/dist/api/resources/deployments/client/Client.js +8 -8
  55. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  56. package/dist/api/resources/documents/client/Client.js +5 -5
  57. package/dist/api/resources/environments/client/Client.js +1 -1
  58. package/dist/api/resources/events/client/Client.js +1 -1
  59. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  60. package/dist/api/resources/integrationAuthConfigs/client/Client.js +1 -1
  61. package/dist/api/resources/integrationProviders/client/Client.js +2 -2
  62. package/dist/api/resources/integrations/client/Client.js +4 -4
  63. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  64. package/dist/api/resources/mlModels/client/Client.js +1 -1
  65. package/dist/api/resources/organizations/client/Client.js +1 -1
  66. package/dist/api/resources/prompts/client/Client.js +2 -2
  67. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  68. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  69. package/dist/api/resources/testSuites/client/Client.js +4 -4
  70. package/dist/api/resources/workflowDeployments/client/Client.js +10 -10
  71. package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
  72. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  73. package/dist/api/resources/workflows/client/Client.js +4 -4
  74. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  75. package/dist/api/resources/workspaces/client/Client.js +1 -1
  76. package/dist/api/types/ApiActorTypeEnum.d.ts +16 -0
  77. package/dist/api/types/ApiActorTypeEnum.js +12 -0
  78. package/dist/api/types/ApiRequestParentContext.d.ts +3 -0
  79. package/dist/api/types/ChatMessage.d.ts +1 -1
  80. package/dist/api/types/ChatMessageRequest.d.ts +1 -1
  81. package/dist/api/types/FolderEntityWorkflowSandboxData.d.ts +1 -0
  82. package/dist/api/types/IntegrationName.d.ts +5 -1
  83. package/dist/api/types/IntegrationName.js +2 -0
  84. package/dist/api/types/IntegrationTriggerContext.d.ts +10 -0
  85. package/dist/api/types/IntegrationTriggerContext.js +5 -0
  86. package/dist/api/types/LogicalOperator.d.ts +11 -1
  87. package/dist/api/types/LogicalOperator.js +2 -0
  88. package/dist/api/types/ParentContext.d.ts +1 -1
  89. package/dist/api/types/ScheduledTriggerContext.d.ts +10 -0
  90. package/dist/api/types/ScheduledTriggerContext.js +5 -0
  91. package/dist/api/types/SlimIntegrationAuthConfigRead.d.ts +3 -1
  92. package/dist/api/types/WorkflowDeploymentDisplayData.d.ts +11 -0
  93. package/dist/api/types/WorkflowDeploymentDisplayData.js +5 -0
  94. package/dist/api/types/WorkflowDeploymentRead.d.ts +2 -0
  95. package/dist/api/types/WorkflowDisplayIcon.d.ts +10 -0
  96. package/dist/api/types/WorkflowDisplayIcon.js +5 -0
  97. package/dist/api/types/WorkflowSandboxDisplayData.d.ts +11 -0
  98. package/dist/api/types/WorkflowSandboxDisplayData.js +5 -0
  99. package/dist/api/types/index.d.ts +6 -0
  100. package/dist/api/types/index.js +6 -0
  101. package/dist/serialization/types/ApiActorTypeEnum.d.ts +10 -0
  102. package/dist/serialization/types/ApiActorTypeEnum.js +41 -0
  103. package/dist/serialization/types/ApiRequestParentContext.d.ts +4 -0
  104. package/dist/serialization/types/ApiRequestParentContext.js +4 -0
  105. package/dist/serialization/types/ChatMessage.d.ts +1 -1
  106. package/dist/serialization/types/ChatMessage.js +1 -1
  107. package/dist/serialization/types/ChatMessageRequest.d.ts +1 -1
  108. package/dist/serialization/types/ChatMessageRequest.js +1 -1
  109. package/dist/serialization/types/FolderEntityWorkflowSandboxData.d.ts +2 -0
  110. package/dist/serialization/types/FolderEntityWorkflowSandboxData.js +2 -0
  111. package/dist/serialization/types/IntegrationName.d.ts +1 -1
  112. package/dist/serialization/types/IntegrationName.js +2 -0
  113. package/dist/serialization/types/IntegrationTriggerContext.d.ts +15 -0
  114. package/dist/serialization/types/IntegrationTriggerContext.js +47 -0
  115. package/dist/serialization/types/LogicalOperator.d.ts +1 -1
  116. package/dist/serialization/types/LogicalOperator.js +2 -0
  117. package/dist/serialization/types/ParentContext.d.ts +1 -1
  118. package/dist/serialization/types/ParentContext.js +2 -0
  119. package/dist/serialization/types/ScheduledTriggerContext.d.ts +15 -0
  120. package/dist/serialization/types/ScheduledTriggerContext.js +47 -0
  121. package/dist/serialization/types/SlimIntegrationAuthConfigRead.d.ts +3 -2
  122. package/dist/serialization/types/SlimIntegrationAuthConfigRead.js +3 -2
  123. package/dist/serialization/types/WorkflowDeploymentDisplayData.d.ts +13 -0
  124. package/dist/serialization/types/WorkflowDeploymentDisplayData.js +44 -0
  125. package/dist/serialization/types/WorkflowDeploymentRead.d.ts +2 -0
  126. package/dist/serialization/types/WorkflowDeploymentRead.js +2 -0
  127. package/dist/serialization/types/WorkflowDisplayIcon.d.ts +13 -0
  128. package/dist/serialization/types/WorkflowDisplayIcon.js +44 -0
  129. package/dist/serialization/types/WorkflowSandboxDisplayData.d.ts +13 -0
  130. package/dist/serialization/types/WorkflowSandboxDisplayData.js +44 -0
  131. package/dist/serialization/types/index.d.ts +6 -0
  132. package/dist/serialization/types/index.js +6 -0
  133. package/dist/version.d.ts +1 -1
  134. package/dist/version.js +1 -1
  135. package/package.json +1 -1
  136. package/serialization/types/ApiActorTypeEnum.d.ts +10 -0
  137. package/serialization/types/ApiActorTypeEnum.js +41 -0
  138. package/serialization/types/ApiRequestParentContext.d.ts +4 -0
  139. package/serialization/types/ApiRequestParentContext.js +4 -0
  140. package/serialization/types/ChatMessage.d.ts +1 -1
  141. package/serialization/types/ChatMessage.js +1 -1
  142. package/serialization/types/ChatMessageRequest.d.ts +1 -1
  143. package/serialization/types/ChatMessageRequest.js +1 -1
  144. package/serialization/types/FolderEntityWorkflowSandboxData.d.ts +2 -0
  145. package/serialization/types/FolderEntityWorkflowSandboxData.js +2 -0
  146. package/serialization/types/IntegrationName.d.ts +1 -1
  147. package/serialization/types/IntegrationName.js +2 -0
  148. package/serialization/types/IntegrationTriggerContext.d.ts +15 -0
  149. package/serialization/types/IntegrationTriggerContext.js +47 -0
  150. package/serialization/types/LogicalOperator.d.ts +1 -1
  151. package/serialization/types/LogicalOperator.js +2 -0
  152. package/serialization/types/ParentContext.d.ts +1 -1
  153. package/serialization/types/ParentContext.js +2 -0
  154. package/serialization/types/ScheduledTriggerContext.d.ts +15 -0
  155. package/serialization/types/ScheduledTriggerContext.js +47 -0
  156. package/serialization/types/SlimIntegrationAuthConfigRead.d.ts +3 -2
  157. package/serialization/types/SlimIntegrationAuthConfigRead.js +3 -2
  158. package/serialization/types/WorkflowDeploymentDisplayData.d.ts +13 -0
  159. package/serialization/types/WorkflowDeploymentDisplayData.js +44 -0
  160. package/serialization/types/WorkflowDeploymentRead.d.ts +2 -0
  161. package/serialization/types/WorkflowDeploymentRead.js +2 -0
  162. package/serialization/types/WorkflowDisplayIcon.d.ts +13 -0
  163. package/serialization/types/WorkflowDisplayIcon.js +44 -0
  164. package/serialization/types/WorkflowSandboxDisplayData.d.ts +13 -0
  165. package/serialization/types/WorkflowSandboxDisplayData.js +44 -0
  166. package/serialization/types/index.d.ts +6 -0
  167. package/serialization/types/index.js +6 -0
  168. package/version.d.ts +1 -1
  169. package/version.js +1 -1
@@ -39,13 +39,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.SlimIntegrationAuthConfigRead = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const IntegrationAuthConfigIntegration_1 = require("./IntegrationAuthConfigIntegration");
42
- const IntegrationAuthConfigIntegrationCredential_1 = require("./IntegrationAuthConfigIntegrationCredential");
43
42
  const AuthTypeEnum_1 = require("./AuthTypeEnum");
43
+ const IntegrationAuthConfigIntegrationCredential_1 = require("./IntegrationAuthConfigIntegrationCredential");
44
44
  const IntegrationCredentialAccessType_1 = require("./IntegrationCredentialAccessType");
45
45
  exports.SlimIntegrationAuthConfigRead = core.serialization.object({
46
46
  id: core.serialization.string(),
47
47
  integration: IntegrationAuthConfigIntegration_1.IntegrationAuthConfigIntegration,
48
- integrationCredentials: core.serialization.property("integration_credentials", core.serialization.list(IntegrationAuthConfigIntegrationCredential_1.IntegrationAuthConfigIntegrationCredential).optionalNullable()),
49
48
  authType: core.serialization.property("auth_type", AuthTypeEnum_1.AuthTypeEnum.optional()),
49
+ integrationCredentials: core.serialization.property("integration_credentials", core.serialization.list(IntegrationAuthConfigIntegrationCredential_1.IntegrationAuthConfigIntegrationCredential).optionalNullable()),
50
+ systemCredentialEligible: core.serialization.property("system_credential_eligible", core.serialization.boolean().optional()),
50
51
  defaultAccessType: core.serialization.property("default_access_type", IntegrationCredentialAccessType_1.IntegrationCredentialAccessType.optional()),
51
52
  });
@@ -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 { WorkflowDisplayIcon } from "./WorkflowDisplayIcon";
8
+ export declare const WorkflowDeploymentDisplayData: core.serialization.ObjectSchema<serializers.WorkflowDeploymentDisplayData.Raw, Vellum.WorkflowDeploymentDisplayData>;
9
+ export declare namespace WorkflowDeploymentDisplayData {
10
+ interface Raw {
11
+ icon?: (WorkflowDisplayIcon.Raw | null) | null;
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.WorkflowDeploymentDisplayData = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ const WorkflowDisplayIcon_1 = require("./WorkflowDisplayIcon");
42
+ exports.WorkflowDeploymentDisplayData = core.serialization.object({
43
+ icon: WorkflowDisplayIcon_1.WorkflowDisplayIcon.optionalNullable(),
44
+ });
@@ -7,6 +7,7 @@ import * as core from "../../core";
7
7
  import { EntityStatus } from "./EntityStatus";
8
8
  import { EnvironmentEnum } from "./EnvironmentEnum";
9
9
  import { VellumVariable } from "./VellumVariable";
10
+ import { WorkflowDeploymentDisplayData } from "./WorkflowDeploymentDisplayData";
10
11
  export declare const WorkflowDeploymentRead: core.serialization.ObjectSchema<serializers.WorkflowDeploymentRead.Raw, Vellum.WorkflowDeploymentRead>;
11
12
  export declare namespace WorkflowDeploymentRead {
12
13
  interface Raw {
@@ -21,5 +22,6 @@ export declare namespace WorkflowDeploymentRead {
21
22
  input_variables: VellumVariable.Raw[];
22
23
  output_variables: VellumVariable.Raw[];
23
24
  description?: (string | null) | null;
25
+ display_data?: (WorkflowDeploymentDisplayData.Raw | null) | null;
24
26
  }
25
27
  }
@@ -41,6 +41,7 @@ const core = __importStar(require("../../core"));
41
41
  const EntityStatus_1 = require("./EntityStatus");
42
42
  const EnvironmentEnum_1 = require("./EnvironmentEnum");
43
43
  const VellumVariable_1 = require("./VellumVariable");
44
+ const WorkflowDeploymentDisplayData_1 = require("./WorkflowDeploymentDisplayData");
44
45
  exports.WorkflowDeploymentRead = core.serialization.object({
45
46
  id: core.serialization.string(),
46
47
  name: core.serialization.string(),
@@ -53,4 +54,5 @@ exports.WorkflowDeploymentRead = core.serialization.object({
53
54
  inputVariables: core.serialization.property("input_variables", core.serialization.list(VellumVariable_1.VellumVariable)),
54
55
  outputVariables: core.serialization.property("output_variables", core.serialization.list(VellumVariable_1.VellumVariable)),
55
56
  description: core.serialization.string().optionalNullable(),
57
+ displayData: core.serialization.property("display_data", WorkflowDeploymentDisplayData_1.WorkflowDeploymentDisplayData.optionalNullable()),
56
58
  });
@@ -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 WorkflowDisplayIcon: core.serialization.ObjectSchema<serializers.WorkflowDisplayIcon.Raw, Vellum.WorkflowDisplayIcon>;
8
+ export declare namespace WorkflowDisplayIcon {
9
+ interface Raw {
10
+ src?: (string | null) | null;
11
+ color?: (string | null) | null;
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.WorkflowDisplayIcon = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.WorkflowDisplayIcon = core.serialization.object({
42
+ src: core.serialization.string().optionalNullable(),
43
+ color: core.serialization.string().optionalNullable(),
44
+ });
@@ -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 { WorkflowDisplayIcon } from "./WorkflowDisplayIcon";
8
+ export declare const WorkflowSandboxDisplayData: core.serialization.ObjectSchema<serializers.WorkflowSandboxDisplayData.Raw, Vellum.WorkflowSandboxDisplayData>;
9
+ export declare namespace WorkflowSandboxDisplayData {
10
+ interface Raw {
11
+ icon?: (WorkflowDisplayIcon.Raw | null) | null;
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.WorkflowSandboxDisplayData = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ const WorkflowDisplayIcon_1 = require("./WorkflowDisplayIcon");
42
+ exports.WorkflowSandboxDisplayData = core.serialization.object({
43
+ icon: WorkflowDisplayIcon_1.WorkflowDisplayIcon.optionalNullable(),
44
+ });
@@ -9,6 +9,7 @@ export * from "./AdHocInitiatedPromptExecutionMeta";
9
9
  export * from "./AdHocRejectedPromptExecutionMeta";
10
10
  export * from "./AdHocStreamingPromptExecutionMeta";
11
11
  export * from "./AddOpenaiApiKeyEnum";
12
+ export * from "./ApiActorTypeEnum";
12
13
  export * from "./ApiNodeResult";
13
14
  export * from "./ApiNodeResultData";
14
15
  export * from "./ApiVersionEnum";
@@ -220,6 +221,7 @@ export * from "./ComponentsSchemasComposioIntegrationExecConfig";
220
221
  export * from "./IntegrationName";
221
222
  export * from "./IntegrationProvider";
222
223
  export * from "./IntegrationRead";
224
+ export * from "./IntegrationTriggerContext";
223
225
  export * from "./InvokedPort";
224
226
  export * from "./IterationStateEnum";
225
227
  export * from "./JsonInput";
@@ -413,6 +415,7 @@ export * from "./ScenarioInputImageVariableValue";
413
415
  export * from "./ScenarioInputJsonVariableValue";
414
416
  export * from "./ScenarioInputStringVariableValue";
415
417
  export * from "./ScenarioInputVideoVariableValue";
418
+ export * from "./ScheduledTriggerContext";
416
419
  export * from "./SearchFiltersRequest";
417
420
  export * from "./SearchNodeResult";
418
421
  export * from "./SearchNodeResultData";
@@ -604,6 +607,7 @@ export * from "./VideoInputRequest";
604
607
  export * from "./VideoPromptBlock";
605
608
  export * from "./VideoVellumValue";
606
609
  export * from "./VideoVellumValueRequest";
610
+ export * from "./WorkflowDeploymentDisplayData";
607
611
  export * from "./WorkflowDeploymentEventExecutionsResponse";
608
612
  export * from "./WorkflowDeploymentHistoryItem";
609
613
  export * from "./WorkflowDeploymentParentContext";
@@ -611,6 +615,7 @@ export * from "./WorkflowDeploymentRead";
611
615
  export * from "./WorkflowDeploymentRelease";
612
616
  export * from "./WorkflowDeploymentReleaseWorkflowDeployment";
613
617
  export * from "./WorkflowDeploymentReleaseWorkflowVersion";
618
+ export * from "./WorkflowDisplayIcon";
614
619
  export * from "./WorkflowError";
615
620
  export * from "./WorkflowEvent";
616
621
  export * from "./WorkflowEventError";
@@ -687,6 +692,7 @@ export * from "./WorkflowResultEventOutputDataJson";
687
692
  export * from "./WorkflowResultEventOutputDataNumber";
688
693
  export * from "./WorkflowResultEventOutputDataSearchResults";
689
694
  export * from "./WorkflowResultEventOutputDataString";
695
+ export * from "./WorkflowSandboxDisplayData";
690
696
  export * from "./WorkflowSandboxExample";
691
697
  export * from "./WorkflowSandboxParentContext";
692
698
  export * from "./WorkflowStreamEvent";
@@ -25,6 +25,7 @@ __exportStar(require("./AdHocInitiatedPromptExecutionMeta"), exports);
25
25
  __exportStar(require("./AdHocRejectedPromptExecutionMeta"), exports);
26
26
  __exportStar(require("./AdHocStreamingPromptExecutionMeta"), exports);
27
27
  __exportStar(require("./AddOpenaiApiKeyEnum"), exports);
28
+ __exportStar(require("./ApiActorTypeEnum"), exports);
28
29
  __exportStar(require("./ApiNodeResult"), exports);
29
30
  __exportStar(require("./ApiNodeResultData"), exports);
30
31
  __exportStar(require("./ApiVersionEnum"), exports);
@@ -236,6 +237,7 @@ __exportStar(require("./ComponentsSchemasComposioIntegrationExecConfig"), export
236
237
  __exportStar(require("./IntegrationName"), exports);
237
238
  __exportStar(require("./IntegrationProvider"), exports);
238
239
  __exportStar(require("./IntegrationRead"), exports);
240
+ __exportStar(require("./IntegrationTriggerContext"), exports);
239
241
  __exportStar(require("./InvokedPort"), exports);
240
242
  __exportStar(require("./IterationStateEnum"), exports);
241
243
  __exportStar(require("./JsonInput"), exports);
@@ -429,6 +431,7 @@ __exportStar(require("./ScenarioInputImageVariableValue"), exports);
429
431
  __exportStar(require("./ScenarioInputJsonVariableValue"), exports);
430
432
  __exportStar(require("./ScenarioInputStringVariableValue"), exports);
431
433
  __exportStar(require("./ScenarioInputVideoVariableValue"), exports);
434
+ __exportStar(require("./ScheduledTriggerContext"), exports);
432
435
  __exportStar(require("./SearchFiltersRequest"), exports);
433
436
  __exportStar(require("./SearchNodeResult"), exports);
434
437
  __exportStar(require("./SearchNodeResultData"), exports);
@@ -620,6 +623,7 @@ __exportStar(require("./VideoInputRequest"), exports);
620
623
  __exportStar(require("./VideoPromptBlock"), exports);
621
624
  __exportStar(require("./VideoVellumValue"), exports);
622
625
  __exportStar(require("./VideoVellumValueRequest"), exports);
626
+ __exportStar(require("./WorkflowDeploymentDisplayData"), exports);
623
627
  __exportStar(require("./WorkflowDeploymentEventExecutionsResponse"), exports);
624
628
  __exportStar(require("./WorkflowDeploymentHistoryItem"), exports);
625
629
  __exportStar(require("./WorkflowDeploymentParentContext"), exports);
@@ -627,6 +631,7 @@ __exportStar(require("./WorkflowDeploymentRead"), exports);
627
631
  __exportStar(require("./WorkflowDeploymentRelease"), exports);
628
632
  __exportStar(require("./WorkflowDeploymentReleaseWorkflowDeployment"), exports);
629
633
  __exportStar(require("./WorkflowDeploymentReleaseWorkflowVersion"), exports);
634
+ __exportStar(require("./WorkflowDisplayIcon"), exports);
630
635
  __exportStar(require("./WorkflowError"), exports);
631
636
  __exportStar(require("./WorkflowEvent"), exports);
632
637
  __exportStar(require("./WorkflowEventError"), exports);
@@ -703,6 +708,7 @@ __exportStar(require("./WorkflowResultEventOutputDataJson"), exports);
703
708
  __exportStar(require("./WorkflowResultEventOutputDataNumber"), exports);
704
709
  __exportStar(require("./WorkflowResultEventOutputDataSearchResults"), exports);
705
710
  __exportStar(require("./WorkflowResultEventOutputDataString"), exports);
711
+ __exportStar(require("./WorkflowSandboxDisplayData"), exports);
706
712
  __exportStar(require("./WorkflowSandboxExample"), exports);
707
713
  __exportStar(require("./WorkflowSandboxParentContext"), exports);
708
714
  __exportStar(require("./WorkflowStreamEvent"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.8.2";
1
+ export declare const SDK_VERSION = "1.9.5";
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 = "1.8.2";
4
+ exports.SDK_VERSION = "1.9.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vellum-ai",
3
- "version": "1.8.2",
3
+ "version": "1.9.5",
4
4
  "private": false,
5
5
  "repository": "https://github.com/vellum-ai/vellum-client-node",
6
6
  "license": "MIT",
@@ -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 ApiActorTypeEnum: core.serialization.Schema<serializers.ApiActorTypeEnum.Raw, Vellum.ApiActorTypeEnum>;
8
+ export declare namespace ApiActorTypeEnum {
9
+ type Raw = "WORKSPACE_API_KEY" | "ENVIRONMENT_API_KEY" | "JWT" | "SERVICE_TOKEN";
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.ApiActorTypeEnum = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.ApiActorTypeEnum = core.serialization.enum_(["WORKSPACE_API_KEY", "ENVIRONMENT_API_KEY", "JWT", "SERVICE_TOKEN"]);
@@ -4,6 +4,7 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
+ import { ApiActorTypeEnum } from "./ApiActorTypeEnum";
7
8
  export declare const ApiRequestParentContext: core.serialization.ObjectSchema<serializers.ApiRequestParentContext.Raw, Vellum.ApiRequestParentContext>;
8
9
  export declare namespace ApiRequestParentContext {
9
10
  interface Raw {
@@ -11,5 +12,8 @@ export declare namespace ApiRequestParentContext {
11
12
  links?: (serializers.SpanLink.Raw[] | null) | null;
12
13
  type: "API_REQUEST";
13
14
  span_id: string;
15
+ api_actor_id?: (string | null) | null;
16
+ api_actor_type?: (ApiActorTypeEnum.Raw | null) | null;
17
+ api_actor_label?: (string | null) | null;
14
18
  }
15
19
  }
@@ -39,9 +39,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.ApiRequestParentContext = void 0;
40
40
  const serializers = __importStar(require("../index"));
41
41
  const core = __importStar(require("../../core"));
42
+ const ApiActorTypeEnum_1 = require("./ApiActorTypeEnum");
42
43
  exports.ApiRequestParentContext = core.serialization.object({
43
44
  parent: core.serialization.lazy(() => serializers.ParentContext).optionalNullable(),
44
45
  links: core.serialization.list(core.serialization.lazyObject(() => serializers.SpanLink)).optionalNullable(),
45
46
  type: core.serialization.stringLiteral("API_REQUEST"),
46
47
  spanId: core.serialization.property("span_id", core.serialization.string()),
48
+ apiActorId: core.serialization.property("api_actor_id", core.serialization.string().optionalNullable()),
49
+ apiActorType: core.serialization.property("api_actor_type", ApiActorTypeEnum_1.ApiActorTypeEnum.optionalNullable()),
50
+ apiActorLabel: core.serialization.property("api_actor_label", core.serialization.string().optionalNullable()),
47
51
  });
@@ -9,7 +9,7 @@ import { ChatMessageContent } from "./ChatMessageContent";
9
9
  export declare const ChatMessage: core.serialization.ObjectSchema<serializers.ChatMessage.Raw, Vellum.ChatMessage>;
10
10
  export declare namespace ChatMessage {
11
11
  interface Raw {
12
- text?: string | null;
12
+ text?: (string | null) | null;
13
13
  role: ChatMessageRole.Raw;
14
14
  content?: (ChatMessageContent.Raw | null) | null;
15
15
  source?: (string | null) | null;
@@ -41,7 +41,7 @@ const core = __importStar(require("../../core"));
41
41
  const ChatMessageRole_1 = require("./ChatMessageRole");
42
42
  const ChatMessageContent_1 = require("./ChatMessageContent");
43
43
  exports.ChatMessage = core.serialization.object({
44
- text: core.serialization.string().optional(),
44
+ text: core.serialization.string().optionalNullable(),
45
45
  role: ChatMessageRole_1.ChatMessageRole,
46
46
  content: ChatMessageContent_1.ChatMessageContent.optionalNullable(),
47
47
  source: core.serialization.string().optionalNullable(),
@@ -9,7 +9,7 @@ import { ChatMessageContentRequest } from "./ChatMessageContentRequest";
9
9
  export declare const ChatMessageRequest: core.serialization.ObjectSchema<serializers.ChatMessageRequest.Raw, Vellum.ChatMessageRequest>;
10
10
  export declare namespace ChatMessageRequest {
11
11
  interface Raw {
12
- text?: string | null;
12
+ text?: (string | null) | null;
13
13
  role: ChatMessageRole.Raw;
14
14
  content?: (ChatMessageContentRequest.Raw | null) | null;
15
15
  source?: (string | null) | null;
@@ -41,7 +41,7 @@ const core = __importStar(require("../../core"));
41
41
  const ChatMessageRole_1 = require("./ChatMessageRole");
42
42
  const ChatMessageContentRequest_1 = require("./ChatMessageContentRequest");
43
43
  exports.ChatMessageRequest = core.serialization.object({
44
- text: core.serialization.string().optional(),
44
+ text: core.serialization.string().optionalNullable(),
45
45
  role: ChatMessageRole_1.ChatMessageRole,
46
46
  content: ChatMessageContentRequest_1.ChatMessageContentRequest.optionalNullable(),
47
47
  source: core.serialization.string().optionalNullable(),
@@ -5,6 +5,7 @@ import * as serializers from "../index";
5
5
  import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { EntityStatus } from "./EntityStatus";
8
+ import { WorkflowSandboxDisplayData } from "./WorkflowSandboxDisplayData";
8
9
  export declare const FolderEntityWorkflowSandboxData: core.serialization.ObjectSchema<serializers.FolderEntityWorkflowSandboxData.Raw, Vellum.FolderEntityWorkflowSandboxData>;
9
10
  export declare namespace FolderEntityWorkflowSandboxData {
10
11
  interface Raw {
@@ -15,5 +16,6 @@ export declare namespace FolderEntityWorkflowSandboxData {
15
16
  status: EntityStatus.Raw;
16
17
  description?: (string | null) | null;
17
18
  last_deployed_on?: (string | null) | null;
19
+ display_data?: (WorkflowSandboxDisplayData.Raw | null) | null;
18
20
  }
19
21
  }
@@ -39,6 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.FolderEntityWorkflowSandboxData = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const EntityStatus_1 = require("./EntityStatus");
42
+ const WorkflowSandboxDisplayData_1 = require("./WorkflowSandboxDisplayData");
42
43
  exports.FolderEntityWorkflowSandboxData = core.serialization.object({
43
44
  id: core.serialization.string(),
44
45
  label: core.serialization.string(),
@@ -47,4 +48,5 @@ exports.FolderEntityWorkflowSandboxData = core.serialization.object({
47
48
  status: EntityStatus_1.EntityStatus,
48
49
  description: core.serialization.string().optionalNullable(),
49
50
  lastDeployedOn: core.serialization.property("last_deployed_on", core.serialization.date().optionalNullable()),
51
+ displayData: core.serialization.property("display_data", WorkflowSandboxDisplayData_1.WorkflowSandboxDisplayData.optionalNullable()),
50
52
  });
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const IntegrationName: core.serialization.Schema<serializers.IntegrationName.Raw, Vellum.IntegrationName>;
8
8
  export declare namespace IntegrationName {
9
- type Raw = "SLACK" | "NOTION" | "GOOGLE" | "CALENDLY" | "CANVA" | "CLICKUP" | "HUBSPOT" | "INTERCOM" | "LINEAR" | "LINKEDIN" | "MAILCHIMP" | "MEM0" | "NEON" | "GITHUB" | "GOOGLE_SHEETS" | "GOOGLE_CALENDAR" | "GOOGLE_DRIVE" | "GMAIL" | "AIRTABLE" | "APOLLO" | "ASANA" | "ATLASSIAN" | "BOX" | "BREVO" | "BROWSERBASE_TOOL" | "CAL" | "CANVAS" | "ELEVENLABS" | "EXA" | "GAMMA" | "GITLAB" | "FIRECRAWL" | "FIGMA" | "GOOGLE_MAPS" | "JIRA" | "KLAVIYO" | "PAGERDUTY" | "PEOPLEDATALABS" | "PERPLEXITY" | "POSTHOG" | "REDDIT" | "SEMRUSH" | "SERPAPI" | "SHARE_POINT" | "STRIPE" | "SUPABASE" | "TAVILY" | "WEBFLOW" | "ZENDESK" | "DROPBOX" | "EVENTBRITE" | "CONFLUENCE" | "DISCORD" | "DOCUSIGN";
9
+ type Raw = "SLACK" | "NOTION" | "GOOGLE" | "CALENDLY" | "CANVA" | "CLICKUP" | "HUBSPOT" | "INTERCOM" | "LINEAR" | "LINKEDIN" | "MAILCHIMP" | "MEM0" | "NEON" | "GITHUB" | "GOOGLE_SHEETS" | "GOOGLE_CALENDAR" | "GOOGLE_DRIVE" | "GMAIL" | "AIRTABLE" | "APOLLO" | "ASANA" | "ATLASSIAN" | "BITBUCKET" | "BOX" | "BREVO" | "BROWSERBASE_TOOL" | "CAL" | "CANVAS" | "ELEVENLABS" | "EXA" | "GAMMA" | "GITLAB" | "FIRECRAWL" | "FIGMA" | "GOOGLE_MAPS" | "JIRA" | "KLAVIYO" | "PAGERDUTY" | "PARSERA" | "PEOPLEDATALABS" | "PERPLEXITY" | "POSTHOG" | "REDDIT" | "SEMRUSH" | "SERPAPI" | "SHARE_POINT" | "STRIPE" | "SUPABASE" | "TAVILY" | "WEBFLOW" | "ZENDESK" | "DROPBOX" | "EVENTBRITE" | "CONFLUENCE" | "DISCORD" | "DOCUSIGN";
10
10
  }
@@ -61,6 +61,7 @@ exports.IntegrationName = core.serialization.enum_([
61
61
  "APOLLO",
62
62
  "ASANA",
63
63
  "ATLASSIAN",
64
+ "BITBUCKET",
64
65
  "BOX",
65
66
  "BREVO",
66
67
  "BROWSERBASE_TOOL",
@@ -76,6 +77,7 @@ exports.IntegrationName = core.serialization.enum_([
76
77
  "JIRA",
77
78
  "KLAVIYO",
78
79
  "PAGERDUTY",
80
+ "PARSERA",
79
81
  "PEOPLEDATALABS",
80
82
  "PERPLEXITY",
81
83
  "POSTHOG",
@@ -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
+ export declare const IntegrationTriggerContext: core.serialization.ObjectSchema<serializers.IntegrationTriggerContext.Raw, Vellum.IntegrationTriggerContext>;
8
+ export declare namespace IntegrationTriggerContext {
9
+ interface Raw {
10
+ parent?: (serializers.ParentContext.Raw | null) | null;
11
+ links?: (serializers.SpanLink.Raw[] | null) | null;
12
+ type: "INTEGRATION";
13
+ span_id: string;
14
+ }
15
+ }
@@ -0,0 +1,47 @@
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.IntegrationTriggerContext = void 0;
40
+ const serializers = __importStar(require("../index"));
41
+ const core = __importStar(require("../../core"));
42
+ exports.IntegrationTriggerContext = core.serialization.object({
43
+ parent: core.serialization.lazy(() => serializers.ParentContext).optionalNullable(),
44
+ links: core.serialization.list(core.serialization.lazyObject(() => serializers.SpanLink)).optionalNullable(),
45
+ type: core.serialization.stringLiteral("INTEGRATION"),
46
+ spanId: core.serialization.property("span_id", core.serialization.string()),
47
+ });
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const LogicalOperator: core.serialization.Schema<serializers.LogicalOperator.Raw, Vellum.LogicalOperator>;
8
8
  export declare namespace LogicalOperator {
9
- type Raw = "=" | "!=" | "<" | ">" | "<=" | ">=" | "contains" | "beginsWith" | "endsWith" | "doesNotContain" | "doesNotBeginWith" | "doesNotEndWith" | "null" | "notNull" | "in" | "notIn" | "between" | "notBetween" | "concat" | "blank" | "notBlank" | "coalesce" | "accessField" | "parseJson" | "and" | "or" | "isError" | "length";
9
+ type Raw = "=" | "!=" | "<" | ">" | "<=" | ">=" | "contains" | "beginsWith" | "endsWith" | "doesNotContain" | "doesNotBeginWith" | "doesNotEndWith" | "null" | "notNull" | "in" | "notIn" | "between" | "notBetween" | "concat" | "+" | "-" | "blank" | "notBlank" | "coalesce" | "accessField" | "parseJson" | "and" | "or" | "isError" | "length";
10
10
  }
@@ -58,6 +58,8 @@ exports.LogicalOperator = core.serialization.enum_([
58
58
  "between",
59
59
  "notBetween",
60
60
  "concat",
61
+ "+",
62
+ "-",
61
63
  "blank",
62
64
  "notBlank",
63
65
  "coalesce",
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const ParentContext: core.serialization.Schema<serializers.ParentContext.Raw, Vellum.ParentContext>;
8
8
  export declare namespace ParentContext {
9
- type Raw = serializers.WorkflowParentContext.Raw | serializers.NodeParentContext.Raw | serializers.WorkflowDeploymentParentContext.Raw | serializers.WorkflowSandboxParentContext.Raw | serializers.PromptDeploymentParentContext.Raw | serializers.ApiRequestParentContext.Raw | serializers.ExternalParentContext.Raw;
9
+ type Raw = serializers.WorkflowParentContext.Raw | serializers.NodeParentContext.Raw | serializers.WorkflowDeploymentParentContext.Raw | serializers.WorkflowSandboxParentContext.Raw | serializers.PromptDeploymentParentContext.Raw | serializers.ApiRequestParentContext.Raw | serializers.ExternalParentContext.Raw | serializers.ScheduledTriggerContext.Raw | serializers.IntegrationTriggerContext.Raw;
10
10
  }
@@ -47,4 +47,6 @@ exports.ParentContext = core.serialization.undiscriminatedUnion([
47
47
  core.serialization.lazyObject(() => serializers.PromptDeploymentParentContext),
48
48
  core.serialization.lazyObject(() => serializers.ApiRequestParentContext),
49
49
  core.serialization.lazyObject(() => serializers.ExternalParentContext),
50
+ core.serialization.lazyObject(() => serializers.ScheduledTriggerContext),
51
+ core.serialization.lazyObject(() => serializers.IntegrationTriggerContext),
50
52
  ]);