@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.
- package/dist/ParraAPI.d.ts +1 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -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;
|