@parra/parra-js-sdk 0.3.435 → 0.3.436

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.
@@ -1448,6 +1448,7 @@ export interface CreatorUpdate {
1448
1448
  status: CreatorUpdateStatus;
1449
1449
  title: string;
1450
1450
  body?: string;
1451
+ topic?: CreatorUpdateTopic | null;
1451
1452
  sender?: CreatorUpdateSenderStub;
1452
1453
  template?: CreatorUpdateTemplateStub;
1453
1454
  attachments: Array<CreatorUpdateAttachmentStub>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.435",
3
+ "version": "0.3.436",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",