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