cecon-interfaces 1.2.19 → 1.2.20

Sign up to get free protection for your applications and to get access to all the features.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,4 +1,6 @@
1
1
  export declare enum EPlanIdentifier {
2
2
  NATIGO = "NATIGO-UNO",
3
- SAT_MANAGER_NAPOLEON = "SAT-MANAGER-NAPOLEON"
3
+ SAT_MANAGER_NAPOLEON = "SAT-MANAGER-NAPOLEON",
4
+ NATI_PDV = "NATI-PDV",
5
+ NATI_WA = "NATI-WA"
4
6
  }
@@ -5,4 +5,6 @@ var EPlanIdentifier;
5
5
  (function (EPlanIdentifier) {
6
6
  EPlanIdentifier["NATIGO"] = "NATIGO-UNO";
7
7
  EPlanIdentifier["SAT_MANAGER_NAPOLEON"] = "SAT-MANAGER-NAPOLEON";
8
+ EPlanIdentifier["NATI_PDV"] = "NATI-PDV";
9
+ EPlanIdentifier["NATI_WA"] = "NATI-WA";
8
10
  })(EPlanIdentifier || (exports.EPlanIdentifier = EPlanIdentifier = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",