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