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
3 changes: 2 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20015,7 +20015,8 @@ components:
description: The account public ID.
type: string
billing_plan:
description: The billing plan.
deprecated: true
description: The billing plan (metadata). (Deprecated from May 2026)
type: string
end_date:
description: Shows the last date of usage.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class UsageBillableSummaryHour
# The account public ID.
attr_accessor :account_public_id

# The billing plan.
# The billing plan (metadata). (Deprecated from May 2026)
attr_accessor :billing_plan

# Shows the last date of usage.
Expand Down
Loading