randmar-api-client 1.358.0 → 1.360.0
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.
|
@@ -1493,7 +1493,7 @@ export type PutV4PartnerByRouteApplicationIdJobsAssistantTaskAndJobIdScheduledTi
|
|
|
1493
1493
|
routeApplicationId: string;
|
|
1494
1494
|
/** The assistant task job ID. */
|
|
1495
1495
|
jobId: string;
|
|
1496
|
-
/** The new scheduled timestamp, in UTC Unix seconds. */
|
|
1496
|
+
/** The new scheduled timestamp, in UTC Unix seconds. Use 0 to clear the scheduled time. */
|
|
1497
1497
|
setPartnerAssistantJobScheduledTimeInput: SetPartnerAssistantJobScheduledTimeInput;
|
|
1498
1498
|
};
|
|
1499
1499
|
export type GetV4PartnerByRouteApplicationIdLogsApiResponse = unknown;
|