The whole hunk
from line 55, old and new numbered
/
lines
from line 55
5555
5656 - `"weekly"`
5757
58 - `scope: User or SeatTier or RBACGroup or 2 more`
58 - `scope: User or SeatTier or RBACGroup or 3 more`
5959
6060 What the limit applies to. A tagged union on `type`; each variant carries the identifier for its scope.
6161
from line 102
102102 - `type: "organization"`
103103
104104 default: organization
105
106 - `Workspace object`
107
108 Scope selecting one workspace of a Claude Console organization.
109
110 - `type: "workspace"`
111
112 Scope type. Always `workspace` for this scope.
113
114 default: workspace
115
116 - `workspace_id: string`
117
118 Tagged ID of the workspace the spend limit applies to.
105119
106120 - `updated_at: string`
107121