@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.
- package/dist/ParraAPI.d.ts +5 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -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;
|