@enonic/explorer-utils
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -14,2 +14,3 @@ import { AccessControlEntry } from '/lib/xp/node'; | ||
COLLECTORS = "collectors", | ||
DOCUMENT_TYPES = "documentTypes", | ||
FIELDS = "fields", | ||
@@ -21,3 +22,3 @@ INTERFACES = "interfaces", | ||
} | ||
declare const FOLDERS: readonly [Folder.API_KEYS, Folder.COLLECTIONS, Folder.COLLECTORS, Folder.FIELDS, Folder.INTERFACES, Folder.NOTIFICATIONS, Folder.STOPWORDS, Folder.THESAURI]; | ||
declare const FOLDERS: readonly [Folder.API_KEYS, Folder.COLLECTIONS, Folder.COLLECTORS, Folder.DOCUMENT_TYPES, Folder.FIELDS, Folder.INTERFACES, Folder.NOTIFICATIONS, Folder.STOPWORDS, Folder.THESAURI]; | ||
declare const Path: { | ||
@@ -27,2 +28,3 @@ readonly API_KEYS: "/api-keys"; | ||
readonly COLLECTORS: "/collectors"; | ||
readonly DOCUMENT_TYPES: "/documentTypes"; | ||
readonly FIELDS: "/fields"; | ||
@@ -35,2 +37,3 @@ readonly INTERFACES: "/interfaces"; | ||
readonly DOCUMENT: "com.enonic.app.explorer:document"; | ||
readonly DOCUMENT_TYPE: "com.enonic.app.explorer:documentType"; | ||
readonly FIELD: "com.enonic.app.explorer:field"; | ||
@@ -37,0 +40,0 @@ readonly FOLDER: "com.enonic.app.explorer:folder"; |
@@ -75,3 +75,3 @@ { | ||
"types": "index.d.mts", | ||
"version": "0.2.0" | ||
"version": "0.3.0" | ||
} |
@@ -32,2 +32,3 @@ import type {AccessControlEntry} from '/lib/xp/node'; | ||
COLLECTORS = 'collectors', | ||
DOCUMENT_TYPES = 'documentTypes', | ||
FIELDS = 'fields', | ||
@@ -44,2 +45,3 @@ INTERFACES = 'interfaces', | ||
Folder.COLLECTORS, | ||
Folder.DOCUMENT_TYPES, | ||
Folder.FIELDS, | ||
@@ -59,2 +61,3 @@ Folder.INTERFACES, | ||
COLLECTORS: `/${Folder.COLLECTORS}` as const, | ||
DOCUMENT_TYPES: `/${Folder.DOCUMENT_TYPES}` as const, | ||
FIELDS: `/${Folder.FIELDS}` as const, | ||
@@ -71,2 +74,3 @@ INTERFACES: `/${Folder.INTERFACES}` as const, | ||
DOCUMENT: `${APP_EXPLORER}${COLON_SIGN}document` as const, | ||
DOCUMENT_TYPE: `${APP_EXPLORER}${COLON_SIGN}documentType` as const, | ||
FIELD: `${APP_EXPLORER}${COLON_SIGN}field` as const, | ||
@@ -73,0 +77,0 @@ FOLDER: `${APP_EXPLORER}${COLON_SIGN}folder` as const, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
78117
985