enonic-types
Advanced tools
Comparing version 0.0.65 to 0.0.66
@@ -202,6 +202,10 @@ import { PermissionsParams } from "./content"; | ||
/** | ||
* Fetches specific nodes by path or ID. | ||
* Fetches specific nodes by paths or IDs. | ||
*/ | ||
get<A>(keys: ReadonlyArray<string | NodeGetParams>): ReadonlyArray<A & RepoNode>; | ||
/** | ||
* Fetches specific nodes by path(s) or ID(s). | ||
*/ | ||
get<A>(keys: string | NodeGetParams | ReadonlyArray<string | NodeGetParams>): (A & RepoNode) | ReadonlyArray<A & RepoNode>; | ||
/** | ||
* This command queries nodes. | ||
@@ -208,0 +212,0 @@ */ |
{ | ||
"name": "enonic-types", | ||
"version": "0.0.65", | ||
"version": "0.0.66", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52330
1506