cecon-interfaces 1.5.13 → 1.5.14

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.14",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -4,6 +4,7 @@ export declare enum EPlanIdentifier {
4
4
  NATI_PDV = "NATI-PDV",
5
5
  NATI_WA = "NATI-WA",
6
6
  NATI = "NATI",
7
+ NATI_CHEF = "NATI_CHEF",
7
8
  MOBYO = "MOBYO",
8
9
  NOTAPP = "NOTAPP"
9
10
  }
@@ -8,6 +8,7 @@ var EPlanIdentifier;
8
8
  EPlanIdentifier["NATI_PDV"] = "NATI-PDV";
9
9
  EPlanIdentifier["NATI_WA"] = "NATI-WA";
10
10
  EPlanIdentifier["NATI"] = "NATI";
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.14",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",