Skip to content

Commit

Permalink
[sherlock-build] generated from 79e6c41
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Oct 12, 2023
1 parent 79e6c41 commit 9e12408
Show file tree
Hide file tree
Showing 12 changed files with 229 additions and 239 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sherlock-typescript-client/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## @sherlock-js-client/sherlock@v0.2.10
## @sherlock-js-client/sherlock@v0.2.11

This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:

Expand Down Expand Up @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
_published:_

```
npm install @sherlock-js-client/[email protected].10 --save
npm install @sherlock-js-client/[email protected].11 --save
```

_unPublished (not recommended):_
Expand Down
4 changes: 2 additions & 2 deletions sherlock-typescript-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sherlock-typescript-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherlock-js-client/sherlock",
"version": "v0.2.10",
"version": "v0.2.11",
"description": "OpenAPI client for @sherlock-js-client/sherlock",
"author": "OpenAPI-Generator",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion sherlock-typescript-client/src/apis/AppVersionsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export class AppVersionsApi extends runtime.BaseAPI {
headerParameters['Content-Type'] = 'application/json';

const response = await this.request({
path: `/api/appVersions/v3`,
path: `/api/app-versions/v3`,
method: 'POST',
headers: headerParameters,
query: queryParameters,
Expand Down
2 changes: 1 addition & 1 deletion sherlock-typescript-client/src/apis/ChartVersionsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export class ChartVersionsApi extends runtime.BaseAPI {
headerParameters['Content-Type'] = 'application/json';

const response = await this.request({
path: `/api/chartVersions/v3`,
path: `/api/chart-versions/v3`,
method: 'POST',
headers: headerParameters,
query: queryParameters,
Expand Down
Loading

0 comments on commit 9e12408

Please sign in to comment.