Skip to content

Commit 98ec75c

Browse files
SDK regeneration (#7)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 3663d94 commit 98ec75c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssoready",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"private": false,
55
"repository": "https://github.com/ssoready/ssoready-typescript",
66
"license": "MIT",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class Saml {
5050
Authorization: await this._getAuthorizationHeader(),
5151
"X-Fern-Language": "JavaScript",
5252
"X-Fern-SDK-Name": "ssoready",
53-
"X-Fern-SDK-Version": "0.2.1",
53+
"X-Fern-SDK-Version": "1.0.0",
5454
"X-Fern-Runtime": core.RUNTIME.type,
5555
"X-Fern-Runtime-Version": core.RUNTIME.version,
5656
},
@@ -118,7 +118,7 @@ export class Saml {
118118
Authorization: await this._getAuthorizationHeader(),
119119
"X-Fern-Language": "JavaScript",
120120
"X-Fern-SDK-Name": "ssoready",
121-
"X-Fern-SDK-Version": "0.2.1",
121+
"X-Fern-SDK-Version": "1.0.0",
122122
"X-Fern-Runtime": core.RUNTIME.type,
123123
"X-Fern-Runtime-Version": core.RUNTIME.version,
124124
},

0 commit comments

Comments
 (0)