Skip to content

Commit 743637a

Browse files
Merge pull request #68 from gleanwork/speakeasy-sdk-regen-1760121029
chore: 🐝 Update SDK - Generate 0.12.2
2 parents 281b54a + ff13a14 commit 743637a

File tree

15 files changed

+66
-36
lines changed

15 files changed

+66
-36
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 664aaca5-a41f-4434-8f2a-642dba92fe68
33
management:
4-
docChecksum: f83688cf1540bc7d583e1661684632b8
4+
docChecksum: ef00a2f5125097d9f584f0bbb5436f00
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.636.2
7-
generationVersion: 2.723.8
8-
releaseVersion: 0.12.1
9-
configChecksum: d165d71e09035d07b6016b2b8ecd2a9a
6+
speakeasyVersion: 1.636.3
7+
generationVersion: 2.723.11
8+
releaseVersion: 0.12.2
9+
configChecksum: d0f5d58b90c41c41241fca798c0f847f
1010
repoURL: https://github.com/gleanwork/api-client-typescript.git
1111
installationURL: https://github.com/gleanwork/api-client-typescript
1212
published: true
@@ -2981,4 +2981,4 @@ generatedTests:
29812981
setdocvisibility: "2025-06-09T18:05:10Z"
29822982
releaseNotes: |
29832983
## Typescript SDK Changes Detected:
2984-
* `glean.client.insights.retrieve()`: `response.agentsresponse.topAgentsInsights.[].icon` **Added**
2984+
* `glean.client.search.retrieveFeed()`: `response.results.[].primaryEntry.digest.sections.[].updates.[].urls` **Added**

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ generation:
2727
generateNewTests: true
2828
skipResponseBodyAssertions: true
2929
typescript:
30-
version: 0.12.1
30+
version: 0.12.2
3131
acceptHeaderEnum: true
3232
additionalDependencies:
3333
dependencies: {}

β€Ž.speakeasy/glean-merged-spec.yamlβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9723,6 +9723,11 @@ components:
97239723
DigestUpdate:
97249724
type: object
97259725
properties:
9726+
urls:
9727+
type: array
9728+
description: List of URLs for similar updates that are grouped together and rendered as a single update.
9729+
items:
9730+
type: string
97269731
url:
97279732
type: string
97289733
description: URL link to the content or document.

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.636.2
1+
speakeasyVersion: 1.636.3
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:3f099971b20cdaba1d53693ee90708d1461530957b1e44009e457250d4441b05
6-
sourceBlobDigest: sha256:02db6ddd119e9c20b2130f2318039c2b6e19b0487ecb3bd5aed5e92acfe203cc
5+
sourceRevisionDigest: sha256:784ebb76d989e40e13173fd5583545b5c83afb48be4d97b2c129cc90e2998f3f
6+
sourceBlobDigest: sha256:7d1478805de16c63a0e5c784706e64b229cb94f7e0b4d438aa52f764be944544
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1759915417
9+
- speakeasy-sdk-regen-1760121029
1010
Glean Client API:
1111
sourceNamespace: glean-client-api
1212
sourceRevisionDigest: sha256:aec0770b5bcca91068c3a844cb9ef4a091281f6cc3b7d86f2abef1bd6fb2b301
@@ -18,10 +18,10 @@ targets:
1818
glean:
1919
source: Glean API
2020
sourceNamespace: glean-api-specs
21-
sourceRevisionDigest: sha256:3f099971b20cdaba1d53693ee90708d1461530957b1e44009e457250d4441b05
22-
sourceBlobDigest: sha256:02db6ddd119e9c20b2130f2318039c2b6e19b0487ecb3bd5aed5e92acfe203cc
21+
sourceRevisionDigest: sha256:784ebb76d989e40e13173fd5583545b5c83afb48be4d97b2c129cc90e2998f3f
22+
sourceBlobDigest: sha256:7d1478805de16c63a0e5c784706e64b229cb94f7e0b4d438aa52f764be944544
2323
codeSamplesNamespace: glean-api-specs-typescript-code-samples
24-
codeSamplesRevisionDigest: sha256:c24bf6b805ddcd919f4e6046bdb9c6e393b354afb822c06e44804e236c6c6cdb
24+
codeSamplesRevisionDigest: sha256:12c9ed60916f5d53dcc8c6db5e5155b940e6c454f2de6e0584f43291c3e7ab84
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,14 @@ Based on:
328328
### Generated
329329
- [typescript v0.12.1] .
330330
### Releases
331-
- [NPM v0.12.1] https://www.npmjs.com/package/@gleanwork/api-client/v/0.12.1 - .
331+
- [NPM v0.12.1] https://www.npmjs.com/package/@gleanwork/api-client/v/0.12.1 - .
332+
333+
## 2025-10-10 18:30:03
334+
### Changes
335+
Based on:
336+
- OpenAPI Doc
337+
- Speakeasy CLI 1.636.3 (2.723.11) https://github.com/speakeasy-api/speakeasy
338+
### Generated
339+
- [typescript v0.12.2] .
340+
### Releases
341+
- [NPM v0.12.2] https://www.npmjs.com/package/@gleanwork/api-client/v/0.12.2 - .

β€Ždocs/models/components/digestupdate.mdβ€Ž

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ let value: DigestUpdate = {};
1010

1111
## Fields
1212

13-
| Field | Type | Required | Description |
14-
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
15-
| `url` | *string* | :heavy_minus_sign: | URL link to the content or document. |
16-
| `title` | *string* | :heavy_minus_sign: | Title or headline of the update. |
17-
| `datasource` | *string* | :heavy_minus_sign: | Name or identifier of the data source (e.g., slack, confluence, etc.). |
18-
| `summary` | *string* | :heavy_minus_sign: | Brief summary or description of the update content. |
19-
| `type` | [components.UpdateType](../../models/components/updatetype.md) | :heavy_minus_sign: | Optional type classification for the update. |
13+
| Field | Type | Required | Description |
14+
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
15+
| `urls` | *string*[] | :heavy_minus_sign: | List of URLs for similar updates that are grouped together and rendered as a single update. |
16+
| `url` | *string* | :heavy_minus_sign: | URL link to the content or document. |
17+
| `title` | *string* | :heavy_minus_sign: | Title or headline of the update. |
18+
| `datasource` | *string* | :heavy_minus_sign: | Name or identifier of the data source (e.g., slack, confluence, etc.). |
19+
| `summary` | *string* | :heavy_minus_sign: | Brief summary or description of the update content. |
20+
| `type` | [components.UpdateType](../../models/components/updatetype.md) | :heavy_minus_sign: | Optional type classification for the update. |

β€Žexamples/package-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž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.12.1",
5+
"version": "0.12.2",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gleanwork/api-client",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"author": "Speakeasy",
55
"type": "module",
66
"tshy": {

0 commit comments

Comments
Β (0)