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
45 changes: 23 additions & 22 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: true
typescript:
version: 0.20.2
version: 0.20.3
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
Expand Down
5 changes: 3 additions & 2 deletions .speakeasy/glean-merged-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ openapi: 3.1.0
info:
version: "0.9.0"
title: Glean API
x-source-commit-sha: 6c454c6b185ebe58e74e781a36041222f47897e0
x-open-api-commit-sha: 0df5939226dc378b392825655b036df1e08909a7
x-source-commit-sha: 3e6bf297e8208a1324189f812c53bc04766b0213
x-open-api-commit-sha: 2419017440d6eea54a5cbdadbf6e265ebc3f3cb5
description: |
# Introduction
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
Expand Down Expand Up @@ -10960,6 +10960,7 @@ components:
- PINS_TYPE
- SCRIBES_TYPE
- SHORTCUTS_TYPE
- SKILLS_TYPE
- SLIDE_TYPE
- SPREADSHEET_TYPE
- INLINE_HTML_TYPE
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ speakeasyVersion: 1.796.3
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:e247e871123d34059c563050f008462386b91706ae3dff64ae6d76ba1db41c47
sourceBlobDigest: sha256:492a86ef598c2a97eeabd40c94fcbbdfe57c36e0381cf8bb18d91b8f6f8f135f
sourceRevisionDigest: sha256:0e14ee68a5a49a4890c842cfcded22f82b40f1afa4ae61f5c5accae7bdb50177
sourceBlobDigest: sha256:b357f61fbd8cbd644c4e2a50c5a7860c6e80b4bf4fa5d7cd1b4937ad66a4a3d0
tags:
- latest
Glean Client API:
Expand All @@ -17,10 +17,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:e247e871123d34059c563050f008462386b91706ae3dff64ae6d76ba1db41c47
sourceBlobDigest: sha256:492a86ef598c2a97eeabd40c94fcbbdfe57c36e0381cf8bb18d91b8f6f8f135f
sourceRevisionDigest: sha256:0e14ee68a5a49a4890c842cfcded22f82b40f1afa4ae61f5c5accae7bdb50177
sourceBlobDigest: sha256:b357f61fbd8cbd644c4e2a50c5a7860c6e80b4bf4fa5d7cd1b4937ad66a4a3d0
codeSamplesNamespace: glean-api-specs-typescript-code-samples
codeSamplesRevisionDigest: sha256:37d8a1ee10aad5726f24ee15c09570bea21e19071ab41fdd2c9035040918a3be
codeSamplesRevisionDigest: sha256:968af6e5635371901f1a3b38ce9baa642de40b663b7a493c6d8e8bea3f5b43b5
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 @@ -908,4 +908,14 @@ Based on:
### Generated
- [typescript v0.20.2] .
### Releases
- [NPM v0.20.2] https://www.npmjs.com/package/@gleanwork/api-client/v/0.20.2 - .
- [NPM v0.20.2] https://www.npmjs.com/package/@gleanwork/api-client/v/0.20.2 - .

## 2026-09-03 02:44:10
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.796.3 (2.934.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.20.3] .
### Releases
- [NPM v0.20.3] https://www.npmjs.com/package/@gleanwork/api-client/v/0.20.3 - .
2 changes: 1 addition & 1 deletion docs/models/components/ugctype.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ let value: UgcType = "PINS_TYPE";
## Values

```typescript
"AGENT_TYPE" | "ANNOUNCEMENTS_TYPE" | "ANSWERS_TYPE" | "CHATS_TYPE" | "COLLECTIONS_TYPE" | "EMAIL_TYPE" | "HTML_CODE_TYPE" | "IMAGE_TYPE" | "MESSAGE_TYPE" | "PAPER_TYPE" | "PRISM_VIEWS_TYPE" | "PROMPT_TEMPLATES_TYPE" | "PINS_TYPE" | "SCRIBES_TYPE" | "SHORTCUTS_TYPE" | "SLIDE_TYPE" | "SPREADSHEET_TYPE" | "INLINE_HTML_TYPE" | "PODCAST_TYPE" | "WORKFLOWS_TYPE" | Unrecognized<string>
"AGENT_TYPE" | "ANNOUNCEMENTS_TYPE" | "ANSWERS_TYPE" | "CHATS_TYPE" | "COLLECTIONS_TYPE" | "EMAIL_TYPE" | "HTML_CODE_TYPE" | "IMAGE_TYPE" | "MESSAGE_TYPE" | "PAPER_TYPE" | "PRISM_VIEWS_TYPE" | "PROMPT_TEMPLATES_TYPE" | "PINS_TYPE" | "SCRIBES_TYPE" | "SHORTCUTS_TYPE" | "SKILLS_TYPE" | "SLIDE_TYPE" | "SPREADSHEET_TYPE" | "INLINE_HTML_TYPE" | "PODCAST_TYPE" | "WORKFLOWS_TYPE" | Unrecognized<string>
```
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.20.2",
"version": "0.20.3",
"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.20.2",
"version": "0.20.3",
"author": "Speakeasy",
"tshy": {
"sourceDialects": [
Expand Down

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

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

3 changes: 1 addition & 2 deletions src/__tests__/summarize.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ test("Summarize Summarize", async () => {
const result = await glean.client.documents.summarize({
documentSpecs: [
{
ugcType: "ARTIFACTS",
ugcId: "<id>",
url: "https://dim-glider.com/",
},
{
id: "<id>",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.9.0",
sdkVersion: "0.20.2",
sdkVersion: "0.20.3",
genVersion: "2.934.1",
userAgent:
"speakeasy-sdk/typescript 0.20.2 2.934.1 0.9.0 @gleanwork/api-client",
"speakeasy-sdk/typescript 0.20.3 2.934.1 0.9.0 @gleanwork/api-client",
} as const;
1 change: 1 addition & 0 deletions src/models/components/ugctype.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const UgcType = {
PinsType: "PINS_TYPE",
ScribesType: "SCRIBES_TYPE",
ShortcutsType: "SHORTCUTS_TYPE",
SkillsType: "SKILLS_TYPE",
SlideType: "SLIDE_TYPE",
SpreadsheetType: "SPREADSHEET_TYPE",
InlineHtmlType: "INLINE_HTML_TYPE",
Expand Down
Loading