File tree Expand file tree Collapse file tree 9 files changed +32
-11
lines changed Expand file tree Collapse file tree 9 files changed +32
-11
lines changed Original file line number Diff line number Diff line change 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
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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
2425workflow:
2526 workflowVersion: 1.0.0
2627 speakeasyVersion: latest
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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 - .
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
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" ,
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6464export 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 ;
You can’t perform that action at this time.
0 commit comments