@parra/parra-js-sdk 0.3.323 → 0.3.325

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.
@@ -791,7 +791,7 @@ export interface CreateCreatorUpdateRequestBody {
791
791
  publish?: boolean | null;
792
792
  template_id?: string | null;
793
793
  title: string;
794
- body?: string;
794
+ body?: string | null;
795
795
  attachments?: Array<CreateCreatorAttachmentAttachmentRequestBody>;
796
796
  }
797
797
  export declare enum CreatorUpdateStatus {
@@ -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.325",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",