@yimingliao/cms 0.0.207 → 0.0.208

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.
@@ -8,7 +8,8 @@ const MAIN_KEYS = {
8
8
  postManagement: { key: "post-management" },
9
9
  fileManager: { key: "file-manager" },
10
10
  trash: { key: "trash" },
11
- batch: { key: "batch" }
11
+ batch: { key: "batch" },
12
+ inquiry: { key: "inquiry" }
12
13
  };
13
14
 
14
15
  export { MAIN_KEYS };
@@ -25,6 +25,9 @@ const MAIN_PATHS = {
25
25
  },
26
26
  trash: {
27
27
  path: `${CMS_PATH}/${KEYS.main.dashboard.key}/${KEYS.main.storage.key}/${KEYS.main.trash.key}`
28
+ },
29
+ inquiry: {
30
+ path: `${CMS_PATH}/${KEYS.main.dashboard.key}/${KEYS.main.inquiry.key}`
28
31
  }
29
32
  };
30
33
 
@@ -28,6 +28,9 @@ export declare const KEYS: {
28
28
  readonly batch: {
29
29
  readonly key: "batch";
30
30
  };
31
+ readonly inquiry: {
32
+ readonly key: "inquiry";
33
+ };
31
34
  };
32
35
  readonly auth: {
33
36
  readonly key: "auth";
@@ -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"}
@@ -27,5 +27,8 @@ export declare const MAIN_KEYS: {
27
27
  readonly batch: {
28
28
  readonly key: "batch";
29
29
  };
30
+ readonly inquiry: {
31
+ readonly key: "inquiry";
32
+ };
30
33
  };
31
34
  //# sourceMappingURL=main.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/constants/keys/main.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAYZ,CAAC"}
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/constants/keys/main.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAaZ,CAAC"}
@@ -24,6 +24,9 @@ export declare const PATHS: {
24
24
  readonly trash: {
25
25
  readonly path: "/cms/dashboard/storage/trash";
26
26
  };
27
+ readonly inquiry: {
28
+ readonly path: "/cms/dashboard/inquiry";
29
+ };
27
30
  };
28
31
  readonly auth: {
29
32
  readonly signIn: {
@@ -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"}
@@ -23,5 +23,8 @@ export declare const MAIN_PATHS: {
23
23
  readonly trash: {
24
24
  readonly path: "/cms/dashboard/storage/trash";
25
25
  };
26
+ readonly inquiry: {
27
+ readonly path: "/cms/dashboard/inquiry";
28
+ };
26
29
  };
27
30
  //# sourceMappingURL=main.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/constants/paths/main.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;CAgCb,CAAC"}
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/constants/paths/main.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCb,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yimingliao/cms",
3
- "version": "0.0.207",
3
+ "version": "0.0.208",
4
4
  "author": "Yiming Liao",
5
5
  "license": "MIT",
6
6
  "type": "module",