@saihu/common 1.1.31 → 1.1.33

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.
@@ -7,10 +7,10 @@ export declare enum Exchanges {
7
7
  export declare const RoutingKeys: {
8
8
  readonly "im.procurement.order": {
9
9
  readonly RETURN_APPROVED: "procurement.order.return.approved";
10
- readonly FINALIZED: "procurement.order.finalized";
10
+ readonly ORDER_FINALIZED: "procurement.order.finalized";
11
11
  };
12
12
  readonly shop: {
13
- readonly CREATED: "shop.created";
13
+ readonly SHOP_CREATED: "shop.created";
14
14
  };
15
15
  readonly oper_log_exchange: {};
16
16
  };
@@ -10,10 +10,10 @@ var Exchanges;
10
10
  exports.RoutingKeys = {
11
11
  [Exchanges.IM_PROCUREMENT_ORDER]: {
12
12
  RETURN_APPROVED: 'procurement.order.return.approved',
13
- FINALIZED: 'procurement.order.finalized',
13
+ ORDER_FINALIZED: 'procurement.order.finalized',
14
14
  },
15
15
  [Exchanges.SHOP]: {
16
- CREATED: 'shop.created',
16
+ SHOP_CREATED: 'shop.created',
17
17
  },
18
18
  [Exchanges.OPER_LOG_EXCHANGE]: {
19
19
  // Add your oper log routing keys here
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saihu/common",
3
- "version": "1.1.31",
3
+ "version": "1.1.33",
4
4
  "description": "Common utilities for NestJS applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",