randmar-api-client 1.227.0 → 1.228.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.
|
@@ -5879,6 +5879,7 @@ export type CreatePartnerAssistantJobInput = {
|
|
|
5879
5879
|
OwnerEmail?: string | null;
|
|
5880
5880
|
Files?: string[] | null;
|
|
5881
5881
|
SopIds?: string[] | null;
|
|
5882
|
+
WithAwaitingApproval?: boolean;
|
|
5882
5883
|
};
|
|
5883
5884
|
export type ConvertToShortModel = {
|
|
5884
5885
|
Title?: string | null;
|