lancer-shared 1.2.258 → 1.2.259

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.
@@ -1695,6 +1695,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1695
1695
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
1696
1696
  rejectedFeedback: z.ZodNullable<z.ZodString>;
1697
1697
  applicationId: z.ZodNullable<z.ZodString>;
1698
+ campaignName: z.ZodOptional<z.ZodString>;
1698
1699
  }>, "processed">, "strip", z.ZodTypeAny, {
1699
1700
  id: string | null;
1700
1701
  title: string | null;
@@ -1833,6 +1834,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1833
1834
  } | null | undefined;
1834
1835
  proposalId?: string | undefined;
1835
1836
  wonAmount?: number | undefined;
1837
+ campaignName?: string | undefined;
1836
1838
  }, {
1837
1839
  id: string | null;
1838
1840
  title: string | null;
@@ -1971,6 +1973,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1971
1973
  } | null | undefined;
1972
1974
  proposalId?: string | undefined;
1973
1975
  wonAmount?: number | undefined;
1976
+ campaignName?: string | undefined;
1974
1977
  }>;
1975
1978
  bidder: z.ZodObject<{
1976
1979
  id: z.ZodString;
@@ -2279,6 +2282,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2279
2282
  } | null | undefined;
2280
2283
  proposalId?: string | undefined;
2281
2284
  wonAmount?: number | undefined;
2285
+ campaignName?: string | undefined;
2282
2286
  };
2283
2287
  campaign: {
2284
2288
  id: string;
@@ -2628,6 +2632,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2628
2632
  } | null | undefined;
2629
2633
  proposalId?: string | undefined;
2630
2634
  wonAmount?: number | undefined;
2635
+ campaignName?: string | undefined;
2631
2636
  };
2632
2637
  campaign: {
2633
2638
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.258",
3
+ "version": "1.2.259",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",