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.
- package/dist/bundle.cjs.js +1 -0
- package/dist/constants/routes.d.ts +1 -0
- package/package.json +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -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
|
};
|