ptechcore_ui 1.0.42 → 1.0.45
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/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -951,7 +951,7 @@ var AuthServices = {
|
|
|
951
951
|
addUser: (payload) => FetchApi.post(`${API_BASE_URL}add-user/`, payload),
|
|
952
952
|
login: (payload) => FetchApi.post(`${API_BASE_URL}login/`, payload),
|
|
953
953
|
getUserInformations: (token) => FetchApi.get(`${API_BASE_URL}user-informations/`, token),
|
|
954
|
-
getUserInformationsByOldId: (id) => FetchApi.get(`${API_BASE_URL}user-informations-by-old-id
|
|
954
|
+
getUserInformationsByOldId: (id) => FetchApi.get(`${API_BASE_URL}${id}/user-informations-by-old-id/`),
|
|
955
955
|
logout: () => FetchApi.post(`${API_BASE_URL}logout/`)
|
|
956
956
|
};
|
|
957
957
|
|
|
@@ -1833,7 +1833,7 @@ var MODULE_URLS = {
|
|
|
1833
1833
|
production: {
|
|
1834
1834
|
wiseConnect: "https://rewise.praedium-tech.com/admin/crm/trade-strategy/lead-insight/",
|
|
1835
1835
|
wiseReach: "https://rewise.praedium-tech.com/admin/marketing/dashboard/",
|
|
1836
|
-
wiseOps: "https://wisefm.praedium-tech.com/",
|
|
1836
|
+
wiseOps: "https://wisefm.praedium-tech.com/dashboard/",
|
|
1837
1837
|
wiseGuard: "https://rewise.praedium-tech.com/admin/security/dashboard/",
|
|
1838
1838
|
wiseThrive: "https://rewise.praedium-tech.com/admin/thrive/scorecard/dashboard/financial/",
|
|
1839
1839
|
wiseView: "https://reporting.rewise.praedium-tech.com/",
|
package/dist/index.js
CHANGED
|
@@ -848,7 +848,7 @@ var AuthServices = {
|
|
|
848
848
|
addUser: (payload) => FetchApi.post(`${API_BASE_URL}add-user/`, payload),
|
|
849
849
|
login: (payload) => FetchApi.post(`${API_BASE_URL}login/`, payload),
|
|
850
850
|
getUserInformations: (token) => FetchApi.get(`${API_BASE_URL}user-informations/`, token),
|
|
851
|
-
getUserInformationsByOldId: (id) => FetchApi.get(`${API_BASE_URL}user-informations-by-old-id
|
|
851
|
+
getUserInformationsByOldId: (id) => FetchApi.get(`${API_BASE_URL}${id}/user-informations-by-old-id/`),
|
|
852
852
|
logout: () => FetchApi.post(`${API_BASE_URL}logout/`)
|
|
853
853
|
};
|
|
854
854
|
|
|
@@ -1730,7 +1730,7 @@ var MODULE_URLS = {
|
|
|
1730
1730
|
production: {
|
|
1731
1731
|
wiseConnect: "https://rewise.praedium-tech.com/admin/crm/trade-strategy/lead-insight/",
|
|
1732
1732
|
wiseReach: "https://rewise.praedium-tech.com/admin/marketing/dashboard/",
|
|
1733
|
-
wiseOps: "https://wisefm.praedium-tech.com/",
|
|
1733
|
+
wiseOps: "https://wisefm.praedium-tech.com/dashboard/",
|
|
1734
1734
|
wiseGuard: "https://rewise.praedium-tech.com/admin/security/dashboard/",
|
|
1735
1735
|
wiseThrive: "https://rewise.praedium-tech.com/admin/thrive/scorecard/dashboard/financial/",
|
|
1736
1736
|
wiseView: "https://reporting.rewise.praedium-tech.com/",
|