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
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20020,7 +20020,7 @@ components:
type: string
billing_plan:
deprecated: true
description: The billing plan (metadata). (Deprecated from May 2026)
description: The billing plan (metadata). (Deprecated from June 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 @@ -116,7 +116,7 @@ public UsageBillableSummaryHour billingPlan(String billingPlan) {
}

/**
* The billing plan (metadata). (Deprecated from May 2026)
* The billing plan (metadata). (Deprecated from June 2026)
*
* @return billingPlan
* @deprecated
Expand Down
Loading