@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
|
|
10
|
+
readonly ORDER_FINALIZED: "procurement.order.finalized";
|
|
11
11
|
};
|
|
12
12
|
readonly shop: {
|
|
13
|
-
readonly
|
|
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
|
-
|
|
13
|
+
ORDER_FINALIZED: 'procurement.order.finalized',
|
|
14
14
|
},
|
|
15
15
|
[Exchanges.SHOP]: {
|
|
16
|
-
|
|
16
|
+
SHOP_CREATED: 'shop.created',
|
|
17
17
|
},
|
|
18
18
|
[Exchanges.OPER_LOG_EXCHANGE]: {
|
|
19
19
|
// Add your oper log routing keys here
|