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.
@@ -6295,6 +6295,7 @@ const checkLeadStatusPayloadSchema = objectType({
6295
6295
  organization: organizationSchema,
6296
6296
  lead: leadSchema,
6297
6297
  bidder: bidderAccountSchema,
6298
+ firstExecutionTime: numberType(),
6298
6299
  });
6299
6300
 
6300
6301
  const scrapeResultSchema = objectType({
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.21",
3
+ "version": "1.2.22",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",