Skip to content

Commit 4da7254

Browse files
fern-api[bot]ucarion
authored andcommitted
SDK regeneration
1 parent 75315be commit 4da7254

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.1.0",
3+
"version": "0.1.1",
44
"private": false,
55
"repository": "https://github.com/ssoready/ssoready-typescript",
66
"main": "./index.js",

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.1.0",
53+
"X-Fern-SDK-Version": "0.1.1",
5454
"X-Fern-Runtime": core.RUNTIME.type,
5555
"X-Fern-Runtime-Version": core.RUNTIME.version,
5656
},
@@ -119,7 +119,7 @@ export class Saml {
119119
Authorization: await this._getAuthorizationHeader(),
120120
"X-Fern-Language": "JavaScript",
121121
"X-Fern-SDK-Name": "ssoready",
122-
"X-Fern-SDK-Version": "0.1.0",
122+
"X-Fern-SDK-Version": "0.1.1",
123123
"X-Fern-Runtime": core.RUNTIME.type,
124124
"X-Fern-Runtime-Version": core.RUNTIME.version,
125125
},

0 commit comments

Comments
 (0)