@parra/parra-js-sdk 0.3.258 → 0.3.260
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 +2 -2
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -2109,7 +2109,7 @@ export interface UserSettingsGroup {
|
|
|
2109
2109
|
display_description?: string | null;
|
|
2110
2110
|
slug: string;
|
|
2111
2111
|
key?: string;
|
|
2112
|
-
items
|
|
2112
|
+
items: Array<UserSettingsItem>;
|
|
2113
2113
|
}
|
|
2114
2114
|
export interface UserSettingsView {
|
|
2115
2115
|
id: string;
|
|
@@ -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;
|