Skip to content

Commit 2df9c6e

Browse files
Merge pull request #3 from gleanwork/fix/testing-mockserver
fix: testing mockserver
2 parents 634d1ca + 785cb60 commit 2df9c6e

File tree

1,174 files changed

+56222
-10428
lines changed

Some content is hidden

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

1,174 files changed

+56222
-10428
lines changed

.speakeasy/gen.lock

Lines changed: 862 additions & 98 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ generation:
1414
parameterOrderingFeb2024: true
1515
requestResponseComponentNamesFeb2024: true
1616
securityFeb2025: true
17+
sharedErrorComponentsApr2025: true
1718
auth:
1819
oAuth2ClientCredentialsEnabled: true
1920
oAuth2PasswordEnabled: true
2021
mockServer:
21-
disabled: true
22+
disabled: false
2223
tests:
2324
generateNewTests: true
25+
skipResponseBodyAssertions: true
2426
typescript:
2527
version: 0.1.0-beta
2628
additionalDependencies:

.speakeasy/glean-merged-spec.yaml

Lines changed: 183 additions & 215 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
speakeasyVersion: 1.540.0
1+
speakeasyVersion: 1.540.1
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:7c4c0dd261e2d1b832d1c43a0046a3f8dc10c15462e008dfdfeb9c308da6ab74
6-
sourceBlobDigest: sha256:6bc72f74f71a240fd856970a3e7f199b01435c1dbe606428131177cb092508c3
5+
sourceRevisionDigest: sha256:17a3cccbe692304b9f2f7aeb1d013659e6ea74d40e4aa312c9214b66606f50b8
6+
sourceBlobDigest: sha256:b665c0f813e6c8a41366763feea36eaf8a41b6ac10a6db5c18926f22c3cde2ab
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1745625824
109
Glean Client API:
1110
sourceNamespace: glean-client-api
1211
sourceRevisionDigest: sha256:aec0770b5bcca91068c3a844cb9ef4a091281f6cc3b7d86f2abef1bd6fb2b301
@@ -18,10 +17,8 @@ targets:
1817
glean:
1918
source: Glean API
2019
sourceNamespace: glean-api-specs
21-
sourceRevisionDigest: sha256:7c4c0dd261e2d1b832d1c43a0046a3f8dc10c15462e008dfdfeb9c308da6ab74
22-
sourceBlobDigest: sha256:6bc72f74f71a240fd856970a3e7f199b01435c1dbe606428131177cb092508c3
23-
codeSamplesNamespace: glean-api-specs-typescript-code-samples
24-
codeSamplesRevisionDigest: sha256:4da50ac851ea93f3dfc25f112f669b6a4372b6b499a80b6711c8732e974f3987
20+
sourceRevisionDigest: sha256:17a3cccbe692304b9f2f7aeb1d013659e6ea74d40e4aa312c9214b66606f50b8
21+
sourceBlobDigest: sha256:b665c0f813e6c8a41366763feea36eaf8a41b6ac10a6db5c18926f22c3cde2ab
2522
workflow:
2623
workflowVersion: 1.0.0
2724
speakeasyVersion: latest

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,6 @@ run();
333333

