Skip to content

Commit

Permalink
minor bump + regenerate TS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Sep 11, 2023
1 parent 5822262 commit 1761bda
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 @@ -4,7 +4,7 @@
|-|-|-|-|-|
|Java|2.2.0|[Maven Central](https://central.sonatype.com/artifact/com.konfigthis/splitit-web-java-sdk/2.2.0)|[Documentation](https://github.com/konfig-dev/splitit-web-sdks/tree/main/java/README.md)|[Source](https://github.com/konfig-dev/splitit-web-sdks/tree/main/java)|
|Python|2.6.0|[PyPI](https://pypi.org/project/splitit-web-python-sdk/2.6.0)|[Documentation](https://github.com/konfig-dev/splitit-web-sdks/tree/main/python/README.md)|[Source](https://github.com/konfig-dev/splitit-web-sdks/tree/main/python)|
|TypeScript|3.2.0|[npm](https://www.npmjs.com/package/splitit-web-typescript-sdk/v/3.2.0)|[Documentation](https://github.com/konfig-dev/splitit-web-sdks/tree/main/typescript/README.md)|[Source](https://github.com/konfig-dev/splitit-web-sdks/tree/main/typescript)|
|TypeScript|3.3.0|[npm](https://www.npmjs.com/package/splitit-web-typescript-sdk/v/3.3.0)|[Documentation](https://github.com/konfig-dev/splitit-web-sdks/tree/main/typescript/README.md)|[Source](https://github.com/konfig-dev/splitit-web-sdks/tree/main/typescript)|
|C#|2.1.0|[NuGet](https://nuget.org/packages/Splitit.Web.Net/2.1.0)|[Documentation](https://github.com/konfig-dev/splitit-web-sdks/tree/main/csharp/README.md)|[Source](https://github.com/konfig-dev/splitit-web-sdks/tree/main/csharp)|
|PHP (7.0+)|2.3.0|[Packagist](https://packagist.org/packages/konfig/splitit-web-php-sdk#2.3.0)|[Documentation](https://github.com/konfig-dev/splitit-web-php-sdk/blob/main/README.md)|[Source](https://github.com/konfig-dev/splitit-web-php-sdk)|
|Go|1.7.0|[Go Packages](https://pkg.go.dev/github.com/konfig-dev/splitit-web-sdks/go)|[Documentation](https://github.com/konfig-dev/splitit-web-sdks/tree/main/go/README.md)|[Source](https://github.com/konfig-dev/splitit-web-sdks/tree/main/go)|
2 changes: 1 addition & 1 deletion konfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ generators:
userId: konfig-dev
repoId: splitit-web-php-sdk
typescript:
version: 3.2.0
version: 3.3.0
outputDirectory: typescript
npmName: splitit-web-typescript-sdk
clientName: Splitit
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 @@
39f1485f-fc1c-4cf3-8e78-828b190d202b
a462c425-c066-4d46-becd-3798c4bfea86
2 changes: 1 addition & 1 deletion typescript/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# splitit-web-typescript-sdk

[![npm](https://img.shields.io/badge/npm-v3.2.0-blue)](https://www.npmjs.com/package/splitit-web-typescript-sdk/v/3.2.0)
[![npm](https://img.shields.io/badge/npm-v3.3.0-blue)](https://www.npmjs.com/package/splitit-web-typescript-sdk/v/3.3.0)

Splitit\'s Web API
## Installing
Expand Down
2 changes: 1 addition & 1 deletion typescript/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class Configuration {
this.accessToken = param.accessToken;
this.basePath = param.basePath;
this.baseOptions = param.baseOptions ?? {};
this.userAgent = param.userAgent === undefined ? "Konfig/3.2.0/typescript" : param.userAgent;
this.userAgent = param.userAgent === undefined ? "Konfig/3.3.0/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": "splitit-web-typescript-sdk",
"version": "3.2.0",
"version": "3.3.0",
"description": "Client for splitit-web-api-v3",
"author": "Konfig",
"engines": {
Expand Down

0 comments on commit 1761bda

Please sign in to comment.