Skip to content

Commit

Permalink
Merge pull request #9 from Codehagen/speakeasy-sdk-regen-1716958396
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
Codehagen committed May 29, 2024
2 parents 8826684 + 2584998 commit 08feb7f
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.297.0
generationVersion: 2.338.1
releaseVersion: 0.1.11
configChecksum: 8d9a2f24d63626c65434b496ce069ab9
releaseVersion: 0.1.12
configChecksum: 2346c8fd486cfc119c7be40832736fe9
repoURL: https://github.com/Codehagen/dingify-sdk.git
installationURL: https://github.com/Codehagen/dingify-sdk
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 @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.1.11
version: 0.1.12
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
11 changes: 6 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ speakeasyVersion: 1.297.0
sources:
sample-source:
sourceNamespace: sample-source
sourceRevisionDigest: sha256:9eacb32f99198aa365ecae7656fc8908fba7a62aa38d5b4be60ff7898493fd0e
sourceBlobDigest: sha256:91608bb2dbb97476575d96f2587680a4399a49f1cff990e7967b7b5b0e88a4ac
sourceRevisionDigest: sha256:30c11fc61705c700e60c705360f0af4b39e933ba38ccdd7c7e6b7bf2b106e57b
sourceBlobDigest: sha256:0a3e2ef6948a05a443c78851c8a1059672f05cf5e56d8b06bd6700144964d54f
tags:
- latest
- main
targets:
my-first-target:
source: sample-source
sourceNamespace: sample-source
sourceRevisionDigest: sha256:9eacb32f99198aa365ecae7656fc8908fba7a62aa38d5b4be60ff7898493fd0e
sourceBlobDigest: sha256:91608bb2dbb97476575d96f2587680a4399a49f1cff990e7967b7b5b0e88a4ac
outLocation: /Users/christer/Documents/dev/dingify-sdk/dingify-sdk
sourceRevisionDigest: sha256:30c11fc61705c700e60c705360f0af4b39e933ba38ccdd7c7e6b7bf2b106e57b
sourceBlobDigest: sha256:0a3e2ef6948a05a443c78851c8a1059672f05cf5e56d8b06bd6700144964d54f
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,14 @@ Based on:
### Generated
- [typescript v0.1.10] .
### Releases
- [NPM v0.1.10] https://www.npmjs.com/package/dingify/v/0.1.10 - .
- [NPM v0.1.10] https://www.npmjs.com/package/dingify/v/0.1.10 - .

## 2024-05-29 04:53:14
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.297.0 (2.338.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.12] .
### Releases
- [NPM v0.1.12] https://www.npmjs.com/package/dingify/v/0.1.12 - .
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": "dingify",
"version": "0.1.11",
"version": "0.1.12",
"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": "dingify",
"version": "0.1.11",
"version": "0.1.12",
"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 @@ -54,7 +54,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.1.11",
sdkVersion: "0.1.12",
genVersion: "2.338.1",
userAgent: "speakeasy-sdk/typescript 0.1.11 2.338.1 1.0.0 dingify",
userAgent: "speakeasy-sdk/typescript 0.1.12 2.338.1 1.0.0 dingify",
} as const;

0 comments on commit 08feb7f

Please sign in to comment.