Skip to content

Commit

Permalink
docs: bump to 767e85de0e33d46d0ab783cbba09e242eabb7b81
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 29, 2022
1 parent 8ea6ddf commit e7d97cf
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 39 deletions.
12 changes: 8 additions & 4 deletions docs/reference/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,18 @@
"type": "integer"
},
"NullPlan": {
"description": "\nunknown Unknown\nfree Free\nstart_up_monthly StartUpMonthly\nstart_up_yearly StartUpYearly\ncustom Custom",
"description": "\nunknown Unknown\nfree Free\nstart_up_monthly StartUpMonthly\nstart_up_yearly StartUpYearly\nbusiness_monthly BusinessMonthly\nbusiness_yearly BusinessYearly\ncustom Custom",
"enum": [
"unknown",
"free",
"start_up_monthly",
"start_up_yearly",
"business_monthly",
"business_yearly",
"custom"
],
"type": "string",
"x-go-enum-desc": "unknown Unknown\nfree Free\nstart_up_monthly StartUpMonthly\nstart_up_yearly StartUpYearly\ncustom Custom"
"x-go-enum-desc": "unknown Unknown\nfree Free\nstart_up_monthly StartUpMonthly\nstart_up_yearly StartUpYearly\nbusiness_monthly BusinessMonthly\nbusiness_yearly BusinessYearly\ncustom Custom"
},
"NullString": {
"nullable": true,
Expand Down Expand Up @@ -3155,17 +3157,19 @@
"type": "string"
},
"current_plan": {
"description": "The currently active plan of the subscription\nunknown Unknown\nfree Free\nstart_up_monthly StartUpMonthly\nstart_up_yearly StartUpYearly\ncustom Custom",
"description": "The currently active plan of the subscription\nunknown Unknown\nfree Free\nstart_up_monthly StartUpMonthly\nstart_up_yearly StartUpYearly\nbusiness_monthly BusinessMonthly\nbusiness_yearly BusinessYearly\ncustom Custom",
"enum": [
"unknown",
"free",
"start_up_monthly",
"start_up_yearly",
"business_monthly",
"business_yearly",
"custom"
],
"readOnly": true,
"type": "string",
"x-go-enum-desc": "unknown Unknown\nfree Free\nstart_up_monthly StartUpMonthly\nstart_up_yearly StartUpYearly\ncustom Custom"
"x-go-enum-desc": "unknown Unknown\nfree Free\nstart_up_monthly StartUpMonthly\nstart_up_yearly StartUpYearly\nbusiness_monthly BusinessMonthly\nbusiness_yearly BusinessYearly\ncustom Custom"
},
"customer_id": {
"description": "The ID of the stripe customer",
Expand Down
124 changes: 89 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7d97cf

Please sign in to comment.