lancer-shared 1.2.282 → 1.2.283

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.
@@ -1157,7 +1157,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
1157
1157
  jobMinHourlyRate: number | null;
1158
1158
  jobMaxHourlyRate: number | null;
1159
1159
  }>;
1160
- export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1160
+ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.extendShape<{
1161
1161
  organizationId: z.ZodString;
1162
1162
  campaignId: z.ZodString;
1163
1163
  lead: z.ZodObject<Omit<z.objectUtil.extendShape<{
@@ -1929,7 +1929,9 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1929
1929
  jobMinHourlyRate: z.ZodNullable<z.ZodNumber>;
1930
1930
  jobMaxHourlyRate: z.ZodNullable<z.ZodNumber>;
1931
1931
  bidWithWarning: z.ZodEnum<["bid", "skip"]>;
1932
- }, "strip", z.ZodTypeAny, {
1932
+ }, {
1933
+ specialisedProfile: z.ZodNullable<z.ZodString>;
1934
+ }>, "strip", z.ZodTypeAny, {
1933
1935
  organizationId: string;
1934
1936
  campaignId: string;
1935
1937
  coverLetter: string;
@@ -1937,6 +1939,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1937
1939
  answer: string;
1938
1940
  question: string;
1939
1941
  }[] | null;
1942
+ specialisedProfile: string | null;
1940
1943
  bidWithWarning: "bid" | "skip";
1941
1944
  biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
1942
1945
  biddingHourlyRatePercentage: number | null;
@@ -2129,6 +2132,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
2129
2132
  answer: string;
2130
2133
  question: string;
2131
2134
  }[] | null;
2135
+ specialisedProfile: string | null;
2132
2136
  bidWithWarning: "bid" | "skip";
2133
2137
  biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
2134
2138
  biddingHourlyRatePercentage: number | null;
@@ -7977,7 +7981,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7977
7981
  username: z.ZodString;
7978
7982
  password: z.ZodString;
7979
7983
  }, {
7980
- proposalData: z.ZodObject<{
7984
+ proposalData: z.ZodObject<z.objectUtil.extendShape<{
7981
7985
  organizationId: z.ZodString;
7982
7986
  campaignId: z.ZodString;
7983
7987
  lead: z.ZodObject<Omit<z.objectUtil.extendShape<{
@@ -8749,7 +8753,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8749
8753
  jobMinHourlyRate: z.ZodNullable<z.ZodNumber>;
8750
8754
  jobMaxHourlyRate: z.ZodNullable<z.ZodNumber>;
8751
8755
  bidWithWarning: z.ZodEnum<["bid", "skip"]>;
8752
- }, "strip", z.ZodTypeAny, {
8756
+ }, {
8757
+ specialisedProfile: z.ZodNullable<z.ZodString>;
8758
+ }>, "strip", z.ZodTypeAny, {
8753
8759
  organizationId: string;
8754
8760
  campaignId: string;
8755
8761
  coverLetter: string;
@@ -8757,6 +8763,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8757
8763
  answer: string;
8758
8764
  question: string;
8759
8765
  }[] | null;
8766
+ specialisedProfile: string | null;
8760
8767
  bidWithWarning: "bid" | "skip";
8761
8768
  biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
8762
8769
  biddingHourlyRatePercentage: number | null;
@@ -8949,6 +8956,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8949
8956
  answer: string;
8950
8957
  question: string;
8951
8958
  }[] | null;
8959
+ specialisedProfile: string | null;
8952
8960
  bidWithWarning: "bid" | "skip";
8953
8961
  biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
8954
8962
  biddingHourlyRatePercentage: number | null;
@@ -9315,6 +9323,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9315
9323
  answer: string;
9316
9324
  question: string;
9317
9325
  }[] | null;
9326
+ specialisedProfile: string | null;
9318
9327
  bidWithWarning: "bid" | "skip";
9319
9328
  biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
9320
9329
  biddingHourlyRatePercentage: number | null;
@@ -9681,6 +9690,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9681
9690
  answer: string;
9682
9691
  question: string;
9683
9692
  }[] | null;
9693
+ specialisedProfile: string | null;
9684
9694
  bidWithWarning: "bid" | "skip";
9685
9695
  biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
9686
9696
  biddingHourlyRatePercentage: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.282",
3
+ "version": "1.2.283",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",