{ "version": 3, "sources": ["src/app/dashboard/contacts/contacts.component.ts", "src/app/dashboard/contacts/contacts.component.html", "src/app/dashboard/contacts/components/investor-contacts-display-table/investorContactDataSource.ts", "src/app/dashboard/contacts/components/investor-contacts-display-table/investor-contacts-table.service.ts", "src/app/dashboard/contacts/components/investor-contacts-display-table/investor-contacts-display-table.component.ts", "src/app/dashboard/contacts/components/investor-contacts-display-table/investor-contacts-display-table.component.html", "src/app/dashboard/contacts/components/investor-contact-import-dialog/import-contact.service.ts", "src/app/dashboard/contacts/components/investor-contact-import-dialog/investor-contact-import-dialog.component.ts", "src/app/dashboard/contacts/components/investor-contact-import-dialog/investor-contact-import-dialog.component.html", "src/app/dashboard/contacts/components/investing-entities-display-table/investingEntityDataSource.ts", "src/app/dashboard/contacts/components/investing-entities-display-table/investing-entity-table.service.ts", "src/app/dashboard/contacts/components/investing-entities-display-table/investing-entities-display-table.component.ts", "src/app/dashboard/contacts/components/investing-entities-display-table/investing-entities-display-table.component.html", "src/app/dashboard/contacts/components/contact-referrers-dialog/state/contact-referrers-dialog.store.ts", "src/app/dashboard/contacts/components/contact-referrers-dialog/contact-referrers-dialog.service.ts", "src/app/dashboard/contacts/components/contact-referrers-dialog/state/contact-referrers-dialog.query.ts", "src/app/dashboard/contacts/components/contact-referrers-dialog/contact-referrers-dialog.component.ts", "src/app/dashboard/contacts/components/contact-referrers-dialog/contact-referrers-dialog.component.html", "src/app/dashboard/shared/investor-communication/contacts-group-type.ts", "src/app/dashboard/shared/investor-communication/recipient-type.ts", "src/app/dashboard/shared/investor-communication/template.service.ts", "src/app/dashboard/shared/investor-communication/investor-communication.service.ts", "src/app/dashboard/shared/investor-communication/investor-communication-dialog/investor-communication-dialog.component.ts", "src/app/dashboard/shared/investor-communication/investor-communication-dialog/investor-communication-dialog.component.html", "src/app/dashboard/shared/investor-communication/investor-communication-result-snackbar/investor-communication-result-snackbar.component.ts", "src/app/dashboard/shared/investor-communication/investor-communication-result-snackbar/investor-communication-result-snackbar.component.html", "src/app/dashboard/contacts/investors-contacts/investors-contacts.component.ts", "src/app/dashboard/contacts/investors-contacts/investors-contacts.component.html", "src/app/shared/components/unit/unit-payment/models/recipient/recipient-create-dto.model.ts", "src/app/shared/components/unit/unit-payment/models/recipient/recipient-bank-account-create-dto.model.ts", "src/app/dashboard/contacts/components/create-edit-recipient-dialog/create-edit-recipient-dialog.component.ts", "src/app/dashboard/contacts/components/create-edit-recipient-dialog/create-edit-recipient-dialog.component.html", "src/app/dashboard/contacts/recipients-contacts/recipients-contacts.component.ts", "src/app/dashboard/contacts/recipients-contacts/recipients-contacts.component.html", "src/app/dashboard/shared/accreditation/accreditation.module.ts", "src/app/dashboard/contacts/components/view-as-investor-contacts/view-as-investor-contacts.component.ts", "src/app/dashboard/contacts/components/view-as-investor-contacts/view-as-investor-contacts.component.html", "src/app/dashboard/contacts/contacts-email-tracking/contacts-email-tracking.service.ts", "src/app/dashboard/contacts/contacts-email-tracking/contacts-email-tracking.component.ts", "src/app/dashboard/contacts/contacts-email-tracking/contacts-email-tracking.component.html", "src/app/dashboard/shared/integration-request-dialog/integration-request-dialog.component.ts", "src/app/dashboard/shared/integration-request-dialog/integration-request-dialog.component.html", "src/app/dashboard/contacts/contacts.module.ts", "src/app/guards/feature-flag.guard.ts", "src/app/dashboard/bankAccounts/cre/unit-application-ms-service.service.ts", "src/app/dashboard/bankAccounts/enums/accountConnectedStatus.enum.ts", "src/app/dashboard/bankAccounts/components/view-bank-account/view-bank-account.component.ts", "src/app/dashboard/bankAccounts/components/view-bank-account/view-bank-account.component.html", "src/app/services/gp/cre-bank-account-data.service.ts"], "sourcesContent": ["import {\n Component,\n OnInit,\n ChangeDetectionStrategy,\n HostBinding,\n} from \"@angular/core\";\nimport { Title } from \"@angular/platform-browser\";\n\nimport { TerraUtils } from \"src/app/shared/TerraUtils\";\nimport { UserService } from \"../../services/shared/user.service\";\nimport FeatureFlags from \"../../account/my-account/model/FeatureFlags.enum\";\n\n@Component({\n selector: \"terra-contacts\",\n templateUrl: \"./contacts.component.html\",\n styleUrls: [\"./contacts.component.scss\"],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ContactsComponent implements OnInit {\n @HostBinding(\"attr.class\") hostClasses = \"container\";\n\n userHasCreBanking$ = this.userService.userHasFeatureFlag(\n FeatureFlags.CreBanking\n );\n userHasEmailTracking$ = this.userService.userHasFeatureFlag(\n FeatureFlags.EmailTracking\n );\n constructor(private titleService: Title, private userService: UserService) {}\n\n ngOnInit() {\n this.titleService.setTitle(\n \"Contacts\" + TerraUtils.consts.GpPageTitleSuffix\n );\n }\n}\n", "
\n \n \n | \n \n | \n Name | \n\n {{ element.firstName | truncate: 30 }}\n {{ element.middleName | truncate: 20 }}\n {{ element.lastName | truncate: 30 }}\n \n Entity {{ element.nickname | truncate: 10 }} \n | \n \n {{ element.email }}\n | \nCreated | \n\n {{ element.createTimestamp | date:'longDate' }}\n | \n\n Investing Entity Accounting IDs\n | \n \n {{ element.investingEntityAccountingExternalIdList }}\n | \nTags | \n\n | \n Remarks | \n50 ? element.personalRemarks : null\" class=\"lo_sensitive\">\n {{ element.personalRemarks | truncate: 50 }}\n | \n\n | \n \n \n \n | \n
---|
\n \n | \n \n | \n Name | \n\n | \n \n {{ element.contact.email }}\n | \nTags | \n\n | \n Accreditation Date | \n\n {{ !!element.accreditation?.accreditedDate ? (investorAccreditationDate(element.accreditation.accreditedDate) | date) : 'None' }}\n | \n\n | \n | \n \n | \n \n \n | \n
---|
Are you sure you want to delete this contact referrer?
` :\n `The contact referrer you are about to delete is attached to ${contactReferrer.attachedContactsCount} contacts.
\nAre you sure you want to delete it?
`;\n\n this.dialogService.confirmDialog(new ConfirmDialogParams('Delete Contact Referrer', confirmationText)).afterClosed()\n .pipe(\n untilComponentDestroyed(this),\n filter(isConfirmed => isConfirmed),\n switchMap(() => this.contactReferrersDialogService.deleteContactReferrer(contactReferrer.id)))\n .subscribe(\n () => {},\n error => {\n if (error instanceof BaseResponseDto) {\n this.utilsService.alertErrorMessage(error);\n }\n }\n );\n }\n}\n", "Name | \n \n | \n \n | \n \n \n \n \n \n \n | \n
---|
\n
\n No matching results\n
\n\n Please adjust your search or filter and try again.\n
\n\n No emails here yet\n
\nChoosing to distribute funds to your investors in the local currency of their country usually gives the best value for money. It also means Covercy can use a local (and faster) payment in that country which means funds arrive sooner.
\nIn case you choose a currency which is not the local currency in that country, Covercy will use SWIFT to send your funds. This means that your transfer will take longer and be more expensive, as investors' banks may also deduct their handling fees when receiving the funds, or once your investors choose to convert to their local currency.
\nWe highly recommend you to choose ${recommendedCurrency.iso} instead of ${selectedCurrency.iso}
\n `;\n } else {\n longText = `\nCovercy offers the best exchange rates and guarantees the exact amount received in ${recommendedCurrency.iso} in the destination bank account.
\nWith Covercy, there's no room for hidden bank surcharges or additional charges that you don't see here.
\nBy delivering funds to your investors in their country's local currency, you save them the hassle and fees of converting the funds themselves.
`\n // Compare Covercy exchange rates and fees with some of the biggest money transfer services around.\n ;\n }\n this.dialogService.alertDialog({\n title: 'Recommended currency for distribution',\n description: longText\n } as AlertDialogParams);\n }\n}\n", "