lancer-shared 1.0.111 → 1.0.112

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.
@@ -87,6 +87,7 @@ export declare const ROUTES: {
87
87
  };
88
88
  readonly BID: {
89
89
  readonly BASE: "bid";
90
+ readonly BID_ON_JOB: "bid/bid-on-job/:userId/:campaignId/:leadId";
90
91
  };
91
92
  };
92
93
  export type RouteParams = {
@@ -90,6 +90,7 @@ exports.ROUTES = {
90
90
  },
91
91
  BID: {
92
92
  BASE: 'bid',
93
+ BID_ON_JOB: `bid/bid-on-job/:userId/:campaignId/:leadId`,
93
94
  },
94
95
  };
95
96
  // Helper function to build route with parameters
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "lancer-shared",
4
- "version": "1.0.111",
4
+ "version": "1.0.112",
5
5
  "description": "This package contains shared stuff.",
6
6
  "types": "./dist/index.d.ts",
7
7
  "main": "./dist/index.js",