Skip to content

Commit a5be35c

Browse files
authored
Merge pull request #2 from speakeasy-sdks/speakeasy-sdk-regen-1677090803
chore: speakeasy SDK regeneration
2 parents efcb086 + c458e0d commit a5be35c

File tree

7 files changed

+32
-21
lines changed

7 files changed

+32
-21
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
### NPM
77

88
```bash
9-
npm add @openai/sdk
9+
npm add @speakeasy-api/openai
1010
```
1111

1212
### Yarn
1313

1414
```bash
15-
yarn add @openai/sdk
15+
yarn add @speakeasy-api/openai
1616
```
1717
<!-- End SDK Installation -->
1818

1919
## SDK Example Usage
2020
<!-- Start SDK Example Usage -->
2121
```typescript
22-
import { Openai, withSecurity} from "@openai/sdk";
23-
import { CancelFineTuneRequest, CancelFineTuneResponse } from "@openai/sdk/src/sdk/models/operations";
22+
import { Openai, withSecurity} from "@speakeasy-api/openai";
23+
import { CancelFineTuneRequest, CancelFineTuneResponse } from "@speakeasy-api/openai/src/sdk/models/operations";
2424
import { AxiosError } from "axios";
2525

2626

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@
44
### Changes
55
Based on:
66
- OpenAPI Doc 1.1.0 https://raw.githubusercontent.com/openai/openai-openapi/master/openapi.yaml
7-
- Speakeasy CLI 1.4.7 https://github.com/speakeasy-api/speakeasy
7+
- Speakeasy CLI 1.4.7 https://github.com/speakeasy-api/speakeasy
8+
9+
## Version 1.1.1
10+
### Changes
11+
Based on:
12+
- OpenAPI Doc 1.1.0 https://raw.githubusercontent.com/openai/openai-openapi/master/openapi.yaml
13+
- Speakeasy CLI 1.4.7 https://github.com/speakeasy-api/speakeasy
14+
### Releases
15+
- [NPM v1.1.1] https://www.npmjs.com/package/@speakeasy-api/openai/v/1.1.1 - ./

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Start SDK Example Usage -->
22
```typescript
3-
import { Openai, withSecurity} from "@openai/sdk";
4-
import { CancelFineTuneRequest, CancelFineTuneResponse } from "@openai/sdk/src/sdk/models/operations";
3+
import { Openai, withSecurity} from "@speakeasy-api/openai";
4+
import { CancelFineTuneRequest, CancelFineTuneResponse } from "@speakeasy-api/openai/src/sdk/models/operations";
55
import { AxiosError } from "axios";
66

77

gen.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
configVersion: 1.0.0
12
management:
2-
openapi-checksum: 070eea1a67c4e5af9e7dbad61d95fd37
3-
openapi-version: 1.1.0
4-
speakeasy-version: 1.4.7
3+
docChecksum: 070eea1a67c4e5af9e7dbad61d95fd37
4+
docVersion: 1.1.0
5+
speakeasyVersion: 1.4.7
6+
generation:
7+
telemetryEnabled: false
8+
sdkClassName: openai
59
typescript:
6-
version: 1.1.0
7-
packagename: '@speakeasy-api/openai'
10+
version: 1.1.1
811
author: speakeasy-openai
9-
sdkclassname: openai
12+
packageName: '@speakeasy-api/openai'

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@openai/sdk",
3-
"version": "1.2.0",
4-
"author": "openai",
2+
"name": "@speakeasy-api/openai",
3+
"version": "1.1.1",
4+
"author": "speakeasy-openai",
55
"scripts": {
66
"prepare": "tsc --build"
77
},

src/sdk/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class Openai {
2121
public _securityClient: AxiosInstance;
2222
public _serverURL: string;
2323
private _language = "typescript";
24-
private _sdkVersion = "1.2.0";
24+
private _sdkVersion = "1.1.1";
2525
private _genVersion = "1.4.7";
2626

2727
constructor(props: SDKProps) {

0 commit comments

Comments
 (0)