Skip to content

Commit

Permalink
Merge pull request #15 from Codehagen/speakeasy-sdk-regen-1718323501
Browse files Browse the repository at this point in the history
  • Loading branch information
Codehagen committed Jun 14, 2024
2 parents e8a5269 + d5bdc7d commit b25b933
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.305.0
generationVersion: 2.340.3
releaseVersion: 0.1.17
configChecksum: c83c953da9e55f845100b95278227408
speakeasyVersion: 1.307.2
generationVersion: 2.342.2
releaseVersion: 0.1.18
configChecksum: 1bb034b9765ca039fdbe0c13094f88e0
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.13
core: 3.9.14
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.17
version: 0.1.18
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.305.0
speakeasyVersion: 1.307.2
sources:
sample-source:
sourceNamespace: sample-source
sourceRevisionDigest: sha256:5a43107f609c305119beb2a0b58525fd013ea8b233753afba52306dccad21875
sourceRevisionDigest: sha256:a388dffc34f12d912e555ee3b5a212f03876e57aee84edddf4ab08f2ac982ff8
sourceBlobDigest: sha256:cbed9d93c9141a3cb32d5922de1f7db6c4afbe92ac04620db41dea7ea4abf063
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
my-first-target:
source: sample-source
sourceNamespace: sample-source
sourceRevisionDigest: sha256:5a43107f609c305119beb2a0b58525fd013ea8b233753afba52306dccad21875
sourceRevisionDigest: sha256:a388dffc34f12d912e555ee3b5a212f03876e57aee84edddf4ab08f2ac982ff8
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 @@ -108,4 +108,14 @@ Based on:
### Generated
- [typescript v0.1.17] .
### Releases
- [NPM v0.1.17] https://www.npmjs.com/package/dingify/v/0.1.17 - .
- [NPM v0.1.17] https://www.npmjs.com/package/dingify/v/0.1.17 - .

## 2024-06-14 00:04:59
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.307.2 (2.342.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.18] .
### Releases
- [NPM v0.1.18] https://www.npmjs.com/package/dingify/v/0.1.18 - .
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.17",
"version": "0.1.18",
"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.17",
"version": "0.1.18",
"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.17",
genVersion: "2.340.3",
userAgent: "speakeasy-sdk/typescript 0.1.17 2.340.3 1.0.0 dingify",
sdkVersion: "0.1.18",
genVersion: "2.342.2",
userAgent: "speakeasy-sdk/typescript 0.1.18 2.342.2 1.0.0 dingify",
} as const;

0 comments on commit b25b933

Please sign in to comment.