Skip to content

Commit 26f6ac0

Browse files
committed
SDK regeneration
1 parent ce2264e commit 26f6ac0

File tree

33 files changed

+216
-216
lines changed

33 files changed

+216
-216
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "truefoundry-sdk",
3-
"version": "0.0.0",
3+
"version": "0.0.14",
44
"private": false,
55
"repository": "https://github.com/truefoundry/truefoundry-typescript-sdk",
66
"main": "./index.js",

src/api/resources/v1/resources/agentVersions/client/Client.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ export class AgentVersions {
6060
Authorization: await this._getAuthorizationHeader(),
6161
"X-Fern-Language": "JavaScript",
6262
"X-Fern-SDK-Name": "truefoundry-sdk",
63-
"X-Fern-SDK-Version": "0.0.0",
64-
"User-Agent": "truefoundry-sdk/0.0.0",
63+
"X-Fern-SDK-Version": "0.0.14",
64+
"User-Agent": "truefoundry-sdk/0.0.14",
6565
"X-Fern-Runtime": core.RUNTIME.type,
6666
"X-Fern-Runtime-Version": core.RUNTIME.version,
6767
...requestOptions?.headers,
@@ -132,8 +132,8 @@ export class AgentVersions {
132132
Authorization: await this._getAuthorizationHeader(),
133133
"X-Fern-Language": "JavaScript",
134134
"X-Fern-SDK-Name": "truefoundry-sdk",
135-
"X-Fern-SDK-Version": "0.0.0",
136-
"User-Agent": "truefoundry-sdk/0.0.0",
135+
"X-Fern-SDK-Version": "0.0.14",
136+
"User-Agent": "truefoundry-sdk/0.0.14",
137137
"X-Fern-Runtime": core.RUNTIME.type,
138138
"X-Fern-Runtime-Version": core.RUNTIME.version,
139139
...requestOptions?.headers,
@@ -200,8 +200,8 @@ export class AgentVersions {
200200
Authorization: await this._getAuthorizationHeader(),
201201
"X-Fern-Language": "JavaScript",
202202
"X-Fern-SDK-Name": "truefoundry-sdk",
203-
"X-Fern-SDK-Version": "0.0.0",
204-
"User-Agent": "truefoundry-sdk/0.0.0",
203+
"X-Fern-SDK-Version": "0.0.14",
204+
"User-Agent": "truefoundry-sdk/0.0.14",
205205
"X-Fern-Runtime": core.RUNTIME.type,
206206
"X-Fern-Runtime-Version": core.RUNTIME.version,
207207
...requestOptions?.headers,
@@ -288,8 +288,8 @@ export class AgentVersions {
288288
Authorization: await this._getAuthorizationHeader(),
289289
"X-Fern-Language": "JavaScript",
290290
"X-Fern-SDK-Name": "truefoundry-sdk",
291-
"X-Fern-SDK-Version": "0.0.0",
292-
"User-Agent": "truefoundry-sdk/0.0.0",
291+
"X-Fern-SDK-Version": "0.0.14",
292+
"User-Agent": "truefoundry-sdk/0.0.14",
293293
"X-Fern-Runtime": core.RUNTIME.type,
294294
"X-Fern-Runtime-Version": core.RUNTIME.version,
295295
...requestOptions?.headers,

src/api/resources/v1/resources/agents/client/Client.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ export class Agents {
5252
Authorization: await this._getAuthorizationHeader(),
5353
"X-Fern-Language": "JavaScript",
5454
"X-Fern-SDK-Name": "truefoundry-sdk",
55-
"X-Fern-SDK-Version": "0.0.0",
56-
"User-Agent": "truefoundry-sdk/0.0.0",
55+
"X-Fern-SDK-Version": "0.0.14",
56+
"User-Agent": "truefoundry-sdk/0.0.14",
5757
"X-Fern-Runtime": core.RUNTIME.type,
5858
"X-Fern-Runtime-Version": core.RUNTIME.version,
5959
...requestOptions?.headers,
@@ -116,8 +116,8 @@ export class Agents {
116116
Authorization: await this._getAuthorizationHeader(),
117117
"X-Fern-Language": "JavaScript",
118118
"X-Fern-SDK-Name": "truefoundry-sdk",
119-
"X-Fern-SDK-Version": "0.0.0",
120-
"User-Agent": "truefoundry-sdk/0.0.0",
119+
"X-Fern-SDK-Version": "0.0.14",
120+
"User-Agent": "truefoundry-sdk/0.0.14",
121121
"X-Fern-Runtime": core.RUNTIME.type,
122122
"X-Fern-Runtime-Version": core.RUNTIME.version,
123123
...requestOptions?.headers,
@@ -200,8 +200,8 @@ export class Agents {
200200
Authorization: await this._getAuthorizationHeader(),
201201
"X-Fern-Language": "JavaScript",
202202
"X-Fern-SDK-Name": "truefoundry-sdk",
203-
"X-Fern-SDK-Version": "0.0.0",
204-
"User-Agent": "truefoundry-sdk/0.0.0",
203+
"X-Fern-SDK-Version": "0.0.14",
204+
"User-Agent": "truefoundry-sdk/0.0.14",
205205
"X-Fern-Runtime": core.RUNTIME.type,
206206
"X-Fern-Runtime-Version": core.RUNTIME.version,
207207
...requestOptions?.headers,
@@ -289,8 +289,8 @@ export class Agents {
289289
Authorization: await this._getAuthorizationHeader(),
290290
"X-Fern-Language": "JavaScript",
291291
"X-Fern-SDK-Name": "truefoundry-sdk",
292-
"X-Fern-SDK-Version": "0.0.0",
293-
"User-Agent": "truefoundry-sdk/0.0.0",
292+
"X-Fern-SDK-Version": "0.0.14",
293+
"User-Agent": "truefoundry-sdk/0.0.14",
294294
"X-Fern-Runtime": core.RUNTIME.type,
295295
"X-Fern-Runtime-Version": core.RUNTIME.version,
296296
...requestOptions?.headers,

src/api/resources/v1/resources/alerts/client/Client.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ export class Alerts {
8080
Authorization: await this._getAuthorizationHeader(),
8181
"X-Fern-Language": "JavaScript",
8282
"X-Fern-SDK-Name": "truefoundry-sdk",
83-
"X-Fern-SDK-Version": "0.0.0",
84-
"User-Agent": "truefoundry-sdk/0.0.0",
83+
"X-Fern-SDK-Version": "0.0.14",
84+
"User-Agent": "truefoundry-sdk/0.0.14",
8585
"X-Fern-Runtime": core.RUNTIME.type,
8686
"X-Fern-Runtime-Version": core.RUNTIME.version,
8787
...requestOptions?.headers,

src/api/resources/v1/resources/applicationVersions/client/Client.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ export class ApplicationVersions {
8282
Authorization: await this._getAuthorizationHeader(),
8383
"X-Fern-Language": "JavaScript",
8484
"X-Fern-SDK-Name": "truefoundry-sdk",
85-
"X-Fern-SDK-Version": "0.0.0",
86-
"User-Agent": "truefoundry-sdk/0.0.0",
85+
"X-Fern-SDK-Version": "0.0.14",
86+
"User-Agent": "truefoundry-sdk/0.0.14",
8787
"X-Fern-Runtime": core.RUNTIME.type,
8888
"X-Fern-Runtime-Version": core.RUNTIME.version,
8989
...requestOptions?.headers,
@@ -168,8 +168,8 @@ export class ApplicationVersions {
168168
Authorization: await this._getAuthorizationHeader(),
169169
"X-Fern-Language": "JavaScript",
170170
"X-Fern-SDK-Name": "truefoundry-sdk",
171-
"X-Fern-SDK-Version": "0.0.0",
172-
"User-Agent": "truefoundry-sdk/0.0.0",
171+
"X-Fern-SDK-Version": "0.0.14",
172+
"User-Agent": "truefoundry-sdk/0.0.14",
173173
"X-Fern-Runtime": core.RUNTIME.type,
174174
"X-Fern-Runtime-Version": core.RUNTIME.version,
175175
...requestOptions?.headers,

src/api/resources/v1/resources/applications/client/Client.ts

+14-14
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ export class Applications {
126126
Authorization: await this._getAuthorizationHeader(),
127127
"X-Fern-Language": "JavaScript",
128128
"X-Fern-SDK-Name": "truefoundry-sdk",
129-
"X-Fern-SDK-Version": "0.0.0",
130-
"User-Agent": "truefoundry-sdk/0.0.0",
129+
"X-Fern-SDK-Version": "0.0.14",
130+
"User-Agent": "truefoundry-sdk/0.0.14",
131131
"X-Fern-Runtime": core.RUNTIME.type,
132132
"X-Fern-Runtime-Version": core.RUNTIME.version,
133133
...requestOptions?.headers,
@@ -212,8 +212,8 @@ export class Applications {
212212
Authorization: await this._getAuthorizationHeader(),
213213
"X-Fern-Language": "JavaScript",
214214
"X-Fern-SDK-Name": "truefoundry-sdk",
215-
"X-Fern-SDK-Version": "0.0.0",
216-
"User-Agent": "truefoundry-sdk/0.0.0",
215+
"X-Fern-SDK-Version": "0.0.14",
216+
"User-Agent": "truefoundry-sdk/0.0.14",
217217
"X-Fern-Runtime": core.RUNTIME.type,
218218
"X-Fern-Runtime-Version": core.RUNTIME.version,
219219
...requestOptions?.headers,
@@ -289,8 +289,8 @@ export class Applications {
289289
Authorization: await this._getAuthorizationHeader(),
290290
"X-Fern-Language": "JavaScript",
291291
"X-Fern-SDK-Name": "truefoundry-sdk",
292-
"X-Fern-SDK-Version": "0.0.0",
293-
"User-Agent": "truefoundry-sdk/0.0.0",
292+
"X-Fern-SDK-Version": "0.0.14",
293+
"User-Agent": "truefoundry-sdk/0.0.14",
294294
"X-Fern-Runtime": core.RUNTIME.type,
295295
"X-Fern-Runtime-Version": core.RUNTIME.version,
296296
...requestOptions?.headers,
@@ -361,8 +361,8 @@ export class Applications {
361361
Authorization: await this._getAuthorizationHeader(),
362362
"X-Fern-Language": "JavaScript",
363363
"X-Fern-SDK-Name": "truefoundry-sdk",
364-
"X-Fern-SDK-Version": "0.0.0",
365-
"User-Agent": "truefoundry-sdk/0.0.0",
364+
"X-Fern-SDK-Version": "0.0.14",
365+
"User-Agent": "truefoundry-sdk/0.0.14",
366366
"X-Fern-Runtime": core.RUNTIME.type,
367367
"X-Fern-Runtime-Version": core.RUNTIME.version,
368368
...requestOptions?.headers,
@@ -432,8 +432,8 @@ export class Applications {
432432
Authorization: await this._getAuthorizationHeader(),
433433
"X-Fern-Language": "JavaScript",
434434
"X-Fern-SDK-Name": "truefoundry-sdk",
435-
"X-Fern-SDK-Version": "0.0.0",
436-
"User-Agent": "truefoundry-sdk/0.0.0",
435+
"X-Fern-SDK-Version": "0.0.14",
436+
"User-Agent": "truefoundry-sdk/0.0.14",
437437
"X-Fern-Runtime": core.RUNTIME.type,
438438
"X-Fern-Runtime-Version": core.RUNTIME.version,
439439
...requestOptions?.headers,
@@ -511,8 +511,8 @@ export class Applications {
511511
Authorization: await this._getAuthorizationHeader(),
512512
"X-Fern-Language": "JavaScript",
513513
"X-Fern-SDK-Name": "truefoundry-sdk",
514-
"X-Fern-SDK-Version": "0.0.0",
515-
"User-Agent": "truefoundry-sdk/0.0.0",
514+
"X-Fern-SDK-Version": "0.0.14",
515+
"User-Agent": "truefoundry-sdk/0.0.14",
516516
"X-Fern-Runtime": core.RUNTIME.type,
517517
"X-Fern-Runtime-Version": core.RUNTIME.version,
518518
...requestOptions?.headers,
@@ -590,8 +590,8 @@ export class Applications {
590590
Authorization: await this._getAuthorizationHeader(),
591591
"X-Fern-Language": "JavaScript",
592592
"X-Fern-SDK-Name": "truefoundry-sdk",
593-
"X-Fern-SDK-Version": "0.0.0",
594-
"User-Agent": "truefoundry-sdk/0.0.0",
593+
"X-Fern-SDK-Version": "0.0.14",
594+
"User-Agent": "truefoundry-sdk/0.0.14",
595595
"X-Fern-Runtime": core.RUNTIME.type,
596596
"X-Fern-Runtime-Version": core.RUNTIME.version,
597597
...requestOptions?.headers,

src/api/resources/v1/resources/artifactVersions/client/Client.ts

+16-16
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export class ArtifactVersions {
5757
Authorization: await this._getAuthorizationHeader(),
5858
"X-Fern-Language": "JavaScript",
5959
"X-Fern-SDK-Name": "truefoundry-sdk",
60-
"X-Fern-SDK-Version": "0.0.0",
61-
"User-Agent": "truefoundry-sdk/0.0.0",
60+
"X-Fern-SDK-Version": "0.0.14",
61+
"User-Agent": "truefoundry-sdk/0.0.14",
6262
"X-Fern-Runtime": core.RUNTIME.type,
6363
"X-Fern-Runtime-Version": core.RUNTIME.version,
6464
...requestOptions?.headers,
@@ -128,8 +128,8 @@ export class ArtifactVersions {
128128
Authorization: await this._getAuthorizationHeader(),
129129
"X-Fern-Language": "JavaScript",
130130
"X-Fern-SDK-Name": "truefoundry-sdk",
131-
"X-Fern-SDK-Version": "0.0.0",
132-
"User-Agent": "truefoundry-sdk/0.0.0",
131+
"X-Fern-SDK-Version": "0.0.14",
132+
"User-Agent": "truefoundry-sdk/0.0.14",
133133
"X-Fern-Runtime": core.RUNTIME.type,
134134
"X-Fern-Runtime-Version": core.RUNTIME.version,
135135
...requestOptions?.headers,
@@ -241,8 +241,8 @@ export class ArtifactVersions {
241241
Authorization: await this._getAuthorizationHeader(),
242242
"X-Fern-Language": "JavaScript",
243243
"X-Fern-SDK-Name": "truefoundry-sdk",
244-
"X-Fern-SDK-Version": "0.0.0",
245-
"User-Agent": "truefoundry-sdk/0.0.0",
244+
"X-Fern-SDK-Version": "0.0.14",
245+
"User-Agent": "truefoundry-sdk/0.0.14",
246246
"X-Fern-Runtime": core.RUNTIME.type,
247247
"X-Fern-Runtime-Version": core.RUNTIME.version,
248248
...requestOptions?.headers,
@@ -324,8 +324,8 @@ export class ArtifactVersions {
324324
Authorization: await this._getAuthorizationHeader(),
325325
"X-Fern-Language": "JavaScript",
326326
"X-Fern-SDK-Name": "truefoundry-sdk",
327-
"X-Fern-SDK-Version": "0.0.0",
328-
"User-Agent": "truefoundry-sdk/0.0.0",
327+
"X-Fern-SDK-Version": "0.0.14",
328+
"User-Agent": "truefoundry-sdk/0.0.14",
329329
"X-Fern-Runtime": core.RUNTIME.type,
330330
"X-Fern-Runtime-Version": core.RUNTIME.version,
331331
...requestOptions?.headers,
@@ -398,8 +398,8 @@ export class ArtifactVersions {
398398
Authorization: await this._getAuthorizationHeader(),
399399
"X-Fern-Language": "JavaScript",
400400
"X-Fern-SDK-Name": "truefoundry-sdk",
401-
"X-Fern-SDK-Version": "0.0.0",
402-
"User-Agent": "truefoundry-sdk/0.0.0",
401+
"X-Fern-SDK-Version": "0.0.14",
402+
"User-Agent": "truefoundry-sdk/0.0.14",
403403
"X-Fern-Runtime": core.RUNTIME.type,
404404
"X-Fern-Runtime-Version": core.RUNTIME.version,
405405
...requestOptions?.headers,
@@ -480,8 +480,8 @@ export class ArtifactVersions {
480480
Authorization: await this._getAuthorizationHeader(),
481481
"X-Fern-Language": "JavaScript",
482482
"X-Fern-SDK-Name": "truefoundry-sdk",
483-
"X-Fern-SDK-Version": "0.0.0",
484-
"User-Agent": "truefoundry-sdk/0.0.0",
483+
"X-Fern-SDK-Version": "0.0.14",
484+
"User-Agent": "truefoundry-sdk/0.0.14",
485485
"X-Fern-Runtime": core.RUNTIME.type,
486486
"X-Fern-Runtime-Version": core.RUNTIME.version,
487487
...requestOptions?.headers,
@@ -553,8 +553,8 @@ export class ArtifactVersions {
553553
Authorization: await this._getAuthorizationHeader(),
554554
"X-Fern-Language": "JavaScript",
555555
"X-Fern-SDK-Name": "truefoundry-sdk",
556-
"X-Fern-SDK-Version": "0.0.0",
557-
"User-Agent": "truefoundry-sdk/0.0.0",
556+
"X-Fern-SDK-Version": "0.0.14",
557+
"User-Agent": "truefoundry-sdk/0.0.14",
558558
"X-Fern-Runtime": core.RUNTIME.type,
559559
"X-Fern-Runtime-Version": core.RUNTIME.version,
560560
...requestOptions?.headers,
@@ -632,8 +632,8 @@ export class ArtifactVersions {
632632
Authorization: await this._getAuthorizationHeader(),
633633
"X-Fern-Language": "JavaScript",
634634
"X-Fern-SDK-Name": "truefoundry-sdk",
635-
"X-Fern-SDK-Version": "0.0.0",
636-
"User-Agent": "truefoundry-sdk/0.0.0",
635+
"X-Fern-SDK-Version": "0.0.14",
636+
"User-Agent": "truefoundry-sdk/0.0.14",
637637
"X-Fern-Runtime": core.RUNTIME.type,
638638
"X-Fern-Runtime-Version": core.RUNTIME.version,
639639
...requestOptions?.headers,

src/api/resources/v1/resources/artifacts/client/Client.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ export class Artifacts {
5252
Authorization: await this._getAuthorizationHeader(),
5353
"X-Fern-Language": "JavaScript",
5454
"X-Fern-SDK-Name": "truefoundry-sdk",
55-
"X-Fern-SDK-Version": "0.0.0",
56-
"User-Agent": "truefoundry-sdk/0.0.0",
55+
"X-Fern-SDK-Version": "0.0.14",
56+
"User-Agent": "truefoundry-sdk/0.0.14",
5757
"X-Fern-Runtime": core.RUNTIME.type,
5858
"X-Fern-Runtime-Version": core.RUNTIME.version,
5959
...requestOptions?.headers,
@@ -118,8 +118,8 @@ export class Artifacts {
118118
Authorization: await this._getAuthorizationHeader(),
119119
"X-Fern-Language": "JavaScript",
120120
"X-Fern-SDK-Name": "truefoundry-sdk",
121-
"X-Fern-SDK-Version": "0.0.0",
122-
"User-Agent": "truefoundry-sdk/0.0.0",
121+
"X-Fern-SDK-Version": "0.0.14",
122+
"User-Agent": "truefoundry-sdk/0.0.14",
123123
"X-Fern-Runtime": core.RUNTIME.type,
124124
"X-Fern-Runtime-Version": core.RUNTIME.version,
125125
...requestOptions?.headers,
@@ -207,8 +207,8 @@ export class Artifacts {
207207
Authorization: await this._getAuthorizationHeader(),
208208
"X-Fern-Language": "JavaScript",
209209
"X-Fern-SDK-Name": "truefoundry-sdk",
210-
"X-Fern-SDK-Version": "0.0.0",
211-
"User-Agent": "truefoundry-sdk/0.0.0",
210+
"X-Fern-SDK-Version": "0.0.14",
211+
"User-Agent": "truefoundry-sdk/0.0.14",
212212
"X-Fern-Runtime": core.RUNTIME.type,
213213
"X-Fern-Runtime-Version": core.RUNTIME.version,
214214
...requestOptions?.headers,
@@ -296,8 +296,8 @@ export class Artifacts {
296296
Authorization: await this._getAuthorizationHeader(),
297297
"X-Fern-Language": "JavaScript",
298298
"X-Fern-SDK-Name": "truefoundry-sdk",
299-
"X-Fern-SDK-Version": "0.0.0",
300-
"User-Agent": "truefoundry-sdk/0.0.0",
299+
"X-Fern-SDK-Version": "0.0.14",
300+
"User-Agent": "truefoundry-sdk/0.0.14",
301301
"X-Fern-Runtime": core.RUNTIME.type,
302302
"X-Fern-Runtime-Version": core.RUNTIME.version,
303303
...requestOptions?.headers,

0 commit comments

Comments
 (0)