sales-frontend-api 0.0.180 → 0.0.182
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/method.cjs +1 -1
- package/dist/method.js +1 -1
- package/package.json +3 -3
package/dist/method.cjs
CHANGED
|
@@ -781,7 +781,7 @@ var getImageViewerToken = async (params, axiosConfig) => {
|
|
|
781
781
|
var getGA4UserPropertyMethod = async () => {
|
|
782
782
|
const apiUrl = `${salesFrontendUtils.getDspApiBasePathFromEnvironment("dat")}/v1/get/ga4/user-property`;
|
|
783
783
|
const httpClient = new HttpClientAxios();
|
|
784
|
-
const res = await httpClient.api.
|
|
784
|
+
const res = await httpClient.api.post(apiUrl);
|
|
785
785
|
return res.data;
|
|
786
786
|
};
|
|
787
787
|
|
package/dist/method.js
CHANGED
|
@@ -775,7 +775,7 @@ var getImageViewerToken = async (params, axiosConfig) => {
|
|
|
775
775
|
var getGA4UserPropertyMethod = async () => {
|
|
776
776
|
const apiUrl = `${getDspApiBasePathFromEnvironment("dat")}/v1/get/ga4/user-property`;
|
|
777
777
|
const httpClient = new HttpClientAxios();
|
|
778
|
-
const res = await httpClient.api.
|
|
778
|
+
const res = await httpClient.api.post(apiUrl);
|
|
779
779
|
return res.data;
|
|
780
780
|
};
|
|
781
781
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sales-frontend-api",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.182",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/client.js",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"sales-frontend-stores": "0.0.15",
|
|
64
64
|
"sales-frontend-typescript-config": "0.0.2",
|
|
65
65
|
"sales-frontend-utils": "0.0.72",
|
|
66
|
-
"sales-frontend-vitest-config": "0.0.
|
|
66
|
+
"sales-frontend-vitest-config": "0.0.4"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"axios": "^1.10.0",
|
|
70
70
|
"sales-frontend-http-client": "0.0.2",
|
|
71
71
|
"sales-frontend-utils": "0.0.72",
|
|
72
|
-
"sales-frontend-debug": "0.0.
|
|
72
|
+
"sales-frontend-debug": "0.0.79",
|
|
73
73
|
"sales-frontend-sentry": "0.0.21"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|