lancer-shared 1.2.129 → 1.2.130

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.
@@ -6429,6 +6429,9 @@ const ROUTES = {
6429
6429
  PROMPTS: {
6430
6430
  BASE: 'system/prompts',
6431
6431
  },
6432
+ UPWORK_INVITATIONS: {
6433
+ OAUTH_TOKENS: 'system/upwork-invitations-oauth',
6434
+ },
6432
6435
  },
6433
6436
  EVENTS: {
6434
6437
  BASE: 'events',
@@ -6510,6 +6513,9 @@ const ROUTES = {
6510
6513
  TEST_SUITABILITY: 'admin/agent/test-suitability',
6511
6514
  TEST_PROPOSAL: 'admin/agent/test-proposal',
6512
6515
  },
6516
+ UPWORK_INVITATIONS_CONFIG: {
6517
+ BASE: 'admin/upwork-invitation-bucket-account',
6518
+ },
6513
6519
  },
6514
6520
  BID: {
6515
6521
  BASE: 'bid',
@@ -10,6 +10,9 @@ export declare const ROUTES: {
10
10
  readonly PROMPTS: {
11
11
  readonly BASE: "system/prompts";
12
12
  };
13
+ readonly UPWORK_INVITATIONS: {
14
+ readonly OAUTH_TOKENS: "system/upwork-invitations-oauth";
15
+ };
13
16
  };
14
17
  readonly EVENTS: {
15
18
  readonly BASE: "events";
@@ -91,6 +94,9 @@ export declare const ROUTES: {
91
94
  readonly TEST_SUITABILITY: "admin/agent/test-suitability";
92
95
  readonly TEST_PROPOSAL: "admin/agent/test-proposal";
93
96
  };
97
+ readonly UPWORK_INVITATIONS_CONFIG: {
98
+ readonly BASE: "admin/upwork-invitation-bucket-account";
99
+ };
94
100
  };
95
101
  readonly BID: {
96
102
  readonly BASE: "bid";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.129",
3
+ "version": "1.2.130",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",