@parra/parra-js-sdk 0.3.323 → 0.3.324

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.
@@ -2295,6 +2295,7 @@ export interface UserSettingsView {
2295
2295
  description?: string | null;
2296
2296
  footer_label?: string | null;
2297
2297
  slug: string;
2298
+ managed?: boolean;
2298
2299
  groups: Array<UserSettingsGroup>;
2299
2300
  }
2300
2301
  export interface CreateSettingsGroupRequestBody {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.323",
3
+ "version": "0.3.324",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",