@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.
@@ -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$1.api + "/message/direct-send/" + ((_a = (from || account)) === null || _a === void 0 ? void 0 : _a.id), {
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 })