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
11 changes: 6 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 664aaca5-a41f-4434-8f2a-642dba92fe68
management:
docChecksum: 0ac885f7072adae50d62b33db76f5bb4
docChecksum: 09ae73bbaebb3968dc7590f295580164
docVersion: 0.9.0
speakeasyVersion: 1.656.1
generationVersion: 2.753.1
releaseVersion: 0.13.6
configChecksum: 0384c8a68e056c6065736cc82ccb1873
speakeasyVersion: 1.656.2
generationVersion: 2.753.6
releaseVersion: 0.13.7
configChecksum: f00f30e4b9c88666040e4282ec4fd2c8
repoURL: https://github.com/gleanwork/api-client-typescript.git
installationURL: https://github.com/gleanwork/api-client-typescript
published: true
Expand Down Expand Up @@ -2979,3 +2979,4 @@ generatedTests:
createpolicy: "2025-06-09T18:05:10Z"
createreport: "2025-06-09T18:05:10Z"
setdocvisibility: "2025-06-09T18:05:10Z"
releaseNotes: "## Typescript SDK Changes Detected:\n* `glean.client.chat.retrieveFiles()`: \n * `request.getchatfilesrequest.chatId` **Removed** **Breaking** :warning:\n"
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: true
typescript:
version: 0.13.6
version: 0.13.7
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
Expand Down
3 changes: 0 additions & 3 deletions .speakeasy/glean-merged-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7654,9 +7654,6 @@ components:
items:
type: string
description: IDs of files to fetch.
chatId:
type: string
description: The ID of the chat that contains the chat file.
GetChatFilesResponse:
properties:
files:
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.656.1
speakeasyVersion: 1.656.2
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:2ad700f2ce85b0aa442a98a80f3c131f73fc187c53407d3d84b1899c0e603eb1
sourceBlobDigest: sha256:d62d91bcf73cf5775dc081807ae550dd20f6ecdfb5dc06ebbd08804f84a2d2f1
sourceRevisionDigest: sha256:96cafa57016acbc64c52992e4a68d7696a212761df887408ef0f2352ea10dae6
sourceBlobDigest: sha256:b79b23f50c98e048500a2adc816142e62cc76246550749081488c83b528ce172
tags:
- latest
- speakeasy-sdk-regen-1762908702
- speakeasy-sdk-regen-1763081170
Glean Client API:
sourceNamespace: glean-client-api
sourceRevisionDigest: sha256:aec0770b5bcca91068c3a844cb9ef4a091281f6cc3b7d86f2abef1bd6fb2b301
Expand All @@ -18,10 +18,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:2ad700f2ce85b0aa442a98a80f3c131f73fc187c53407d3d84b1899c0e603eb1
sourceBlobDigest: sha256:d62d91bcf73cf5775dc081807ae550dd20f6ecdfb5dc06ebbd08804f84a2d2f1
sourceRevisionDigest: sha256:96cafa57016acbc64c52992e4a68d7696a212761df887408ef0f2352ea10dae6
sourceBlobDigest: sha256:b79b23f50c98e048500a2adc816142e62cc76246550749081488c83b528ce172
codeSamplesNamespace: glean-api-specs-typescript-code-samples
codeSamplesRevisionDigest: sha256:57c4e097d75f9cab1485401baed08c02a2d348cf7d4a490793af84a5755259de
codeSamplesRevisionDigest: sha256:b0299c13e2549dd58e52869e2192aeefed8ed89c9e1f04611a090a31dc422d54
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 @@ -418,4 +418,14 @@ Based on:
### Generated
- [typescript v0.13.6] .
### Releases
- [NPM v0.13.6] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.6 - .
- [NPM v0.13.6] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.6 - .

## 2025-11-14 01:15:51
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.2 (2.753.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.13.7] .
### Releases
- [NPM v0.13.7] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.7 - .
7 changes: 3 additions & 4 deletions docs/models/components/getchatfilesrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ let value: GetChatFilesRequest = {

## Fields

| Field | Type | Required | Description |
| ----------------------------------------------- | ----------------------------------------------- | ----------------------------------------------- | ----------------------------------------------- |
| `fileIds` | *string*[] | :heavy_check_mark: | IDs of files to fetch. |
| `chatId` | *string* | :heavy_minus_sign: | The ID of the chat that contains the chat file. |
| Field | Type | Required | Description |
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
| `fileIds` | *string*[] | :heavy_check_mark: | IDs of files to fetch. |
2 changes: 1 addition & 1 deletion examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@gleanwork/api-client",
"version": "0.13.6",
"version": "0.13.7",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gleanwork/api-client",
"version": "0.13.6",
"version": "0.13.7",
"author": "Speakeasy",
"type": "module",
"tshy": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.9.0",
sdkVersion: "0.13.6",
genVersion: "2.753.1",
sdkVersion: "0.13.7",
genVersion: "2.753.6",
userAgent:
"speakeasy-sdk/typescript 0.13.6 2.753.1 0.9.0 @gleanwork/api-client",
"speakeasy-sdk/typescript 0.13.7 2.753.6 0.9.0 @gleanwork/api-client",
} as const;
6 changes: 0 additions & 6 deletions src/models/components/getchatfilesrequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@ export type GetChatFilesRequest = {
* IDs of files to fetch.
*/
fileIds: Array<string>;
/**
* The ID of the chat that contains the chat file.
*/
chatId?: string | undefined;
};

/** @internal */
export type GetChatFilesRequest$Outbound = {
fileIds: Array<string>;
chatId?: string | undefined;
};

/** @internal */
Expand All @@ -28,7 +23,6 @@ export const GetChatFilesRequest$outboundSchema: z.ZodType<
GetChatFilesRequest
> = z.object({
fileIds: z.array(z.string()),
chatId: z.string().optional(),
});

export function getChatFilesRequestToJSON(
Expand Down