Skip to content

Commit 2eb6d5f

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.83.2
1 parent b21a72a commit 2eb6d5f

6 files changed

Lines changed: 18 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
### NPM
1313

1414
```bash
15-
npm add https://github.com/StackOneHQ/stackone-client-typescript
15+
npm add @stackone/stackone-client-ts
1616
```
1717

1818
### Yarn
1919

2020
```bash
21-
yarn add https://github.com/StackOneHQ/stackone-client-typescript
21+
yarn add @stackone/stackone-client-ts
2222
```
2323
<!-- End SDK Installation -->
2424

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@ Based on:
66
- OpenAPI Doc 1.0.0
77
- Speakeasy CLI 1.83.2 (2.109.3) https://github.com/speakeasy-api/speakeasy
88
### Generated
9-
- [typescript v0.1.0] .
9+
- [typescript v0.1.0] .
10+
11+
## 2023-09-13 16:49:42
12+
### Changes
13+
Based on:
14+
- OpenAPI Doc 1.0.0
15+
- Speakeasy CLI 1.83.2 (2.109.3) https://github.com/speakeasy-api/speakeasy
16+
### Generated
17+
- [typescript v0.2.0] .
18+
### Releases
19+
- [NPM v0.2.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/0.2.0 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ features:
1919
globalServerURLs: 2.82.0
2020
methodSecurity: 2.81.1
2121
typescript:
22-
version: 0.1.0
22+
version: 0.2.0
2323
author: StackOne
2424
clientServerStatusCodesAsErrors: true
2525
maxMethodParams: 0

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackone/stackone-client-ts",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"author": "StackOne",
55
"scripts": {
66
"prepare": "tsc --build"

src/sdk/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class SDKConfiguration {
4444
serverDefaults: any;
4545
language = "typescript";
4646
openapiDocVersion = "1.0.0";
47-
sdkVersion = "0.1.0";
47+
sdkVersion = "0.2.0";
4848
genVersion = "2.109.3";
4949
retryConfig?: utils.RetryConfig;
5050
public constructor(init?: Partial<SDKConfiguration>) {

0 commit comments

Comments
 (0)