@parra/parra-js-sdk 0.3.365 → 0.3.367
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ParraAPI.d.ts +2 -2
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -1043,8 +1043,8 @@ export interface CreateCreatorUpdateTemplateRequestBody {
|
|
1043
1043
|
name: string;
|
1044
1044
|
description?: string | null;
|
1045
1045
|
sender_id: string;
|
1046
|
-
feed_view_id
|
1047
|
-
notification_template_id
|
1046
|
+
feed_view_id?: string;
|
1047
|
+
notification_template_id?: string;
|
1048
1048
|
entitlement_id?: string | null;
|
1049
1049
|
post_visibility?: CreatorUpdateVisibilityType;
|
1050
1050
|
attachment_visibility?: CreatorUpdateVisibilityType;
|