digicust_types 1.8.322 → 1.8.323

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  export declare enum DeclarationType {
2
2
  declaration = "declaration",
3
- preDeclaration = "preDeclaration"
3
+ preDeclaration = "preDeclaration",
4
+ simplifiedDeclaration = "simplifiedDeclaration"
4
5
  }
@@ -3,6 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeclarationType = void 0;
4
4
  var DeclarationType;
5
5
  (function (DeclarationType) {
6
+ /* EZA */
6
7
  DeclarationType["declaration"] = "declaration";
7
8
  DeclarationType["preDeclaration"] = "preDeclaration";
9
+ /* VZA */
10
+ DeclarationType["simplifiedDeclaration"] = "simplifiedDeclaration";
8
11
  })(DeclarationType || (exports.DeclarationType = DeclarationType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.322",
3
+ "version": "1.8.323",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",