lancer-shared 1.2.225 → 1.2.227

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.
@@ -6857,7 +6857,7 @@ const agentPickSpecialisedProfileRequestSchema = z.object({
6857
6857
  specialisedProfiles: z.array(z.string()),
6858
6858
  });
6859
6859
  const agentPickSpecialisedProfileResponseSchema = z.object({
6860
- profile: z.string(),
6860
+ selected_profile: z.string(),
6861
6861
  reason: z.string(),
6862
6862
  });
6863
6863
  const suitabilityRatingSchema = z.object({
@@ -6855,7 +6855,7 @@ const agentPickSpecialisedProfileRequestSchema = z.object({
6855
6855
  specialisedProfiles: z.array(z.string()),
6856
6856
  });
6857
6857
  const agentPickSpecialisedProfileResponseSchema = z.object({
6858
- profile: z.string(),
6858
+ selected_profile: z.string(),
6859
6859
  reason: z.string(),
6860
6860
  });
6861
6861
  const suitabilityRatingSchema = z.object({
@@ -1017,13 +1017,13 @@ export declare const agentPickSpecialisedProfileRequestSchema: z.ZodObject<{
1017
1017
  specialisedProfiles: string[];
1018
1018
  }>;
1019
1019
  export declare const agentPickSpecialisedProfileResponseSchema: z.ZodObject<{
1020
- profile: z.ZodString;
1020
+ selected_profile: z.ZodString;
1021
1021
  reason: z.ZodString;
1022
1022
  }, "strip", z.ZodTypeAny, {
1023
- profile: string;
1023
+ selected_profile: string;
1024
1024
  reason: string;
1025
1025
  }, {
1026
- profile: string;
1026
+ selected_profile: string;
1027
1027
  reason: string;
1028
1028
  }>;
1029
1029
  export type AgentCalculateSuitabilityRequest = z.infer<typeof agentCalculateSuitabilityRequestSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.225",
3
+ "version": "1.2.227",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",