lancer-shared 1.2.17 → 1.2.18
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 -1
- package/dist/constants/routes.d.ts +1 -1
- package/package.json +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -12618,7 +12618,7 @@ const ROUTES = {
|
|
|
12618
12618
|
},
|
|
12619
12619
|
AGENT: {
|
|
12620
12620
|
BASE: "agent",
|
|
12621
|
-
|
|
12621
|
+
SCRAPE_UPWORK_PROFILE: "agent/scrape-upwork-profile",
|
|
12622
12622
|
TEST_AI_CONFIG: "agent/test-ai-config",
|
|
12623
12623
|
TEST_SYSTEM_PROMPTS: "agent/test-system-prompts",
|
|
12624
12624
|
},
|
|
@@ -167,7 +167,7 @@ export declare const ROUTES: {
|
|
|
167
167
|
};
|
|
168
168
|
readonly AGENT: {
|
|
169
169
|
readonly BASE: "agent";
|
|
170
|
-
readonly
|
|
170
|
+
readonly SCRAPE_UPWORK_PROFILE: "agent/scrape-upwork-profile";
|
|
171
171
|
readonly TEST_AI_CONFIG: "agent/test-ai-config";
|
|
172
172
|
readonly TEST_SYSTEM_PROMPTS: "agent/test-system-prompts";
|
|
173
173
|
};
|