Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 16 additions & 12 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 3e3290ca-0ee8-4981-b1bc-14536048fa63
management:
docChecksum: 6cb4c4786bf30fecfc20b38750d745eb
docChecksum: bb65a174a6b697994f7bde3845843d9d
docVersion: 0.9.0
speakeasyVersion: 1.563.1
generationVersion: 2.629.1
releaseVersion: 0.6.6
configChecksum: deb305dde9c116c694b15d39c5ae7854
speakeasyVersion: 1.576.1
generationVersion: 2.651.2
releaseVersion: 0.7.0
configChecksum: 1fdd57721d8451c79856369d08e3d61d
repoURL: https://github.com/gleanwork/api-client-python.git
installationURL: https://github.com/gleanwork/api-client-python.git
published: true
Expand All @@ -16,7 +16,7 @@ features:
additionalProperties: 1.0.1
configurableModuleName: 0.2.0
constsAndDefaults: 1.0.5
core: 5.19.3
core: 5.19.4
defaultEnabledRetries: 0.2.0
deprecations: 3.0.2
devContainers: 3.0.0
Expand All @@ -31,13 +31,13 @@ features:
globalServerURLs: 3.1.1
groups: 3.0.0
methodArguments: 1.0.2
mockServer: 0.1.0
mockServer: 0.1.1
multipartFileContentType: 1.0.0
nameOverrides: 3.0.1
responseFormat: 1.0.1
retries: 3.0.2
sdkHooks: 1.1.0
tests: 1.17.0
tests: 1.19.1
unions: 3.0.4
uploadStreams: 1.0.0
generatedFiles:
Expand Down Expand Up @@ -481,6 +481,7 @@ generatedFiles:
- docs/models/reminderrequest.md
- docs/models/reportstatusresponse.md
- docs/models/reportstatusresponsestatus.md
- docs/models/requesttype.md
- docs/models/responsehint.md
- docs/models/responsestatus.md
- docs/models/restrictionfilters.md
Expand Down Expand Up @@ -663,8 +664,11 @@ generatedFiles:
- src/glean/api_client/entities.py
- src/glean/api_client/errors/__init__.py
- src/glean/api_client/errors/collectionerror.py
- src/glean/api_client/errors/gleanbaseerror.py
- src/glean/api_client/errors/gleandataerror.py
- src/glean/api_client/errors/gleanerror.py
- src/glean/api_client/errors/no_response_error.py
- src/glean/api_client/errors/responsevalidationerror.py
- src/glean/api_client/governance.py
- src/glean/api_client/governance_documents.py
- src/glean/api_client/httpclient.py
Expand Down Expand Up @@ -2012,17 +2016,17 @@ examples:
createAndStreamRun:
speakeasy-default-create-and-stream-run:
requestBody:
application/json: {"agent_id": "<id>"}
application/json: {"agent_id": "<id>", "messages": [{"role": "USER"}]}
responses:
"200":
text/event-stream: "<value>"
createAndWaitRun:
speakeasy-default-create-and-wait-run:
requestBody:
application/json: {"agent_id": "<id>"}
application/json: {"agent_id": "<id>", "messages": [{"role": "USER"}]}
responses:
"200":
application/json: {}
application/json: {"run": {"agent_id": "<id>", "messages": [{"role": "USER"}]}, "messages": [{"role": "USER"}]}
addcollectionitems:
speakeasy-default-addcollectionitems:
requestBody:
Expand Down Expand Up @@ -2197,7 +2201,7 @@ examples:
listentities:
speakeasy-default-listentities:
requestBody:
application/json: {"filter": [{"fieldName": "type", "values": [{"value": "Spreadsheet", "relationType": "EQUALS"}, {"value": "Presentation", "relationType": "EQUALS"}]}], "entityType": "PEOPLE", "pageSize": 100}
application/json: {"filter": [{"fieldName": "type", "values": [{"value": "Spreadsheet", "relationType": "EQUALS"}, {"value": "Presentation", "relationType": "EQUALS"}]}], "entityType": "PEOPLE", "pageSize": 100, "requestType": "STANDARD"}
responses:
"200":
application/json: {"results": [{"name": "George Clooney", "obfuscatedId": "abc123"}], "teamResults": [{"id": "<id>", "name": "<value>", "members": [{"person": {"name": "George Clooney", "obfuscatedId": "abc123"}, "relationship": "MEMBER"}], "customFields": [{"label": "<value>", "values": [], "displayable": true}], "datasourceProfiles": [{"datasource": "github", "handle": "<value>"}], "status": "PROCESSED", "canBeDeleted": true}], "customEntityResults": [{"roles": [{"person": {"name": "George Clooney", "obfuscatedId": "abc123"}, "role": "OWNER"}]}], "facetResults": [{"sourceName": "container_name", "operatorName": "SelectMultiple", "buckets": [{"count": 1, "datasource": "jira", "percentage": 5, "value": {"stringValue": "engineering", "integerValue": 5, "displayLabel": "engineering", "iconConfig": {"color": "#343CED", "key": "person_icon", "iconType": "GLYPH", "name": "user"}}}], "hasMoreBuckets": false, "groupName": "Service Cloud"}]}
Expand Down
3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ generation:
mockServer:
disabled: false
tests:
generateTests: true
generateNewTests: true
skipResponseBodyAssertions: true
python:
version: 0.6.6
version: 0.7.0
additionalDependencies:
dev: {}
main: {}
Expand Down
26 changes: 24 additions & 2 deletions .speakeasy/glean-merged-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@ paths:
tags:
- Entities
summary: List entities
description: List some set of details for all entities that fit the given criteria and return in the requested order. Does not support negation in filters, assumes relation type EQUALS. There is a limit of 10000 entities that can be retrieved via this endpoint.
description: List some set of details for all entities that fit the given criteria and return in the requested order. Does not support negation in filters, assumes relation type EQUALS. There is a limit of 10000 entities that can be retrieved via this endpoint, except when using FULL_DIRECTORY request type for people entities.
operationId: listentities
x-visibility: Public
x-codegen-request-body-name: payload
Expand Down Expand Up @@ -4122,6 +4122,7 @@ components:
- ID_EQUALS
- LT
- GT
- NOT_EQUALS
example: EQUALS
isNegated:
type: boolean
Expand Down Expand Up @@ -4868,7 +4869,8 @@ components:
example: From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.
boardId:
type: integer
description: The parent board ID of this Answer, or 0 if it's a floating Answer.
description: The parent board ID of this Answer, or 0 if it's a floating Answer. Adding Answers to Answer Boards is no longer permitted.
deprecated: true
audienceFilters:
type: array
description: Filters which restrict who should see the answer. Values are taken from the corresponding filters in people search.
Expand Down Expand Up @@ -5640,11 +5642,13 @@ components:
- ATTACHMENT
- CANONICAL
- CASE
- contact
- CONTACT
- CONVERSATION_MESSAGES
- EXPERT
- FROM
- HIGHLIGHT
- opportunity
- OPPORTUNITY
- RECENT
- SOURCE
Expand Down Expand Up @@ -7523,6 +7527,7 @@ components:
type: string
title: Role
description: The role of the message.
example: USER
content:
title: Content
description: The content of the message.
Expand Down Expand Up @@ -8415,6 +8420,7 @@ components:
- COPYPASTED_QUOTES
- INVALID_OPERATOR
- MAYBE_INVALID_FACET_QUERY
- TOO_MANY_DATASOURCE_GROUPS
description: The type of the warning.
lastUsedTerm:
type: string
Expand Down Expand Up @@ -9058,6 +9064,7 @@ components:
- DISPLAYABLE_LIST
- SOCIAL_LINK
- EXTERNAL_TASKS
- WORKFLOW_COLLECTIONS
- ZERO_STATE_CHAT_SUGGESTION
- ZERO_STATE_CHAT_TOOL_SUGGESTION
- ZERO_STATE_WORKFLOW_CREATED_BY_ME
Expand Down Expand Up @@ -9632,6 +9639,16 @@ components:
source:
type: string
description: A string denoting the search surface from which the endpoint is called.
requestType:
type: string
default: STANDARD
description: The type of request being made.
x-enumDescriptions:
STANDARD: Used by default for all requests and satisfies all standard use cases for list requests. Limited to 10000 entities.
FULL_DIRECTORY: Used exclusively to return a comprehensive list of all people entities in the organization, typically for audit like purposes. The recommended approach is to sort by FIRST_NAME or LAST_NAME, and use pagination for large organizations.
enum:
- STANDARD
- FULL_DIRECTORY
EntitiesSortOrder:
type: string
description: Different ways of sorting entities
Expand Down Expand Up @@ -11745,6 +11762,10 @@ components:
type: string
description: end time of the time range, applicable for the CUSTOM type.
format: date-time
lastNDaysValue:
type: integer
description: The number of days to look back from the current time, applicable for the LAST_N_DAYS type.
format: int64
InputOptions:
description: Controls which data-sources and what time-range to include in scans.
properties:
Expand Down Expand Up @@ -11779,6 +11800,7 @@ components:
- PAST_YEAR
- PAST_DAY
- CUSTOM
- LAST_N_DAYS
customTimeRange:
$ref: "#/components/schemas/TimeRange"
SharingOptions:
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.563.1
speakeasyVersion: 1.576.1
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:766f374184dd7d6b119aef718a826e26e7e690a65bd8edd8e326c75699c9c0f5
sourceBlobDigest: sha256:b566588e295fa760c08dc3e5f61f4026e3b295999709bbec5a3f434f51316f89
sourceRevisionDigest: sha256:57fc6af98e6e9e98c92547985293be8fafd52d2a1d1ef88d4b24636743b9f119
sourceBlobDigest: sha256:01cf4577ff2f15ba160b16bba410571a8ba0c5fefa7e6dd7101edef7ef7c68dc
tags:
- latest
- speakeasy-sdk-regen-1749670145
- speakeasy-sdk-regen-1750453704
Glean Client API:
sourceNamespace: glean-client-api
sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2
Expand All @@ -17,10 +17,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:766f374184dd7d6b119aef718a826e26e7e690a65bd8edd8e326c75699c9c0f5
sourceBlobDigest: sha256:b566588e295fa760c08dc3e5f61f4026e3b295999709bbec5a3f434f51316f89
sourceRevisionDigest: sha256:57fc6af98e6e9e98c92547985293be8fafd52d2a1d1ef88d4b24636743b9f119
sourceBlobDigest: sha256:01cf4577ff2f15ba160b16bba410571a8ba0c5fefa7e6dd7101edef7ef7c68dc
codeSamplesNamespace: glean-api-specs-python-code-samples
codeSamplesRevisionDigest: sha256:6fc7a331ac2723e7e15b995ac16fcbcb8e5e23c00dba76053d4977ed1b7ea737
codeSamplesRevisionDigest: sha256:a3e4747f03210d3a8c89a108ea025873dc27315afa1bc443db740a904074c96e
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,14 @@ Based on:
### Generated
- [python v0.6.6] .
### Releases
- [PyPI v0.6.6] https://pypi.org/project/glean/0.6.6 - .
- [PyPI v0.6.6] https://pypi.org/project/glean/0.6.6 - .

## 2025-07-07 23:17:03
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.576.1 (2.651.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.7.0] .
### Releases
- [PyPI v0.7.0] https://pypi.org/project/glean/0.7.0 - .
Loading