lancer-shared 1.2.275 → 1.2.276
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
|
@@ -7361,6 +7361,7 @@ const campaignAIMetricsSchema = z.object({
|
|
|
7361
7361
|
|
|
7362
7362
|
const campaignAnalyticsSchema = z.object({
|
|
7363
7363
|
contacted: z.number().optional(),
|
|
7364
|
+
contactedSync: z.number().optional(),
|
|
7364
7365
|
viewed: z.number().optional(),
|
|
7365
7366
|
replied: z.number().optional(),
|
|
7366
7367
|
won: z.number().optional(),
|
|
@@ -7376,6 +7377,7 @@ const campaignAnalyticsStatsSchema = z.object({
|
|
|
7376
7377
|
statsByDate: z.array(z.object({
|
|
7377
7378
|
label: z.string(),
|
|
7378
7379
|
contacted: z.number(),
|
|
7380
|
+
contactedSync: z.number(),
|
|
7379
7381
|
viewed: z.number(),
|
|
7380
7382
|
replied: z.number(),
|
|
7381
7383
|
won: z.number(),
|
|
@@ -7385,6 +7387,7 @@ const campaignAnalyticsStatsSchema = z.object({
|
|
|
7385
7387
|
const campaignAnalyticsResponseSchema = z.object({
|
|
7386
7388
|
jobsAnalyzed: z.number(),
|
|
7387
7389
|
contacted: z.number(),
|
|
7390
|
+
contactedSync: z.number(),
|
|
7388
7391
|
viewed: z.number(),
|
|
7389
7392
|
replied: z.number(),
|
|
7390
7393
|
won: z.number(),
|