File tree Expand file tree Collapse file tree 12 files changed +40
-21
lines changed
__tests__/mockserver/internal/sdk/models/components Expand file tree Collapse file tree 12 files changed +40
-21
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: 664aaca5-a41f-4434-8f2a-642dba92fe68
33management:
4- docChecksum: 214cdf330e1c6211309d834b2b24e4a9
4+ docChecksum: 494200b2b5ce073b7458b5d6a0507b42
55 docVersion: 0.9.0
66 speakeasyVersion: 1.551.0
77 generationVersion: 2.610.0
8- releaseVersion: 0.4.3
9- configChecksum: 07c5f41416378c80fd4abe25b3e58345
8+ releaseVersion: 0.4.4
9+ configChecksum: ed80c1f912f52ffb934b78317eb7eebc
1010 repoURL: https://github.com/gleanwork/api-client-typescript.git
1111 installationURL: https://github.com/gleanwork/api-client-typescript
1212 published: true
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ generation:
2424 generateNewTests : true
2525 skipResponseBodyAssertions : true
2626typescript :
27- version : 0.4.3
27+ version : 0.4.4
2828 additionalDependencies :
2929 dependencies : {}
3030 devDependencies : {}
Original file line number Diff line number Diff line change @@ -2168,6 +2168,8 @@ paths:
21682168 description: Not Found
21692169 "429":
21702170 description: Too Many Requests
2171+ tags:
2172+ - Tools
21712173 x-speakeasy-name-override: list
21722174 x-speakeasy-group: client.tools
21732175 /rest/api/v1/tools/call:
@@ -2196,6 +2198,8 @@ paths:
21962198 description: Not Found
21972199 "429":
21982200 description: Too Many Requests
2201+ tags:
2202+ - Tools
21992203 x-speakeasy-name-override: run
22002204 x-speakeasy-group: client.tools
22012205 /api/index/v1/indexdocument:
@@ -4315,6 +4319,7 @@ components:
43154319 enum:
43164320 - BOLD
43174321 - CITATION
4322+ - HIGHLIGHT
43184323 - LINK
43194324 url:
43204325 type: string
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ speakeasyVersion: 1.551.0
22sources:
33 Glean API:
44 sourceNamespace: glean-api-specs
5- sourceRevisionDigest: sha256:f9702fab7204aa4b6c4de51f891ea93ca91bd699de037938b6522df44148f53e
6- sourceBlobDigest: sha256:d44909a59c01e136e65c90328dd7ddc8321d8eb01230285241f4c59ebbaac01f
5+ sourceRevisionDigest: sha256:54c0b7f53a738ea4d896b6041514ca6308f8fad84fb2ce9ca39e5c4cb5f52afc
6+ sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1747703837
9+ - speakeasy-sdk-regen-1748049192
1010 Glean Client API:
1111 sourceNamespace: glean-client-api
1212 sourceRevisionDigest: sha256:aec0770b5bcca91068c3a844cb9ef4a091281f6cc3b7d86f2abef1bd6fb2b301
@@ -18,10 +18,10 @@ targets:
1818 glean:
1919 source: Glean API
2020 sourceNamespace: glean-api-specs
21- sourceRevisionDigest: sha256:f9702fab7204aa4b6c4de51f891ea93ca91bd699de037938b6522df44148f53e
22- sourceBlobDigest: sha256:d44909a59c01e136e65c90328dd7ddc8321d8eb01230285241f4c59ebbaac01f
21+ sourceRevisionDigest: sha256:54c0b7f53a738ea4d896b6041514ca6308f8fad84fb2ce9ca39e5c4cb5f52afc
22+ sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f
2323 codeSamplesNamespace: glean-api-specs-typescript-code-samples
24- codeSamplesRevisionDigest: sha256:ef057a6980d2cf0a8f84b979e75f5eda921dbd13bb2f4c0baa27e3195d0a44f2
24+ codeSamplesRevisionDigest: sha256:5d3868b4c20c82f7499c78f4a4fba241957935d984270124fe7d4325e659a860
2525workflow:
2626 workflowVersion: 1.0.0
2727 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -148,4 +148,14 @@ Based on:
148148### Generated
149149- [ typescript v0.4.3] .
150150### Releases
151- - [ NPM v0.4.3] https://www.npmjs.com/package/@gleanwork/api-client/v/0.4.3 - .
151+ - [ NPM v0.4.3] https://www.npmjs.com/package/@gleanwork/api-client/v/0.4.3 - .
152+
153+ ## 2025-05-24 01:12:52
154+ ### Changes
155+ Based on:
156+ - OpenAPI Doc
157+ - Speakeasy CLI 1.551.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
158+ ### Generated
159+ - [ typescript v0.4.4] .
160+ ### Releases
161+ - [ NPM v0.4.4] https://www.npmjs.com/package/@gleanwork/api-client/v/0.4.4 - .
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ let value: TextRangeType = "LINK";
1111## Values
1212
1313``` typescript
14- " BOLD" | " CITATION" | " LINK"
14+ " BOLD" | " CITATION" | " HIGHLIGHT " | " LINK"
1515```
Original file line number Diff line number Diff line change 22
33{
44 "name" : " @gleanwork/api-client" ,
5- "version" : " 0.4.3 " ,
5+ "version" : " 0.4.4 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./models/errors" : " ./src/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @gleanwork/api-client" ,
3- "version" : " 0.4.3 " ,
3+ "version" : " 0.4.4 " ,
44 "author" : " Speakeasy" ,
55 "type" : " module" ,
66 "tshy" : {
You can’t perform that action at this time.
0 commit comments