Skip to content

Commit 9efdbab

Browse files
committed
SDK regeneration
1 parent 1a6602f commit 9efdbab

File tree

36 files changed

+233
-233
lines changed

36 files changed

+233
-233
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.1.9",
44
"private": false,
55
"repository": "https://github.com/truefoundry/truefoundry-typescript-sdk",
66
"main": "./index.js",

src/Client.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ export class TrueFoundryClient {
205205
Authorization: await this._getAuthorizationHeader(),
206206
"X-Fern-Language": "JavaScript",
207207
"X-Fern-SDK-Name": "truefoundry-sdk",
208-
"X-Fern-SDK-Version": "0.0.0",
209-
"User-Agent": "truefoundry-sdk/0.0.0",
208+
"X-Fern-SDK-Version": "0.1.9",
209+
"User-Agent": "truefoundry-sdk/0.1.9",
210210
"X-Fern-Runtime": core.RUNTIME.type,
211211
"X-Fern-Runtime-Version": core.RUNTIME.version,
212212
...requestOptions?.headers,
@@ -288,8 +288,8 @@ export class TrueFoundryClient {
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.1.9",
292+
"User-Agent": "truefoundry-sdk/0.1.9",
293293
"X-Fern-Runtime": core.RUNTIME.type,
294294
"X-Fern-Runtime-Version": core.RUNTIME.version,
295295
...requestOptions?.headers,

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ export class ApplicationVersions {
8383
Authorization: await this._getAuthorizationHeader(),
8484
"X-Fern-Language": "JavaScript",
8585
"X-Fern-SDK-Name": "truefoundry-sdk",
86-
"X-Fern-SDK-Version": "0.0.0",
87-
"User-Agent": "truefoundry-sdk/0.0.0",
86+
"X-Fern-SDK-Version": "0.1.9",
87+
"User-Agent": "truefoundry-sdk/0.1.9",
8888
"X-Fern-Runtime": core.RUNTIME.type,
8989
"X-Fern-Runtime-Version": core.RUNTIME.version,
9090
...requestOptions?.headers,
@@ -190,8 +190,8 @@ export class ApplicationVersions {
190190
Authorization: await this._getAuthorizationHeader(),
191191
"X-Fern-Language": "JavaScript",
192192
"X-Fern-SDK-Name": "truefoundry-sdk",
193-
"X-Fern-SDK-Version": "0.0.0",
194-
"User-Agent": "truefoundry-sdk/0.0.0",
193+
"X-Fern-SDK-Version": "0.1.9",
194+
"User-Agent": "truefoundry-sdk/0.1.9",
195195
"X-Fern-Runtime": core.RUNTIME.type,
196196
"X-Fern-Runtime-Version": core.RUNTIME.version,
197197
...requestOptions?.headers,

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ export class Applications {
135135
Authorization: await this._getAuthorizationHeader(),
136136
"X-Fern-Language": "JavaScript",
137137
"X-Fern-SDK-Name": "truefoundry-sdk",
138-
"X-Fern-SDK-Version": "0.0.0",
139-
"User-Agent": "truefoundry-sdk/0.0.0",
138+
"X-Fern-SDK-Version": "0.1.9",
139+
"User-Agent": "truefoundry-sdk/0.1.9",
140140
"X-Fern-Runtime": core.RUNTIME.type,
141141
"X-Fern-Runtime-Version": core.RUNTIME.version,
142142
...requestOptions?.headers,
@@ -241,8 +241,8 @@ export class Applications {
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.1.9",
245+
"User-Agent": "truefoundry-sdk/0.1.9",
246246
"X-Fern-Runtime": core.RUNTIME.type,
247247
"X-Fern-Runtime-Version": core.RUNTIME.version,
248248
...requestOptions?.headers,
@@ -337,8 +337,8 @@ export class Applications {
337337
Authorization: await this._getAuthorizationHeader(),
338338
"X-Fern-Language": "JavaScript",
339339
"X-Fern-SDK-Name": "truefoundry-sdk",
340-
"X-Fern-SDK-Version": "0.0.0",
341-
"User-Agent": "truefoundry-sdk/0.0.0",
340+
"X-Fern-SDK-Version": "0.1.9",
341+
"User-Agent": "truefoundry-sdk/0.1.9",
342342
"X-Fern-Runtime": core.RUNTIME.type,
343343
"X-Fern-Runtime-Version": core.RUNTIME.version,
344344
...requestOptions?.headers,
@@ -422,8 +422,8 @@ export class Applications {
422422
Authorization: await this._getAuthorizationHeader(),
423423
"X-Fern-Language": "JavaScript",
424424
"X-Fern-SDK-Name": "truefoundry-sdk",
425-
"X-Fern-SDK-Version": "0.0.0",
426-
"User-Agent": "truefoundry-sdk/0.0.0",
425+
"X-Fern-SDK-Version": "0.1.9",
426+
"User-Agent": "truefoundry-sdk/0.1.9",
427427
"X-Fern-Runtime": core.RUNTIME.type,
428428
"X-Fern-Runtime-Version": core.RUNTIME.version,
429429
...requestOptions?.headers,
@@ -509,8 +509,8 @@ export class Applications {
509509
Authorization: await this._getAuthorizationHeader(),
510510
"X-Fern-Language": "JavaScript",
511511
"X-Fern-SDK-Name": "truefoundry-sdk",
512-
"X-Fern-SDK-Version": "0.0.0",
513-
"User-Agent": "truefoundry-sdk/0.0.0",
512+
"X-Fern-SDK-Version": "0.1.9",
513+
"User-Agent": "truefoundry-sdk/0.1.9",
514514
"X-Fern-Runtime": core.RUNTIME.type,
515515
"X-Fern-Runtime-Version": core.RUNTIME.version,
516516
...requestOptions?.headers,
@@ -604,8 +604,8 @@ export class Applications {
604604
Authorization: await this._getAuthorizationHeader(),
605605
"X-Fern-Language": "JavaScript",
606606
"X-Fern-SDK-Name": "truefoundry-sdk",
607-
"X-Fern-SDK-Version": "0.0.0",
608-
"User-Agent": "truefoundry-sdk/0.0.0",
607+
"X-Fern-SDK-Version": "0.1.9",
608+
"User-Agent": "truefoundry-sdk/0.1.9",
609609
"X-Fern-Runtime": core.RUNTIME.type,
610610
"X-Fern-Runtime-Version": core.RUNTIME.version,
611611
...requestOptions?.headers,
@@ -700,8 +700,8 @@ export class Applications {
700700
Authorization: await this._getAuthorizationHeader(),
701701
"X-Fern-Language": "JavaScript",
702702
"X-Fern-SDK-Name": "truefoundry-sdk",
703-
"X-Fern-SDK-Version": "0.0.0",
704-
"User-Agent": "truefoundry-sdk/0.0.0",
703+
"X-Fern-SDK-Version": "0.1.9",
704+
"User-Agent": "truefoundry-sdk/0.1.9",
705705
"X-Fern-Runtime": core.RUNTIME.type,
706706
"X-Fern-Runtime-Version": core.RUNTIME.version,
707707
...requestOptions?.headers,

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ export class ArtifactVersions {
6464
Authorization: await this._getAuthorizationHeader(),
6565
"X-Fern-Language": "JavaScript",
6666
"X-Fern-SDK-Name": "truefoundry-sdk",
67-
"X-Fern-SDK-Version": "0.0.0",
68-
"User-Agent": "truefoundry-sdk/0.0.0",
67+
"X-Fern-SDK-Version": "0.1.9",
68+
"User-Agent": "truefoundry-sdk/0.1.9",
6969
"X-Fern-Runtime": core.RUNTIME.type,
7070
"X-Fern-Runtime-Version": core.RUNTIME.version,
7171
...requestOptions?.headers,
@@ -151,8 +151,8 @@ export class ArtifactVersions {
151151
Authorization: await this._getAuthorizationHeader(),
152152
"X-Fern-Language": "JavaScript",
153153
"X-Fern-SDK-Name": "truefoundry-sdk",
154-
"X-Fern-SDK-Version": "0.0.0",
155-
"User-Agent": "truefoundry-sdk/0.0.0",
154+
"X-Fern-SDK-Version": "0.1.9",
155+
"User-Agent": "truefoundry-sdk/0.1.9",
156156
"X-Fern-Runtime": core.RUNTIME.type,
157157
"X-Fern-Runtime-Version": core.RUNTIME.version,
158158
...requestOptions?.headers,
@@ -283,8 +283,8 @@ export class ArtifactVersions {
283283
Authorization: await this._getAuthorizationHeader(),
284284
"X-Fern-Language": "JavaScript",
285285
"X-Fern-SDK-Name": "truefoundry-sdk",
286-
"X-Fern-SDK-Version": "0.0.0",
287-
"User-Agent": "truefoundry-sdk/0.0.0",
286+
"X-Fern-SDK-Version": "0.1.9",
287+
"User-Agent": "truefoundry-sdk/0.1.9",
288288
"X-Fern-Runtime": core.RUNTIME.type,
289289
"X-Fern-Runtime-Version": core.RUNTIME.version,
290290
...requestOptions?.headers,
@@ -386,8 +386,8 @@ export class ArtifactVersions {
386386
Authorization: await this._getAuthorizationHeader(),
387387
"X-Fern-Language": "JavaScript",
388388
"X-Fern-SDK-Name": "truefoundry-sdk",
389-
"X-Fern-SDK-Version": "0.0.0",
390-
"User-Agent": "truefoundry-sdk/0.0.0",
389+
"X-Fern-SDK-Version": "0.1.9",
390+
"User-Agent": "truefoundry-sdk/0.1.9",
391391
"X-Fern-Runtime": core.RUNTIME.type,
392392
"X-Fern-Runtime-Version": core.RUNTIME.version,
393393
...requestOptions?.headers,
@@ -473,8 +473,8 @@ export class ArtifactVersions {
473473
Authorization: await this._getAuthorizationHeader(),
474474
"X-Fern-Language": "JavaScript",
475475
"X-Fern-SDK-Name": "truefoundry-sdk",
476-
"X-Fern-SDK-Version": "0.0.0",
477-
"User-Agent": "truefoundry-sdk/0.0.0",
476+
"X-Fern-SDK-Version": "0.1.9",
477+
"User-Agent": "truefoundry-sdk/0.1.9",
478478
"X-Fern-Runtime": core.RUNTIME.type,
479479
"X-Fern-Runtime-Version": core.RUNTIME.version,
480480
...requestOptions?.headers,
@@ -568,8 +568,8 @@ export class ArtifactVersions {
568568
Authorization: await this._getAuthorizationHeader(),
569569
"X-Fern-Language": "JavaScript",
570570
"X-Fern-SDK-Name": "truefoundry-sdk",
571-
"X-Fern-SDK-Version": "0.0.0",
572-
"User-Agent": "truefoundry-sdk/0.0.0",
571+
"X-Fern-SDK-Version": "0.1.9",
572+
"User-Agent": "truefoundry-sdk/0.1.9",
573573
"X-Fern-Runtime": core.RUNTIME.type,
574574
"X-Fern-Runtime-Version": core.RUNTIME.version,
575575
...requestOptions?.headers,
@@ -650,8 +650,8 @@ export class ArtifactVersions {
650650
Authorization: await this._getAuthorizationHeader(),
651651
"X-Fern-Language": "JavaScript",
652652
"X-Fern-SDK-Name": "truefoundry-sdk",
653-
"X-Fern-SDK-Version": "0.0.0",
654-
"User-Agent": "truefoundry-sdk/0.0.0",
653+
"X-Fern-SDK-Version": "0.1.9",
654+
"User-Agent": "truefoundry-sdk/0.1.9",
655655
"X-Fern-Runtime": core.RUNTIME.type,
656656
"X-Fern-Runtime-Version": core.RUNTIME.version,
657657
...requestOptions?.headers,
@@ -749,8 +749,8 @@ export class ArtifactVersions {
749749
Authorization: await this._getAuthorizationHeader(),
750750
"X-Fern-Language": "JavaScript",
751751
"X-Fern-SDK-Name": "truefoundry-sdk",
752-
"X-Fern-SDK-Version": "0.0.0",
753-
"User-Agent": "truefoundry-sdk/0.0.0",
752+
"X-Fern-SDK-Version": "0.1.9",
753+
"User-Agent": "truefoundry-sdk/0.1.9",
754754
"X-Fern-Runtime": core.RUNTIME.type,
755755
"X-Fern-Runtime-Version": core.RUNTIME.version,
756756
...requestOptions?.headers,

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ export class Artifacts {
6262
Authorization: await this._getAuthorizationHeader(),
6363
"X-Fern-Language": "JavaScript",
6464
"X-Fern-SDK-Name": "truefoundry-sdk",
65-
"X-Fern-SDK-Version": "0.0.0",
66-
"User-Agent": "truefoundry-sdk/0.0.0",
65+
"X-Fern-SDK-Version": "0.1.9",
66+
"User-Agent": "truefoundry-sdk/0.1.9",
6767
"X-Fern-Runtime": core.RUNTIME.type,
6868
"X-Fern-Runtime-Version": core.RUNTIME.version,
6969
...requestOptions?.headers,
@@ -144,8 +144,8 @@ export class Artifacts {
144144
Authorization: await this._getAuthorizationHeader(),
145145
"X-Fern-Language": "JavaScript",
146146
"X-Fern-SDK-Name": "truefoundry-sdk",
147-
"X-Fern-SDK-Version": "0.0.0",
148-
"User-Agent": "truefoundry-sdk/0.0.0",
147+
"X-Fern-SDK-Version": "0.1.9",
148+
"User-Agent": "truefoundry-sdk/0.1.9",
149149
"X-Fern-Runtime": core.RUNTIME.type,
150150
"X-Fern-Runtime-Version": core.RUNTIME.version,
151151
...requestOptions?.headers,
@@ -243,8 +243,8 @@ export class Artifacts {
243243
Authorization: await this._getAuthorizationHeader(),
244244
"X-Fern-Language": "JavaScript",
245245
"X-Fern-SDK-Name": "truefoundry-sdk",
246-
"X-Fern-SDK-Version": "0.0.0",
247-
"User-Agent": "truefoundry-sdk/0.0.0",
246+
"X-Fern-SDK-Version": "0.1.9",
247+
"User-Agent": "truefoundry-sdk/0.1.9",
248248
"X-Fern-Runtime": core.RUNTIME.type,
249249
"X-Fern-Runtime-Version": core.RUNTIME.version,
250250
...requestOptions?.headers,
@@ -354,8 +354,8 @@ export class Artifacts {
354354
Authorization: await this._getAuthorizationHeader(),
355355
"X-Fern-Language": "JavaScript",
356356
"X-Fern-SDK-Name": "truefoundry-sdk",
357-
"X-Fern-SDK-Version": "0.0.0",
358-
"User-Agent": "truefoundry-sdk/0.0.0",
357+
"X-Fern-SDK-Version": "0.1.9",
358+
"User-Agent": "truefoundry-sdk/0.1.9",
359359
"X-Fern-Runtime": core.RUNTIME.type,
360360
"X-Fern-Runtime-Version": core.RUNTIME.version,
361361
...requestOptions?.headers,

src/api/resources/clusters/client/Client.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ export class Clusters {
7272
Authorization: await this._getAuthorizationHeader(),
7373
"X-Fern-Language": "JavaScript",
7474
"X-Fern-SDK-Name": "truefoundry-sdk",
75-
"X-Fern-SDK-Version": "0.0.0",
76-
"User-Agent": "truefoundry-sdk/0.0.0",
75+
"X-Fern-SDK-Version": "0.1.9",
76+
"User-Agent": "truefoundry-sdk/0.1.9",
7777
"X-Fern-Runtime": core.RUNTIME.type,
7878
"X-Fern-Runtime-Version": core.RUNTIME.version,
7979
...requestOptions?.headers,
@@ -186,8 +186,8 @@ export class Clusters {
186186
Authorization: await this._getAuthorizationHeader(),
187187
"X-Fern-Language": "JavaScript",
188188
"X-Fern-SDK-Name": "truefoundry-sdk",
189-
"X-Fern-SDK-Version": "0.0.0",
190-
"User-Agent": "truefoundry-sdk/0.0.0",
189+
"X-Fern-SDK-Version": "0.1.9",
190+
"User-Agent": "truefoundry-sdk/0.1.9",
191191
"X-Fern-Runtime": core.RUNTIME.type,
192192
"X-Fern-Runtime-Version": core.RUNTIME.version,
193193
...requestOptions?.headers,
@@ -280,8 +280,8 @@ export class Clusters {
280280
Authorization: await this._getAuthorizationHeader(),
281281
"X-Fern-Language": "JavaScript",
282282
"X-Fern-SDK-Name": "truefoundry-sdk",
283-
"X-Fern-SDK-Version": "0.0.0",
284-
"User-Agent": "truefoundry-sdk/0.0.0",
283+
"X-Fern-SDK-Version": "0.1.9",
284+
"User-Agent": "truefoundry-sdk/0.1.9",
285285
"X-Fern-Runtime": core.RUNTIME.type,
286286
"X-Fern-Runtime-Version": core.RUNTIME.version,
287287
...requestOptions?.headers,
@@ -367,8 +367,8 @@ export class Clusters {
367367
Authorization: await this._getAuthorizationHeader(),
368368
"X-Fern-Language": "JavaScript",
369369
"X-Fern-SDK-Name": "truefoundry-sdk",
370-
"X-Fern-SDK-Version": "0.0.0",
371-
"User-Agent": "truefoundry-sdk/0.0.0",
370+
"X-Fern-SDK-Version": "0.1.9",
371+
"User-Agent": "truefoundry-sdk/0.1.9",
372372
"X-Fern-Runtime": core.RUNTIME.type,
373373
"X-Fern-Runtime-Version": core.RUNTIME.version,
374374
...requestOptions?.headers,
@@ -470,8 +470,8 @@ export class Clusters {
470470
Authorization: await this._getAuthorizationHeader(),
471471
"X-Fern-Language": "JavaScript",
472472
"X-Fern-SDK-Name": "truefoundry-sdk",
473-
"X-Fern-SDK-Version": "0.0.0",
474-
"User-Agent": "truefoundry-sdk/0.0.0",
473+
"X-Fern-SDK-Version": "0.1.9",
474+
"User-Agent": "truefoundry-sdk/0.1.9",
475475
"X-Fern-Runtime": core.RUNTIME.type,
476476
"X-Fern-Runtime-Version": core.RUNTIME.version,
477477
...requestOptions?.headers,
@@ -560,8 +560,8 @@ export class Clusters {
560560
Authorization: await this._getAuthorizationHeader(),
561561
"X-Fern-Language": "JavaScript",
562562
"X-Fern-SDK-Name": "truefoundry-sdk",
563-
"X-Fern-SDK-Version": "0.0.0",
564-
"User-Agent": "truefoundry-sdk/0.0.0",
563+
"X-Fern-SDK-Version": "0.1.9",
564+
"User-Agent": "truefoundry-sdk/0.1.9",
565565
"X-Fern-Runtime": core.RUNTIME.type,
566566
"X-Fern-Runtime-Version": core.RUNTIME.version,
567567
...requestOptions?.headers,

0 commit comments

Comments
 (0)