Skip to content

Commit a6562ed

Browse files
Update generated_specs and overlayed_specs
generated by .github/workflow/transform.yml
1 parent c424abf commit a6562ed

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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.648.1
22
sources:
33
glean-api-specs:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:087d49258c679ffe974423d64760d03d7fa9da49d50efc353e694463648a8ebf
6-
sourceBlobDigest: sha256:c4ea8dc9ffae5313444703935f238e0f8592edc5728d13c2b4a208788667ac1e
5+
sourceRevisionDigest: sha256:7365082c1cce88ce70a8d3236d544faf9f251cec5fbae1b45b592acb841b262c
6+
sourceBlobDigest: sha256:65aeb5314d524c7f62b12446b09c7381fb911e9d7c057e230f7f26d85b8e982b
77
tags:
88
- latest
99
- main

generated_specs/indexing.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,8 @@ components:
21082108
type: array
21092109
items:
21102110
$ref: "#/components/schemas/DatasourceObjectTypeDocumentCountEntry"
2111-
description: A list of object types and corresponding upload counts
2111+
description: |
2112+
A list of object types and corresponding upload counts. Note: This data may be cached and could be up to 3 hours stale.
21122113
indexed:
21132114
type: array
21142115
description: The number of documents indexed, grouped by objectType

overlayed_specs/glean-indexing-api-specs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2171,7 +2171,8 @@ components:
21712171
type: array
21722172
items:
21732173
$ref: "#/components/schemas/DatasourceObjectTypeDocumentCountEntry"
2174-
description: A list of object types and corresponding upload counts
2174+
description: |
2175+
A list of object types and corresponding upload counts. Note: This data may be cached and could be up to 3 hours stale.
21752176
indexed:
21762177
type: array
21772178
description: The number of documents indexed, grouped by objectType

overlayed_specs/glean-merged-spec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11788,7 +11788,8 @@ components:
1178811788
type: array
1178911789
items:
1179011790
$ref: "#/components/schemas/DatasourceObjectTypeDocumentCountEntry"
11791-
description: A list of object types and corresponding upload counts
11791+
description: |
11792+
A list of object types and corresponding upload counts. Note: This data may be cached and could be up to 3 hours stale.
1179211793
indexed:
1179311794
type: array
1179411795
description: The number of documents indexed, grouped by objectType

0 commit comments

Comments
 (0)