mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-10 21:03:56 +08:00
* Added abstractions for PolicyApiService and PolicyService * Added implementations for PolicyApiService and PolicyService * Updated all references to new PolicyApiService and PolicyService * Deleted old PolicyService abstraction and implementation * Fixed CLI import path for policy.service * Fixed main.background.ts policyApiService dependency for policyService * Updated policy-api.service with the correct imports * [EC-376] Sorted methods order in PolicyApiService * [EC-376] Removed unused clearCache method from PolicyService * [EC-376] Added upsert method to PolicyService * [EC-376] PolicyApiService putPolicy method now upserts data to PolicyService |
||
|---|---|---|
| .. | ||
| models | ||
| commands.background.ts | ||
| contextMenus.background.ts | ||
| idle.background.ts | ||
| main.background.ts | ||
| nativeMessaging.background.ts | ||
| notification.background.ts | ||
| runtime.background.ts | ||
| tabs.background.ts | ||
| webRequest.background.ts | ||