Skip to content

Commit 634d1ca

Browse files
Merge pull request #1 from gleanwork/speakeasy-sdk-regen-1745625824
chore: 🐝 Update SDK - Generate 0.1.0-beta
2 parents fa031be + 9068ac2 commit 634d1ca

File tree

9 files changed

+32
-11
lines changed

9 files changed

+32
-11
lines changed

.devcontainer/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
<div align="center">
3+
<a href="https://codespaces.new/gleanwork/api-client-typescript.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4+
</div>
5+
<br>
6+
27
> **Remember to shutdown a GitHub Codespace when it is not in use!**
38
49
# Dev Containers Quick Start

.speakeasy/gen.lock

Lines changed: 4 additions & 3 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sources:
66
sourceBlobDigest: sha256:6bc72f74f71a240fd856970a3e7f199b01435c1dbe606428131177cb092508c3
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1745625824
910
Glean Client API:
1011
sourceNamespace: glean-client-api
1112
sourceRevisionDigest: sha256:aec0770b5bcca91068c3a844cb9ef4a091281f6cc3b7d86f2abef1bd6fb2b301
@@ -20,7 +21,7 @@ targets:
2021
sourceRevisionDigest: sha256:7c4c0dd261e2d1b832d1c43a0046a3f8dc10c15462e008dfdfeb9c308da6ab74
2122
sourceBlobDigest: sha256:6bc72f74f71a240fd856970a3e7f199b01435c1dbe606428131177cb092508c3
2223
codeSamplesNamespace: glean-api-specs-typescript-code-samples
23-
codeSamplesRevisionDigest: sha256:09aa235a10c87a06713a7b5eeaf11404d0703ea2b52c9ca65d6f350634508e95
24+
codeSamplesRevisionDigest: sha256:4da50ac851ea93f3dfc25f112f669b6a4372b6b499a80b6711c8732e974f3987
2425
workflow:
2526
workflowVersion: 1.0.0
2627
speakeasyVersion: latest

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ The Glean TypeScript SDK provides convenient access to the Glean REST API in bot
88
## Table of Contents
99
<!-- $toc-max-depth=2 -->
1010
* [Glean TypeScript API Client](#glean-typescript-api-client)
11-
* [Usage guidelines](#usage-guidelines)
1211
* [SDK Installation](#sdk-installation)
1312
* [Requirements](#requirements)
1413
* [SDK Example Usage](#sdk-example-usage)

RELEASES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
## 2025-04-26 00:03:27
4+
### Changes
5+
Based on:
6+
- OpenAPI Doc
7+
- Speakeasy CLI 1.540.0 (2.593.3) https://github.com/speakeasy-api/speakeasy
8+
### Generated
9+
- [typescript v0.1.0-beta] .
10+
### Releases
11+
- [NPM v0.1.0-beta] https://www.npmjs.com/package/@gleanwork/api-client/v/0.1.0-beta - .

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@gleanwork/api-client",
5-
"version": "0.7.7",
5+
"version": "0.1.0-beta",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gleanwork/api-client",
3-
"version": "0.7.7",
3+
"version": "0.1.0-beta",
44
"author": "Speakeasy",
55
"type": "module",
66
"tshy": {
@@ -20,6 +20,10 @@
2020
}
2121
},
2222
"sideEffects": false,
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/gleanwork/api-client-typescript.git"
26+
},
2327
"scripts": {
2428
"test": "vitest run src --reporter=junit --outputFile=.speakeasy/reports/tests.xml --reporter=default",
2529
"check": "npm run test && npm run lint",

src/lib/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6464
export const SDK_METADATA = {
6565
language: "typescript",
6666
openapiDocVersion: "0.9.0",
67-
sdkVersion: "0.7.7",
67+
sdkVersion: "0.1.0-beta",
6868
genVersion: "2.593.3",
6969
userAgent:
70-
"speakeasy-sdk/typescript 0.7.7 2.593.3 0.9.0 @gleanwork/api-client",
70+
"speakeasy-sdk/typescript 0.1.0-beta 2.593.3 0.9.0 @gleanwork/api-client",
7171
} as const;

0 commit comments

Comments
 (0)