We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3468e commit 876ec56Copy full SHA for 876ec56
src/entities/LicenseTemplate.js
@@ -46,6 +46,9 @@ import BaseEntity from './BaseEntity';
46
* participate in validation.
47
* @property boolean hideLicenses
48
*
49
+ * If set to true, this license template defines grace period of validity granted after subscription expiration.
50
+ * @property boolean gracePeriod
51
+ *
52
* Mandatory for 'TIMEVOLUME' license type.
53
* @property integer timeVolume
54
@@ -75,6 +78,7 @@ export default class LicenseTemplate extends BaseEntity {
75
78
automatic: 'boolean',
76
79
hidden: 'boolean',
77
80
hideLicenses: 'boolean',
81
+ gracePeriod: 'boolean',
82
timeVolume: 'int',
83
timeVolumePeriod: 'string',
84
maxSessions: 'int',
0 commit comments