@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.
@@ -2126,7 +2126,7 @@ export interface UserSettingsView {
2126
2126
  type?: string | null;
2127
2127
  managed: boolean;
2128
2128
  active: boolean;
2129
- groups?: Array<UserSettingsGroup>;
2129
+ groups: Array<UserSettingsGroup>;
2130
2130
  }
2131
2131
  export interface CreateSettingsGroupRequestBody {
2132
2132
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.257",
3
+ "version": "0.3.259",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",