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
220 changes: 128 additions & 92 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 @@ -24,7 +24,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: true
typescript:
version: 0.1.0-beta.5
version: 0.1.0-beta.6
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
113 changes: 55 additions & 58 deletions .speakeasy/glean-merged-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ paths:
description: Not Authorized
"429":
description: Too Many Requests
x-speakeasy-group: client.activities
x-speakeasy-name-override: reportActivity
x-speakeasy-group: client.activity
/rest/api/v1/createannouncement:
post:
tags:
Expand Down Expand Up @@ -281,7 +280,7 @@ paths:
description: Not Authorized
"429":
description: Too Many Requests
x-speakeasy-name-override: edit
x-speakeasy-name-override: update
x-speakeasy-group: client.answers
/rest/api/v1/getanswer:
post:
Expand Down Expand Up @@ -314,7 +313,7 @@ paths:
description: Not Authorized
"429":
description: Too Many Requests
x-speakeasy-name-override: get
x-speakeasy-name-override: retrieve
x-speakeasy-group: client.answers
/rest/api/v1/listanswers:
post:
Expand Down Expand Up @@ -509,7 +508,7 @@ paths:
"429":
description: Too Many Requests
x-speakeasy-group: client.chat
x-speakeasy-name-override: start
x-speakeasy-name-override: create
x-speakeasy-usage-example: true
/rest/api/v1/deleteallchats:
post:
Expand Down Expand Up @@ -597,7 +596,7 @@ paths:
description: Forbidden
"429":
description: Too Many Requests
x-speakeasy-name-override: get
x-speakeasy-name-override: retrieve
x-speakeasy-group: client.chat
/rest/api/v1/listchats:
post:
Expand Down Expand Up @@ -656,8 +655,8 @@ paths:
description: Not Authorized
"403":
description: Forbidden
x-speakeasy-name-override: getApplication
x-speakeasy-group: client.chat
x-speakeasy-name-override: retrieve
x-speakeasy-group: client.chat.application
/rest/api/v1/uploadchatfiles:
post:
tags:
Expand Down Expand Up @@ -690,8 +689,8 @@ paths:
description: Forbidden
"429":
description: Too Many Requests
x-speakeasy-name-override: uploadFiles
x-speakeasy-group: client.chat
x-speakeasy-name-override: upload
x-speakeasy-group: client.chat.files
/rest/api/v1/getchatfiles:
post:
tags:
Expand Down Expand Up @@ -724,8 +723,8 @@ paths:
description: Forbidden
"429":
description: Too Many Requests
x-speakeasy-name-override: getFiles
x-speakeasy-group: client.chat
x-speakeasy-name-override: retrieve
x-speakeasy-group: client.chat.files
/rest/api/v1/deletechatfiles:
post:
tags:
Expand Down Expand Up @@ -753,8 +752,8 @@ paths:
description: Forbidden
"429":
description: Too Many Requests
x-speakeasy-name-override: deleteFiles
x-speakeasy-group: client.chat
x-speakeasy-name-override: delete
x-speakeasy-group: client.chat.files
/rest/api/v1/runagent:
post:
tags:
Expand Down Expand Up @@ -788,6 +787,8 @@ paths:
description: Request Timeout
"429":
description: Too Many Requests
x-speakeasy-group: client.agents.agent
x-speakeasy-name-override: run
/rest/api/v1/listagents:
post:
tags:
Expand Down Expand Up @@ -819,6 +820,8 @@ paths:
description: Request Timeout
"429":
description: Too Many Requests
x-speakeasy-group: client.agents
x-speakeasy-name-override: list
/rest/api/v1/getagentinputs:
post:
tags:
Expand Down Expand Up @@ -852,6 +855,8 @@ paths:
description: Request Timeout
"429":
description: Too Many Requests
x-speakeasy-group: client.agents.agent.inputs
x-speakeasy-name-override: retrieve
/rest/api/v1/addcollectionitems:
post:
tags:
Expand Down Expand Up @@ -992,8 +997,8 @@ paths:
description: Failed to save deletion
"429":
description: Too Many Requests
x-speakeasy-name-override: deleteItem
x-speakeasy-group: client.collections
x-speakeasy-name-override: delete
x-speakeasy-group: client.collections.item
/rest/api/v1/editcollection:
post:
tags:
Expand Down Expand Up @@ -1064,8 +1069,8 @@ paths:
description: Not Authorized
"429":
description: Too Many Requests
x-speakeasy-name-override: editItem
x-speakeasy-group: client.collections
x-speakeasy-name-override: update
x-speakeasy-group: client.collections.item
/rest/api/v1/getcollection:
post:
tags:
Expand Down Expand Up @@ -1097,7 +1102,7 @@ paths:
description: Not Authorized
"429":
description: Too Many Requests
x-speakeasy-name-override: get
x-speakeasy-name-override: retrieve
x-speakeasy-group: client.collections
/rest/api/v1/listcollections:
post:
Expand Down Expand Up @@ -1165,8 +1170,8 @@ paths:
description: Forbidden
"429":
description: Too Many Requests
x-speakeasy-name-override: getPermissions
x-speakeasy-group: client.documents
x-speakeasy-name-override: retrieve
x-speakeasy-group: client.documents.permissions
/rest/api/v1/getdocuments:
post:
tags:
Expand Down Expand Up @@ -1198,7 +1203,7 @@ paths:
description: Documents does not exist, or user cannot access documents.
"429":
description: Too Many Requests
x-speakeasy-name-override: get
x-speakeasy-name-override: retrieve
x-speakeasy-group: client.documents
/rest/api/v1/getdocumentsbyfacets:
post:
Expand Down Expand Up @@ -1231,7 +1236,7 @@ paths:
description: Not Found
"429":
description: Too Many Requests
x-speakeasy-name-override: getByFacets
x-speakeasy-name-override: retrieveByFacets
x-speakeasy-group: client.documents
/rest/api/v1/insights:
post:
Expand Down Expand Up @@ -1264,7 +1269,7 @@ paths:
description: Not Authorized
"429":
description: Too Many Requests
x-speakeasy-name-override: get
x-speakeasy-name-override: retrieve
x-speakeasy-group: client.insights
/rest/api/v1/messages:
post:
Expand Down Expand Up @@ -1297,7 +1302,7 @@ paths:
description: Not Authorized
"429":
description: Too Many Requests
x-speakeasy-name-override: get
x-speakeasy-name-override: retrieve
x-speakeasy-group: client.messages
/rest/api/v1/editpin:
post:
Expand Down Expand Up @@ -1330,7 +1335,7 @@ paths:
description: Not Authorized
"429":
description: Too Many Requests
x-speakeasy-name-override: edit
x-speakeasy-name-override: update
x-speakeasy-group: client.pins
/rest/api/v1/getpin:
post:
Expand Down Expand Up @@ -1363,7 +1368,7 @@ paths:
description: Not Authorized
"429":
description: Too Many Requests
x-speakeasy-name-override: get
x-speakeasy-name-override: retrieve
x-speakeasy-group: client.pins
/rest/api/v1/listpins:
post:
Expand Down Expand Up @@ -1504,8 +1509,8 @@ paths:
$ref: "#/components/schemas/ErrorInfo"
"429":
description: Too Many Requests
x-speakeasy-name-override: admin
x-speakeasy-group: client.search
x-speakeasy-name-override: query
x-speakeasy-group: client.search.admin
/rest/api/v1/autocomplete:
post:
tags:
Expand Down Expand Up @@ -1537,8 +1542,6 @@ paths:
description: Not Authorized
"429":
description: Too Many Requests
x-speakeasy-name-override: autocomplete
x-speakeasy-group: client.search
/rest/api/v1/feed:
post:
tags:
Expand Down Expand Up @@ -1572,8 +1575,8 @@ paths:
description: Request Timeout
"429":
description: Too Many Requests
x-speakeasy-name-override: getFeed
x-speakeasy-group: client.search
x-speakeasy-name-override: retrieve
x-speakeasy-group: client.search.feed
/rest/api/v1/recommendations:
post:
tags:
Expand Down Expand Up @@ -1656,7 +1659,7 @@ paths:
$ref: "#/components/schemas/ErrorInfo"
"429":
description: Too Many Requests
x-speakeasy-name-override: execute
x-speakeasy-name-override: query
x-speakeasy-group: client.search
/rest/api/v1/listentities:
post:
Expand Down Expand Up @@ -1755,8 +1758,6 @@ paths:
description: Not Authorized
"429":
description: Too Many Requests
x-speakeasy-name-override: create
x-speakeasy-group: client.shortcuts
/rest/api/v1/deleteshortcut:
post:
tags:
Expand Down Expand Up @@ -1817,7 +1818,7 @@ paths:
description: Not Authorized
"429":
description: Too Many Requests
x-speakeasy-name-override: get
x-speakeasy-name-override: retrieve
x-speakeasy-group: client.shortcuts
/rest/api/v1/listshortcuts:
post:
Expand Down Expand Up @@ -2017,8 +2018,6 @@ paths:
description: Document does not exist, does not support verification or user cannot access document
"429":
description: Too Many Requests
x-speakeasy-name-override: verify
x-speakeasy-group: client.verification
/api/index/v1/indexdocument:
post:
summary: Index document
Expand Down Expand Up @@ -2446,8 +2445,8 @@ paths:
description: Bad Request
"401":
description: Not Authorized
x-speakeasy-name-override: getDatasourceStatus
x-speakeasy-group: indexing.troubleshooting
x-speakeasy-name-override: status
x-speakeasy-group: indexing.troubleshooting.datasource
/api/index/v1/debug/{datasource}/document:
post:
x-beta: true
Expand Down Expand Up @@ -2484,8 +2483,8 @@ paths:
description: Bad Request
"401":
description: Not Authorized
x-speakeasy-name-override: postDocumentDebug
x-speakeasy-group: indexing.troubleshooting
x-speakeasy-name-override: debug
x-speakeasy-group: indexing.troubleshooting.datasource.document
/api/index/v1/debug/{datasource}/documents:
post:
x-beta: true
Expand Down Expand Up @@ -2522,8 +2521,8 @@ paths:
description: Bad Request
"401":
description: Not Authorized
x-speakeasy-name-override: postDocumentsDebug
x-speakeasy-group: indexing.troubleshooting
x-speakeasy-name-override: debug
x-speakeasy-group: indexing.troubleshooting.datasource.documents
/api/index/v1/debug/{datasource}/user:
post:
x-beta: true
Expand Down Expand Up @@ -2560,8 +2559,8 @@ paths:
description: Bad Request
"401":
description: Not Authorized
x-speakeasy-name-override: debugUser
x-speakeasy-group: indexing.troubleshooting
x-speakeasy-name-override: debug
x-speakeasy-group: indexing.troubleshooting.datasource.user
/api/index/v1/checkdocumentaccess:
post:
summary: Check document access
Expand Down Expand Up @@ -2623,8 +2622,8 @@ paths:
description: Not Authorized
"429":
description: Too Many Requests
x-speakeasy-name-override: getStatus
x-speakeasy-group: indexing.troubleshooting
x-speakeasy-name-override: status
x-speakeasy-group: indexing.troubleshooting.documents
/api/index/v1/getdocumentcount:
post:
deprecated: true
Expand Down Expand Up @@ -2655,8 +2654,8 @@ paths:
description: Not Authorized
"409":
description: Conflict
x-speakeasy-name-override: getDocumentCount
x-speakeasy-group: indexing.troubleshooting
x-speakeasy-name-override: count
x-speakeasy-group: indexing.troubleshooting.documents
/api/index/v1/getusercount:
post:
deprecated: true
Expand Down Expand Up @@ -2687,8 +2686,8 @@ paths:
description: Not Authorized
"409":
description: Conflict
x-speakeasy-name-override: getUserCount
x-speakeasy-group: indexing.troubleshooting
x-speakeasy-name-override: count
x-speakeasy-group: indexing.troubleshooting.users
/api/index/v1/betausers:
post:
summary: Beta users
Expand Down Expand Up @@ -2761,8 +2760,8 @@ paths:
description: Not Authorized
"409":
description: Conflict
x-speakeasy-name-override: getConfig
x-speakeasy-group: indexing.datasources
x-speakeasy-name-override: retrieve
x-speakeasy-group: indexing.datasources.config
/api/index/v1/rotatetoken:
post:
summary: Rotate token
Expand Down Expand Up @@ -2828,8 +2827,6 @@ paths:
description: Not Authorized
"409":
description: Conflict
x-speakeasy-group: indexing.people
x-speakeasy-name-override: bulkIndexEmployees
/api/index/v1/indexemployeelist:
post:
summary: Bulk index employees
Expand Down Expand Up @@ -3153,7 +3150,7 @@ paths:
'429':
description: Too Many Requests
x-speakeasy-group: client.chat
x-speakeasy-name-override: startStream
x-speakeasy-name-override: createStream
x-speakeasy-usage-example: true
components:
securitySchemes:
Expand Down
Loading