subscription-price: add period 'day'
This commit is contained in:
parent
a63eff9f46
commit
0e58a8cef7
@ -16,6 +16,7 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
"trial",
|
"trial",
|
||||||
|
"day",
|
||||||
"week",
|
"week",
|
||||||
"month",
|
"month",
|
||||||
"half_year",
|
"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;
|
Schema.Attribute.Private;
|
||||||
period: Schema.Attribute.Enumeration<
|
period: Schema.Attribute.Enumeration<
|
||||||
['trial', 'week', 'month', 'half_year', 'year']
|
['trial', 'day', 'week', 'month', 'half_year', 'year']
|
||||||
> &
|
> &
|
||||||
Schema.Attribute.Required;
|
Schema.Attribute.Required;
|
||||||
publishedAt: Schema.Attribute.DateTime;
|
publishedAt: Schema.Attribute.DateTime;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user