subscription-price: add period 'day'
This commit is contained in:
parent
a63eff9f46
commit
0e58a8cef7
@ -16,6 +16,7 @@
|
||||
"required": true,
|
||||
"enum": [
|
||||
"trial",
|
||||
"day",
|
||||
"week",
|
||||
"month",
|
||||
"half_year",
|
||||
|
||||
2
types/generated/contentTypes.d.ts
vendored
2
types/generated/contentTypes.d.ts
vendored
@ -669,7 +669,7 @@ export interface ApiSubscriptionPriceSubscriptionPrice
|
||||
> &
|
||||
Schema.Attribute.Private;
|
||||
period: Schema.Attribute.Enumeration<
|
||||
['trial', 'week', 'month', 'half_year', 'year']
|
||||
['trial', 'day', 'week', 'month', 'half_year', 'year']
|
||||
> &
|
||||
Schema.Attribute.Required;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user