gemcap-be-common 1.4.137 → 1.4.139
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/microservice/events.constants.d.ts +6 -4
- package/microservice/events.constants.js +6 -4
- package/microservice/events.constants.ts +6 -4
- package/microservice/queues.constants.d.ts +6 -0
- package/microservice/queues.constants.js +6 -0
- package/microservice/queues.constants.ts +6 -0
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
export declare const EVENT_KEYS: {
|
|
2
2
|
readonly email: {
|
|
3
3
|
readonly INBOUND_RECEIVED: "email.inbound.received";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
readonly REPORT_PER_ACCOUNT_REQUESTED: "finance.report.account.requested";
|
|
7
|
-
readonly REPORT_CONSOLIDATED_REQUESTED: "finance.report.consolidated.requested";
|
|
4
|
+
readonly SUMMARY_REQUESTED: "email.summary.requested";
|
|
5
|
+
readonly SUMMARY_GENERATED: "email.summary.generated";
|
|
8
6
|
};
|
|
9
7
|
readonly compliance: {
|
|
10
8
|
readonly FIND_MATCH_REQUESTED: "compliance.find-match.requested";
|
|
11
9
|
readonly SUMMARY_REQUESTED: "compliance.summary.requested";
|
|
12
10
|
readonly SUMMARY_GENERATED: "compliance.summary.generated";
|
|
13
11
|
};
|
|
12
|
+
readonly finance: {
|
|
13
|
+
readonly REPORT_PER_ACCOUNT_REQUESTED: "finance.report.account.requested";
|
|
14
|
+
readonly REPORT_CONSOLIDATED_REQUESTED: "finance.report.consolidated.requested";
|
|
15
|
+
};
|
|
14
16
|
};
|
|
@@ -4,14 +4,16 @@ exports.EVENT_KEYS = void 0;
|
|
|
4
4
|
exports.EVENT_KEYS = {
|
|
5
5
|
email: {
|
|
6
6
|
INBOUND_RECEIVED: 'email.inbound.received',
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
REPORT_PER_ACCOUNT_REQUESTED: 'finance.report.account.requested',
|
|
10
|
-
REPORT_CONSOLIDATED_REQUESTED: 'finance.report.consolidated.requested',
|
|
7
|
+
SUMMARY_REQUESTED: 'email.summary.requested',
|
|
8
|
+
SUMMARY_GENERATED: 'email.summary.generated',
|
|
11
9
|
},
|
|
12
10
|
compliance: {
|
|
13
11
|
FIND_MATCH_REQUESTED: 'compliance.find-match.requested',
|
|
14
12
|
SUMMARY_REQUESTED: 'compliance.summary.requested',
|
|
15
13
|
SUMMARY_GENERATED: 'compliance.summary.generated',
|
|
16
14
|
},
|
|
15
|
+
finance: {
|
|
16
|
+
REPORT_PER_ACCOUNT_REQUESTED: 'finance.report.account.requested',
|
|
17
|
+
REPORT_CONSOLIDATED_REQUESTED: 'finance.report.consolidated.requested',
|
|
18
|
+
},
|
|
17
19
|
};
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
export const EVENT_KEYS = {
|
|
2
2
|
email: {
|
|
3
3
|
INBOUND_RECEIVED: 'email.inbound.received',
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
REPORT_PER_ACCOUNT_REQUESTED: 'finance.report.account.requested',
|
|
7
|
-
REPORT_CONSOLIDATED_REQUESTED: 'finance.report.consolidated.requested',
|
|
4
|
+
SUMMARY_REQUESTED: 'email.summary.requested',
|
|
5
|
+
SUMMARY_GENERATED: 'email.summary.generated',
|
|
8
6
|
},
|
|
9
7
|
compliance: {
|
|
10
8
|
FIND_MATCH_REQUESTED: 'compliance.find-match.requested',
|
|
11
9
|
SUMMARY_REQUESTED: 'compliance.summary.requested',
|
|
12
10
|
SUMMARY_GENERATED: 'compliance.summary.generated',
|
|
13
11
|
},
|
|
12
|
+
finance: {
|
|
13
|
+
REPORT_PER_ACCOUNT_REQUESTED: 'finance.report.account.requested',
|
|
14
|
+
REPORT_CONSOLIDATED_REQUESTED: 'finance.report.consolidated.requested',
|
|
15
|
+
},
|
|
14
16
|
} as const;
|
|
@@ -7,6 +7,12 @@ export declare const QUEUES: {
|
|
|
7
7
|
readonly summaryResults: "ai.compliance.summary-results";
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
+
readonly email: {
|
|
11
|
+
readonly inbound: {
|
|
12
|
+
readonly processing: "email.inbound.processing";
|
|
13
|
+
readonly ready: "email.inbound.ready";
|
|
14
|
+
};
|
|
15
|
+
};
|
|
10
16
|
readonly finance: {
|
|
11
17
|
readonly reports: {
|
|
12
18
|
readonly perAccount: "finance.report.per-account";
|
|
@@ -10,6 +10,12 @@ exports.QUEUES = {
|
|
|
10
10
|
summaryResults: 'ai.compliance.summary-results',
|
|
11
11
|
},
|
|
12
12
|
},
|
|
13
|
+
email: {
|
|
14
|
+
inbound: {
|
|
15
|
+
processing: 'email.inbound.processing',
|
|
16
|
+
ready: 'email.inbound.ready',
|
|
17
|
+
},
|
|
18
|
+
},
|
|
13
19
|
finance: {
|
|
14
20
|
reports: {
|
|
15
21
|
perAccount: 'finance.report.per-account',
|
|
@@ -7,6 +7,12 @@ export const QUEUES = {
|
|
|
7
7
|
summaryResults: 'ai.compliance.summary-results',
|
|
8
8
|
},
|
|
9
9
|
},
|
|
10
|
+
email: {
|
|
11
|
+
inbound: {
|
|
12
|
+
processing: 'email.inbound.processing',
|
|
13
|
+
ready: 'email.inbound.ready',
|
|
14
|
+
},
|
|
15
|
+
},
|
|
10
16
|
finance: {
|
|
11
17
|
reports: {
|
|
12
18
|
perAccount: 'finance.report.per-account',
|