lancer-shared 1.2.18 → 1.2.19

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.
@@ -12619,6 +12619,7 @@ const ROUTES = {
12619
12619
  AGENT: {
12620
12620
  BASE: "agent",
12621
12621
  SCRAPE_UPWORK_PROFILE: "agent/scrape-upwork-profile",
12622
+ GENERATE_DEFAULT_AI_CONFIG: "agent/generate-ai-config",
12622
12623
  TEST_AI_CONFIG: "agent/test-ai-config",
12623
12624
  TEST_SYSTEM_PROMPTS: "agent/test-system-prompts",
12624
12625
  },
@@ -168,6 +168,7 @@ export declare const ROUTES: {
168
168
  readonly AGENT: {
169
169
  readonly BASE: "agent";
170
170
  readonly SCRAPE_UPWORK_PROFILE: "agent/scrape-upwork-profile";
171
+ readonly GENERATE_DEFAULT_AI_CONFIG: "agent/generate-ai-config";
171
172
  readonly TEST_AI_CONFIG: "agent/test-ai-config";
172
173
  readonly TEST_SYSTEM_PROMPTS: "agent/test-system-prompts";
173
174
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",