randmar-api-client 1.418.0 → 1.420.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.
|
@@ -1675,7 +1675,7 @@ export type PutV4PartnerByRouteApplicationIdJobsCreateGoogleCampaignApiResponse
|
|
|
1675
1675
|
export type PutV4PartnerByRouteApplicationIdJobsCreateGoogleCampaignApiArg = {
|
|
1676
1676
|
/** The application ID of the partner. */
|
|
1677
1677
|
routeApplicationId: string;
|
|
1678
|
-
/** The target store, avatar attachment ID, and optional public reference-picture URLs. */
|
|
1678
|
+
/** The target store, avatar attachment ID, non-retail campaign name, retail flag, and optional public reference-picture URLs. */
|
|
1679
1679
|
createGoogleCampaignJobInput: CreateGoogleCampaignJobInput;
|
|
1680
1680
|
};
|
|
1681
1681
|
export type PutV4PartnerByRouteApplicationIdJobsAssistantTaskAndJobIdScheduledTimeApiResponse =
|
|
@@ -6393,6 +6393,7 @@ export type CreateGoogleCampaignJobInput = {
|
|
|
6393
6393
|
CustomerAvatarAttachmentId?: string | null;
|
|
6394
6394
|
ReferencePictureUrls?: string[] | null;
|
|
6395
6395
|
IsRetail?: boolean;
|
|
6396
|
+
CampaignName?: string | null;
|
|
6396
6397
|
};
|
|
6397
6398
|
export type SetPartnerAssistantJobScheduledTimeInput = {
|
|
6398
6399
|
scheduledTimeSecondsUTC?: number;
|