Skip to content

Commit

Permalink
Merge pull request #12 from Codehagen/speakeasy-sdk-regen-1717029409
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
Codehagen committed Jun 3, 2024
2 parents 2fca09b + 89b02b9 commit 2999df9
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ id: 6250b250-1f28-403b-a1c6-452ade2211c7
management:
docChecksum: 277eb484dd0b1cc1e11e50240c91e379
docVersion: 1.0.0
speakeasyVersion: 1.297.0
generationVersion: 2.338.1
releaseVersion: 0.1.14
configChecksum: e3ef6e35e6dd25921f0b6f9ee600cf27
speakeasyVersion: 1.299.4
generationVersion: 2.338.7
releaseVersion: 0.1.15
configChecksum: d43c021c32a504c8f923f633cbb78d9b
repoURL: https://github.com/Codehagen/dingify-sdk.git
installationURL: https://github.com/Codehagen/dingify-sdk
published: true
features:
typescript:
additionalDependencies: 0.1.0
core: 3.9.9
core: 3.9.10
globalSecurity: 2.82.9
globalSecurityCallbacks: 0.1.0
globalSecurityFlattening: 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 @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.1.14
version: 0.1.15
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.297.0
speakeasyVersion: 1.299.4
sources:
sample-source:
sourceNamespace: sample-source
sourceRevisionDigest: sha256:9a64514a6b2c045c5c4694bf8e3c01ff9f0024ed5c1bfda14aea1e65c687351a
sourceRevisionDigest: sha256:167e96bf3dbf536d708d58590e75573f2e0e5e1fced7db3e6aef0e24f7203b9e
sourceBlobDigest: sha256:cbed9d93c9141a3cb32d5922de1f7db6c4afbe92ac04620db41dea7ea4abf063
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
my-first-target:
source: sample-source
sourceNamespace: sample-source
sourceRevisionDigest: sha256:9a64514a6b2c045c5c4694bf8e3c01ff9f0024ed5c1bfda14aea1e65c687351a
sourceRevisionDigest: sha256:167e96bf3dbf536d708d58590e75573f2e0e5e1fced7db3e6aef0e24f7203b9e
sourceBlobDigest: sha256:cbed9d93c9141a3cb32d5922de1f7db6c4afbe92ac04620db41dea7ea4abf063
outLocation: /github/workspace/repo
workflow:
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,14 @@ Based on:
### Generated
- [typescript v0.1.14] .
### Releases
- [NPM v0.1.14] https://www.npmjs.com/package/dingify/v/0.1.14 - .
- [NPM v0.1.14] https://www.npmjs.com/package/dingify/v/0.1.14 - .

## 2024-06-03 00:05:06
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.299.4 (2.338.7) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.15] .
### Releases
- [NPM v0.1.15] https://www.npmjs.com/package/dingify/v/0.1.15 - .
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.14",
"version": "0.1.15",
"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.14",
"version": "0.1.15",
"author": "Speakeasy",
"main": "./index.js",
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 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.14",
genVersion: "2.338.1",
userAgent: "speakeasy-sdk/typescript 0.1.14 2.338.1 1.0.0 dingify",
sdkVersion: "0.1.15",
genVersion: "2.338.7",
userAgent: "speakeasy-sdk/typescript 0.1.15 2.338.7 1.0.0 dingify",
} as const;

0 comments on commit 2999df9

Please sign in to comment.