cecon-interfaces 1.5.13 → 1.5.15

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