randmar-api-client 1.349.0 → 1.351.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.
@@ -5951,6 +5951,7 @@ export type CreatePartnerAssistantJobInput = {
5951
5951
  Files?: string[] | null;
5952
5952
  SopIds?: string[] | null;
5953
5953
  WithAwaitingApproval?: boolean;
5954
+ scheduledTimeSecondsUTC?: number;
5954
5955
  };
5955
5956
  export type TextToSpeechModel = {
5956
5957
  Caption?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.349.0",
3
+ "version": "1.351.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",