vellum-ai 0.14.89 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -0
- package/Client.js +24 -19
- package/api/resources/adHoc/client/Client.js +2 -2
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +8 -8
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +2 -1
- package/api/resources/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/client/Client.js +1 -1
- package/api/resources/organizations/client/Client.js +1 -1
- package/api/resources/prompts/client/Client.js +2 -2
- package/api/resources/releaseReviews/client/Client.js +1 -1
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +8 -8
- package/api/resources/workflowExecutions/client/Client.d.ts +44 -0
- package/api/resources/workflowExecutions/client/Client.js +131 -0
- package/api/resources/workflowExecutions/client/index.d.ts +1 -0
- package/api/resources/workflowExecutions/client/index.js +2 -0
- package/api/resources/workflowExecutions/index.d.ts +1 -0
- package/api/resources/workflowExecutions/index.js +17 -0
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +2 -2
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/DeploymentRead.d.ts +1 -1
- package/api/types/NodeOutputCompiledThinkingValue.d.ts +13 -0
- package/api/types/NodeOutputCompiledThinkingValue.js +5 -0
- package/api/types/NodeOutputCompiledValue.d.ts +1 -1
- package/api/types/OrganizationLimitConfig.d.ts +10 -0
- package/api/types/OrganizationLimitConfig.js +5 -0
- package/api/types/OrganizationRead.d.ts +1 -0
- package/api/types/Quota.d.ts +8 -0
- package/api/types/Quota.js +5 -0
- package/api/types/SlimDeploymentRead.d.ts +1 -1
- package/api/types/SlimWorkflowDeployment.d.ts +1 -1
- package/api/types/VembdaServiceTierEnum.d.ts +12 -0
- package/api/types/VembdaServiceTierEnum.js +10 -0
- package/api/types/WorkflowDeploymentRead.d.ts +1 -1
- package/api/types/WorkflowExecutionActual.d.ts +1 -1
- package/api/types/WorkflowExecutionDetail.d.ts +16 -0
- package/api/types/WorkflowExecutionDetail.js +5 -0
- package/api/types/index.d.ts +5 -0
- package/api/types/index.js +5 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +24 -19
- package/dist/api/resources/adHoc/client/Client.js +2 -2
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +8 -8
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +2 -1
- package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/client/Client.js +1 -1
- package/dist/api/resources/organizations/client/Client.js +1 -1
- package/dist/api/resources/prompts/client/Client.js +2 -2
- package/dist/api/resources/releaseReviews/client/Client.js +1 -1
- package/dist/api/resources/sandboxes/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
- package/dist/api/resources/workflowExecutions/client/Client.d.ts +44 -0
- package/dist/api/resources/workflowExecutions/client/Client.js +131 -0
- package/dist/api/resources/workflowExecutions/client/index.d.ts +1 -0
- package/dist/api/resources/workflowExecutions/client/index.js +2 -0
- package/dist/api/resources/workflowExecutions/index.d.ts +1 -0
- package/dist/api/resources/workflowExecutions/index.js +17 -0
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +2 -2
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/DeploymentRead.d.ts +1 -1
- package/dist/api/types/NodeOutputCompiledThinkingValue.d.ts +13 -0
- package/dist/api/types/NodeOutputCompiledThinkingValue.js +5 -0
- package/dist/api/types/NodeOutputCompiledValue.d.ts +1 -1
- package/dist/api/types/OrganizationLimitConfig.d.ts +10 -0
- package/dist/api/types/OrganizationLimitConfig.js +5 -0
- package/dist/api/types/OrganizationRead.d.ts +1 -0
- package/dist/api/types/Quota.d.ts +8 -0
- package/dist/api/types/Quota.js +5 -0
- package/dist/api/types/SlimDeploymentRead.d.ts +1 -1
- package/dist/api/types/SlimWorkflowDeployment.d.ts +1 -1
- package/dist/api/types/VembdaServiceTierEnum.d.ts +12 -0
- package/dist/api/types/VembdaServiceTierEnum.js +10 -0
- package/dist/api/types/WorkflowDeploymentRead.d.ts +1 -1
- package/dist/api/types/WorkflowExecutionActual.d.ts +1 -1
- package/dist/api/types/WorkflowExecutionDetail.d.ts +16 -0
- package/dist/api/types/WorkflowExecutionDetail.js +5 -0
- package/dist/api/types/index.d.ts +5 -0
- package/dist/api/types/index.js +5 -0
- package/dist/serialization/types/DeploymentRead.d.ts +1 -1
- package/dist/serialization/types/DeploymentRead.js +1 -1
- package/dist/serialization/types/NodeOutputCompiledThinkingValue.d.ts +17 -0
- package/dist/serialization/types/NodeOutputCompiledThinkingValue.js +48 -0
- package/dist/serialization/types/NodeOutputCompiledValue.d.ts +2 -1
- package/dist/serialization/types/NodeOutputCompiledValue.js +2 -0
- package/dist/serialization/types/OrganizationLimitConfig.d.ts +17 -0
- package/dist/serialization/types/OrganizationLimitConfig.js +48 -0
- package/dist/serialization/types/OrganizationRead.d.ts +2 -0
- package/dist/serialization/types/OrganizationRead.js +2 -0
- package/dist/serialization/types/Quota.d.ts +14 -0
- package/dist/serialization/types/Quota.js +45 -0
- package/dist/serialization/types/SlimDeploymentRead.d.ts +1 -1
- package/dist/serialization/types/SlimDeploymentRead.js +1 -1
- package/dist/serialization/types/SlimWorkflowDeployment.d.ts +1 -1
- package/dist/serialization/types/SlimWorkflowDeployment.js +1 -1
- package/dist/serialization/types/VembdaServiceTierEnum.d.ts +10 -0
- package/dist/serialization/types/VembdaServiceTierEnum.js +41 -0
- package/dist/serialization/types/WorkflowDeploymentRead.d.ts +1 -1
- package/dist/serialization/types/WorkflowDeploymentRead.js +1 -1
- package/dist/serialization/types/WorkflowExecutionActual.d.ts +1 -1
- package/dist/serialization/types/WorkflowExecutionActual.js +1 -1
- package/dist/serialization/types/WorkflowExecutionDetail.d.ts +25 -0
- package/dist/serialization/types/WorkflowExecutionDetail.js +57 -0
- package/dist/serialization/types/index.d.ts +5 -0
- package/dist/serialization/types/index.js +5 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/ee/automation/.nvmrc +1 -0
- package/ee/automation/README.md +11 -0
- package/ee/automation/ci-workflow-server.yaml +46 -0
- package/ee/automation/package-lock.json +517 -0
- package/ee/automation/package.json +17 -0
- package/package.json +1 -1
- package/reference.md +50 -0
- package/serialization/types/DeploymentRead.d.ts +1 -1
- package/serialization/types/DeploymentRead.js +1 -1
- package/serialization/types/NodeOutputCompiledThinkingValue.d.ts +17 -0
- package/serialization/types/NodeOutputCompiledThinkingValue.js +48 -0
- package/serialization/types/NodeOutputCompiledValue.d.ts +2 -1
- package/serialization/types/NodeOutputCompiledValue.js +2 -0
- package/serialization/types/OrganizationLimitConfig.d.ts +17 -0
- package/serialization/types/OrganizationLimitConfig.js +48 -0
- package/serialization/types/OrganizationRead.d.ts +2 -0
- package/serialization/types/OrganizationRead.js +2 -0
- package/serialization/types/Quota.d.ts +14 -0
- package/serialization/types/Quota.js +45 -0
- package/serialization/types/SlimDeploymentRead.d.ts +1 -1
- package/serialization/types/SlimDeploymentRead.js +1 -1
- package/serialization/types/SlimWorkflowDeployment.d.ts +1 -1
- package/serialization/types/SlimWorkflowDeployment.js +1 -1
- package/serialization/types/VembdaServiceTierEnum.d.ts +10 -0
- package/serialization/types/VembdaServiceTierEnum.js +41 -0
- package/serialization/types/WorkflowDeploymentRead.d.ts +1 -1
- package/serialization/types/WorkflowDeploymentRead.js +1 -1
- package/serialization/types/WorkflowExecutionActual.d.ts +1 -1
- package/serialization/types/WorkflowExecutionActual.js +1 -1
- package/serialization/types/WorkflowExecutionDetail.d.ts +25 -0
- package/serialization/types/WorkflowExecutionDetail.js +57 -0
- package/serialization/types/index.d.ts +5 -0
- package/serialization/types/index.js +5 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,517 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "vellum-automation",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "vellum-automation",
|
|
9
|
+
"version": "0.0.1",
|
|
10
|
+
"devDependencies": {
|
|
11
|
+
"@octokit/auth-app": "^7.1.4",
|
|
12
|
+
"@octokit/rest": "^21.1.0",
|
|
13
|
+
"@types/node": "^22.10.7",
|
|
14
|
+
"dotenv": "^16.4.7",
|
|
15
|
+
"ts-node": "^10.9.2",
|
|
16
|
+
"typescript": "^5.7.3"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"node_modules/@cspotcode/source-map-support": {
|
|
20
|
+
"version": "0.8.1",
|
|
21
|
+
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
|
|
22
|
+
"integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
|
|
23
|
+
"dev": true,
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@jridgewell/trace-mapping": "0.3.9"
|
|
26
|
+
},
|
|
27
|
+
"engines": {
|
|
28
|
+
"node": ">=12"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
32
|
+
"version": "3.1.2",
|
|
33
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
34
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
35
|
+
"dev": true,
|
|
36
|
+
"engines": {
|
|
37
|
+
"node": ">=6.0.0"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
41
|
+
"version": "1.5.0",
|
|
42
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
43
|
+
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
|
|
44
|
+
"dev": true
|
|
45
|
+
},
|
|
46
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
47
|
+
"version": "0.3.9",
|
|
48
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
|
|
49
|
+
"integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
|
|
50
|
+
"dev": true,
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"@jridgewell/resolve-uri": "^3.0.3",
|
|
53
|
+
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"node_modules/@octokit/auth-app": {
|
|
57
|
+
"version": "7.1.4",
|
|
58
|
+
"resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-7.1.4.tgz",
|
|
59
|
+
"integrity": "sha512-5F+3l/maq9JfWQ4bV28jT2G/K8eu9OJ317yzXPTGe4Kw+lKDhFaS4dQ3Ltmb6xImKxfCQdqDqMXODhc9YLipLw==",
|
|
60
|
+
"dev": true,
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"@octokit/auth-oauth-app": "^8.1.2",
|
|
63
|
+
"@octokit/auth-oauth-user": "^5.1.2",
|
|
64
|
+
"@octokit/request": "^9.1.4",
|
|
65
|
+
"@octokit/request-error": "^6.1.6",
|
|
66
|
+
"@octokit/types": "^13.6.2",
|
|
67
|
+
"toad-cache": "^3.7.0",
|
|
68
|
+
"universal-github-app-jwt": "^2.2.0",
|
|
69
|
+
"universal-user-agent": "^7.0.0"
|
|
70
|
+
},
|
|
71
|
+
"engines": {
|
|
72
|
+
"node": ">= 18"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"node_modules/@octokit/auth-oauth-app": {
|
|
76
|
+
"version": "8.1.2",
|
|
77
|
+
"resolved": "https://registry.npmjs.org/@octokit/auth-oauth-app/-/auth-oauth-app-8.1.2.tgz",
|
|
78
|
+
"integrity": "sha512-3woNZgq5/S6RS+9ZTq+JdymxVr7E0s4EYxF20ugQvgX3pomdPUL5r/XdTY9wALoBM2eHVy4ettr5fKpatyTyHw==",
|
|
79
|
+
"dev": true,
|
|
80
|
+
"dependencies": {
|
|
81
|
+
"@octokit/auth-oauth-device": "^7.1.2",
|
|
82
|
+
"@octokit/auth-oauth-user": "^5.1.2",
|
|
83
|
+
"@octokit/request": "^9.1.4",
|
|
84
|
+
"@octokit/types": "^13.6.2",
|
|
85
|
+
"universal-user-agent": "^7.0.0"
|
|
86
|
+
},
|
|
87
|
+
"engines": {
|
|
88
|
+
"node": ">= 18"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"node_modules/@octokit/auth-oauth-device": {
|
|
92
|
+
"version": "7.1.2",
|
|
93
|
+
"resolved": "https://registry.npmjs.org/@octokit/auth-oauth-device/-/auth-oauth-device-7.1.2.tgz",
|
|
94
|
+
"integrity": "sha512-gTOIzDeV36OhVfxCl69FmvJix7tJIiU6dlxuzLVAzle7fYfO8UDyddr9B+o4CFQVaMBLMGZ9ak2CWMYcGeZnPw==",
|
|
95
|
+
"dev": true,
|
|
96
|
+
"dependencies": {
|
|
97
|
+
"@octokit/oauth-methods": "^5.1.3",
|
|
98
|
+
"@octokit/request": "^9.1.4",
|
|
99
|
+
"@octokit/types": "^13.6.2",
|
|
100
|
+
"universal-user-agent": "^7.0.0"
|
|
101
|
+
},
|
|
102
|
+
"engines": {
|
|
103
|
+
"node": ">= 18"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"node_modules/@octokit/auth-oauth-user": {
|
|
107
|
+
"version": "5.1.2",
|
|
108
|
+
"resolved": "https://registry.npmjs.org/@octokit/auth-oauth-user/-/auth-oauth-user-5.1.2.tgz",
|
|
109
|
+
"integrity": "sha512-PgVDDPJgZYb3qSEXK4moksA23tfn68zwSAsQKZ1uH6IV9IaNEYx35OXXI80STQaLYnmEE86AgU0tC1YkM4WjsA==",
|
|
110
|
+
"dev": true,
|
|
111
|
+
"dependencies": {
|
|
112
|
+
"@octokit/auth-oauth-device": "^7.1.2",
|
|
113
|
+
"@octokit/oauth-methods": "^5.1.2",
|
|
114
|
+
"@octokit/request": "^9.1.4",
|
|
115
|
+
"@octokit/types": "^13.6.2",
|
|
116
|
+
"universal-user-agent": "^7.0.0"
|
|
117
|
+
},
|
|
118
|
+
"engines": {
|
|
119
|
+
"node": ">= 18"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"node_modules/@octokit/auth-token": {
|
|
123
|
+
"version": "5.1.1",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-5.1.1.tgz",
|
|
125
|
+
"integrity": "sha512-rh3G3wDO8J9wSjfI436JUKzHIxq8NaiL0tVeB2aXmG6p/9859aUOAjA9pmSPNGGZxfwmaJ9ozOJImuNVJdpvbA==",
|
|
126
|
+
"dev": true,
|
|
127
|
+
"engines": {
|
|
128
|
+
"node": ">= 18"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"node_modules/@octokit/core": {
|
|
132
|
+
"version": "6.1.3",
|
|
133
|
+
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-6.1.3.tgz",
|
|
134
|
+
"integrity": "sha512-z+j7DixNnfpdToYsOutStDgeRzJSMnbj8T1C/oQjB6Aa+kRfNjs/Fn7W6c8bmlt6mfy3FkgeKBRnDjxQow5dow==",
|
|
135
|
+
"dev": true,
|
|
136
|
+
"dependencies": {
|
|
137
|
+
"@octokit/auth-token": "^5.0.0",
|
|
138
|
+
"@octokit/graphql": "^8.1.2",
|
|
139
|
+
"@octokit/request": "^9.1.4",
|
|
140
|
+
"@octokit/request-error": "^6.1.6",
|
|
141
|
+
"@octokit/types": "^13.6.2",
|
|
142
|
+
"before-after-hook": "^3.0.2",
|
|
143
|
+
"universal-user-agent": "^7.0.0"
|
|
144
|
+
},
|
|
145
|
+
"engines": {
|
|
146
|
+
"node": ">= 18"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"node_modules/@octokit/endpoint": {
|
|
150
|
+
"version": "10.1.2",
|
|
151
|
+
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-10.1.2.tgz",
|
|
152
|
+
"integrity": "sha512-XybpFv9Ms4hX5OCHMZqyODYqGTZ3H6K6Vva+M9LR7ib/xr1y1ZnlChYv9H680y77Vd/i/k+thXApeRASBQkzhA==",
|
|
153
|
+
"dev": true,
|
|
154
|
+
"dependencies": {
|
|
155
|
+
"@octokit/types": "^13.6.2",
|
|
156
|
+
"universal-user-agent": "^7.0.2"
|
|
157
|
+
},
|
|
158
|
+
"engines": {
|
|
159
|
+
"node": ">= 18"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"node_modules/@octokit/graphql": {
|
|
163
|
+
"version": "8.1.2",
|
|
164
|
+
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-8.1.2.tgz",
|
|
165
|
+
"integrity": "sha512-bdlj/CJVjpaz06NBpfHhp4kGJaRZfz7AzC+6EwUImRtrwIw8dIgJ63Xg0OzV9pRn3rIzrt5c2sa++BL0JJ8GLw==",
|
|
166
|
+
"dev": true,
|
|
167
|
+
"dependencies": {
|
|
168
|
+
"@octokit/request": "^9.1.4",
|
|
169
|
+
"@octokit/types": "^13.6.2",
|
|
170
|
+
"universal-user-agent": "^7.0.0"
|
|
171
|
+
},
|
|
172
|
+
"engines": {
|
|
173
|
+
"node": ">= 18"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"node_modules/@octokit/oauth-authorization-url": {
|
|
177
|
+
"version": "7.1.1",
|
|
178
|
+
"resolved": "https://registry.npmjs.org/@octokit/oauth-authorization-url/-/oauth-authorization-url-7.1.1.tgz",
|
|
179
|
+
"integrity": "sha512-ooXV8GBSabSWyhLUowlMIVd9l1s2nsOGQdlP2SQ4LnkEsGXzeCvbSbCPdZThXhEFzleGPwbapT0Sb+YhXRyjCA==",
|
|
180
|
+
"dev": true,
|
|
181
|
+
"engines": {
|
|
182
|
+
"node": ">= 18"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"node_modules/@octokit/oauth-methods": {
|
|
186
|
+
"version": "5.1.3",
|
|
187
|
+
"resolved": "https://registry.npmjs.org/@octokit/oauth-methods/-/oauth-methods-5.1.3.tgz",
|
|
188
|
+
"integrity": "sha512-M+bDBi5H8FnH0xhCTg0m9hvcnppdDnxUqbZyOkxlLblKpLAR+eT2nbDPvJDp0eLrvJWA1I8OX0KHf/sBMQARRA==",
|
|
189
|
+
"dev": true,
|
|
190
|
+
"dependencies": {
|
|
191
|
+
"@octokit/oauth-authorization-url": "^7.0.0",
|
|
192
|
+
"@octokit/request": "^9.1.4",
|
|
193
|
+
"@octokit/request-error": "^6.1.6",
|
|
194
|
+
"@octokit/types": "^13.6.2"
|
|
195
|
+
},
|
|
196
|
+
"engines": {
|
|
197
|
+
"node": ">= 18"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"node_modules/@octokit/openapi-types": {
|
|
201
|
+
"version": "23.0.1",
|
|
202
|
+
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-23.0.1.tgz",
|
|
203
|
+
"integrity": "sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==",
|
|
204
|
+
"dev": true
|
|
205
|
+
},
|
|
206
|
+
"node_modules/@octokit/plugin-paginate-rest": {
|
|
207
|
+
"version": "11.4.0",
|
|
208
|
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.4.0.tgz",
|
|
209
|
+
"integrity": "sha512-ttpGck5AYWkwMkMazNCZMqxKqIq1fJBNxBfsFwwfyYKTf914jKkLF0POMS3YkPBwp5g1c2Y4L79gDz01GhSr1g==",
|
|
210
|
+
"dev": true,
|
|
211
|
+
"dependencies": {
|
|
212
|
+
"@octokit/types": "^13.7.0"
|
|
213
|
+
},
|
|
214
|
+
"engines": {
|
|
215
|
+
"node": ">= 18"
|
|
216
|
+
},
|
|
217
|
+
"peerDependencies": {
|
|
218
|
+
"@octokit/core": ">=6"
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"node_modules/@octokit/plugin-request-log": {
|
|
222
|
+
"version": "5.3.1",
|
|
223
|
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-5.3.1.tgz",
|
|
224
|
+
"integrity": "sha512-n/lNeCtq+9ofhC15xzmJCNKP2BWTv8Ih2TTy+jatNCCq/gQP/V7rK3fjIfuz0pDWDALO/o/4QY4hyOF6TQQFUw==",
|
|
225
|
+
"dev": true,
|
|
226
|
+
"engines": {
|
|
227
|
+
"node": ">= 18"
|
|
228
|
+
},
|
|
229
|
+
"peerDependencies": {
|
|
230
|
+
"@octokit/core": ">=6"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"node_modules/@octokit/plugin-rest-endpoint-methods": {
|
|
234
|
+
"version": "13.3.0",
|
|
235
|
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.3.0.tgz",
|
|
236
|
+
"integrity": "sha512-LUm44shlmkp/6VC+qQgHl3W5vzUP99ZM54zH6BuqkJK4DqfFLhegANd+fM4YRLapTvPm4049iG7F3haANKMYvQ==",
|
|
237
|
+
"dev": true,
|
|
238
|
+
"dependencies": {
|
|
239
|
+
"@octokit/types": "^13.7.0"
|
|
240
|
+
},
|
|
241
|
+
"engines": {
|
|
242
|
+
"node": ">= 18"
|
|
243
|
+
},
|
|
244
|
+
"peerDependencies": {
|
|
245
|
+
"@octokit/core": ">=6"
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"node_modules/@octokit/request": {
|
|
249
|
+
"version": "9.1.4",
|
|
250
|
+
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-9.1.4.tgz",
|
|
251
|
+
"integrity": "sha512-tMbOwGm6wDII6vygP3wUVqFTw3Aoo0FnVQyhihh8vVq12uO3P+vQZeo2CKMpWtPSogpACD0yyZAlVlQnjW71DA==",
|
|
252
|
+
"dev": true,
|
|
253
|
+
"dependencies": {
|
|
254
|
+
"@octokit/endpoint": "^10.0.0",
|
|
255
|
+
"@octokit/request-error": "^6.0.1",
|
|
256
|
+
"@octokit/types": "^13.6.2",
|
|
257
|
+
"fast-content-type-parse": "^2.0.0",
|
|
258
|
+
"universal-user-agent": "^7.0.2"
|
|
259
|
+
},
|
|
260
|
+
"engines": {
|
|
261
|
+
"node": ">= 18"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"node_modules/@octokit/request-error": {
|
|
265
|
+
"version": "6.1.6",
|
|
266
|
+
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-6.1.6.tgz",
|
|
267
|
+
"integrity": "sha512-pqnVKYo/at0NuOjinrgcQYpEbv4snvP3bKMRqHaD9kIsk9u1LCpb2smHZi8/qJfgeNqLo5hNW4Z7FezNdEo0xg==",
|
|
268
|
+
"dev": true,
|
|
269
|
+
"dependencies": {
|
|
270
|
+
"@octokit/types": "^13.6.2"
|
|
271
|
+
},
|
|
272
|
+
"engines": {
|
|
273
|
+
"node": ">= 18"
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"node_modules/@octokit/rest": {
|
|
277
|
+
"version": "21.1.0",
|
|
278
|
+
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-21.1.0.tgz",
|
|
279
|
+
"integrity": "sha512-93iLxcKDJboUpmnUyeJ6cRIi7z7cqTZT1K7kRK4LobGxwTwpsa+2tQQbRQNGy7IFDEAmrtkf4F4wBj3D5rVlJQ==",
|
|
280
|
+
"dev": true,
|
|
281
|
+
"dependencies": {
|
|
282
|
+
"@octokit/core": "^6.1.3",
|
|
283
|
+
"@octokit/plugin-paginate-rest": "^11.4.0",
|
|
284
|
+
"@octokit/plugin-request-log": "^5.3.1",
|
|
285
|
+
"@octokit/plugin-rest-endpoint-methods": "^13.3.0"
|
|
286
|
+
},
|
|
287
|
+
"engines": {
|
|
288
|
+
"node": ">= 18"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"node_modules/@octokit/types": {
|
|
292
|
+
"version": "13.7.0",
|
|
293
|
+
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.7.0.tgz",
|
|
294
|
+
"integrity": "sha512-BXfRP+3P3IN6fd4uF3SniaHKOO4UXWBfkdR3vA8mIvaoO/wLjGN5qivUtW0QRitBHHMcfC41SLhNVYIZZE+wkA==",
|
|
295
|
+
"dev": true,
|
|
296
|
+
"dependencies": {
|
|
297
|
+
"@octokit/openapi-types": "^23.0.1"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"node_modules/@tsconfig/node10": {
|
|
301
|
+
"version": "1.0.11",
|
|
302
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz",
|
|
303
|
+
"integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==",
|
|
304
|
+
"dev": true
|
|
305
|
+
},
|
|
306
|
+
"node_modules/@tsconfig/node12": {
|
|
307
|
+
"version": "1.0.11",
|
|
308
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
|
|
309
|
+
"integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
|
|
310
|
+
"dev": true
|
|
311
|
+
},
|
|
312
|
+
"node_modules/@tsconfig/node14": {
|
|
313
|
+
"version": "1.0.3",
|
|
314
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
|
|
315
|
+
"integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
|
|
316
|
+
"dev": true
|
|
317
|
+
},
|
|
318
|
+
"node_modules/@tsconfig/node16": {
|
|
319
|
+
"version": "1.0.4",
|
|
320
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
|
|
321
|
+
"integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
|
|
322
|
+
"dev": true
|
|
323
|
+
},
|
|
324
|
+
"node_modules/@types/node": {
|
|
325
|
+
"version": "22.10.7",
|
|
326
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz",
|
|
327
|
+
"integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==",
|
|
328
|
+
"dev": true,
|
|
329
|
+
"dependencies": {
|
|
330
|
+
"undici-types": "~6.20.0"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
"node_modules/acorn": {
|
|
334
|
+
"version": "8.14.0",
|
|
335
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
|
|
336
|
+
"integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
|
|
337
|
+
"dev": true,
|
|
338
|
+
"bin": {
|
|
339
|
+
"acorn": "bin/acorn"
|
|
340
|
+
},
|
|
341
|
+
"engines": {
|
|
342
|
+
"node": ">=0.4.0"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"node_modules/acorn-walk": {
|
|
346
|
+
"version": "8.3.4",
|
|
347
|
+
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz",
|
|
348
|
+
"integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==",
|
|
349
|
+
"dev": true,
|
|
350
|
+
"dependencies": {
|
|
351
|
+
"acorn": "^8.11.0"
|
|
352
|
+
},
|
|
353
|
+
"engines": {
|
|
354
|
+
"node": ">=0.4.0"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
"node_modules/arg": {
|
|
358
|
+
"version": "4.1.3",
|
|
359
|
+
"resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
|
|
360
|
+
"integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
|
|
361
|
+
"dev": true
|
|
362
|
+
},
|
|
363
|
+
"node_modules/before-after-hook": {
|
|
364
|
+
"version": "3.0.2",
|
|
365
|
+
"resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-3.0.2.tgz",
|
|
366
|
+
"integrity": "sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==",
|
|
367
|
+
"dev": true
|
|
368
|
+
},
|
|
369
|
+
"node_modules/create-require": {
|
|
370
|
+
"version": "1.1.1",
|
|
371
|
+
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
|
|
372
|
+
"integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
|
|
373
|
+
"dev": true
|
|
374
|
+
},
|
|
375
|
+
"node_modules/diff": {
|
|
376
|
+
"version": "4.0.2",
|
|
377
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
|
|
378
|
+
"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
|
|
379
|
+
"dev": true,
|
|
380
|
+
"engines": {
|
|
381
|
+
"node": ">=0.3.1"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
"node_modules/dotenv": {
|
|
385
|
+
"version": "16.4.7",
|
|
386
|
+
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz",
|
|
387
|
+
"integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==",
|
|
388
|
+
"dev": true,
|
|
389
|
+
"engines": {
|
|
390
|
+
"node": ">=12"
|
|
391
|
+
},
|
|
392
|
+
"funding": {
|
|
393
|
+
"url": "https://dotenvx.com"
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
"node_modules/fast-content-type-parse": {
|
|
397
|
+
"version": "2.0.1",
|
|
398
|
+
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-2.0.1.tgz",
|
|
399
|
+
"integrity": "sha512-nGqtvLrj5w0naR6tDPfB4cUmYCqouzyQiz6C5y/LtcDllJdrcc6WaWW6iXyIIOErTa/XRybj28aasdn4LkVk6Q==",
|
|
400
|
+
"dev": true,
|
|
401
|
+
"funding": [
|
|
402
|
+
{
|
|
403
|
+
"type": "github",
|
|
404
|
+
"url": "https://github.com/sponsors/fastify"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"type": "opencollective",
|
|
408
|
+
"url": "https://opencollective.com/fastify"
|
|
409
|
+
}
|
|
410
|
+
]
|
|
411
|
+
},
|
|
412
|
+
"node_modules/make-error": {
|
|
413
|
+
"version": "1.3.6",
|
|
414
|
+
"resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
|
|
415
|
+
"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
|
|
416
|
+
"dev": true
|
|
417
|
+
},
|
|
418
|
+
"node_modules/toad-cache": {
|
|
419
|
+
"version": "3.7.0",
|
|
420
|
+
"resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.7.0.tgz",
|
|
421
|
+
"integrity": "sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==",
|
|
422
|
+
"dev": true,
|
|
423
|
+
"engines": {
|
|
424
|
+
"node": ">=12"
|
|
425
|
+
}
|
|
426
|
+
},
|
|
427
|
+
"node_modules/ts-node": {
|
|
428
|
+
"version": "10.9.2",
|
|
429
|
+
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
|
430
|
+
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
431
|
+
"dev": true,
|
|
432
|
+
"dependencies": {
|
|
433
|
+
"@cspotcode/source-map-support": "^0.8.0",
|
|
434
|
+
"@tsconfig/node10": "^1.0.7",
|
|
435
|
+
"@tsconfig/node12": "^1.0.7",
|
|
436
|
+
"@tsconfig/node14": "^1.0.0",
|
|
437
|
+
"@tsconfig/node16": "^1.0.2",
|
|
438
|
+
"acorn": "^8.4.1",
|
|
439
|
+
"acorn-walk": "^8.1.1",
|
|
440
|
+
"arg": "^4.1.0",
|
|
441
|
+
"create-require": "^1.1.0",
|
|
442
|
+
"diff": "^4.0.1",
|
|
443
|
+
"make-error": "^1.1.1",
|
|
444
|
+
"v8-compile-cache-lib": "^3.0.1",
|
|
445
|
+
"yn": "3.1.1"
|
|
446
|
+
},
|
|
447
|
+
"bin": {
|
|
448
|
+
"ts-node": "dist/bin.js",
|
|
449
|
+
"ts-node-cwd": "dist/bin-cwd.js",
|
|
450
|
+
"ts-node-esm": "dist/bin-esm.js",
|
|
451
|
+
"ts-node-script": "dist/bin-script.js",
|
|
452
|
+
"ts-node-transpile-only": "dist/bin-transpile.js",
|
|
453
|
+
"ts-script": "dist/bin-script-deprecated.js"
|
|
454
|
+
},
|
|
455
|
+
"peerDependencies": {
|
|
456
|
+
"@swc/core": ">=1.2.50",
|
|
457
|
+
"@swc/wasm": ">=1.2.50",
|
|
458
|
+
"@types/node": "*",
|
|
459
|
+
"typescript": ">=2.7"
|
|
460
|
+
},
|
|
461
|
+
"peerDependenciesMeta": {
|
|
462
|
+
"@swc/core": {
|
|
463
|
+
"optional": true
|
|
464
|
+
},
|
|
465
|
+
"@swc/wasm": {
|
|
466
|
+
"optional": true
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"node_modules/typescript": {
|
|
471
|
+
"version": "5.7.3",
|
|
472
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
|
|
473
|
+
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
|
|
474
|
+
"dev": true,
|
|
475
|
+
"bin": {
|
|
476
|
+
"tsc": "bin/tsc",
|
|
477
|
+
"tsserver": "bin/tsserver"
|
|
478
|
+
},
|
|
479
|
+
"engines": {
|
|
480
|
+
"node": ">=14.17"
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
"node_modules/undici-types": {
|
|
484
|
+
"version": "6.20.0",
|
|
485
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
|
|
486
|
+
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
|
|
487
|
+
"dev": true
|
|
488
|
+
},
|
|
489
|
+
"node_modules/universal-github-app-jwt": {
|
|
490
|
+
"version": "2.2.0",
|
|
491
|
+
"resolved": "https://registry.npmjs.org/universal-github-app-jwt/-/universal-github-app-jwt-2.2.0.tgz",
|
|
492
|
+
"integrity": "sha512-G5o6f95b5BggDGuUfKDApKaCgNYy2x7OdHY0zSMF081O0EJobw+1130VONhrA7ezGSV2FNOGyM+KQpQZAr9bIQ==",
|
|
493
|
+
"dev": true
|
|
494
|
+
},
|
|
495
|
+
"node_modules/universal-user-agent": {
|
|
496
|
+
"version": "7.0.2",
|
|
497
|
+
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-7.0.2.tgz",
|
|
498
|
+
"integrity": "sha512-0JCqzSKnStlRRQfCdowvqy3cy0Dvtlb8xecj/H8JFZuCze4rwjPZQOgvFvn0Ws/usCHQFGpyr+pB9adaGwXn4Q==",
|
|
499
|
+
"dev": true
|
|
500
|
+
},
|
|
501
|
+
"node_modules/v8-compile-cache-lib": {
|
|
502
|
+
"version": "3.0.1",
|
|
503
|
+
"resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
|
|
504
|
+
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
|
|
505
|
+
"dev": true
|
|
506
|
+
},
|
|
507
|
+
"node_modules/yn": {
|
|
508
|
+
"version": "3.1.1",
|
|
509
|
+
"resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
|
|
510
|
+
"integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
|
|
511
|
+
"dev": true,
|
|
512
|
+
"engines": {
|
|
513
|
+
"node": ">=6"
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "vellum-automation",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"create-release": "ts-node-esm ./src/create-release.ts",
|
|
7
|
+
"upgrade-workflow-server": "ts-node-esm ./src/upgrade-workflow-server.ts"
|
|
8
|
+
},
|
|
9
|
+
"devDependencies": {
|
|
10
|
+
"@octokit/auth-app": "^7.1.4",
|
|
11
|
+
"@octokit/rest": "^21.1.0",
|
|
12
|
+
"@types/node": "^22.10.7",
|
|
13
|
+
"dotenv": "^16.4.7",
|
|
14
|
+
"ts-node": "^10.9.2",
|
|
15
|
+
"typescript": "^5.7.3"
|
|
16
|
+
}
|
|
17
|
+
}
|
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -3812,6 +3812,56 @@ await client.releaseReviews.retrieveWorkflowDeploymentRelease("id", "release_id_
|
|
|
3812
3812
|
</dl>
|
|
3813
3813
|
</details>
|
|
3814
3814
|
|
|
3815
|
+
## WorkflowExecutions
|
|
3816
|
+
|
|
3817
|
+
<details><summary><code>client.workflowExecutions.<a href="/src/api/resources/workflowExecutions/client/Client.ts">retrieveWorkflowExecutionDetail</a>(executionId) -> Vellum.WorkflowExecutionDetail</code></summary>
|
|
3818
|
+
<dl>
|
|
3819
|
+
<dd>
|
|
3820
|
+
|
|
3821
|
+
#### 🔌 Usage
|
|
3822
|
+
|
|
3823
|
+
<dl>
|
|
3824
|
+
<dd>
|
|
3825
|
+
|
|
3826
|
+
<dl>
|
|
3827
|
+
<dd>
|
|
3828
|
+
|
|
3829
|
+
```typescript
|
|
3830
|
+
await client.workflowExecutions.retrieveWorkflowExecutionDetail("execution_id");
|
|
3831
|
+
```
|
|
3832
|
+
|
|
3833
|
+
</dd>
|
|
3834
|
+
</dl>
|
|
3835
|
+
</dd>
|
|
3836
|
+
</dl>
|
|
3837
|
+
|
|
3838
|
+
#### ⚙️ Parameters
|
|
3839
|
+
|
|
3840
|
+
<dl>
|
|
3841
|
+
<dd>
|
|
3842
|
+
|
|
3843
|
+
<dl>
|
|
3844
|
+
<dd>
|
|
3845
|
+
|
|
3846
|
+
**executionId:** `string`
|
|
3847
|
+
|
|
3848
|
+
</dd>
|
|
3849
|
+
</dl>
|
|
3850
|
+
|
|
3851
|
+
<dl>
|
|
3852
|
+
<dd>
|
|
3853
|
+
|
|
3854
|
+
**requestOptions:** `WorkflowExecutions.RequestOptions`
|
|
3855
|
+
|
|
3856
|
+
</dd>
|
|
3857
|
+
</dl>
|
|
3858
|
+
</dd>
|
|
3859
|
+
</dl>
|
|
3860
|
+
|
|
3861
|
+
</dd>
|
|
3862
|
+
</dl>
|
|
3863
|
+
</details>
|
|
3864
|
+
|
|
3815
3865
|
## WorkflowSandboxes
|
|
3816
3866
|
|
|
3817
3867
|
<details><summary><code>client.workflowSandboxes.<a href="/src/api/resources/workflowSandboxes/client/Client.ts">deployWorkflow</a>(id, workflowId, { ...params }) -> Vellum.WorkflowDeploymentRead</code></summary>
|
|
@@ -15,7 +15,7 @@ export declare namespace DeploymentRead {
|
|
|
15
15
|
label: string;
|
|
16
16
|
name: string;
|
|
17
17
|
status?: EntityStatus.Raw | null;
|
|
18
|
-
environment?: EnvironmentEnum.Raw | null;
|
|
18
|
+
environment?: (EnvironmentEnum.Raw | null) | null;
|
|
19
19
|
last_deployed_on: string;
|
|
20
20
|
input_variables: VellumVariable.Raw[];
|
|
21
21
|
description?: (string | null) | null;
|
|
@@ -47,7 +47,7 @@ exports.DeploymentRead = core.serialization.object({
|
|
|
47
47
|
label: core.serialization.string(),
|
|
48
48
|
name: core.serialization.string(),
|
|
49
49
|
status: EntityStatus_1.EntityStatus.optional(),
|
|
50
|
-
environment: EnvironmentEnum_1.EnvironmentEnum.
|
|
50
|
+
environment: EnvironmentEnum_1.EnvironmentEnum.optionalNullable(),
|
|
51
51
|
lastDeployedOn: core.serialization.property("last_deployed_on", core.serialization.date()),
|
|
52
52
|
inputVariables: core.serialization.property("input_variables", core.serialization.list(VellumVariable_1.VellumVariable)),
|
|
53
53
|
description: core.serialization.string().optionalNullable(),
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { StringVellumValue } from "./StringVellumValue";
|
|
8
|
+
import { WorkflowNodeResultEventState } from "./WorkflowNodeResultEventState";
|
|
9
|
+
export declare const NodeOutputCompiledThinkingValue: core.serialization.ObjectSchema<serializers.NodeOutputCompiledThinkingValue.Raw, Vellum.NodeOutputCompiledThinkingValue>;
|
|
10
|
+
export declare namespace NodeOutputCompiledThinkingValue {
|
|
11
|
+
interface Raw {
|
|
12
|
+
type: "THINKING";
|
|
13
|
+
value?: (StringVellumValue.Raw | null) | null;
|
|
14
|
+
node_output_id: string;
|
|
15
|
+
state?: WorkflowNodeResultEventState.Raw | null;
|
|
16
|
+
}
|
|
17
|
+
}
|