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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,706 changes: 1,312 additions & 394 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: true
typescript:
version: 0.18.0
version: 0.18.1
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
Expand Down
2,008 changes: 1,665 additions & 343 deletions .speakeasy/glean-merged-spec.yaml

Large diffs are not rendered by default.

244 changes: 242 additions & 2 deletions .speakeasy/tests.arazzo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164393,7 +164393,7 @@ workflows:
condition: |
"x-file: example.file"
type: simple
x-speakeasy-test-group: chat
x-speakeasy-test-group: client_chat
x-speakeasy-test-rebuild: true
- workflowId: getPersonPhoto
steps:
Expand Down Expand Up @@ -164705,7 +164705,7 @@ workflows:
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"results":[],"has_more":false,"next_cursor":"<value>","request_id":"<id>"}
{"results":[],"has_more":false,"next_cursor":"<value>","request_id":"<id>","warnings":[]}
type: simple
x-speakeasy-test-group: search
x-speakeasy-test-rebuild: true
Expand Down Expand Up @@ -164932,3 +164932,243 @@ workflows:
type: simple
x-speakeasy-test-group: indexing_datasources
x-speakeasy-test-rebuild: true
- workflowId: platform-chat-create
steps:
- stepId: test
operationId: platform-chat-create
requestBody:
contentType: application/json
payload:
input: <value>
store: true
stream: false
successCriteria:
- condition: $statusCode == 200
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"id":"<id>","object":"response","created_at":"2026-05-19T05:32:52.505Z","status":"completed","output":[{"type":"message","role":"assistant","content":[{"type":"output_text","text":"<value>"}]}],"store":false,"request_id":"<id>"}
type: simple
x-speakeasy-test-group: chat
x-speakeasy-test-rebuild: true
- workflowId: platform-skills-import
steps:
- stepId: test
operationId: platform-skills-import
requestBody:
contentType: application/json
payload:
source_urls:
- <value 1>
successCriteria:
- condition: $statusCode == 200
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"skills":[],"request_id":"<id>"}
type: simple
x-speakeasy-test-group: skills
x-speakeasy-test-rebuild: true
- workflowId: platform-skills-preview-source
steps:
- stepId: test
operationId: platform-skills-preview-source
requestBody:
contentType: application/json
payload:
source_url: https://ugly-information.name/
stream: false
successCriteria:
- condition: $statusCode == 200
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"skills":[],"failures":[{"source_url":"https://slimy-availability.org","code":"SKILL_FETCH_FAILED","detail":"<value>"}],"request_id":"<id>"}
type: simple
x-speakeasy-test-group: skills
x-speakeasy-test-rebuild: true
- workflowId: platform-skills-update
steps:
- stepId: test
operationId: platform-skills-update
parameters:
- name: skill_id
in: path
value: <id>
requestBody:
contentType: application/json
payload:
status: DISABLED
successCriteria:
- condition: $statusCode == 200
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"skill":{"id":"<id>","display_name":"Afton14","description":"taut netsuke duh sonata boastfully elegantly management come","latest_version":425795,"latest_minor_version":741364,"status":"DISABLED","origin":"CUSTOM","owner":{"name":"<value>"},"created_at":"2024-12-20T01:31:39.364Z","updated_at":"2025-12-04T02:59:37.124Z"},"request_id":"<id>"}
type: simple
x-speakeasy-test-group: skills
x-speakeasy-test-rebuild: true
- workflowId: platform-skills-sync
steps:
- stepId: test
operationId: platform-skills-sync
parameters:
- name: skill_id
in: path
value: <id>
successCriteria:
- condition: $statusCode == 200
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"sync_status":"UP_TO_DATE","commit_sha":"<value>","updated":false,"request_id":"<id>"}
type: simple
x-speakeasy-test-group: skills
x-speakeasy-test-rebuild: true
- workflowId: platform-search-filters
steps:
- stepId: test
operationId: platform-search-filters
successCriteria:
- condition: $statusCode == 200
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"datasources":[],"request_id":"<id>"}
type: simple
x-speakeasy-test-group: search
x-speakeasy-test-rebuild: true
- workflowId: importAgent
steps:
- stepId: test
operationId: importAgent
parameters:
- name: agent_id
in: path
value: <id>
requestBody:
contentType: multipart/form-data
payload:
bundle: 'x-file: example.file'
successCriteria:
- condition: $statusCode == 200
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"workflowResult":{"workflow":{"author":{"name":"George Clooney","obfuscatedId":"abc123"},"lastDraftSavedBy":{"name":"George Clooney","obfuscatedId":"abc123"},"lastUpdatedBy":{"name":"George Clooney","obfuscatedId":"abc123"}}}}
type: simple
x-speakeasy-test-group: client_agents
x-speakeasy-test-rebuild: true
- workflowId: getToolServerTools
steps:
- stepId: test
operationId: getToolServerTools
parameters:
- name: serverId
in: path
value: <id>
- name: toolNames
in: query
value:
- <value 1>
- <value 2>
- <value 3>
successCriteria:
- condition: $statusCode == 200
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"tools":[{"serverId":"<id>","name":"<value>"}]}
type: simple
x-speakeasy-test-group: tools
x-speakeasy-test-rebuild: true
- workflowId: post_/api/index/v1/debug/{datasource}/document
steps:
- stepId: test
operationId: post_/api/index/v1/debug/{datasource}/document
parameters:
- name: datasource
in: path
value: <value>
requestBody:
contentType: application/json
payload:
docId: art123
objectType: Article
successCriteria:
- condition: $statusCode == 200
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"status":{"uploadStatus":"UPLOADED","lastUploadedAt":"2021-08-06T17:58:01.000Z","indexingStatus":"INDEXED","lastIndexedAt":"2021-08-06T17:58:01.000Z","permissionIdentityStatus":"UPLOADED"}}
type: simple
x-speakeasy-test-group: indexing_documents
x-speakeasy-test-rebuild: true
- workflowId: post_/api/index/v1/debug/{datasource}/documents
steps:
- stepId: test
operationId: post_/api/index/v1/debug/{datasource}/documents
parameters:
- name: datasource
in: path
value: <value>
requestBody:
contentType: application/json
payload:
debugDocuments:
- docId: art123
objectType: Article
successCriteria:
- condition: $statusCode == 200
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"documentStatuses":[{"debugInfo":{"status":{"uploadStatus":"UPLOADED","lastUploadedAt":"2021-08-06T17:58:01.000Z","indexingStatus":"INDEXED","lastIndexedAt":"2021-08-06T17:58:01.000Z","permissionIdentityStatus":"UPLOADED"}}}]}
type: simple
x-speakeasy-test-group: indexing_documents
x-speakeasy-test-rebuild: true
- workflowId: post_/api/index/v1/debug/{datasource}/document/events
steps:
- stepId: test
operationId: post_/api/index/v1/debug/{datasource}/document/events
parameters:
- name: datasource
in: path
value: <value>
requestBody:
contentType: application/json
payload:
docId: art123
maxEvents: 50
objectType: Article
startDate: "2025-05-01"
successCriteria:
- condition: $statusCode == 200
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"lifeCycleEvents":[{"event":"INDEXED","timestamp":"2021-08-06T17:58:01.000Z"}]}
type: simple
x-speakeasy-test-group: indexing_documents
x-speakeasy-test-rebuild: true
- workflowId: post_/api/index/v1/debug/{datasource}/user
steps:
- stepId: test
operationId: post_/api/index/v1/debug/{datasource}/user
parameters:
- name: datasource
in: path
value: <value>
requestBody:
contentType: application/json
payload:
email: u1@foo.com
successCriteria:
- condition: $statusCode == 200
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"status":{"isActiveUser":true,"uploadStatus":"UPLOADED","lastUploadedAt":"2021-08-06T17:58:01.000Z"}}
type: simple
x-speakeasy-test-group: people
x-speakeasy-test-rebuild: true
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
speakeasyVersion: 1.790.3
speakeasyVersion: 1.792.0
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:bb3bada7cfd1fef35eb00e096010fcd9238a6dde135ee387c782bba65dfa45fb
sourceBlobDigest: sha256:5552ea5e20187c775de44c60abbd112a31cf189b9486aafe2e303b5f71e76f0b
sourceRevisionDigest: sha256:ca77ef4550d695da210e8f0d32f3422d29e9d09f7aa66f7b13d248c6ec8c7941
sourceBlobDigest: sha256:469de4cd2c8ab4928c3989656bf63cc265a8ceea5a8b3e3498734137b19723f8
tags:
- latest
Glean Client API:
Expand All @@ -17,10 +17,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:bb3bada7cfd1fef35eb00e096010fcd9238a6dde135ee387c782bba65dfa45fb
sourceBlobDigest: sha256:5552ea5e20187c775de44c60abbd112a31cf189b9486aafe2e303b5f71e76f0b
sourceRevisionDigest: sha256:ca77ef4550d695da210e8f0d32f3422d29e9d09f7aa66f7b13d248c6ec8c7941
sourceBlobDigest: sha256:469de4cd2c8ab4928c3989656bf63cc265a8ceea5a8b3e3498734137b19723f8
codeSamplesNamespace: glean-api-specs-typescript-code-samples
codeSamplesRevisionDigest: sha256:4fccf3340ecfd3b8983f80b9a4fd877136f252809bab9111058d76b4637a86a7
codeSamplesRevisionDigest: sha256:2a5a5baffaf2d176ab8a34a66631e4780357e2999769595146e8400d7dd87e06
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
Loading
Loading