Skip to content

Commit

Permalink
Merge pull request #4 from speakeasy-sdks/speakeasy-sdk-regen-1723767672
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 1.1.1
  • Loading branch information
ndimares authored Aug 16, 2024
2 parents bbb9228 + e0afe5a commit 47d1d2d
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: c1ca526f-aa0e-4e69-8de4-80c2e3eaabd4
management:
docChecksum: 9922bc49f897a6971cd384c3440969f1
docVersion: "10"
speakeasyVersion: 1.369.0
speakeasyVersion: 1.372.0
generationVersion: 2.399.0
releaseVersion: "1.1"
configChecksum: 561612e2773fc24631fb111bb064c3a9
releaseVersion: 1.1.1
configChecksum: deb0d20940de4331e038fe12a171da0f
repoURL: https://github.com/speakeasy-sdks/api-summit-2024.git
installationURL: https://github.com/speakeasy-sdks/api-summit-2024
published: true
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: "1.1"
version: 1.1.1
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.369.0
speakeasyVersion: 1.372.0
sources:
discord-OAS:
sourceNamespace: discord-oas
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,14 @@ Based on:
### Generated
- [typescript v1.1] .
### Releases
- [NPM v1.1] https://www.npmjs.com/package/@speakeasy-sdks/discord/v/1.1 - .
- [NPM v1.1] https://www.npmjs.com/package/@speakeasy-sdks/discord/v/1.1 - .

## 2024-08-16 00:21:09
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.372.0 (2.399.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.1.1] .
### Releases
- [NPM v1.1.1] https://www.npmjs.com/package/@speakeasy-sdks/discord/v/1.1.1 - .
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": "@speakeasy-sdks/discord",
"version": "1.1",
"version": "1.1.1",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
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-sdks/discord",
"version": "1.1",
"version": "1.1.1",
"author": "Speakeasy",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "10",
sdkVersion: "1.1",
sdkVersion: "1.1.1",
genVersion: "2.399.0",
userAgent: "speakeasy-sdk/typescript 1.1 2.399.0 10 @speakeasy-sdks/discord",
userAgent: "speakeasy-sdk/typescript 1.1.1 2.399.0 10 @speakeasy-sdks/discord",
} as const;

0 comments on commit 47d1d2d

Please sign in to comment.