vellum-ai 0.3.13 → 0.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.js +9 -9
- package/api/resources/deployments/client/Client.js +3 -3
- package/api/resources/documentIndexes/client/Client.js +6 -6
- package/api/resources/documents/client/Client.js +4 -4
- package/api/resources/folderEntities/client/Client.js +1 -1
- package/api/resources/modelVersions/client/Client.js +1 -1
- package/api/resources/registeredPrompts/client/Client.js +1 -1
- package/api/resources/sandboxes/client/Client.js +2 -2
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +2 -2
- package/api/resources/workflowDeployments/client/Client.js +2 -2
- package/dist/Client.js +9 -9
- package/dist/api/resources/deployments/client/Client.js +3 -3
- package/dist/api/resources/documentIndexes/client/Client.js +6 -6
- package/dist/api/resources/documents/client/Client.js +4 -4
- package/dist/api/resources/folderEntities/client/Client.js +1 -1
- package/dist/api/resources/modelVersions/client/Client.js +1 -1
- package/dist/api/resources/registeredPrompts/client/Client.js +1 -1
- package/dist/api/resources/sandboxes/client/Client.js +2 -2
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +2 -2
- package/dist/api/resources/workflowDeployments/client/Client.js +2 -2
- package/package.json +3 -2
package/Client.js
CHANGED
|
@@ -77,7 +77,7 @@ class VellumClient {
|
|
|
77
77
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
78
78
|
"X-Fern-Language": "JavaScript",
|
|
79
79
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
80
|
-
"X-Fern-SDK-Version": "0.3.
|
|
80
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
81
81
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
82
82
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
83
83
|
},
|
|
@@ -140,7 +140,7 @@ class VellumClient {
|
|
|
140
140
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
141
141
|
"X-Fern-Language": "JavaScript",
|
|
142
142
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
143
|
-
"X-Fern-SDK-Version": "0.3.
|
|
143
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
144
144
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
145
145
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
146
146
|
},
|
|
@@ -215,7 +215,7 @@ class VellumClient {
|
|
|
215
215
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
216
216
|
"X-Fern-Language": "JavaScript",
|
|
217
217
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
218
|
-
"X-Fern-SDK-Version": "0.3.
|
|
218
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
219
219
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
220
220
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
221
221
|
},
|
|
@@ -276,7 +276,7 @@ class VellumClient {
|
|
|
276
276
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
277
277
|
"X-Fern-Language": "JavaScript",
|
|
278
278
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
279
|
-
"X-Fern-SDK-Version": "0.3.
|
|
279
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
280
280
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
281
281
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
282
282
|
},
|
|
@@ -359,7 +359,7 @@ class VellumClient {
|
|
|
359
359
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
360
360
|
"X-Fern-Language": "JavaScript",
|
|
361
361
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
362
|
-
"X-Fern-SDK-Version": "0.3.
|
|
362
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
363
363
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
364
364
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
365
365
|
},
|
|
@@ -424,7 +424,7 @@ class VellumClient {
|
|
|
424
424
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
425
425
|
"X-Fern-Language": "JavaScript",
|
|
426
426
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
427
|
-
"X-Fern-SDK-Version": "0.3.
|
|
427
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
428
428
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
429
429
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
430
430
|
},
|
|
@@ -504,7 +504,7 @@ class VellumClient {
|
|
|
504
504
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
505
505
|
"X-Fern-Language": "JavaScript",
|
|
506
506
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
507
|
-
"X-Fern-SDK-Version": "0.3.
|
|
507
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
508
508
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
509
509
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
510
510
|
},
|
|
@@ -575,7 +575,7 @@ class VellumClient {
|
|
|
575
575
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
576
576
|
"X-Fern-Language": "JavaScript",
|
|
577
577
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
578
|
-
"X-Fern-SDK-Version": "0.3.
|
|
578
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
579
579
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
580
580
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
581
581
|
},
|
|
@@ -640,7 +640,7 @@ class VellumClient {
|
|
|
640
640
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
641
641
|
"X-Fern-Language": "JavaScript",
|
|
642
642
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
643
|
-
"X-Fern-SDK-Version": "0.3.
|
|
643
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
644
644
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
645
645
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
646
646
|
},
|
|
@@ -74,7 +74,7 @@ class Deployments {
|
|
|
74
74
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
75
75
|
"X-Fern-Language": "JavaScript",
|
|
76
76
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
77
|
-
"X-Fern-SDK-Version": "0.3.
|
|
77
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
78
78
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
79
79
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
80
80
|
},
|
|
@@ -129,7 +129,7 @@ class Deployments {
|
|
|
129
129
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
130
130
|
"X-Fern-Language": "JavaScript",
|
|
131
131
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
132
|
-
"X-Fern-SDK-Version": "0.3.
|
|
132
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
133
133
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
134
134
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
135
135
|
},
|
|
@@ -188,7 +188,7 @@ class Deployments {
|
|
|
188
188
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
189
189
|
"X-Fern-Language": "JavaScript",
|
|
190
190
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
191
|
-
"X-Fern-SDK-Version": "0.3.
|
|
191
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
192
192
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
193
193
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
194
194
|
},
|
|
@@ -79,7 +79,7 @@ class DocumentIndexes {
|
|
|
79
79
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
80
80
|
"X-Fern-Language": "JavaScript",
|
|
81
81
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
82
|
-
"X-Fern-SDK-Version": "0.3.
|
|
82
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
83
83
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
84
84
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
85
85
|
},
|
|
@@ -154,7 +154,7 @@ class DocumentIndexes {
|
|
|
154
154
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
155
155
|
"X-Fern-Language": "JavaScript",
|
|
156
156
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
157
|
-
"X-Fern-SDK-Version": "0.3.
|
|
157
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
158
158
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
159
159
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
160
160
|
},
|
|
@@ -211,7 +211,7 @@ class DocumentIndexes {
|
|
|
211
211
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
212
212
|
"X-Fern-Language": "JavaScript",
|
|
213
213
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
214
|
-
"X-Fern-SDK-Version": "0.3.
|
|
214
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
215
215
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
216
216
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
217
217
|
},
|
|
@@ -267,7 +267,7 @@ class DocumentIndexes {
|
|
|
267
267
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
268
268
|
"X-Fern-Language": "JavaScript",
|
|
269
269
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
270
|
-
"X-Fern-SDK-Version": "0.3.
|
|
270
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
271
271
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
272
272
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
273
273
|
},
|
|
@@ -324,7 +324,7 @@ class DocumentIndexes {
|
|
|
324
324
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
325
325
|
"X-Fern-Language": "JavaScript",
|
|
326
326
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
327
|
-
"X-Fern-SDK-Version": "0.3.
|
|
327
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
328
328
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
329
329
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
330
330
|
},
|
|
@@ -373,7 +373,7 @@ class DocumentIndexes {
|
|
|
373
373
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
374
374
|
"X-Fern-Language": "JavaScript",
|
|
375
375
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
376
|
-
"X-Fern-SDK-Version": "0.3.
|
|
376
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
377
377
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
378
378
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
379
379
|
},
|
|
@@ -81,7 +81,7 @@ class Documents {
|
|
|
81
81
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
82
82
|
"X-Fern-Language": "JavaScript",
|
|
83
83
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
84
|
-
"X-Fern-SDK-Version": "0.3.
|
|
84
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
85
85
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
86
86
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
87
87
|
},
|
|
@@ -130,7 +130,7 @@ class Documents {
|
|
|
130
130
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
131
131
|
"X-Fern-Language": "JavaScript",
|
|
132
132
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
133
|
-
"X-Fern-SDK-Version": "0.3.
|
|
133
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
134
134
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
135
135
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
136
136
|
},
|
|
@@ -179,7 +179,7 @@ class Documents {
|
|
|
179
179
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
180
180
|
"X-Fern-Language": "JavaScript",
|
|
181
181
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
182
|
-
"X-Fern-SDK-Version": "0.3.
|
|
182
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
183
183
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
184
184
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
185
185
|
},
|
|
@@ -265,7 +265,7 @@ class Documents {
|
|
|
265
265
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
266
266
|
"X-Fern-Language": "JavaScript",
|
|
267
267
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
268
|
-
"X-Fern-SDK-Version": "0.3.
|
|
268
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
269
269
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
270
270
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
271
271
|
},
|
|
@@ -69,7 +69,7 @@ class FolderEntities {
|
|
|
69
69
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
70
70
|
"X-Fern-Language": "JavaScript",
|
|
71
71
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
72
|
-
"X-Fern-SDK-Version": "0.3.
|
|
72
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
73
73
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
74
74
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
75
75
|
},
|
|
@@ -65,7 +65,7 @@ class ModelVersions {
|
|
|
65
65
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
66
66
|
"X-Fern-Language": "JavaScript",
|
|
67
67
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
68
|
-
"X-Fern-SDK-Version": "0.3.
|
|
68
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
69
69
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
70
70
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
71
71
|
},
|
|
@@ -96,7 +96,7 @@ class RegisteredPrompts {
|
|
|
96
96
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
97
97
|
"X-Fern-Language": "JavaScript",
|
|
98
98
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
99
|
-
"X-Fern-SDK-Version": "0.3.
|
|
99
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
100
100
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
101
101
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
102
102
|
},
|
|
@@ -84,7 +84,7 @@ class Sandboxes {
|
|
|
84
84
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
85
85
|
"X-Fern-Language": "JavaScript",
|
|
86
86
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
87
|
-
"X-Fern-SDK-Version": "0.3.
|
|
87
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
88
88
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
89
89
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
90
90
|
},
|
|
@@ -141,7 +141,7 @@ class Sandboxes {
|
|
|
141
141
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
142
142
|
"X-Fern-Language": "JavaScript",
|
|
143
143
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
144
|
-
"X-Fern-SDK-Version": "0.3.
|
|
144
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
145
145
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
146
146
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
147
147
|
},
|
|
@@ -62,7 +62,7 @@ class TestSuiteRuns {
|
|
|
62
62
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
63
63
|
"X-Fern-Language": "JavaScript",
|
|
64
64
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
65
|
-
"X-Fern-SDK-Version": "0.3.
|
|
65
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
66
66
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
67
67
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
68
68
|
},
|
|
@@ -117,7 +117,7 @@ class TestSuiteRuns {
|
|
|
117
117
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
118
118
|
"X-Fern-Language": "JavaScript",
|
|
119
119
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
120
|
-
"X-Fern-SDK-Version": "0.3.
|
|
120
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
121
121
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
122
122
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
123
123
|
},
|
|
@@ -173,7 +173,7 @@ class TestSuiteRuns {
|
|
|
173
173
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
174
174
|
"X-Fern-Language": "JavaScript",
|
|
175
175
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
176
|
-
"X-Fern-SDK-Version": "0.3.
|
|
176
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
177
177
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
178
178
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
179
179
|
},
|
|
@@ -74,7 +74,7 @@ class TestSuites {
|
|
|
74
74
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
75
75
|
"X-Fern-Language": "JavaScript",
|
|
76
76
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
77
|
-
"X-Fern-SDK-Version": "0.3.
|
|
77
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
78
78
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
79
79
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
80
80
|
},
|
|
@@ -131,7 +131,7 @@ class TestSuites {
|
|
|
131
131
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
132
132
|
"X-Fern-Language": "JavaScript",
|
|
133
133
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
134
|
-
"X-Fern-SDK-Version": "0.3.
|
|
134
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
135
135
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
136
136
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
137
137
|
},
|
|
@@ -73,7 +73,7 @@ class WorkflowDeployments {
|
|
|
73
73
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
74
74
|
"X-Fern-Language": "JavaScript",
|
|
75
75
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
76
|
-
"X-Fern-SDK-Version": "0.3.
|
|
76
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
77
77
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
78
78
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
79
79
|
},
|
|
@@ -128,7 +128,7 @@ class WorkflowDeployments {
|
|
|
128
128
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
129
129
|
"X-Fern-Language": "JavaScript",
|
|
130
130
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
131
|
-
"X-Fern-SDK-Version": "0.3.
|
|
131
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
132
132
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
133
133
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
134
134
|
},
|
package/dist/Client.js
CHANGED
|
@@ -77,7 +77,7 @@ class VellumClient {
|
|
|
77
77
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
78
78
|
"X-Fern-Language": "JavaScript",
|
|
79
79
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
80
|
-
"X-Fern-SDK-Version": "0.3.
|
|
80
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
81
81
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
82
82
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
83
83
|
},
|
|
@@ -140,7 +140,7 @@ class VellumClient {
|
|
|
140
140
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
141
141
|
"X-Fern-Language": "JavaScript",
|
|
142
142
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
143
|
-
"X-Fern-SDK-Version": "0.3.
|
|
143
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
144
144
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
145
145
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
146
146
|
},
|
|
@@ -215,7 +215,7 @@ class VellumClient {
|
|
|
215
215
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
216
216
|
"X-Fern-Language": "JavaScript",
|
|
217
217
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
218
|
-
"X-Fern-SDK-Version": "0.3.
|
|
218
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
219
219
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
220
220
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
221
221
|
},
|
|
@@ -276,7 +276,7 @@ class VellumClient {
|
|
|
276
276
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
277
277
|
"X-Fern-Language": "JavaScript",
|
|
278
278
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
279
|
-
"X-Fern-SDK-Version": "0.3.
|
|
279
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
280
280
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
281
281
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
282
282
|
},
|
|
@@ -359,7 +359,7 @@ class VellumClient {
|
|
|
359
359
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
360
360
|
"X-Fern-Language": "JavaScript",
|
|
361
361
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
362
|
-
"X-Fern-SDK-Version": "0.3.
|
|
362
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
363
363
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
364
364
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
365
365
|
},
|
|
@@ -424,7 +424,7 @@ class VellumClient {
|
|
|
424
424
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
425
425
|
"X-Fern-Language": "JavaScript",
|
|
426
426
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
427
|
-
"X-Fern-SDK-Version": "0.3.
|
|
427
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
428
428
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
429
429
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
430
430
|
},
|
|
@@ -504,7 +504,7 @@ class VellumClient {
|
|
|
504
504
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
505
505
|
"X-Fern-Language": "JavaScript",
|
|
506
506
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
507
|
-
"X-Fern-SDK-Version": "0.3.
|
|
507
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
508
508
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
509
509
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
510
510
|
},
|
|
@@ -575,7 +575,7 @@ class VellumClient {
|
|
|
575
575
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
576
576
|
"X-Fern-Language": "JavaScript",
|
|
577
577
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
578
|
-
"X-Fern-SDK-Version": "0.3.
|
|
578
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
579
579
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
580
580
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
581
581
|
},
|
|
@@ -640,7 +640,7 @@ class VellumClient {
|
|
|
640
640
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
641
641
|
"X-Fern-Language": "JavaScript",
|
|
642
642
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
643
|
-
"X-Fern-SDK-Version": "0.3.
|
|
643
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
644
644
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
645
645
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
646
646
|
},
|
|
@@ -74,7 +74,7 @@ class Deployments {
|
|
|
74
74
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
75
75
|
"X-Fern-Language": "JavaScript",
|
|
76
76
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
77
|
-
"X-Fern-SDK-Version": "0.3.
|
|
77
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
78
78
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
79
79
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
80
80
|
},
|
|
@@ -129,7 +129,7 @@ class Deployments {
|
|
|
129
129
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
130
130
|
"X-Fern-Language": "JavaScript",
|
|
131
131
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
132
|
-
"X-Fern-SDK-Version": "0.3.
|
|
132
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
133
133
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
134
134
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
135
135
|
},
|
|
@@ -188,7 +188,7 @@ class Deployments {
|
|
|
188
188
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
189
189
|
"X-Fern-Language": "JavaScript",
|
|
190
190
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
191
|
-
"X-Fern-SDK-Version": "0.3.
|
|
191
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
192
192
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
193
193
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
194
194
|
},
|
|
@@ -79,7 +79,7 @@ class DocumentIndexes {
|
|
|
79
79
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
80
80
|
"X-Fern-Language": "JavaScript",
|
|
81
81
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
82
|
-
"X-Fern-SDK-Version": "0.3.
|
|
82
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
83
83
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
84
84
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
85
85
|
},
|
|
@@ -154,7 +154,7 @@ class DocumentIndexes {
|
|
|
154
154
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
155
155
|
"X-Fern-Language": "JavaScript",
|
|
156
156
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
157
|
-
"X-Fern-SDK-Version": "0.3.
|
|
157
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
158
158
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
159
159
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
160
160
|
},
|
|
@@ -211,7 +211,7 @@ class DocumentIndexes {
|
|
|
211
211
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
212
212
|
"X-Fern-Language": "JavaScript",
|
|
213
213
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
214
|
-
"X-Fern-SDK-Version": "0.3.
|
|
214
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
215
215
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
216
216
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
217
217
|
},
|
|
@@ -267,7 +267,7 @@ class DocumentIndexes {
|
|
|
267
267
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
268
268
|
"X-Fern-Language": "JavaScript",
|
|
269
269
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
270
|
-
"X-Fern-SDK-Version": "0.3.
|
|
270
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
271
271
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
272
272
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
273
273
|
},
|
|
@@ -324,7 +324,7 @@ class DocumentIndexes {
|
|
|
324
324
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
325
325
|
"X-Fern-Language": "JavaScript",
|
|
326
326
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
327
|
-
"X-Fern-SDK-Version": "0.3.
|
|
327
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
328
328
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
329
329
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
330
330
|
},
|
|
@@ -373,7 +373,7 @@ class DocumentIndexes {
|
|
|
373
373
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
374
374
|
"X-Fern-Language": "JavaScript",
|
|
375
375
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
376
|
-
"X-Fern-SDK-Version": "0.3.
|
|
376
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
377
377
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
378
378
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
379
379
|
},
|
|
@@ -81,7 +81,7 @@ class Documents {
|
|
|
81
81
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
82
82
|
"X-Fern-Language": "JavaScript",
|
|
83
83
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
84
|
-
"X-Fern-SDK-Version": "0.3.
|
|
84
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
85
85
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
86
86
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
87
87
|
},
|
|
@@ -130,7 +130,7 @@ class Documents {
|
|
|
130
130
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
131
131
|
"X-Fern-Language": "JavaScript",
|
|
132
132
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
133
|
-
"X-Fern-SDK-Version": "0.3.
|
|
133
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
134
134
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
135
135
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
136
136
|
},
|
|
@@ -179,7 +179,7 @@ class Documents {
|
|
|
179
179
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
180
180
|
"X-Fern-Language": "JavaScript",
|
|
181
181
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
182
|
-
"X-Fern-SDK-Version": "0.3.
|
|
182
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
183
183
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
184
184
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
185
185
|
},
|
|
@@ -265,7 +265,7 @@ class Documents {
|
|
|
265
265
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
266
266
|
"X-Fern-Language": "JavaScript",
|
|
267
267
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
268
|
-
"X-Fern-SDK-Version": "0.3.
|
|
268
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
269
269
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
270
270
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
271
271
|
},
|
|
@@ -69,7 +69,7 @@ class FolderEntities {
|
|
|
69
69
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
70
70
|
"X-Fern-Language": "JavaScript",
|
|
71
71
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
72
|
-
"X-Fern-SDK-Version": "0.3.
|
|
72
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
73
73
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
74
74
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
75
75
|
},
|
|
@@ -65,7 +65,7 @@ class ModelVersions {
|
|
|
65
65
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
66
66
|
"X-Fern-Language": "JavaScript",
|
|
67
67
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
68
|
-
"X-Fern-SDK-Version": "0.3.
|
|
68
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
69
69
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
70
70
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
71
71
|
},
|
|
@@ -96,7 +96,7 @@ class RegisteredPrompts {
|
|
|
96
96
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
97
97
|
"X-Fern-Language": "JavaScript",
|
|
98
98
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
99
|
-
"X-Fern-SDK-Version": "0.3.
|
|
99
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
100
100
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
101
101
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
102
102
|
},
|
|
@@ -84,7 +84,7 @@ class Sandboxes {
|
|
|
84
84
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
85
85
|
"X-Fern-Language": "JavaScript",
|
|
86
86
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
87
|
-
"X-Fern-SDK-Version": "0.3.
|
|
87
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
88
88
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
89
89
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
90
90
|
},
|
|
@@ -141,7 +141,7 @@ class Sandboxes {
|
|
|
141
141
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
142
142
|
"X-Fern-Language": "JavaScript",
|
|
143
143
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
144
|
-
"X-Fern-SDK-Version": "0.3.
|
|
144
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
145
145
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
146
146
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
147
147
|
},
|
|
@@ -62,7 +62,7 @@ class TestSuiteRuns {
|
|
|
62
62
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
63
63
|
"X-Fern-Language": "JavaScript",
|
|
64
64
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
65
|
-
"X-Fern-SDK-Version": "0.3.
|
|
65
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
66
66
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
67
67
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
68
68
|
},
|
|
@@ -117,7 +117,7 @@ class TestSuiteRuns {
|
|
|
117
117
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
118
118
|
"X-Fern-Language": "JavaScript",
|
|
119
119
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
120
|
-
"X-Fern-SDK-Version": "0.3.
|
|
120
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
121
121
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
122
122
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
123
123
|
},
|
|
@@ -173,7 +173,7 @@ class TestSuiteRuns {
|
|
|
173
173
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
174
174
|
"X-Fern-Language": "JavaScript",
|
|
175
175
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
176
|
-
"X-Fern-SDK-Version": "0.3.
|
|
176
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
177
177
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
178
178
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
179
179
|
},
|
|
@@ -74,7 +74,7 @@ class TestSuites {
|
|
|
74
74
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
75
75
|
"X-Fern-Language": "JavaScript",
|
|
76
76
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
77
|
-
"X-Fern-SDK-Version": "0.3.
|
|
77
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
78
78
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
79
79
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
80
80
|
},
|
|
@@ -131,7 +131,7 @@ class TestSuites {
|
|
|
131
131
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
132
132
|
"X-Fern-Language": "JavaScript",
|
|
133
133
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
134
|
-
"X-Fern-SDK-Version": "0.3.
|
|
134
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
135
135
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
136
136
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
137
137
|
},
|
|
@@ -73,7 +73,7 @@ class WorkflowDeployments {
|
|
|
73
73
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
74
74
|
"X-Fern-Language": "JavaScript",
|
|
75
75
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
76
|
-
"X-Fern-SDK-Version": "0.3.
|
|
76
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
77
77
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
78
78
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
79
79
|
},
|
|
@@ -128,7 +128,7 @@ class WorkflowDeployments {
|
|
|
128
128
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
129
129
|
"X-Fern-Language": "JavaScript",
|
|
130
130
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
131
|
-
"X-Fern-SDK-Version": "0.3.
|
|
131
|
+
"X-Fern-SDK-Version": "0.3.14",
|
|
132
132
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
133
133
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
134
134
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vellum-ai",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.14",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": "https://github.com/vellum-ai/vellum-client-node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"url-join": "4.0.1",
|
|
17
17
|
"form-data": "4.0.0",
|
|
18
18
|
"node-fetch": "2.7.0",
|
|
19
|
-
"qs": "6.11.2"
|
|
19
|
+
"qs": "6.11.2",
|
|
20
|
+
"cdktf": "^0.20.5"
|
|
20
21
|
},
|
|
21
22
|
"devDependencies": {
|
|
22
23
|
"@types/url-join": "4.0.1",
|