Skip to content

Commit 876ec56

Browse files
committed
add cast for grace period
1 parent 2a3468e commit 876ec56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/entities/LicenseTemplate.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ import BaseEntity from './BaseEntity';
4646
* participate in validation.
4747
* @property boolean hideLicenses
4848
*
49+
* If set to true, this license template defines grace period of validity granted after subscription expiration.
50+
* @property boolean gracePeriod
51+
*
4952
* Mandatory for 'TIMEVOLUME' license type.
5053
* @property integer timeVolume
5154
*
@@ -75,6 +78,7 @@ export default class LicenseTemplate extends BaseEntity {
7578
automatic: 'boolean',
7679
hidden: 'boolean',
7780
hideLicenses: 'boolean',
81+
gracePeriod: 'boolean',
7882
timeVolume: 'int',
7983
timeVolumePeriod: 'string',
8084
maxSessions: 'int',

0 commit comments

Comments
 (0)