lancer-shared 1.0.64 → 1.0.66
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.
|
@@ -63,10 +63,17 @@ export declare const ROUTES: {
|
|
|
63
63
|
readonly START_WORLDWIDE_SCRAPING: "scraping/start-worldwide";
|
|
64
64
|
readonly START_US_SCRAPING: "scraping/start-us";
|
|
65
65
|
readonly START_UK_SCRAPING: "scraping/start-uk";
|
|
66
|
+
readonly UPDATE_ACTIVITY_4H_WORLDWIDE: "scraping/update-activity/4h";
|
|
67
|
+
readonly UPDATE_ACTIVITY_4H_UK: "scraping/update-activity/4h/uk";
|
|
68
|
+
readonly UPDATE_ACTIVITY_4H_US: "scraping/update-activity/4h/us";
|
|
69
|
+
readonly UPDATE_ACTIVITY_24H_WORLDWIDE: "scraping/update-activity/24h";
|
|
70
|
+
readonly UPDATE_ACTIVITY_24H_UK: "scraping/update-activity/24h/uk";
|
|
71
|
+
readonly UPDATE_ACTIVITY_24H_US: "scraping/update-activity/24h/us";
|
|
66
72
|
};
|
|
67
73
|
readonly UPWORK_ACCOUNTS: {
|
|
68
74
|
readonly BASE: "upwork-accounts";
|
|
69
75
|
readonly BUSINESS_MANAGER: {
|
|
76
|
+
readonly BASE: "upwork-accounts/business-manager";
|
|
70
77
|
readonly BY_PROVIDER: "upwork-accounts/business-manager/:provider";
|
|
71
78
|
readonly BY_PROVIDER_AND_ID: "upwork-accounts/business-manager/:provider/:id";
|
|
72
79
|
};
|
package/dist/constants/routes.js
CHANGED
|
@@ -66,10 +66,17 @@ exports.ROUTES = {
|
|
|
66
66
|
START_WORLDWIDE_SCRAPING: 'scraping/start-worldwide',
|
|
67
67
|
START_US_SCRAPING: 'scraping/start-us',
|
|
68
68
|
START_UK_SCRAPING: 'scraping/start-uk',
|
|
69
|
+
UPDATE_ACTIVITY_4H_WORLDWIDE: 'scraping/update-activity/4h',
|
|
70
|
+
UPDATE_ACTIVITY_4H_UK: 'scraping/update-activity/4h/uk',
|
|
71
|
+
UPDATE_ACTIVITY_4H_US: 'scraping/update-activity/4h/us',
|
|
72
|
+
UPDATE_ACTIVITY_24H_WORLDWIDE: 'scraping/update-activity/24h',
|
|
73
|
+
UPDATE_ACTIVITY_24H_UK: 'scraping/update-activity/24h/uk',
|
|
74
|
+
UPDATE_ACTIVITY_24H_US: 'scraping/update-activity/24h/us',
|
|
69
75
|
},
|
|
70
76
|
UPWORK_ACCOUNTS: {
|
|
71
77
|
BASE: 'upwork-accounts',
|
|
72
78
|
BUSINESS_MANAGER: {
|
|
79
|
+
BASE: 'upwork-accounts/business-manager',
|
|
73
80
|
BY_PROVIDER: 'upwork-accounts/business-manager/:provider',
|
|
74
81
|
BY_PROVIDER_AND_ID: 'upwork-accounts/business-manager/:provider/:id',
|
|
75
82
|
},
|