Skip to content

Commit 91d26f1

Browse files
Update generated_specs and overlayed_specs
Generated-by: .github/workflows/transform.yml
1 parent 050797b commit 91d26f1

File tree

7 files changed

+50
-14
lines changed

7 files changed

+50
-14
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.754.0
22
sources:
33
glean-api-specs:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:c4e51cadd70d0b56b7ea065633f68802025dda32df48a593788bf9be00392821
6-
sourceBlobDigest: sha256:1e4593d5b9322fc0d92dac24691083f7aae2abcf660c671dd7326b5faf99d134
5+
sourceRevisionDigest: sha256:ce2b626851ccafa45abe99cf1124f626b2af9a8d741e35d7148b392dac3ea0b5
6+
sourceBlobDigest: sha256:b882f521827adeff88a5835b04dc28061d5eb209ee846d47425b5f8ec8b6b167
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: 127a965e397e7fd69fbbe3f05d025fb9dc196d13
5+
x-source-commit-sha: c1a5aab1047c76d5cf6c9698a1055a4f0afda200
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: ec8fe8888a37f99cb333114b84e10ae92033ade8
12+
x-open-api-commit-sha: 050797b4bded72f926e7668b346572e4642a800d
1313
servers:
1414
- url: https://{instance}-be.glean.com
1515
variables:

generated_specs/client_rest.yaml

Lines changed: 14 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: 127a965e397e7fd69fbbe3f05d025fb9dc196d13
5+
x-source-commit-sha: c1a5aab1047c76d5cf6c9698a1055a4f0afda200
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: ec8fe8888a37f99cb333114b84e10ae92033ade8
34+
x-open-api-commit-sha: 050797b4bded72f926e7668b346572e4642a800d
3535
servers:
3636
- url: https://{instance}-be.glean.com
3737
variables:
@@ -8260,6 +8260,12 @@ components:
82608260
- ZERO_STATE_WORKFLOW_SUGGESTION
82618261
- PERSONALIZED_CHAT_SUGGESTION
82628262
- DAILY_DIGEST
8263+
- TASK
8264+
- PLAN_MY_DAY
8265+
- END_MY_DAY
8266+
- STARTER_KIT
8267+
- MID_DAY_CATCH_UP
8268+
- QUERY_SUGGESTION
82638269
description: Categories of content requested. An allowlist gives flexibility to request content separately or together.
82648270
requestOptions:
82658271
$ref: "#/components/schemas/FeedRequestOptions"
@@ -8747,6 +8753,10 @@ components:
87478753
- STARTER_KIT_EXTENSION
87488754
- STARTER_KIT_ORG_CHART
87498755
- STARTER_KIT_ADD_DOC
8756+
- MEETING_RECAP
8757+
- ACTIVE_DISCUSSION
8758+
- MID_DAY_CATCH_UP
8759+
- QUERY_SUGGESTION
87508760
description: Type of the justification.
87518761
justification:
87528762
type: string
@@ -8823,6 +8833,8 @@ components:
88238833
- PLAN_MY_DAY
88248834
- END_MY_DAY
88258835
- STARTER_KIT
8836+
- MID_DAY_CATCH_UP
8837+
- QUERY_SUGGESTION
88268838
description: Category of the result, one of the requested categories in incoming request.
88278839
primaryEntry:
88288840
$ref: "#/components/schemas/FeedEntry"

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: 127a965e397e7fd69fbbe3f05d025fb9dc196d13
5+
x-source-commit-sha: c1a5aab1047c76d5cf6c9698a1055a4f0afda200
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: ec8fe8888a37f99cb333114b84e10ae92033ade8
15+
x-open-api-commit-sha: 050797b4bded72f926e7668b346572e4642a800d
1616
servers:
1717
- url: https://{instance}-be.glean.com
1818
variables:

overlayed_specs/glean-client-api-specs.yaml

