@enonic-types/lib-project
Advanced tools
Comparing version 7.13.5 to 7.14.0-B1
{ | ||
"name": "@enonic-types/lib-project", | ||
"version": "7.13.5", | ||
"version": "7.14.0-B1", | ||
"description": "Type definitions for lib-project.", | ||
@@ -5,0 +5,0 @@ "types": "project.d.ts", |
@@ -32,2 +32,3 @@ /** | ||
parent?: string; | ||
parents?: string[]; | ||
siteConfig?: SiteConfig<Config>[]; | ||
@@ -41,3 +42,4 @@ permissions?: ProjectPermission; | ||
description: string; | ||
parent: string; | ||
parent?: string; | ||
parents: string[]; | ||
siteConfig: SiteConfig<Config>[]; | ||
@@ -58,3 +60,4 @@ language?: string; | ||
* @param {string} [params.language] Default project language. | ||
* @param {string} params.parent Parent project id. | ||
* @param {string} [params.parent] Deprecated: use 'parents' param. Parent project id. | ||
* @param {string[]} [params.parents] Parent project ids. | ||
* @param {object} [params.siteConfig] Connected applications config. | ||
@@ -61,0 +64,0 @@ * @param {Object.<string, string[]>} [params.permissions] Project permissions. 1 to 5 properties where key is role id and value is an array of principals. |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11245
205
1