chore: 🐝 Update SDK - Generate 0.14.4#102
Conversation
.speakeasy/glean-merged-spec.yaml
Outdated
| - UNLIKELY | ||
| - VERY_UNLIKELY | ||
| deprecated: true | ||
| x-speakeasy-deprecation-message: Deprecated on undefined, removal scheduled for undefined |
There was a problem hiding this comment.
Issue: Broken deprecation metadata generates 'undefined' placeholders in documentation and code comments. The SensitiveInfoTypeLikelihoodThreshold enum and related fields now show 'Deprecated on undefined, removal scheduled for undefined' instead of actual dates. This breaks the documented deprecation contract and makes it impossible for SDK users to know when deprecated features will be removed.
Suggested fix: In .speakeasy/glean-merged-spec.yaml, fix the x-glean-deprecated metadata for SensitiveInfoTypeLikelihoodThreshold (around line 12466) to use a single object structure with actual dates instead of an array. Change from:
x-glean-deprecated:
- id: d45039ec-d6f6-47ba-93b7-ab2307b07f84
introduced: "2026-02-05"
kind: property
message: Field is deprecated
removal: "2026-10-15"to:
x-glean-deprecated:
id: d45039ec-d6f6-47ba-93b7-ab2307b07f84
introduced: "2026-02-05"
message: Field is deprecated
removal: "2026-10-15"This matches the pattern used for other deprecated fields in the same spec file.
💬 Help us improve! Was this comment helpful? React with 👍 or 👎
f5417f0 to
d5e90a7
Compare
* `glean.client.activity.feedback()`: * `request.feedback1.event.enum(feedbackTimeSaved)` **Added**
622cb7c to
286272e
Compare
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Typescript SDK Changes:
glean.client.activity.feedback():request.feedback1.event.enum(feedbackTimeSaved)AddedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 16 warnings, 6 hintsView full report
TYPESCRIPT CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.709.3