subscription settings: add field proEnabled
This commit is contained in:
parent
2cebfe90bd
commit
d4ea41a910
@ -20,6 +20,10 @@
|
||||
"type": "integer",
|
||||
"required": true,
|
||||
"default": 1
|
||||
},
|
||||
"proEnabled": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1
types/generated/contentTypes.d.ts
vendored
1
types/generated/contentTypes.d.ts
vendored
@ -737,6 +737,7 @@ export interface ApiSubscriptionSettingSubscriptionSetting
|
||||
maxOrdersPerMonth: Schema.Attribute.Integer &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.DefaultTo<20>;
|
||||
proEnabled: Schema.Attribute.Boolean & Schema.Attribute.DefaultTo<false>;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
referralRewardDays: Schema.Attribute.Integer &
|
||||
Schema.Attribute.Required &
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user