@saihu/common 1.5.4 → 1.5.5
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.
|
@@ -141,6 +141,7 @@ export declare const RoutingKeys: {
|
|
|
141
141
|
readonly "scm.data": {
|
|
142
142
|
readonly SCM_GOOD_UPSERTED: "scm.good.upserted";
|
|
143
143
|
readonly SCM_GOOD_DELETED: "scm.good.deleted";
|
|
144
|
+
readonly SUPPLIER_UPSERTED: "supplier.upserted";
|
|
144
145
|
readonly ORGANIZATION_UPSERTED: "organization.upserted";
|
|
145
146
|
readonly CLIENT_ORGANIZATION_UPSERTED: "client.organization.upserted";
|
|
146
147
|
readonly CLIENT_TIER_UPSERTED: "client.tier.upserted";
|
|
@@ -160,6 +161,7 @@ export declare const RoutingKeys: {
|
|
|
160
161
|
readonly "scm.data.dlx": {
|
|
161
162
|
readonly SCM_GOOD_UPSERTED: "scm.good.upserted.dlq";
|
|
162
163
|
readonly SCM_GOOD_DELETED: "scm.good.deleted.dlq";
|
|
164
|
+
readonly SUPPLIER_UPSERTED: "supplier.upserted.dlq";
|
|
163
165
|
readonly CLIENT_ORGANIZATION_UPSERTED: "client.organization.upserted.dlq";
|
|
164
166
|
readonly CLIENT_TIER_UPSERTED: "client.tier.upserted.dlq";
|
|
165
167
|
readonly ORGANIZATION_UPSERTED: "organization.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuLd,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"}
|
|
@@ -145,6 +145,7 @@ exports.RoutingKeys = {
|
|
|
145
145
|
[Exchanges.SCM_DATA]: {
|
|
146
146
|
SCM_GOOD_UPSERTED: 'scm.good.upserted',
|
|
147
147
|
SCM_GOOD_DELETED: 'scm.good.deleted',
|
|
148
|
+
SUPPLIER_UPSERTED: 'supplier.upserted',
|
|
148
149
|
ORGANIZATION_UPSERTED: 'organization.upserted',
|
|
149
150
|
CLIENT_ORGANIZATION_UPSERTED: 'client.organization.upserted',
|
|
150
151
|
CLIENT_TIER_UPSERTED: 'client.tier.upserted',
|
|
@@ -164,6 +165,7 @@ exports.RoutingKeys = {
|
|
|
164
165
|
[Exchanges.SCM_DATA_DLX]: {
|
|
165
166
|
SCM_GOOD_UPSERTED: 'scm.good.upserted.dlq',
|
|
166
167
|
SCM_GOOD_DELETED: 'scm.good.deleted.dlq',
|
|
168
|
+
SUPPLIER_UPSERTED: 'supplier.upserted.dlq',
|
|
167
169
|
CLIENT_ORGANIZATION_UPSERTED: 'client.organization.upserted.dlq',
|
|
168
170
|
CLIENT_TIER_UPSERTED: 'client.tier.upserted.dlq',
|
|
169
171
|
ORGANIZATION_UPSERTED: 'organization.upserted.dlq',
|