| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9de407e commit ab6e4b5
14 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,7 @@ generation: | |||
| 30 | 30 | generateNewTests: true | |
| 31 | 31 | skipResponseBodyAssertions: true | |
| 32 | 32 | python: | |
| 33 | - version: 0.11.20 | ||
| 33 | + version: 0.11.22 | ||
| 34 | 34 | additionalDependencies: | |
| 35 | 35 | dev: {} | |
| 36 | 36 | main: {} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ openapi: 3.0.0 | |||
| 2 | 2 | info: | |
| 3 | 3 | version: 0.9.0 | |
| 4 | 4 | title: Glean API | |
| 5 | - x-source-commit-sha: 9d70dc6fd5686efed566683e892e33d087e59fb3 | ||
| 5 | + x-source-commit-sha: 1c30a2e9466bf278374bd82863042433f7fa8a6d | ||
| 6 | 6 | description: | | |
| 7 | 7 | # Introduction | |
| 8 | 8 | 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: | |||
| 22 | 22 | These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice. | |
| 23 | 23 | x-logo: | |
| 24 | 24 | url: https://app.glean.com/images/glean-text2.svg | |
| 25 | - x-open-api-commit-sha: 3c0c128eb9356e9aee605457114fd985b8165472 | ||
| 25 | + x-open-api-commit-sha: bfa098a27c3b8f11087766de34606765c946e305 | ||
| 26 | 26 | x-speakeasy-name: 'Glean API' | |
| 27 | 27 | servers: | |
| 28 | 28 | - url: https://{instance}-be.glean.com | |
@@ -8703,6 +8703,12 @@ components: | |||
| 8703 | 8703 | agentName: | |
| 8704 | 8704 | type: string | |
| 8705 | 8705 | description: Name of the agent to be shown in the agent column in this department over the specified time period. | |
| 8706 | + icon: | ||
| 8707 | + $ref: "#/components/schemas/IconConfig" | ||
| 8708 | + description: Agent icon configuration | ||
| 8709 | + isDeleted: | ||
| 8710 | + type: boolean | ||
| 8711 | + description: Indicates whether the agent has been deleted | ||
| 8706 | 8712 | AgentUsersInsight: | |
| 8707 | 8713 | properties: | |
| 8708 | 8714 | person: | |
@@ -12414,6 +12420,9 @@ components: | |||
| 12414 | 12420 | enum: | |
| 12415 | 12421 | - LIKELY | |
| 12416 | 12422 | - VERY_LIKELY | |
| 12423 | + - POSSIBLE | ||
| 12424 | + - UNLIKELY | ||
| 12425 | + - VERY_UNLIKELY | ||
| 12417 | 12426 | infoType: | |
| 12418 | 12427 | description: Text representation of an info-type to scan for. | |
| 12419 | 12428 | type: string | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,11 +2,11 @@ speakeasyVersion: 1.650.0 | |||
| 2 | 2 | sources: | |
| 3 | 3 | Glean API: | |
| 4 | 4 | sourceNamespace: glean-api-specs | |
| 5 | - sourceRevisionDigest: sha256:62524361387995d29512015c83e4aa5507ed826187bbe8f79d238fa78cc821eb | ||
| 6 | - sourceBlobDigest: sha256:e7f1e3c78f0d40cb37537f7827319e5cf1d07d0bec0ea4b6385636b5d8d0678e | ||
| 5 | + sourceRevisionDigest: sha256:6e09038391ad70d5f9b70c63b3284e81624f1cd18b512456e1ef14583adba00f | ||
| 6 | + sourceBlobDigest: sha256:62b0b08fedd634cc54f3083a149d42af7b4b534cbe8da080c65eaa8377fdcddd | ||
| 7 | 7 | tags: | |
| 8 | 8 | - latest | |
| 9 | - - speakeasy-sdk-regen-1763762738 | ||
| 9 | + - speakeasy-sdk-regen-1763969825 | ||
| 10 | 10 | Glean Client API: | |
| 11 | 11 | sourceNamespace: glean-client-api | |
| 12 | 12 | sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2 | |
@@ -17,10 +17,10 @@ targets: | |||
| 17 | 17 | glean: | |
| 18 | 18 | source: Glean API | |
| 19 | 19 | sourceNamespace: glean-api-specs | |
| 20 | - sourceRevisionDigest: sha256:62524361387995d29512015c83e4aa5507ed826187bbe8f79d238fa78cc821eb | ||
| 21 | - sourceBlobDigest: sha256:e7f1e3c78f0d40cb37537f7827319e5cf1d07d0bec0ea4b6385636b5d8d0678e | ||
| 20 | + sourceRevisionDigest: sha256:6e09038391ad70d5f9b70c63b3284e81624f1cd18b512456e1ef14583adba00f | ||
| 21 | + sourceBlobDigest: sha256:62b0b08fedd634cc54f3083a149d42af7b4b534cbe8da080c65eaa8377fdcddd | ||
| 22 | 22 | codeSamplesNamespace: glean-api-specs-python-code-samples | |
| 23 | - codeSamplesRevisionDigest: sha256:88e540398f913e4cdf884f04e70cb86cd33e117ad98b77fa01ec5939e8bd4dca | ||
| 23 | + codeSamplesRevisionDigest: sha256:380bfe75991017e623736785201d21cac9de54b2bab5d9bfa09699ac73829ad6 | ||
| 24 | 24 | workflow: | |
| 25 | 25 | workflowVersion: 1.0.0 | |
| 26 | 26 | speakeasyVersion: latest | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -438,4 +438,14 @@ Based on: | |||
| 438 | 438 | ### Generated | |
| 439 | 439 | - [python v0.11.20] . | |
| 440 | 440 | ### Releases | |
| 441 | - - [PyPI v0.11.20] https://pypi.org/project/glean/0.11.20 - . | ||
| 441 | + - [PyPI v0.11.20] https://pypi.org/project/glean/0.11.20 - . | ||
| 442 | + | ||
| 443 | + ## 2025-11-24 19:31:47 | ||
| 444 | + ### Changes | ||
| 445 | + Based on: | ||
| 446 | + - OpenAPI Doc | ||
| 447 | + - Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy | ||
| 448 | + ### Generated | ||
| 449 | + - [python v0.11.22] . | ||
| 450 | + ### Releases | ||
| 451 | + - [PyPI v0.11.22] https://pypi.org/project/glean/0.11.22 - . | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,11 +3,13 @@ | |||
| 3 | 3 | ||
| 4 | 4 | ## Fields | |
| 5 | 5 | ||
| 6 | - | Field | Type | Required | Description | | ||
| 7 | - | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | | ||
| 8 | - | `department` | *Optional[str]* | :heavy_minus_sign: | Name of the department | | ||
| 9 | - | `agent_adoption_rate` | *Optional[float]* | :heavy_minus_sign: | Percentage of employees in the department who have used agents at least once over the specified time period. | | ||
| 10 | - | `user_count` | *Optional[int]* | :heavy_minus_sign: | Total number of users in this department who have used any agent over the specified time period. | | ||
| 11 | - | `run_count` | *Optional[int]* | :heavy_minus_sign: | Total number of runs in this department over the specified time period. | | ||
| 12 | - | `agent_id` | *Optional[str]* | :heavy_minus_sign: | ID of the agent to be shown in the agent column in this department over the specified time period. | | ||
| 13 | - | `agent_name` | *Optional[str]* | :heavy_minus_sign: | Name of the agent to be shown in the agent column in this department over the specified time period. | | ||
| 6 | + | Field | Type | Required | Description | Example | | ||
| 7 | + | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | | ||
| 8 | + | `department` | *Optional[str]* | :heavy_minus_sign: | Name of the department | | | ||
| 9 | + | `agent_adoption_rate` | *Optional[float]* | :heavy_minus_sign: | Percentage of employees in the department who have used agents at least once over the specified time period. | | | ||
| 10 | + | `user_count` | *Optional[int]* | :heavy_minus_sign: | Total number of users in this department who have used any agent over the specified time period. | | | ||
| 11 | + | `run_count` | *Optional[int]* | :heavy_minus_sign: | Total number of runs in this department over the specified time period. | | | ||
| 12 | + | `agent_id` | *Optional[str]* | :heavy_minus_sign: | ID of the agent to be shown in the agent column in this department over the specified time period. | | | ||
| 13 | + | `agent_name` | *Optional[str]* | :heavy_minus_sign: | Name of the agent to be shown in the agent column in this department over the specified time period. | | | ||
| 14 | + | `icon` | [Optional[models.IconConfig]](../models/iconconfig.md) | :heavy_minus_sign: | Defines how to render an icon | {<br/>"color": "#343CED",<br/>"key": "person_icon",<br/>"iconType": "GLYPH",<br/>"name": "user"<br/>} | | ||
| 15 | + | `is_deleted` | *Optional[bool]* | :heavy_minus_sign: | Indicates whether the agent has been deleted | | | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,10 @@ | |||
| 5 | 5 | ||
| 6 | 6 | ## Values | |
| 7 | 7 | ||
| 8 | - | Name | Value | | ||
| 9 | - | ------------- | ------------- | | ||
| 10 | - | `LIKELY` | LIKELY | | ||
| 11 | - | `VERY_LIKELY` | VERY_LIKELY | | ||
| 8 | + | Name | Value | | ||
| 9 | + | --------------- | --------------- | | ||
| 10 | + | `LIKELY` | LIKELY | | ||
| 11 | + | `VERY_LIKELY` | VERY_LIKELY | | ||
| 12 | + | `POSSIBLE` | POSSIBLE | | ||
| 13 | + | `UNLIKELY` | UNLIKELY | | ||
| 14 | + | `VERY_UNLIKELY` | VERY_UNLIKELY | | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | [project] | |
| 2 | 2 | name = "glean-api-client" | |
| 3 | - version = "0.11.20" | ||
| 3 | + version = "0.11.22" | ||
| 4 | 4 | description = "Python Client SDK Generated by Speakeasy." | |
| 5 | 5 | authors = [{ name = "Glean Technologies, Inc." }] | |
| 6 | 6 | license = "MIT" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -922,7 +922,7 @@ GetpolicyResponse (HttpMeta: HTTPMetadata, GetDlpReportResponse: GetDlpReportRes | |||
| 922 | 922 | DlpReport (id: string, name: string, config: DlpConfig ...) | |
| 923 | 923 | DlpConfig (version: integer, sensitiveInfoTypes: array, inputOptions: InputOptions ...) | |
| 924 | 924 | SensitiveInfoType (likelihoodThreshold: enum, infoType: string) | |
| 925 | - LikelihoodThreshold (enum: LIKELY, VERY_LIKELY) | ||
| 925 | + LikelihoodThreshold (enum: LIKELY, VERY_LIKELY, POSSIBLE ...) | ||
| 926 | 926 | InputOptions (urlGreenlist: array, datasourcesType: enum, datasources: array ...) | |
| 927 | 927 | DatasourcesType (enum: ALL, CUSTOM) | |
| 928 | 928 | TimePeriodType (enum: ALL_TIME, PAST_YEAR, PAST_DAY ...) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,10 +3,10 @@ | |||
| 3 | 3 | import importlib.metadata | |
| 4 | 4 | ||
| 5 | 5 | __title__: str = "glean" | |
| 6 | - __version__: str = "0.11.20" | ||
| 6 | + __version__: str = "0.11.22" | ||
| 7 | 7 | __openapi_doc_version__: str = "0.9.0" | |
| 8 | 8 | __gen_version__: str = "2.743.2" | |
| 9 | - __user_agent__: str = "speakeasy-sdk/python 0.11.20 2.743.2 0.9.0 glean" | ||
| 9 | + __user_agent__: str = "speakeasy-sdk/python 0.11.22 2.743.2 0.9.0 glean" | ||
| 10 | 10 | ||
| 11 | 11 | try: | |
| 12 | 12 | if __package__ is not None: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments