Skip to content

Commit

Permalink
Merge pull request #1 from speakeasy-sdks/speakeasy-sdk-regen-1723516924
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.0.2
  • Loading branch information
simplesagar authored Aug 13, 2024
2 parents 9a0cf97 + b20721e commit 59a2118
Show file tree
Hide file tree
Showing 11 changed files with 3,346 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

<div align="center">
<a href="https://codespaces.new/speakeasy-sdks/statsig-ts.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
</div>
<br>

> **Remember to shutdown a GitHub Codespace when it is not in use!**
# Dev Containers Quick Start
Expand Down
6 changes: 4 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ management:
docVersion: "1.0"
speakeasyVersion: 1.363.1
generationVersion: 2.396.0
releaseVersion: 0.0.1
configChecksum: 81a743135052cd09106ebf4a5de5a86f
releaseVersion: 0.0.2
configChecksum: 15797e618e4e1148249b44e820f37b4e
repoURL: https://github.com/speakeasy-sdks/statsig-ts.git
installationURL: https://github.com/speakeasy-sdks/statsig-ts
features:
typescript:
additionalDependencies: 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.0.1
version: 0.0.2
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 7 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@ speakeasyVersion: 1.363.1
sources:
Statsig-OAS:
sourceNamespace: statsig-oas
sourceRevisionDigest: sha256:c1f19b2b61dc3f3825efd7ef77c728ba5637691193b9ff523f7d35141ecb8d41
sourceBlobDigest: sha256:40ca89d5d81cf2e26d09a454d93fe2825ee63029d02d0dfe0f7a10421325b4a7
sourceRevisionDigest: sha256:96c16dfb405945888e5bf3ec2c5afd28919933c86533911b39e114b427b88b94
sourceBlobDigest: sha256:e6368b2b0b2f49beede3e436cdc908b25088ac2ec73f3910ead1ccf3b016ecbd
tags:
- latest
- main
targets:
statsig:
source: Statsig-OAS
sourceNamespace: statsig-oas
sourceRevisionDigest: sha256:c1f19b2b61dc3f3825efd7ef77c728ba5637691193b9ff523f7d35141ecb8d41
sourceBlobDigest: sha256:40ca89d5d81cf2e26d09a454d93fe2825ee63029d02d0dfe0f7a10421325b4a7
outLocation: /Users/sagar/go/src/statsig-ts
sourceRevisionDigest: sha256:96c16dfb405945888e5bf3ec2c5afd28919933c86533911b39e114b427b88b94
sourceBlobDigest: sha256:e6368b2b0b2f49beede3e436cdc908b25088ac2ec73f3910ead1ccf3b016ecbd
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
Statsig-OAS:
inputs:
Expand Down
1 change: 1 addition & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
Statsig-OAS:
inputs:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@ It has been generated successfully based on your OpenAPI spec. However, it is no
### NPM

```bash
npm add <UNSET>
npm add https://github.com/speakeasy-sdks/statsig-ts
```

### PNPM

```bash
pnpm add <UNSET>
pnpm add https://github.com/speakeasy-sdks/statsig-ts
```

### Bun

```bash
bun add <UNSET>
bun add https://github.com/speakeasy-sdks/statsig-ts
```

### Yarn

```bash
yarn add <UNSET> zod
yarn add https://github.com/speakeasy-sdks/statsig-ts zod

# Note that Yarn does not install peer dependencies automatically. You will need
# to install zod as shown above.
Expand Down
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@


## 2024-08-13 02:42:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.363.1 (2.396.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.2] .
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "statsig",
"version": "0.0.1",
"version": "0.0.2",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
Loading

0 comments on commit 59a2118

Please sign in to comment.