Skip to content

Commit 2e3f9cb

Browse files
Merge pull request #16 from speakeasy-sdks/walker/regen-genlock
fix: delete gen.lock and regen
2 parents 06d16d5 + 233c3f9 commit 2e3f9cb

File tree

189 files changed

+177729
-69613
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+177729
-69613
lines changed

.devcontainer/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11

2-
<div align="center">
3-
<a href="https://codespaces.new/gleanwork/api-client-typescript.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4-
</div>
5-
<br>
6-
72
> **Remember to shutdown a GitHub Codespace when it is not in use!**
83
94
# Dev Containers Quick Start

.speakeasy/gen.lock

Lines changed: 349 additions & 755 deletions
Large diffs are not rendered by default.

.speakeasy/glean-merged-spec.yaml

Lines changed: 70 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,8 @@ paths:
655655
description: Not Authorized
656656
"403":
657657
description: Forbidden
658-
x-speakeasy-name-override: retrieve
659-
x-speakeasy-group: client.chat.application
658+
x-speakeasy-name-override: retrieveApplication
659+
x-speakeasy-group: client.chat
660660
/rest/api/v1/uploadchatfiles:
661661
post:
662662
tags:
@@ -689,8 +689,8 @@ paths:
689689
description: Forbidden
690690
"429":
691691
description: Too Many Requests
692-
x-speakeasy-name-override: upload
693-
x-speakeasy-group: client.chat.files
692+
x-speakeasy-name-override: uploadFiles
693+
x-speakeasy-group: client.chat
694694
/rest/api/v1/getchatfiles:
695695
post:
696696
tags:
@@ -723,8 +723,8 @@ paths:
723723
description: Forbidden
724724
"429":
725725
description: Too Many Requests
726-
x-speakeasy-name-override: retrieve
727-
x-speakeasy-group: client.chat.files
726+
x-speakeasy-name-override: retrieveFiles
727+
x-speakeasy-group: client.chat
728728
/rest/api/v1/deletechatfiles:
729729
post:
730730
tags:
@@ -752,8 +752,8 @@ paths:
752752
description: Forbidden
753753
"429":
754754
description: Too Many Requests
755-
x-speakeasy-name-override: delete
756-
x-speakeasy-group: client.chat.files
755+
x-speakeasy-name-override: deleteFiles
756+
x-speakeasy-group: client.chat
757757
/rest/api/v1/runagent:
758758
post:
759759
tags:
@@ -787,7 +787,7 @@ paths:
787787
description: Request Timeout
788788
"429":
789789
description: Too Many Requests
790-
x-speakeasy-group: client.agents.agent
790+
x-speakeasy-group: client.agents
791791
x-speakeasy-name-override: run
792792
/rest/api/v1/listagents:
793793
post:
@@ -855,8 +855,8 @@ paths:
855855
description: Request Timeout
856856
"429":
857857
description: Too Many Requests
858-
x-speakeasy-group: client.agents.agent.inputs
859-
x-speakeasy-name-override: retrieve
858+
x-speakeasy-group: client.agents
859+
x-speakeasy-name-override: retrieveInputs
860860
/rest/api/v1/addcollectionitems:
861861
post:
862862
tags:
@@ -997,8 +997,8 @@ paths:
997997
description: Failed to save deletion
998998
"429":
999999
description: Too Many Requests
1000-
x-speakeasy-name-override: delete
1001-
x-speakeasy-group: client.collections.item
1000+
x-speakeasy-name-override: deleteItem
1001+
x-speakeasy-group: client.collections
10021002
/rest/api/v1/editcollection:
10031003
post:
10041004
tags:
@@ -1069,8 +1069,8 @@ paths:
10691069
description: Not Authorized
10701070
"429":
10711071
description: Too Many Requests
1072-
x-speakeasy-name-override: update
1073-
x-speakeasy-group: client.collections.item
1072+
x-speakeasy-name-override: updateItem
1073+
x-speakeasy-group: client.collections
10741074
/rest/api/v1/getcollection:
10751075
post:
10761076
tags:
@@ -1170,8 +1170,8 @@ paths:
11701170
description: Forbidden
11711171
"429":
11721172
description: Too Many Requests
1173-
x-speakeasy-name-override: retrieve
1174-
x-speakeasy-group: client.documents.permissions
1173+
x-speakeasy-name-override: retrievePermissions
1174+
x-speakeasy-group: client.documents
11751175
/rest/api/v1/getdocuments:
11761176
post:
11771177
tags:
@@ -1510,7 +1510,7 @@ paths:
15101510
"429":
15111511
description: Too Many Requests
15121512
x-speakeasy-name-override: query
1513-
x-speakeasy-group: client.search.admin
1513+
x-speakeasy-group: client.admin.search
15141514
/rest/api/v1/autocomplete:
15151515
post:
15161516
tags:
@@ -1575,8 +1575,8 @@ paths:
15751575
description: Request Timeout
15761576
"429":
15771577
description: Too Many Requests
1578-
x-speakeasy-name-override: retrieve
1579-
x-speakeasy-group: client.search.feed
1578+
x-speakeasy-name-override: retrieveFeed
1579+
x-speakeasy-group: client.search
15801580
/rest/api/v1/recommendations:
15811581
post:
15821582
tags:
@@ -1758,6 +1758,8 @@ paths:
17581758
description: Not Authorized
17591759
"429":
17601760
description: Too Many Requests
1761+
x-speakeasy-name-override: create
1762+
x-speakeasy-group: client.shortcuts
17611763
/rest/api/v1/deleteshortcut:
17621764
post:
17631765
tags:
@@ -1917,8 +1919,8 @@ paths:
19171919
description: Not Authorized
19181920
"429":
19191921
description: Too Many Requests
1920-
x-speakeasy-name-override: generate
1921-
x-speakeasy-group: client.summarize
1922+
x-speakeasy-name-override: summarize
1923+
x-speakeasy-group: client.documents
19221924
/rest/api/v1/addverificationreminder:
19231925
post:
19241926
tags:
@@ -2018,6 +2020,8 @@ paths:
20182020
description: Document does not exist, does not support verification or user cannot access document
20192021
"429":
20202022
description: Too Many Requests
2023+
x-speakeasy-name-override: verify
2024+
x-speakeasy-group: client.verification
20212025
/api/index/v1/indexdocument:
20222026
post:
20232027
summary: Index document
@@ -2446,7 +2450,7 @@ paths:
24462450
"401":
24472451
description: Not Authorized
24482452
x-speakeasy-name-override: status
2449-
x-speakeasy-group: indexing.troubleshooting.datasource
2453+
x-speakeasy-group: indexing.datasource
24502454
/api/index/v1/debug/{datasource}/document:
24512455
post:
24522456
x-beta: true
@@ -2483,8 +2487,8 @@ paths:
24832487
description: Bad Request
24842488
"401":
24852489
description: Not Authorized
2490+
x-speakeasy-group: indexing.documents
24862491
x-speakeasy-name-override: debug
2487-
x-speakeasy-group: indexing.troubleshooting.datasource.document
24882492
/api/index/v1/debug/{datasource}/documents:
24892493
post:
24902494
x-beta: true
@@ -2521,8 +2525,8 @@ paths:
25212525
description: Bad Request
25222526
"401":
25232527
description: Not Authorized
2524-
x-speakeasy-name-override: debug
2525-
x-speakeasy-group: indexing.troubleshooting.datasource.documents
2528+
x-speakeasy-group: indexing.documents
2529+
x-speakeasy-name-override: debugMany
25262530
/api/index/v1/debug/{datasource}/user:
25272531
post:
25282532
x-beta: true
@@ -2560,7 +2564,7 @@ paths:
25602564
"401":
25612565
description: Not Authorized
25622566
x-speakeasy-name-override: debug
2563-
x-speakeasy-group: indexing.troubleshooting.datasource.user
2567+
x-speakeasy-group: indexing.people
25642568
/api/index/v1/checkdocumentaccess:
25652569
post:
25662570
summary: Check document access
@@ -2590,7 +2594,7 @@ paths:
25902594
description: Not Authorized
25912595
"429":
25922596
description: Too Many Requests
2593-
x-speakeasy-group: indexing.troubleshooting
2597+
x-speakeasy-group: indexing.documents
25942598
x-speakeasy-name-override: checkAccess
25952599
/api/index/v1/getdocumentstatus:
25962600
post:
@@ -2622,8 +2626,8 @@ paths:
26222626
description: Not Authorized
26232627
"429":
26242628
description: Too Many Requests
2629+
x-speakeasy-group: indexing.documents
26252630
x-speakeasy-name-override: status
2626-
x-speakeasy-group: indexing.troubleshooting.documents
26272631
/api/index/v1/getdocumentcount:
26282632
post:
26292633
deprecated: true
@@ -2654,8 +2658,8 @@ paths:
26542658
description: Not Authorized
26552659
"409":
26562660
description: Conflict
2661+
x-speakeasy-group: indexing.documents
26572662
x-speakeasy-name-override: count
2658-
x-speakeasy-group: indexing.troubleshooting.documents
26592663
/api/index/v1/getusercount:
26602664
post:
26612665
deprecated: true
@@ -2687,7 +2691,7 @@ paths:
26872691
"409":
26882692
description: Conflict
26892693
x-speakeasy-name-override: count
2690-
x-speakeasy-group: indexing.troubleshooting.users
2694+
x-speakeasy-group: indexing.people
26912695
/api/index/v1/betausers:
26922696
post:
26932697
summary: Beta users
@@ -2760,8 +2764,8 @@ paths:
27602764
description: Not Authorized
27612765
"409":
27622766
description: Conflict
2763-
x-speakeasy-name-override: retrieve
2764-
x-speakeasy-group: indexing.datasources.config
2767+
x-speakeasy-name-override: retrieveConfig
2768+
x-speakeasy-group: indexing.datasources
27652769
/api/index/v1/rotatetoken:
27662770
post:
27672771
summary: Rotate token
@@ -3013,7 +3017,7 @@ paths:
30133017
"409":
30143018
description: Conflict
30153019
x-speakeasy-name-override: upload
3016-
x-speakeasy-group: client.shortcuts
3020+
x-speakeasy-group: indexing.shortcuts
30173021
/rest/api/v1/chat#stream:
30183022
post:
30193023
tags:
@@ -4718,19 +4722,25 @@ components:
47184722
description: The URL using which the user can access the edit page of the shortcut.
47194723
Shortcut:
47204724
allOf:
4721-
- $ref: "#/components/schemas/ShortcutProperties"
4725+
- $ref: "#/components/schemas/UserGeneratedContentId"
4726+
- $ref: "#/components/schemas/ShortcutMutableProperties"
4727+
- $ref: "#/components/schemas/PermissionedObject"
4728+
- $ref: "#/components/schemas/ShortcutMetadata"
47224729
- type: object
47234730
required:
4724-
- destinationUrl
4725-
- createdBy
47264731
- inputAlias
4727-
properties:
4728-
unlisted:
4729-
type: boolean
4730-
description: Whether this shortcut is unlisted or not. Unlisted shortcuts are visible to author and admins only.
4731-
urlTemplate:
4732-
type: string
4733-
description: For variable shortcuts, contains the URL template; note, `destinationUrl` contains default URL.
4732+
properties:
4733+
alias:
4734+
type: string
4735+
description: canonical link text following go/ prefix where hyphen/underscore is removed.
4736+
title:
4737+
type: string
4738+
description: Title for the Go Link
4739+
roles:
4740+
type: array
4741+
description: A list of user roles for the Go Link.
4742+
items:
4743+
$ref: "#/components/schemas/UserRoleSpecification"
47344744
Collection:
47354745
allOf:
47364746
- $ref: "#/components/schemas/CollectionMutableProperties"
@@ -10424,7 +10434,7 @@ components:
1042410434
description: Batch of shortcuts information
1042510435
type: array
1042610436
items:
10427-
$ref: "#/components/schemas/Shortcut"
10437+
$ref: "#/components/schemas/IndexingShortcut"
1042810438
required:
1042910439
- shortcuts
1043010440
DebugDatasourceStatusResponse:
@@ -10982,6 +10992,21 @@ components:
1098210992
instanceDescription:
1098310993
type: string
1098410994
description: A human readable string identifying this instance as compared to its peers, e.g. "github.com/askscio" or "github.askscio.com"
10995+
IndexingShortcut:
10996+
allOf:
10997+
- $ref: "#/components/schemas/ShortcutProperties"
10998+
- type: object
10999+
required:
11000+
- destinationUrl
11001+
- createdBy
11002+
- inputAlias
11003+
properties:
11004+
unlisted:
11005+
type: boolean
11006+
description: Whether this shortcut is unlisted or not. Unlisted shortcuts are visible to author and admins only.
11007+
urlTemplate:
11008+
type: string
11009+
description: For variable shortcuts, contains the URL template; note, `destinationUrl` contains default URL.
1098511010
ChatRequestStream:
1098611011
required:
1098711012
- messages

0 commit comments

Comments
 (0)