@saihu/common 1.3.7 → 1.3.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.
|
@@ -75,6 +75,8 @@ export declare const RoutingKeys: {
|
|
|
75
75
|
readonly SUPPLIER_ITEM_CATEGORIES_UPSERTED: "supplier.item.categories.upserted";
|
|
76
76
|
readonly STANDARD_UNITS_UPSERTED: "standard.units.upserted";
|
|
77
77
|
readonly STANDARD_UNITS_DELETED: "standard.units.deleted";
|
|
78
|
+
readonly STCOK_CATEGORIES_UPSERTED: "stock.categories.upserted";
|
|
79
|
+
readonly SUPPLY_PLANS_UPSERTED: "supply.plans.upserted";
|
|
78
80
|
readonly GENERIC_ITEM_UPSERTED: "generic.item.upserted";
|
|
79
81
|
readonly GENERIC_ITEM_DELETED: "generic.item.deleted";
|
|
80
82
|
readonly GENERIC_ITEM_CATEGORY_UPSERTED: "generic.item.category.upserted";
|
|
@@ -96,6 +98,8 @@ export declare const RoutingKeys: {
|
|
|
96
98
|
readonly SUPPLIER_ITEM_CATEGORIES_UPSERTED: "supplier.item.categories.upserted.dlq";
|
|
97
99
|
readonly STANDARD_UNITS_UPSERTED: "standard.units.upserted.dlq";
|
|
98
100
|
readonly STANDARD_UNITS_DELETED: "standard.units.deleted.dlq";
|
|
101
|
+
readonly STCOK_CATEGORIES_UPSERTED: "stock.categories.upserted.dlq";
|
|
102
|
+
readonly SUPPLY_PLANS_UPSERTED: "supply.plans.upserted.dlq";
|
|
99
103
|
readonly GENERIC_ITEM_UPSERTED: "generic.item.upserted.dlq";
|
|
100
104
|
readonly GENERIC_ITEM_DELETED: "generic.item.deleted.dlq";
|
|
101
105
|
readonly GENERIC_ITEM_CATEGORY_UPSERTED: "generic.item.category.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyJd,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"}
|
|
@@ -79,6 +79,8 @@ exports.RoutingKeys = {
|
|
|
79
79
|
SUPPLIER_ITEM_CATEGORIES_UPSERTED: 'supplier.item.categories.upserted',
|
|
80
80
|
STANDARD_UNITS_UPSERTED: 'standard.units.upserted',
|
|
81
81
|
STANDARD_UNITS_DELETED: 'standard.units.deleted',
|
|
82
|
+
STCOK_CATEGORIES_UPSERTED: 'stock.categories.upserted',
|
|
83
|
+
SUPPLY_PLANS_UPSERTED: 'supply.plans.upserted',
|
|
82
84
|
GENERIC_ITEM_UPSERTED: 'generic.item.upserted',
|
|
83
85
|
GENERIC_ITEM_DELETED: 'generic.item.deleted',
|
|
84
86
|
GENERIC_ITEM_CATEGORY_UPSERTED: 'generic.item.category.upserted',
|
|
@@ -100,6 +102,8 @@ exports.RoutingKeys = {
|
|
|
100
102
|
SUPPLIER_ITEM_CATEGORIES_UPSERTED: 'supplier.item.categories.upserted.dlq',
|
|
101
103
|
STANDARD_UNITS_UPSERTED: 'standard.units.upserted.dlq',
|
|
102
104
|
STANDARD_UNITS_DELETED: 'standard.units.deleted.dlq',
|
|
105
|
+
STCOK_CATEGORIES_UPSERTED: 'stock.categories.upserted.dlq',
|
|
106
|
+
SUPPLY_PLANS_UPSERTED: 'supply.plans.upserted.dlq',
|
|
103
107
|
GENERIC_ITEM_UPSERTED: 'generic.item.upserted.dlq',
|
|
104
108
|
GENERIC_ITEM_DELETED: 'generic.item.deleted.dlq',
|
|
105
109
|
GENERIC_ITEM_CATEGORY_UPSERTED: 'generic.item.category.upserted.dlq',
|