lancer-shared 1.2.78 → 1.2.79
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 +5 -0
- package/dist/constants/routes.d.ts +5 -0
- package/package.json +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -6496,6 +6496,11 @@ const ROUTES = {
|
|
|
6496
6496
|
BASE: "admin/alerts",
|
|
6497
6497
|
SEND_ALERT: "admin/alerts/send",
|
|
6498
6498
|
},
|
|
6499
|
+
AGENT: {
|
|
6500
|
+
BASE: "admin/agent",
|
|
6501
|
+
TEST_SUITABILITY: "admin/agent/test-suitability",
|
|
6502
|
+
TEST_PROPOSAL: "admin/agent/test-proposal",
|
|
6503
|
+
},
|
|
6499
6504
|
},
|
|
6500
6505
|
BID: {
|
|
6501
6506
|
BASE: "bid",
|
|
@@ -83,6 +83,11 @@ export declare const ROUTES: {
|
|
|
83
83
|
readonly BASE: "admin/alerts";
|
|
84
84
|
readonly SEND_ALERT: "admin/alerts/send";
|
|
85
85
|
};
|
|
86
|
+
readonly AGENT: {
|
|
87
|
+
readonly BASE: "admin/agent";
|
|
88
|
+
readonly TEST_SUITABILITY: "admin/agent/test-suitability";
|
|
89
|
+
readonly TEST_PROPOSAL: "admin/agent/test-proposal";
|
|
90
|
+
};
|
|
86
91
|
};
|
|
87
92
|
readonly BID: {
|
|
88
93
|
readonly BASE: "bid";
|