feat: refactor settings (#890)

* feat: refactor settings

* fix verify mfa specs and data source metadata

* fix: compound index field names

* fix metadata binding for typeorm repository

* fix responses to preserve e2e

* fixes for e2e

* fix recovery codes e2e

* add missing specs
This commit is contained in:
Karol Sójko
2023-10-26 12:42:30 +02:00
committed by GitHub
parent a5e019e290
commit 1b5078eb96
175 changed files with 4155 additions and 7701 deletions
@@ -0,0 +1,6 @@
export interface SetSubscriptionSettingValueDTO {
settingName: string
userSubscriptionUuid: string
value: string | null
newUserSubscriptionUuid?: string
}