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;
|