cecon-interfaces 1.2.91 → 1.2.92

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.91",
3
+ "version": "1.2.92",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -2,5 +2,8 @@ export declare enum EPlanIdentifier {
2
2
  NATIGO = "NATIGO-UNO",
3
3
  SAT_MANAGER_NAPOLEON = "SAT-MANAGER-NAPOLEON",
4
4
  NATI_PDV = "NATI-PDV",
5
- NATI_WA = "NATI-WA"
5
+ NATI_WA = "NATI-WA",
6
+ NATI = "NATI",
7
+ MOBYO = "MOBYO",
8
+ NOTAPP = "NOTAPP"
6
9
  }
@@ -7,4 +7,7 @@ var EPlanIdentifier;
7
7
  EPlanIdentifier["SAT_MANAGER_NAPOLEON"] = "SAT-MANAGER-NAPOLEON";
8
8
  EPlanIdentifier["NATI_PDV"] = "NATI-PDV";
9
9
  EPlanIdentifier["NATI_WA"] = "NATI-WA";
10
+ EPlanIdentifier["NATI"] = "NATI";
11
+ EPlanIdentifier["MOBYO"] = "MOBYO";
12
+ EPlanIdentifier["NOTAPP"] = "NOTAPP";
10
13
  })(EPlanIdentifier || (exports.EPlanIdentifier = EPlanIdentifier = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.91",
3
+ "version": "1.2.92",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",