@saihu/common 1.2.7 → 1.2.8
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.
|
@@ -101,6 +101,8 @@ export declare const RoutingKeys: {
|
|
|
101
101
|
readonly SCM_REGION_DELETED: "scm.region.deleted";
|
|
102
102
|
readonly SCM_CITY_UPSERTED: "scm.city.upserted";
|
|
103
103
|
readonly SCM_CITY_DELETED: "scm.city.deleted";
|
|
104
|
+
readonly SCM_LOCATION_UPSERTED: "scm.location.upserted";
|
|
105
|
+
readonly SCM_LOCATION_DELETED: "scm.location.deleted";
|
|
104
106
|
};
|
|
105
107
|
readonly "scm.data.dlx": {
|
|
106
108
|
readonly SCM_GOOD_UPSERTED: "scm.good.upserted.dlq";
|
|
@@ -113,6 +115,8 @@ export declare const RoutingKeys: {
|
|
|
113
115
|
readonly SCM_REGION_DELETED: "scm.region.deleted.dlq";
|
|
114
116
|
readonly SCM_CITY_UPSERTED: "scm.city.upserted.dlq";
|
|
115
117
|
readonly SCM_CITY_DELETED: "scm.city.deleted.dlq";
|
|
118
|
+
readonly SCM_LOCATION_UPSERTED: "scm.location.upserted.dlq";
|
|
119
|
+
readonly SCM_LOCATION_DELETED: "scm.location.deleted.dlq";
|
|
116
120
|
};
|
|
117
121
|
readonly "scm.procurement.order": {
|
|
118
122
|
readonly SCM_PROCUREMENT_ORDER_CREATED: "scm.procurement.order.created";
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Hd,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"}
|
|
@@ -105,6 +105,8 @@ exports.RoutingKeys = {
|
|
|
105
105
|
SCM_REGION_DELETED: 'scm.region.deleted',
|
|
106
106
|
SCM_CITY_UPSERTED: 'scm.city.upserted',
|
|
107
107
|
SCM_CITY_DELETED: 'scm.city.deleted',
|
|
108
|
+
SCM_LOCATION_UPSERTED: 'scm.location.upserted',
|
|
109
|
+
SCM_LOCATION_DELETED: 'scm.location.deleted',
|
|
108
110
|
},
|
|
109
111
|
[Exchanges.SCM_DATA_DLX]: {
|
|
110
112
|
SCM_GOOD_UPSERTED: 'scm.good.upserted.dlq',
|
|
@@ -117,6 +119,8 @@ exports.RoutingKeys = {
|
|
|
117
119
|
SCM_REGION_DELETED: 'scm.region.deleted.dlq',
|
|
118
120
|
SCM_CITY_UPSERTED: 'scm.city.upserted.dlq',
|
|
119
121
|
SCM_CITY_DELETED: 'scm.city.deleted.dlq',
|
|
122
|
+
SCM_LOCATION_UPSERTED: 'scm.location.upserted.dlq',
|
|
123
|
+
SCM_LOCATION_DELETED: 'scm.location.deleted.dlq',
|
|
120
124
|
},
|
|
121
125
|
[Exchanges.SCM_PROCUREMENT_ORDER]: {
|
|
122
126
|
SCM_PROCUREMENT_ORDER_CREATED: 'scm.procurement.order.created',
|