@parra/parra-js-sdk 0.3.324 → 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.324",
3
+ "version": "0.3.325",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",