Skip to content

Commit

Permalink
chore: rename non-paid to unpaid (#325)
Browse files Browse the repository at this point in the history
Because

- The term `unpaid` is better than `non-paid`.

This commit

- Renames `non-paid` to `unpaid`.

---------

Co-authored-by: droplet-bot <[email protected]>
  • Loading branch information
donch1989 and droplet-bot authored May 13, 2024
1 parent 0793aed commit 095dd29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/mgmt/v1beta/mgmt.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1080,8 +1080,8 @@ message OrganizationSubscription {
enum Plan {
// Unspecified plan.
PLAN_UNSPECIFIED = 0;
// Non-paid
PLAN_NON_PAID = 1;
// Unpaid.
PLAN_UNPAID = 1;
// Team plan.
PLAN_TEAM = 2;
// Enterprise plan.
Expand Down
4 changes: 2 additions & 2 deletions openapiv2/core/service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2472,14 +2472,14 @@ definitions:
v1betaOrganizationSubscriptionPlan:
type: string
enum:
- PLAN_NON_PAID
- PLAN_UNPAID
- PLAN_TEAM
- PLAN_ENTERPRISE
- PLAN_TEAM_PRO
description: |-
Enumerates the plan types for the organization subscription.
- PLAN_NON_PAID: Non-paid
- PLAN_UNPAID: Unpaid.
- PLAN_TEAM: Team plan.
- PLAN_ENTERPRISE: Enterprise plan.
- PLAN_TEAM_PRO: Team pro plan.
Expand Down

0 comments on commit 095dd29

Please sign in to comment.