@yimingliao/cms 0.0.198 → 0.0.199

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.
@@ -2,6 +2,7 @@ const MAIN_KEYS = {
2
2
  key: "main",
3
3
  dashboard: { key: "dashboard" },
4
4
  cmsSettings: { key: "cms-settings" },
5
+ websiteConfig: { key: "website-config" },
5
6
  websitePages: { key: "website-pages" },
6
7
  storage: { key: "storage" },
7
8
  postManagement: { key: "post-management" },
@@ -8,6 +8,9 @@ const MAIN_PATHS = {
8
8
  cmsSettings: {
9
9
  path: `${CMS_PATH}/${KEYS.main.dashboard.key}/${KEYS.main.cmsSettings.key}`
10
10
  },
11
+ websiteConfig: {
12
+ path: `${CMS_PATH}/${KEYS.main.dashboard.key}/${KEYS.main.websiteConfig.key}`
13
+ },
11
14
  websitePages: {
12
15
  path: `${CMS_PATH}/${KEYS.main.dashboard.key}/${KEYS.main.websitePages.key}`
13
16
  },
@@ -7,6 +7,9 @@ export declare const KEYS: {
7
7
  readonly cmsSettings: {
8
8
  readonly key: "cms-settings";
9
9
  };
10
+ readonly websiteConfig: {
11
+ readonly key: "website-config";
12
+ };
10
13
  readonly websitePages: {
11
14
  readonly key: "website-pages";
12
15
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/keys/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMP,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/keys/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMP,CAAC"}
@@ -6,6 +6,9 @@ export declare const MAIN_KEYS: {
6
6
  readonly cmsSettings: {
7
7
  readonly key: "cms-settings";
8
8
  };
9
+ readonly websiteConfig: {
10
+ readonly key: "website-config";
11
+ };
9
12
  readonly websitePages: {
10
13
  readonly key: "website-pages";
11
14
  };
@@ -1 +1 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/constants/keys/main.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;CAWZ,CAAC"}
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/constants/keys/main.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAYZ,CAAC"}
@@ -6,6 +6,9 @@ export declare const PATHS: {
6
6
  readonly cmsSettings: {
7
7
  readonly path: "/cms/dashboard/cms-settings";
8
8
  };
9
+ readonly websiteConfig: {
10
+ readonly path: "/cms/dashboard/website-config";
11
+ };
9
12
  readonly websitePages: {
10
13
  readonly path: "/cms/dashboard/website-pages";
11
14
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/paths/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIR,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/paths/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIR,CAAC"}
@@ -5,6 +5,9 @@ export declare const MAIN_PATHS: {
5
5
  readonly cmsSettings: {
6
6
  readonly path: "/cms/dashboard/cms-settings";
7
7
  };
8
+ readonly websiteConfig: {
9
+ readonly path: "/cms/dashboard/website-config";
10
+ };
8
11
  readonly websitePages: {
9
12
  readonly path: "/cms/dashboard/website-pages";
10
13
  };
@@ -1 +1 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/constants/paths/main.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;CA4Bb,CAAC"}
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/constants/paths/main.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;CAgCb,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yimingliao/cms",
3
- "version": "0.0.198",
3
+ "version": "0.0.199",
4
4
  "author": "Yiming Liao",
5
5
  "license": "MIT",
6
6
  "type": "module",