File tree Expand file tree Collapse file tree
src/api/resources/saml/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments