1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00
Files
browser/libs/common/src/admin-console/models/request/update-provider-organization.request.ts
Alex Morask 5b2682ff21 [PM-26356] Remove client-side pre-consolidated billing code (#16707)
* Remove legacy provider files

* Removing index files to make file re-org easier

* Move manage-clients.component and associated API invocation to AC

* Move add-existing-organization-dialog.component to AC

* Move manage-client-name-dialog.component and associated API call to AC

* Move misc clients files to AC

* Move create-client-dialog.component and associated API call to AC

* Move manage-client-subscription-dialog.component to AC

* Update provider-layout.component

* Cleanup

* Fix linting
2025-10-21 14:15:29 -05:00

7 lines
186 B
TypeScript

// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
export class UpdateProviderOrganizationRequest {
assignedSeats: number;
name: string;
}