Skip to content

Commit

Permalink
feat(mgmt): rename organization freemium to non-paid plan (#324)
Browse files Browse the repository at this point in the history
Because

- We are going to retire the organization freemium plan.

This commit

- Renames organization freemium to non-paid plan.

---------

Co-authored-by: droplet-bot <[email protected]>
  • Loading branch information
donch1989 and droplet-bot authored May 13, 2024
1 parent 6e4f7c9 commit 0793aed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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;
// Deleted plan.
reserved 1;
// Non-paid
PLAN_NON_PAID = 1;
// Team plan.
PLAN_TEAM = 2;
// Enterprise plan.
Expand Down
2 changes: 2 additions & 0 deletions openapiv2/core/service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2472,12 +2472,14 @@ definitions:
v1betaOrganizationSubscriptionPlan:
type: string
enum:
- PLAN_NON_PAID
- PLAN_TEAM
- PLAN_ENTERPRISE
- PLAN_TEAM_PRO
description: |-
Enumerates the plan types for the organization subscription.
- PLAN_NON_PAID: Non-paid
- PLAN_TEAM: Team plan.
- PLAN_ENTERPRISE: Enterprise plan.
- PLAN_TEAM_PRO: Team pro plan.
Expand Down

0 comments on commit 0793aed

Please sign in to comment.