Skip to content

Commit 40ea645

Browse files
Update generated_specs and overlayed_specs
Generated-by: .github/workflows/transform.yml
1 parent 3c68c10 commit 40ea645

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

.speakeasy/workflow.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ speakeasyVersion: 1.693.0
22
sources:
33
glean-api-specs:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:19e9f1f07bfd4abc7172a8d5081b1990c8cddae4c27d12b10ff0080f3b3a2934
6-
sourceBlobDigest: sha256:066e382c47c8440979713c3e24344d8fe77310bb2765edec0ba93a1a5a4fda80
5+
sourceRevisionDigest: sha256:b61c10358a4c942b8560b99ef702587c3096e35c2830cb3ab73582fa31d5e7e5
6+
sourceBlobDigest: sha256:7bed8e6205e9512ea8d854d2fff3ef710c382e031020b8bdd2ef3e44f92d92c5
77
tags:
88
- latest
99
- main

generated_specs/admin_rest.yaml

Lines changed: 6 additions & 6 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: ce91b3b8218e19c8fb221f88ec068759922b9b71
5+
x-source-commit-sha: fbe07efa69fe3d2aef0668a8f0c2197cf5b3c446
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: 2d9990173384f1cbfaab2bc25fa4b1bc54a353ac
12+
x-open-api-commit-sha: 3c68c105de7984675175aaa6975257db11549248
1313
servers:
1414
- url: https://{instance}-be.glean.com
1515
variables:
@@ -301,7 +301,7 @@ paths:
301301
description: Creates a new DLP findings export job.
302302
summary: Creates findings export
303303
operationId: createfindingsexport
304-
x-visibility: Private
304+
x-visibility: Public
305305
tags:
306306
- Governance
307307
requestBody:
@@ -325,7 +325,7 @@ paths:
325325
description: Lists all DLP findings exports.
326326
summary: Lists findings exports
327327
operationId: listfindingsexports
328-
x-visibility: Private
328+
x-visibility: Public
329329
tags:
330330
- Governance
331331
responses:
@@ -344,7 +344,7 @@ paths:
344344
description: Downloads a DLP findings export as a CSV file.
345345
summary: Downloads findings export
346346
operationId: downloadfindingsexport
347-
x-visibility: Private
347+
x-visibility: Public
348348
tags:
349349
- Governance
350350
parameters:
@@ -370,7 +370,7 @@ paths:
370370
description: Deletes a DLP findings export.
371371
summary: Deletes findings export
372372
operationId: deletefindingsexport
373-
x-visibility: Private
373+
x-visibility: Public
374374
tags:
375375
- Governance
376376
parameters:

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: ce91b3b8218e19c8fb221f88ec068759922b9b71
5+
x-source-commit-sha: fbe07efa69fe3d2aef0668a8f0c2197cf5b3c446
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: 2d9990173384f1cbfaab2bc25fa4b1bc54a353ac
34+
x-open-api-commit-sha: 3c68c105de7984675175aaa6975257db11549248
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: ce91b3b8218e19c8fb221f88ec068759922b9b71
5+
x-source-commit-sha: fbe07efa69fe3d2aef0668a8f0c2197cf5b3c446
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: 2d9990173384f1cbfaab2bc25fa4b1bc54a353ac
15+
x-open-api-commit-sha: 3c68c105de7984675175aaa6975257db11549248
1616
servers:
1717
- url: https://{instance}-be.glean.com
1818
variables:

overlayed_specs/glean-client-api-specs.yaml

Lines changed: 6 additions & 6 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: ce91b3b8218e19c8fb221f88ec068759922b9b71
5+
x-source-commit-sha: fbe07efa69fe3d2aef0668a8f0c2197cf5b3c446
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: 2d9990173384f1cbfaab2bc25fa4b1bc54a353ac
25+
x-open-api-commit-sha: 3c68c105de7984675175aaa6975257db11549248
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com
@@ -2546,7 +2546,7 @@ paths:
25462546
description: Permissions error
25472547
"500":
25482548
description: Internal error
2549-
x-visibility: Private
2549+
x-visibility: Public
25502550
get:
25512551
operationId: listfindingsexports
25522552
summary: Lists findings exports
@@ -2564,7 +2564,7 @@ paths:
25642564
description: Permissions error
25652565
"500":
25662566
description: Internal error
2567-
x-visibility: Private
2567+
x-visibility: Public
25682568
/rest/api/v1/governance/data/findings/exports/{id}:
25692569
get:
25702570
operationId: downloadfindingsexport
@@ -2591,7 +2591,7 @@ paths:
25912591
description: Permissions error
25922592
"500":
25932593
description: Internal error
2594-
x-visibility: Private
2594+
x-visibility: Public
25952595
delete:
25962596
operationId: deletefindingsexport
25972597
summary: Deletes findings export
@@ -2613,7 +2613,7 @@ paths:
26132613
description: Permissions error
26142614
"500":
26152615
description: Internal error
2616-
x-visibility: Private
2616+
x-visibility: Public
26172617
/rest/api/v1/chat#stream:
26182618
post:
26192619
tags:

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: ce91b3b8218e19c8fb221f88ec068759922b9b71
5+
x-source-commit-sha: fbe07efa69fe3d2aef0668a8f0c2197cf5b3c446
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: 2d9990173384f1cbfaab2bc25fa4b1bc54a353ac
25+
x-open-api-commit-sha: 3c68c105de7984675175aaa6975257db11549248
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com

overlayed_specs/glean-merged-spec.yaml

Lines changed: 6 additions & 6 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: ce91b3b8218e19c8fb221f88ec068759922b9b71
5+
x-source-commit-sha: fbe07efa69fe3d2aef0668a8f0c2197cf5b3c446
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: 2d9990173384f1cbfaab2bc25fa4b1bc54a353ac
25+
x-open-api-commit-sha: 3c68c105de7984675175aaa6975257db11549248
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com
@@ -3528,7 +3528,7 @@ paths:
35283528
description: Permissions error
35293529
"500":
35303530
description: Internal error
3531-
x-visibility: Private
3531+
x-visibility: Public
35323532
get:
35333533
operationId: listfindingsexports
35343534
summary: Lists findings exports
@@ -3546,7 +3546,7 @@ paths:
35463546
description: Permissions error
35473547
"500":
35483548
description: Internal error
3549-
x-visibility: Private
3549+
x-visibility: Public
35503550
/rest/api/v1/governance/data/findings/exports/{id}:
35513551
get:
35523552
operationId: downloadfindingsexport
@@ -3573,7 +3573,7 @@ paths:
35733573
description: Permissions error
35743574
"500":
35753575
description: Internal error
3576-
x-visibility: Private
3576+
x-visibility: Public
35773577
delete:
35783578
operationId: deletefindingsexport
35793579
summary: Deletes findings export
@@ -3595,7 +3595,7 @@ paths:
35953595
description: Permissions error
35963596
"500":
35973597
description: Internal error
3598-
x-visibility: Private
3598+
x-visibility: Public
35993599
/rest/api/v1/chat#stream:
36003600
post:
36013601
tags:

0 commit comments

Comments
 (0)