lancer-shared 1.2.48 → 1.2.49

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.
@@ -6590,10 +6590,12 @@ const ROUTES = {
6590
6590
  BASE: "agent",
6591
6591
  SCRAPE_UPWORK_PROFILE: "agent/scrape-upwork-profile",
6592
6592
  GENERATE_DEFAULT_AI_CONFIG: "agent/generate-ai-config",
6593
- // TEST_AI_CONFIG: 'agent/test-ai-config',
6594
6593
  TEST_SUITABILITY: "agent/test-suitability",
6595
6594
  TEST_PROPOSAL: "agent/test-proposal",
6596
6595
  TEST_SYSTEM_PROMPTS: "agent/test-system-prompts",
6596
+ ANALYZE_LEAD: "agent/analyze-lead",
6597
+ GENERATE_PROPOSAL: "agent/generate-proposal",
6598
+ BID: "agent/bid",
6597
6599
  },
6598
6600
  PLANS: {
6599
6601
  BASE: "plans",
@@ -177,6 +177,9 @@ export declare const ROUTES: {
177
177
  readonly TEST_SUITABILITY: "agent/test-suitability";
178
178
  readonly TEST_PROPOSAL: "agent/test-proposal";
179
179
  readonly TEST_SYSTEM_PROMPTS: "agent/test-system-prompts";
180
+ readonly ANALYZE_LEAD: "agent/analyze-lead";
181
+ readonly GENERATE_PROPOSAL: "agent/generate-proposal";
182
+ readonly BID: "agent/bid";
180
183
  };
181
184
  readonly PLANS: {
182
185
  readonly BASE: "plans";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.48",
3
+ "version": "1.2.49",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",