@saihu/common 1.2.9 → 1.3.0
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.
|
@@ -95,6 +95,8 @@ export declare const RoutingKeys: {
|
|
|
95
95
|
readonly SCM_GOOD_DELETED: "scm.good.deleted";
|
|
96
96
|
readonly GOOD_UPSERTED: "good.upserted";
|
|
97
97
|
readonly GOOD_DELETED: "good.deleted";
|
|
98
|
+
readonly GOOD_CATEGORY_UPSERTED: "good.category.upserted";
|
|
99
|
+
readonly GOOD_CATEGORY_DELETED: "good.category.deleted";
|
|
98
100
|
readonly SCM_SHOP_UPSERTED: "scm.shop.upserted";
|
|
99
101
|
readonly SCM_SHOP_DELETED: "scm.shop.deleted";
|
|
100
102
|
readonly SCM_REGION_UPSERTED: "scm.region.upserted";
|
|
@@ -109,6 +111,8 @@ export declare const RoutingKeys: {
|
|
|
109
111
|
readonly SCM_GOOD_DELETED: "scm.good.deleted.dlq";
|
|
110
112
|
readonly GOOD_UPSERTED: "good.upserted.dlq";
|
|
111
113
|
readonly GOOD_DELETED: "good.deleted.dlq";
|
|
114
|
+
readonly GOOD_CATEGORY_UPSERTED: "good.category.upserted.dlq";
|
|
115
|
+
readonly GOOD_CATEGORY_DELETED: "good.category.deleted.dlq";
|
|
112
116
|
readonly SCM_SHOP_UPSERTED: "scm.shop.upserted.dlq";
|
|
113
117
|
readonly SCM_SHOP_DELETED: "scm.shop.deleted.dlq";
|
|
114
118
|
readonly SCM_REGION_UPSERTED: "scm.region.upserted.dlq";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"topology.d.ts","sourceRoot":"","sources":["../../src/messaging/topology.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC;AAErE,oBAAY,SAAS;IACnB,oBAAoB,yBAAyB;IAC7C,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,OAAO,YAAY;IACnB,iBAAiB,sBAAsB;IACvC,QAAQ,aAAa;IACrB,qBAAqB,0BAA0B;IAC/C,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,MAAM,WAAW;IAGjB,wBAAwB,6BAA6B;IACrD,gBAAgB,qBAAqB;IACrC,kBAAkB,uBAAuB;IACzC,WAAW,gBAAgB;IAC3B,qBAAqB,0BAA0B;IAC/C,YAAY,iBAAiB;IAC7B,yBAAyB,8BAA8B;IACvD,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,UAAU,eAAe;CAC1B;AAED,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"topology.d.ts","sourceRoot":"","sources":["../../src/messaging/topology.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC;AAErE,oBAAY,SAAS;IACnB,oBAAoB,yBAAyB;IAC7C,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,OAAO,YAAY;IACnB,iBAAiB,sBAAsB;IACvC,QAAQ,aAAa;IACrB,qBAAqB,0BAA0B;IAC/C,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,MAAM,WAAW;IAGjB,wBAAwB,6BAA6B;IACrD,gBAAgB,qBAAqB;IACrC,kBAAkB,uBAAuB;IACzC,WAAW,gBAAgB;IAC3B,qBAAqB,0BAA0B;IAC/C,YAAY,iBAAiB;IAC7B,yBAAyB,8BAA8B;IACvD,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,UAAU,eAAe;CAC1B;AAED,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+Hd,CAAC;AAEX,MAAM,MAAM,sBAAsB,CAAC,CAAC,SAAS,SAAS,IACpD,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAEzD,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,SAAS,EAAE,YAAY,CAsBzD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAClC,SAAS,EACT;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAsBF,CAAC;AAEF,eAAO,MAAM,CAAC,GAAI,SAAS,MAAM,EAAE,IAAI,MAAM,WAAyB,CAAC"}
|
|
@@ -99,6 +99,8 @@ exports.RoutingKeys = {
|
|
|
99
99
|
SCM_GOOD_DELETED: 'scm.good.deleted',
|
|
100
100
|
GOOD_UPSERTED: 'good.upserted',
|
|
101
101
|
GOOD_DELETED: 'good.deleted',
|
|
102
|
+
GOOD_CATEGORY_UPSERTED: 'good.category.upserted',
|
|
103
|
+
GOOD_CATEGORY_DELETED: 'good.category.deleted',
|
|
102
104
|
SCM_SHOP_UPSERTED: 'scm.shop.upserted',
|
|
103
105
|
SCM_SHOP_DELETED: 'scm.shop.deleted',
|
|
104
106
|
SCM_REGION_UPSERTED: 'scm.region.upserted',
|
|
@@ -113,6 +115,8 @@ exports.RoutingKeys = {
|
|
|
113
115
|
SCM_GOOD_DELETED: 'scm.good.deleted.dlq',
|
|
114
116
|
GOOD_UPSERTED: 'good.upserted.dlq',
|
|
115
117
|
GOOD_DELETED: 'good.deleted.dlq',
|
|
118
|
+
GOOD_CATEGORY_UPSERTED: 'good.category.upserted.dlq',
|
|
119
|
+
GOOD_CATEGORY_DELETED: 'good.category.deleted.dlq',
|
|
116
120
|
SCM_SHOP_UPSERTED: 'scm.shop.upserted.dlq',
|
|
117
121
|
SCM_SHOP_DELETED: 'scm.shop.deleted.dlq',
|
|
118
122
|
SCM_REGION_UPSERTED: 'scm.region.upserted.dlq',
|