Skip to content

Commit b3c7e26

Browse files
SDK regeneration
1 parent e46282e commit b3c7e26

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.fern/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"useDefaultRequestParameterValues": true
2222
},
2323
"originGitCommit": "e2903127939fad8450d648a96c81176a2bb7cf59",
24-
"sdkVersion": "0.0.0"
24+
"sdkVersion": "0.3.1"
2525
}

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.3.1",
44
"private": false,
55
"repository": {
66
"type": "git",

src/BaseClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export function normalizeClientOptions<T extends BaseClientOptions = BaseClientO
5151
{
5252
"X-Fern-Language": "JavaScript",
5353
"X-Fern-SDK-Name": "truefoundry-sdk",
54-
"X-Fern-SDK-Version": "0.0.0",
55-
"User-Agent": "truefoundry-sdk/0.0.0",
54+
"X-Fern-SDK-Version": "0.3.1",
55+
"User-Agent": "truefoundry-sdk/0.3.1",
5656
"X-Fern-Runtime": core.RUNTIME.type,
5757
"X-Fern-Runtime-Version": core.RUNTIME.version,
5858
},

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "0.0.0";
1+
export const SDK_VERSION = "0.3.1";

0 commit comments

Comments
 (0)