|
|
|
|
@ -40,8 +40,6 @@ import {
|
|
|
|
|
} from "@bitwarden/auto-confirm";
|
|
|
|
|
import { ApiService as ApiServiceAbstraction } from "@bitwarden/common/abstractions/api.service";
|
|
|
|
|
import { AuditService as AuditServiceAbstraction } from "@bitwarden/common/abstractions/audit.service";
|
|
|
|
|
import { EventCollectionService as EventCollectionServiceAbstraction } from "@bitwarden/common/abstractions/event/event-collection.service";
|
|
|
|
|
import { EventUploadService as EventUploadServiceAbstraction } from "@bitwarden/common/abstractions/event/event-upload.service";
|
|
|
|
|
import { InternalOrganizationServiceAbstraction } from "@bitwarden/common/admin-console/abstractions/organization/organization.service.abstraction";
|
|
|
|
|
import { PolicyApiServiceAbstraction } from "@bitwarden/common/admin-console/abstractions/policy/policy-api.service.abstraction";
|
|
|
|
|
import { InternalPolicyService as InternalPolicyServiceAbstraction } from "@bitwarden/common/admin-console/abstractions/policy/policy.service.abstraction";
|
|
|
|
|
@ -92,6 +90,12 @@ import {
|
|
|
|
|
import { isUrlInList } from "@bitwarden/common/autofill/utils";
|
|
|
|
|
import { BillingAccountProfileStateService } from "@bitwarden/common/billing/abstractions/account/billing-account-profile-state.service";
|
|
|
|
|
import { DefaultBillingAccountProfileStateService } from "@bitwarden/common/billing/services/account/billing-account-profile-state.service";
|
|
|
|
|
import {
|
|
|
|
|
EventUploadService as EventUploadServiceAbstraction,
|
|
|
|
|
EventCollectionService as EventCollectionServiceAbstraction,
|
|
|
|
|
} from "@bitwarden/common/dirt/event-logs";
|
|
|
|
|
import { EventCollectionService } from "@bitwarden/common/dirt/event-logs/services/event-collection.service";
|
|
|
|
|
import { EventUploadService } from "@bitwarden/common/dirt/event-logs/services/event-upload.service";
|
|
|
|
|
import { PhishingDetectionSettingsServiceAbstraction } from "@bitwarden/common/dirt/services/abstractions/phishing-detection-settings.service.abstraction";
|
|
|
|
|
import { HibpApiService } from "@bitwarden/common/dirt/services/hibp-api.service";
|
|
|
|
|
import { PhishingDetectionSettingsService } from "@bitwarden/common/dirt/services/phishing-detection/phishing-detection-settings.service";
|
|
|
|
|
@ -193,8 +197,6 @@ import { UnsupportedSystemNotificationsService } from "@bitwarden/common/platfor
|
|
|
|
|
import { DefaultThemeStateService } from "@bitwarden/common/platform/theming/theme-state.service";
|
|
|
|
|
import { ApiService } from "@bitwarden/common/services/api.service";
|
|
|
|
|
import { AuditService } from "@bitwarden/common/services/audit.service";
|
|
|
|
|
import { EventCollectionService } from "@bitwarden/common/services/event/event-collection.service";
|
|
|
|
|
import { EventUploadService } from "@bitwarden/common/services/event/event-upload.service";
|
|
|
|
|
import { KeyServiceLegacyEncryptorProvider } from "@bitwarden/common/tools/cryptography/key-service-legacy-encryptor-provider";
|
|
|
|
|
import { buildExtensionRegistry } from "@bitwarden/common/tools/extension/factory";
|
|
|
|
|
import {
|
|
|
|
|
|