Skip to content
Open
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
127 changes: 64 additions & 63 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 @@ -32,7 +32,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: true
go:
version: 0.15.13
version: 0.15.14
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
baseErrorName: GleanError
Expand Down
14 changes: 10 additions & 4 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: 31a8965bc9e49871a44c872a19d7442c25790b41
x-open-api-commit-sha: 50797dafaa6c32f59f7dd18b9a5766b5321fffaa
x-source-commit-sha: 4db0de60b7e25c7536e6a41660865acbfd57dd3e
x-open-api-commit-sha: dd2e2936a14d7d3e221eaf7f926a190bd993164f
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 @@ -14004,6 +14004,10 @@ components:
description: Optional commit message for the imported version.
syncMode:
$ref: '#/components/schemas/ImportAgentSyncMode'
publishedBaselineHash:
type: string
description: |
Optional baseline hash of the currently published agent definition. When publish hash validation is enabled, an import updating an existing agent with syncMode PUBLISHED is rejected with HTTP 409 if the current published definition hash is nonempty and does not match this baseline. Leading and trailing whitespace is trimmed; omitted or blank values skip validation. Ignored for STAGED imports, new agents, and transient previews.
isDraft:
type: boolean
description: |
Expand Down Expand Up @@ -15666,8 +15670,7 @@ components:
description: Filter to only return results of the given type(s). All types may be returned if omitted.
resultSize:
type: integer
description: |
Maximum number of results to be returned. If no value is provided, the backend will cap at 200.
description: Maximum number of results to be returned. If no value is provided, the backend will cap at 200.
example: 10
authTokens:
type: array
Expand Down Expand Up @@ -15935,6 +15938,7 @@ components:
- KNOWLEDGE_GAP
- ARTIFACT_CREATION
- EDIT_DOC
- CHAT_TO_ARTIFACT
description: Categories of content requested. An allowlist gives flexibility to request content separately or together.
requestOptions:
$ref: '#/components/schemas/FeedRequestOptions'
Expand Down Expand Up @@ -16408,6 +16412,7 @@ components:
- KNOWLEDGE_GAP
- ARTIFACT_CREATION
- EDIT_DOC
- CHAT_TO_ARTIFACT
description: Type of the justification.
justification:
type: string
Expand Down Expand Up @@ -16504,6 +16509,7 @@ components:
- KNOWLEDGE_GAP
- ARTIFACT_CREATION
- EDIT_DOC
- CHAT_TO_ARTIFACT
description: Category of the result, one of the requested categories in incoming request.
primaryEntry:
$ref: '#/components/schemas/FeedEntry'
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
speakeasyVersion: 1.796.4
speakeasyVersion: 1.797.0
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:09eb059f0216714606cd4c098bf2c97994e46c67ba091ffd108681cf9ae831a5
sourceBlobDigest: sha256:a9418b93b4aaa7cd6d428375e23d233ffca2418e04be1fee988a029e3cb02931
sourceRevisionDigest: sha256:dff0c9892fbc0395fd364da2f2e4fff76387868a179d20fd605f5daec83c7487
sourceBlobDigest: sha256:40fd8ac15d7b6706fd764b3c7057c90d0a54a071ff456bd71220266e22f33029
tags:
- latest
petstore-oas:
Expand All @@ -17,10 +17,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:09eb059f0216714606cd4c098bf2c97994e46c67ba091ffd108681cf9ae831a5
sourceBlobDigest: sha256:a9418b93b4aaa7cd6d428375e23d233ffca2418e04be1fee988a029e3cb02931
sourceRevisionDigest: sha256:dff0c9892fbc0395fd364da2f2e4fff76387868a179d20fd605f5daec83c7487
sourceBlobDigest: sha256:40fd8ac15d7b6706fd764b3c7057c90d0a54a071ff456bd71220266e22f33029
codeSamplesNamespace: glean-api-specs-go-code-samples
codeSamplesRevisionDigest: sha256:0ff8664cbdc34392d4f7b35cc739944afafa44d8ab1a2d8b741b5f1f79bb67d8
codeSamplesRevisionDigest: sha256:68d75b30c56f8555baf7810079fa6eea4ddec9cfbc21c3a60728cae395f19141
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -988,4 +988,14 @@ Based on:
### Generated
- [go v0.15.13] .
### Releases
- [Go v0.15.13] https://github.com/gleanwork/api-client-go/releases/tag/v0.15.13 - .
- [Go v0.15.13] https://github.com/gleanwork/api-client-go/releases/tag/v0.15.13 - .

## 2026-09-17 03:03:53
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.797.0 (2.937.18) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.15.14] .
### Releases
- [Go v0.15.14] https://github.com/gleanwork/api-client-go/releases/tag/v0.15.14 - .
2 changes: 1 addition & 1 deletion docs/models/components/autocompleterequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
| `DatasourcesFilter` | []`string` | :heavy_minus_sign: | Filter results to only those relevant to one or more datasources (e.g. jira, gdrive). Results are unfiltered if missing. | |
| `Datasource` | `*string` | :heavy_minus_sign: | Filter to only return results relevant to the given datasource. | |
| `ResultTypes` | [][components.AutocompleteRequestResultType](../../models/components/autocompleterequestresulttype.md) | :heavy_minus_sign: | Filter to only return results of the given type(s). All types may be returned if omitted. | |
| `ResultSize` | `*int64` | :heavy_minus_sign: | Maximum number of results to be returned. If no value is provided, the backend will cap at 200.<br/> | 10 |
| `ResultSize` | `*int64` | :heavy_minus_sign: | Maximum number of results to be returned. If no value is provided, the backend will cap at 200. | 10 |
| `AuthTokens` | [][components.AuthToken](../../models/components/authtoken.md) | :heavy_minus_sign: | Auth tokens which may be used for federated results. | |
3 changes: 2 additions & 1 deletion docs/models/components/feedrequestcategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ value := components.FeedRequestCategoryDocumentSuggestion
| `FeedRequestCategoryAdminHealthCenter` | ADMIN_HEALTH_CENTER |
| `FeedRequestCategoryKnowledgeGap` | KNOWLEDGE_GAP |
| `FeedRequestCategoryArtifactCreation` | ARTIFACT_CREATION |
| `FeedRequestCategoryEditDoc` | EDIT_DOC |
| `FeedRequestCategoryEditDoc` | EDIT_DOC |
| `FeedRequestCategoryChatToArtifact` | CHAT_TO_ARTIFACT |
3 changes: 2 additions & 1 deletion docs/models/components/feedresultcategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ custom := components.FeedResultCategory("custom_value")
| `FeedResultCategoryAdminHealthCenter` | ADMIN_HEALTH_CENTER |
| `FeedResultCategoryKnowledgeGap` | KNOWLEDGE_GAP |
| `FeedResultCategoryArtifactCreation` | ARTIFACT_CREATION |
| `FeedResultCategoryEditDoc` | EDIT_DOC |
| `FeedResultCategoryEditDoc` | EDIT_DOC |
| `FeedResultCategoryChatToArtifact` | CHAT_TO_ARTIFACT |
Loading
Loading