intelica-library-components 1.1.41 → 1.1.42
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.
|
@@ -10881,7 +10881,7 @@ class NotificationOrchestratorService {
|
|
|
10881
10881
|
});
|
|
10882
10882
|
await this.subscribeToJob(this.currentJobId);
|
|
10883
10883
|
const notifications = notificationDraft.map(draft => ({
|
|
10884
|
-
origin:
|
|
10884
|
+
origin: job.origin,
|
|
10885
10885
|
originReference: `${draft.originReference}-${job.jobId}`,
|
|
10886
10886
|
notificationTypeCode: draft.notificationTypeCode,
|
|
10887
10887
|
destination: draft.destination,
|
|
@@ -10909,7 +10909,7 @@ class NotificationOrchestratorService {
|
|
|
10909
10909
|
totalCount,
|
|
10910
10910
|
totalNotificationsCount,
|
|
10911
10911
|
notifications: notificationDraft.map(draft => ({
|
|
10912
|
-
origin:
|
|
10912
|
+
origin: origin,
|
|
10913
10913
|
originReference: draft.originReference,
|
|
10914
10914
|
notificationTypeCode: draft.notificationTypeCode,
|
|
10915
10915
|
destination: draft.destination,
|