Lines changed: 14 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: 127a965e397e7fd69fbbe3f05d025fb9dc196d13
5+
x-source-commit-sha: c1a5aab1047c76d5cf6c9698a1055a4f0afda200
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: ec8fe8888a37f99cb333114b84e10ae92033ade8
25+
x-open-api-commit-sha: 050797b4bded72f926e7668b346572e4642a800d
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com
@@ -9036,6 +9036,12 @@ components:
90369036
- ZERO_STATE_WORKFLOW_SUGGESTION
90379037
- PERSONALIZED_CHAT_SUGGESTION
90389038
- DAILY_DIGEST
9039+
- TASK
9040+
- PLAN_MY_DAY
9041+
- END_MY_DAY
9042+
- STARTER_KIT
9043+
- MID_DAY_CATCH_UP
9044+
- QUERY_SUGGESTION
90399045
description: Categories of content requested. An allowlist gives flexibility to request content separately or together.
90409046
requestOptions:
90419047
$ref: "#/components/schemas/FeedRequestOptions"
@@ -9523,6 +9529,10 @@ components:
95239529
- STARTER_KIT_EXTENSION
95249530
- STARTER_KIT_ORG_CHART
95259531
- STARTER_KIT_ADD_DOC
9532+
- MEETING_RECAP
9533+
- ACTIVE_DISCUSSION
9534+
- MID_DAY_CATCH_UP
9535+
- QUERY_SUGGESTION
95269536
description: Type of the justification.
95279537
justification:
95289538
type: string
@@ -9599,6 +9609,8 @@ components:
95999609
- PLAN_MY_DAY
96009610
- END_MY_DAY
96019611
- STARTER_KIT
9612+
- MID_DAY_CATCH_UP
9613+
- QUERY_SUGGESTION
96029614
description: Category of the result, one of the requested categories in incoming request.
96039615
primaryEntry:
96049616
$ref: "#/components/schemas/FeedEntry"

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: 127a965e397e7fd69fbbe3f05d025fb9dc196d13
5+
x-source-commit-sha: c1a5aab1047c76d5cf6c9698a1055a4f0afda200
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: ec8fe8888a37f99cb333114b84e10ae92033ade8
25+
x-open-api-commit-sha: 050797b4bded72f926e7668b346572e4642a800d
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com

overlayed_specs/glean-merged-spec.yaml

Lines changed: 14 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: 127a965e397e7fd69fbbe3f05d025fb9dc196d13
5+
x-source-commit-sha: c1a5aab1047c76d5cf6c9698a1055a4f0afda200
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: ec8fe8888a37f99cb333114b84e10ae92033ade8
25+
x-open-api-commit-sha: 050797b4bded72f926e7668b346572e4642a800d
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com
@@ -10115,6 +10115,12 @@ components:
1011510115
- ZERO_STATE_WORKFLOW_SUGGESTION
1011610116
- PERSONALIZED_CHAT_SUGGESTION
1011710117
- DAILY_DIGEST
10118+
- TASK
10119+
- PLAN_MY_DAY
10120+
- END_MY_DAY
10121+
- STARTER_KIT
10122+
- MID_DAY_CATCH_UP
10123+
- QUERY_SUGGESTION
1011810124
description: Categories of content requested. An allowlist gives flexibility to request content separately or together.
1011910125
requestOptions:
1012010126
$ref: "#/components/schemas/FeedRequestOptions"
@@ -10602,6 +10608,10 @@ components:
1060210608
- STARTER_KIT_EXTENSION
1060310609
- STARTER_KIT_ORG_CHART
1060410610
- STARTER_KIT_ADD_DOC
10611+
- MEETING_RECAP
10612+
- ACTIVE_DISCUSSION
10613+
- MID_DAY_CATCH_UP
10614+
- QUERY_SUGGESTION
1060510615
description: Type of the justification.
1060610616
justification:
1060710617
type: string
@@ -10678,6 +10688,8 @@ components:
1067810688
- PLAN_MY_DAY
1067910689
- END_MY_DAY
1068010690
- STARTER_KIT
10691+
- MID_DAY_CATCH_UP
10692+
- QUERY_SUGGESTION
1068110693
description: Category of the result, one of the requested categories in incoming request.
1068210694
primaryEntry:
1068310695
$ref: "#/components/schemas/FeedEntry"

0 commit comments

Comments
 (0)