@parra/parra-js-sdk 0.3.270 → 0.3.272
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 +3 -3
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -2010,7 +2010,7 @@ export interface SettingsGroupStub {
|
|
|
2010
2010
|
display_title: string;
|
|
2011
2011
|
display_description?: string | null;
|
|
2012
2012
|
slug: string;
|
|
2013
|
-
key
|
|
2013
|
+
key: string;
|
|
2014
2014
|
}
|
|
2015
2015
|
export interface SettingsGroup {
|
|
2016
2016
|
id: string;
|
|
@@ -2025,7 +2025,7 @@ export interface SettingsGroup {
|
|
|
2025
2025
|
display_title: string;
|
|
2026
2026
|
display_description?: string | null;
|
|
2027
2027
|
slug: string;
|
|
2028
|
-
key
|
|
2028
|
+
key: string;
|
|
2029
2029
|
notification_topic?: NotificationTopic | null;
|
|
2030
2030
|
items: Array<SettingsItem>;
|
|
2031
2031
|
}
|
|
@@ -2120,7 +2120,7 @@ export interface UserSettingsGroup {
|
|
|
2120
2120
|
display_title: string;
|
|
2121
2121
|
display_description?: string | null;
|
|
2122
2122
|
slug: string;
|
|
2123
|
-
key
|
|
2123
|
+
key: string;
|
|
2124
2124
|
notification_topic?: NotificationTopic | null;
|
|
2125
2125
|
items: Array<UserSettingsItem>;
|
|
2126
2126
|
}
|