Skip to content

Commit

Permalink
Merge pull request #3 from Codehagen/speakeasy-sdk-regen-1716360797
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
Codehagen committed May 22, 2024
2 parents 001d1f9 + 23da18a commit 9ae10ca
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 16 deletions.
8 changes: 5 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ id: 6250b250-1f28-403b-a1c6-452ade2211c7
management:
docChecksum: a1be9b40569ebf62e0275c4805abe0b6
docVersion: 1.0.0
speakeasyVersion: 1.294.0
speakeasyVersion: 1.295.0
generationVersion: 2.333.3
releaseVersion: 0.1.2
configChecksum: d77e03308f52cbdf77b39e71f3a75b2c
releaseVersion: 0.1.3
configChecksum: 9a9ec33c7fd454f099dfd9aa242dcdfd
repoURL: https://github.com/Codehagen/dingify-sdk.git
installationURL: https://github.com/Codehagen/dingify-sdk
published: true
features:
typescript:
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.2
version: 0.1.3
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
13 changes: 7 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
speakeasyVersion: 1.294.0
speakeasyVersion: 1.295.0
sources:
sample-source:
sourceNamespace: sample-source
sourceRevisionDigest: sha256:2ce3d655aea82fd665f472aa6dd614f7cf0497be130add0ec7f687df1737d0bb
sourceBlobDigest: sha256:d2893f446ff2a491620600e937b11dc7a88eec496eaaacb073b95739f8ab8223
sourceRevisionDigest: sha256:3b8c4b2be9cb0979099223fbec86cf2fa51a0638d029893af1d623875d2c0ff9
sourceBlobDigest: sha256:1728728a6c8a94df839260d9cf768f9481ad54ec03ad7d78b53bc5ddfc3049d1
tags:
- latest
- main
targets:
my-first-target:
source: sample-source
sourceNamespace: sample-source
sourceRevisionDigest: sha256:2ce3d655aea82fd665f472aa6dd614f7cf0497be130add0ec7f687df1737d0bb
sourceBlobDigest: sha256:d2893f446ff2a491620600e937b11dc7a88eec496eaaacb073b95739f8ab8223
outLocation: /Users/christer/Documents/dev/dingify-sdk/dingify-sdk
sourceRevisionDigest: sha256:3b8c4b2be9cb0979099223fbec86cf2fa51a0638d029893af1d623875d2c0ff9
sourceBlobDigest: sha256:1728728a6c8a94df839260d9cf768f9481ad54ec03ad7d78b53bc5ddfc3049d1
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


## 2024-05-22 06:53:15
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.295.0 (2.333.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.3] .
### Releases
- [NPM v0.1.3] https://www.npmjs.com/package/dingify/v/0.1.3 - .
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.2",
"version": "0.1.3",
"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.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "dingify",
"version": "0.1.2",
"version": "0.1.3",
"author": "Speakeasy",
"main": "./index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/Codehagen/dingify-sdk.git"
},
"scripts": {
"lint": "eslint --max-warnings=0 src",
"build": "tsc",
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.2",
sdkVersion: "0.1.3",
genVersion: "2.333.3",
userAgent: "speakeasy-sdk/typescript 0.1.2 2.333.3 1.0.0 dingify",
userAgent: "speakeasy-sdk/typescript 0.1.3 2.333.3 1.0.0 dingify",
} as const;

0 comments on commit 9ae10ca

Please sign in to comment.