Skip to content

Commit

Permalink
Merge pull request #26 from ragieai/speakeasy-sdk-regen-1732494125
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 1.3.7
  • Loading branch information
Vafilor authored Dec 7, 2024
2 parents c60149f + 7fdb6ef commit 312bf2e
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 9c76d982-a275-4b45-a46b-dccb6e2cffe9
management:
docChecksum: 2fb4db2ace25a076c75874acd27a88b8
docVersion: 1.0.0
speakeasyVersion: 1.453.1
generationVersion: 2.474.4
releaseVersion: 1.3.7
configChecksum: 50dfb8aa9eca6394ca64400472c9fb8d
speakeasyVersion: 1.453.2
generationVersion: 2.474.5
releaseVersion: 1.3.8
configChecksum: 413accb6a37581ea438c39c63903e340
repoURL: https://github.com/ragieai/ragie-typescript.git
installationURL: https://github.com/ragieai/ragie-typescript
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 @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 1.3.7
version: 1.3.8
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
9 changes: 5 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.453.1
speakeasyVersion: 1.453.2
sources:
local:
sourceNamespace: local
Expand All @@ -8,19 +8,20 @@ sources:
- latest
ragie.ai_spec:
sourceNamespace: ragie-ai-spec
sourceRevisionDigest: sha256:b4dd951754650df2c2e7b2436a145c24a1547adda9b3d9340bedca290b13ed77
sourceRevisionDigest: sha256:3a3c46a7ca7acd49160f3d68942798ac74e81bb2b1016ca93fc25ee57622e2f1
sourceBlobDigest: sha256:8a5e9a37dd2b48ab9b47f1d164f3fce56b93da89b2cbf2916126d3f462f51336
tags:
- latest
- speakeasy-sdk-regen-1732494125
- 1.0.0
targets:
ragie:
source: ragie.ai_spec
sourceNamespace: ragie-ai-spec
sourceRevisionDigest: sha256:b4dd951754650df2c2e7b2436a145c24a1547adda9b3d9340bedca290b13ed77
sourceRevisionDigest: sha256:3a3c46a7ca7acd49160f3d68942798ac74e81bb2b1016ca93fc25ee57622e2f1
sourceBlobDigest: sha256:8a5e9a37dd2b48ab9b47f1d164f3fce56b93da89b2cbf2916126d3f462f51336
codeSamplesNamespace: ragie-ai-spec-typescript-code-samples
codeSamplesRevisionDigest: sha256:d78aa2a2909a177aa61e1c75f99e49e1f242932f53523a6a99cbcac3a2bad92a
codeSamplesRevisionDigest: sha256:e4a5a10e0afbb4a6103fe1568cd3e6a410d9c53b3174bdd81ec5f3c60813cd6a
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 @@ -128,4 +128,14 @@ Based on:
### Generated
- [typescript v1.3.6] .
### Releases
- [NPM v1.3.6] https://www.npmjs.com/package/ragie/v/1.3.6 - .
- [NPM v1.3.6] https://www.npmjs.com/package/ragie/v/1.3.6 - .

## 2024-12-07 00:45:49
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.453.2 (2.474.5) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.3.8] .
### Releases
- [NPM v1.3.8] https://www.npmjs.com/package/ragie/v/1.3.8 - .
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": "ragie",
"version": "1.3.7",
"version": "1.3.8",
"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": "ragie",
"version": "1.3.7",
"version": "1.3.8",
"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: "1.3.7",
genVersion: "2.474.4",
userAgent: "speakeasy-sdk/typescript 1.3.7 2.474.4 1.0.0 ragie",
sdkVersion: "1.3.8",
genVersion: "2.474.5",
userAgent: "speakeasy-sdk/typescript 1.3.8 2.474.5 1.0.0 ragie",
} as const;

0 comments on commit 312bf2e

Please sign in to comment.