@parra/parra-js-sdk 0.3.437 → 0.3.438

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.
@@ -1458,6 +1458,7 @@ export interface CreatorUpdate {
1458
1458
  status: CreatorUpdateStatus;
1459
1459
  title: string;
1460
1460
  body?: string;
1461
+ scheduled_at?: string | null;
1461
1462
  topic?: CreatorUpdateTopic | null;
1462
1463
  sender?: CreatorUpdateSenderStub;
1463
1464
  template?: CreatorUpdateTemplateStub;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.437",
3
+ "version": "0.3.438",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",