Skip to content

Commit 20c71dd

Browse files
authored
Merge pull request #1 from firehydrant/speakeasy-sdk-regen-1735668149
chore: 🐝 Update SDK - Generate 0.0.4
2 parents 2f744cf + 9e1c866 commit 20c71dd

10 files changed

Lines changed: 3748 additions & 12 deletions

File tree

β€Ž.devcontainer/README.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
<div align="center">
3+
<a href="https://codespaces.new/firehydrant/firehydrant-typescript-sdk.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4+
</div>
5+
<br>
6+
27
> **Remember to shutdown a GitHub Codespace when it is not in use!**
38
49
# Dev Containers Quick Start

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ management:
55
docVersion: 0.0.1
66
speakeasyVersion: 1.460.3
77
generationVersion: 2.484.0
8-
releaseVersion: 0.0.3
9-
configChecksum: 59bee5440c46391717aa4255a4972fc7
8+
releaseVersion: 0.0.4
9+
configChecksum: bdb4f83e5a8b8240b2e16a2e527f57fc
10+
repoURL: https://github.com/firehydrant/firehydrant-typescript-sdk.git
11+
installationURL: https://github.com/firehydrant/firehydrant-typescript-sdk
1012
features:
1113
typescript:
1214
additionalDependencies: 0.1.0

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: true
1818
typescript:
19-
version: 0.0.3
19+
version: 0.0.4
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ sources:
66
sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1735668149
910
targets:
1011
firehydrant-typescript-sdk:
1112
source: firehydrant-typescript-sdk-OAS
1213
sourceNamespace: firehydrant-typescript-sdk-oas
1314
sourceRevisionDigest: sha256:c7d0011194e8963eb9f8e18a54a21f82a9fc6e53c638b143385ca5aaabc232b5
1415
sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
1516
codeSamplesNamespace: firehydrant-typescript-sdk-oas-code-samples
16-
codeSamplesRevisionDigest: sha256:6667dbf868c431dc953a2e947a2517e8d4e2013d2e1f74b7d9f55256b3b2eecb
17+
codeSamplesRevisionDigest: sha256:a37d586e877328487203ae63570b69adc1e28fed3ab997118d364e846b7c71f4
1718
workflow:
1819
workflowVersion: 1.0.0
1920
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,25 @@ The SDK can be installed with either [npm](https://www.npmjs.com/), [pnpm](https
4949
### NPM
5050

5151
```bash
52-
npm add <UNSET>
52+
npm add https://github.com/firehydrant/firehydrant-typescript-sdk
5353
```
5454

5555
### PNPM
5656

5757
```bash
58-
pnpm add <UNSET>
58+
pnpm add https://github.com/firehydrant/firehydrant-typescript-sdk
5959
```
6060

6161
### Bun
6262

6363
```bash
64-
bun add <UNSET>
64+
bun add https://github.com/firehydrant/firehydrant-typescript-sdk
6565
```
6666

6767
### Yarn
6868

6969
```bash
70-
yarn add <UNSET> zod
70+
yarn add https://github.com/firehydrant/firehydrant-typescript-sdk zod
7171

7272
# Note that Yarn does not install peer dependencies automatically. You will need
7373
# to install zod as shown above.

β€ŽRELEASES.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
3+
## 2024-12-31 18:02:25
4+
### Changes
5+
Based on:
6+
- OpenAPI Doc
7+
- Speakeasy CLI 1.460.3 (2.484.0) https://github.com/speakeasy-api/speakeasy
8+
### Generated
9+
- [typescript v0.0.4] .

β€Žjsr.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "firehydrant-typescript-sdk",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

0 commit comments

Comments
Β (0)