@common_ch/common 1.0.306 → 1.0.307

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.
@@ -4,7 +4,8 @@ export declare enum PlanStatusEnum {
4
4
  }
5
5
  export declare enum TypePayEnum {
6
6
  year = "Year",
7
- season = "season"
7
+ season = "season",
8
+ month = "Month"
8
9
  }
9
10
  export declare enum PlanOrgStatusEnum {
10
11
  active = "active",
@@ -10,6 +10,7 @@ var TypePayEnum;
10
10
  (function (TypePayEnum) {
11
11
  TypePayEnum["year"] = "Year";
12
12
  TypePayEnum["season"] = "season";
13
+ TypePayEnum["month"] = "Month";
13
14
  })(TypePayEnum || (exports.TypePayEnum = TypePayEnum = {}));
14
15
  var PlanOrgStatusEnum;
15
16
  (function (PlanOrgStatusEnum) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common_ch/common",
3
- "version": "1.0.306",
3
+ "version": "1.0.307",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [