@parra/parra-js-sdk 0.3.365 → 0.3.366

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: string;
1047
- notification_template_id: string;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.365",
3
+ "version": "0.3.366",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",