@remkoj/optimizely-cms-api 5.3.0 → 5.3.2
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/dist/enums.d.ts +9 -9
- package/dist/enums.js +9 -9
- package/package.json +1 -1
package/dist/enums.d.ts
CHANGED
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
* @deprecated Only retained here for compatibility
|
|
5
5
|
*/
|
|
6
6
|
export declare enum ContentBaseType {
|
|
7
|
-
PAGE = "
|
|
8
|
-
COMPONENT = "
|
|
9
|
-
MEDIA = "
|
|
10
|
-
IMAGE = "
|
|
11
|
-
VIDEO = "
|
|
12
|
-
FOLDER = "
|
|
13
|
-
EXPERIENCE = "
|
|
14
|
-
SECTION = "
|
|
15
|
-
ELEMENT = "
|
|
7
|
+
PAGE = "_page",
|
|
8
|
+
COMPONENT = "_component",
|
|
9
|
+
MEDIA = "_media",
|
|
10
|
+
IMAGE = "_image",
|
|
11
|
+
VIDEO = "_video",
|
|
12
|
+
FOLDER = "_folder",
|
|
13
|
+
EXPERIENCE = "_experience",
|
|
14
|
+
SECTION = "_section",
|
|
15
|
+
ELEMENT = "_element"
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
18
|
* List of property types used by the CMS
|
package/dist/enums.js
CHANGED
|
@@ -8,15 +8,15 @@ exports.PropertyDataType = exports.ContentBaseType = void 0;
|
|
|
8
8
|
*/
|
|
9
9
|
var ContentBaseType;
|
|
10
10
|
(function (ContentBaseType) {
|
|
11
|
-
ContentBaseType["PAGE"] = "
|
|
12
|
-
ContentBaseType["COMPONENT"] = "
|
|
13
|
-
ContentBaseType["MEDIA"] = "
|
|
14
|
-
ContentBaseType["IMAGE"] = "
|
|
15
|
-
ContentBaseType["VIDEO"] = "
|
|
16
|
-
ContentBaseType["FOLDER"] = "
|
|
17
|
-
ContentBaseType["EXPERIENCE"] = "
|
|
18
|
-
ContentBaseType["SECTION"] = "
|
|
19
|
-
ContentBaseType["ELEMENT"] = "
|
|
11
|
+
ContentBaseType["PAGE"] = "_page";
|
|
12
|
+
ContentBaseType["COMPONENT"] = "_component";
|
|
13
|
+
ContentBaseType["MEDIA"] = "_media";
|
|
14
|
+
ContentBaseType["IMAGE"] = "_image";
|
|
15
|
+
ContentBaseType["VIDEO"] = "_video";
|
|
16
|
+
ContentBaseType["FOLDER"] = "_folder";
|
|
17
|
+
ContentBaseType["EXPERIENCE"] = "_experience";
|
|
18
|
+
ContentBaseType["SECTION"] = "_section";
|
|
19
|
+
ContentBaseType["ELEMENT"] = "_element";
|
|
20
20
|
})(ContentBaseType || (exports.ContentBaseType = ContentBaseType = {}));
|
|
21
21
|
/**
|
|
22
22
|
* List of property types used by the CMS
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@remkoj/optimizely-cms-api",
|
|
3
3
|
"displayName": "Optimizely CMS - Integration API Client",
|
|
4
4
|
"description": "A Javascript client for the Integration API provided by the Optimizely CMS.",
|
|
5
|
-
"version": "5.3.
|
|
5
|
+
"version": "5.3.2",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"main": "./dist/index.js",
|