@saihu/common 1.3.8 → 1.3.9
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.
|
@@ -71,6 +71,7 @@ export declare const RoutingKeys: {
|
|
|
71
71
|
readonly SALES_ORDER_DELETED: "sales.order.deleted.dlq";
|
|
72
72
|
};
|
|
73
73
|
readonly "im.data": {
|
|
74
|
+
readonly CITY_UPSERTED: "city.upserted";
|
|
74
75
|
readonly SUPPLIER_ITEMS_UPSERTED: "supplier.items.upserted";
|
|
75
76
|
readonly SUPPLIER_ITEM_CATEGORIES_UPSERTED: "supplier.item.categories.upserted";
|
|
76
77
|
readonly STANDARD_UNITS_UPSERTED: "standard.units.upserted";
|
|
@@ -94,6 +95,7 @@ export declare const RoutingKeys: {
|
|
|
94
95
|
readonly EMPLOYEE_POSITIONS_UPSERTED: "employee.positions.upserted";
|
|
95
96
|
};
|
|
96
97
|
readonly "im.data.dlx": {
|
|
98
|
+
readonly CITY_UPSERTED: "city.upserted.dlq";
|
|
97
99
|
readonly SUPPLIER_ITEMS_UPSERTED: "supplier.items.upserted.dlq";
|
|
98
100
|
readonly SUPPLIER_ITEM_CATEGORIES_UPSERTED: "supplier.item.categories.upserted.dlq";
|
|
99
101
|
readonly STANDARD_UNITS_UPSERTED: "standard.units.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Jd,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"}
|
|
@@ -75,6 +75,7 @@ exports.RoutingKeys = {
|
|
|
75
75
|
SALES_ORDER_DELETED: 'sales.order.deleted.dlq',
|
|
76
76
|
},
|
|
77
77
|
[Exchanges.IM_DATA]: {
|
|
78
|
+
CITY_UPSERTED: 'city.upserted',
|
|
78
79
|
SUPPLIER_ITEMS_UPSERTED: 'supplier.items.upserted',
|
|
79
80
|
SUPPLIER_ITEM_CATEGORIES_UPSERTED: 'supplier.item.categories.upserted',
|
|
80
81
|
STANDARD_UNITS_UPSERTED: 'standard.units.upserted',
|
|
@@ -98,6 +99,7 @@ exports.RoutingKeys = {
|
|
|
98
99
|
EMPLOYEE_POSITIONS_UPSERTED: 'employee.positions.upserted',
|
|
99
100
|
},
|
|
100
101
|
[Exchanges.IM_DATA_DLX]: {
|
|
102
|
+
CITY_UPSERTED: 'city.upserted.dlq',
|
|
101
103
|
SUPPLIER_ITEMS_UPSERTED: 'supplier.items.upserted.dlq',
|
|
102
104
|
SUPPLIER_ITEM_CATEGORIES_UPSERTED: 'supplier.item.categories.upserted.dlq',
|
|
103
105
|
STANDARD_UNITS_UPSERTED: 'standard.units.upserted.dlq',
|