Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 664aaca5-a41f-4434-8f2a-642dba92fe68
management:
docChecksum: dcd614b69cdc88d754706e156a66d71b
docChecksum: ff202e1733a6de1617f8ea51b32caeee
docVersion: 0.9.0
speakeasyVersion: 1.650.0
generationVersion: 2.743.2
releaseVersion: 0.13.4
configChecksum: 6cdc2b9df677765a229d38d4906d76bc
speakeasyVersion: 1.653.0
generationVersion: 2.748.0
releaseVersion: 0.13.5
configChecksum: b11fe350c35c7d403e0559313fb5c0fd
repoURL: https://github.com/gleanwork/api-client-typescript.git
installationURL: https://github.com/gleanwork/api-client-typescript
published: true
Expand All @@ -15,7 +15,7 @@ features:
additionalDependencies: 0.1.0
additionalProperties: 0.1.2
constsAndDefaults: 0.1.12
core: 3.26.3
core: 3.26.4
defaultEnabledRetries: 0.1.0
deprecations: 2.81.1
devContainers: 2.90.1
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: true
typescript:
version: 0.13.4
version: 0.13.5
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
Expand Down
6 changes: 6 additions & 0 deletions .speakeasy/glean-merged-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4206,6 +4206,12 @@ components:
- LT
- GT
- NOT_EQUALS
x-enumDescriptions:
EQUALS: The value is equal to the specified value.
ID_EQUALS: The value is equal to the specified ID.
LT: The value is less than the specified value.
GT: The value is greater than the specified value.
NOT_EQUALS: The value is not equal to the specified value.
example: EQUALS
isNegated:
type: boolean
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.650.0
speakeasyVersion: 1.653.0
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:ab3219e34896dc96893a548fb03c6c0f3b62ebde145ad8be7d8a5f8ac74513d6
sourceBlobDigest: sha256:5ee99a226409e04f4a79331bfb11520ec4bf6570d6f568cff947d1a8fbbed4f1
sourceRevisionDigest: sha256:37d154e6f8016a1bc27baba6cf99b88bfb604c845dc5907d6621d6f4fb11746b
sourceBlobDigest: sha256:a7bb86ba93d00f1e6735091ebb564bd2412197661fdb290f52c30016e7321857
tags:
- latest
- speakeasy-sdk-regen-1762417737
- speakeasy-sdk-regen-1762816525
Glean Client API:
sourceNamespace: glean-client-api
sourceRevisionDigest: sha256:aec0770b5bcca91068c3a844cb9ef4a091281f6cc3b7d86f2abef1bd6fb2b301
Expand All @@ -18,10 +18,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:ab3219e34896dc96893a548fb03c6c0f3b62ebde145ad8be7d8a5f8ac74513d6
sourceBlobDigest: sha256:5ee99a226409e04f4a79331bfb11520ec4bf6570d6f568cff947d1a8fbbed4f1
sourceRevisionDigest: sha256:37d154e6f8016a1bc27baba6cf99b88bfb604c845dc5907d6621d6f4fb11746b
sourceBlobDigest: sha256:a7bb86ba93d00f1e6735091ebb564bd2412197661fdb290f52c30016e7321857
codeSamplesNamespace: glean-api-specs-typescript-code-samples
codeSamplesRevisionDigest: sha256:a1e120b01e6e39e1bf12af2383ed7382a24d5124ea7b3baebd071e12da5a15d9
codeSamplesRevisionDigest: sha256:51f50c7de17926b180bc2b344fee2cb71dc2544dda708dd7cd0c3f3d3eaea013
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 @@ -398,4 +398,14 @@ Based on:
### Generated
- [typescript v0.13.4] .
### Releases
- [NPM v0.13.4] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.4 - .
- [NPM v0.13.4] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.4 - .

## 2025-11-11 01:16:22
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.653.0 (2.748.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.13.5] .
### Releases
- [NPM v0.13.5] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.5 - .
2 changes: 1 addition & 1 deletion examples/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 jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@gleanwork/api-client",
"version": "0.13.4",
"version": "0.13.5",
"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": "@gleanwork/api-client",
"version": "0.13.4",
"version": "0.13.5",
"author": "Speakeasy",
"type": "module",
"tshy": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.9.0",
sdkVersion: "0.13.4",
genVersion: "2.743.2",
sdkVersion: "0.13.5",
genVersion: "2.748.0",
userAgent:
"speakeasy-sdk/typescript 0.13.4 2.743.2 0.9.0 @gleanwork/api-client",
"speakeasy-sdk/typescript 0.13.5 2.748.0 0.9.0 @gleanwork/api-client",
} as const;