@saihu/common 1.3.5 → 1.3.6
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.
|
@@ -88,6 +88,7 @@ export declare const RoutingKeys: {
|
|
|
88
88
|
readonly EMPLOYEE_DELETED: "employee.deleted";
|
|
89
89
|
readonly EMPLOYEE_BANK_ACCOUNT_UPSERTED: "employee.bank.account.upserted";
|
|
90
90
|
readonly EMPLOYEE_BANK_ACCOUNT_DELETED: "employee.bank.account.deleted";
|
|
91
|
+
readonly EMPLOYEE_POSITIONS_UPSERTED: "employee.positions.upserted";
|
|
91
92
|
};
|
|
92
93
|
readonly "im.data.dlx": {
|
|
93
94
|
readonly SUPPLIER_ITEMS_UPSERTED: "supplier.items.upserted.dlq";
|
|
@@ -107,6 +108,7 @@ export declare const RoutingKeys: {
|
|
|
107
108
|
readonly EMPLOYEE_DELETED: "employee.deleted.dlq";
|
|
108
109
|
readonly EMPLOYEE_BANK_ACCOUNT_UPSERTED: "employee.bank.account.upserted.dlq";
|
|
109
110
|
readonly EMPLOYEE_BANK_ACCOUNT_DELETED: "employee.bank.account.deleted.dlq";
|
|
111
|
+
readonly EMPLOYEE_POSITIONS_UPSERTED: "employee.positions.upserted.dlq";
|
|
110
112
|
};
|
|
111
113
|
readonly "scm.data": {
|
|
112
114
|
readonly SCM_GOOD_UPSERTED: "scm.good.upserted";
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmJd,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"}
|
|
@@ -92,6 +92,7 @@ exports.RoutingKeys = {
|
|
|
92
92
|
EMPLOYEE_DELETED: 'employee.deleted',
|
|
93
93
|
EMPLOYEE_BANK_ACCOUNT_UPSERTED: 'employee.bank.account.upserted',
|
|
94
94
|
EMPLOYEE_BANK_ACCOUNT_DELETED: 'employee.bank.account.deleted',
|
|
95
|
+
EMPLOYEE_POSITIONS_UPSERTED: 'employee.positions.upserted',
|
|
95
96
|
},
|
|
96
97
|
[Exchanges.IM_DATA_DLX]: {
|
|
97
98
|
SUPPLIER_ITEMS_UPSERTED: 'supplier.items.upserted.dlq',
|
|
@@ -111,6 +112,7 @@ exports.RoutingKeys = {
|
|
|
111
112
|
EMPLOYEE_DELETED: 'employee.deleted.dlq',
|
|
112
113
|
EMPLOYEE_BANK_ACCOUNT_UPSERTED: 'employee.bank.account.upserted.dlq',
|
|
113
114
|
EMPLOYEE_BANK_ACCOUNT_DELETED: 'employee.bank.account.deleted.dlq',
|
|
115
|
+
EMPLOYEE_POSITIONS_UPSERTED: 'employee.positions.upserted.dlq',
|
|
114
116
|
},
|
|
115
117
|
[Exchanges.SCM_DATA]: {
|
|
116
118
|
SCM_GOOD_UPSERTED: 'scm.good.upserted',
|