334334
* [generate](docs/sdks/summarize/README.md#generate) - Summarize documents
335335

336-
#### [client.tools](docs/sdks/tools/README.md)
337-
338-
* [executeAction](docs/sdks/tools/README.md#executeaction) - Execute Action Tool
339-
340336
#### [client.user](docs/sdks/user/README.md)
341337

342338
* [addCredential](docs/sdks/user/README.md#addcredential) - Create credentials
@@ -522,7 +518,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
522518
- [`clientShortcutsUpdate`](docs/sdks/clientshortcuts/README.md#update) - Update shortcut
523519
- [`clientShortcutsUpload`](docs/sdks/clientshortcuts/README.md#upload) - Upload shortcuts
524520
- [`clientSummarizeGenerate`](docs/sdks/summarize/README.md#generate) - Summarize documents
525-
- [`clientToolsExecuteAction`](docs/sdks/tools/README.md#executeaction) - Execute Action Tool
526521
- [`clientUserAddCredential`](docs/sdks/user/README.md#addcredential) - Create credentials
527522
- [`clientUserDeleteQueryHistory`](docs/sdks/user/README.md#deletequeryhistory) - Delete query history
528523
- [`clientUserGetPublicConfig`](docs/sdks/user/README.md#getpublicconfig) - Read public client configuration
@@ -690,7 +685,6 @@ To learn about this feature and how to get started, check
690685
- [`useClientShortcutsUpdateMutation`](docs/sdks/clientshortcuts/README.md#update) - Update shortcut
691686
- [`useClientShortcutsUploadMutation`](docs/sdks/clientshortcuts/README.md#upload) - Upload shortcuts
692687
- [`useClientSummarizeGenerateMutation`](docs/sdks/summarize/README.md#generate) - Summarize documents
693-
- [`useClientToolsExecuteActionMutation`](docs/sdks/tools/README.md#executeaction) - Execute Action Tool
694688
- [`useClientUserAddCredentialMutation`](docs/sdks/user/README.md#addcredential) - Create credentials
695689
- [`useClientUserDeleteQueryHistoryMutation`](docs/sdks/user/README.md#deletequeryhistory) - Delete query history
696690
- [`useClientUserGetPublicConfigMutation`](docs/sdks/user/README.md#getpublicconfig) - Read public client configuration

docs/models/components/agentenum.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Name of the agent.
77
```typescript
88
import { AgentEnum } from "@gleanwork/api-client/models/components";
99

10-
let value: AgentEnum = "DEEP_RESEARCH";
10+
let value: AgentEnum = "GPT";
1111
```
1212

1313
## Values
1414

1515
```typescript
16-
"DEFAULT" | "GPT" | "DEEP_RESEARCH"
16+
"DEFAULT" | "GPT"
1717
```

docs/models/components/agentmigrationstatuses.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ let value: AgentMigrationStatuses = {};
1212

1313
| Field | Type | Required | Description |
1414
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
15-
| `advancedPromptsMigrationStatus` | [components.AgentMigrationStatus](../../models/components/agentmigrationstatus.md) | :heavy_minus_sign: | The status of an agent migration |
15+
| `advancedPromptsMigrationStatus` | [components.AgentMigrationStatus](../../models/components/agentmigrationstatus.md) | :heavy_minus_sign: | The status of an agent migration |
16+
| `appsMigrationStatus` | [components.AgentMigrationStatus](../../models/components/agentmigrationstatus.md) | :heavy_minus_sign: | The status of an agent migration |

docs/models/components/askresponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ let value: AskResponse = {
181181
id: "<id>",
182182
name: "<value>",
183183
members: [],
184+
customFields: [],
184185
datasourceProfiles: [
185186
{
186187
datasource: "github",

docs/models/components/assistantconfig.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ let value: AssistantConfig = {};
3333
| `webSearch` | [components.WebSearchConfig](../../models/components/websearchconfig.md) | :heavy_minus_sign: | Configuration settings related to web search |
3434
| `chatBarV3Enabled` | *boolean* | :heavy_minus_sign: | Whether admin has enabled Chat Bar V3 for the deployment. This shall eventually go away when we launch Chat Bar V3 to all customers. |
3535
| `chatBarPlaceholderText` | *string* | :heavy_minus_sign: | Placeholder text for the chat bar |
36-
| `agentMigrationStatuses` | [components.AgentMigrationStatuses](../../models/components/agentmigrationstatuses.md) | :heavy_minus_sign: | N/A |
36+
| `agentMigrationStatuses` | [components.AgentMigrationStatuses](../../models/components/agentmigrationstatuses.md) | :heavy_minus_sign: | N/A |
37+
| `promptDeprecationTimestamp` | *number* | :heavy_minus_sign: | The prompt deprecation time shown on the prompt library warning. |
38+
| `triggers` | [components.TriggersClientConfig](../../models/components/triggersclientconfig.md) | :heavy_minus_sign: | Configuration settings for triggers. |

docs/models/components/chat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ let value: Chat = {
100100
id: "<id>",
101101
name: "<value>",
102102
members: [],
103+
customFields: [],
103104
datasourceProfiles: [
104105
{
105106
datasource: "github",

0 commit comments

Comments
 (0)