Skip to content

Commit 27f4928

Browse files
Update generated_specs and overlayed_specs
Generated-by: .github/workflows/transform.yml
1 parent c32bd9f commit 27f4928

File tree

7 files changed

+681
-910
lines changed

7 files changed

+681
-910
lines changed

.speakeasy/workflow.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.741.3
1+
speakeasyVersion: 1.745.0
22
sources:
33
glean-api-specs:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:a83e54e97f4f943e46652562299be4392233f9f468cb25920bcd55e16ae6541d
6-
sourceBlobDigest: sha256:e0545d84b8e08c5c507ae503e91141d60c5ae7b3f1fca84bba23c3c5301b7b7f
5+
sourceRevisionDigest: sha256:e31b792236b4cdee86165b248ad50f3711baf9cbd79599a1f41544e19a604b25
6+
sourceBlobDigest: sha256:61627848c06867b244454dba9a5bdb7edadd345d18fa0a67913fa9b4504c744d
77
tags:
88
- latest
99
- main

generated_specs/admin_rest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean Rest Admin API
5-
x-source-commit-sha: d4677b5edad581a54d42108533f0815074ff42fc
5+
x-source-commit-sha: 85dcef308359cb78e8e929f5f8b9935eb28a7d5d
66
description: |
77
# Introduction
88
These are all the APIs exposed to the users through an auth token to utilize certain admin
99
operations. These offer limited exposure to the admin APIs through rest endpoints.
1010
x-logo:
1111
url: https://app.glean.com/images/glean-text2.svg
12-
x-open-api-commit-sha: 7031d32cda71225508a6bffc6cea74bbf1df3ed1
12+
x-open-api-commit-sha: c32bd9f54d820b7435cbf0f76a290b88262d55d1
1313
servers:
1414
- url: https://{instance}-be.glean.com
1515
variables:

generated_specs/client_rest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean Client API
5-
x-source-commit-sha: d4677b5edad581a54d42108533f0815074ff42fc
5+
x-source-commit-sha: 85dcef308359cb78e8e929f5f8b9935eb28a7d5d
66
description: |
77
# Introduction
88
These are the public APIs to enable implementing a custom client interface to the Glean system.
@@ -31,7 +31,7 @@ info:
3131
Determine the host you need to connect to. This will be the URL of the backend for your Glean deployment, for example, customer-be.glean.com
3232
x-logo:
3333
url: https://app.glean.com/images/glean-text2.svg
34-
x-open-api-commit-sha: 7031d32cda71225508a6bffc6cea74bbf1df3ed1
34+
x-open-api-commit-sha: c32bd9f54d820b7435cbf0f76a290b88262d55d1
3535
servers:
3636
- url: https://{instance}-be.glean.com
3737
variables:

generated_specs/indexing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean Indexing API
5-
x-source-commit-sha: d4677b5edad581a54d42108533f0815074ff42fc
5+
x-source-commit-sha: 85dcef308359cb78e8e929f5f8b9935eb28a7d5d
66
description: |
77
# Introduction
88
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.
@@ -12,7 +12,7 @@ info:
1212
with a 6-month sunset period for anything that requires developers to adopt the new versions.
1313
x-logo:
1414
url: https://app.glean.com/images/glean-text2.svg
15-
x-open-api-commit-sha: 7031d32cda71225508a6bffc6cea74bbf1df3ed1
15+
x-open-api-commit-sha: c32bd9f54d820b7435cbf0f76a290b88262d55d1
1616
servers:
1717
- url: https://{instance}-be.glean.com
1818
variables:

overlayed_specs/glean-client-api-specs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
x-source-commit-sha: d4677b5edad581a54d42108533f0815074ff42fc
5+
x-source-commit-sha: 85dcef308359cb78e8e929f5f8b9935eb28a7d5d
66
description: |
77
# Introduction
88
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.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 7031d32cda71225508a6bffc6cea74bbf1df3ed1
25+
x-open-api-commit-sha: c32bd9f54d820b7435cbf0f76a290b88262d55d1
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com

overlayed_specs/glean-indexing-api-specs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
x-source-commit-sha: d4677b5edad581a54d42108533f0815074ff42fc
5+
x-source-commit-sha: 85dcef308359cb78e8e929f5f8b9935eb28a7d5d
66
description: |
77
# Introduction
88
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.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 7031d32cda71225508a6bffc6cea74bbf1df3ed1
25+
x-open-api-commit-sha: c32bd9f54d820b7435cbf0f76a290b88262d55d1
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com

0 commit comments

Comments
 (0)