@common_ch/common 1.0.183 → 1.0.185

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,3 +2,7 @@ export declare enum BlogStatusEnum {
2
2
  active = "active",
3
3
  deactive = "deactive"
4
4
  }
5
+ export declare enum BlogCategoryStatusEnum {
6
+ active = "active",
7
+ deactive = "deactive"
8
+ }
@@ -1,8 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BlogStatusEnum = void 0;
3
+ exports.BlogCategoryStatusEnum = exports.BlogStatusEnum = void 0;
4
4
  var BlogStatusEnum;
5
5
  (function (BlogStatusEnum) {
6
6
  BlogStatusEnum["active"] = "active";
7
7
  BlogStatusEnum["deactive"] = "deactive";
8
8
  })(BlogStatusEnum || (exports.BlogStatusEnum = BlogStatusEnum = {}));
9
+ var BlogCategoryStatusEnum;
10
+ (function (BlogCategoryStatusEnum) {
11
+ BlogCategoryStatusEnum["active"] = "active";
12
+ BlogCategoryStatusEnum["deactive"] = "deactive";
13
+ })(BlogCategoryStatusEnum || (exports.BlogCategoryStatusEnum = BlogCategoryStatusEnum = {}));
@@ -6,3 +6,11 @@ export declare enum TypePayEnum {
6
6
  year = "Year",
7
7
  season = "season"
8
8
  }
9
+ export declare enum PlanOrgStatusEnum {
10
+ active = "active",
11
+ deactive = "deactive"
12
+ }
13
+ export declare enum PlanOrgTypeEnum {
14
+ public = "public",
15
+ private = "private"
16
+ }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TypePayEnum = exports.PlanStatusEnum = void 0;
3
+ exports.PlanOrgTypeEnum = exports.PlanOrgStatusEnum = exports.TypePayEnum = exports.PlanStatusEnum = void 0;
4
4
  var PlanStatusEnum;
5
5
  (function (PlanStatusEnum) {
6
6
  PlanStatusEnum["active"] = "active";
@@ -11,3 +11,13 @@ var TypePayEnum;
11
11
  TypePayEnum["year"] = "Year";
12
12
  TypePayEnum["season"] = "season";
13
13
  })(TypePayEnum || (exports.TypePayEnum = TypePayEnum = {}));
14
+ var PlanOrgStatusEnum;
15
+ (function (PlanOrgStatusEnum) {
16
+ PlanOrgStatusEnum["active"] = "active";
17
+ PlanOrgStatusEnum["deactive"] = "deactive";
18
+ })(PlanOrgStatusEnum || (exports.PlanOrgStatusEnum = PlanOrgStatusEnum = {}));
19
+ var PlanOrgTypeEnum;
20
+ (function (PlanOrgTypeEnum) {
21
+ PlanOrgTypeEnum["public"] = "public";
22
+ PlanOrgTypeEnum["private"] = "private";
23
+ })(PlanOrgTypeEnum || (exports.PlanOrgTypeEnum = PlanOrgTypeEnum = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common_ch/common",
3
- "version": "1.0.183",
3
+ "version": "1.0.185",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [