Skip to content

Commit

Permalink
Merge pull request #3 from speakeasy-sdks/speakeasy-sdk-regen-1677104493
Browse files Browse the repository at this point in the history
chore: speakeasy SDK regeneration
  • Loading branch information
ndimares authored Feb 22, 2023
2 parents aa61ce8 + 7754ef1 commit 4d1cd77
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ Based on:
- OpenAPI Doc 1.1.0 https://raw.githubusercontent.com/openai/openai-openapi/master/openapi.yaml
- Speakeasy CLI 1.4.7 https://github.com/speakeasy-api/speakeasy
### Releases
- [NPM v1.1.1] https://www.npmjs.com/package/@speakeasy-api/openai/v/1.1.1 - ./
- [NPM v1.1.1] https://www.npmjs.com/package/@speakeasy-api/openai/v/1.1.1 - ./

## Version 1.1.3
### Changes
Based on:
- OpenAPI Doc 1.1.0 https://raw.githubusercontent.com/openai/openai-openapi/master/openapi.yaml
- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
### Releases
- [NPM v1.1.3] https://www.npmjs.com/package/@speakeasy-api/openai/v/1.1.3 - ./
4 changes: 2 additions & 2 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ configVersion: 1.0.0
management:
docChecksum: 070eea1a67c4e5af9e7dbad61d95fd37
docVersion: 1.1.0
speakeasyVersion: 1.4.7
speakeasyVersion: 1.4.8
generation:
telemetryEnabled: false
sdkClassName: openai
typescript:
version: 1.1.2
version: 1.1.3
author: speakeasy-openai
packageName: '@speakeasy-api/openai'
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": "@speakeasy-api/openai",
"version": "1.1.1",
"version": "1.1.3",
"author": "speakeasy-openai",
"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 @@ -21,8 +21,8 @@ export class Openai {
public _securityClient: AxiosInstance;
public _serverURL: string;
private _language = "typescript";
private _sdkVersion = "1.1.1";
private _genVersion = "1.4.7";
private _sdkVersion = "1.1.3";
private _genVersion = "1.4.8";

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

0 comments on commit 4d1cd77

Please sign in to comment.