Skip to content

Commit

Permalink
patch bump + regenerate TS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Feb 7, 2024
1 parent 3dfcda9 commit 5a26782
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

|Language|Version|Package Manager|README|Source|
|-|-|-|-|-|
|TypeScript|0.1.3|[npm](https://www.npmjs.com/package/bellhop-partners-typescript/v/0.1.3)|[README](https://github.com/konfig-dev/bellhop-sdks/tree/main/typescript#readme)|[Source](https://github.com/konfig-dev/bellhop-sdks/tree/main/typescript)|
|TypeScript|0.1.4|[npm](https://www.npmjs.com/package/bellhop-partners-typescript/v/0.1.4)|[README](https://github.com/konfig-dev/bellhop-sdks/tree/main/typescript#readme)|[Source](https://github.com/konfig-dev/bellhop-sdks/tree/main/typescript)|
2 changes: 1 addition & 1 deletion konfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ generators:
userId: konfig-dev
repoId: bellhop-sdks/tree/main/python
typescript:
version: 0.1.3
version: 0.1.4
npmName: bellhop-partners-typescript
outputDirectory: typescript
clientName: Bellhop
Expand Down
2 changes: 1 addition & 1 deletion typescript/.konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0813a69f-2070-4318-a498-c7620cd70b66
e7a731ac-e43f-462d-b65d-f22fc9e2e48d
2 changes: 1 addition & 1 deletion typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Bellhop's Partner API

[![npm](https://img.shields.io/badge/npm-v0.1.3-blue)](https://www.npmjs.com/package/bellhop-partners-typescript/v/0.1.3)
[![npm](https://img.shields.io/badge/npm-v0.1.4-blue)](https://www.npmjs.com/package/bellhop-partners-typescript/v/0.1.4)
[![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](http://www.bellhop.com/)

</div>
Expand Down
2 changes: 1 addition & 1 deletion typescript/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class Configuration {
this.accessToken = param.accessToken;
this.basePath = param.basePath;
this.baseOptions = param.baseOptions ?? {};
this.userAgent = param.userAgent === undefined ? "Konfig/0.1.3/typescript" : param.userAgent;
this.userAgent = param.userAgent === undefined ? "Konfig/0.1.4/typescript" : param.userAgent;
this.oauthTokenUrl = param.oauthTokenUrl;
this.oauthClientId = param.oauthClientId;
this.oauthClientSecret = param.oauthClientSecret;
Expand Down
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bellhop-partners-typescript",
"version": "0.1.3",
"version": "0.1.4",
"description": "Client for partner-api",
"author": "Konfig",
"engines": {
Expand Down

0 comments on commit 5a26782

Please sign in to comment.