@everymatrix/stage-mm-verification-report 1.0.4 → 1.0.5

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.
Files changed (3) hide show
  1. package/main.js +0 -10
  2. package/main.js.map +1 -1
  3. package/package.json +1 -1
package/main.js CHANGED
@@ -55984,16 +55984,6 @@ function initializeApp() {
55984
55984
  const sessionService = inject(SessionService);
55985
55985
  const verificationService = inject(VerificationService);
55986
55986
  const injector = inject(Injector);
55987
- window.postMessage({
55988
- type: "SetInitialReportData",
55989
- payload: {
55990
- Signature: "726A7ZVJ99s0cs3Y:YrktEYhKrFK8ennw2YL8UOoPAFNhB49hvp14s11ufVntF4wFySMMf8p0TWNLC03G4f+MBijVapAh470PE3Oh5HK0BiChhJPIlpsvAwckd1umUYeBMC66juFUi4H3MxLMF7fWaF6GCCReWzf8oVadVTYLqqgFPzLoYRB2dBOOY/pbBsnsiPc4BjOJzmlyiMy1jsxWaX+DQbBezIAPDfjhKm0lD5B3pKyvJ/iygki5tpr+4cM1AaxdUuMWz4N/7iNEuuVcPMYH6jTCEvy51xKFD6TM9moq4/ybTor29gkpwXsjQT7xE/wQ/dM4dUTaHN8sJa/NaMlVY8jUbvR3FTZ09jgX9aanjj6wXQ8rGzjbGRlS8E4C",
55991
- UserIp: "10.226.119.236",
55992
- Domains: 1e3,
55993
- Environment: "backoffice-stage.everymatrix.com",
55994
- Username: "andrii.zadvirnyi@everymatrix.com"
55995
- }
55996
- }, "*");
55997
55987
  return sessionService.sessionData$.pipe(filter((data) => data !== null), take(1), mergeMap(() => combineLatest({
55998
55988
  lookups: verificationService.getLookups(),
55999
55989
  domainLookups: verificationService.getDomainLookups().pipe(map((d) => d.domains_mm)),