@peacom/core 2.0.7 → 2.0.9
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.
package/README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
# core
|
2
|
-
|
3
|
-
This library was generated with [Nx](https://nx.dev).
|
4
|
-
|
5
|
-
## Building
|
6
|
-
|
7
|
-
Run `nx build core` to build the library.
|
8
|
-
|
9
|
-
## Running unit tests
|
10
|
-
|
11
|
-
Run `nx test core` to execute the unit tests via [Jest](https://jestjs.io).
|
1
|
+
# core
|
2
|
+
|
3
|
+
This library was generated with [Nx](https://nx.dev).
|
4
|
+
|
5
|
+
## Building
|
6
|
+
|
7
|
+
Run `nx build core` to build the library.
|
8
|
+
|
9
|
+
## Running unit tests
|
10
|
+
|
11
|
+
Run `nx test core` to execute the unit tests via [Jest](https://jestjs.io).
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@peacom/core",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.9",
|
4
4
|
"type": "commonjs",
|
5
5
|
"dependencies": {
|
6
6
|
"@aws-sdk/client-s3": "3.554.0",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"uuid": "^9.0.1"
|
11
11
|
},
|
12
12
|
"peerDependencies": {
|
13
|
-
"@peacom/model": "
|
13
|
+
"@peacom/model": "latest"
|
14
14
|
},
|
15
15
|
"devDependencies": {
|
16
16
|
"@types/node": "^20.12.7",
|
@@ -1,6 +1,7 @@
|
|
1
1
|
export declare enum PEACOM_CORE_QUEUE {
|
2
2
|
BILLING = "PEACOM_CORE_BILLING",
|
3
3
|
STATUS = "PEACOM_CORE_MESSAGE_STATUS",
|
4
|
+
STATUS_CONVERSATION = "STATUS_CONVERSATION",
|
4
5
|
STATUS_PRIORITY = "PEACOM_CORE_MESSAGE_STATUS_PRIORITY",
|
5
6
|
FALLBACK = "PEACOM_CORE_FALLBACK",
|
6
7
|
PARTNER = "PEACOM_CORE_PARTNER",
|
@@ -5,6 +5,7 @@ var PEACOM_CORE_QUEUE;
|
|
5
5
|
(function (PEACOM_CORE_QUEUE) {
|
6
6
|
PEACOM_CORE_QUEUE["BILLING"] = "PEACOM_CORE_BILLING";
|
7
7
|
PEACOM_CORE_QUEUE["STATUS"] = "PEACOM_CORE_MESSAGE_STATUS";
|
8
|
+
PEACOM_CORE_QUEUE["STATUS_CONVERSATION"] = "STATUS_CONVERSATION";
|
8
9
|
PEACOM_CORE_QUEUE["STATUS_PRIORITY"] = "PEACOM_CORE_MESSAGE_STATUS_PRIORITY";
|
9
10
|
PEACOM_CORE_QUEUE["FALLBACK"] = "PEACOM_CORE_FALLBACK";
|
10
11
|
PEACOM_CORE_QUEUE["PARTNER"] = "PEACOM_CORE_PARTNER";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"queue.constant.js","sourceRoot":"","sources":["../../../../../../../packages/core/src/lib/model/queue/queue.constant.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
1
|
+
{"version":3,"file":"queue.constant.js","sourceRoot":"","sources":["../../../../../../../packages/core/src/lib/model/queue/queue.constant.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAUX;AAVD,WAAY,iBAAiB;IAC3B,oDAA+B,CAAA;IAC/B,0DAAqC,CAAA;IACrC,gEAA2C,CAAA;IAC3C,4EAAuD,CAAA;IACvD,sDAAiC,CAAA;IACjC,oDAA+B,CAAA;IAC/B,wEAAmD,CAAA;IACnD,wDAAmC,CAAA;IACnC,yDAAoC,CAAA;AACtC,CAAC,EAVW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAU5B"}
|