@saihu/common 1.5.2 → 1.5.4
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.
|
@@ -77,6 +77,8 @@ export declare const RoutingKeys: {
|
|
|
77
77
|
readonly APPROVAL_REQUESTED: "approval.requested";
|
|
78
78
|
readonly APPROVAL_REJECTED: "approval.rejected";
|
|
79
79
|
readonly CITY_UPSERTED: "city.upserted";
|
|
80
|
+
readonly INGREDIENT_UPSERTED: "ingredient.upserted";
|
|
81
|
+
readonly SUPPLIER_UPSERTED: "supplier.upserted";
|
|
80
82
|
readonly SUPPLIER_ITEMS_UPSERTED: "supplier.items.upserted";
|
|
81
83
|
readonly SUPPLIER_ITEM_CATEGORIES_UPSERTED: "supplier.item.categories.upserted";
|
|
82
84
|
readonly STANDARD_UNITS_UPSERTED: "standard.units.upserted";
|
|
@@ -108,6 +110,8 @@ export declare const RoutingKeys: {
|
|
|
108
110
|
readonly APPROVAL_REQUESTED: "approval.requested.dlq";
|
|
109
111
|
readonly APPROVAL_REJECTED: "approval.rejected.dlq";
|
|
110
112
|
readonly CITY_UPSERTED: "city.upserted.dlq";
|
|
113
|
+
readonly INGREDIENT_UPSERTED: "ingredient.upserted.dlq";
|
|
114
|
+
readonly SUPPLIER_UPSERTED: "supplier.upserted.dlq";
|
|
111
115
|
readonly SUPPLIER_ITEMS_UPSERTED: "supplier.items.upserted.dlq";
|
|
112
116
|
readonly SUPPLIER_ITEM_CATEGORIES_UPSERTED: "supplier.item.categories.upserted.dlq";
|
|
113
117
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqLd,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"}
|
|
@@ -81,6 +81,8 @@ exports.RoutingKeys = {
|
|
|
81
81
|
APPROVAL_REQUESTED: 'approval.requested',
|
|
82
82
|
APPROVAL_REJECTED: 'approval.rejected',
|
|
83
83
|
CITY_UPSERTED: 'city.upserted',
|
|
84
|
+
INGREDIENT_UPSERTED: 'ingredient.upserted',
|
|
85
|
+
SUPPLIER_UPSERTED: 'supplier.upserted',
|
|
84
86
|
SUPPLIER_ITEMS_UPSERTED: 'supplier.items.upserted',
|
|
85
87
|
SUPPLIER_ITEM_CATEGORIES_UPSERTED: 'supplier.item.categories.upserted',
|
|
86
88
|
STANDARD_UNITS_UPSERTED: 'standard.units.upserted',
|
|
@@ -112,6 +114,8 @@ exports.RoutingKeys = {
|
|
|
112
114
|
APPROVAL_REQUESTED: 'approval.requested.dlq',
|
|
113
115
|
APPROVAL_REJECTED: 'approval.rejected.dlq',
|
|
114
116
|
CITY_UPSERTED: 'city.upserted.dlq',
|
|
117
|
+
INGREDIENT_UPSERTED: 'ingredient.upserted.dlq',
|
|
118
|
+
SUPPLIER_UPSERTED: 'supplier.upserted.dlq',
|
|
115
119
|
SUPPLIER_ITEMS_UPSERTED: 'supplier.items.upserted.dlq',
|
|
116
120
|
SUPPLIER_ITEM_CATEGORIES_UPSERTED: 'supplier.item.categories.upserted.dlq',
|
|
117
121
|
STANDARD_UNITS_UPSERTED: 'standard.units.upserted.dlq',
|