Skip to content

Commit

Permalink
Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Mar 11, 2024
1 parent f4b33d7 commit b27d155
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "",
"version": "1.1.6",
"version": "1.1.7",
"private": false,
"repository": "https://github.com/dopt/blocks-javascript-browser-client",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/blocks/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class Blocks {
"x-api-key": await core.Supplier.get(this.options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "",
"X-Fern-SDK-Version": "1.1.6",
"X-Fern-SDK-Version": "1.1.7",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -128,7 +128,7 @@ export class Blocks {
"x-api-key": await core.Supplier.get(this.options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "",
"X-Fern-SDK-Version": "1.1.6",
"X-Fern-SDK-Version": "1.1.7",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/flows/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class Flows {
"x-api-key": await core.Supplier.get(this.options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "",
"X-Fern-SDK-Version": "1.1.6",
"X-Fern-SDK-Version": "1.1.7",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -144,7 +144,7 @@ export class Flows {
"x-api-key": await core.Supplier.get(this.options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "",
"X-Fern-SDK-Version": "1.1.6",
"X-Fern-SDK-Version": "1.1.7",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down

0 comments on commit b27d155

Please sign in to comment.