@parra/parra-js-sdk 0.3.571 → 0.3.572

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.
@@ -986,6 +986,7 @@ export interface UpdateThemeRequestBody {
986
986
  key?: string;
987
987
  is_dark?: boolean;
988
988
  is_active?: boolean;
989
+ is_default?: boolean;
989
990
  primary_color_key?: string | null;
990
991
  secondary_color_key?: string | null;
991
992
  tertiary_color_key?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.571",
3
+ "version": "0.3.572",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",