1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

[PM-24279] Utilize Policy vNext endpoint (#16317)

This commit is contained in:
Jimmy Vo
2025-09-10 10:32:06 -04:00
committed by GitHub
parent af21ab96af
commit b76d437f9e
4 changed files with 140 additions and 20 deletions

View File

@@ -24,4 +24,5 @@ export abstract class PolicyApiServiceAbstraction {
type: PolicyType,
request: PolicyRequest,
) => Promise<any>;
abstract putPolicyVNext: (organizationId: string, type: PolicyType, request: any) => Promise<any>;
}