Skip to content

Commit 133ec09

Browse files
SDK regeneration
1 parent 5e3fdbd commit 133ec09

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.fern/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"originGitCommit": "7bbbcb3d6a859451151aaf306204832b6b855377",
2424
"originGitCommitIsDirty": false,
2525
"invokedBy": "ci",
26-
"requestedVersion": "0.0.0",
26+
"requestedVersion": "0.3.5-rc.1",
2727
"ciProvider": "github",
28-
"sdkVersion": "0.0.0"
28+
"sdkVersion": "0.3.5-rc.1"
2929
}

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.5-rc.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
@@ -59,8 +59,8 @@ export function normalizeClientOptions<T extends BaseClientOptions = BaseClientO
5959
{
6060
"X-Fern-Language": "JavaScript",
6161
"X-Fern-SDK-Name": "truefoundry-sdk",
62-
"X-Fern-SDK-Version": "0.0.0",
63-
"User-Agent": "truefoundry-sdk/0.0.0",
62+
"X-Fern-SDK-Version": "0.3.5-rc.1",
63+
"User-Agent": "truefoundry-sdk/0.3.5-rc.1",
6464
"X-Fern-Runtime": core.RUNTIME.type,
6565
"X-Fern-Runtime-Version": core.RUNTIME.version,
6666
},

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.5-rc.1";

0 commit comments

Comments
 (0)