@parra/parra-js-sdk 0.3.365 → 0.3.366

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.
@@ -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",