@saihu/common 1.3.6 → 1.3.7
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.
|
@@ -84,6 +84,7 @@ export declare const RoutingKeys: {
|
|
|
84
84
|
readonly SHOP_SPECIALTY_ITEM_DELETED: "shop.specialty.item.deleted";
|
|
85
85
|
readonly IM_SHOP_UPSERTED: "im.shop.upserted";
|
|
86
86
|
readonly IM_SHOP_DELETED: "im.shop.deleted";
|
|
87
|
+
readonly SHOP_BRAND_UPSERTED: "shop.brand.upserted";
|
|
87
88
|
readonly EMPLOYEE_UPSERTED: "employee.upserted";
|
|
88
89
|
readonly EMPLOYEE_DELETED: "employee.deleted";
|
|
89
90
|
readonly EMPLOYEE_BANK_ACCOUNT_UPSERTED: "employee.bank.account.upserted";
|
|
@@ -104,6 +105,7 @@ export declare const RoutingKeys: {
|
|
|
104
105
|
readonly SHOP_SPECIALTY_ITEM_DELETED: "shop.specialty.item.deleted.dlq";
|
|
105
106
|
readonly IM_SHOP_UPSERTED: "im.shop.upserted.dlq";
|
|
106
107
|
readonly IM_SHOP_DELETED: "im.shop.deleted.dlq";
|
|
108
|
+
readonly SHOP_BRAND_UPSERTED: "shop.brand.upserted.dlq";
|
|
107
109
|
readonly EMPLOYEE_UPSERTED: "employee.upserted.dlq";
|
|
108
110
|
readonly EMPLOYEE_DELETED: "employee.deleted.dlq";
|
|
109
111
|
readonly EMPLOYEE_BANK_ACCOUNT_UPSERTED: "employee.bank.account.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqJd,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"}
|
|
@@ -88,6 +88,7 @@ exports.RoutingKeys = {
|
|
|
88
88
|
SHOP_SPECIALTY_ITEM_DELETED: 'shop.specialty.item.deleted',
|
|
89
89
|
IM_SHOP_UPSERTED: 'im.shop.upserted',
|
|
90
90
|
IM_SHOP_DELETED: 'im.shop.deleted',
|
|
91
|
+
SHOP_BRAND_UPSERTED: 'shop.brand.upserted',
|
|
91
92
|
EMPLOYEE_UPSERTED: 'employee.upserted',
|
|
92
93
|
EMPLOYEE_DELETED: 'employee.deleted',
|
|
93
94
|
EMPLOYEE_BANK_ACCOUNT_UPSERTED: 'employee.bank.account.upserted',
|
|
@@ -108,6 +109,7 @@ exports.RoutingKeys = {
|
|
|
108
109
|
SHOP_SPECIALTY_ITEM_DELETED: 'shop.specialty.item.deleted.dlq',
|
|
109
110
|
IM_SHOP_UPSERTED: 'im.shop.upserted.dlq',
|
|
110
111
|
IM_SHOP_DELETED: 'im.shop.deleted.dlq',
|
|
112
|
+
SHOP_BRAND_UPSERTED: 'shop.brand.upserted.dlq',
|
|
111
113
|
EMPLOYEE_UPSERTED: 'employee.upserted.dlq',
|
|
112
114
|
EMPLOYEE_DELETED: 'employee.deleted.dlq',
|
|
113
115
|
EMPLOYEE_BANK_ACCOUNT_UPSERTED: 'employee.bank.account.upserted.dlq',
|