@adlfe/campaign-management-library 2.11.6 → 2.11.7
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/bundles/adlfe-campaign-management-library.umd.js +5 -5
- package/bundles/adlfe-campaign-management-library.umd.js.map +1 -1
- package/bundles/adlfe-campaign-management-library.umd.min.js +2 -2
- package/bundles/adlfe-campaign-management-library.umd.min.js.map +1 -1
- package/esm2015/lib/campaign-management/modules/new-campaign/components/general-information-wa/general-information-wa.component.js +2 -2
- package/esm5/lib/campaign-management/modules/new-campaign/components/general-information-wa/general-information-wa.component.js +2 -2
- package/fesm2015/adlfe-campaign-management-library.js +1 -2
- package/fesm2015/adlfe-campaign-management-library.js.map +1 -1
- package/fesm5/adlfe-campaign-management-library.js +1 -2
- package/fesm5/adlfe-campaign-management-library.js.map +1 -1
- package/package.json +1 -1
|
@@ -41,7 +41,6 @@ import { MatTooltipModule } from '@angular/material/tooltip';
|
|
|
41
41
|
import { catchError } from 'rxjs/internal/operators/catchError';
|
|
42
42
|
import { MatButtonToggleModule } from '@angular/material/button-toggle';
|
|
43
43
|
import { SegmentedMessage } from 'sms-segments-calculator';
|
|
44
|
-
import { environment as environment$1 } from 'projects/adl-campaign-management-library-internal/src/environments/environment';
|
|
45
44
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
46
45
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
47
46
|
|
|
@@ -4343,7 +4342,7 @@ var GeneralInformationWAComponent = /** @class */ (function () {
|
|
|
4343
4342
|
.set('Authorization', 'Bearer ' + localStorage.getItem('telin.accessToken'))
|
|
4344
4343
|
.set('Access-Control-Allow-Origin', '*');
|
|
4345
4344
|
this.httpClient
|
|
4346
|
-
.post(environment
|
|
4345
|
+
.post(environment.api + "/message/direct-send/" + ((_a = (from || account)) === null || _a === void 0 ? void 0 : _a.id), {
|
|
4347
4346
|
type: 'text',
|
|
4348
4347
|
text: { body: text },
|
|
4349
4348
|
}, { headers: headers })
|