pmcf 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/services/kea.mjs +1 -0
- package/types/services/kea.d.mts +1 -1
package/package.json
CHANGED
package/src/services/kea.mjs
CHANGED
package/types/services/kea.d.mts
CHANGED
|
@@ -622,10 +622,10 @@ export class KeaService extends Service {
|
|
|
622
622
|
"valid-lifetime": {
|
|
623
623
|
type: string;
|
|
624
624
|
writable: boolean;
|
|
625
|
+
mandatory: boolean;
|
|
625
626
|
isCommonOption: boolean;
|
|
626
627
|
default: number;
|
|
627
628
|
isKey: boolean;
|
|
628
|
-
mandatory: boolean;
|
|
629
629
|
collection: boolean;
|
|
630
630
|
private?: boolean;
|
|
631
631
|
depends?: string;
|