randmar-api-client 1.358.0 → 1.359.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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.358.0",
3
+ "version": "1.359.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",