cecon-interfaces 1.4.18 → 1.4.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,5 +2,6 @@ export declare enum ETopics {
2
2
  payment = "PAYMENT",
3
3
  orderStatusChanged = "ORDER_STATUS_CHANGED",
4
4
  orderForwarded = "ORDER_FORWARDED",
5
- orderPrint = "ORDER_PRINT"
5
+ orderPrint = "ORDER_PRINT",
6
+ mottuCreated = "MOTTU_CREATED"
6
7
  }
@@ -7,4 +7,5 @@ var ETopics;
7
7
  ETopics["orderStatusChanged"] = "ORDER_STATUS_CHANGED";
8
8
  ETopics["orderForwarded"] = "ORDER_FORWARDED";
9
9
  ETopics["orderPrint"] = "ORDER_PRINT";
10
+ ETopics["mottuCreated"] = "MOTTU_CREATED";
10
11
  })(ETopics || (exports.ETopics = ETopics = {}));
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.4.18",
3
+ "version": "1.4.19",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.4.18",
3
+ "version": "1.4.19",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",