@saihu/common 1.1.42 → 1.1.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ export declare const RoutingKeys: {
19
19
  readonly INVENTORY_COUNT_DELETED: "inventory.count.deleted";
20
20
  };
21
21
  readonly "im.sales.order": {
22
- readonly SALES_ORDER_CREATED: "sales.orders.upserted";
22
+ readonly SALES_ORDER_UPSERTED: "sales.orders.upserted";
23
23
  readonly SALES_ORDER_DELETED: "sales.order.deleted";
24
24
  };
25
25
  readonly "master.data": {
@@ -22,7 +22,7 @@ exports.RoutingKeys = {
22
22
  INVENTORY_COUNT_DELETED: 'inventory.count.deleted',
23
23
  },
24
24
  [Exchanges.IM_SALES_ORDER]: {
25
- SALES_ORDER_CREATED: 'sales.orders.upserted',
25
+ SALES_ORDER_UPSERTED: 'sales.orders.upserted',
26
26
  SALES_ORDER_DELETED: 'sales.order.deleted',
27
27
  },
28
28
  [Exchanges.MASTER_DATA]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saihu/common",
3
- "version": "1.1.42",
3
+ "version": "1.1.43",
4
4
  "description": "Common utilities for NestJS applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",