Skip to content

Commit

Permalink
Merge pull request #2 from fabra-io/speakeasy-sdk-regen-1677116334
Browse files Browse the repository at this point in the history
chore: speakeasy SDK regeneration
  • Loading branch information
ndimares authored Feb 23, 2023
2 parents 0a887a4 + b33272c commit 37cea5a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@
### Changes
Based on:
- OpenAPI Doc 0.1.0 ./openapi.yaml
- Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy
- Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy

## Version 0.1.1
### Changes
Based on:
- OpenAPI Doc 0.1.0 ./openapi.yaml
- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
4 changes: 2 additions & 2 deletions gen.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
management:
openapi-checksum: 5bdbad96d6d347d81789110337cf504a
openapi-version: 0.1.0
speakeasy-version: 1.4.5
speakeasy-version: 1.4.8
typescript:
version: 0.1.0
version: 0.1.1
packagename: '@fabra/sdk'
author: fabra
sdkclassname: fabra
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabra/sdk",
"version": "0.1.0",
"version": "0.1.1",
"author": "fabra",
"scripts": {
"prepare": "tsc --build"
Expand Down
4 changes: 2 additions & 2 deletions src/sdk/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export class Fabra {
public _securityClient: AxiosInstance;
public _serverURL: string;
private _language = "typescript";
private _sdkVersion = "0.1.0";
private _genVersion = "1.4.5";
private _sdkVersion = "0.1.1";
private _genVersion = "1.4.8";

constructor(props: SDKProps) {
this._serverURL = props.serverUrl ?? ServerList[0];
Expand Down

0 comments on commit 37cea5a

Please sign in to comment.