@parra/parra-js-sdk 0.3.304 → 0.3.305

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.
@@ -777,6 +777,11 @@ export interface CreateFaqSectionRequestBody {
777
777
  description?: string | null;
778
778
  display_description?: string | null;
779
779
  }
780
+ export interface CreateCreatorAttachmentAttachmentRequestBody {
781
+ id: string;
782
+ size: Size;
783
+ url: string;
784
+ }
780
785
  export interface CreateCreatorUpdateRequestBody {
781
786
  title?: string;
782
787
  description?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.304",
3
+ "version": "0.3.305",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",