lancer-shared 1.2.21 → 1.2.22
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.
package/dist/bundle.cjs.js
CHANGED
|
@@ -1016,6 +1016,7 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
|
|
|
1016
1016
|
multiLoginProfileId: string | null;
|
|
1017
1017
|
proxyId: string | null;
|
|
1018
1018
|
}>;
|
|
1019
|
+
firstExecutionTime: import("zod").ZodNumber;
|
|
1019
1020
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1020
1021
|
userId: string;
|
|
1021
1022
|
campaignId: string;
|
|
@@ -1212,6 +1213,7 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
|
|
|
1212
1213
|
multiLoginProfileId: string | null;
|
|
1213
1214
|
proxyId: string | null;
|
|
1214
1215
|
};
|
|
1216
|
+
firstExecutionTime: number;
|
|
1215
1217
|
}, {
|
|
1216
1218
|
userId: string;
|
|
1217
1219
|
campaignId: string;
|
|
@@ -1408,6 +1410,7 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
|
|
|
1408
1410
|
multiLoginProfileId: string | null;
|
|
1409
1411
|
proxyId: string | null;
|
|
1410
1412
|
};
|
|
1413
|
+
firstExecutionTime: number;
|
|
1411
1414
|
}>;
|
|
1412
1415
|
export interface ScrapePayload extends infer<typeof scrapePayloadSchema> {
|
|
1413
1416
|
}
|