You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add SubscriptionLimits field to Call type
Add a new optional `SubscriptionLimits` field to the `Call` struct that
captures the organization's subscription limits (including concurrency
limit information) at the time the call was made.
Key changes:
- Add `SubscriptionLimits *SubscriptionLimits` field to `Call` struct
- Add `GetSubscriptionLimits()` accessor method on `*Call`
- Add `SetSubscriptionLimits()` setter that marks the field as explicitly set
- Add `callFieldSubscriptionLimits` bitmask constant for field tracking
🌿 Generated with Fern