ng-pli-commons 1.0.131 → 1.0.132
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.
|
@@ -16685,8 +16685,8 @@ const VERSION = {
|
|
|
16685
16685
|
},
|
|
16686
16686
|
"suffix": "2679-gafca5f07-dirty",
|
|
16687
16687
|
"semverString": "0.0.18+2679.gafca5f07",
|
|
16688
|
-
"version": "1.0.
|
|
16689
|
-
"buildTimestamp": "2025-11-26T20:
|
|
16688
|
+
"version": "1.0.132",
|
|
16689
|
+
"buildTimestamp": "2025-11-26T20:49:05.602Z"
|
|
16690
16690
|
};
|
|
16691
16691
|
/* tslint:enable */
|
|
16692
16692
|
|
|
@@ -17408,7 +17408,7 @@ class CorrespondenceManagerService {
|
|
|
17408
17408
|
return this.httpClient.post(this.environment.host.backend.backoffice + 'correspondence-manager/saveEdit', correspondenceManager);
|
|
17409
17409
|
}
|
|
17410
17410
|
resendNotification(correspondenceId, promCodigo) {
|
|
17411
|
-
return this.httpClient.
|
|
17411
|
+
return this.httpClient.get(this.environment.host.backend.backoffice + 'correspondence-manager/resendNotification', {
|
|
17412
17412
|
params: new HttpParams()
|
|
17413
17413
|
.set('correspondenceId', correspondenceId)
|
|
17414
17414
|
.set('promCodigo', promCodigo)
|