@saihu/common 1.1.35 → 1.1.37
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.
|
@@ -14,14 +14,14 @@ export declare const RoutingKeys: {
|
|
|
14
14
|
readonly ORDER_CHECK_PASSED: "procurement.order.check.passed";
|
|
15
15
|
};
|
|
16
16
|
readonly shop: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly SHOP_UPDATED: "shop.updated";
|
|
17
|
+
readonly SHOP_UPSERTED: "shop.upserted";
|
|
19
18
|
};
|
|
20
19
|
readonly "im.supplier.item": {
|
|
21
|
-
readonly
|
|
20
|
+
readonly SUPPLIER_ITEMS_UPSERTED: "supplier.items.upserted";
|
|
22
21
|
};
|
|
23
22
|
readonly "im.generic.item": {
|
|
24
|
-
readonly
|
|
23
|
+
readonly GENERIC_ITEM_UPSERTED: "generic.item.upserted";
|
|
24
|
+
readonly GENERIC_ITEM_DELETED: "generic.item.deleted";
|
|
25
25
|
};
|
|
26
26
|
readonly oper_log_exchange: {
|
|
27
27
|
readonly OPER_LOG_CREATED: "oper.log.created";
|
|
@@ -17,14 +17,14 @@ exports.RoutingKeys = {
|
|
|
17
17
|
ORDER_CHECK_PASSED: 'procurement.order.check.passed',
|
|
18
18
|
},
|
|
19
19
|
[Exchanges.SHOP]: {
|
|
20
|
-
|
|
21
|
-
SHOP_UPDATED: 'shop.updated',
|
|
20
|
+
SHOP_UPSERTED: 'shop.upserted',
|
|
22
21
|
},
|
|
23
22
|
[Exchanges.IM_SUPPLIER_ITEM]: {
|
|
24
|
-
|
|
23
|
+
SUPPLIER_ITEMS_UPSERTED: 'supplier.items.upserted',
|
|
25
24
|
},
|
|
26
25
|
[Exchanges.IM_GENERIC_ITEM]: {
|
|
27
|
-
|
|
26
|
+
GENERIC_ITEM_UPSERTED: 'generic.item.upserted',
|
|
27
|
+
GENERIC_ITEM_DELETED: 'generic.item.deleted',
|
|
28
28
|
},
|
|
29
29
|
[Exchanges.OPER_LOG_EXCHANGE]: {
|
|
30
30
|
// Add your oper log routing keys here
|