@parra/parra-js-sdk 0.3.257 → 0.3.259
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ParraAPI.d.ts +1 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -2126,7 +2126,7 @@ export interface UserSettingsView {
|
|
|
2126
2126
|
type?: string | null;
|
|
2127
2127
|
managed: boolean;
|
|
2128
2128
|
active: boolean;
|
|
2129
|
-
groups
|
|
2129
|
+
groups: Array<UserSettingsGroup>;
|
|
2130
2130
|
}
|
|
2131
2131
|
export interface CreateSettingsGroupRequestBody {
|
|
2132
2132
|
title: string;
|