@parra/parra-js-sdk 0.3.259 → 0.3.261

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.
@@ -2109,7 +2109,7 @@ export interface UserSettingsGroup {
2109
2109
  display_description?: string | null;
2110
2110
  slug: string;
2111
2111
  key?: string;
2112
- items?: Array<UserSettingsItem>;
2112
+ items: Array<UserSettingsItem>;
2113
2113
  }
2114
2114
  export interface UserSettingsView {
2115
2115
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.259",
3
+ "version": "0.3.261",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",